/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/blog/wp-content/themes/aerin/js/owl-carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Theme Name:Aerin
Theme URI:https://themeforest.net/
Author:MagniumThemes
Author URI:http://magniumthemes.com/
Description:Aerin - Premium Responsive WordPress Blogging Theme
Version:1.0
License:GNU General Public License
License URI:license.txt
Text Domain: aerin
Tags:custom-colors,custom-menu,featured-images,post-formats,theme-options 
*/

/* [Table of contents]

1. Bootstrap overrides and common tag styles
2. Pages 
3. Header & Header menu  
4. Main menu  
5. Blog post 
6. Post social share 
7. Navigation for posts 
8. Blog layouts
9. Additional footer
10. Footer 
11. Sidebars 
12. WordPress default styles overrides 
13. Aerin Special Elements
14. Aerin Widgets
15. SelectBox overrides 
16. OWL Carousel slider script overrides
17. Offcavas Menu
18. Pretty Photo
19. Contact form 7 
20. Instagram plugin
21. WooCommerce styles 
22. Mailchimp plugin
23. Banners management
24. Popups management

*/

/*
* 1. Bootstrap overrides and common tag styles
*/
body {
    font-family: Arial, sans-serif;
    margin-top: 0 !important;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    text-rendering: optimizeLegibility;
}
p {
    margin-bottom: 25px;
}
a,
a:focus {
    color: #b79e80;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
cite {
    font-style: italic;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    box-shadow: none;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}
textarea {
    resize: none;
    height: 150px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    max-width: 100%;
}
input,
input.input-text,
select,
textarea {
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
    padding: 7px 13px;
    color: #000000;
    font-size: 13px;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    line-height: 26px;
    border-radius: 0;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 29px;
}
textarea:focus,
input:focus {
    background: #FBFBFB;
    box-shadow: none;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
   border-color: #fb7f88;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #989898;
    font-size: 13px;
}
a.btn,
.btn,
.btn:focus,
input[type="submit"],
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button,
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart,
a.more-link {
    padding: 14px 30px;
    line-height: 1;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #b79e80;
    border-color: #b79e80;
    color: #ffffff;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    text-shadow: none;
    background: #000000;
    border-color: #000000;
}
.btn:hover,
.btn.btn-white:hover,
.btn.btn-black:hover,
input[type="submit"]:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
a.more-link:hover,
.btn.alt {
    background: #b79e80;
    border-color: #b79e80;
    color: #ffffff;
}
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.btn.btn-black {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn:active,
.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background: #000000;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active {
    background: #b79e80;
}
.btn.alt:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
table {
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
}
table th {
    background: #ffffff;
}
table td,
table th {
    padding: 3px 10px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.label {
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    white-space: inherit;
}
.panel {
    box-shadow: none;
    border: none;
}
hr {
    border-color: #d9d9d9;
}
blockquote,
.blog-post .format-quote .entry-content {
    color: #989898;
    border:0;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
    padding-top: 45px;
    padding-bottom: 0;
    text-align: left;
}
.blog-post .format-quote .entry-content {
    margin-top: 0;
}
blockquote:before,
.blog-post .format-quote .entry-content:before {
    color: #b79e80;
    content: "";
    font-family: "FontAwesome";
    height: 40px;
    line-height: 58px;
    text-align: center;
    border-radius: 20px;
    font-size: 28px;
    margin-top: -60px;
    font-style: normal;
    position: absolute;
}
.color input:-moz-placeholder,
.color textarea:-moz-placeholder {
    color: #989898;
}
.color input:-ms-input-placeholder,
.color textarea:-ms-input-placeholder {
    color: #989898;
}
.color input::-webkit-input-placeholder,
.color textarea::-webkit-input-placeholder {
    color: #989898;
}
.color textarea,
.color input {
    background: #ffffff;
    color: #989898;
}
.clear {
    clear: both;
}
.background-color-grey {
    background-color: #F7F7F9;
}
.font-size-large {
    font-size: 30px;
    line-height: 40px;
}
/* Aerin Theme Blocks common styles */
.aerin-theme-block > h4 {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #D6D6D6;
    color: #c6c6c6;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    letter-spacing: 2px;
}
.aerin-theme-block > h2 {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #b79e80;
    margin-bottom: 30px;
}
.aerin-theme-block h2.lined:after {
    content: " ";
    display: table;
    margin:0 auto;
    width: 40px;
    height: 1px;
    background: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}
/* *
* 2. Pages 
*/
.page-item-title h1 {
    color: #000000;
    margin-top: 0;
    text-align: center;
    margin-bottom: 37px;
}
.page-item-title-archive h1 {
    color: #000000;
    margin-bottom: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}
.page-item-title-archive h1:after {
    content: " ";
    display: table;
    margin:0 auto;
    width: 40px;
    height: 1px;
    background: #000000;
    margin-top: 20px;
    margin-bottom: 30px; 
    display: none;
}
.page-item-title-archive a {
    text-decoration: none;
}
.page-item-title-archive p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #989898;
    margin-bottom: 0;
    margin-top: 70px;
}
.page-item-title-single {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.page-item-title-single h1 {
    color: #000000;
    margin: 0 auto;
    max-width: 550px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}
.page-item-title-single h1:after {
    content: " ";
    display: table;
    margin:0 auto;
    width: 40px;
    height: 1px;
    background: #000000;
    margin-top: 20px;
    margin-bottom: 30px; 
    display: none;
}
.page-item-title-single.page-item-title-page h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-item-title-single a {
    text-decoration: none;
}
.page-item-title-single .post-categories {
    display: inline-block;
    color: #b79e80;
    margin-bottom: 0;
}
.page-item-title-single .post-categories a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.page-item-title-single .post-info {
    margin-top: 20px;
}
.page-item-title-single .post-date {
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block; 
}
.page-item-title-single .post-date i {
    margin-right: 10px;
}
.container-fluid.container-page-item-title {
    padding: 0;
    background: #F5F5F5;
    margin-bottom: 55px;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
}
.container-fluid.container-page-item-title > .container {
    padding: 0;
}
.container-fluid.container-page-item-title.with-bg .page-item-title-single h1,
.container-fluid.container-page-item-title.with-bg .page-item-title-single a,
.container-fluid.container-page-item-title.with-bg .page-item-title-single .post-categories a:hover {
    color: #ffffff;
}
.container-fluid.container-page-item-title.with-bg .page-item-title-single h1:after {
    background: #ffffff;
}
.container-fluid.container-page-item-title.with-bg .post-info-share .post-social a:hover,
.container-fluid.container-page-item-title.with-bg .page-item-title-single .post-categories a {
    color: #b79e80;
}
.container-fluid.container-page-item-title.with-bg .page-item-title-single .post-date {
    color: #d8d8d8;
}
.container-fluid.container-page-item-title.with-bg .col-md-12 {
    padding: 0;
    background: rgba(0,0,0,0.4);
}
.container-fluid.container-page-item-title.with-bg .page-item-title-single {
     padding: 120px 0;
     margin: 0;
}
.container-fluid.container-page-item-title .row {
    margin: 0;
}
.author .author-avatar {
    text-align: center;
}
.author .author-avatar img {
    border-radius: 100%;
    margin: 20px 0;
}
/* 404 page */
.page-404 {
    margin: 55px auto 100px auto;
    text-align: center;
}
.page-404 h1 {
    font-size: 100px;
    margin-bottom: 30px;
}
.page-404 p {
    margin-bottom: 20px;
}
.page-404 .search-form #s {
    width: 300px;
    margin-right: 10px;
}
/* Search page */
.page-search-no-results {
    margin: 55px auto 100px auto;
    text-align: center;
}
.page-search-no-results h3 {
    font-size: 50px;
    margin-bottom: 30px;
}
.page-search-no-results p {
    margin-bottom: 20px;
}
.page-search-no-results .search-form #s {
    width: 300px;
    margin-right: 10px;
}
/* 
* 3. Header & Header menu  
*/
header {
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
}
header .light-logo {
    display: none;
}
@media (min-width: 1024px)  {
    body.blog.blog-transparent-header-enable header,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header {
        left: 0;
        position: absolute;
        right: 0;
        z-index: 100;
        background: transparent;
    }
    body.blog.blog-transparent-header-enable .mainmenu-belowheader:not(.fixed),
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .mainmenu-belowheader:not(.fixed),
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .mainmenu-belowheader:not(.fixed) {
        background: transparent;
    }
    body.blog.blog-transparent-header-enable .aerin-blog-posts-slider {
        margin-top: 0;
    }
    body.blog.blog-transparent-header-enable .mainmenu-belowheader:not(.fixed) .navbar .nav > li > a,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .mainmenu-belowheader:not(.fixed) .navbar .nav > li > a,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .mainmenu-belowheader:not(.fixed) .navbar .nav > li > a,
    body.blog.blog-transparent-header-enable header .header-promo-content .btn,
    body.blog.blog-transparent-header-enable header .header-promo-content,
    body.blog.blog-transparent-header-enable header .header-post-content .header-post-details .header-post-title a,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-promo-content .btn,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-promo-content,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-post-content .header-post-details .header-post-title a,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-promo-content .btn,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-promo-content,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-post-content .header-post-details .header-post-title a,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-post-content .header-post-details .header-post-category a:hover,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-post-content .header-post-details .header-post-category a:hover,
    body.blog.blog-transparent-header-enable header .header-post-content .header-post-details .header-post-category a:hover {
        color: #ffffff;
    }
    body.blog.blog-transparent-header-enable .mainmenu-belowheader:not(.fixed) .navbar .nav > li > a:hover,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .mainmenu-belowheader:not(.fixed) .navbar .nav > li > a:hover,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .mainmenu-belowheader:not(.fixed) .navbar .nav > li > a:hover,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-post-content .header-post-details .header-post-title a:hover,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .header-post-content .header-post-details .header-post-title a:hover,
    body.blog.blog-transparent-header-enable header .header-post-content .header-post-details .header-post-title a:hover {
        opacity: 0.5;
    }
    body.blog.blog-transparent-header-enable header .regular-logo,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .regular-logo,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .regular-logo {
        display: none;
    }
    body.blog.blog-transparent-header-enable header .light-logo,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .light-logo,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .light-logo {
        display: inline-block;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .container-fluid.container-page-item-title,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .container-fluid.container-page-item-title {
        margin-top: 0; 
    }
    body.blog.blog-transparent-header-enable header .logo-link.logo-text,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header .logo-link.logo-text,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header .logo-link.logo-text {
        color: #ffffff;
    }
}
.content-block .page-container,
.content-block .post-container {
    margin-top: 30px;
}
.content-block .page-container .col-md-9,
.content-block .page-container .col-md-12,
.content-block .post-container .col-md-9,
.content-block .post-container .col-md-12 {
    margin-bottom: 50px;
}
header + .content-block .post-container,
header + .content-block .page-container {
    margin-top: 0;
}
header .header-blog-info {
    margin-top: 5px;
    font-size: 14px;
    color: #989898;
}
header .container {
    padding: 0;
}
header .col-md-12 {
    display: table;
    height: 200px;
}
header .logo-link.logo-text {
    color: #2A2F35;
    font-size: 30px;
    text-decoration: none;
}
header .logo-link.logo-text:hover {
    opacity: 0.8;
}
header .header-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 33.3333%;
    padding-left: 15px;
}
header .header-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.3333%;
}
header .header-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 33.3333%;
    padding-right: 15px;
}
header .header-post-content {
    text-align: left;
    width: 263px;
    float: right;
}
header .header-left .header-post-content {
    float: none;
}
header .header-post-content .header-post-image {
    float: left;
    margin-right: 20px;
}
header .header-post-content .header-post-details {
    display: table;
}
header .header-post-content .header-post-details .header-post-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -5px;
}
header .header-post-content .header-post-details .header-post-category a {
    text-decoration: none;
}
header .header-post-content .header-post-details .header-post-title {
    line-height: 15px;
    font-size: 14px;
}
header .header-post-content .header-post-details .header-post-title a {
    text-decoration: none;
    color: #000000;
}
header .header-post-content .header-post-details .header-post-title a:hover {
    color: #b79e80;
}
header .header-post-content .header-post-image img {
    max-width: 90px;
    height: auto;
}
header .header-promo-content .btn {
    background: transparent;
    color: #000000;
    border-color: #DEDEDE;
}
header .header-promo-content .btn:hover {
    background: #b79e80;
    border-color: #b79e80;
    color: #ffffff;
}
header .header-promo-content {
    display: inline;
}
header .header-promo-content img {
    max-width: 100%;
}
ul.header-nav {
    white-space: nowrap;
    display: inline;
    margin-bottom: 0;
    padding: 0;
}
ul.header-nav > li {
    display: inline-block;
    margin-left: 0;
    padding: 0;
}
ul.header-nav > li.float-sidebar-toggle {
    position: relative;
}
ul.header-nav > li.float-sidebar-toggle a {
    font-size: 14px;
    margin-top: 4px;
    display: block;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
}
ul.header-nav > li.float-sidebar-toggle a:hover {
    opacity: 0.5;
}
header .header-logo-center .header-center {
    min-width: 0;
    text-align: center;
    width: 40%;
}
header .header-logo-center .header-left {
    width: 30%;
}
header .header-logo-center .header-right {
    width: 30%;
}
/* Fullscreen search */
.search-toggle-btn {
    cursor: pointer;
}
.search-close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    color: #000000;
    text-transform: uppercase;
}
.search-close-btn:hover {
    opacity: 0.6;
}
.search-close-btn .fa {
    font-size: 40px;
    color: #000000;
}
.search-fullscreen-wrapper {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 10000;
    display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form {
    margin: 0 auto;
    margin-top: 300px;
    display: table;
}
.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
    font-size: 30px;
    line-height: 35px;
    height: auto;
    color: #000000;
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 700px;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
}
.search-fullscreen-wrapper .search-fullscreen-form:after {
    content: " ";
    display: table;
    margin:0 auto;
    width: 40px;
    height: 1px;
    background: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form .submit.btn {
    display: none;
}
/* Top Menu */
.header-menu-bg {
    z-index: 10001;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-menu-bg.menu_black {
    background: #141414;
    border-bottom: 0;
}
.header-menu {
    overflow: visible;
    font-size: 12px;
    line-height: 1.42857;
}
.header-info-text {
    float: right;
}
.header-info-text a {
    color: #000000;
}
.header-menu-bg.menu_black .header-info-text a {
    color: #ffffff;
}
.header-menu-bg.menu_black .header-info-text a:hover {
    color: rgba(255,255,255,0.5);
}
.header-info-text a:hover {
    color: #b79e80; 
}
.header-info-text .fa {
    margin-right: 15px;
    font-size: 14px;
}
.header-info-text a:last-child .fa {
    margin-right: 0;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu li {
    position: relative;
    display: block;
    float: left;
}
.header-menu li ul {
    display: none;
    border-bottom: 0;
    position: absolute;
    background: #fff;
    z-index: 10000;
}
.header-menu-bg.menu_black .header-menu li ul {
    background: #141414;
}
.header-menu li:hover > ul {
    display: block;
}
.header-menu .sub-menu li .sub-menu,
.header-menu .children li .children {
    right: -99.5%;
    top: 0;
}
.header-menu li a {
    color: rgba(0,0,0,0.5);
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
    text-decoration: none;
    text-transform: uppercase;
}
.header-menu .header-menu-offcanvasmenu,
.header-menu .header-menu-search {
    float: right;
    font-size: 14px;
    padding-bottom: 20px;
    margin-right: 15px;
    padding-top: 20px;
}
.header-menu .header-menu-offcanvasmenu {
    float: left;
    margin-right: 30px;
}
.header-menu .header-menu-offcanvasmenu a,
.header-menu .header-menu-search a {
    color: #000000;
    cursor: pointer;
}
.header-menu-bg.menu_black .header-menu .header-menu-offcanvasmenu a,
.header-menu-bg.menu_black .header-menu .header-menu-search a {
    color: #ffffff;
}
.header-menu-bg.menu_black .header-menu .header-menu-offcanvasmenu a:hover,
.header-menu-bg.menu_black .header-menu .header-menu-search a:hover {
    color: rgba(255,255,255,0.5);
}
.header-menu .header-menu-offcanvasmenu a:hover,
.header-menu .header-menu-search a:hover {
    color: #b79e80;
}
.header-menu-bg.menu_black .header-menu li a {
    color: #ffffff;
}
.header-menu-bg.menu_black .header-menu li a:hover {
    color: rgba(255,255,255,0.5);
}
.header-menu ul.links > li:first-child > a {
    padding-left: 0;
}
.header-menu li ul a {
    padding: 8px 20px;
    min-width: 205px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0;
}
.header-menu-bg.menu_black .header-menu li ul a {
    border: 1px solid rgba(255,255,255,0.07);
    border-bottom: 0;
    font-size: 11px;
}
.header-menu li ul li {
    float: none;
}
.header-menu li ul > li:last-child > a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-menu-bg.menu_black .header-menu li ul > li:last-child > a {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.header-menu li a:hover {
    text-decoration: none;
    color: #b79e80;
}
.header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle {
    color: #ffffff;
}
.header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle + div {
    background: #141414;
}
.header-menu .sub-menu li a:hover {
    background: rgba(0,0,0,0.1);
}
.header-menu-bg.menu_black .header-menu .sub-menu li a:hover {
    background: rgba(0,0,0,0.5);
}
.header-info-text {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 15px;
    padding-left: 10px;
}
.header-info-text span {
    color: #000000;
    margin-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
}
.header-menu-bg.menu_black .header-info-text span {
    color: #ffffff;
}
.header-menu .menu-top-menu-container-toggle + div {
    float: left;
}
.header-menu .menu-top-menu-container-toggle {
    float: left;
    display: none;
    color: #000000;
    cursor: pointer;
    padding: 22px;
    padding-left: 0;
}
.header-menu .menu-top-menu-container-toggle:hover {
    opacity: 0.5;
}
.header-menu .menu-top-menu-container-toggle:after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-weight: normal;
    font-size: 14px;
}
.header-menu .sub-menu li.menu-item-has-children > a:after,
.header-menu .children li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.header-menu li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
/*
* 4. Main menu  
*/
.navbar {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    margin: 0;
    line-height: 1.42857;
    position: static;
}
.navbar .nav > li {
    float: left;
}
.nav > li sup,
.nav > li sub {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.navbar .nav > li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0;
}
.navbar .nav li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
.navbar .nav > li {
    padding-top: 19px;
    padding-bottom: 19px;
    position: relative;
}
.navbar .nav > li > a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 5px 5px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent!important;
}
.navbar .nav li a > i.fa {
    margin-right: 10px;
    font-weight: normal;
}
.navbar .nav > li > a:hover {
    background: transparent;
    color: #b79e80;
    border-bottom: 1px solid #b79e80;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    box-shadow: none;
}
.navbar-left-wrapper {
    float: left;
    width: 65px;
    height: 31px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    z-index: 10;
    position: relative;
}
.navbar-center-wrapper {
    float: left;
    width: 100%;
    margin-left: -65px;
    margin-right: -65px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-right-wrapper {
    float: left;
    width: 65px;
    height: 31px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
.navbar {
    background: none;
    min-height: 0;
}
.navbar-collapse {
    padding: 0;
    max-height: inherit;
    clear: both;
}
.navbar .nav ul {
    list-style: none;
}
.navbar .navbar-toggle {
    background: transparent;
    cursor: pointer;
    color: #000000;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 14px 40px;
    text-transform: uppercase;
    display: none;
    margin: 0 auto;
    float: none;
    width: 180px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 12px;
}
.navbar .navbar-toggle:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
}
.navbar .navbar-toggle:hover {
    background: transparent;
}
.nav .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    text-align: left;
    z-index: 100000;
    padding: 0;
}
.nav > li .sub-menu {
    margin-top: 0;
    background: #b79e80;
}
.nav > li > .sub-menu {
    margin-top: 19px;
}
.navbar .nav .sub-menu li {
    float: none;
    position: relative;
}
.nav .sub-menu li.menu-item > a {
    display: block;
    background: transparent;
    color: #ffffff;
    font-weight: normal;
    min-width: 205px;
    text-decoration: none;
    padding: 8px 20px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 12px;
}
.nav .sub-menu li.menu-item > a span {
    display: block;
    text-transform: none;
    font-weight: normal;
}
.nav .sub-menu li.menu-item:last-child > a {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav .sub-menu li.menu-item > a:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255,255,255,0.3);
}
.nav .sub-menu li .sub-menu,
.nav .children li .children {
    top: 0;
    right: -99.5%;
}
.navbar .sub-menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    font-style: normal;
    float: right;
}
.nav li:hover > .sub-menu {
    display: block;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
.mainmenu-belowheader {
    background: #ffffff;
}
.mainmenu-belowheader.mainmenu-with-margin {
    margin-bottom: 30px;
}
.mainmenu-belowheader .sticky-menu-logo {
    text-align: center;
    padding: 20px 10px;
    padding-bottom: 0;
    display: none;
}
.mainmenu-belowheader.fixed .sticky-menu-logo {
    display: block;
}
.mainmenu-belowheader.fixed {
    top: -50px;
    position: fixed;
    width: 100%;
    z-index: 5000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0!important;
}
.mainmenu-belowheader .logo {
    display: none;
    text-align: center;
    margin-top: 20px;
}
.mainmenu-belowheader.fixed .logo {
    display: block;
}
.mainmenu-belowheader.fixed .logo .regular-logo {
    display: inline-block!important;
}
.mainmenu-belowheader.fixed .logo .light-logo {
    display: none!important;
}
.mainmenu-belowheader .logo .logo-link.logo-text {
    color: #2a2f35!important;
}
.mainmenu-belowheader .logo .header-blog-info {
    display: none;
}
.mainmenu-belowheader.fixed .navbar-center-wrapper {
    border-top: none;
}
.mainmenu-belowheader.fixed .navbar-left-wrapper,
.mainmenu-belowheader.fixed .navbar-right-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
}
.mainmenu-belowheader.fixed .navbar .nav > li {
    padding-bottom: 15px;
    padding-top: 15px;
}
.mainmenu-belowheader.fixed .nav > li > .sub-menu {
    margin-top: 15px;
}
.mainmenu-belowheader .navbar {
    position: relative;
}
.mainmenu-belowheader .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.mainmenu-belowheader .navbar {
    margin-left: 0;
    min-height: 0;
}
.mainmenu-belowheader .navbar .nav > li > a {
    text-align: center;
    letter-spacing: 1px;
}
.mainmenu-belowheader .navbar .nav > li > a span {
    display: block;
    font-size: 12px;
    color: #989898;
    text-transform: none;
    font-weight: normal;
    margin-top: 0;
}
.mainmenu-belowheader.fixed .navbar .nav > li > a span {
    display: none;
}
.mainmenu-belowheader.menu-center .nav {
    display: table;
    margin: 0 auto;
    padding-left: 65px;
    padding-right: 65px;
}
.mainmenu-belowheader.mainmenu-uppercase .navbar .nav > li > a,
.mainmenu-belowheader.mainmenu-uppercase .nav .sub-menu li.menu-item > a {
    text-transform: uppercase;
}
.mainmenu-belowheader.mainmenu-italic .navbar .nav > li > a,
.mainmenu-belowheader.mainmenu-italic .nav .sub-menu li.menu-item > a {
    font-style: italic;
}
.mainmenu-belowheader.mainmenu-boldfont .navbar .nav > li > a {
    font-weight: bold;
}
.mainmenu-belowheader.mainmenu-largefont .navbar .nav > li > a {
    font-size: 16px;
}
.mainmenu-belowheader.mainmenu-largefont .nav .sub-menu li.menu-item > a {
    font-weight: 14px;
}
.mainmenu-belowheader.mainmenu-rightarrow .navbar .nav > li.menu-item-has-children > a:after {
    content: "";
}
.mainmenu-belowheader.mainmenu-noarrow .navbar .nav > li.menu-item-has-children > a:after {
    display: none;
}
.mainmenu-belowheader.mainmenu-noarrow .navbar .nav > li > a {
    height: 31px;
}
.social-icons-wrapper a {
    color: #000000;
    border-radius: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.social-icons-wrapper a:hover {
    color: #b79e80;
}
/* 
* 5. Blog post 
*/
.post-content-wrapper {
    position: relative;
    padding-bottom: 0;
}
.post-container,
.page-container  {
    margin-top: 45px;
}
.blog-post {
    margin-bottom: 50px;
    clear: both;
}
.blog-post.blog-post-single {
    margin-bottom: 40px;
    padding-bottom: 0;
}
.blog-post.blog-post-single + .blog-post-single-separator {
    border-bottom: 2px solid transparent;
    margin-bottom: 20px;
}
.blog-post.blog-post-single .post-info-vertical {
    width: 140px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-post.blog-post-single .post-info-vertical a {
    text-decoration: none;
    word-wrap: break-word;
}
.blog-post.blog-post-single .post-info-vertical .post-info-vertical-comments a {
    color: #989898;
}
.blog-post.blog-post-single .post-info-vertical .post-info-vertical-share {
    margin-top: 30px;
}
.blog-post.blog-post-single .post-info-vertical .post-info-vertical-share .post-social-wrapper .post-social a {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 25px;
}
.blog-post.blog-post-single .post-info-vertical .post-info-vertical-author .post-info-vertical-author-avatar {
    margin-bottom: 20px;
    margin-top: 0;
}
.blog-post.blog-post-single .post-info-vertical .post-info-vertical-author .post-info-vertical-author-avatar img {
    border-radius: 30px;
}
.blog-post.blog-post-single .post-info-vertical + article.post {
    display: block;
    margin-left: 170px;
}
.blog-post.blog-post-single .post-info-vertical + article.post .post-content-wrapper {
    min-height: 340px;
}
.blog-small-page-width .post-container .col-md-12 .blog-post.blog-post-single,
.page.blog-small-page-width .page-container .col-md-12 .entry-content,
.blog-small-page-width .post-container .author-bio,
.blog-small-page-width .post-container .navigation-post,
.blog-small-page-width .post-container .comments-form-wrapper,
.blog-small-page-width .post-container .comments-area {
    margin-left: 145px;
    margin-right: 145px;
}
.blog-small-page-width .post-container .blog-post-related {
    margin-left: 130px;
    margin-right: 130px;
}
.blog-post-single .post-content-wrapper {
    width: 100%;
    float: none;
    padding-bottom: 0;
    border: 0;
}
.blog-post iframe { 
    width: 100%;
    margin-bottom: -8px;
}
.blog-post .blog-post-media.blog-post-media-video iframe {
    height: 660px;
}
.col-md-9 .blog-post .blog-post-media.blog-post-media-video iframe {
    height: 491px;
}
.blog-post > .post > .post-content-wrapper > .entry-content {
    margin-bottom: 30px;
}
.blog-post.blog-post-single .post-content {
    margin-left: 0;
    padding: 0;
    text-align: left;
}
.blog-post.blog-post-single iframe {
    width: 100%;
}
.blog-enable-dropcaps .blog-post.blog-post-single .post-content .entry-content > p:first-child:first-letter { 
    float: left; 
    color: #000000; 
    font-size: 78px; 
    line-height: 60px; 
    padding-top: 10px; 
    padding-right: 10px; 
    padding-left: 0px;
    font-weight: normal;
    font-style: normal;
}
.blog-enable-dropcaps .blog-post.blog-post-single .format-quote .post-content .entry-content > p:first-child:first-letter,
.blog-enable-dropcaps .blog-post.blog-post-single .format-link .post-content .entry-content > p:first-child:first-letter {
    float: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    font-style: inherit;
    font-weight: inherit;
}
.blog-post .entry-content p:last-child {
    margin-bottom: 0;
}
.blog-post .tags {
   display: block;
   margin-top: 40px;
}
.blog-post .tags a {
    background: #f5f5f5;
    color: #504f4f;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-post .tags a:hover {
    background: #b79e80;
    color: #ffffff;
}
.blog-post .post-content {
    background: transparent;
    padding: 40px 0;
    padding-bottom: 30px;
    padding-top: 0;
    text-align: left;
}
.post-content ol,
.post-content ul {
    text-align: left;
}
.blog-post .post-content img {
    max-width: 100%;
    height: auto;
}
.blog-post .entry-content h1,
.blog-post .entry-content h2,
.blog-post .entry-content h3,
.blog-post .entry-content h4,
.blog-post .entry-content h5,
.blog-post .entry-content h6,
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-top: 30px;
}
.blog-post .entry-content h5,
.page .entry-content h5 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.blog-post .more-link {
    margin-top: 20px;
    text-transform: uppercase;
    font-style: normal;
}
.blog-post p + p > .more-link,
.blog-post p + .more-link {
    margin-top: 0;
}
.blog-post .post-format:before {
    margin-top: 7px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 19px;
}
.blog-post .format-standard .post-format:before {
    content: "";
}
.blog-post .type-page .post-format:before {
    content: "";
}
.blog-post .format-aside .post-format:before {
    content: "";
}
.blog-post .format-image .post-format:before {
    content: "";
}
.blog-post .format-gallery .post-format:before {
    content: "";
}
.blog-post .format-quote .post-format:before {
    content: "";
}
.blog-post .format-video .post-format:before {
    content: "";
}
.blog-post .format-audio .post-format:before {
    content: "";
}
.blog-post .format-link .post-format:before {
    content: "";
}
.blog-post .format-status .post-format:before {
    content: "";
}
.blog-post .format-chat .post-format:before {
    content: "";
}
.blog-post .format-status .entry-content,
.blog-post .format-status .entry-summary {
    font-style: italic;
    font-size: 20px;
}
.blog-post .format-status .post-header-title {
    display: none;
}
.blog-post .format-aside .post-header-title {
    display: none;
}
.blog-masonry-layout .blog-post  .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}
.blog-post .format-link .entry-content a:not(.more-link) {
    background: #F5F5F5;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
}
.blog-post .format-link .entry-content a:not(.more-link):before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 15px;
    color: #a6a7a8;
}
.blog-post .post-info {
    border-top: 1px solid #D6D6D6;
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-post.blog-post-single .post-info {
    margin-top: 0;
    position: relative;
    bottom: -42px;
}
.blog-post .post-info .post-info-share {
    float: right;
}
.blog-post .post-info .post-info-views {
    float: left;
    margin-right: 15px;
    color: #b79e80;
}
.blog-post .post-info .post-info-date {
    float: left;
    margin-right: 15px;
}
.blog-post .post-info .post-info-comments {
    float: left;
    margin-right: 15px;
}
.blog-posts-list.blog-masonry-layout .blog-post .post-info .post-info-comments {
    margin-right: 0;
}
.blog-post .post-info .post-info-comments i {
    position: relative;
    top: -1px;
}
.blog-post .post-info .post-info-comments a {
    text-decoration: none;
}
.blog-post .post-info .post-info-comments i,
.blog-post .post-info .post-info-views i {
    margin-right: 5px;
}
.blog-post .post-author {
    margin-top: 10px;
    color: #c6c6c6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}
.blog-post .post-author a {
    color: #000000;
}
.blog-post .post-author a:hover {
    color: #b79e80;
}
.blog-post .post-subtitle-container {
    margin-bottom: 10px;
}
.blog-post .post-author-avatar {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.blog-post .post-author-avatar img {
    border-radius: 12px;
}
.blog-post .post-author a {
    text-decoration: none;
    color: #000000;
}
.blog-post .post-info-date {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block; 
}
.blog-post .post-categories {
    color: #b79e80;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
}
.blog-post .post-categories a {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
}
.blog-post .post-header-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    text-align: left;
    font-weight: normal;
}
.blog-post .post-header-title + .entry-content {
    margin-top: 15px;
}
.blog-post .post-header-title.lined:after {
    content: " ";
    display: table;
    margin:0 auto;
    width: 40px;
    height: 1px;
    background: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.blog-post .post-header-title sup {
    font-size: 14px;
    color: #b79e80;
    margin-left: 5px;
    font-weight: normal;
    top: -1em;
}
.blog-post .post-header-title a {
    color: #000000;
    text-decoration: none;
}
.blog-post .post-header-title a:hover {
    color: #b79e80;
}
.blog-post .blog-post-thumb {
    margin-bottom: 0;
}
.blog-post .blog-post-thumb + .post-content {
    background: #ffffff;
    position: relative;
    z-index: 10;
    margin-top: -0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
}
.blog-post.blog-post-single .blog-post-thumb {
    margin-bottom: 30px;
}
.blog-post .blog-post-thumb img {
    width: 100%;
    height: auto;
}
.author-bio {
    margin-bottom: 35px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: -30px;
}
.author-bio strong {
    color: #000000;
    font-size: 26px;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}
.author-bio h5 {
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 12px;
    color: #989898;
}
.author-bio .author-info {
    display: table;
}
.author-bio .author-description {
    padding-right: 35px;
    font-size: 14px;
    margin-bottom: 20px;
}
.author-bio .author-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}
.author-bio .author-social-icons li {
    display: inline-block;
}
.author-bio .author-social-icons li a {
    text-align: center;
    font-size: 16px;
    margin-left: -1px;
    padding-top: 0;
    display: block;
    margin-left: 15px;
    color: #000000;
}
.author-bio .author-social-icons li:first-child a {
    margin-left: 0;
}
.author-bio .author-social-icons li a:hover {
    color: #b79e80;
}
.author-bio .author-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 35px;
    margin-left: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.author-bio .author-image img {
    border-radius: 50px;
}
.blog-post-related {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
}
.single-post .blog-post-related {
    margin-bottom: 30px;
}
.blog-post-related h5 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    color: #c6c6c6;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.single-post .blog-post-related h5 {
   margin-top: 30px;
}
.single-post .blog-post-related h5:after {
    background: #000000;
    content: " ";
    display: table;
    height: 1px;
    margin: 20px auto 30px;
    width: 40px;
    display: none;
}
.blog-post-related-item {
    float: left;
    width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
}
.blog-post-related-item-details {
    padding: 20px;
    background-color: #b79e80;
    color: #ffffff;
    text-align: center;
}
.blog-post-related-item .blog-post-related-image img {
    max-width: 100%;
    height: auto;
}
.blog-post-related-single .blog-post-related-item .blog-post-related-image {
    margin-bottom: 0;
}
.blog-post-related-single .blog-post-related-item:hover .blog-post-related-image {
    opacity: 0.8;
}
.blog-post-related .blog-post-related-title {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.blog-post-related-single .blog-post-related-title {
    color: #ffffff;
}
.blog-post-related-single .blog-post-related-title:hover {
    color: rgba(255,255,255,0.8);
}
.blog-post-related-single .post-categories,
.blog-post-related-single .post-categories a,
.blog-post-related-single .post-categories a:hover {
    color: #ffffff;
    text-decoration: none;
}
.blog-post-related-single .post-categories {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog-post-related-item .blog-post-related-date {
    color: #989898;
}
.blog-post-related-single .blog-post-related-date {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-post.blog-post-list-layout + .blog-post-related.blog-post-related-loop {
    margin-top: 40px;
}
.blog-post-related.blog-post-related-loop .blog-post-related-separator {
    margin-left: 15px;
    margin-right: 15px;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 170px;
    background-color: #F5F5F5;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item.blog-post-related-no-image .blog-post-related-image {
    height: 0;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item.blog-post-related-no-image .blog-post-related-item-inside {
    padding-top: 0;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item a {
    text-decoration: none;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-date {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-category {
    color: #b79e80;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-category a {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-title a {
    color: #000000;
    font-weight: normal;
}  
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-date {
    color: #989898;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-date i {
    margin-right: 10px;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-title a:hover {
    color: #b79e80;
}
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-item-inside {
    padding: 20px 0 0;
    text-align: left;
}
.blog-post .sticky-post-badge {
    background: #b79e80;
    position: absolute;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    left: 0;
    text-align: center;
}
.blog-post .sticky-post-badge.sticky-post-without-image {
    right: 0;
}
/* 
* 6. Post social share 
*/
.post-social-wrapper {
    display: inline-block;
}
.post-social-wrapper .post-social {
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}
.post-social-wrapper .post-social-title {
    display: inline-block;
    cursor: pointer;
}
.post-social-wrapper .post-social-title a:hover {
    background: #b79e80;
    color: #ffffff;
}
.post-social-wrapper .post-social a,
.post-social-wrapper .post-social-title a {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 25px;
}
.post-social-wrapper .post-social a:hover {
    color: #b79e80;
}
/* 
* 7. Navigation for posts 
*/
.navigation-paging.navigation-post a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #b79e80;
}
.navigation-post + .clear + .comments-area {
    margin-top: 40px;
}
.navigation-paging.navigation-post a:hover {
    color: #ffffff;
}
.navigation-post {
}
.navigation-post a {
    color: #000000;
    padding: 40px 30px;
    text-align: left;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    background: #f5f5f5;
}
.navigation-post .nav-post-prev a {
    text-align: left;
    margin-right: 0;
}
.navigation-post .nav-post-next a {
    text-align: right;
    margin-left: 0;
}
.navigation-post a:hover {
    color: #000000;
}
.navigation-post a,
.navigation-post a:hover {
    text-decoration: none;
}
.navigation-paging .nav-pagenavi {
    margin-bottom: 0!important;
}
.navigation-paging .wp-pagenavi {
    margin-left: -15px;
    margin-right: -15px;
}
.navigation-paging .wp-pagenavi span.pages {
    display: none;
}
.navigation-paging .wp-pagenavi a,
.navigation-paging .wp-pagenavi span.current,
.navigation-paging .wp-pagenavi span.extend {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    background: #ffffff;
    border: none;
    color: #000000;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 0;
}
.navigation-paging .wp-pagenavi span.extend {
    color: #9c9c9c; 
}
.navigation-paging .wp-pagenavi a:hover,
.navigation-paging .wp-pagenavi span.current {
    background: #b79e80;
    color: #ffffff;
}
.navigation-paging .wp-pagenavi a.last,
.navigation-paging .wp-pagenavi a.first {
    width: 100px;
}
.navigation-post .nav-post-name {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
.navigation-post .nav-post-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #989898;
}
.navigation-post .nav-post-prev:hover .nav-post-name,
.navigation-post .nav-post-next:hover .nav-post-name {
    color: #b79e80;
}
/*
* 8. Blog layouts
*/

/*
* 8.1. Masonry blog layout 
*/
.blog-masonry-layout {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-masonry-layout .blog-post {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    float: left;
    display: block;
}
.col-md-9 .blog-masonry-layout .blog-post {
    width: 50%;
}
.blog-masonry-layout .blog-post .post-author {
    margin-top: 0;
    display: block;
    margin-left: 0;
}
.blog-masonry-layout .sticky:not(.sticky-post-without-image) .post-content-wrapper {
    background-position: center center;
    background-size: cover;
}
.blog-masonry-layout .blog-post .sticky-post-badge.sticky-post-without-image {
    position: relative;
}
.blog-masonry-layout .post-content-wrapper {
    padding-bottom: 0;
    border: 0;
    background: #f5f5f5;
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content {
    background: none;
    padding: 80px 40px;
    background: rgba(0, 0, 0, 0.5);
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info {
    margin-top: -46px;
    background: transparent;
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content .post-header-title a,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content .post-info,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info a,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-categories a:hover,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-author a {
    color: #ffffff;
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content .post-header-title:after {
    background: #ffffff;
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info .post-social a:hover,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info .post-info-comments a:hover,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-author a:hover {
    color: #b79e80;
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info-date,
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-author {
    color: #d8d8d8;
}
.blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content .post-header-title a:hover {
    color: rgba(255,255,255,0.8);
}
.blog-masonry-layout .blog-post.content-block .format-quote .entry-content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog-masonry-layout .blog-post.content-block {
    margin-bottom: 30px!important;
    border-bottom: 0!important;
    padding-bottom: 0;
}
.blog-masonry-layout .blog-post.content-block .post-content {
    padding: 30px 40px 40px;
    background: #f5f5f5;
}
.blog-masonry-layout .blog-post.content-block .post-header-title,
.blog-masonry-layout .blog-post.content-block .post-categories {
    padding-left: 0;
    padding-right: 0;
}
.blog-masonry-layout .blog-post.content-block .post-header-title {
    margin-bottom: 10px;
}
.blog-masonry-layout .blog-post.content-block .post-author:before {
    display: none;
}
.blog-masonry-layout .blog-post.content-block .blog-post-thumb {
    margin-bottom: 0;
    overflow: hidden;
}
.blog-masonry-layout .blog-post.content-block .blog-post-bottom {
    margin-top: 30px;
}
.blog-masonry-layout .blog-post .blog-post-media.blog-post-media-video iframe {
    height: 208px;
}
.blog-masonry-layout .blog-post.content-block .post-info {
    padding-left: 30px;
    padding-right: 30px;
    border-color: transparent;
    border-top: 1px solid #D6D6D6;
    text-align: center;
}
.blog-masonry-layout .blog-post.content-block .post-info .post-info-share {
    display: none;
}
.blog-masonry-layout .blog-post.content-block .post-info .post-info-comments,
.blog-masonry-layout .blog-post.content-block .post-info .post-info-views {
    float: right;
    display: inline-block;
}
/*
* 8.2. List blog layout 
*/
.blog-post-list-layout.blog-post {
    display: block;
    width: 100%;
}
.blog-post-list-layout.blog-post .post-info {
    margin-top: 40px;
}
.blog-post.blog-post-list-layout .blog-post-thumb + .post-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.blog-post.blog-post-list-layout .blog-post-thumb {
    margin-bottom: 30px;
}
.blog-post.blog-post-list-layout .post-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.blog-post-list-layout.blog-post .blog-post-thumb {
    width: 400px;
    height: 300px;
    display: table-cell;
    background-position: center center;
    background-size: cover;
}
.blog-post-list-layout.blog-post .format-gallery .blog-post-thumb {
    height: auto;
}
.blog-post-list-layout.blog-post .post-content {
    width: 100%;
    padding: 0;
}
.blog-post-list-layout.blog-post .blog-post-thumb + .post-content {
    padding: 0 45px;
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    max-width: 570px;
}
.col-md-9 .blog-post-list-layout.blog-post .blog-post-thumb + .post-content {
    max-width: 424px;
}
.blog-post-list-layout.blog-post.blog-post-advanced-list .blog-post-thumb + .post-content,
.col-md-9 .blog-post-list-layout.blog-post.blog-post.blog-post-advanced-list .blog-post-thumb + .post-content {
    max-width: none;
}
.blog-post-list-layout.blog-post.blog-post-advanced-list {
    display: block;
}
.blog-post-list-layout.blog-post.blog-post-advanced-list .blog-post-thumb {
    margin-bottom: 0;
}
.blog-post-list-layout.blog-post.blog-post-advanced-list .blog-post-thumb + .post-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    display: block;
}
.blog-post-list-layout.blog-post.blog-post-advanced-list .blog-post-thumb {
    width: 100%;
    height: 380px;
    display: block;
}
.blog-post-list-layout.blog-post.blog-post-advanced-list .format-gallery .blog-post-thumb,
.blog-post-list-layout.blog-post.blog-post-advanced-list .format-video .blog-post-thumb,
.blog-post-list-layout.blog-post.blog-post-advanced-list .format-audio .blog-post-thumb {
    height: auto;
}
.blog-post-list-layout.blog-post .owl-carousel .owl-item img {
    width: 100%;
}
.blog-post-list-layout.blog-post .blog-post-bottom .blog-post-bottom-comments {
    float: right;
    margin-top: 8px;
}
.blog-post-list-layout.blog-post .blog-post-bottom .blog-post-bottom-comments a:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 5px;
}
.blog-post-list-layout.blog-post .blog-post-bottom {
    margin-top: 20px;
}
.blog-post.blog-post-list-layout .blog-post-media.blog-post-media-video iframe,
.blog-post.blog-post-list-layout .blog-post-media.blog-post-media-audio iframe {
    height: 300px;
    margin-bottom: -10px;
}
.blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
    width: 570px;
}
.col-md-9 .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
    width: 424px;
}
.blog-post.blog-post-list-layout.blog-post-advanced-list .blog-post-media.blog-post-media-gallery .owl-carousel {
    width: auto;
}
.col-md-9 .blog-post.blog-post-list-layout.blog-post-advanced-list .blog-post-media.blog-post-media-gallery .owl-carousel {
    width: auto;
}
/*
* 8.3. Text Layout
*/
.blog-post.blog-post-text-layout {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
}
.blog-post.blog-post-text-layout .post-content-wrapper {
    border: 0;
}
.blog-post.blog-post-text-layout .post-header-title {
    text-align: left;
}
.blog-post.blog-post-text-layout .post-categories {
    text-align: left;
}
.blog-post.blog-post-text-layout .format-quote .entry-content:before {
    display: none;
}
.blog-post.blog-post-text-layout .post-info {
    text-align: left;
}
.blog-post.blog-post-text-layout .format-quote .entry-content {
    padding-top: 0;
}
/* 
* 8.4. 2 column layout
*/
.content-block.blog-post.blog-post-2-column-layout {
    width: 50%;
    float: left;
    clear: none;
    background: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
}
.content-block.blog-post.blog-post-2-column-layout:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}
.content-block.blog-post.blog-post-2-column-layout:nth-child(2n+1) {
    clear: both;
}
.content-block.blog-post.blog-post-2-column-layout.blog-post-advanced-2column {
    padding-right: 15px;
    padding-left: 0;
    width: 50%;
    float: left;
    clear: none;
    background: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.content-block.blog-post.blog-post-2-column-layout.blog-post-advanced-2column:nth-child(3n) {
    padding-left: 15px;
    padding-right: 0;
}
.content-block.blog-post.blog-post-2-column-layout.blog-post-advanced-2column:nth-child(1),
.content-block.blog-post.blog-post-2-column-layout.blog-post-advanced-2column:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    clear: both;
}
.blog-post.blog-post-2-column-layout:not(.current-blog-post-advanced-2column) .blog-post-thumb + .post-content {
    padding-top: 30px;
}
.blog-post.blog-post-2-column-layout .post-content {
    padding-left: 0;
    padding-right: 0;
}
.content-block.blog-post.blog-post-2-column-layout .post-content-wrapper {
    border: 0;
}
.blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-video iframe,
.blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-audio iframe {
    height: 321px;
}
.blog-post.blog-post-2-column-layout:first-child .blog-post-media.blog-post-media-video iframe,
.blog-post.blog-post-2-column-layout:first-child .blog-post-media.blog-post-media-audio iframe {
    height: 660px;
}
.col-md-9 .blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-video iframe,
.col-md-9 .blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-audio iframe {
    height: 237px;
}
.col-md-9 .blog-post.blog-post-2-column-layout:first-child .blog-post-media.blog-post-media-video iframe,
.col-md-9 .blog-post.blog-post-2-column-layout:first-child .blog-post-media.blog-post-media-audio iframe {
    height: 491px;
}
/* 
* 9. Additional footer 
*/
.container-fluid-footer {
    padding: 0;
    background: #26292C;
}
.container-fluid-footer > .row {
    margin: 0;
}
.content-block + .container-fluid-footer {
    margin-top: 50px;
}
.footer-container {
    padding: 85px 0 50px;
    color: rgba(255, 255, 255, 0.5);
}
.footer-sidebar.sidebar .widget,
.footer-sidebar-2.sidebar .widget {
    border: 0;
    padding: 0;
    padding-right: 10px;
}
.footer-sidebar.sidebar .widget ul > li,
.footer-sidebar-2.sidebar .widget ul > li {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 10px;
    text-transform: none;
    font-size: inherit;
}
.footer-sidebar.sidebar .widget ul > li.page_item_has_children > a,
.footer-sidebar-2.sidebar .widget ul > li.page_item_has_children > a {
    border-bottom: none;
    display: inline;
    padding-bottom: 0;
}
.footer-sidebar.sidebar .widget ul > li a,
.footer-sidebar-2.sidebar .widget ul > li a {
    font-weight: normal;
}
.footer-sidebar-2.sidebar .widget a {
    color: #ffffff;
    text-decoration: none;
}
.footer-sidebar-2.sidebar .widget a:hover {
    text-decoration: none;
    color: #b79e80;
}
.footer-sidebar-2.sidebar .widget.widget_text i.fa {
    width: 20px;
}
.footer-container ul {
    list-style: none;
    padding: 0;
}
.footer-html-block {
    padding: 120px 30px;
    text-align: center;
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center center;
}
.footer-html-block img {
    max-width: 100%;
    height: auto;
}
.footer-shortcode-block {
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
}
.footer-shortcode-block h4 {
    margin-top: 7px;
    font-size: 20px;
}
.footer-shortcode-block p {
    color: #777777;
    font-size: 16px;
}
.footer-shortcode-block .mailchimp-widget-signup-form {
    text-align: center;
}
.footer-shortcode-block p:last-child {
    margin-bottom: 0;
}
/* 
* 10. Footer 
*/
footer {
    padding: 40px 0 30px;
    background-color: #ffffff;
    color: #242424;
}
footer a {
    color: #242424;
    text-decoration: none;
}
footer a:hover {
    color: #b79e80;
    text-decoration: none;
}
footer .container {
    padding-left: 0;
    padding-right: 0;
}
footer .container > .row {
    margin: 0;
}
footer .footer-menu {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer .footer-menu > div {
    padding-bottom: 30px;
    text-align: center;
}
footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-menu ul li {
    display: inline;
    margin-right: 12px;
    margin-left: 12px;
}
footer .footer-menu ul li:after {
    border-right: 1px solid #242424;
    border-left: 1px solid transparent;
    padding-left: 12px;
    padding-right: 6px;
    content: " ";
}
footer .footer-menu ul li:last-child:after {
    display: none;
}
footer .footer-menu ul li:last-child {
    margin-right: 0;
}
footer .footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #989898;
}
footer .footer-social .social-icons-wrapper {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
footer .footer-social .social-icons-wrapper a {
    border: none;
    width: auto;
    background: none;
    height: auto;
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
    margin-left: 10px;
    color: #242424;
}
footer .footer-social .social-icons-wrapper a:hover {
    color: #b79e80;
}
#top-link {
    display: block;
    color: #fff;
    bottom: -60px;
    position: fixed;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 999;
    text-align: left;
    border-radius: 0;
    background-color: #b79e80;
}
#top-link:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "";
    font-size: 20px;
    margin-left: 13px;
    margin-top: 5px;
}
#top-link:hover {
    background-color: #000000;
}
/* 
* 11. Sidebars 
*/
.sidebar {
    margin-top: 40px;
}
.content-block .sidebar {
    margin-top: 0;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar > ul > li {
    margin-bottom: 30px;
}

.sidebar .sidebar-box-shadow {
    box-shadow: 0px 5px 10px 0px #EBEBEB;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.sidebar .widget {
    padding: 0;

    font-size: 14px;
}

.sidebar .widgettitle {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    position: static;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #D6D6D6;
}
.sidebar .widget ul > li {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}
.sidebar .widget ul > li.page_item_has_children > a {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding-bottom: 7px;
}
.sidebar .widget ul > li ul {
    margin-top: 10px;
    margin-bottom: -10px;
}
.sidebar .widget ul > li ul li {
    padding-left: 15px;
}
.sidebar .widget ul > li a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.sidebar .widget ul > li a:hover {
    color: #b79e80;
    text-decoration: none;
}
.sidebar .widget ul > li:first-child {
    padding-top: 0;
}
.sidebar .widget ul > li:last-child {
    border-bottom: none;
}
.sidebar .widget a {
    text-decoration: none;
}
.sidebar .widget a:hover {
    text-decoration: underline;
}
.sidebar .widget_search input[type="submit"] {
    width: 100%;
}
.sidebar .widget input[type="search"], 
.sidebar .widget input[type="text"], 
.sidebar .widget input[type="password"],
.sidebar .widget .select2-container {
    width: 100%;
    margin-bottom: 10px;
}
.sidebar .widget_search form {
    margin-bottom: 0;
}
.sidebar .widget_text a {
    color: #b79e80;
}
.sidebar .widget_calendar caption {
    margin-bottom: 10px;
    font-size: 14px;
}
.sidebar .widget_calendar th {
    background: #b79e80;
    color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 5px;
}
.sidebar .widget_calendar tbody td {
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 5px;
    color: rgba(0,0,0,0.5);
}
.sidebar .widget_calendar tbody td a {
    border: 1px solid #b79e80;
    display: block;
}
.sidebar .widget_calendar tbody td a:hover {
    text-decoration: none;
}
.sidebar .widget_calendar tfoot td {
    background: #b79e80;
    padding: 5px;
}
.sidebar .widget_calendar tfoot td a {
    color: #fff;
    display: block;
}
.sidebar .widget_calendar tbody td.pad,
.sidebar .widget_calendar tfoot td.pad {
    background: #F5F5F5;
    border: none;
}
.sidebar .widget_tag_cloud .tagcloud,
.sidebar .widget_product_tag_cloud .tagcloud {
    text-align: left;
}
.sidebar .widget_tag_cloud .tagcloud a,
.sidebar .widget_product_tag_cloud .tagcloud a {
    background: #F5F5F5;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
}
.sidebar .widget_tag_cloud .tagcloud a:hover,
.sidebar .widget_product_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    background-color: #b79e80;
    color: #ffffff;
}
.sidebar .widget_calendar table {
    width: 100%;
    text-align: center;
    background: #F5F5F5;
}
.sidebar .widget_calendar #calendar_wrap {
}
.sidebar .widget img {
    max-width: 100%;
    height: auto;
}
.sidebar .widget_rss li {
    margin-bottom: 20px;
}

.sidebar .widget.widget_nav_menu ul > li.menu-item-has-children > a {
    font-weight: bold;
    display: block;
}
.sidebar .widget.widget_nav_menu ul.sub-menu {
    display: none;
}
.sidebar .widget.widget_nav_menu ul.menu > li ul li {
    margin-left: 0;
}
.sidebar .widget.widget_nav_menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
.sidebar.footer-sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}
.sidebar.footer-sidebar > ul > li {
    float: left;
    width: 25%;
    min-height: 250px;
    margin-bottom: 35px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.sidebar.footer-sidebar > ul > li.widget {
    padding-right: 30px;
}
.sidebar.footer-sidebar > ul > li.widget:nth-of-type(4n) {
    padding-right: 0;
}
.sidebar.footer-sidebar > ul > li:nth-of-type(4n+1) {
    clear: both;
}
.sidebar.footer-sidebar .product_list_widget li {
    border-bottom: 1px solid rgba(0,0,0, 0.05);
}
.sidebar.footer-sidebar .product_list_widget li:first-child {
    padding-top: 0;
}
.sidebar.footer-sidebar .product_list_widget li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar.footer-sidebar-2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar.footer-sidebar-2.sidebar {
    font-weight: normal;
}
.sidebar.footer-sidebar-2 .widget a {
    color: #ffffff;
}
.sidebar.footer-sidebar-2 > ul > li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}
.sidebar.footer-sidebar-2 > ul > li:nth-child(5n) {
    padding-right: 0;
}
.sidebar.footer-sidebar-2 .widget:first-child .widgettitle {
    margin-top: 0;
}
.sidebar.footer-sidebar-2 > ul > li {
    margin-bottom: 20px;
}
.sidebar.footer-sidebar-2 > ul > li:nth-of-type(5n+1) {
    clear: both;
}
.sidebar.footer-sidebar-2 .select2-container .select2-choice,
.sidebar.footer-sidebar-2 .widget_calendar tbody td a,
.sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a,
.sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a {
    color: #000000;
}
.sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a:hover,
.sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a:hover {
    color: #ffffff;
}
/* 
* 12. WordPress default styles overrides 
*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.mejs-container .mejs-controls div {
    line-height: 16px!important;
}
.mejs-container {
    overflow: hidden;
}
.page-container .category-description-container,
.page-container .taxonomy-description-container {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
}
.page-container .category-description-container p,
.page-container .taxonomy-description-container p {
    margin: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 30px 0;
}
.blog-header-title {
    margin: 70px 0;
    text-transform: uppercase;
}
.about-meta {
    margin-top: 30px;
}
.about-meta i {
    margin-right: 5px;
    margin-left: 5px;
}
.comments-form-wrapper {
    margin-top: 50px;
}
.comment-respond {
    padding-bottom: 30px;
}
.comments-form-wrapper .comment-respond {
    padding-bottom: 0;
}
.comment-form label {
    display: inline-block;
    min-width: 70px;
}
.comments-area {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 0;
}
.comment-list .children {
    padding: 0;
}
.message-comments-closed {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left;
}
.comment-list .children li.comment {
    padding-left: 30px;
}
.comment-list li.comment:first-child {
    border-top: none;
    margin-top: 0;
}
.comment-list li.comment:last-child {
    border-bottom: 0;
}
.comment-list li.comment {
    margin-top: 0;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}
.comment-list .children li.comment {
    border-top: 1px solid #eeeeee;
    border-bottom: 0;
}
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-content {
    margin-top: 5px;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.comment-body {
    padding: 0;
}
.comment-author {
    width: 50px;
    margin: 40px 0;
    margin-right: 40px;
    float: left;
}
.comment-author img {
    width: 50px;
    height: auto;
    border-radius: 25px;
}
.comment-metadata {
    margin-top: 40px;
    margin-bottom: 30px;
    display: table;
}
.comment-metadata .author {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
    margin-bottom: 0;
}
.comment-metadata .author cite {
    font-style: normal;
}
.comment-metadata .author a {
    text-decoration: none;
    color: #b79e80;
}
.comment-metadata .date {
    text-transform: uppercase;
    font-size: 12px;
    color: #989898;
}
.comment-metadata .date a {
    text-decoration: none;
    color: #989898;
}
.comment-metadata .date a:hover {
    color: #b79e80;
}
.comment-meta .reply {
    float: right;
    margin-right: 10px;
    margin-top: 40px;
}
.comment-meta .reply a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
    background: #f5f5f5;
}
.comment-meta .reply a:hover {
    text-decoration: none;
    background: #b79e80;
    color: #ffffff;
}
.comments-title {
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.comments-title:after {
    background: #000000 none repeat scroll 0 0;
    content: " ";
    display: table;
    height: 1px;
    margin: 20px auto 0;
    width: 40px;
    display: none;
}
.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.comment-reply-title small {
    display: block;
    margin: 10px 0;
}
.comment-reply-title small a {
    text-decoration: none;
}
.comment-reply-title:after {
    background: #000000 none repeat scroll 0 0;
    content: " ";
    display: table;
    height: 1px;
    margin: 20px auto 0;
    width: 40px;
    display: none;
}
.comment-form textarea,
.comment-form input {
    margin-bottom: 0;
}
.comment-form input#submit {
    margin-bottom: 0;
}
.pingback .comment-body {
    padding: 20px 0;
}
.only-fixed {
    position: fixed !important;
    top: 0 !important;
}
input.pass-input {
    margin-bottom: 0;
}
.entry-content {
    overflow: visible;
}
.entry-content article > h1:first-child,
.entry-content article > h2:first-child,
.entry-content article > h3:first-child,
.entry-content article > h4:first-child,
.entry-content article > h5:first-child,
.entry-content article > h6:first-child,
.post-content .entry-content > h1:first-child,
.post-content .entry-content > h2:first-child,
.post-content .entry-content > h3:first-child,
.post-content .entry-content > h4:first-child,
.post-content .entry-content > h5:first-child,
.post-content .entry-content > h6:first-child {
    margin-top: 0;
}
.entry-content img {
    height: auto;
    max-width: 100%;
}
img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
body .gallery {
    margin-bottom: -30px!important;
}
img.alignnone {
    margin-bottom: 5px;
    margin-top: 5px;
}
img.aligncenter {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    text-align: center;
    margin: auto;
}
.image-attachment {
    margin: 150px 0;
}
.image-attachment .about-meta {
    margin-bottom: 0;
}
.comment-form input[type="text"] {
/*    width: 462px;*/
}
.comment-form textarea {
    width: 100%;
}
.wp-caption {
    max-width: 100%;
    color: #8e8e8e;
    font-style: italic;
    margin-bottom: 30px;
}
.wp-caption.alignright {
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wp-caption.alignleft {
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wp-caption-text {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.wp-caption img {
    width: 100%;
}
.sticky {
}
.gallery-caption {
    color: #8e8e8e;
}
.bypostauthor {
}
.shortcode br {
    display: none;
}
ul.slides {
    margin: 0;
}
noindex:-o-prefocus,
.bottom {
    bottom: 0;
}
a.pp_expand {
    transition: none;
    -webkit-transition: none;
}

/*
* 13. Aerin Special Elements
*/
/* 13.1 Posts slider */
.aerin-blog-posts-slider-bg {
    background: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
body.blog-transparent-header-enable .aerin-blog-posts-slider-bg {
    padding-top: 0;
}
.aerin-blog-posts-slider.container-fluid {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.aerin-blog-posts-slider.container-fluid .row {
    margin: 0;
}
.aerin-blog-posts-slider.container-fluid .col-md-12 {
    padding: 0;
}
.aerin-blog-posts-slider {
    margin-bottom: 0;
    margin-top: 0;
}
.aerin-post-list.owl-carousel {
    margin-left: 0;
    margin-right: 0;
}
.aerin-post-list .aerin-post {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.aerin-post-list .aerin-post .aerin-post-image {
    background: #d7d7d7;
    height: 430px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.aerin-post-list .aerin-post-image-wrapper {
    height: 100%;
}
.aerin-post-list .aerin-post-image-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
}
.aerin-post-list .aerin-post-details {
    bottom: 0;
    margin: 0;
    padding: 30px 0 0;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: left;
}
.aerin-blog-posts-slider.container-fluid .aerin-post-list .aerin-post-details {
    padding-left: 30px;
    padding-right: 30px;
}
body.blog-transparent-header-enable .aerin-post-list .aerin-post-image-wrapper {
    background: rgba(0, 0, 0, 0.4);
}
.aerin-post-list .aerin-post-details .aerin-post-description {
    font-size: 16px;
    color: #898989;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 19px;
}
.aerin-post-list .aerin-post-details .aerin-post-category {
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #b79e80;
}
.aerin-post-list .aerin-post-details .aerin-post-category a {
    color: #b79e80;
    text-decoration: none;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.aerin-post-list .aerin-post-details .aerin-post-category a:hover {
    color: #000000;
}
.aerin-post-list .aerin-post-details .aerin-post-title h2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 5px;
    display: block;
    max-width: 1200px;
}
.aerin-post-list .aerin-post-details .aerin-post-title h2:after {
    background-color: #ffffff;
}
.aerin-post-list .aerin-post-details .aerin-post-title a {
    text-decoration: none;
}
.aerin-post-list .aerin-post-details .aerin-post-title h2:hover {
    opacity: 0.6;
}
.aerin-post-list .aerin-post-details .aerin-post-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #989898;
    display: block;
}
.aerin-post-list .aerin-post-details .aerin-post-comments,
.aerin-post-list .aerin-post-details .aerin-post-views {
    margin-left: 15px;
    color: #b79e80;
}
.aerin-post-list .aerin-post-details .aerin-post-comments a {
    text-decoration: none;
}
.aerin-post-list .aerin-post-details .aerin-post-date i {
    margin-right: 5px;
}
.aerin-post-list-nav .aerin-post-list-nav-prev {
    height: 100%;
    width: 90px;
    border-right: 1px solid #b79e80;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}
.aerin-post-list .aerin-post.aerin-post-layout-disable .aerin-post-details  {
    display: none;
}
.aerin-post-list .aerin-post-details .btn {
    margin-top: 25px;
}
/* 13.2 Popular Posts Carousel block */
.aerin-popular-post-list-wrapper {
    margin-bottom: 40px;
}
.aerin-popular-post-list-wrapper + script + .container .aerin-editorspick-post-list-wrapper { 
    border-top: 0;
    padding-top: 0;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-content {
    overflow: hidden;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-content-inner {
    margin-left: -15px;
    margin-right: -15px;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav  {
    opacity: 0;
}
.aerin-popular-post-list-wrapper:hover .aerin-popular-post-list-nav {
    opacity: 1;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav {
    z-index: 500;
    color: #ffffff;
    position: relative;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-next {
    background: rgba(255,255,255,0.2);
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    right: 0;
    top: 60px;
    position: absolute;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-prev {
    background: rgba(255,255,255,0.2);
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    left: 0;
    top: 60px;
    position: absolute;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-prev:after {
    content: "";
    font-size: 24px;
    display: inline-block;
    font-family: "fontawesome";
    line-height: 40px;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-next:after {
    content: "";
    font-size: 24px;
    display: inline-block;
    font-family: "fontawesome";
    line-height: 40px;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-next:hover,
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-prev:hover {
    background: rgba(255,255,255,0.5);
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 170px;
    background-color: rgba(0, 0, 0, 0.2);
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post.aerin-popular-post-no-image .aerin-popular-post-image {
    height: 0;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details {
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    background: #ffffff;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-category {
    color: #b79e80;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-category a {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-title {
    margin-bottom: 5px;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-title a {
    font-weight: bold;
    text-decoration: none;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-title h5 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-title h5:hover {
    color: #b79e80;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-date {
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-date i {
    margin-right: 10px;
}
/* 13.3 Editors Pick Posts block */
.aerin-editorspick-post-list-wrapper {
    padding-top: 0;
    margin-bottom: 20px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post a {
    text-decoration: none;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small {
    position: relative;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small + .aerin-editorspick-post.aerin-editorspick-post-small {
    margin-top: 30px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-large {
    padding: 0;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-category {
    margin-bottom: 5px;
    color: #b79e80;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-category a {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #989898;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-date i {
    margin-right: 10px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-description {
    color: #000000;
    font-size: 16px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-title a {
    color: #000000;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-title a:hover {
    color: #b79e80;
    text-decoration: none;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small .aerin-editorspick-post-title h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small .aerin-editorspick-post-details {
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    background: #ffffff;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-large .aerin-editorspick-post-details {
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    padding-top: 15px;
    position: relative;
    background: #ffffff;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-large > a + .aerin-editorspick-post-details {
    margin-top: -30px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post-row {
    margin-bottom: 30px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 370px;
}
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small .aerin-editorspick-post-image {
    height: 170px;
}
/* 
* 14. Aerin Widgets 
*/
/* 14.1. Recent Posts Widget */
.sidebar .widget.widget_aerin_recent_entries li {
    clear: both;
}
.sidebar .widget.widget_aerin_recent_entries li img {
    float: left;
    display: table;
    margin-right: 15px;
}
.sidebar .widget.widget_aerin_recent_entries li:first-child img {
    float: none;
}
.sidebar .widget.widget_aerin_recent_entries li .post-date {
    display: block;
    color: #8e8e8e;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sidebar .widget.widget_aerin_recent_entries li .post-date i {
    margin-right: 10px;
}
.sidebar .widget.widget_aerin_recent_entries li .widget-post-thumb-wrapper {
    height: 140px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}
.sidebar .widget.widget_aerin_recent_entries li .widget-post-thumbsmall-wrapper {
    width: 70px;
    height: 62px;
    float: left;
    margin-right: 10px;
    position: relative;
    background-size: cover;
}
.sidebar .widget.widget_aerin_recent_entries li .widget-post-details-wrapper {
    display: table;
}
.sidebar .widget.widget_aerin_recent_entries li .widget-post-thumb-wrapper-container {
    overflow: hidden;
    float: left;
}
.sidebar .widget.widget_aerin_recent_entries li:first-child .widget-post-thumb-wrapper-container {
    float: none;
}
/* 14.2. Recent comments Wiget */
.sidebar .widget.widget_aerin_recent_comments .aerin_recentcomments .comment-date {
    display: block;
    color: #989898;
    font-size: 11px;
    text-transform: uppercase;
}
.sidebar .widget.widget_aerin_recent_comments .aerin_recentcomments .comment-date i {
    margin-right: 10px;
}
.sidebar .widget.widget_aerin_recent_comments li:last-child {
    margin-bottom: 0;
}
/* 14.3. Social follow */
.sidebar .widget.widget_aerin_social_icons {
    text-align: center;
}
.sidebar .widget.widget_aerin_social_icons a:nth-child(6n) {
    margin-top: 10px;
}
/* 14.4. Homepage Welcome Block */
.homepage-welcome-block {
    margin-bottom: 50px;
    margin-top: 0;
}
.homepage-welcome-block .background-grey {
    background: rgba(0, 0, 0, 0.04);
}
.homepage-welcome-block .background-white {
    background: #ffffff;
}
.homepage-welcome-block .welcome-block-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.aerin-blog-posts-slider + .homepage-welcome-block {
    margin-top: -60px;
}
.homepage-welcome-block .font-size-large {
    max-width: 800px;
    display: table;
    margin-left: auto;
    margin-right: auto
}
.homepage-welcome-block img {
    max-width: 100%;
    height: auto;
}
.homepage-welcome-block p:last-child {
    margin-bottom: 0;
}
.homepage-welcome-block .welcome-image {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.homepage-welcome-block .welcome-image-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    bottom: 0;
    top: 0;
    left:0;
    right: 0;
    opacity: 1;
}
.homepage-welcome-block .welcome-image img {
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.homepage-welcome-block .welcome-image-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 20;
}
.homepage-welcome-block .welcome-image-overlay a {
    text-decoration: none;
    position: relative;
    z-index: 100;
}
.homepage-welcome-block .welcome-image-overlay h5 {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 15px;
    font-weight: normal;
}
.homepage-welcome-block .welcome-image-overlay h3 {
    font-size: 20px;
    color: #ffffff;
}
.homepage-welcome-block .welcome-image-overlay h3 a {
    color: #ffffff;
}
.homepage-welcome-block .welcome-image-overlay h3:hover,
.homepage-welcome-block .welcome-image-overlay h3 a:hover {
    opacity: 0.8;
}
/* 14.5. Aerin Content Widget */
.sidebar .widget.widget_aerin_text {
    padding: 0;
    border: 0;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget-wrapper {
    border: 2px solid #000;
    padding: 15px;
}
.sidebar .widget.widget_aerin_text iframe {
    width: 100%;
    border: 0;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget-wrapper.aerin-textwidget-no-paddings {
    border: none;
    padding: 0;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget-wrapper.aerin-textwidget-no-paddings .widgettitle {
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget {
    background-size: cover;
    background-position: center top;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget .btn {
    text-decoration: none;
    display: table;
    margin: 30px auto 0;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget .btn:hover {
    text-decoration: none;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget h3 {
    font-size: 26px;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget h5+h3 {
    padding-top: 0;
}
.sidebar .widget.widget_aerin_text .aerin-textwidget p:last-child {
    margin-bottom: 0;
}
/* 14.6. Aerin Posts Slider */
.sidebar .widget.widget_aerin_posts_slider {
    border: none;
    padding: 0;
}
.sidebar:not(.footer-sidebar) .widget.widget_aerin_posts_slider .widgettitle {
    margin: 0;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slide {
    position: relative;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper {
    text-align: left;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-date {
    color: #989898;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-date i {
    margin-right: 10px;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-title {
    font-size: 16px;
    color: #000000;
    display: block;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-title:hover {
    color: #b79e80;
    text-decoration: none;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-details-wrapper {
    padding: 15px 0;
    padding-bottom: 0;
    position: relative;
    background: #ffffff;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-details-wrapper-inside {
    z-index: 20;
    position: relative;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-thumb-wrapper,
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-thumb-wrapper-container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-thumb-wrapper-container {
    background: #f5f5f5;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-category {
    margin-bottom: 0;
    color: #b79e80;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-category a {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #b79e80;
}
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-category a:hover {
    text-decoration: none;
    color: #000000;
}
/* 14.7. Popular Posts Widget */
.sidebar .widget.widget_aerin_popular_entries li {
    clear: both;
    border: 0;
}
.sidebar .widget.widget_aerin_popular_entries .widget-post-position {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper {
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    position: relative;
    height: 140px;
}
.sidebar .widget.widget_aerin_popular_entries li:first-child .widget-post-thumb-wrapper-container {
    float: none;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumbsmall-wrapper {
    width: 70px;
    height: 62px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-details-wrapper-inside {
    z-index: 20;
    position: relative;
}
.sidebar .widget.widget_aerin_popular_entries li .post-category {
    color: #b79e80;
}
.sidebar .widget.widget_aerin_popular_entries li .post-category a,
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper .post-category a {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #b79e80;
}
.sidebar .widget.widget_aerin_popular_entries li .post-category a:hover {
    color: #000000;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper .post-category a:hover {
    color: #000000;
}
.sidebar .widget.widget_aerin_popular_entries li .post-category {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 10px;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container {
    position: relative;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-details-wrapper {
    display: table;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper {
    display: block;
    text-align: left;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper a {
    color: #000000;
}
.sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper a:hover {
    color: #b79e80;
}
.sidebar .widget.widget_aerin_popular_entries li:last-child {
    padding-bottom: 0;
}
/* 
* 15. SelectBox overrides 
*/
body .select2-container .select2-choice {
    border-color: #eeeeee;
    background: #ffffff;
    color: #000000;
    padding: 8px 10px 5px 15px;
    height: auto;
    font-weight: normal;
    border-radius: 0;
    height: 45px;
}
body .select2-container .select2-choice:hover {
    text-decoration: none;
}
body .select2-search {
    padding: 0;
}
body .select2-search input {
    border-color: #eeeeee;
    color: #000000;
    background: #F5F5F5;
    font-size: 13px;
    padding: 14px 20px 14px 40px;
    line-height: 15px;
}
body .select2-search:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 15px;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
body .select2-drop-active {
    border-color: #eeeeee;
}
body .select2-results {
    background: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-drop.select2-drop-above.select2-drop-active {
    border: none;
    border-radius: 0;
}
body .select2-results .select2-result-label {
    padding: 7px 14px;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px dotted #eeeeee;
}
body .select2-results .select2-result:last-child .select2-result-label {
    border-bottom: 0;
}
body .select2-container .select2-choice .select2-arrow {
    width: 35px;
    background: none;
    border: none;
    text-align: left;
}
body .select2-container .select2-choice .select2-arrow b {
    display: none;
}
body .select2-container .select2-choice .select2-arrow:after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    margin-left: 15px;
    margin-top: 9px;
}
body .header-menu .select2-container .select2-choice .select2-arrow:after {
    margin-top: 2px;
}
body .search-bar .select2-container .select2-choice .select2-arrow:after {
    margin-top: 7px;
}
body .select2-drop {
    background-color: #ffffff;
    color: #989898; /* link color */
}
body .select2-results .select2-highlighted {
    background: #ffffff;
    color: #b79e80;
}
body .select2-drop-active {
    border: none;
}
body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
    border-radius: 0;
    border-color: #eeeeee;
}
body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #eeeeee;
    border-radius: 0;
}
body .select2-dropdown-open.select2-drop-above .select2-results {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-container-multi.select2-container-active .select2-choices {
    border: none;
}
body .select2-results .select2-no-results, .select2-results .select2-searching, 
body .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #fff;
    font-size: 13px;
    padding: 14px;
}
/* 
* 16. OWL Carousel slider script overrides
*/
body .owl-theme .owl-controls {
    text-align: center;
    margin-top: 0;
}
body .owl-theme .owl-controls .owl-nav div {
    background: transparent;
    opacity: 1.0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    border-radius: 0;
}
body .owl-theme .owl-controls .owl-nav div.owl-prev {
    background-image: none;
    opacity: 0.9;
    position: absolute;
    left: -130px;
    margin-top: -27px;
    top: 50%;
    border: none;
    background: #b79e80;
    border-radius: 0;
    color: #ffffff;
}
body .owl-theme .owl-controls .owl-nav div.owl-prev:after {
    content: "";
    font-size: 24px;
    display: inline-block;
    font-family: "fontawesome";
    line-height: 54px;
}
body .aerin-blog-posts-slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 50px;
}
body .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 20px;
}
body .owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    opacity: 1;
}
body .owl-theme .owl-controls .owl-nav div.owl-next {
    background-image: none;
    opacity: 0.9;
    position: absolute;
    right: -130px;
    margin-top: -27px;
    top: 50%;
    border: none;
    background: #b79e80;
    border-radius: 0;
    color: #ffffff;
}
body .owl-theme .owl-controls .owl-nav div.owl-next:after {
    content: "";
    font-size: 24px;
    display: inline-block;
    font-family: "fontawesome";
    line-height: 54px;
}
body .aerin-blog-posts-slider .owl-theme .owl-controls .owl-nav div.owl-next  {
    right: 50px;
}
body .owl-theme .owl-controls .owl-nav div.owl-next  {
    right: 20px;
}
body .owl-theme .owl-controls .owl-nav div.owl-next:hover {
    opacity: 1;
}
body .owl-theme .owl-controls .owl-page span {
    background-color: #ffffff;
    opacity: 0.7;
    border-radius: 3px;
    border:none;
}
body .owl-theme .owl-controls .owl-page.active span, 
body .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #b79e80;
    opacity: 1;
}
body .owl-theme .owl-controls .owl-pagination {
    position: relative;
    top: -50px;
}
body .owl-theme .owl-controls {
    opacity: 0;
}
body .owl-theme:hover .owl-controls {
    opacity: 1;
}
/* OWL Pagination styles */
body .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 20%;
    bottom: 17px;
    position: relative;
    opacity: 1;
}
body .owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
    display: block;
    height: 3px;
    transition: opacity 200ms ease 0s;
    width: 100%;
    border-right: 1px solid #fff;
}
body .owl-theme .owl-dots .owl-dot.active span, 
body .owl-theme .owl-dots .owl-dot:hover span {
    background: #b79e80;
}
/*
* 17. Offcavas Menu
*/
.st-pusher,
.st-sidebar-pusher {
    background: #ffffff; /* body bg */
}
.st-sidebar-pusher {
    background-position: top center;
    background-repeat: no-repeat;
}
html.offcanvasmenu,
html.offcanvassidebar {
    margin-top: 0!important;
}
html.offcanvasmenu.offcanvasmenu-open body,
html.offcanvassidebar.offcanvassidebar-open body {
    margin-top: 0!important;
}
#st-trigger-effects {
    float: left;
    margin-right: 30px;
    margin-top: 0;
}
#st-trigger-effects .mgt-button {
    margin-bottom: 0;
}
.st-menu .sidebar.col-md-3 {
    width: 100%;
    margin-top: 0;
    padding: 20px;
}
.st-sidebar-menu .sidebar {
    padding: 20px;
    background: #f7f7f7;
    margin-top: 0;
}
.st-sidebar-menu-close-btn {
    background: #b79e80;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 35px;
    text-align: center;
    top: 15px;
    width: 30px;
    z-index: 10000;
    font-family: Arial, serif;
    line-height: 30px;
}
.st-sidebar-menu-close-btn {
    top: 32px;
}
.st-sidebar-menu-close-btn:hover {
    background-color: #000000;
}
/*
* 18. Pretty Photo
*/
.pp_pic_holder.pp_woocommerce .pp_description {
    display: none!important;
}
.pp_nav .currentTextHolder {
    position: relative;
    top: -6px;
}
/*
* 19. Contact form 7 
*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
}
/*
* 20. Instagram plugin
*/
#sb_instagram .sbi_photo_wrap {
    overflow: hidden;
}
#sb_instagram #sbi_load {
    margin:0!important;
    padding: 0!important;
}
#sb_instagram .sbi_load_btn, 
#sb_instagram .sbi_follow_btn {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
#sb_instagram .sbi_follow_btn a {
    margin-top: 0!important;
}
#sb_instagram .sb_instagram_header {
    padding: 15px!important;
}
#sb_instagram img {
    width: 100%;
}
/* 
* 21. WooCommerce styles 
*/
.woocommerce-shop {
    margin-bottom: 30px;
    margin-top: 30px;
}
.added_to_cart.wc-forward {
    margin-top: 15px;
    width: 100%;
}
.button.add_to_cart_button {
    width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
}
.panel.wc-tab {
    background: none;
}
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    top: 0;
    left: 0;
}
.woocommerce input.button,
.woocommerce a.button {
    font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid #d9d9d9;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 10px;
}
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    background: #f5f5f5;
}
.woocommerce #ship-to-different-address-checkbox {
    position: absolute;
    margin-top: -27px;
}
.woocommerce .shop_table + header,
.woocommerce header.title {
    background: none;
    margin: 0!important;
}
.woocommerce .order_details {
    background: #ffffff;
    padding: 15px;
}
.woocommerce .product_meta > span {
    display: block;
}
.woocommerce div.product .product_title {
    font-size: 36px;
}
.single-product div.product p.price {
    font-size: 25px;
}
body.woocommerce ul.products li.product .onsale,
body.woocommerce .woocommerce-shop span.onsale {
    margin: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    right: auto;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs *,
body.woocommerce div.product .woocommerce-tabs ul.tabs *:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs *:after {
    border-radius: 0;
    box-shadow: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: inline-block;
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    width: 60px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    margin-bottom: 10px;
}
.woocommerce table.shop_attributes td {
    padding: 5px;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
    border-radius: 0;
    padding: 0;
    border: 0;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
    top: 0 !important;
}
.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
    border: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    display: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.woocommerce table.shop_table,
#add_payment_method #payment, 
.woocommerce-checkout #payment {
    border-radius: 0;
} 
#ship-to-different-address {
    position: relative;
}
#ship-to-different-address-checkbox {
    position: absolute;
    bottom: 18px;
}
.woocommerce ul.products li.product h3 {
    font-size: 18px;
}
.woocommerce .reset_variations {
    display: none!important;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
    padding: 14px 30px;
    color: #ffffff;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt[disabled]:disabled, 
.woocommerce #respond input#submit.alt[disabled]:disabled:hover, 
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt[disabled]:disabled, 
.woocommerce a.button.alt[disabled]:disabled:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt[disabled]:disabled, 
.woocommerce button.button.alt[disabled]:disabled:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled, 
.woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #cccccc;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 70px;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a:hover, 
.woocommerce.widget_shopping_cart .buttons a:hover {
    text-decoration: none;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
    color: #000000!important;
    background: transparent;
}
/* 
* 22. Mailchimp plugin
*/
body .mc4wp-form input, 
body .mc4wp-form label {
    line-height: 26px;
}
body .mc4wp-form input[type="button"],
body .mc4wp-form input[type="submit"] {
    line-height: 1;
    vertical-align: top;
}
body .mc4wp-form .mailchimp-widget-signup-form input[type="submit"],
body .mc4wp-form .mailchimp-widget-signup-form input[type="button"] {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin: 0!important;
    width: 100%;
}
body .mc4wp-form .mailchimp-widget-signup-form input[type="email"] {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    vertical-align: top;
    text-align: center;
}
body .widget.widget_mc4wp_form_widget .mc4wp-form .mailchimp-widget-signup-form input[type="email"] {
    margin-top: 0;
}
body .mc4wp-form .mc4wp-alert {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}
.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="email"] {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    width: 350px;
    text-align: center;
}
.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="submit"],
.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="button"] {
    display: inline-block;
    width: 200px;
}
/*
* 23. Banners management
*/
.aerin-ad-block {
    overflow: hidden;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.aerin-ad-block img,
.aerin-ad-block iframe {
    max-width: 100%;
    height: auto;
}
.aerin-ad-block.aerin-ad-block-posts_loop_middle {
    margin-bottom: 30px;
}
.aerin-ad-block.aerin-ad-block-below_header {
    margin-bottom: 15px;
    margin-top: 15px;
}
.aerin-ad-block.aerin-ad-block-footer {
    margin-bottom: 40px;
}
.aerin-ad-block.aerin-ad-block-above_footer {
    margin-bottom: 50px;
}
.aerin-ad-block.aerin-ad-block-below_homepage_popular_posts  {
    margin-bottom: 45px;
}
.aerin-ad-block.aerin-ad-block-posts_loop_bottom {
    margin-bottom: 30px;
}
.aerin-ad-block.aerin-ad-block-single_post_top {
    margin-bottom: 30px;
}
.aerin-ad-block.aerin-ad-block-single_post_bottom {
    margin-top: 20px;
}
.aerin-ad-block.aerin-ad-block-404 {
    margin-bottom: 30px;
}
/*
* 24. Popups management
*/
body .mfp-bg {
    opacity: 0.3;
}
body .ig_popup {
    width: 40%;
}
body .ig_popup.ig_inspire {
    background-size: cover;
    background-position: center center;  
}
body .ig_form_container .ig_form_els input {
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    height: 40px!important;
    border-radius: 1px;
}  
body .ig_popup.ig_inspire .ig_button, 
body .ig_popup.ig_inspire input[type="submit"], 
body .ig_popup.ig_inspire input[type="button"] {
    background: #b79e80;
    font-size: 10px!important;
    font-weight: normal;
    border-radius: 1px;
}
body .ig_popup.ig_inspire .ig_button:hover, 
body .ig_popup.ig_inspire input[type="submit"]:hover, 
body .ig_popup.ig_inspire input[type="button"]:hover {
    background: #000000;
    box-shadow: none;
}
body .ig_popup.ig_inspire .ig_close {
    opacity: 0.8;
    background: #000000;
    height: 40px;
    width: 40px;
}
body .ig_popup.ig_inspire .ig_close:after {
    color: #ffffff;
    content: "×";
    font-size: 30px;
    font-family: Arial;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
/*
* 25. Animations
*/
.blog-enable-images-animations .hover-effect-img {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 1;
}
.blog-enable-images-animations .hover-effect-img:hover {
    opacity: 0.8;
}
/* Other */
.hide-and-disable {
    pointer-events: none;
    opacity: 0;
}
.margin-top {
    margin-top: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-top-large {
    margin-top: 50px;
}
.margin-bottom-large {
    margin-bottom: 50px;
}

.invest-button {
	background-color: linear-gradient(50deg, #D04797 0%, #AF52A7 100%);
}/*
*	Responsive styles
*/

@media (max-width: 1350px) {

}
@media (max-width: 1200px) {
	.blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
	    width: 330px;
	}
	.col-md-9 .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
	    width: 244px;
	}
	.blog-post-list-layout.blog-post .blog-post-thumb + .post-content {
		max-width: 470px;
	}
	.col-md-9 .blog-post-list-layout.blog-post .blog-post-thumb + .post-content {
		max-width: 349px;
	}
	.homepage-welcome-block .welcome-image-overlay h5 {
	    margin-top: 15px;
	}
	.homepage-welcome-block .col-md-6 {
		width: 100%;
	}
	.homepage-welcome-block .welcome-image img {
		width: 100%;
		height: auto;
	}
	.homepage-welcome-block .welcome-image .welcome-image-content img {
		width: auto;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
		display: table;
		top: auto;
	}
	.homepage-welcome-block .welcome-image {
		margin-bottom: 30px;
	}
	.homepage-welcome-block .col-md-6:last-child .welcome-image:last-child {
		margin-bottom: 0;
	}
	.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="email"] {
	    width: auto;
	}
	.footer-shortcode-block .text-right {
		text-align: left;
	}
}
@media (max-width: 1024px) {
	header .header-left,
	header .header-center,
	header .header-right {
		display: block;
	}
	header .header-left.logo,
	header .header-right.logo {
		text-align: center;
	}
	header .header-right ul.header-nav {
		float: none;
		margin: 0 auto;
		padding: 0;
		display: table;
	}
	header .header-right ul.header-nav > li {
		margin-left: 0;
	}
	header .header-right ul.header-nav > li.float-sidebar-toggle {
		margin-right: 0;
	}
	header .col-md-12 {
		height: auto!important;
		display: block;
	}
	header .header-logo-center .header-center + .header-right .header-nav {
		margin-top: 0;
	}
	header > .container > .row {
		margin: 0;
	}
	header > .container {
		padding: 0;
	}
	header .logo {
		display: block;
	}
	header .header-promo-content,
	header .header-left .logo,
	header .header-right .logo {
	    margin: 20px 15px;
	}
	header .header-post-content {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		float: none;
	}
	header .header-left,
	header .header-center,
	header .header-right,
	header .header-logo-center .header-right,
	header .header-logo-center .header-left {
		text-align: center;
		width: 100%;
	}
	header .header-logo-center .header-center {
		width: 100%;
	}
	header.fixed {
	    position: relative;
	}
	header .header-promo-content {
		display: block;
	}
	header .header-right ul.header-nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	header .header-left {
		padding-left: 0;
	}
	header .header-right {
		padding-right: 0;
	}
	.header-logo-center .header-center {
		padding: 20px;
	}
	.blog-small-page-width .post-container .col-md-12 .blog-post.blog-post-single,
	.blog-small-page-width .page-container .col-md-12 .entry-content,
	.blog-small-page-width .post-container .author-bio,
	.blog-small-page-width .post-container .navigation-post,
	.blog-small-page-width .post-container .comments-form-wrapper,
	.blog-small-page-width .post-container .blog-post-related,
	.blog-small-page-width .post-container .comments-area {
	    margin-left: 0!important;
	    margin-right: 0!important;
	}
	.blog-masonry-layout,
	.col-md-9 .blog-masonry-layout {
	    -moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	}
	.navbar .nav > li > a {
		margin-left: 7px;
		margin-right: 7px;
	}
   	.social-icons-wrapper a:first-child {
   		margin-left: 10px;
   	}
}
@media (max-width: 992px) {
	footer .footer-copyright,
	footer .footer-social .social-icons-wrapper,
	footer .footer-logo {
		text-align: center;
	}
	footer .footer-logo {
		margin-bottom: 15px;
	}
	footer .footer-social .social-icons-wrapper {
		margin-top: 10px;
	}
	
}
@media (min-width: 979px) and (max-width: 992px) {
	footer .col-md-6 {
		text-align: center;
	}
}

@media (max-width: 979px)  {
	header .header-left {
		padding-left: 0;
	}
	.header-menu .row {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.header-menu .col-md-12 {
		padding: 0;
	}
	.navbar .nav > li > a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.sidebar.footer-sidebar-2 > ul > li,
	.sidebar.footer-sidebar > ul > li {
	    width: 50%;
	}
	.sidebar.footer-sidebar-2 ul li:nth-of-type(3n+1) {
		clear: none;
	}
	.sidebar.footer-sidebar-2 ul li:nth-of-type(2n+1) {
		clear: both;
	}
	.sidebar.footer-sidebar > ul > li:nth-of-type(3n+1) {
	    clear: none;
	}
	.sidebar.footer-sidebar > ul > li:nth-of-type(2n+1) {
	    clear: both;
	}
	.sidebar.footer-sidebar.sidebar.container > ul#footer-sidebar {
	    margin-left: 0;
	    margin-right: 0;
	}
	.sidebar.footer-sidebar > ul > li {
		width: 50%;
	}
	.sidebar.footer-sidebar-2 > ul > li {
		padding-left: 15px;
		padding-right: 15px!important;
	}
	.sidebar.footer-sidebar > ul > li {
		width: 50%;
	}
	.sidebar.footer-sidebar > ul > li.widget:nth-of-type(3n) {
	    padding-right: 30px;
	}
	.sidebar.footer-sidebar > ul > li.widget:nth-of-type(2n) {
	    padding-right: 0;
	}
	#sidebar > li {
	    width: 50%;
	}
	.content-block > .container-fluid {
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0;
	    padding-right: 0;
	}
	.content-block > .container-fluid > .row {
		margin-left: 0;
	    margin-right: 0;
	}
	.comments-area input[type="text"] {
	    width: 100%;
	}
	.blog-post-list-layout.blog-post {
	    display: block;
	    width: 100%;
	}
	.blog-post-list-layout.blog-post .blog-post-thumb {
	    width: 100%!important;
	    display: block!important;
	}
	.blog-post-list-layout.blog-post .post-content {
	    display: block!important;
	    width: 100%!important;
	}
	.blog-post .blog-post-media.blog-post-media-video iframe,
	.col-md-9 .blog-post .blog-post-media.blog-post-media-video iframe  {
	    height: auto;
	}
	.blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel,
	.col-md-9 .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
	    width: auto;
	}
	.blog-post-list-layout.blog-post .format-gallery .blog-post-thumb,
	.col-md-9 .blog-post-list-layout.blog-post .format-gallery .blog-post-thumb {
		height: auto;
	}
	.col-md-9 .blog-post-list-layout.blog-post .format-video .blog-post-thumb iframe {
		height: 300px;
	}
	.blog-masonry-layout .blog-post {
	    width: 50%;
	}
	.col-md-9 .blog-masonry-layout .blog-post {
	    width: 50%;
	}
	.aerin-editorspick-post-list-wrapper .aerin-editorspick-post {
		margin-bottom: 15px;
	}
	.aerin-editorspick-post-list-wrapper .aerin-editorspick-post-row {
		margin-bottom: 0;
	}
	
	.blog-post-list-layout.blog-post .blog-post-thumb + .post-content {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-post-list-layout.blog-post .post-content {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-post-list-layout.blog-post .blog-post-thumb + .post-content,
	.col-md-9 .blog-post-list-layout.blog-post .blog-post-thumb + .post-content {
		max-width: none;
	}
	.footer-signup-wrapper .col-md-6 {
	    margin-bottom: 20px;
	}
	.navigation-post a {
		text-align: center!important;
	    margin: 0 -15px 10px -15px!important;
	}
	.navigation-paging .wp-pagenavi a {
	    margin: 0!important;
	    text-align: center!important;
	    margin-right: 5px!important;
	}

}

@media (min-width: 768px) and (max-width: 979px)  {

}

@media (max-width: 767px)  {
	header .col-md-12 {
		padding: 0;
	}
	header .navbar  {
		padding-bottom: 0;
		margin: 0;
	}
	.header-menu ul.links > li > a:first-child {
		padding: inherit;
	}
	.header-menu .menu-top-menu-container-toggle + div {
		display: none;
	}
	.header-menu .menu-top-menu-container-toggle {
		display: block;
	}
	.header-menu .menu-top-menu-container-toggle + div {
		float: none;
	    position: absolute;
	    top: 50px;
	    width: 100%;
	    z-index: 10;
	    background: #eeeeee;
	    margin-left: -15px;
    	margin-right: -15px;
    	padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-menu .menu-top-menu-container-toggle + div li {
		float: none;
	}
	.header-menu .menu-top-menu-container-toggle + div li a {
		width: 100%;
		padding: 6px 25px!important;
		margin-bottom: 0;
	}
	.header-menu li.menu-item-has-children > a:after,
	.header-menu li.menu-item-has-children > a:after {
	    display: inline-block;
	    font-family: "fontawesome";
	    content: "";
	    margin-left: 5px;
	    font-weight: normal;
	    float: right;
	}
	.header-menu .sub-menu,
	.header-menu .sub-menu a {
		border: none;
	}
	.header-menu li:hover > ul {
		display: none;
	}
	.header-menu .sub-menu li .sub-menu, 
	.header-menu .children li .children {
		margin-top: 0;
		right: auto;
		padding-left: 15px!important;
	}
	.header-menu .sub-menu li .sub-menu li .sub-menu {
		margin-top: 0;
	}
	.header-menu .sub-menu li a:hover {
	    background: none;
	}
	.header-menu li ul {
		position: relative;
		background: transparent;
		margin-left: 10px;
	}
	.header-menu .sub-menu li .sub-menu {
		padding-left: 0!important;
	}
	.header-menu li ul a {
	    min-height: 0;
	    border: 0!important;
	}
	.header-menu-bg.menu_black .header-info-text span {
		display: none;
	}
	.nav .sub-menu, 
	.nav .children {
		z-index: 0;
	}
	.navbar .navbar-toggle  {
		display: table;
	}
	.nav .sub-menu li.menu-item > a:hover,
	.nav .children li.menu-item > a:hover {
	    background: none;
	}
	.nav .sub-menu li.menu-item > a,
	.nav .children li.menu-item > a {
		min-height: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar .container {
		background: none!important;
	}
	.navbar .nav > li.menu-item-has-children > a:after {
		margin-top: 0;
		margin-right: 0;
		float: right;
	}
	.navbar-collapse {
	    padding: 0;
	    margin-bottom: 10px;
	    padding-top: 0;
	    margin-top: 60px;
	}
	.navbar .nav > li {
		padding-top: 0;
		padding-bottom: 0;
	}
	.nav .sub-menu li .sub-menu,
	.nav .children li .children {
		margin-top: 0!important;
		position: relative;
		right: auto;
	}
	.nav > li > .sub-menu,
	.nav > li > .children {
	    left: 0!important;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.navbar .nav li {
		display: block;
		width: 100%;
	}
	.nav .sub-menu, 
	.nav .children {
		padding: 0;
		position: relative;
		margin-left: 10px;
		border: none;
	}
	.nav > li > .sub-menu, 
	.nav > li > .children {
		margin-top: 0;
		margin-left: 0;
	}
	.nav .sub-menu li.menu-item > a, 
	.nav .children li.menu-item > a {
		border: none;
	}
	.nav .sub-menu li a, 
	.nav .children li a {
		background: none;
		padding: 5px 10px;
		display: block;
		width: auto;
		border: 0!important;
	}
	.nav li:hover > .sub-menu,
	.nav li:hover > .children {
		display: none;
	}
	.navbar .nav li a {
		padding: 5px 14px;
	}
	.mainmenu-belowheader.fixed {
	    top: 0;
	    position: inherit;
	    box-shadow: none;
	}
	.mainmenu-belowheader.menu-center .nav {
		padding-left: 0;
	    padding-right: 0;
		display: block;
	}
	.mainmenu-belowheader .navbar .nav > li > a,
	.mainmenu-belowheader.menu_bordered .navbar .nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mainmenu-belowheader .navbar .nav > li > a span {
		display: none;
	}
	.mainmenu-belowheader:not(.menu-center) .navbar .nav > li > a {
		text-align: left!important;
	}
	.mainmenu-belowheader:not(.menu-center) .navbar .nav > li:first-child > a {
		padding-left: 20px;
	}
	.mainmenu-belowheader.mainmenu-noarrow .navbar .nav > li.menu-item-has-children > a:after {
		display: none;
	}
	.mainmenu-belowheader.mainmenu-rightarrow .navbar .nav > li.menu-item-has-children > a:after {
		margin-top: -13px;
	}
	.mainmenu-belowheader .navbar .nav > li > a {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		border: none;
	}
	.mainmenu-belowheader .navbar .nav > li > a:hover {
		border: none;
	}
	.mainmenu-belowheader.menu_light {
		margin-bottom: 45px;
	}
	.mainmenu-belowheader {
		background: none!important;
	}
	footer .footer-menu ul li:after { 
		display: none;
	}
	.sidebar.footer-sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer-shortcode-block {
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer-signup-wrapper .col-md-6 {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.footer-signup-wrapper h5 {
		text-align: center;
	}
	.container.fullwidth-no-padding .row .col-md-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.st-sidebar-content-inner {
		margin-top: 0!important;
	}
	.content-block > .container > .row {
		margin-left: 0;
		margin-right: 0;
	}
	.loop-item-nav a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.loop-item-nav .span6 {
		width: 50%;
		float: left;
	}
	.footer-sidebar.sidebar .widgettitle {
		margin-top: 20px!important;
	}
	.author-bio {
		padding: 15px;
	}
	.blog-post .post-content {
	    margin-left: 0;
	}
	.blog-post .post-date-wrapper {
		margin: 0 auto;
    	width: 72px;
    	margin-bottom: 20px;
    	float: none;
	}
	.blog-post .post-content-wrapper {
		width: 100%;
		float: none;
	}
	.page-header {
		font-size: 30px;
		padding-bottom: 23px;
	}
	.header-title {
		top: 50%;
		margin-top: -100px;
	}
	.page-header {
		font-size: 10px;
	}
	.blog-masonry-layout,
	.col-md-9 .blog-masonry-layout {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}
	.aerin-post-list-wrapper {
		margin-top: 50px!important;
	}
	.aerin-post-list-wrapper {
		margin-top: 0!important;
	}
	.woocommerce-breadcrumb {
		margin-top: 30px!important;
	}
	.blog-masonry-layout .blog-post {
	    width: 100%;
	}
	.col-md-9 .blog-masonry-layout .blog-post {
	    width: 100%;
	}
	.blog-masonry-layout {
	    margin-left: 0;
	    margin-right: 0;
	}
	.blog-masonry-layout .blog-post {
	    padding-left: 0;
	    padding-right: 0;
	}
	.homepage-welcome-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.aerin-post-list .owl-controls {
		display: none;
	}
	.content-block.blog-post.blog-post-2-column-layout,
	.content-block.blog-post.blog-post-2-column-layout.blog-post-advanced-2column {
		width: 100%;
		padding: 0!important;
		float: none;
	}
	.search-fullscreen-wrapper .search-fullscreen-form {
	    margin-top: 200px;
	}
	.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
		width: 300px;
		font-size: 18px;
	}
	.aerin-blog-posts-slider {
		padding-left: 30px;
		padding-right: 30px;
	}
	.aerin-blog-posts-slider-bg {
	    background: transparent;
	    padding: 0;
	    margin-bottom: 50px;
	}
	.aerin-post-list .aerin-post.aerin-post-layout-horizontal .aerin-post-details .aerin-post-description {
	    display: none;
	}
	.aerin-popular-post-list-wrapper > h2,
	.aerin-popular-post-list-wrapper > h4,
	.footer-instagram-wrapper h4,
	.footer-instagram-wrapper h2 {
		margin-right: 15px;
		margin-left: 15px;
	}
	.search-close-btn {
		right: 20px;
		top: 100px;
	}
	.blog-post .blog-post-thumb + .post-content {
	    margin-top: 0;
	    margin-left: 0;
	    margin-right: 0;
	}
	.font-size-large {
		font-size: 16px;
		line-height: inherit;
	}
}

@media (max-width: 568px)  {
	header .logo-link.logo-text {
		font-size: 20px;
	}
	.header-info-text span {
		display: none;
	}
	.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="email"],
	.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="submit"],
	.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="button"] {
	    width: 100%;
	}
	.footer-shortcode-block .mc4wp-form .mailchimp-widget-signup-form input[type="email"] {
		margin-bottom: 10px;
	}
	blockquote, 
	.blog-post .format-quote .entry-content {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-post.blog-post-text-layout .post-author {
		display: block;
		margin-left: 0;
		margin-top: 0;
	}
	.logo-link > img {
	    max-width: 100%;
	}
	.page-404 {
	    margin: 30px auto;
	    width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-404 h1 {
	    color: #4686CC;
	    font-size: 60px;
	    margin-bottom: 20px;
	}
	.page-404 h3 {
	    font-size: 25px;
	    margin-bottom: 35px;
	}
	.blog-post-related {
	    margin-left: 0;
	    margin-right: 0;
	}
	.blog-post-related-item {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	    padding-left: 0;
	}
	.blog-post-related.blog-post-related-loop .blog-post-related-item {
		margin-bottom: 10px;
	}
	.blog-post-related h5 {
		margin-left: 0;
		margin-right: 0;
	}
	blockquote {
	    padding: 0;
	    font-size: 20px;
	    line-height: 25px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	blockquote:before {
		display: none;
	}
	.author-bio .author-image {
		display: table;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.aerin-post-pagination .aerin-post-pagination-item {
		width: 100%;
		border: none;
		margin: 0;
		margin-top: 15px;
	}
	.aerin-post-pagination .aerin-post-pagination-item:last-child {
		margin-bottom: 15px;
	}
	.aerin-post-list .aerin-post-details {
		max-width: 100%;
		display: block;
		width: 100%;
	}
	.aerin-editorspick-post-list-wrapper .aerin-editorspick-post {
		min-height: 0;
	}
	.author-bio {
		margin-top: 0;
	}
	.blog-post.blog-post-text-layout .post-info {
	    margin-left: 0;
	}
	.blog-post.blog-post-text-layout .post-info .post-social {
	    opacity: 1!important;
	} 
	.sidebar.footer-sidebar > ul > li {
		width: 100%;
	}
	.sidebar.footer-sidebar > ul > li.widget {
		padding-right: 0;
	}
	.sidebar.footer-sidebar > ul > li.widget:nth-of-type(3n) {
	    padding-right: 0;
	}
	.sidebar.footer-sidebar > ul > li.widget:nth-of-type(2n) {
	    padding-right: 0;
	}
	.blog-post.blog-post-single .post-info-vertical {
	    width: 140px;
	    float: none;
	    display: table;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.blog-post.blog-post-single .post-info-vertical + article.post {
	    margin-left: 0;
	}
	.blog-post.blog-post-single .post-info-vertical .post-info-vertical-share .post-social-wrapper .post-social a {
	    display: inline-block;
	    margin-bottom: 0;
	    margin-top: 0;
	    height: inherit;
	}
}

@media (max-width: 480px)  {
	.page-item-title-single .post-info {
		margin-left: 0;
	}
	.page-item-title-single .post-info .post-social {
		opacity: 1!important;
	}
	.aerin-popular-post-list-wrapper {
	
	}
	header .col-md-12 {
		display: block;
	}
	.sidebar.footer-sidebar-2 > ul > li {
	    min-height: 0;
	}
	.content-block > .container {
		padding: 0;
	}
	.comment-meta .reply {
		float: none;
		text-align: right;
		position: relative;
		top: 40px;
	}
	.comment-meta .reply a {
		padding: 0px 5px;
	}
	.comment-author {
		width: 50px;
		margin: 15px 15px 15px 0;
	}
	.comment-metadata {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.comment-form .logged-in-as,
	.comment-form .comment-notes {
		text-align: center;
	}
	.comment-list .children li.comment {
		padding-left: 0;
	}
	.comment-list li:first-child {
		margin-top: 0;
	}
	.comment-author img {
		border-radius: 25px;
		width: 50px;
		height: auto;
	}
	#sidebar .widgettitle {
		margin-right: 0;
	}
	.page-header  {
		line-height: 1;
		font-size: 20px;
		padding-bottom: 10px;
	}
	#sidebar > li {
	    width: 100%;
	}
	html.offcanvasmenu .st-content-inner {
	    margin-top: 0!important;
	}
	html.offcanvasmenu .woocommerce .woocommerce-result-count, 
	html.offcanvasmenu .woocommerce-page .woocommerce-result-count {
		display: none;
	}
	body .owl-theme .owl-controls .owl-buttons div,
	body .owl-theme .owl-controls .owl-pagination {
		display: none;
	}
	.footer-shortcode-block {
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar.footer-sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.aerin-blog-posts-slider {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 400px)  {

	.sidebar.footer-sidebar-2 > ul > li,
	.sidebar.footer-sidebar > ul > li {
	    width: 100%;
	}
	.tparrows, 
	.tp-bullets {
		display: none!important;
	}
	.page-item-title h1 {
		font-size: 24px;
	}
}

@media (max-width: 380px)  {
	
}

@media (max-width: 240px)  {
	
}/* Animations */
a,
a.btn,
.btn,
.btn:focus, 
input[type="submit"],
.btn:hover, input[type="submit"]:hover,
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button,
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart,
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.blog-post .more-link,
.shopping-cart .view-cart,
.aerin-button a,
.widget_product_categories a,
.navbar .nav > li a,
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li,
.content-block .widget_meta ul li,
.woocommerce-page .widget_meta ul li,
.content-block .widget_archive ul li,
.woocommerce-page .widget_archive ul li,
.woocommerce-page .widget_categories ul li,
.content-block .widget_categories ul li,
.content-block .widget_pages ul li,
.woocommerce-page .widget_pages ul li,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu a,
.navigation-paging a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
#top-link,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.st-menu-close-btn,
.woocommerce.widget .product-categories li .cat-menu-close,
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-item-inside,
.blog-post-related .blog-post-related-title,
.aerin-post-pagination .aerin-post-pagination-item .aerin-post-pagination-title,
body .owl-theme .owl-controls .owl-page span,
.homepage-welcome-block .welcome-image-overlay span,
.homepage-welcome-block .welcome-image:hover .welcome-image-overlay,
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-prev,
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav .aerin-popular-post-list-nav-next,
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small .aerin-editorspick-post-title h2,
body .owl-theme .owl-dots .owl-dot span,
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-title h5,
.navigation-post .nav-post-prev a:before,
.navigation-post .nav-post-next a:before,
.header-menu .header-menu-offcanvasmenu a,
.header-menu .header-menu-search a,
.navigation-post .nav-post-name {
    -webkit-transition: color 0.2s ease, background 0.6s ease, border-color 0.2s ease;
    transition: color 0.2s ease, background 0.6s ease, border-color 0.2s ease;
}
.search-bar-header .submit,
.header-menu .menu-top-menu-container-toggle,
.aerin-post-list .aerin-post-details .aerin-post-title h2,
.aerin-post-list.aerin-post-style-2 .aerin-next-post,
body .owl-theme .owl-controls,
.homepage-welcome-block-2 .welcome-image img,
ul.header-nav > li.float-sidebar-toggle a,
.blog-post-related-single .blog-post-related-item .blog-post-related-image,
.aerin-popular-post-list-wrapper .aerin-popular-post:hover .aerin-popular-post-image,
body .owl-theme .owl-controls .owl-buttons div.owl-prev,
body .owl-theme .owl-controls .owl-buttons div.owl-next,
.blog-post .blog-post-thumb img,
.post-social-wrapper .post-social,
.search-close-btn,
.aerin-popular-post-list-wrapper .aerin-popular-post-list-nav,
.homepage-welcome-block .welcome-image-overlay h3:hover,
header .logo-link.logo-text,
.blog-enable-images-animations .hover-effect-img {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#top-link,
footer #footer-top-button,
.aerin-post-image-wrapper,
.aerin-post-list .aerin-post-details .aerin-post-description,
header .header-post-content .header-post-details .header-post-title a {
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Slow Scale image */
.aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-image,
.aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-image,
.blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-image,
.blog-masonry-layout .blog-post.content-block .blog-post-thumb img,
.sidebar .widget.widget_aerin_recent_entries li a img,
.sidebar .widget.widget_aerin_recent_entries li a .widget-post-thumb-wrapper,
.sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-thumb-wrapper,
#sb_instagram .sbi_photo_wrap .sbi_photo,
.blog-enable-images-animations .sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper {
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mainmenu-belowheader.fixed {
	-webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
@media (min-width: 768px) {
	.nav .sub-menu {
	    display: block;
	    margin: 0;
	    opacity: 0;
	    transition: margin .3s,opacity .3s,right .3s, transform .3s;
	    -webkit-transition: margin .3s,opacity .3s,right .3s;
	    transform: matrix(0, 0, 0, 0, 0, 0);
	    -ms-transform: matrix(0, 0, 0, 0, 0, 0);
	    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);

	    -webkit-transform-style: preserve-3d;
	    -webkit-backface-visibility: hidden;
	}
	.nav li:hover > .sub-menu {
	    display: block;
	    opacity: 1;
	    transform: matrix(1, 0, 0, 1, 0, 0);
	    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
	    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);

	    webkit-transform-style: preserve-3d;
	    -webkit-backface-visibility: hidden;
	}
	.nav .sub-menu > li > .sub-menu {
		right: -90%;
		margin-top: 0;
	}
	.nav .sub-menu > li:hover > .sub-menu {
		right: -99.5%;
	}
	.header-menu .sub-menu {
	    display: block;
	    margin-top: 30px;
	    opacity: 0;
	    transition: margin .3s,opacity .3s,right .3s, transform .3s;
	    -webkit-transition: margin .3s,opacity .3s,right .3s;
	    transform: matrix(0, 0, 0, 0, 0, 0);
	    -ms-transform: matrix(0, 0, 0, 0, 0, 0);
	    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);

	    webkit-transform-style: preserve-3d;
	    -webkit-backface-visibility: hidden;
	}
	.header-menu li:hover > .sub-menu {
	    display: block;
	    opacity: 1;
	    margin-top: 0;
	    transform: matrix(1, 0, 0, 1, 0, 0);
	    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
	    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);

	    webkit-transform-style: preserve-3d;
	    -webkit-backface-visibility: hidden;
	}
	.header-menu .sub-menu > li > .sub-menu {
		margin-top: 0;
		right: -90%;
	}
	.header-menu .sub-menu > li:hover > .sub-menu{
		right: -99.5%;
	}
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/blog/wp-content/themes/aerin/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/blog/wp-content/themes/aerin/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/blog/wp-content/themes/aerin/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/blog/wp-content/themes/aerin/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/blog/wp-content/themes/aerin/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/blog/wp-content/themes/aerin/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Version:3.5.1 Timestamp:Tue Jul 22 18:58:56 EDT 2014 */
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block; /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /* Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info: http://www.quirksmode.org/css/box.html */
    -webkit-box-sizing:border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998; /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
}
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}
.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    background-clip: padding-box;
    background: #ccc;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat 100% -22px;
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat -37px -22px;
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: #fff url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}
.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}
.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}
.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}
.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}
.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}
.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/* disabled look for disabled choices in the results dropdown */
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}
.select2-locked {
    padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/blog/wp-content/themes/aerin/js/select2/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('/blog/wp-content/themes/aerin/js/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.select2-display-none {
    display: none;
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/blog/wp-content/themes/aerin/js/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: auto;
}

.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-y: visible;
}

.st-content,
.st-content-inner {
	position: relative;
	z-index: -1;
}

.st-container {
	position: relative;
	overflow: hidden;
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	overflow-y: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}
/* Sidebar */

.st-sidebar-container,
.st-sidebar-pusher,
.st-sidebar-content {
	height: 100%;
}

.st-sidebar-content {
	overflow-y: visible;
}

.st-sidebar-content,
.st-sidebar-content-inner {
	position: relative;
	z-index: -1;
}

.st-sidebar-container {
	position: relative;
	overflow: hidden;
}

.st-sidebar-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	background-position: top center;
}

.st-sidebar-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-sidebar-menu-open .st-sidebar-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-sidebar-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	overflow-y: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-sidebar-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-sidebar-menu-open .st-sidebar-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* Effect 2: Reveal */
.st-sidebar-effect-2.st-sidebar-menu-open .st-sidebar-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-sidebar-effect-2.st-sidebar-menu {
	z-index: 1;
}

.st-sidebar-effect-2.st-sidebar-menu-open .st-sidebar-effect-2.st-sidebar-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-sidebar-effect-2.st-menu::after {
	display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}
.no-csstransforms3d .st-sidebar-pusher,
.no-js .st-sidebar-pusher {
	padding-right: 300px;
}
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.15);
  position   : absolute;
  width      : 8px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.4);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(/blog/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwAAABwAAAAUEAAAKi6kAXkmdhc3AAAAMEAAAACAAAAAj//wADZ2x5ZgAAAwwAAFnuAACMgOFsk4doZWFkAABc/AAAAC4AAAA2DP0UgmhoZWEAAF0sAAAAGgAAACQPogeuaG10eAAAXUgAAAEHAAACFodAcgtsb2NhAABeUAAAAg4AAAIO/oLadm1heHAAAGBgAAAAHwAAACABWQC1bmFtZQAAYIAAAAGbAAADVi8qdoNwb3N0AABiHAAAA+cAAApGwPo//ndlYmYAAGYEAAAABgAAAAayr1bhAAAAAQAAAADMPaLPAAAAANMHHI4AAAAA0wdjLXjaY2BkYGDgA2IJBhBgYmBkYGRkBZIsYB4DAASNADkAeNpjYGY/xTiBgZWBhVWEZQMDA8M0CM20h8GIKQLIB0phB6He4X4MDqp/vrqzXwDxgaQGkGJEUqLAwAgANrQKyHja3ZC9SwNBEMXnkqgcuzcGxOIgxYGkuO78JMHmNMQkoCKmkIhI/GhiFRshXRoLO1vBv0U7tdFGFAzWaqXO7o426nkkYGFv44N5w4Ph92AAIAm9yYAVO1jHcbK6OWW1470GIfRBJvtBNg2RSyPkU0BTlKcCFalMNdqgBrVoX1nKVq7yVV6Falbb2tW+zuuKqZgVUzN10zAtc2COOMU2u+zzKOe4wKUoAojpQGkaJo+yMX2MchTG9BJVqU5btEttBSqp0spTQZdu6bT2dKBDUzZLXfqmaZq2OWTgfk6zxwGPc8jFKOoMDKbwCz/xHd/wFV/wGZ/wER/wHm/xBq/wAhdxAUs4g9M4iRPOntN0dpxtZ13W5aqsyapclvNyToaiI+7EtbgU5+JMnIqT3sf+TlY//FRYidgSvw/g3+sbNnmNdAAAAAAAAAH//wACeNqsvQl8FFW2OFy3qquqO1un01u27nSntyydtTeydQKEPWwBIYogS7MvRpFNAm4RUUFQFEURN0RcRqMi45Jh3EbbbUQm6uhDxXFkGHVGncdzIElf/+fc6k46yMyb9/2+dKrurVtVt27d5eznFCdy8EdO892cwEmchkvjtBxXpbPrBL1db9YReyrR6cnp3sfoE9HH6C1k+mPRx/juWDO5mfuZ9vxMaOxD7mfipTz3M0e4pL8qjuO5CBeTX5R6oc4Ax2lIKExMZisxW4VgSENkyVBATAY5g5cl2Fn5MAkFQ2E+FKyG8uqQeDDWsDtn/e21ZQ9NK62f3bqyNvZIrOFpi2WZxZI3arFphMM/pVIeu+Syy/yFvvQWf75lGpyaZhE286/tzk93uK1byrPz7ekkLfYI/9rT7Ox0S15wbGaVw3/ZZUvGypWT/YXNulUj81idHCFeLio1yWouC/rEXm0y6gxSKSE6R6E7oPMHyWmhs3Xt2tYoTYtCKqvXtsaaW9fSNHJ6bSvf3boWXlvg/gl1fCJ9BH2Zweoxyxri0ZCATyTQrbhJTXuWxTbENizjfyQ7o7GDfFvfFMFG21Wb9yzjb2DltD16d+zR2OP8BVRLTtM0qDfK7ZZXyLVcNufm6qFeU6aWZBAPaSRBv8ddqCXEHYS8TcOOJZlIBrMpKBOTpCWSzePObCRhYmal1dLfN2/e0/qnZURqaWlsbHymcSJ90lLTetdVZGH/t7ypoKCwrSD2LSblZJ8VT9C9Vym30PlNTY3PSN1YcldrjZWIE1uggqamFvrksj+17tncNxMquKjAxltj37D0TXIfO7F5M1m0GW6x0HmNzzQ1cpwK5kcE3mkFp+fyuGKcI0Tnd5cSj112FErQ+yafvTrIVZsMUqHbL9p1LA36qs06O3TowKFoqCt+5Hrafv0jxXV1xcKp4rpY09Hbbjt6m3CYnIbktiXmPNoDfarkhU6+u7guGq0rjjXDDfyzWHxU1XdyCd4jkrNUXkofZAccPzAnBBhRDodPtBvtOh/fJpzqOyTY+rOj5LRo6P0uEhUNOP7fcCelP0unODW8kxNnvYcEcdaLISJnEIddlgo9bn8jvGlQo5yRiVhAu18izbkXuz1Z/W/MEq5fV/3tPNrR4e3wer0dDYJEmnPwXC7tlvKVS/Ue96x32vs3Tq8eAReVbvJ2kM65p+l+OJUFp3LpS7D+otwbUkzq54ycHdouqTwEeyxE3FmhoNOs4U0SLjQ2f2A1Sp0L6N+vjH01/tjt4/ltfv+COUS1ln5Bcom1eFjvXut0i9VqmW61CD8v8PtjV4y//dg43nolyVowZ5iXfkFPkoI1P8cKLJb4hZxAvMQrq6X9sP5LuTHK6DrsgyNLfDi0pcSIA9lAHDiaddgxsPQSRwE8siSuZEMekNV1xb3f4ViLhuK6/uwIZiOWEstAhpw+T9lOVRfm+6bgoFvqWut2Gy0W427I8G7M0QeTy2KfYo6BR24n96A8Wm6DEeUIDKNbwqVnlqE7VdCVxBMyBXF1qQyH+Y5fT3p11IRmvf/XP9JTQfph8O0AMf8Ihc0TRumlBw/Hrj/s14+aMOqVyYd/pH8Nvh0kZXDBP1hh86sw3wzcC1I3zLdsrhyeXViuqiDusOCrhnmSIQouSC0kQ+UodFZA34SJT2W6eGrQm6MTBEkqbVwUXry1PIOodNmlgc0k84o/bNIGHt7/p4UP0t2RyBUfXKnyuRvGjWvQ60PLF0woW/vYbDlnzPApNfSPh7ccW3lW1Hqs2TX5+Wfbf3+tAr8jshra4uEq4M0dkgzvLMlGe8DtkT0ht8eh8wVDnpA5GArYjSZzyCybzD6uOuh3F0oGWf1pbujuY3e3LaY9i9vu7rk7lP3pJ+YaKLlgBfGykhrzJ/3VZ7q6znQJtuUz4Axc8ml2CM60LSbFC2dDSTAvXjJ7IR3ehdeydkXlQnkqwFcYEc6UBRhE5RFEwe5RpnZWdTDA2iA1vjxq1Nx2+tbWl+iHu2lPRMgbU7V6LuErVk2atGqSXP4ypfTnue2BJvpcAd0WFcjNpHH13FGxE5OGheAKfBYpklfAHNbhaibVKrNcDnNTkn0a4gtmOfWFTk/ICvMzGHJoiCNDEE7dTXTzHw+/uOzeHwtP0Qfpg0ezXyVlv7qH/jBQSuaQOUezNh7+Xtq/uf211rmv30Hbyc6DJGtfb2e8gOyk7Zs/u382h3AyCu+rrKMcWMnFv1xJnE1lllQ2pyeoYu9tqiYApQLwY2tlK1sr62GthEgr8W/cSN+lT9J3N27kH167f+3a/TB3vb1biVewIVjDi/uzYS+M23fLLftgO4EXrY0djEQi0J50LgrregXMCy1AbjOMQQHMkFKYIyGujmuElT7hPGvdrrProUm++JaA6iFopwvODTmG86qkY3kFvIOTvcPx4rpeJwO3xKv8960sscDqjmKH8W2ILPtjSSXdQ68gOxFkxMGH6hMo8EbZH02zsKsiEcDn3kQeTsSz8N6ICyLSfkYfWIdSCPY4heAJwcKAVQJLAaiFU3FqgfZARtjf2xtJ/CPt0H8iQTsItta1/U8mnUY8wsGYH4VnydDLBYhH9A490BFONrpBv+Aymd2OQpXsdjoK5WBIOBUzlUcrbxdOCaf6h7fWAQSL8GXt2f7ibvrK7Nn0le6iQHa7cIqU9B1WranDvoiwV4v97os7npNf2Lv3Bfm5OxR8J4+U1wIlqEPqBQg0RHp2oN0QlcnSnu0WC23tO6QqPWSdFvsLn3NL7NQYuW070Fd0an+NePyQhfTfxmffEvtLDwc0JfzBexyFmeLg2mDlLuPaoSiTLydOmyqD8JlZVgIzN0xgDpuyMnmcxm4oDTJ60S1LjkJP0OmDheeWjAagHk1mEyAMoHfCBIEuu8INQFIyFRC9hoRVHjjPa4ibD/iJHm+Xjy584Sf6Pn2Rvv/TCwshT6rIaFL10wt9b5BVZOKPt9zyI32W3kafxRxpoO8vNWTojddMt+tXkfm/v5uYV/hnm025olDdaLPRH41utdqgNRiune5Y6nAaIDu9nTxPREFt0sgpcz7sPU42v/0/QsnXazYtXiyMUh618JwmiDOHPHQia0hfsRBQ874KkkIOvLpqgTxhvGV4UbFanLml/kRrK/93olYJfMhPUiVeIIEQUdOjsXz+BTmntfXqmsf+8F90m3Bb36kF5IZvn6XvxHaUWDkxPmdXwIySuVS2YjlciwQg9pDNK67v3apq6T8BNA3b+LbYQXnFmTPielgTPYMbwMQLyE5ZlDOAriiF2vyecsCJWSFPhsqMkDAUdP2ySJgxtvpX43J+/8BD85/bt7I6M/erx+6cN1946nyl/EfXXtzoztxBhk/9c8WWQ++dvfoP/W1tu89XiNNLHKAjVUB1pXGZ+I56oLXtBAAJ2+AFNcQOyCx2sG8K8aq6+qaoumIHYwcFG0IMeUXflNhB8Ti8YDsCAEzJaaybT6JR3YgDCyXLIEfgYyBgAA7oSLxc1dI69Ubag1xCK9/WuhY3hAQ9EUjF9beMf572EO/aVnIay2k7bGkADAbKYMkwHIfP1QC81UFP53AWzobvhU9zwUNEwae3OwQfSWywTDU8EKvFdWfO1JEXohEA05FoBGihxA6B/GllXOuKz77MS+Hiugg+dnADmvZUf7bQSdtpO6N9lPePIAwiriCQYvCqNncmo8JFXQa+snLgD/IvqSYV1b1HP3/vvVvHTezvyIp23sqyw6S9UamxNNr3dzgmhe85+NXR/s6rn2B5oa4okMQLaBk3MDzxpgbJkQCu8H5cArv5w7Jv4Fy1VVUA677aypu/lDL848b5z/4D9uI/e7fy3QqCe5CIKUZLeW1rpYLbiifW+h05kqTKHNa0pH3xSF+qvCJ+mx+rOPsyLgehlyE+2qPObZ2yYvackSUMLxbz3d4xF1wwxmRKK148eTiUGBNzJcrwop5Riue03wd4jrMFM902KVM8TtzecNh79l3cEzdQyjvpbaTlm2/ooW+kprC3b0FZc3OZ6l5vONr73TfKCXyGBM/YPcAzOWD9+QDncgA7rbwhgwfYWc77w3xWnAZTnZMmsKwUT4U8cjepfetqv//qt+gbdBF9Q8nLHW1tHW18bnISk1jyW4Zb5BUjVz/64p9efHT1yEQm5mhjFyT9x65lSXsd3gP89U5ymuHPVIWTSvyk/YgjERcCFDIkcozvVfgv5R4z3uUIIPsFDFggZHQYHQFHwAf0hLQfFld/h6oFUDYg7YhoALwe6XUKnVF2HI0ib478iLQf6CgFFsIIBezYDgFTBf51AT+HGfF4tD8bVwpwjQzGnHNvHI4q92Oqw/xAPUInNmZwTQ2pkjH9+P/v6tXF6y4m8TyrF2sT1/d3II2COVYrqwwrjtf5r94zJ6l9sMZ/8ZoEyT9xvbgeZjKn4fEIgOJ6upKu5gjfDeeOq7qUc+JxLEUQyrfFzxkS94kGLAVSbBfZzs51i8eBNWbngByDUrw+dvDfnpMVmleuhf4oYLSlj1GXDHdBfyhcoZIa7UYkiRoITnExKY/959I5YK9ssOq8Z18mXpiUZCfs+jsU4o7vVlKyE3p4Z5Rvw3+pCbpnfSTc1haOsH0v8oNDd72rcaAjKBBLbAgz+RH8SGmq+BekfoiZOEhIFN/ZEntpC+3eQoj4lzn9L5I3Nv2gwIw/cn+UzkhnFKwF/MUgDRTwZzkBpwin7ieFxzo6jtHP6cv082MdPWQpuSf2onRmsKjjGCm8/0Oy9FjfCkFNr+IY7x9lvJuW8Ujn0lY8kJKyhpg1hBEoRR9dddVH9I9AnvwRc8JvceLCkgIchhMtqnDyyZeQInZbvw9PRYdePgRvavC9NEQkAjyLuIheJHqXqCcu4RTtgcVw72U4WdrJXpiEPd+QD+irM6mXemfSV8kH8orYwQm0OrYUa+XvJL+fQNbT0lq6Nxb75hsggSK1XBKOwmexJwEVyOonXr6NRtoRz19GF/Btv6wO24nlbA6KOLtIMSFABWUjBIIWpsFshnFl/Ym88AouQ+EDTZmMssTJGCb6OL9pNJhRMGBCbpCYxNe3HDmyxe5aBjj1Rc2h62dfd92L1+XRI47rswTZ9rSVNFfKK35LTx9RL+v7Sjx+6z2x/+q8eHZn5+xgFVz0epZqI1yCQI88Q56RrJIV1zIbNhi8EAyeqpvM66H30X09ZD7bkfk90Ob7esi8xCHdB5dw/+t84GxhkllObBkk03S+CUFGksyTW7acpD/A/rwToW/5lpMD1yAM2hmXm5lh/ZbBS/iGYkMm57GZjIKOdZyOeMIk3ocmswwLb4ALLY4g/osCHiZep6cC1m2Fx6lqiUvvilGWR7wHvvnmAE5CRk/1xJo/zhrnxUXrHZf18VAaEekoF9fMTRzapgaSTNMhlBmgNcKSD4YZqIsCzCKVAWiI3WaUml4vbWgo7T1d2sAyYlppQ+93qpa+Q+Q0Q33ExqsttmDNxOL+jmGtbhMhREjPsnvqCismFOeL/MuRhtL+q6UmpY6G0teVOhpK+6arWmiU4VHak+JccsnqaTVIk8NLFRSotMXucrsZCY9YJczWq0sbgEHVJNFQZkYdeBjcRJ6cCwEPHkjiybPiFADy2vx/kGd0JRKNsI8yEkBc33fox3+bi9QVD94lNTEqoA5Y7fZ/l0seq8H34FznSjwSbYOh4ZPyCmWLD8VHn+07T7OSX0USleciyuo/MZjnOIUHx3YcBX7fyGUPpVmQhYJ5ABPFjA8Fcrmn/wTKFwDodAPdjfJmYCbITsGGWUwZkdfOzsWagbrBsxynyMEVHjkFnpTN5SOfARMxUMgZHZrEQ0WWoKiE735tx12n6A/PEEmaTtOQ2hBsAEkBENM0oN1Picdv3HOM/vUz+iv+q96tNE04BXRQrBnYD8Cs/+J5Gngk5zBWm0j87fQsEZA8q3uNNBHpGfrDqbt29BZjbVgrQwoRfBr9FZn2GTEf20Pk/g4EnUhGYT/0dyT6UsX68iiMaSrTiwDBTIwKKse9y65BgZVoJ/JR2gO19yCd0neS76YP8t2IiOmD0GdzVC1RZE6jyJ9Gyc7Y2kgvY1Pi74RjhTSUUn8c7wOtCK/h0AkaAQYK7mM1VOOdMCqnaLu0P/FAxAv4MCAEc1Fyh3I6htIBx0S5Y3IKtN/MdC+yCyC+x40/hw7GqBrFEtJLkyfTb0Ih//x5mzq346u/++LhrTcJn79Il7y4pnP7Lddumj8vEIJnvUpepR9NnnjTVqXuN6BudbzuYAh+PqyzUJbwB0hFdGcSI1x9+MV3kTra3tkxf74/FKLfTBY+hwdMnExKaJiGiTcUmDd/07W3bO9c8yK5i9EX0P1A0AIczmQz2CDJOhSe6MpRsm4zqZgwyV0orn/0ukh19XWPIqyNHWQLQVx/00eFsbu9kfx8obzwo5sAxuawBcLWhrJG1QMSSTsuQgW6M9E9wlGg0Ig9sTqd8ZRvEzoTwD2KGeItrgOyv72/o53BO+G4wnZ0YytgurEE5297EmsR54Wi58ghHefnG5nkESn1eDoUBPRuRVGiYEPRACRDRaYKMS/YIgqj3K6kcboDqSLxOOP2rKjGYM/0B0O4A544zDCMQXzv+sPv3dqffet7XddKty2pKq/+7eUHvhG+znjjBuSPr39dl5u/5Db9gvXfHKhU+pbcADTJHwCim1HCAny/WYKdJyj6ccplwKOQxuBszlA5QXEXcOQBfyiDyCb+Vb6F/PnKK2l+7BDNv/JK4X/8RTpbVXNLIDiB2skpcs/SUT/sXfk3+szfVu79YdRS8Q/02Jkz9BgpP3NG7W1O43nVOF+gpSV25z+6Nz5evOa+R/72t0fuW1P8+MZuBY8O0hF6xn02/VLW64FFJ7Lhd+h8RtwGR4Nj/K/JJpitit4Hu2toj0dwCfaFVLkF3gj8eQv6ThZ4vUIb8sYwPQ9MDDUDMdAcwhXLZLnxO+HKTUCB0p5NcHkB3h7j4yw13706O9KAxEFDJJutC2IgROqWjnBebhiu6CxZES0mfjJ0pqQs8PhPcnrcmaGgUyUEMz1umyxlmk021ZGb3UuFHHVhRVjVYK9yOM0mlTCisqra7/dV2b18mS0723A3veva++9fRvJInmPRosX080WLFy8ihVL5zXTDfYJJyrOVqsrsVUg1llWOEAST0e2ostcLjeU2q2Ga/5oHyFv3L5swIZa7mNgXwx/9YvFihHm/4B0HMJSQSDuRg2OcISaqFgQfuCniPcZqwToCfgfm8fokHtSs1OUC2ImIAKg1x4Ck8LRwqve7KMBgFJv3KLXAogaQHElUqrC5uFQAoUsDOlQtwOUChs9LFYihsHA+IKGrTaK9HPqE2BNLN5lzU3UhkOj9DoGFbsehHfQa4s28YP4FdC4Sgv0dSAICNsV/oDOKI0A9zrj88hmlNTX00TgROZRJUw/MY3znzLh8zQ6UIeeKc/Tw/oqC2RyAReyK8+SJTVajiAjFiP0dxIuKqRMo50OcktjwJLw3XGdAcqCnAxVd0ejaVhQvAsWDwkYuQZuzcZQUvIVMoBEfP0igO4VTO4jw0qUwbt2XvkRj9E809tKll75EBOGUUrID+rx5R6IUwBFczTG7gcH3TFXeLtGvspq1A/+xmUi24igy2gf4d694XGoCXJqPvQLNqQ4pOC+AlLrHbRd0AOIQ+DhkX7XRIEulBO564/11633+1RcsWrOaxjZsXen3zVmy+/4/+qqXHwSW+rvIgmc2T2jJ02h3X/HEpMmxGLHb7OOnjP6vB2aVIqQj5F2Y0yp4LsotHMQn20M+4gjZxTc+pKd6wrHZ4Y9I9odh/iEUg8Ak7MT5tZOtgyb2hnrGcThQd+pG6YABNUj8v8pHGDqJIIjvPm9WNCgiLCCdzs0weRw8O5eNHcpp/QBLFnPLmZxKNgMil4GyMdqFgCMQYng9gIJxh4LYzYjnWQfioZYY2aXQsXBeOWdkyvHENcBuuj1Gk29gGOAaM75D26hrisrTsniSjw3e+IRvWIZRk5KZUe+wmHQ5xryybKMx25yWLslpqRULyA686hqXq3FSqChPbzDWeisLCnzZZoOxJM+ak1fdPKWkNDenqijHfI3SAWTnYp8rJauE/nc0EvvVaFWlX59rNufbYZOEtDRzUJ+akpqWrdVm6tKrIrWvRegn5Tm5RfVZolxekD0iLc1i02rVcvp4k91eV5SdLfGa/PzmCMBgJ9kpfQrjZmAUxKDSgOd/qUgYKBOeayi9PWx86qabl710+1id6bVbr54+TXANFu6CwlexkD9w2cSAPeNKkjXqNd/ed2hs66GPJ4y/5rKJQdu5hdy/gKfnaElwtSfke3H5Ga6ege0/qQMm7glVi6JrwfT/Sx3SfiBJOhFPxtNz6zi/XBEhW4AphtnGjJH2K1JFlPjD1oM6Ahxy5F4UzShCckZkJ2RymZyVc3O13Cjgodu4OSgNAYwZcivzmpEmoYCkTFigSoLEJzgEX8in1w2Zu5hxyIGB6S06YIVARWKipJQwMZVU6XTkuh2TZs0YMbywcFtn21hbidt5YVlFZVX/k0tOLDuxuPbrY58sHDbMmj+8Oj9/WHDTlAuaLQWW/AY67cmgWaNVa8iWBU2FNltBeAnNQCuuCLJqUneqWjfV43KNab7kjn2501M06ppg+9L6+hhTkRwgz8QOlntb6x2ONJXG4fJNcjrPHNBnlZYbDIv2Di/z5+ZsM5vLfdnZsReBxbJFkAND+ihu8yKyXjcy2lDWu2RdMdF5RD2zIDK7BHMxCQliSMe3bfqS3rgJENzOTfTGL/vf5Nv6Dm0i677cRNtVXZu+JOs2SfvxzCYcBTzuP8uUt+y2+IUcYLAELZyMw/MGsG1CftoYnwWMFkZZ+tDt/OfsAYHNF+UYdYLSfpSjRsnppP+d5xQD45sWwSmOB6h5A+yYpnDA0YE/YFhhAiNWA8zcNlDao6RIp51G/gVobBOXixgBqQPGY+gMVqE6LAR0bElFty1ddkc0Z/iC+6IPLBiRC6vzeOx3O+7Zu41viD3XsG7j7NqaWVeua4ihgEE1MEYD60sPL5n8Y/hwyLY/mmgStomcFv/K8E0KSpEQT+ntHrteLD1CF8AC7F5OHiylr9wBnDCKgrx3k5ODdhwwRiLgCgdXidI81E4mtDWK9ZsZikJJ9m9EcKSifi+PwL/qIyIBb61+jTFiQmdd8d3BvimhexK0M/ZcJHL05SgqQiKA4HsiEVzejKHrM6IFVOPf/h6OW0EJ45ggIg3Y7DRMFZ1ncju1gPvLktoZF9G5fiHNQ6sggelmfLqhjeSvv2eQSr8nBDRR/wmYAoNtqy3BMyUl2KiS2toSpZF/i12H0wOaFLfBk7pgDniYTYKFGGQiFVbw7gbiDxFEo2j2WEEQBhFmV1ot3rGqoSG2tP7J+kshw99ZP3NGA+X5ay2WjyylJZbYZsxcIImX1s/smVkfW9rQsIplG/jdDQ19UbhwuvUjC1xnnQ4XYr/oGJ3RxHRR/3p9jYzbvzAQq2OgNrGaUFosx/PiOem/Oyc1IZmNsBmpsv7siHAqEkFrHEiB6B7Yn69MVkcivc5IBLX4EWbccpplogO785WhLSzDH6sYZlYAcgYbZDuCbmCA7MAB6QwAr/FFgQtloF44dWRhZJR95RRY6ztuGzH+4QNAqH758MPjwrfT2/i26ausIyMLxEMrVrz38g3hBb5odOH1ew6T1HvuuXcvPfPcXdcui0ZDkfD1v/n98hVIo0eScBhKjRAGWLlCBR+KsMmOAJrWupJQoyOewpxuR/QYiSItHhVO9XcgkGEKG0B1NtojNUWYhU8URT0JsKMsIMa3qJnWY8W/ej7avBEfPt+R/HzfgEEF4BkEd8zuKIo6dWQ+ENxBMS4BRNoR9qx/0YAhujwtzLEGZjnjdBSqJGAKTCpftZM4sN9DCXxaKHuSiErAxkJcFMFKCqX93fTIkQEuYccRMoKO3pttGtFgMOTn+9ram667bf3YMZa86aFM7a48v68iPy8vb65QQjrIyJcGGY+XyMrSYSWe6tL8XKfLqK+5enxt7bwRZWUNRWaTg76TW1FdnZtbWZGTF5cZ8IekP4pmrpmbxF3IzQYaGeYUtNmoELWOOLoPOMwOj0N2hBwBIBfMvjhtoCU+RShWbZbdHoXMgEkHTDqRfR6ceh7JZfQlugCqMYoeh1EhNqTyokJ70ei260bXaeZkhWoWfLx99uK6P9cumT37utnLLn7m6dXhUJ76GrXZGW6aObsFKQ3ntEqHhrjoJxpHWd/JrCUmPlWVxmeQZ9Z5cvKt1pH0kl/xvxFeXlJvKxBkWU6fnjt5ZLutYkp5WW/vI4/0Rs6e7S12TvQ7NOHKMQ6Xe2p6Wmqdd2RkYskwMi7YIBamFafU1T0kaPUVJfoseoYQwh80Z1ejuWecL1X0FPkAXQq5IFfD1TO8jRbfkuxp5BWDb8Gj2HvzPlStuUjILMftvM1axcw7JGoANek1RGQG32WNHz6asPdu2T+8oBztvXvbUHYcZTppZvVzomn8TYq5983fjroLjb0bhbMoLkDCEoXkgk36O7P+Li8Yvj9h/N3y6EeN3j2bEU4p9kOMfoy9OerbmxXD75vGN+1hl05W6oAFsBMeGn9nspPh43Sgl1A7Uw5vHeZGIxQN6vy822mDCW/MTMj8VedIFDVxu+CBgkQ6oMJZrzrRNai04v/JEBN9XEGis5SjCWQq2nqMYUeqb5VCRS1Bdv4XyXkooRR7iP5F+JCVb1cUBuyfZpI3YwdRxHTBx8nFJxMi04QtA4MnOuTEHUBrhYFTD4Z0GaScR7LJO63nkxN01bTvvvj53ah4vNeJgpV8YrHwef0nHOrCArUCE3YyfndAv4+idGVT9PuJTWqKMolYNP58vk3az/T0IuJ0HUwNLIsivSt8TXaxgUN1P1y7kxCG65DWR30hj4o5qwgAPxgKiyGUAfAqmykTjYFUN0PHfvfAtstUHkORxZV5vcVyfabLUmTwqC7b9kDsJZL/9tv0z2/L6gfodw/dcna+YM9yWUqMT86b96SxxOLKsgvzz97yEDFcgle9TfIH5BbSR1wacIdobalP0g8mlFfEpRNdos4l6kXDmvpxtx29bVx9iPHuZAQZS7Nje5kpyeO/4p/kW+1rRi+57bYlo9fYyeWMg6frr+/veOcdlCFsj7kH+RvE7wjrUR5UCjMRuXmmRWASZGiB3e/GIgKpA60MHDrnAGVEAoXlIpzbGQVCJ9o3Bc25yM41/T9GBBuk09DmMyLccWAN6jN3Lnx0/apV6x9dGNc299AeVJyouta2TlsDKwRJMu+0NWtjMzAbwbvhTKwvag80NQXsNC0hA4c5lcq0ZWgj5mZWEg6jA4mxALMLS8hCgELTob4Czf/wDU4D5Rzt3RqNioa+KcJHzNop0ncogq3pz+a7ISvt7zsUjSqKF8CdZCczqIpVw/sgLgO6JI1lFbk1ruMmZoNng1kTFwszOhamG5HPERQLtrpimlZc1+Ahp4v5XYyvqSvuP8HcOGzFdeKzKPovqUUMDh2Dphl4KnYQ9szGgJyWVwBvEOduh1YOrBbBnkQfHcU/RxFPdivWeGytkhYahn4Powwujuu1zGvnnLpc0PYVa1t7v8M7RUPr2r5DaGusWPj2Z8P+MII8RU8UlT6COeRiVgIKXAq5JEfcc8XlZjYryMV4RJNBFoPiY0wwqKHjL+yEXMe1s8hhDQoUIUfHazTk8IWCjR0XOk4ugMyCk45CdgtkmqFIkSG+yb3F5m4B8hUc6nnsRHkWIFczPprESYGQ0SToiEmRvoc82BIiq33FvXnkgBFWhrizbASQ2Ivq2sI5+WLxdvprLCUPFVVm59GXpfsvnqDr/ZJ/wOVBBbvO0Fit4a/xjg+3pWhSdb0jVBfFnlVOyWMtKVRQdHMKb4qwBGE750pezUi1A14LDhYkAP25AF9Wk7IgzL9GH13gbwpHzB9lrDmwJlBGP5LMDMz23aywHJ2KMln1bt6sIA5R3bzs2Cp387A9ha5pa9ZMC16UF/tePM4AdOwqlvyo2KjhHNbAPHiT6c1xQE0ZJEkLoFBVcdoKyBCdPRga+CV0Bwm0I7rR4W3gF0q6NBAMwb2oY0j8Ek+QZjjMSzY4jIXOAldRSclFF5cWF7ns9kJTto6kpVIfSdEIJVW++sbhY0bfeefoMcMb631V9DDzYYqVwL1XFir3OitnXlLpxHsLcnK1cC95j/7Ey/GbmybeeefEJnazuM2/YbTZX+AsNOZk6mWDXpOVmWOyF9qdRTxvLSHeTFW4yldUmmdNt9nSrXmlRb6q2GHmYPWY/8rR2fE7M1P0+pRMvLPAWezAO2kPnxG/NS/TZsvMY7eytabg+zTUMwBgyFDJWYAPCTC+qLZQyXbgDtNmXH/31TeGTWQ+aUZrumivU3iK/v0RekzVBQChlM9wN64YT9JJpZFUA4y6P3ZU1VJ5F67BZUQnL5KOoBMiUEww01OIpHLYXCafjSnMgDQsJw0wNqgFDZlU5vjKCIYkOSgvmrCCzOg6TR97jR6lscoi7ufoupecHmtF1VWPTJkxoa36JnLjlykf33X/is3LS9ctl7LaJ2ltu+gn9B9HOx4W7+VvuVROz327U1Uq+B6YE5n+6DupZZ47P74it7FzdCrTG5Kb4vqQApRSI5CRDVnmagZpGNwJ6OI5wLGHntxIvv2STxF4zYyOjhmxE1Y+zDKvyuqNM/uvkIQP6M8S6Xhyo4dUbHyy4/czFdsFBX9+D3xLHmIEl92fQjgvceiq00guEe1+nnPCgcpsyhIHsJdJ7CH+1e/DuzxA531yjNxEwt9fFztB/Afp13TDR7tJ5vJll8X+2rZpU9emjuhH5C5yIXG8exk9ds239E268f0/kGuI+WF6rH3JEvqP266cOWPjxhkzr4zrzxXc6ky2jNX5gNZnbl5uZlkNVPuAL4Vd3OHy+Vx0ydGC76tHXz1i/S2PfvBBjHf5AQz4XL3tTj+/4se76+r+qHnkrmd+jN3ud4o7XT5mf4c67zvhWQZ8b51Pb2fP0MWfofMJk4jrf1z0ZF3rnZd0PPLmTz9F+U9J/uFRo7ifU3/37DH6Z+w/wC2KjEjDPCEUeSmseG5Aj017xOP9HVGaJqiZExMydP3ZiCo7FIh9hpOIBsb6Dek5wIj5wEsP48ZybTgrrYKvOswzbYAkSlZSHSYe1H9h3pc4EPRBdoFZzzyMCGQQkXgEN85WyVVtkgW0wPbogwA6goJDFp2V44ur2yrN6ZmXjWxup63phRdefmFhesbcy+cKS+BgWI1ydMm4Ta7w4Rvef7Vms25Ty4RNsaeWD28PjBy+VLu8cn9XsTtVqOp6uGq5dunwkYFLR65M17qlrKJZsydUjF22vnLsrFkPhrYuWrQ11DBpUsNArq+FPLn5mfmfPk9bA83NQuWuHnp9QU05Wbn3eSlV9/xeuqu8poBs+Pi2LK3E5sRE7rC8TlrObMvNBD3KNCjWIcxH0eU0WzVm6Zvt9OFbpgfnUV/sH5Zp1vUWi2rcX2gX2ftTTrXHl+/Xh1JrBbHtFvr4La3XLIqtpCUWywZ0Az5xq7DpkpQ8c6lpmH5k+gQB4M5dZJh0u/QEV8LVMo19hgBgOawKIRFuthIe4bGqHEclLOsZvE7AfLNJmGngs535qRa3uWX8rJYpOZ5ZC2YX2DPLLnnqsjU09tNnXT6LMdM7ZubiVVdc+qR17qzWuQJJy51/8fQ5Mi/tk63FlaHAMLMuu3rimJEZpszMSSPHHqex/lNjxjdlz35i9Yjdt+6+4apIa0l6bHFzWtrYGQsLC4bbLNPmTMxUdIRkB6OtUBIxYCGst6OhiJ3sVJgqYOTQmBINHoGw65v8FsqLaBpSkYr8npSyOtIB7tq5CuAsRzI7uCFcFlFoBpji4kCOBJ2NJIPwivPqYLnrPLlzma1uhRWiaUpKXneR0Tt3Wmf/xtXY1RimJqWYbxuaktLPSPaDpJixXB8/SE8J7UxKWFu7L57Sj1xPjRrV9Aq9x9XYGH56fry45JxUkWcqtptZzCcXdc8+ZkKO/pPVSBtZiRElN36UuyJhUkqAACIALKBM2h85+3Jky8mtSy+5ZOnWk1v6pkQX8R1dwqmuDn4R7YkAod93CBY9nCopgcui0f1bu2h3tKNr6/4oOXBRZzTayYkkyE2R7pZ1zP7SBW2oYr7hBcC2N8LMryCyRyaFCh7CfvQUJghFUfboQz5iDgkeBzkSDL618eTJjW8Fg9GOk19vIgse+ebbAw9/880jHU89debpLiJcfTS2rbfvnU0f9m3rFd89+XUHXPpWx9cnO94KBaOxlG8egYsfPvBt5KlNjIZcdaIi9sJx3vilL/ab4xzMrWR9cQoc6wCKJiSdboBgXvQF1aP5G2oyQixxeYA+NntkZjRWDCWick4IeUSzTkvsUUX0BgyFdTftQacbyJDTu3f37ibeaKxZamKysWyaptqMbpq7d5M57JysTmjte3crMmpIe4h39+7q3cig4BkmwNy9m7bvhj/i7d2tyM3ifk8J+1PjOd4YOPg2KxGNdob7SCCJIjWKxwcI+1bFrjXWzDgfkh0cAcmIIKyvZNYCR5+NPRT0/eqT7AX1SGfWL8j+hPHSgAOGM18+XLuMj/TpoI+AEdOJG4YuVOgKRRDTFsV1jOuZS65DUupQ7o2r8lGaiUoJFL9EVU+/hTcpYCCaAAwKDmZ6jybmyc4MRMzQEHRfP/sy3w3DEBEN/dmiIYrc3KCNF9ph1nGTmOxRARIoe7Q5g8TpCXKuDN5klspVCCPhZ1XJvBgsFz1hgVhVGYKWlKsAhK7YkfB227Ej4e3WP5JueWw8uZlw9vKsEr+juSrgrjS0lVc/Ex4774ZJJWlEou18XlXDiLqq1BSde4RwbUGFNVNWiVq1WjaG64aVpXiEKlbXjiH193qO/ECGpYZu2bvHJ5rcJVZRN2pq2zBDuq7CP25UNf3oiRlbpjcW24vMJb6x9eTtygUzLh491TciLzvbd2H9sKbCG4f689gTVMugD3rcbFnJOwrLCUwnDc8X8X9h1iYDEqDSjUc3bDgqvMPczNRQoDiuJ7miF/PTNxz96eiGvikoEWPPXcW9I4uyCHCimuGpLKRfnSjqDDFEFRbKAe/LZiKYw8SpYoxdwJFHiCvkFi+49fcXm24/Q0/QI7fe9Eb1/sL7Vl/60/HfXJ419t7PIa3ppjrPM+PPEjsZTo9bVGTePFJBw3y61DX+DP2C/pZ+/t5s0/gxf96+eP3r9TW6MfvgriOXQ3rpPPouP3oWVG/uP2gpUaUJ5EtaQF/p4WWAsRqYW68AvYT+GvXceOwvJFyyALn67Ci2hUNZtIdVdcAWmwksxOpgSB9kRC47qeXxCkAxRLkI7ax30iPWUtXeF5zqGjuvGi3r6+hz+WUyeQMmhqQ35KV/aKzWxh6omii5ikLqg2JRHv2NJ49uNXtTUsbQMTlFqvvSdaoP6Xhek5vj1H5tKDRqBfF4has/hz/xtLPwqHlUoXWrKqMw11Sd03ftBK9HaHG4d2ndFm3GLXnm2PzGi4Xl7LTRYknlkn3iVcC94CrSkITDu6oFQVisWfUqk6Mg6EIQFZeYoBw84QubBVTgBdzFaLMKa4qDNcXxRgM6wvqqnZzrvI6vqn/n9iqGBT9ze5WziJvT+UMwHOz+LPnoffQ0vYUuo9vp6X3M9/Whd8jlJK3vE/r4muxMU/atF7uMG8jNf3mChK6sXa5RZ6c4VKHRDgf9ILsYjuCKnXM8V3g82abM7Is3CxlpqSZZs/Tvb/+z79U/0e/Hkink74S//qYNK/IfFSxkN9Z9H3vmOw8xZ9d9JM0l7FILwwIklbz4xyvbNRe0ZnlyKzJrpbm7R/RefLEwiqhVKj5cR9IkQSD1YaKmj5fbrLMmb2p+5dT/0Euu4O+Itawkh4n0+kP9i8n9sdFl9mnkb4oNZsJP+oLz+RigPuY/KkMjtMAQr05me4M5Wc18ESijP9A59F8eofMmOyY72THK/oD8KaEfldTVlZCSEgw68q+PAIsoOaUU8IsyZyJMLmXmcoFunczNVLxQZcEu+FCGkOy14NCL5xq/BuC1kLYBuAGcAkYbgWUH3IQ7zDcCveEJk5Ds9vhgYrlVLXeWz8y9iH75/aPjSR56pCq4jTa+HSGvYS6O8QQPfe0K+trVmhGBphtsophKws+3TutuJCpJEnj7tuG+4Zr/acn5IHe8ShANngKSEWuOoperUgcw765XkpEnTVvxyScrRmwbluvMzR1rGl5dPTzD47anprpyh20b/srojR2jBB7x0a3cTrlRbkrYs2iISZKJqOdCQRP6MvEeIkbJpGLi6nfHWncIj1Y6rqWfxKbcyD9GtXxXZ2yybKBPe9e7+507+C7hiSqXim6OTbyRf6F/O/8snMZnPM2tkgvEKGBZC+o+OSY/Q85RSxQNQ/IhZ+P0HmaaK2fxSw+syR8b8c4wGvP59wbz9Hq+nLxxUWcLvY566XUtnReJ0TXT/JWGFFGs9COZMJDvyyPNRF3+Of2BZH5eTs8gHYO2BsfF4wOy/mRLouNo7a9sgLUHrX8UfluhefUKtZuYJpCTUKYpNUV7v0NxIwp1GUZqQeuNrg5VV0dX71ZUWQz6POmgL5iWYWgt+gQSNAFvyoLgYIWYQoU/xn3qvNGkOtGCH53n+g7BPkknAuvXwvkQ16l8hhSSwQPZIPMB4JBDesAGAaAhdHarUECEU2llu+4+2T6x4447OjxuTcHcizevXDWpqv2rh66zF5LTDFYbRv36zjvyaVp+x9arS0pktTpvVKD0BL2c/u3kzXP1epU2PKHzzv/6bzLiafSg6T+typq06MV2lbasrDE/1qxUFde9npb2n7/v0W5qQNNyTt8nvdP53ujfvsP/1lpW/1lyVvxY/Jj5g/ED/mDix3Qfmb+d7qP33ULmsR2ZL46H433bE8fzbqH3kXkKL6jI6gWgjqsAeqJedl48NkBcSNkIrGCAscBxk0X4FSRLNKsZne9hJy0D5tOoeMVIXqi2VZwkHGJcX8909mo0qel7QZ+RkZKuEkWJyKlphQ6fJS9Xq0tJ4QnP8ypAX6npaVq9vlL4iabFTt7UEAjkWwy5lmJP4YiQv7qmsjqYn+nk09UFNn+gVtiSMGBBD05VF61LTc/Myk1NN2bzEikrKwXsnZZlyM7Oy3JpUjOsQpYeiEG1xo0qh2ltNrvfH9okqqUUWZYlSdSkyEKKit8U8gfs9veZTUSUhT4BynmQP8J+C8T7bSG3lMma/g99l7Bh+L/0HxnSh/2W/7QPy5XuoU8O6cdhvnP7kT+SiASAxsvA6QI38vF/1pVEYp3063/fmcvZRWj5o3To4Pov5qbD7PO4ExJyH3OpQY33wI8ZC8R/hBkBJQToiTMYE0npOrOsM4d0nhDUwn8qAF1hMlnt1f6Gxc2jTKZ0gaTI6enGLEtOiaeivLgkJyfblJYha4Q7qi1yvXVV6IJV7QsXXnbRCm97aWNe+fALKp6Z/MjIRfObH/5g6lxxvT4UGFZZ7fQYzXX10y+YrU9x252FMNC5Jr3eaMl3O12efHvsgQuuOavS8DqgqLRpaWlqvTo3RZ96dsvU1QFL7iPX054VK4j3+kf8DawfDgO/mgew1o5wkLOpsowGBBoZBN4z7qHod3vKVQF/lh5mAJInuAFEBrJFmEyqiXBnSV290ZjjUAgSR446b3TAu7udb7OV5oQqouX+nFKbvOJOSvf4O1dHLFb7smIlOlbxMnuqZ/WyG/x7CN8bmTkzUF8eDFTUJ/GM+zk189hiTsNEViOzElGY73ZVCzMN6AYWUokZwWzH1zMbSAU+ieuZjRFeLx5HNpddzQ2BlVC/y6FDUCaTITVGUdzPzPfj/nJkQI/N6oc7kipVQgBF4q7YQ9sP/YZw0kOGVCl0MuuHZqBR4vUPbT/ckVQp4mNyml3+i/YDnkWP6hAZUuXQzvpl++GOpEqTuipJjs98J8zn9dyN65r0KAY4j+cuXxF3rDyv1y59g51UvEHiPo/QX0cH/QUGLELRPu3omcrEhr70zH97YA/XJ8f6Qc+g8cDjXKZEpyDQ6AwM9FOOIX/CJC5HSCM2J5eVmYLHQ95LLJTRQUhmUhlRCXoEOSIjFeDzlwO76MlA3sceBOLgX0XZ4e+gm+n9P+/ezf1M5pJryVwO8j/HqslFpO7PW7b8mf6OHqC/wxy/d9rYtfeEFlz7ON2z4fHH//HE46TCN2J+hYUXrja5qgKBKlfqZz09zavGALwUELxOT8mvbZk80vgvowv5dv9M7//F86uTn0rqWEtcZfkvb4rMNN23ZMPjkSf+8fjjG658nKbW6S9cMLvA2rJp+ghnjlogrR98oHLXTZg6dWxIl7lo/8IJhQYSt1uPz0Ez9HsFi7RnV6LnuZnig9GsLIKeOOCl5w/qf5EvZUphBlNQEgrl4uhYM6py79O0hSPhNs19cNCfliS82J4ULuxHRTu/Mn7tSjhg3hMWI1ZhtKBLRVwW3JOUJk4zKxmU1b4nL5ZnAHedy5Wj3RPnLowHswyRoDn5wK8nqIrBqFQsrCGKS2XiL+crgN4yGkzw5kFVU1uHN/a211u+sZQPer/3biodOCptJA962zaV0jlPezvavHAa9n2PFVZV6XRa74SJNbbwWIm24e0dXi/B+1d74ah0k9fLl8D9m2Lb6By8iTz4NFTk5QNefFpP2epIW25uwYI/Bi9adSGsi31AR1dLf+KmcBdx87nLuWu47dwe1C0bUNthyJDkcjGgvATzHUQpDzBmis1AIgJiPFUGSrkAxxVyJBHuzpSIDkYko5Xg64eAfoABFf1MACNLijmDmFA0wrHZh3m4BvLSp21dZ9sK9bkV7gZHvSZ1on9CeWFh29mutkUrtqqzOhcFdrl0yLVhODXYMKtz7qla1Jml3lq5xNJ/uzuMI0s2K8N7WM/n6yP6fF6v1Ua0RKPXZtKeTK3eYiReo4U+iHuLkfbAfkMEs7gT3sEH+kdcMa2lrMrkkNSVzqkX7WrzY9NGNj7/VUXguq9b82ultfvXVuM91coeDqWGnNavrwtUfPV8/vAsckV9UTGDfIqan+py9Xl5eqMptdcM6FgH3MnXCosSD/EWtwFBfqeOG8nktCgWMAZ9unj0SYsi+2sgkiMRsjKeFnqMcUmgomlMiIQEW/T5K2atxLBPrTj3fVXxBlX5MEBbV0eUr4jH0wFcsfqFGTNoD5rgEJqOS+nTLOYgG1X2WZ8qsoVIRxdiIsVggfkgJWTdKZwRIEAVN5NZLvgHHEVdg1lm2RI3bEG7luQj9C6Nv0chtN4Rf1t2q9nKV4dRMMWxRAjBSYTVAZ0VHXOEzkhRPXY4NE/J0HZUv+BGdg7mjtwPUEBdmFmohvT+I/fut+3p7OjcY3toX0zcfOOdruaFY0ssL9Hf0E76m5dcIzbNdOyR9l+8ougKr6uxviiRiR0lc9BqiD7IbIcG8w0rnw/8hOCElBJCP8TcT4HnV656yp/S5HYPT/E9RSd7win6qhGBMtqz8vnly59fSby14ybmpIQ5NfM1OM58pe3Qi8O5Udw4biI3FfuSARUVCy7jSj5QbPaVLsQF5zrnmISMsgs2MZ4Ky50+f1aWnF1f7p7xzAy+bchh7BUYZzbYxagJG8ijqxu6R8QOKqm4w7Ns7gU5uSmF8y5c4Zk/YcL8c477fkb7qWRbqnievwYjJDErbyVFPvdVwB8ZspEzcPlcEcpVMvjCcqCTYNObENDoAfEiX+KRBIApHqZzlk2q8eT1yu5jR491V5JXaz7f/dOb831rFv36ZRqcPWbam3sXbp29q3fi/Im9u2Ze2HiXWNL/9txtTU3b5grVs5epiHP7kSmLrPRP5TTr0cxLDk+LfRaZ0TVjoXH11IS/fVS6D8aCSQWAC8BYxw4iAQmMLJZZwkDSkqzXof1vmLDwqETW6ZlEK+gJSpoLJ9qa6t6aQc8spf+84IOGJtukC5sn8BrDfcuttW8telZvGNt1umusQf/sovcbnSsfNGj4ceIl5QdfvWjaYjVNJ/+dtmTmRa8eLCsUwnXX/BSe4aHX8cH8U52df9627c+dnafyY78lV9vnNZy9tq6RT4qvko7xFDgWLQRIprAABKqsdwmeeLSd2w9+9c6zgeDZlw1j3usWztCbyZrSP2X37yp/007W0INF/Dp+u6xevGuXz49aRUPzE529TxAnyXZdS57y09pLCugp+lUpuYvO486Js6P9ZZydfxdj598F18FYXUKn1KRqYRQh2pXuZEHzWqKK3d2FzD/dxnnxLKAhzlHo5AP+MM+MtB2K0R8KO+yupDBd/AN8voZ+8NNeembPrD09a764/57ZN+w6enTXlKvGeiTarXpn/0P79z8knPKX/pO+eTdR37OmZ8+s3bsv7Nl9R49/6iTn6/sfggv2YxumkLHy1dJWTsfsHatVWWaMyKrEZvUEnfrCct7jIKYss0OJzmqWVEL/r0jZq9lH0dz+VOGP9y57Mfz4fKK7/NrvD2/MApBS99fagWL6g7R1H/37QTQ9vOP1ua2vtW/ufXn2/Z9tJjtH0p9Gxotg7VQTn7RPeuB8MkkhLpNcSbSFxNr/RaznCv6Mx7L0+9gHl/IldCVfvjz2gbSJ/uCYX9D/+RV8Od9XZBXom7H3L+UDMT9fuSJ2VLHtAy5iBfOJVeLKAXBhVkJ+DWGWIjC33MAFm8zkOrGsu7v3D91CK/+gMc1gHJMTeyP2Zs4YoyHNKDU923/42WeF8c/27+eLdTV2q2ygm8m1QEPYa3TJz9GyeL/nGmviKoTXYysRYx8Dvw28kbIcNSQor2gL996AIFfcEG67Tiump9BlZEuuQePW0AkffUgnQMaQS7bQZSnporYoxLfzl4V4t9CJ9/R3wF54T+vITqHb6DKrMZVXkzWvvUZvVvOpQMzsJlekZDu0RRVUTc5UsPW2UtbIc6CtdqWtMiIqaGsI+gTWQDkPyKqAiBwkZpOsWdvaNxmFraqnp63ZEdsfWyynaVI19rRUfi35Kj/NmWMXLhcWXDjVTh32Jy/q33fRFDv5zP4robl/FnlX1Fq0manoa32lU5uabkaf+QG+zMRs1r2Mbz9XQ6qXZFeYENHt0VtJwgpXdJnMQjkRhWBIBKB13rha4++YV0ZvDhxR6enNZfPu2HiEqphWqf85soYdCwvgCrImcOR8XJ9qUuKuN+NXxQ4yLdRr8Wr/O17LuTxmHsL/X0aHcsIhvBccEIzORFKJzwBL/LyhovAFDA88QL9jNuEPkPYMDU9epR/Mm0dU5w8dJT9ADMk3kfYUke8hjaheJJl8CZPFJnAzrjLTL6MrsigfdoLm8oO47uvYQeaCMzS+RN+UeIjLNMVOQOGd/n29Q4KHq9b0ZzNb4nMjhSggktU70KeWQe2xUi9qn5S4B6iLGvqUeEQLmoY4PxtQP1pH14kNfVOYMzo+j4VNUUIcRJVg94pjE8YeGLB1kfYPeCudL04xhrA3s3g7CmBn5ClNYybRqn2IdyIo/8OQioAF9p/7nYM44UAGZMjquEUN2iJJTdG+Q3gt4o/+DtqDWu14TLjE9WJCcq0CAIKexygfOYhiF2YCHo872M4cTvg2tPxm/ikYM3AglkQ543JR+IdOaEBr6ZjLCwa5CgXRb2jgOOF1LB6PmTqWLK1vaKhfunhTqaVgSoEVdxYr7hYWWa3WAlldH168+MziJfUNsSeKMJh9saoL2ANLQREMvRVT0WDNL4HsEBhQyF3CreQ2cFvOu3qCWQm4YGSNReV2ZgYPRBQQKwp6CjIjaH0Qrc0yiCkUtDJrNCNDpnJWiJ0IOokvaCXsBDp2cSz8KqqDfdViUt4kjCbNCdsp2k0/ZqutGn7Gt9ate4t+S39Pv31r3ZXFwSXkVzf2Hlq+/FDvjb8/OOm2gGH9rGs/y7VcvqlskWcJn5o+7PGsdF2WKSdTJaUCjK+5pnyhJyIIqeklN84hGrpYys3LENJTycI63l2+bnqoWVeoXVnfyleY1uOBQ7uivjXEVv1gO4pZ23ovW/cWMQ42ac8XLzUMWyrmQlPo36FJl6laGmqnd3Vc9URJAfkiQ6vS6nhrPiEqnbk8WCqQ/54N5e9lpWeqUrUrN9KPidpcMrKSJ7Tq2tvep7uObm2d8EjTjG+WKOm1LF7QuX6/SpyTeJBg+zkpytgRUEhNlIUQhNl8AoN6oCuw4hs/uAfOK8Jw5/7z+l8PxGVJpPpznpfws8bIg2g3gGtRVvcdivSfkNWwiNoxiBdGM4+iW6O0fyDMSNpA5F6lLT2R+F88jpCX4fOELA+eoI/HfkYv7ogS9QNfDW9FYwW8UQ005Wz5PfkNLocrZjqOGq6BcUPoexsmODPZl1sIyl4UwYtZJiEmui/Hr7lIKsVENijK+L2EoZvqwLbqXcvXtZi1WmmbxdK/1DrN0v8T8P13WabNrCXf12ZrBClVVblwXFnFclJSWzu9tjb2wRh+0+j+n0bzHWP6f2L5f45J5MfIj26TtFpzy7rlu6q3WaC2JVBbimWaVbjTQmuprnbC8oqycQsrVamSoCnC+qbXDh8du24M+X5MrHM0+X4gz/bXjVHsraB7gK5OYxzIgKYTmWYDJxt9g8IztF7mEoZ7eIGSV3WtObBmbev0K2CYvvo4iiaJzHGlOPoR/RNyw98+fOAbTDEqz7Q166Yi+F039TP6jPMDRTz2gZNM+gzvwOiGzOUF2jWdWKUO6V0YUQ/TTiuOUH5nI1Ex+5BKfZYsIYNaKfMepuV3Co8pcQR5Mv7hh/nbT7RfWjfLq5s8szUvb+7TZTq1u1Sno03Su20dF17YQTssblGVOtwy2migv4/FdPKie+4dNuwV+lhmxsOx7y64YAIXtyVVZCUol8Y50sDiQXDn8sOJ6F8KNWlMqDKS6UpYD4mvFjgTnhMmWyiD2NyqrkEe+Me4yzsGeJw/iv40aj6Lq9+K6CvSu5VvY2IcMk6Jav/WneSbOzP/RN/9E0qqGVLtgT25QPGE92DMffuo+fNH2ZVI/Gv5xxAD/TjouVdnnDy5BQMtqWAtZ8i/lQ9z2Uw7U89xepQ8hwkXhi7mtKRcLZ7nMy/nfuVFb3r70nZLhKSf/HZjppVmn/xapa0uGxVsLikTv6e/e47U5Vzocmf1f9YmrLii6s9z6A0bStfPKN1Qx/8QP5VLfydenXXmitVQi/Yf/fdrdPTWl38rqC3Zrhxrmno5/d1huDLL7brwdyv775ha1bShdMZ673qyfs7f6K9IXS6cacuhr8P4pcXj8aEtko0bH5dMbuZu4+7i7uMOck/DSAoBhakwCtD0MAESlgSR21bJEsbKcgomM35oSALqGuad3mwKogLOnYFazgIiKwUeZMjFYEhfTogeFXvIPwh6gxk1dmjLVocwkQkwHTqfLCLjaMMjl1lS6hHQGsrBrJlkP9bjUpyCQwbElyHApnnEYDLDBfLRhZN2W/LHTF7Ya10wafewMZMWCa8WOm5etJd+OAzTe4g3en2TKrtMk6LVaDXDxquLMtQZNY42OUVUSUDc7oECOWOYQ9CP6aI7cgKqsWXk18eqDCo5o8C+6yGe1NdXFZMJx7KWjSRnX54Gy3tpPnliKQbN42Orb08l6Vn6YZOuK9ZIak2dS6vWT7Y9fvGl5KEn0vIdh+a1rpJlv0CrV1xKSH1dhXiYniT5YydN2p1P6Ek+l5jzx+y9I58U9N+x4q0DrtAt96x4+4AzdAu/pnIjr8nJzm8Ml+SNW0juShXyVdp0pyBp0gS1+qHXyT1KCZGD+WfGBWna2DfpzUQO1aTkXDTz4o2kkh5R8cYsK31oQtNUQBZF6EhIKqfctXoPQhZV2t8CQjbhyd3fkS0C0WaIxPJVy2haUvbkT2GLLb9t/afzD1SQsCFXr6O7SS39gAgEA1VxvyE2WS89waJWBYHjzfK4UQqDk0SWsswmTjj1A1m6eJ5++s6vFxwZP/7Igq93TtcvWEiWEttCMu63vyYtq56ThclNTZMF+blV9NCvf0t/DdjqAZibZnk+cKEjmb2TEo3NgT+7HmYbwBDgPQWHR2JaX9S2J/TuuNQER9wXHFljSTFMFYLKhyPwWLkpTGTziOaCDZMys6U0KTPW9rmgSzfSY8Z0nRC5kne1Oqbm2AvyJvNCp0Gl0eoLJj42oWXdV3xt+Yz86qtrr629srIyWLdhc6fVNsJZkmYdltuYU2vIzk0pFzf/9eO515glno99mpWZmanT8W5eZbdPWrVq1Rwnz+enqSQpRW0KjGyOxvwZw5ZEL1725qZhlZn2R/b+sad9Hf+VlJI/dvocr3NqutqcU3vxtAsdvmT/1KE0BrPGziF2HUYk0CdRGXYl0uHZl4F6Zv9ISeOGrqgY/EsJ7cPoBmYekKbEbcMQLUCxqwZi+KrgeXnKV0hYcDQi6BIKBUZm+zA2mKiTjRjGBj9mhvdHgFamPUhDFxQRL6RK0I92oKCa8AkYGEU5G7+qnpxGcSSnTnru0FgbyvPNjIxhltskya5EZPGZ8PnAQLDAIsgU4QsnbKQUlk1pQUSJ4zhojDBo4yEN2D0p/ZyIPJ5k/eMS0f9Px2w7kKRnJhs6V6KAEQHYRUnWQk705kbDbkkTO5iVmlkQnlozbFjN1HHDhmnIf5cUX1xTc/nUKZdnZvYPU8YgQWfi9no70OLZNJBRM6x16rCayiogWi6l+/U1w+CWy6fwz+RkZsUejdOi8jntz2MxK9znvMG5fG4ZObexyhd14sE6OxjyJBPpszBP2s9tXzRZ0hxrjkeyUMyh/n/h+zKHzAn0LzawyLU24K2LOC9XyWKv1WM0Sk1CXS0yktrByOv/S16ZRMBTM7U2c49n0Xz/o2zyDIdOiAwGVjlvEo8hl7TOshIxRhJrjQXilX0hs8+TECC54qxD8nJjUXWUmmlMcaHZiTN8cMori459KAD+iFcJYaAwDdiOlH+57hgPc561Z+HtLGSUK2kpnn8JoocS829ATyXmt3H+hRg/YtmElRA/pH8G+iX55ZNfMSn2uAr4sszEHZ6QR0PsGoD6snIrgJsoexrG9UFHnoHBQ493FrKRhTjGWSwMaUNZ8ujAMpdVv4AGAegUN5NN4NEQuJiWoqOr852Z3hpPUZGnZnhBE/HOrPF4ipqhYMhgUV7UpaXxY2S5jD4le0qCoaKi3JoQaak/mVvjaS/yeErOGTf02Uln3xIwAffmVmJMKS0VjSGzbHYl7YXqIGDICh6pvIT3VsCf3Fbafmj9oUO0Z3C/u+kSDZ+TmvpmmSzOsTR5vU3e5CZXRyPVkUjynrbPG6GbYrOteq2lbsn3ZQW2sjJbAcCE97n3ZSCKlXj0RPmGm9Pj5vH7baohXwfx3tvefu8+ehG9aB/LkQPkAP2BhahjkbUl7zknMdd7Fkc1cRHz51R4f5wROdgr7HsdPthEu1n2OLDAEzIj348QCDnrKFrlYFDg1e2Lo/h+NA1yZKe4jn4Iy41FQP3k0O9iI+EQUiU2WCJeT/wrojoPzDxi1+uYZ7OMIVnhttjR7fw8uiQaxYibUYSl/ScixB/7YDs/HyNARGPNqhbYJdkvYS/pdUII0Lxod5l1drOg00N9sssuenR2yfMlRoLbRNYBul+HuS8xZNwmeiM0/EbIiWVkXe/WoacA2OKpTezWIf4+ZsB5v5Bm/2fc5vl9fd77T1jQ8znzqE79p2xpehzv1ULrPUOicU3mpgEdOYu7ZPD7IUxGyMSwirTQblTEhQ1E+RqmeM7xQFQ8n9GBX7ATz8mLjoCPbfFvjHiZychOlvR3aDNKMrTadG+6lu/OyCzKzMjQlmgz4t8bgX/cWETzRA6VvHgkNSEujtSXe73l9ZF42mvUQgXGXlM61GnqNUB1mYZeIzwho1eryLZZrLpI0v6cuPoDFNX5omUnRxBOjpTNn4w9Im7AaMIsGRpqv//LgdjCXwzGFhYHfKgGv2LF6ZUhiFOQRAmUphPiSC2Cgi9HYRWtrCp0YNAsNImLKm6A0q7egLh+WqWjsLCQHkJvaxSLxUkN1BnfJI+StwAvy4VMYSmE7Gqw2ooOvh7mkoZi1AwJo0ghQ2FVyUxcxdjzDBZHKimfQqL5nV0ffvJhV2eeM2fWWNuo+uE14aC1vMyYVlXe6p2b7mybO5wIN4/K8Trz8jNzxMzW0KLxhBTVNpammibdd1fN6NkHt2vl1BSX9qYnxjTee6VWSklxZa65e8dN9+bp6pZcub3zqvL6e+4Zb3RUBjwZ2uyNZbkeU5akIRpXzZSSUZvUgqnUM9I9If2LsaUp00IFjVX1wXGu+nHawrKOZ+akOrWZcuqcp5eu3TdNyU+5i56kqH4GeskLhMV+4O//13iQ6K9JErMXtv8ojxG+IdVhXvkykTJ12Qbz93/NI/OBpAFOTYz5H48GeZ6kvwMXAxwotCTHLWRyCzusak7PJPxxQX8C8yYWLn7/zRD/nAGwgnzAwD41XXjebKThmYZIfHdRWzxLe3q/Q6wGeGAnOe2vdDvy0mx5ltpZs+oT2YsvSmSrfMKp0tLxm68aN3Q/7irF0vSqfr8Sa1F25tlqiqxet9lYwnuH5muLCjDvVHPKtxMV3ybU5RRy5QDNLuS4gD1g+n91XQtwU1Uavuc+82qamzQPmtwkTdKkadO0pE1DW1r6hBZahD7Doy+20EJl1wWppeiKghXE1bogsjIq1OKs7EMcH1utKOqOG3V12FVBZ3d2cUd2GB+wKI4IzXHPOTeJBd3p5N705D7am3P/+z++//silQztC7JCmHTaAjJfxUqcTuFMuJZA8jImPB4EuApqIqBoPLV5MxmMXDfKnLv42eibY4sU+bn7pv95bgTbkJkzXHXR6bVBZ8XTbWsb4LTOn4biZDEHLUFFx9vdGSaVxyge3NGQq87Riyp1qX7jlduMFpZ1m0zvHVtbr/KLeqW6KZa5oDP/0LufAzC6+cSO5YItkxC8z7y1tiFkygZbql3+otMGdGR0/DRe1PnhzlKPhfPkGDnW2jG3XlSq1H5x5enGcAbrRlaZZS3DtUPoyCq/fjQZXyQxvpipQRSQdUGPc/LMNSqBETl6bBOJMHBpimiAwvf30/fE4HvoyY3d/P3x4RiKgPJiCT0G8EuB5ytkvR0R/7jFIhGwf5Cp0zH3OfsBGESuwSA8AM5AJ3sMOsGZBN5YjnW+37cIMy3hHlxcnMR3AX0ZHkB7HEB7o73QUdARrtkXffMGed8Yc46Qc6El3l4+4/XbJs4jKGYs5CTn0L80mDxFAgON23sw3hg578gZjOH5jAM5TPWLb95EHTjFXRvEqCd5W2DnM7ScjLFH84UPFwcZMq0MGbi9NznOysOk2m42pU7Afq2QaqsaSzyeksaqWkmhULvVCp1BpS8vrMy1lzZ2BhQGnc67vyDclmkESqUrTRANvFSS73Lll0i8Af1XXsMDpfbkH8osZbSByKoN+5/Yv2FVJKBlWIfBq+AUvkBz5231vZM9jWZG4fXq4qcWbquvTENhphN9Tmv9JSsHV5b4tTQ6HDpo1Y6FFIZdjxOOc6I/humccLWHxJt06jNsP2UUNK6cXEpGCwk8DHql+jpvRHepH8Wgq6kNqeypOZE+TXBJGABh6sBoDQbDNXCiQInzpZjHA+OtIgZcvwMmOSsaSaVFZWgDTpdXoOvLkabFpOCEcHJt8wGbze0hec/mpsWSzeO6YR3z5W69yVQY1xX2iLv1gUL6vyajrzq+hL4gadPUu1WlUlyUrOrdQo5ZTb8QxgnNttJyktF0+EKNxYyzuLFVf/WZgKOVsQQcM2ccAa5Fzlg2Ny1JpSzRqZqbGiXguPp7MFJQGEQTVwwUwF1zu0V4XhFkHPCC2maT4C6bTQ306KxgxGS9WuHHecjy0jaSiFynqfbDm7D24lP26mVg3BGAZ084AgE8J9dRu4QW4RbktZdSDbhDBANOQCVnRwZMCewsLyD7TQO00AI0A0mFCuMTK2kf2haLIUaICWSfN2ZqDFagU2dpLWlGvSXdiEzBlNEfzp7DGbKKO23/hvf417Q35Q0OrOmtsoOpYV11rdO8p+8myZmXbrlqMKaLtEmTqwJ6f74/gxvJsOZ4rMCgdmuNDKvSaTOgFkzZFnT1DazPb2od8MLv4ITUWWIXaasn7DWCqQlzWsBpvrfvZoezplqcucuos8zR2tJyVEDnE9xGmSuToj4WThIesnI0k4aozRSFe/wJTlMuBmeB63uJEh1Dicaja/qOMHwe82ynmoxCs3dBG3MJMjI81XyVgJJJJ1zCySWvjPU+mpPjb9hsmVEx9SpAM+iHVjAapTZNrzcZ9TqtRqVEzw4a0AB5OQ5ngWS2aDXg2bLCgsit2+cVFlitehDKcTnml+bmlJU5UJSpBrWbDh/eNLQsOxzMGoOBgfGBgXF+8uqysVfWd+jaapitFrPVrNAJCrPalK5LVyiVCq0mI12P/BuFwHJ+v9dmVanF9PieTXPX2B1tLXZ7QWHRJk6r5HmBQ3aKSdMwwuFPDjfPqy39iX0xigzxKQaoRD+jmv+YqqYaCastQVEXhewMllIWcNHOjEFOQRpfOxVyRov1aPp43U4OK7CbzEEGb+ZJ9lwwKwtc0eVgXqzdv7R9UYX4+Ftv7Chb8rNXPS7l/HKh75GO2pqN+2uhputg7NSGrhXwFfiNrX/7nsVdR0stKzZtqfr56hqQSxcSMkL+Y63v9P3NBwyhpbcv716hq68sO3LQM/jysLcGnoZ3nj0EQhffHnOnvzY00ROsn79sS4XN3bVrpoiEVdSsHIlE+E3keqWbSKyJ17U7F12rtcYeG54cjuESxizNNTo6S2pNllWTJdZmy65dJ7MmP4dNhC8Bs9+VEFealen/cHM67mbCnE8lGJMF0GORvay15man0ZLFJkYLQCA/0h8K6UrsMz89JYEik67k6nmclKGV2qV5woobehvSvZWRfCucODzhrWR2SuCNgN0X/93MrSTOeFO4kX+csiAPN0jVkC4Is1ykxoRCC4DXhyZ8VsiM4j2A0zQRIuoCMHM9CgLRzZEdMZnRKsvli6Dbw4M+d3mV+F7jp3SSdOU7qc0mStJjX9yy9auLwPfUkfNSWzzqcjybMcernjvz98E3tzdv/PW2rex/eh+Ook3gRx19Q5Xar8HD6+u2Aj5+Ej04tgzzY6LUKl2BkoTXhx768psDD82/IMGW7KI87zMGgQEs3PfCyPbBnYduzumIru698xm0hX6I+/KlrVE2/jcwPrllWNY8XIPiqg2YZzGlGul2eXzZGE9C8FrYVpg50YzzKdOg4eyOHWfh1PTncOh2wLTDByaA8fBh+NnEeLz9+fhvjt8B7hQ23PcVfA6Ow+e+uu/01IHNu44g32k+MB4Z2/xQjH7p0SdOIHv8C2paaBeMlJLKlFUbvE65ZgcwEQgmMy3RI7uLLqwHF+6Qucahlp4bScj3fHr1L4v6fAZ/ZPqd/vs7Wv3b9x5iNo2DqtYwGOpeeGjvdn9rB3fXkc9wdfxT+OecO/YeWtg9BMKtoGp8Idox7mrtuL//nemI3+DrWzgOT1yDXzNgNOD1CBxgyLICUhBKJOhCP9opNd8NP3R/lO3Jvseb7fXu+nFc3gf0WHwUHnNXVLrdbteCCrfr/+JKkjoy6MXNWn+vHINxHuCSTL4++31So5XAveVFstdsP4rpyki9LVzJFoVYB/qGcHADCpCrFtDOPfjIv9Y9Drq7uqFmdCDYaTTy2liC3mJOLF4dX6QMmRZZLOAiOd4lqp+7RVhPFODEbAb3GiKTyGQxGcgC0mER0zTitkPkGu0AXdvAaDeAvwV1Xl89PAq6Rkf5AQAAhBkPrgmt2ZcBIfyuGe4DNzYDdGzagEcfvEYzapYWBcGhzHphebsYiY+iieU4qU9dwlAYzKKPswIYWwcuYVgO1Mi9dDR1L/UnoUDACj7Y5sgzDnmlFHILiCtQggZZuS6IPASv4Gd4baalwqBfFT+9LdiWWVB8/PW8MTD67e6almxHeWHd0wuKQF3Tex/xQ0p7wxyzhufy4d13F794PBLMaM0bo4uv/DVvfV/XaldIUxv5x6KFC1SkL1iO1ZyzdB+c6C/yk1xxQm0VBSVc2G00kIZtjiyzQQI2J3KkCuE2cnthO2xvxKnHfjgEt8jwuZg1Nco8lnqLazQoShvBSxQgs8diHEaR72kEz8PFn8AnwarFoBtOvHv0KNyYGm9MvYslNe7k9ZWkvgH1IuEOnEzoIfHErWdlmhZkK/UEZIZ8EnyRAebToz+cbcfh+0k7zvzqlATfQXac1aNDX2/GQTc24zO3SrAMmXG6jdlJpXjnJxN4JUxwFMZsSfxkQuYYU9GStawhnMppmROZbkKMlLimifdEnhHXY75fkouaXOIc0o+NyyoohDsNUE9QfxRyhVb0ZJGz1UBLphrJWAM56CEPG4KHIqYGS8FioESJPOAjFJ8JolD+yZ7a2p74gtWXr/TSWgb/As7XvtwStkej0CC1lkngC0mytdmgvtbht9QUtRyvo1/t7GzdotFkm9FtanQbjK/xr/XAOIQ98Yqu+vIoUDM9yBOje8GFOntOpjN6OQpFqaxVAhfQo0aSoFj3cktRjcVvr6Nfj34bXc4BwJns7XajwHCqFE8r8T1x/cD5QzQsJ9+tuNaTEKdApio/Esm/sgstueoEahRNycuXq4J8IFjFT0byZyx4E+ZcfgQHvy+h+7quvz8wbx5F/Q+5ZZ0FAAB42mNgZGBgYGTsZNzX+iqe3+YrAzf7BaAIw2X2ZD1kmv0CWJyDgQnEAwA0+QnKAAB42mNgZGBgv/D/BohkYACTjAyogBUAdckEZAAAeNpFUTFuQjEMfQ5Dxcw/AEPHP3XgAOxIHUD6B4g6dOgROABiCBtiQGLp3g4MCBYGfoZK7dgzdP4SYqvtOCFPSZzEfn52qIMOtwGI7YcfeKpxRdT9D5HXQBW8IuoZNmd2a6BAdUZv6I4JiG6MX+FLDPTJM9gJZY24uKZwRaqYX3JFgWvoi9kDPWZ+vfesOMoUT8kumnOMeYbkmdWjNeuVFomZPfuYYG1RI+MKFvWGviqUscJHySa4mb1XhZo57+Ku+1Y9OjqbYqn8mZ5YR2sZu6y41Ju7OWV7wEQn7KRnVotad+Db4rxF6g/x4I5mXs0iP/0i96W2uemXmpb8cpAO4h3+H/MQhcAAAAAAJgAmACYALgCGAKgA1AE+AZABqAHuAi4CkgLIAw4DWgOQA9IEGgSWBMwFCAUwBfAGGgZiBpAGzAcQB0QHpgfYCDYIUAh2CJQIwAjqCQYJFAkiCTAJPglMCaoJwAnsCiwKYgqACpQK0gr0CywLdAvmDEoMjgzCDPoNNA1kDZQNwg3wDhwOXg6eDsoPGA98D94QAhAyEHwQwhDwEQwRSBFiEaASPhKGEqgSyhLsExYTqBPkFFAUehSaFLYVChVSFZYWDBZOFo4W0BcyF8gYQhi2GNoY9hkMGUwZhhngGiYaXhqEGqga5BsyG4gcOhxqHLoc7B00HWodjB2wHj4edh7UHvYfch+0IAggbCCyINQg9iEOIY4hyiIkIpgitiNgI9AkViSIJNAk7CUOJUAljiWqJdol/CaYJ0AnxCgQKCooQChaKHAoiiigKLoo0CkIKSYp4ipIKrIrhiviLIYtAi1MLaQt4C4MLhouXC6gLtIvBi9cL5wwAjBUMIAwrDDoMR4xNjFYMZ4ydjKkMu4zCjOMM9g0HDSSNPw2HjZKNtY3DjdKN4o36jgyOFQ4wjkGOVI5ajmUOeI6PDp0Oqg60DsGO2Y79jwwPGY87D1YPc4+Yj6KPqg+xj7cPvI/Bj9+P4w/okBQQMhBdkHkQiZCZELcQxhDYkOiQ9ZD/kQyRGBEpEUKRUhFYEWURgZGQAAAeNpjYGRgYGRj2MQgyAACTEDMCIQMDA5gPgMAFeABEAB42o1Su04CQRQ9u6ARYywsLIzFRhs14SEqIrSKhWiIqNgu8jIirMvyMLG09lP8Dh+NrY3fYPwA45m7AyFsYyYze+7h3HvuzAXAPJ4RghGOAPji9rGBBUY+Nqn51jiENH41DmPFSGk8hYFxqfE0+Q+NI9gwfjSew5K5rPELFs1h7isSZl7jN8yYDxq/Y9Z89PFniLlPOEQBeVjooQoXHVyjjRbjJHebjAWb8T2/TSJPVEF1n8hDg6gmjEdUxQBXPB1GQ90aNR6XgwziXH1ZMdT5a5df5Vgn32SGym3Ro8odJ+uQjbK+jTsqVZ1bMqvIaceDgN869qnuUKuqtaXaKRV1eqnbuNhkpQRXClmc4wglnBAFs6ITeUGFNaG4mHihcacCimRUNM42qPR0vd4oI4Zdnlne1cYNaypNjax6oTKnFMOO7DS2GO39o/eSvHKFXbjytqr3iqBrmYMlU7bp2NdKZ6QcTqjEuDw2a7/XM/p2GR2Lj2ITciY57W32mCFOy39L3Twl91HzUjX9d8qNKhY55S5ZV7ybf2Gphc8AeNptlGWUHEUYRfduQoK7u7tsV9XX3YNDILi7uwQJGhyCu7u7uwV3d3d3d/dwwt79x/zYd+Zs163Zt+9OV3fXf6+RI7pS1/+8GDDqR1c33fSjP6MxgIGMzhiMyViMzTiMy3iMzwRMyERMzCRMymRMzhRMyVRMzTRMy3RMzwzMyEzMzCzMymzMzhzMyVzMzTzMy3z0UJHIFIKahpYO87MAC7IQC7MIi7IYizOIJViSwSzF0izDsizH8qzAiqzEyqzCqqzG6qzBmqzF2qzDuqzH+mzAhmzExmzCpmzG5mzBlmzF1gxhG7ZlO7ZnKDuwIzuxM7uwK8PYjd3Zgz3Zi73Zh33Zj+HszwEcyEEczCEcymEczhEcyVEczTEcy3EczwmcyEmczCmcymmczhmcyVmczTmcy3mczwVcyEVczCVcymVczhVcyVVczTVcy3Vczw3cyE3czAhu4VZu43bu4E7u4m7u4V7u434e4EEe4mEe4VEe43Ge4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4E/+4m/+YWT3qH9/d3e/7v4Dhw0dkmLwoFE5uOrpMSszmdksZpi12Zit2enNSl4lr5JXyavkVHIqOZWcSk6Sk+QkOUlOkpPkJDlJTpKT5WTPZ89n/64sJ8vJns+eL54vfo4ip8gpni/eXzwf/j68J3wuvCd8Pvqe977a+2rvq+XUcmo5tZxaTi2nltN4vvHzNnIaOY2cRk4jp5HTyGn9PK28Vl4rr5XX9vKSe0ruKbmj5I5ST99ztdmYrdl7b3JHyR0ld5TcUarkuafknpJ7Su4puafknpJ7Su4puaeU5Lmr5K6Su0ruKrmr5K5Slue+kvtK7iu5r+S+UpbnzpI7S+4sua9sf7mn7302ixlmbTZma/Zysz1me8z2mO0x22O2x2yP2R6zPWZ7zPaY7THbY7bHbI/ZHrM9ZnvM9pjtMdtjtsdsj9kesz1me8z2mO0x22O2x2yPWV9zX5/6mos8vc1Fnv5m/c2ll1d8X/reR49ZmcnMZjHDrM3GlKPnpfa8nhc9L3pe9LzoedHzouelkaPvRd+Lvhd9L/pe9L3oe9H3ou9F34u+F30v+l70veh7aeW18lp5rbyOvI68jryOvI68jryOvI68jrxOLy/8fgn9CP0I/Qj9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQh9CH0IfQh9CH0IfQg9CD0IPQg9CPcf7j9K8y+BQLz/AAABVuGyrgAA) format('woff'),url(/blog/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/blog/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "\f158";
	font: normal 20px/29px dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #00a0d2;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}
  header .col-md-12 {  height: 100px;  }  header .logo-link img {  width: 150px;  }  .aerin-post-list .aerin-post .aerin-post-image {  height: 300px;  }  @media (min-width: 1024px) {  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .container-fluid.container-page-item-title.with-bg .page-item-title-single,  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .container-fluid.container-page-item-title.with-bg .page-item-title-single {  padding-top: 290px;  }  }  /* Popup styles */ body .ig_popup.ig_inspire { background-image: url("http://wp.magnium-themes.com/aerin/aerin-1/wp-content/uploads/2017/03/bigimage-back.jpg"); } body .ig_popup.ig_inspire .ig_headline { color: #ffffff; font-size: 36px; font-weight: normal; padding-bottom: 50px; padding-top: 80px; font-family: "Josefin Sans"; } body .ig_popup.ig_inspire .ig_message { margin: 30px 0; }  /** * Theme Google Font  **/  h1, h2, h3, h4, h5, h6 {  font-family: 'Open Sans';  }  .author-bio strong,  .blog-post-related-single .blog-post-related-title,  .blog-post-related-item .blog-post-related-title,  .navigation-post .nav-post-name,  .single-post .blog-post-related h5 {  font-family: 'Open Sans';  }  body {  font-family: 'Karla';  font-size: 14px;  }  .navbar .nav > li a,  .navbar .navbar-toggle,  .blog-post .post-info,  a.btn,  .btn,  .btn:focus,  input[type="submit"],  .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button,  .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart,  a.more-link,  .blog-post .post-info-date,  .blog-post .post-categories,  .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-date,  .page-item-title-single .post-date,  .page-item-title-single .post-categories,  .author-bio h5,  .comment-metadata .author,  .comment-metadata .date,  .blog-post-related-single .post-categories,  .blog-post-related-single .blog-post-related-date,  .homepage-welcome-block h5,  .sidebar .widget.widget_aerin_text .aerin-textwidget h5,  .page-item-title-archive p,  .navigation-post .nav-post-title,  .navigation-paging.navigation-post a,  .aerin-popular-post-list-wrapper .aerin-popular-post .aerin-popular-post-category,  .aerin-popular-post-list-wrapper .aerin-popular-post .aerin-popular-post-date,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-date,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-category,  .aerin-post-list .aerin-post-details .aerin-post-category,  .aerin-post-pagination .aerin-post-pagination-category,  .blog-post .entry-content h5,  .page .entry-content h5,  .header-menu,  .aerin-post-list .aerin-post-details .aerin-post-date,  .aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-category,  .aerin-verticalbar,  .homepage-welcome-block .welcome-image-overlay span,  .post-counters,  .aerin-editorspick-post-list-wrapper > h3,  .container-fluid-footer .footer-menu,  .footer-instagram-wrapper > h3,  .blog-post .post-author,  .blog-post-related h5,  .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-category,  .blog-post .sticky-post-badge,  .navigation-paging .wp-pagenavi a,  .navigation-paging .wp-pagenavi span.current,  .navigation-paging .wp-pagenavi span.extend,  body .mc4wp-form .mailchimp-widget-signup-form input[type="email"],  .page-item-title-single .post-author,  .blog-post .tags a,  .comment-meta .reply a,  .sidebar .widget.widget_aerin_recent_entries li .post-date,  body .ig_form_container .ig_form_els input,  body .ig_popup.ig_inspire .ig_button, body .ig_popup.ig_inspire input[type="submit"], body .ig_popup.ig_inspire input[type="button"],  .sidebar .widget.widget_aerin_recent_comments .aerin_recentcomments .comment-date,  .sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-date,  .sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-category,  .search-close-btn,  .sidebar .widget.widget_aerin_popular_entries li .widget-post-position,  .sidebar .widget.widget_aerin_popular_entries li .post-category,  header .header-post-content .header-post-details .header-post-category,  .aerin-theme-block h4,  .blog-post.blog-post-single .post-info-vertical {  font-family: 'Open Sans';  }  /**  * Colors and color skins  */    body {  background-color: #ffffff;  color: #292929;  }  .st-pusher, .st-sidebar-pusher,  .st-sidebar-menu .sidebar,  .aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details,  .blog-post .blog-post-thumb + .post-content,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-small .aerin-editorspick-post-details,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post.aerin-editorspick-post-large .aerin-editorspick-post-details,  .sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .widget-post-details-wrapper,  .navigation-paging .wp-pagenavi a, .navigation-paging .wp-pagenavi span.current, .navigation-paging .wp-pagenavi span.extend {  background-color: #ffffff;  }  .woocommerce #content input.button.alt,  .woocommerce #respond input#submit.alt,  .woocommerce a.button.alt,  .woocommerce button.button.alt,  .woocommerce input.button.alt,  .woocommerce-page #content input.button.alt,  .woocommerce-page #respond input#submit.alt,  .woocommerce-page a.button.alt,  .woocommerce-page button.button.alt,  .woocommerce-page input.button.alt,  .btn:hover,  .btn.btn-white:hover,  .btn.btn-black:hover,  input[type="submit"]:hover,  .woocommerce #content input.button:hover,  .woocommerce #respond input#submit:hover,  .woocommerce a.button:hover,  .woocommerce button.button:hover,  .woocommerce input.button:hover,  .woocommerce-page #content input.button:hover,  .woocommerce-page #respond input#submit:hover,  .woocommerce-page a.button:hover,  .woocommerce-page button.button:hover,  .woocommerce-page input.button:hover,  a.more-link:hover,  .btn-primary:hover,  .btn-primary:active,  .btn.alt,  header .header-promo-content .btn:hover,  .nav > li .sub-menu,  .blog-post .tags a:hover,  .blog-post-related-item-details,  .blog-post .sticky-post-badge,  .post-social-wrapper .post-social-title a:hover,  .navigation-paging .wp-pagenavi a:hover,  .navigation-paging .wp-pagenavi span.current,  #top-link,  .sidebar .widget_calendar th,  .sidebar .widget_calendar tfoot td,  .sidebar .widget_tag_cloud .tagcloud a:hover,  .sidebar .widget_product_tag_cloud .tagcloud a:hover,  .comment-meta .reply a:hover,  body .owl-theme .owl-controls .owl-nav div.owl-prev,  body .owl-theme .owl-controls .owl-nav div.owl-next,  body .owl-theme .owl-controls .owl-page.active span, body .owl-theme .owl-controls.clickable .owl-page:hover span,  body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span,  .st-sidebar-menu-close-btn,  body .ig_popup.ig_inspire .ig_button, body .ig_popup.ig_inspire input[type="submit"], body .ig_popup.ig_inspire input[type="button"] {  background-color: #D04797;  }  a,  a:focus,  blockquote:before,  .blog-post .format-quote .entry-content:before,  .container-fluid.container-page-item-title.with-bg .post-info-share .post-social a:hover,  .container-fluid.container-page-item-title.with-bg .page-item-title-single .post-categories a,  header .header-post-content .header-post-details .header-post-title a:hover,  .header-info-text a:hover,  .header-menu .header-menu-offcanvasmenu a:hover,  .header-menu .header-menu-search a:hover,  .header-menu li a:hover,  .navbar .nav > li > a:hover,  .blog-post .post-author a:hover,  .blog-post .post-categories,  .blog-post .post-header-title sup,  .blog-post .post-header-title a:hover,  .author-bio .author-social-icons li a:hover,  .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-title a:hover,  .post-social-wrapper .post-social a:hover,  .navigation-paging.navigation-post a,  .navigation-post .nav-post-prev:hover .nav-post-name,  .navigation-post .nav-post-next:hover .nav-post-name,  .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info .post-social a:hover,  .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-info .post-info-comments a:hover,  .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-author a:hover,  .footer-sidebar-2.sidebar .widget a:hover,  footer a:hover,  footer .footer-social .social-icons-wrapper a:hover,  .sidebar .widget ul > li a:hover,  .sidebar .widget_text a,  .comment-metadata .author a,  .comment-metadata .date a:hover,  .aerin-post-list .aerin-post-details .aerin-post-category a,  .aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-title h5:hover,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-title a:hover,  .sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-title:hover,  .sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-category,  .sidebar .widget.widget_aerin_posts_slider .widget-post-slider-wrapper .post-category a,  .sidebar .widget.widget_aerin_popular_entries li .post-category a,  .sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper .post-category a,  .sidebar .widget.widget_aerin_popular_entries li .widget-post-thumb-wrapper-container .widget-post-details-wrapper a:hover,  body .select2-results .select2-highlighted,  .social-icons-wrapper a:hover,  .aerin-theme-block > h2,  .blog-post .post-info .post-info-views,  .aerin-post-list .aerin-post-details .aerin-post-comments,  .aerin-post-list .aerin-post-details .aerin-post-views,  .sidebar .widget.widget_aerin_popular_entries li .post-category,  .aerin-popular-post-list-wrapper .aerin-popular-post-list .aerin-popular-post .aerin-popular-post-details .aerin-popular-post-category,  .aerin-post-list .aerin-post-details .aerin-post-category,  .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-category,  .aerin-editorspick-post-list-wrapper .aerin-editorspick-post .aerin-editorspick-post-category,  .page-item-title-single .post-categories {  color: #D04797;  }  .woocommerce #content input.button.alt,  .woocommerce #respond input#submit.alt,  .woocommerce a.button.alt,  .woocommerce button.button.alt,  .woocommerce input.button.alt,  .woocommerce-page #content input.button.alt,  .woocommerce-page #respond input#submit.alt,  .woocommerce-page a.button.alt,  .woocommerce-page button.button.alt,  .woocommerce-page input.button.alt,  .btn:hover,  .btn.btn-white:hover,  .btn.btn-black:hover,  input[type="submit"]:hover,  .woocommerce #content input.button:hover,  .woocommerce #respond input#submit:hover,  .woocommerce a.button:hover,  .woocommerce button.button:hover,  .woocommerce input.button:hover,  .woocommerce-page #content input.button:hover,  .woocommerce-page #respond input#submit:hover,  .woocommerce-page a.button:hover,  .woocommerce-page button.button:hover,  .woocommerce-page input.button:hover,  a.more-link:hover,  .btn.alt,  header .header-promo-content .btn:hover,  .navbar .nav > li > a:hover,  .sidebar .widget_calendar tbody td a,  .aerin-post-list-nav .aerin-post-list-nav-prev {  border-color: #D04797;  }  header {  background-color: #FFFFFF;  }  .mainmenu-belowheader {  background-color: #ffffff;  }  footer {  background-color: #a3a3a3;  }  .blog-masonry-layout .blog-post.content-block .post-content,  .blog-masonry-layout .post-content-wrapper {  background-color: #fcfcfc;  }   /*2019-12-23 11:19*//* CSS Generator Execution Time: 0.0005638599395752 seconds */