.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; } img.mfp-img {
                        width: auto;
                        max-width: 100%;
                        height: auto;
                        display: block;
                        line-height: 0;
                        box-sizing: border-box;
                        padding: 40px 0 40px;
                        margin: 0 auto; } .mfp-figure {
                                            line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }.mfp-ready .mfp-figure {
                             opacity: 0;
                           }
div .mfp-title{
  line-height: 1.4em;
  font-size: 13px;
}
.mfp-title a{ text-decoration: underline; color:#fff;}
.mfp-title a:hover{ text-decoration: none; opacity: 0.8;}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
div.avia-popup .mfp-iframe-scaler{ overflow: visible; }
div.avia-popup .mfp-zoom-out-cur { cursor: auto; }
div.avia-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }
div.avia-popup .mfp-close {
  width: 40px;
  height: 40px;
  right: -13px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid transparent;
  line-height: 38px;
  padding: 0;
  top: -5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: Arial, Baskerville, monospace !important;
}
div.avia-popup .mfp-close:hover{
  border: 2px solid #fff;
  transform: scale(0.8);
  -webkit-transform: scale(0.8) rotateZ(90deg);
}
div.avia-popup .mfp-iframe-scaler .mfp-close{top: -43px;}
div.avia-popup .mfp-figure:after{box-shadow: none; display: none;}
div.avia-popup button.mfp-arrow:before, div.avia-popup button.mfp-arrow:after{border:none; margin:0; display:none;}
div.avia-popup button.mfp-arrow:before{
  opacity:1; display:block; position: absolute; top:50%; left:0; width:100%; height:80px; line-height:80px; margin-top:-40px; color:#fff; font-size: 50px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
div.avia-popup button.mfp-arrow:hover:before{-webkit-transform: scale(0.8,0.8); transform: scale(0.8,0.8);}
div.avia-popup button.mfp-arrow:before		{ content:"\E87d"; font-family: 'entypo-fontello'; }
div.avia-popup button.mfp-arrow-left:before { content:"\E87c"; font-family: 'entypo-fontello'; } .mfp-img {
                                                                                                   -webkit-animation: none !important;
                                                                                                   animation: none !important;
                                                                                                 }
@media (max-width: 900px){
  .mfp-arrow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
}
div.avia-popup .mfp-s-error .mfp-preloader {background: transparent; width:100%; -webkit-animation: none; animation: none; white-space: nowrap;}.sidebar .widget:first-child, .content .sidebar .widget:first-child{
                                                                                                                                                  padding-top:0;
                                                                                                                                                  border-top-style: none;
                                                                                                                                                  border-top-width: 0;
                                                                                                                                                } .widget_archive label.screen-reader-text {
                                                                                                                                                    display: none;
                                                                                                                                                  } .widget_nav_menu a{
                                                                                                                                                      display: block;
                                                                                                                                                      padding:4px 0px 5px 0;
                                                                                                                                                      text-decoration: none;
                                                                                                                                                    }
div .widget_nav_menu{
  padding-bottom:24px;
}
#top .widget_nav_menu ul{margin:0; padding:0; float: none; list-style-type: none;}
#top .widget_nav_menu li{
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear:both;
  font-size:13px;
}
#top #footer .widget_nav_menu li{ background-color:transparent;}
#top .widget_nav_menu ul ul li:before {
  content: "\2219";
  position: absolute;
  top:5px;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
  right: -10px;
}
#top .widget_nav_menu ul ul li a{
  padding:6px 0px 7px 12px;
}
.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a{
  font-weight: bold;
}
.sidebar .widget_nav_menu ul:first-child>.current-menu-item,
.sidebar .widget_nav_menu ul:first-child>.current_page_item,
.sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor{
  padding-left: 51px;
  left: -51px;
  top:1px;
  margin-top: -1px;
  padding-top:1px;
  width:100%;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
}
.widget_nav_menu ul ul{
  display:block;
}
.widget_nav_menu.widget_nav_hide_child ul ul{
  display:none;
}
#top .widget_nav_menu .current-menu-item > ul,
#top .widget_nav_menu .current_page_item > ul,
#top .widget_nav_menu .current_page_ancestor > ul,
#top .widget_nav_menu .current-menu-ancestor > ul{
  display:block;
  padding:0 0 0 13px;
}
#top .sidebar_left .widget_nav_menu .current-menu-item > ul,
#top .sidebar_left .widget_nav_menu .current_page_item > ul,
#top .sidebar_left .widget_nav_menu .current_page_ancestor > ul,
#top .sidebar_left .widget_nav_menu .current-menu-ancestor > ul{
  padding:0 13px 0 0 ;
}
#top .sidebar_left .widget_nav_menu .sub-menu{
  padding-right: 13px;
}
.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a{
  border:none;
  padding:6px 7px 7px 0;
}
#top .widget_nav_menu ul ul .sub-menu, #top .widget_nav_menu ul ul .children{
  padding:0 0 0 10px;
  overflow: hidden;
  margin:0;
}
.widget_nav_menu .nested_nav>li:first-child>a{
  border:none;
}
#top .widget_nav_menu .nested_nav{
  padding-bottom:30px;
}
#top .content .flex_column .widget_nav_menu li a {
  padding: 0.8em 3px;
}
#top .content .flex_column .widget_nav_menu li a:hover,
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item,
#top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item{
  background-color: rgba(255,255,255,0.4);
}
#top .content .flex_column .widget_nav_menu li {
  background-color: transparent;
  margin: 0;
  padding:0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#top .content .flex_column .widget_nav_menu li:first-child {
  border-top-style: solid;
  border-top-width: 1px;
} .av-instagram-pics{display:table; width:100%; table-layout: fixed;}
.av-instagram-row{display:table-row;}
.av-instagram-item{display: table-cell; padding: 3px; height:100%;}
.av-instagram-item a{display:block; position: relative; padding-bottom:100%; width:100%; background-size: cover;}
.av-instagram-item img{display:block;}
.av-instagram-item .image-overlay.overlay-type-image {left: 0; width: 100%;}
.av-instagram-item:first-child { padding-left: 0px; }
.av-instagram-item:last-child  { padding-right: 0px; }
.av-instagram-row:first-child .av-instagram-item{ padding-top: 0px; }
.av-instagram-row:last-child .av-instagram-item { padding-bottom: 0px; }
.av-instagram-follow{width:100%; text-align: center; display: block; margin-top:3px;}
.avia-instagram-feed .av-instagram-errors-msg.av-instagram-admin{ color: #cc0033; } #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form{margin:0;}
#top .av-mailchimp-widget p{margin:2px 0;}
#top .av-mailchimp-widget-style-boxed_form{ padding:15px; border-style: solid; border-width: 1px;}
#top .av-mailchimp-widget .button{margin-top:5px; width:100%; padding: 13px 10px;}
.widgettitle + .av-mailchimp-widget-style-boxed_form{ margin-top:-10px;}
#top .av-form-error-container{border: 1px solid #BB1313;
  padding: 15px;
  color: #BB1313;
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 20px;} .textwidget ul{
                          margin-left:0px;
                          overflow: hidden;
                        } #top .widget_tab_tags{ display:none; }
.js_active .avia_combo_widget .tab_titles{border-bottom-width: 1px; border-bottom-style: solid;}
.js_active #top .avia_combo_widget .active_tab{ border-bottom-style: solid; border-bottom-width: 2px;}
.js_active #top .avia_combo_widget .tab_content {
  padding:0;
  background: transparent;
  border: none;
}
.js_active .avia_combo_widget .top_tab .tab{
  border: none;
  background: transparent;
  padding:5px 0;
  width: 33%;
  text-align: center;
} .av_facebook_widget_wrap{ overflow: hidden; position: relative; padding: 0px; background: #fff; }
.av_facebook_widget_wrap_border_yes{border-style: solid; border-width: 1px;}
.av_facebook_widget_wrap_positioner iframe{position: absolute; height:100%; width:100%;}
.av_facebook_widget_wrap_positioner{}
.av_facebook_widget{width:100%;}
.av_facebook_widget {
  width: 107%;
  max-width: 137%;
  left: -5px;
  top: -4px;
  position: relative;
}
.avia_fb_likebox .av_facebook_widget_page_title{
  font-size: 1.2em;
  font-weight: 700;
  margin: 12px 0;
}
.widget .av_widget_img_text_confirm .av_img_text_confirm_link{
  display: inline-block;
  position: relative;
  width: 100%;
}
.widget .av_widget_img_text_confirm .av_img_text_confirm_link img{
  width: 100%;
}
.widget .av_widget_img_text_confirm .av_img_text_confirm_link:hover{
  text-decoration: none;
}
.widget .av_widget_img_text_confirm .av_img_text_confirm_text{
  font-size: 1.5em;
  position: absolute;
  padding: 25px;
  text-align: center;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 100%;
}
.widget .av_widget_img_text_confirm .av_img_text_confirm_text span{
  width: 100%;
}
.widget .av_widget_img_text_confirm .av_img_text_confirm_text:hover{
  opacity: 1;
}
.avia_fb_likebox .av_facebook_widget_main_wrap{
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  width:100%;
  min-width:180px;
  min-height:214px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}
.avia_fb_likebox .av_facebook_widget_main_wrap_shadow{
  position: absolute;
  top:0;
  left:0;right:0;
  height:90px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.avia_fb_likebox .av_facebook_widget_logo_image{
  position: absolute;
  height:54px;
  width:54px;
  top:8px;
  left:8px;
  background:#fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
  border: 2px solid #fff;
  z-index: 2;
}
.avia_fb_likebox .av_facebook_widget_logo_image img{
  max-width: 50px;
  max-height:50px;
  text-align: center;
  display: inline-block;
}
.avia_fb_likebox  .av_facebook_widget_page_title_container{
  color:#fff;
  margin: 0px 18px 0 68px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.358;
  margin-bottom: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
  top:8px;
  min-height: 95px;
}
#top .avia_fb_likebox  .av_facebook_widget_page_title_container a{
  color:#fff;
}
.avia_fb_likebox  .av_facebook_widget_page_title_container .av_facebook_widget_content{
  font-size: 12px;
}
.avia_fb_likebox  .av_facebook_widget_page_title_container span{
  display: block;
}
.avia_fb_likebox .av_facebook_widget_add_info{
  width:100%;
  min-height: 83px;
  background: #f6f7f9;
  border: 1px solid #e9ebee;
  border-top: 0;
  font-size: 12px;
  line-height: 16px;
  color: #4b4f56;
  padding:8px;
}
.avia_fb_likebox .av_facebook_widget_add_info_inner{
  background: #fff;
  border-color: #e9ebee #dfe0e4 #d0d1d5;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
  position: relative;
  min-height: 66px;
  padding:8px;
}
.avia_fb_likebox .av_facebook_widget_imagebar{
  height:32px;
  background-repeat: repeat;
  background-size: auto 100%;
  background-image:url(//web.archive.org/web/20181004112127im_/http://www.alapinta.cl/wp-content/themes/enfold/images/layout/fake_facebook.jpg);
}
.avia_fb_likebox .av_facebook_widget_add_info_inner_wrap{
  min-height: 15px;
  padding-bottom: 4px;
  display: block;
}
.avia_fb_likebox .av_facebook_widget_button{
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, .12);
  font-size: 12px;
  padding: 0 5px;
  display: inline-block;
  margin:8px;
}
.avia_fb_likebox .av_facebook_widget_icon {
  display: inline-block;
  margin-right: 5px;
  background: #3a5797;
  height: 16px;
  width: 16px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 11px;
  line-height: 18px;
}
.avia_fb_likebox .ajax_load{
  display: none;
}
.avia_fb_likebox.ajax_loading_now .ajax_load{
  display: block;
} .avia_socialcount{
    overflow: hidden;
    text-align: left;
  }
#top .social_widget_icon{
  padding:0;
  margin:0;
  height:30px;
  width:30px;
  line-height: 32px;
  text-align: center;
  float: left;
  font-size: 17px;
  border-radius: 2px;
}
.asc_twitter .social_widget_icon{
  color:#fff;
  background-color:#46d4fe;
  border-color:#46d4fe;
  text-shadow: 1px 1px 1px #17ACD8;
}
.asc_rss .social_widget_icon{
  color:#fff;
  background-color:#ffa133;
  border-color:#ffa133;
  text-shadow: 1px 1px 1px #D18021;
}
.avia_socialcount .seperator{
  display:none;
}
div #footer .avia_socialcount{
  padding:10px 0 0 0;
}
.asc_multi_count{
  float:left;
  width:50%;
}
.avia_socialcount a, .avia_socialcount a:hover{
  height:40px;
  text-decoration: none;
  display:block;
  min-width:89px;
}
.avia_socialcount strong, .avia_socialcount span{
  display:block;
  line-height: 1em;
  padding:0 0 0 36px;
}
.avia_socialcount a strong{
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 4px;
}
.avia_socialcount a span{
  font-size:10px;
  padding-top:3px;
} #top .widget.tweetbox .tweets{
    list-style-type: none;
    list-style-position: outside;
    border:none;
  }
#top .widget.tweetbox .tweet{
  padding:10px 0;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  font-size:11px;
  background: none;
  border-top-style: dashed;
  border-top-width: 1px;
  margin:0;
}
#top .widget.tweetbox .tweet:first-child{
  border:none;
}
.widget.tweetbox .tweet-thumb{
  position:relative;
}
.widget.tweetbox .tweet-thumb a{
  margin-right:9px;
  padding:3px;
  float:left;
  border-style: solid;
  border-width: 1px;
  margin-top: 5px;
  display:block;
  width:36px;
}
#top .widget.tweetbox .tweet-thumb img{display:block; float:left; border:none; padding:0; margin:0;}
.widget.tweetbox .tweet-text{
  position: relative;
  overflow: hidden;
}
.widget.tweetbox .tweet-time{
  clear: both;
  font-size:11px;
}
.widget.tweetbox .tweet-text.avatar_no {
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 400;
}
.widget.tweetbox .tweet-text.avatar_no .tweet-time{
  font-style: italic;
  font-weight: normal;
} .avia_partner_widget{
    overflow: hidden;
    clear:both;
  }
.avia_partner_widget a, .avia_partner_widget a:hover {
  float: left;
  display: block;
  text-decoration: none;
  width: 49.5%;
  outline: none;
  border: none;
  padding-bottom: 49.5%;
  position: relative;
  margin-right: 1%;
}
.avia_partner_widget a.avia_partner2, .avia_partner_widget a.avia_partner2:hover {
  margin-right: 0;
}
#top .avia_partner_widget{
  max-width:304px;
}
#top .avia_partner_widget img{
  position: absolute;
  left:0;
  top:0;
}
.avia_partner1{
  margin-right:1px;
}
.avia_parnter_empty{
  line-height: 1em;
  height:97%;
  width:97%;
  display: block;
  font-size:10px;
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 1px;
}
.avia_parnter_empty span{
  width:100%;
  position: absolute;
  top:50%;
  margin-top:-5px;
  text-align: center;
  left:0;
} .widget .avia-google-map-container{
    height:230px;
    width:100%;
  }
.widget .avia-google-map-container{
  background: no-repeat center;
  background-size: cover;
}
.widget .content .avia-google-map-container{
  height:230px;
}
#top .widget .infoWindow  input[type="text"]{
  margin: 0 0px 3px 0;
}
.widget .avia-google-map-container img,
.widget .avia-google-map-container a img{
  max-width: none;
}
.widget .avia-google-map-container div,
.widget .avia-google-map-container img,
.widget .avia-google-map-container a{
  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.widget .avia-google-map-container .av_text_confirm_link{
  padding: 25px;
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 150px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
  background: rgba(0,0,0,0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: 		all 0.3s ease-in-out;
}
.widget .avia-google-map-container .av_text_confirm_link:hover{
  color: #fff;
  background: rgba(0,0,0,0.9);
}
.widget .avia-google-map-container.av_gmaps_show_delayed.av-no-fallback-img .av_text_confirm_link,
.widget .avia-google-map-container.av_gmaps_show_page_only.av-no-fallback-img .av_text_confirm_link{
  height: auto;
  opacity: 1;
}
.widget .avia-google-map-container .av_text_confirm_link span{
  width: 100%;
}
.widget .avia-google-map-container:hover .av_text_confirm_link{
  opacity: 1;
  text-decoration: none;
} #top .news-content{
    padding:7px 0 3px 0;
    line-height: 1.7em;
    position: relative;
    overflow: hidden;
    font-size:0.85em;
    display: block;
    clear: both;
    margin:0;
  }
#top .news-wrap{
  border:none;
  list-style-type: none;
  list-style-position: outside;
}
#top .news-wrap li{
  border:none;
  background: none;
  text-indent: 0;
}
.news-link, .news-link:hover, #top .widget ul li .news-link:hover{
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
} .news-thumb{
    margin-right:9px;
    padding:3px;
    float:left;
    margin-top: 4px;
    border-style: solid;
    border-width: 1px;
    height:36px;
    width:36px;
    display: block;
  }
.news-thumb img, .news-thumb img{
  width:28px;
  height:28px;
} .image_size_portfolio_small .news-link{
    float:left;
    margin-right:10px;
  }
.image_size_portfolio_small .news-thumb, .image_size_portfolio_small .tweet-thumb img, .image_size_portfolio_small .news-thumb img{
  width:150px;
  min-height:100px;
}
.image_size_portfolio_small .news-excerpt{
  overflow: hidden;
  font-size: 13px;
  line-height: 1.65em;
}
.image_size_portfolio_small .news-headline{ font-size:14px;}
#top .news-thumb img{display:block; float:left; border:none; padding:0; margin:0;}
.news-headline{
  overflow: hidden;
  font-weight: bold;
  margin-top:2px;
  display:block;
}
.news-time{
  font-weight:normal;
  clear: both;
  font-size:0.92em;
  display:block;
}
.news-excerpt{
} .tagcloud br{display:none;}
.tagcloud a{
  font-size:11px !important;
  padding:2px 8px;
  margin:0 1px 1px 0;
  display:block;
  float:left;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}
.tagcloud a:hover{
  text-shadow: none;
  text-decoration: underline;
}
.widget_tag_cloud h3{
  border:none;
} .widget_rss li{
    line-height: 1.5em;
    font-size: 11px;
  }
.widget_rss li div{
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.rsswidget{
  display:block;
  font-weight: bold;
}
.rss-date, .widget_rss cite{
  font-size:11px;
}
.widget_rss li{
  padding:7px 0;
}
.widget_rss .widgettitle img{
  display:none;
} .recentcomments, .widget_recent_entries li{
    padding:7px 0;
    display:block;
    font-size: 0.85em;
    line-height: 1.5em;
  }
.recentcomments a, .widget_recent_entries li a{
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}
.recentcomments, .widget_recent_entries li{
  border-top-width:3px;
  border-top-style: solid;
}
.recentcomments:first-child, .widget_recent_entries li:first-child{
  border-top:none;
} .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item,
  .sidebar_left .widget_nav_menu ul:first-child>.current_page_item,
  .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor{
    padding-right: 52px;
    padding-left:0;
    left: auto;
    top:1px;
  }
.sidebar_left.sidebar{text-align: right;}
.sidebar_left .news-thumb{float:right; margin: 4px 0 0 9px;} #top .widget_twitter{ font-size: 12px; line-height: 1.65em;}
#top .widget_twitter .twitter-avatar{float:left; margin-right:13px; border-style: solid; border-width:1px; padding:3px; display: block;}
#top .widget_twitter .twitter-avatar a, #top .widget_twitter .twitter-avatar img{display: block;}
#top .widget_twitter ul{overflow: hidden; margin:0; padding:0;}
#top .widget_twitter li{padding: 0 0 8px 0; margin: 0 0 8px 0; border-bottom-style: solid; border-bottom-width: 2px; }
#top .widget_twitter li:last-child{border-bottom: none;}
#top .widget_twitter .entry-content-wrapper{padding:0; margin:0; float: none; clear: both; position: relative; border:none; width:100%;}
#top .widget_twitter .entry-meta{display: block; font-size: 11px; font-style: italic; opacity: 0.8; margin-top:5px;}
#top .widget_twitter .time-meta, #top .widget_twitter .from-meta{}
#top .widget_twitter .intent-meta{ display: block; font-size: 11px; margin-top:8px;}
#top .widget_twitter .intent-meta a{ text-decoration: none; margin-right: 4px;  }
#top .widget_twitter .intent-meta a:hover{text-decoration: underline;}
