/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/*
 * jQuery wooslider v2.2.0
 * http://www.woothemes.com/wooslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.wooslider-container a:active,
.wooslider a:active,
.wooslider-container a:focus,
.wooslider a:focus  {outline: none;}
.slides,
.wooslider-control-nav,
.wooslider-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/wp-content/plugins/wooslider/assets/fonts/flexslider-icon.eot');
	src:url('/wp-content/plugins/wooslider/assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/plugins/wooslider/assets/fonts/flexslider-icon.woff') format('woff'),
		url('/wp-content/plugins/wooslider/assets/fonts/flexslider-icon.ttf') format('truetype'),
		url('/wp-content/plugins/wooslider/assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* wooslider Necessary Styles
*********************************/
.wooslider {margin: 0; padding: 0;}
.wooslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.wooslider .slides img {width: 100%; display: block;}
.wooslider-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* wooslider Default Theme
*********************************/
.wooslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.wooslider-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .wooslider-viewport { max-height: 300px; }
.wooslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.wooslider-direction-nav {*height: 0;}
.wooslider-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.wooslider-direction-nav .wooslider-prev { left: -50px; }
.wooslider-direction-nav .wooslider-next { right: -50px; text-align: right; }
.wooslider:hover .wooslider-prev { opacity: 0.7; left: 10px; }
.wooslider:hover .wooslider-next { opacity: 0.7; right: 10px; }
.wooslider:hover .wooslider-next:hover, .wooslider:hover .wooslider-prev:hover { opacity: 1; }
.wooslider-direction-nav .wooslider-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.wooslider-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.wooslider-direction-nav a.wooslider-next:before  { content: '\f002'; }

/* Pause/Play */
.wooslider-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.wooslider-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.wooslider-pauseplay a:hover  { opacity: 1; }
.wooslider-pauseplay a.wooslider-play:before { content: '\f003'; }

/* Control Nav */
.wooslider-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.wooslider-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.wooslider-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.wooslider-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.wooslider-control-paging li a.wooslider-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.wooslider-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.wooslider-control-thumbs li {width: 25%; float: left; margin: 0;}
.wooslider-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.wooslider-control-thumbs img:hover {opacity: 1;}
.wooslider-control-thumbs .wooslider-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .wooslider-direction-nav .wooslider-prev { opacity: 1; left: 10px;}
  .wooslider-direction-nav .wooslider-next { opacity: 1; right: 10px;}
}/* Basic reset for better theme compatibility. */
.wooslider { clear: both; overflow: visible !important; }
.wooslider-carousel { z-index: 2; }
.wooslider .slides > li { list-style: none; float: left; width: 100%; margin: 0; padding: 0; }
.wooslider .slides > li img, .entry .wooslider .slides > li img { border: 0; box-shadow: none; margin: 0; height: auto; -moz-backface-visibility: hidden; }
.wooslider-control-thumbs { overflow: visible; }
.wooslider .wooslider-control-nav > li { margin: 0 6px; padding: 0; }

body .wooslider.wooslider-type-posts img, body .wooslider.wooslider-type-attachments img { border: 0; padding: 0; margin: 0; height: auto; }
body .wooslider ul.slides { overflow: hidden; }
body .wooslider ul.slides, body .wooslider .wooslider-control-nav, body .wooslider .wooslider-direction-nav { padding: 0; margin: 0; }
body .wooslider .wooslider-control-nav { position: absolute; top: 100%; margin-top: 15px; }
body .wooslider .wooslider-control-nav.wooslider-control-thumbs { position: static; float: left; clear: both; margin-bottom: 15px; }
body .wooslider .wooslider-control-nav.wooslider-control-thumbs li { margin-left: 0; margin-right: 15px; margin-bottom: 15px; }
body .wooslider .wooslider-control-nav li, body .wooslider .wooslider-direction-nav li { list-style: none; }
body .wooslider.wooslider-carousel .slides img { cursor: pointer; padding: 0; }
body .wooslider.wooslider-carousel .slides .wooslider-active-slide img { cursor: default; }

/* Layout styles for the "Posts" slideshow type. */
@media only screen and (min-width: 768px) {
	/* Text Left and Text Right Options */
	.wooslider .layout-text-left img { float: right; width: 40%; }
	.wooslider .layout-text-left .slide-excerpt { float: left; width: 50%; }

	.wooslider .layout-text-right img { float: left; width: 40%; }
	.wooslider .layout-text-right .slide-excerpt { float: right; width: 50%; }

	/* Full overlay enabled */
	.wooslider .overlay-full  { position: relative; }
	.wooslider .overlay-full .slide-excerpt { background: #000; opacity: 0.8; color: #FFF; position: absolute; padding: 1em; }
	.wooslider .overlay-full .slide-excerpt .slide-title { color: #FFF; }
	.wooslider .overlay-full img { float: none; width: 100%; height: auto; }
	.wooslider .overlay-full .slide-excerpt img { width: auto; }

	body .wooslider .overlay-full.layout-text-left .slide-excerpt { left: 0; top: 0; bottom: 0; width: 30%; padding: 1em; overflow: hidden; }
	body .wooslider .overlay-full.layout-text-right .slide-excerpt { right: 0; top: 0; bottom: 0; width: 30%; padding: 1em; overflow: hidden; }
	body .wooslider .overlay-full.layout-text-top .slide-excerpt { left: 0; right: 0; top: 0; height: auto; padding: 1em; overflow: hidden; }
	body .wooslider .overlay-full.layout-text-bottom .slide-excerpt { left: 0; right: 0; bottom: 0; height: auto; padding: 1em; overflow: hidden; }

	/* Natural overlay enabled */
	.wooslider .overlay-natural  { position: relative; }
	.wooslider .overlay-natural .slide-excerpt { color: #FFF; position: absolute; float: left; padding: 0; }
	.wooslider .overlay-natural .slide-excerpt .slide-title { color: #FFF; background: #000; opacity: 0.8; float: left; padding: 0.5em 1em; margin: 0; }
	.wooslider .overlay-natural .slide-excerpt p { color: #FFF; background: #000; opacity: 0.8; float: left; padding: 0.5em 1em; }
	.wooslider .overlay-natural img { float: none; width: 100%; height: auto; }

	body .wooslider .overlay-natural.layout-text-left .slide-excerpt { left: 0; top: 10%; overflow: hidden; }
	body .wooslider .overlay-natural.layout-text-right .slide-excerpt { float: right; right: 0; top: 10%; overflow: hidden; }
	body .wooslider .overlay-natural.layout-text-right .slide-excerpt .slide-title,
	body .wooslider .overlay-natural.layout-text-right .slide-excerpt p { float: right; }
	body .wooslider .overlay-natural.layout-text-top .slide-excerpt { left: 0; top: 0; overflow: hidden; }
	body .wooslider .overlay-natural.layout-text-bottom .slide-excerpt { left: 0; bottom: 0; overflow: hidden; }
}

/* "Slides" slideshow type */
body .wooslider .slide-content { margin: 0.5em; padding: 0; border: 0; width: auto; height: auto; }

/* Slide widget */
.widget_wooslider_slideshow_attachments .wooslider-direction-nav a { padding: 0; }

body .wooslider.wooslider-type-posts img, body .wooslider.wooslider-type-attachments img { max-width: 100%; border: none; }
body .wooslider-control-nav { margin: 0; padding: 0; z-index: 1; }
body .wooslider-control-nav img { border: 0; background: none; margin: 0; padding: 0; }
body .wooslider-direction-nav a, body .widget .wooslider-direction-nav a { height: auto; line-height: 40px; text-indent: -9999px; }
body .wooslider-direction-nav a:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: 0; text-align: center; }
body .wooslider-direction-nav, body .wooslider-direction-nav li { list-style: none; margin: 0; padding: 0; }
body .wooslider-direction-nav .wooslider-next { text-align: inherit; }
body .wooslider.wooslider-type-slides .has-featured-image img.featured-image { max-width: 100%; height: auto; }
body .wooslider.wooslider-type-slides img { max-width: 100%; padding: 0;}/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {
}

    /* LI - Post container styles */
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1rem;
    }

    .wpp-list li:last-of-type {
        margin-bottom: 0;
    }

    /* Styles for the popular post in view */
    .wpp-list li.current {
    }

        /* Thumbnail styles */
        .wpp-thumbnail {
            display: inline;
            float: left;
            margin: 0 1rem 0 0;
            border: none;
        }

        /* Title styles */
        .wpp-post-title {
        }

        /* Excerpt styles */
        .wpp-excerpt {
        }

        /* Stats tag styles */
        .wpp-meta, .post-stats {
            display: block;
            font-size: 0.8em;
        }

        .wpp-meta:empty, .post-stats:empty {
            display: none;
        }

            /* Comments count styles */
            .wpp-comments {
            }

            /* Views count styles */
            .wpp-views {
            }

            /* Author styles */
            .wpp-author {
            }

            /* Post date styles */
            .wpp-date {
            }

            /* Post category styles */
            .wpp-category {
            }

        /* WP-PostRatings styles */
        .wpp-rating {
        }/**
 * WooSlider
 *
 * Styles which integrate this theme with WooSlider.
 * This stylesheet is only enqueued if WooSlider is activated.
 * http: //www.woothemes.com/products/wooslider/
 */
.fa, .wooslider .wooslider-direction-nav a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.wooslider-container a:active,
.wooslider a:active,
.wooslider-container a:focus,
.wooslider a:focus {
  outline: none; }

.slides,
.wooslider-control-nav,
.wooslider-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.wooslider {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0; }

body .wooslider .slide-content {
  margin: 0; }

.wooslider {
  margin: 0 0 1.618em;
  position: relative;
  zoom: 1; }
  .wooslider ul.slides {
    zoom: 1;
    margin: 0;
    padding: 0; }
    .wooslider ul.slides li {
      list-style: none;
      position: relative; }
    .wooslider ul.slides img {
      padding: 0; }
  .wooslider .wooslider-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .wooslider .wooslider-direction-nav li {
      list-style: none; }
    .wooslider .wooslider-direction-nav a {
      position: absolute;
      display: block;
      width: 1em;
      height: 1em;
      margin-top: -.5em;
      font-size: 2em;
      top: 50%;
      z-index: 10;
      cursor: pointer;
      text-align: center;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      -webkit-transform: translateZ(0);
      line-height: 1;
      text-indent: -9999px;
      color: rgba(0, 0, 0, 0.5);
      text-shadow: none;
      border: 2px solid;
      border-radius: 100%; }
      .wooslider .wooslider-direction-nav a:before {
        margin: 0;
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        content: "\f179";
        margin: 0;
        font-size: 1em; }
      .wooslider .wooslider-direction-nav a:hover {
        color: #428bca;
        text-decoration: none; }
    .wooslider .wooslider-direction-nav .wooslider-next {
      right: .53em; }
      .wooslider .wooslider-direction-nav .wooslider-next:before {
        content: "\f105"; }
    .wooslider .wooslider-direction-nav .wooslider-prev {
      left: .53em; }
      .wooslider .wooslider-direction-nav .wooslider-prev:before {
        content: "\f104"; }
    .wooslider .wooslider-direction-nav.wooslider-disabled {
      opacity: 0.3;
      filter: alpha(opacity=30);
      cursor: default; }
  .wooslider:hover .wooslider-direction-nav a {
    opacity: 1;
    filter: alpha(opacity=100); }
  .wooslider .wooslider-control-nav {
    width: 100%;
    position: absolute;
    bottom: -2.618em;
    text-align: center;
    z-index: 9;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
    .wooslider .wooslider-control-nav:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .wooslider .wooslider-control-nav li {
      margin: 0 .202em;
      display: inline-block;
      list-style: none; }
      .wooslider .wooslider-control-nav li a {
        width: 6px;
        height: 6px;
        display: block;
        border: 2px solid #222;
        cursor: pointer;
        text-indent: -9999px;
        background: none;
        border-radius: 100%; }
        .wooslider .wooslider-control-nav li a:hover {
          background: #555;
          border-color: #555; }
        .wooslider .wooslider-control-nav li a.wooslider-active {
          border-color: #222;
          background: #222;
          cursor: default; }
  .wooslider .slide-title {
    margin: 0 0 10px; }
  .wooslider .slide-content {
    position: relative; }
.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
.rpwwt-widget .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; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 55px; height: 55px; }
/*------------------------------------------------------------
Plugin Name: Youtube Channel Gallery
Plugin URI: http://www.poselab.com/
Version: 2.4
Description: Show a youtube video and a gallery of thumbnails for a youtube channel.
------------------------------------------------------------*/
#ytc-wrapper .col-xs-2-4,
#ytc-wrapper .col-sm-2-4,
#ytc-wrapper .col-md-2-4,
#ytc-wrapper .col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
#ytc-wrapper .col-xs-2-4 {
  float: left;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-2-4 {
    float: left;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-2-4 {
    float: left;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-2-4 {
    float: left;
  }
}
#ytc-wrapper .col-xs-1-7,
#ytc-wrapper .col-sm-1-7,
#ytc-wrapper .col-md-1-7,
#ytc-wrapper .col-lg-1-7 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
#ytc-wrapper .col-xs-1-7 {
  float: left;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-1-7 {
    float: left;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-1-7 {
    float: left;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-1-7 {
    float: left;
  }
}
#ytc-wrapper .col-xs-1-5,
#ytc-wrapper .col-sm-1-5,
#ytc-wrapper .col-md-1-5,
#ytc-wrapper .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
#ytc-wrapper .col-xs-1-5 {
  float: left;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-1-5 {
    float: left;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-1-5 {
    float: left;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-1-5 {
    float: left;
  }
}
#ytc-wrapper .col-xs-1-3,
#ytc-wrapper .col-sm-1-3,
#ytc-wrapper .col-md-1-3,
#ytc-wrapper .col-lg-1-3 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
#ytc-wrapper .col-xs-1-3 {
  float: left;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-1-3 {
    float: left;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-1-3 {
    float: left;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-1-3 {
    float: left;
  }
}
#ytc-wrapper .col-xs-1-2,
#ytc-wrapper .col-sm-1-2,
#ytc-wrapper .col-md-1-2,
#ytc-wrapper .col-lg-1-2 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
#ytc-wrapper .col-xs-1-2 {
  float: left;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-1-2 {
    float: left;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-1-2 {
    float: left;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-1-2 {
    float: left;
  }
}
#ytc-wrapper .col-xs-1-1,
#ytc-wrapper .col-sm-1-1,
#ytc-wrapper .col-md-1-1,
#ytc-wrapper .col-lg-1-1 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
#ytc-wrapper .col-xs-1-1 {
  float: left;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-1-1 {
    float: left;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-1-1 {
    float: left;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-1-1 {
    float: left;
  }
}
#ytc-wrapper audio,
#ytc-wrapper canvas,
#ytc-wrapper progress,
#ytc-wrapper video {
  display: inline-block;
  vertical-align: baseline;
}
#ytc-wrapper a {
  background-color: transparent;
}
#ytc-wrapper a:active,
#ytc-wrapper a:hover {
  outline: 0;
}
#ytc-wrapper b,
#ytc-wrapper strong {
  font-weight: bold;
}
#ytc-wrapper small {
  font-size: 80%;
}
#ytc-wrapper img {
  border: 0;
}
#ytc-wrapper svg:not(:root) {
  overflow: hidden;
}
#ytc-wrapper figure {
  margin: 1em 40px;
}
#ytc-wrapper .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
@media (min-width: 768px) {
  #ytc-wrapper .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .container {
    width: 1154px;
  }
}
#ytc-wrapper .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
#ytc-wrapper .row {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
#ytc-wrapper .col-xs-1,
#ytc-wrapper .col-sm-1,
#ytc-wrapper .col-md-1,
#ytc-wrapper .col-lg-1,
#ytc-wrapper .col-xs-2,
#ytc-wrapper .col-sm-2,
#ytc-wrapper .col-md-2,
#ytc-wrapper .col-lg-2,
#ytc-wrapper .col-xs-3,
#ytc-wrapper .col-sm-3,
#ytc-wrapper .col-md-3,
#ytc-wrapper .col-lg-3,
#ytc-wrapper .col-xs-4,
#ytc-wrapper .col-sm-4,
#ytc-wrapper .col-md-4,
#ytc-wrapper .col-lg-4,
#ytc-wrapper .col-xs-5,
#ytc-wrapper .col-sm-5,
#ytc-wrapper .col-md-5,
#ytc-wrapper .col-lg-5,
#ytc-wrapper .col-xs-6,
#ytc-wrapper .col-sm-6,
#ytc-wrapper .col-md-6,
#ytc-wrapper .col-lg-6,
#ytc-wrapper .col-xs-7,
#ytc-wrapper .col-sm-7,
#ytc-wrapper .col-md-7,
#ytc-wrapper .col-lg-7,
#ytc-wrapper .col-xs-8,
#ytc-wrapper .col-sm-8,
#ytc-wrapper .col-md-8,
#ytc-wrapper .col-lg-8,
#ytc-wrapper .col-xs-9,
#ytc-wrapper .col-sm-9,
#ytc-wrapper .col-md-9,
#ytc-wrapper .col-lg-9,
#ytc-wrapper .col-xs-10,
#ytc-wrapper .col-sm-10,
#ytc-wrapper .col-md-10,
#ytc-wrapper .col-lg-10,
#ytc-wrapper .col-xs-11,
#ytc-wrapper .col-sm-11,
#ytc-wrapper .col-md-11,
#ytc-wrapper .col-lg-11,
#ytc-wrapper .col-xs-12,
#ytc-wrapper .col-sm-12,
#ytc-wrapper .col-md-12,
#ytc-wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
#ytc-wrapper .col-xs-1,
#ytc-wrapper .col-xs-2,
#ytc-wrapper .col-xs-3,
#ytc-wrapper .col-xs-4,
#ytc-wrapper .col-xs-5,
#ytc-wrapper .col-xs-6,
#ytc-wrapper .col-xs-7,
#ytc-wrapper .col-xs-8,
#ytc-wrapper .col-xs-9,
#ytc-wrapper .col-xs-10,
#ytc-wrapper .col-xs-11,
#ytc-wrapper .col-xs-12 {
  float: left;
}
#ytc-wrapper .col-xs-12 {
  width: 100%;
}
#ytc-wrapper .col-xs-11 {
  width: 91.66666667%;
}
#ytc-wrapper .col-xs-10 {
  width: 83.33333333%;
}
#ytc-wrapper .col-xs-9 {
  width: 75%;
}
#ytc-wrapper .col-xs-8 {
  width: 66.66666667%;
}
#ytc-wrapper .col-xs-7 {
  width: 58.33333333%;
}
#ytc-wrapper .col-xs-6 {
  width: 50%;
}
#ytc-wrapper .col-xs-5 {
  width: 41.66666667%;
}
#ytc-wrapper .col-xs-4 {
  width: 33.33333333%;
}
#ytc-wrapper .col-xs-3 {
  width: 25%;
}
#ytc-wrapper .col-xs-2-4 {
  width: 20%;
}
#ytc-wrapper .col-xs-2 {
  width: 16.66666667%;
}
#ytc-wrapper .col-xs-1-7 {
  width: 14.28571429%;
}
#ytc-wrapper .col-xs-1-5 {
  width: 12.5%;
}
#ytc-wrapper .col-xs-1-3 {
  width: 11.11111111%;
}
#ytc-wrapper .col-xs-1-2 {
  width: 10%;
}
#ytc-wrapper .col-xs-1-1 {
  width: 9.09090909%;
}
#ytc-wrapper .col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  #ytc-wrapper .col-sm-1,
  #ytc-wrapper .col-sm-2,
  #ytc-wrapper .col-sm-3,
  #ytc-wrapper .col-sm-4,
  #ytc-wrapper .col-sm-5,
  #ytc-wrapper .col-sm-6,
  #ytc-wrapper .col-sm-7,
  #ytc-wrapper .col-sm-8,
  #ytc-wrapper .col-sm-9,
  #ytc-wrapper .col-sm-10,
  #ytc-wrapper .col-sm-11,
  #ytc-wrapper .col-sm-12 {
    float: left;
  }
  #ytc-wrapper .col-sm-12 {
    width: 100%;
  }
  #ytc-wrapper .col-sm-11 {
    width: 91.66666667%;
  }
  #ytc-wrapper .col-sm-10 {
    width: 83.33333333%;
  }
  #ytc-wrapper .col-sm-9 {
    width: 75%;
  }
  #ytc-wrapper .col-sm-8 {
    width: 66.66666667%;
  }
  #ytc-wrapper .col-sm-7 {
    width: 58.33333333%;
  }
  #ytc-wrapper .col-sm-6 {
    width: 50%;
  }
  #ytc-wrapper .col-sm-5 {
    width: 41.66666667%;
  }
  #ytc-wrapper .col-sm-4 {
    width: 33.33333333%;
  }
  #ytc-wrapper .col-sm-3 {
    width: 25%;
  }
  #ytc-wrapper .col-sm-2-4 {
    width: 20%;
  }
  #ytc-wrapper .col-sm-2 {
    width: 16.66666667%;
  }
  #ytc-wrapper .col-sm-1-7 {
    width: 14.28571429%;
  }
  #ytc-wrapper .col-sm-1-5 {
    width: 12.5%;
  }
  #ytc-wrapper .col-sm-1-3 {
    width: 11.11111111%;
  }
  #ytc-wrapper .col-sm-1-2 {
    width: 10%;
  }
  #ytc-wrapper .col-sm-1-1 {
    width: 9.09090909%;
  }
  #ytc-wrapper .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #ytc-wrapper .col-md-1,
  #ytc-wrapper .col-md-2,
  #ytc-wrapper .col-md-3,
  #ytc-wrapper .col-md-4,
  #ytc-wrapper .col-md-5,
  #ytc-wrapper .col-md-6,
  #ytc-wrapper .col-md-7,
  #ytc-wrapper .col-md-8,
  #ytc-wrapper .col-md-9,
  #ytc-wrapper .col-md-10,
  #ytc-wrapper .col-md-11,
  #ytc-wrapper .col-md-12 {
    float: left;
  }
  #ytc-wrapper .col-md-12 {
    width: 100%;
  }
  #ytc-wrapper .col-md-11 {
    width: 91.66666667%;
  }
  #ytc-wrapper .col-md-10 {
    width: 83.33333333%;
  }
  #ytc-wrapper .col-md-9 {
    width: 75%;
  }
  #ytc-wrapper .col-md-8 {
    width: 66.66666667%;
  }
  #ytc-wrapper .col-md-7 {
    width: 58.33333333%;
  }
  #ytc-wrapper .col-md-6 {
    width: 50%;
  }
  #ytc-wrapper .col-md-5 {
    width: 41.66666667%;
  }
  #ytc-wrapper .col-md-4 {
    width: 33.33333333%;
  }
  #ytc-wrapper .col-md-3 {
    width: 25%;
  }
  #ytc-wrapper .col-md-2-4 {
    width: 20%;
  }
  #ytc-wrapper .col-md-2 {
    width: 16.66666667%;
  }
  #ytc-wrapper .col-md-1-7 {
    width: 14.28571429%;
  }
  #ytc-wrapper .col-md-1-5 {
    width: 12.5%;
  }
  #ytc-wrapper .col-md-1-3 {
    width: 11.11111111%;
  }
  #ytc-wrapper .col-md-1-2 {
    width: 10%;
  }
  #ytc-wrapper .col-md-1-1 {
    width: 9.09090909%;
  }
  #ytc-wrapper .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .col-lg-1,
  #ytc-wrapper .col-lg-2,
  #ytc-wrapper .col-lg-3,
  #ytc-wrapper .col-lg-4,
  #ytc-wrapper .col-lg-5,
  #ytc-wrapper .col-lg-6,
  #ytc-wrapper .col-lg-7,
  #ytc-wrapper .col-lg-8,
  #ytc-wrapper .col-lg-9,
  #ytc-wrapper .col-lg-10,
  #ytc-wrapper .col-lg-11,
  #ytc-wrapper .col-lg-12 {
    float: left;
  }
  #ytc-wrapper .col-lg-12 {
    width: 100%;
  }
  #ytc-wrapper .col-lg-11 {
    width: 91.66666667%;
  }
  #ytc-wrapper .col-lg-10 {
    width: 83.33333333%;
  }
  #ytc-wrapper .col-lg-9 {
    width: 75%;
  }
  #ytc-wrapper .col-lg-8 {
    width: 66.66666667%;
  }
  #ytc-wrapper .col-lg-7 {
    width: 58.33333333%;
  }
  #ytc-wrapper .col-lg-6 {
    width: 50%;
  }
  #ytc-wrapper .col-lg-5 {
    width: 41.66666667%;
  }
  #ytc-wrapper .col-lg-4 {
    width: 33.33333333%;
  }
  #ytc-wrapper .col-lg-3 {
    width: 25%;
  }
  #ytc-wrapper .col-lg-2-4 {
    width: 20%;
  }
  #ytc-wrapper .col-lg-2 {
    width: 16.66666667%;
  }
  #ytc-wrapper .col-lg-1-7 {
    width: 14.28571429%;
  }
  #ytc-wrapper .col-lg-1-5 {
    width: 12.5%;
  }
  #ytc-wrapper .col-lg-1-3 {
    width: 11.11111111%;
  }
  #ytc-wrapper .col-lg-1-2 {
    width: 10%;
  }
  #ytc-wrapper .col-lg-1-1 {
    width: 9.09090909%;
  }
  #ytc-wrapper .col-lg-1 {
    width: 8.33333333%;
  }
}
#ytc-wrapper .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#ytc-wrapper .embed-responsive .embed-responsive-item,
#ytc-wrapper .embed-responsive iframe,
#ytc-wrapper .embed-responsive embed,
#ytc-wrapper .embed-responsive object,
#ytc-wrapper .embed-responsive video {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  bottom: 0!important;
  height: 100%!important;
  width: 100%!important;
  border: 0;
}
#ytc-wrapper .embed-responsive-16by9 {
  padding-bottom: 56.25%!important;
}
#ytc-wrapper .embed-responsive-4by3 {
  padding-bottom: 75%!important;
}
#ytc-wrapper .clearfix:before,
#ytc-wrapper .clearfix:after,
#ytc-wrapper .container:before,
#ytc-wrapper .container:after,
#ytc-wrapper .container-fluid:before,
#ytc-wrapper .container-fluid:after,
#ytc-wrapper .row:before,
#ytc-wrapper .row:after {
  content: " ";
  display: table;
}
#ytc-wrapper .clearfix:after,
#ytc-wrapper .container:after,
#ytc-wrapper .container-fluid:after,
#ytc-wrapper .row:after {
  clear: both;
}
#ytc-wrapper .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ytc-wrapper .pull-right {
  float: right !important;
}
#ytc-wrapper .pull-left {
  float: left !important;
}
#ytc-wrapper .hide {
  display: none !important;
}
#ytc-wrapper .show {
  display: block !important;
}
#ytc-wrapper .invisible {
  visibility: hidden;
}
#ytc-wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#ytc-wrapper .hidden {
  display: none !important;
}
#ytc-wrapper .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
#ytc-wrapper .visible-xs,
#ytc-wrapper .visible-sm,
#ytc-wrapper .visible-md,
#ytc-wrapper .visible-lg {
  display: none !important;
}
#ytc-wrapper .visible-xs-block,
#ytc-wrapper .visible-xs-inline,
#ytc-wrapper .visible-xs-inline-block,
#ytc-wrapper .visible-sm-block,
#ytc-wrapper .visible-sm-inline,
#ytc-wrapper .visible-sm-inline-block,
#ytc-wrapper .visible-md-block,
#ytc-wrapper .visible-md-inline,
#ytc-wrapper .visible-md-inline-block,
#ytc-wrapper .visible-lg-block,
#ytc-wrapper .visible-lg-inline,
#ytc-wrapper .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  #ytc-wrapper .visible-xs {
    display: block !important;
  }
  #ytc-wrapper table.visible-xs {
    display: table !important;
  }
  #ytc-wrapper tr.visible-xs {
    display: table-row !important;
  }
  #ytc-wrapper th.visible-xs,
  #ytc-wrapper td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #ytc-wrapper .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #ytc-wrapper .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  #ytc-wrapper .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ytc-wrapper .visible-sm {
    display: block !important;
  }
  #ytc-wrapper table.visible-sm {
    display: table !important;
  }
  #ytc-wrapper tr.visible-sm {
    display: table-row !important;
  }
  #ytc-wrapper th.visible-sm,
  #ytc-wrapper td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ytc-wrapper .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ytc-wrapper .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ytc-wrapper .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ytc-wrapper .visible-md {
    display: block !important;
  }
  #ytc-wrapper table.visible-md {
    display: table !important;
  }
  #ytc-wrapper tr.visible-md {
    display: table-row !important;
  }
  #ytc-wrapper th.visible-md,
  #ytc-wrapper td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ytc-wrapper .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ytc-wrapper .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ytc-wrapper .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .visible-lg {
    display: block !important;
  }
  #ytc-wrapper table.visible-lg {
    display: table !important;
  }
  #ytc-wrapper tr.visible-lg {
    display: table-row !important;
  }
  #ytc-wrapper th.visible-lg,
  #ytc-wrapper td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #ytc-wrapper .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ytc-wrapper .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ytc-wrapper .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #ytc-wrapper .hidden-lg {
    display: none !important;
  }
}
#ytc-wrapper .visible-print {
  display: none !important;
}
@media print {
  #ytc-wrapper .visible-print {
    display: block !important;
  }
  #ytc-wrapper table.visible-print {
    display: table !important;
  }
  #ytc-wrapper tr.visible-print {
    display: table-row !important;
  }
  #ytc-wrapper th.visible-print,
  #ytc-wrapper td.visible-print {
    display: table-cell !important;
  }
}
#ytc-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  #ytc-wrapper .visible-print-block {
    display: block !important;
  }
}
#ytc-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  #ytc-wrapper .visible-print-inline {
    display: inline !important;
  }
}
#ytc-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  #ytc-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #ytc-wrapper .hidden-print {
    display: none !important;
  }
}
#ytc-wrapper div {
  margin: 0;
  padding: 0;
}
#ytc-wrapper a {
  word-break: break-word;
}
#ytc-wrapper * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  white-space: normal;
}
#ytc-wrapper *:before,
#ytc-wrapper *:after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
#ytc-wrapper .container-fluid {
  padding: 0px!important;
}
#ytc-wrapper .ytcplayer-wrapper {
  border: 1px solid #999;
  margin-bottom: 15px;
}
#ytc-wrapper .ytcplayer-wrapper iframe {
  margin: 0!important;
  padding: 0!important;
}
#ytc-wrapper .ytcplayercontent {
  margin-bottom: 20px;
}
#ytc-wrapper time {
  font-size: small;
}
#ytc-wrapper .ytc-search input.search-field {
  width: 100%;
  margin-bottom: 15px;
  -webkit-appearance: textfield;
  min-height: 30px;
}
#ytc-wrapper .ytc-search select.search-select {
  width: 100%;
  margin-bottom: 15px;
}
#ytc-wrapper .ytc-thumbnails {
  padding: 0px!important;
}
#ytc-wrapper .ytc-thumbnails .ytc-row {
  display: block!important;
}
#ytc-wrapper .ytc-thumbnails .ytc-row .ytc-column {
  margin-left: 0!important;
  margin-right: 0!important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative!important;
  margin-bottom: 10px;
}
#ytc-wrapper .ytc-thumbnails.ytc-thumb-align-left .ytc-column,
#ytc-wrapper .ytc-thumbnails.ytc-thumb-align-right .ytc-column {
  margin-bottom: 20px;
}
#ytc-wrapper .ytc-thumbnails.ytc-thumb-align-left .ytctitle:first-child,
#ytc-wrapper .ytc-thumbnails.ytc-thumb-align-right .ytctitle:first-child {
  margin: 0 0 10px 0;
}
#ytc-wrapper .ytc-thumbnails .ytcthumb-cont {
  position: relative;
}
#ytc-wrapper .ytc-thumbnails .video-time {
  margin-top: 0;
  margin-right: 0;
  padding: 0 4px;
  font-weight: 700;
  font-size: 11px;
  background-color: #000;
  color: #fff!important;
  height: 14px;
  line-height: 14px;
  opacity: .75;
  filter: alpha(opacity=75);
  display: -moz-inline-stack;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  right: 2px;
  bottom: 2px;
  pointer-events: none;
}
#ytc-wrapper .ytc-thumbnails a.ytcthumb {
  padding-bottom: 55%!important;
}
#ytc-wrapper .ytc-thumbnails.ytc-thumb4x3 a.ytcthumb {
  padding-bottom: 75%!important;
}
#ytc-wrapper .ytc-thumbnails a.ytcthumb {
  display: block!important;
  border: 1px solid #999;
  position: relative!important;
  line-height: 0!important;
  width: 100%!important;
  padding-top: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
  margin: 0!important;
  height: 0!important;
  overflow: hidden!important;
  background-size: cover!important;
  background-position: center!important;
}
#ytc-wrapper .ytc-thumbnails a.ytcthumb:hover {
  opacity: 0.75;
}
#ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay {
  background: url(/wp-content/plugins/youtube-channel-gallery/img/play.png) no-repeat !important;
  background-position: -9999px -9999px !important;
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
}
#ytc-wrapper .ytc-thumbnails a.ytcthumb:hover .ytcplay {
  background-position: center center!important;
}
#ytc-wrapper .ytc-thumbnails .private {
  background: #262626;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #383838), to(#131313));
  background-image: -webkit-linear-gradient(top, #383838 0, #131313 100%);
  background-image: linear-gradient(to bottom, #383838 0, #131313 100%);
}
#ytc-wrapper .ytc-thumbnails .private a {
  background-size: 38%!important;
  background-repeat: no-repeat !important;
  background-position: 50% 76%!important;
}
#ytc-wrapper .ytc-thumbnails .private a .private-text {
  width: 100%!important;
  height: 100%!important;
  padding-top: 10px;
  position: absolute;
  text-align: center;
}
#ytc-wrapper .ytc-thumbnails p {
  display: none !important;
}
#ytc-wrapper .ytc-thumbnails .ytc-pagination {
  margin-top: 16px;
}
#ytc-wrapper .ytc-thumbnails .ytc-pagination div.ytc-next {
  text-align: right;
}
#ytc-wrapper .ytc-thumbnails .ytc-pagination a {
  cursor: pointer;
}
#ytc-wrapper .ytc-thumbnails .ytc-pagination .ytc-numeration {
  text-align: center;
}
#ytc-wrapper .ytc-links {
  margin-top: 16px;
}
#ytc-wrapper .ytc-links .ytc-promotion a {
  font-size: 10px;
  opacity: 0.3;
}
#ytc-wrapper .ytc-links .ytc-youtubelink {
  text-align: right;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  box-shadow: none; }

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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    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,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    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; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }.essb-native-skinned-button{display:inline-block;margin-right:5px}.essb-native-outsite{display:block;margin:0 auto;overflow:hidden;position:relative;width:100px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.essb-native-outsite.metro{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.essb-native-outside:hover{width:100px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.essb-native-outsite.metro:hover{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.essb-native-click,.essb-native-text{display:block;position:absolute;text-align:center;width:100%;transition:.3s ease all;-moz-transition:.3s ease all;-webkit-transition:.3s ease all}.essb-native-text{font-size:17px;font-weight:700;z-index:9999;box-shadow:inset 0 -4px 0 rgba(0,0,0,.25)}.essb-native-text.metro{box-shadow:none}.essb-native-text .essb-native-text-inner{font-size:13px;padding-left:5px;font-weight:400}.essb-native-click{z-index:8888}.essb-native-outside:hover .essb-native-text{margin-top:100px}.essb-native-outside .essb-native-click{padding-top:5px}.essb-native-google{background:#b72513;height:34px;width:100px}.essb-native-google .essb-native-text{background:#b72513;height:100%;color:#fff;padding-top:2px}.essb-native-google:hover .essb-native-text{margin-top:100px}.essb-native-google .essb-native-click{padding-top:7px}.essb-native-facebook{background:#39599f;height:34px;width:100px}.essb-native-facebook .essb-native-text{background:#39599f;height:100%;color:#fff;padding-top:2px}.essb-native-facebook:hover .essb-native-text{margin-top:100px}.essb-native-facebook .essb-native-click{padding-top:7px}.essb-native-twitter{background:#45b0e3;height:34px;width:100px}.essb-native-twitter .essb-native-text{background:#45b0e3;height:100%;color:#fff;padding-top:2px}.essb-native-twitter:hover .essb-native-text{margin-top:100px}.essb-native-twitter .essb-native-click{padding-top:7px}.essb-native-pinterest{background:#fa0101;height:34px;width:100px}.essb-native-pinterest:hover .essb-native-text{margin-top:100px}.essb-native-pinterest .essb-native-click{padding-top:7px}.essb-native-pinterest .essb-native-text{background:#fa0101;height:100%;color:#fff;padding-top:2px}.essb-native-youtube{background:#cc181e;height:34px;width:100px}.essb-native-youtube .essb-native-text{background:#cc181e;height:100%;color:#fff;padding-top:2px}.essb-native-youtube:hover .essb-native-text{margin-top:100px}.essb-native-youtube .essb-native-click{padding-top:7px}.essb-native-vk{background:#5d83aa;height:34px;width:100px}.essb-native-vk .essb-native-text{background:#5d83aa;height:100%;color:#fff;padding-top:2px}.essb-native-vk:hover .essb-native-text{margin-top:100px}.essb-native-vk .essb-native-click{padding-top:7px}.essb-native-linkedin{background:#007bb6;height:34px;width:100px}.essb-native-linkedin .essb-native-text{background:#007bb6;height:100%;color:#fff;padding-top:2px}.essb-native-linkedin:hover .essb-native-text{margin-top:100px}.essb-native-linkedin .essb-native-click{padding-top:7px}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('/wp-content/plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/wp-content/plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/wp-content/plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/wp-content/plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont.svg?v=4.2.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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:#fff}.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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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"}@import url(https://fonts.googleapis.com/css?family=Roboto:500&subset=latin,cyrillic,greek);

.essb_links.essb_template_tiny-retina {word-wrap:normal!important; clear: both; margin: 1em 0; }
.essb_maybe_hidden_text { position:absolute; left:-9999px; text-indent:-9999px; }
.essb_links.essb_template_tiny-retina ul,
.essb_links.essb_template_tiny-retina li  { 
	padding:0!important;
	margin:0!important;
	list-style: none!important;
}
.essb_links.essb_template_tiny-retina li,
.essb_links.essb_template_tiny-retina li a, .essb_links.essb_template_tiny-retina li a .essb_icon,
.essb_links.essb_template_tiny-retina li a, .essb_links.essb_template_tiny-retina li a .essb_network_name { 
	display: inline-block;
	vertical-align: middle;

}
.essb_links.essb_template_tiny-retina li a { 
	padding: 4px 8px;
	margin: 2px 5px 2px 0;
	border: 0px solid #ddd;
	color: #fff !important;
	text-decoration: none;	
	font-size: 11px;
	font-weight: 500;
	font-family: Roboto, "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
	background-clip: padding-box;
	line-height: 16px;
}
/*.essb_links.essb_template_tiny-retina li:last-child a { margin-right:0;}*/
.essb_links.essb_template_tiny-retina .essb_icon {
	width: 16px;
	height: 16px;
	margin-right: 0px;
	vertical-align:-4px;
	/*margin-right: 2px;*/
}

/* more button */
	.essb_links.essb_template_tiny-retina .essb_link_more .essb_icon { 
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMzUsMTlIMjNWN2MwLTEuMS0wLjktMi0yLTJjLTEuMSwwLTIsMC45LTIsMnYxMkg3Yy0xLjEsMC0yLDAuOS0yLDJjMCwxLjEsMC45LDIsMiwyaDEydjEyYzAsMS4xLDAuOSwyLDIsMmMxLjEsMCwyLTAuOSwyLTJWMjNoMTJjMS4xLDAsMi0wLjksMi0yQzM3LDE5LjksMzYuMSwxOSwzNSwxOUwzNSwxOXogTTM1LDE5Ii8+PC9nPjwvc3ZnPg==);	
		background-size: 16px 16px;
	vertical-align:-6px;
	}

		.essb_links.essb_template_tiny-retina .essb_link_more_dots .essb_icon { 
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05LDE3Yy0yLjIsMC00LDEuOC00LDRjMCwyLjIsMS44LDQsNCw0YzIuMiwwLDQtMS44LDQtNEMxMywxOC44LDExLjIsMTcsOSwxN0w5LDE3eiBNMzMsMTdjLTIuMiwwLTQsMS44LTQsNGMwLDIuMiwxLjgsNCw0LDRzNC0xLjgsNC00QzM3LDE4LjgsMzUuMiwxNywzMywxN0wzMywxN3ogTTIxLDE3Yy0yLjIsMC00LDEuOC00LDRjMCwyLjIsMS44LDQsNCw0YzIuMiwwLDQtMS44LDQtNEMyNSwxOC44LDIzLjIsMTcsMjEsMTdMMjEsMTd6IE0yMSwxNyIvPjwvZz48L3N2Zz4=);	
		background-size: 16px 16px;
	vertical-align:-6px;
	}
	
	
	.essb_links.essb_template_tiny-retina .essb_link_more a,
	.essb_links.essb_template_tiny-retina .essb_link_more a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_more a:focus,
	.essb_links.essb_template_tiny-retina .essb_link_more_dots a,
	.essb_links.essb_template_tiny-retina .essb_link_more_dots a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_more_dots a:focus { 
		background-color: #c5c5c5;
		color: #ffffff;
	}	
	
	.essb_links.essb_template_tiny-retina .essb_link_more a .essb_network_name, .essb_links.essb_template_tiny-retina .essb_link_more_dots a .essb_network_name { display: none; }
	
	.essb_links.essb_template_tiny-retina .essb_link_less .essb_icon { 
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywyMWMwLDEuNS0xLjMsMi44LTIuOCwyLjhINy44Yy0wLjgsMC0xLjUtMC4zLTItMC44QzUuMywyMi41LDUsMjEuOCw1LDIxYzAtMS41LDEuMy0yLjgsMi44LTIuOGgyNi40QzM1LjcsMTguMiwzNywxOS41LDM3LDIxTDM3LDIxeiBNMzcsMjEiLz48L2c+PC9zdmc+);	
	
		background-size: 16px 16px;
	vertical-align:-6px;
	}
	
	.essb_links.essb_template_tiny-retina .essb_link_less a,
	.essb_links.essb_template_tiny-retina .essb_link_less a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_less a:focus { 
		background-color: #c5c5c5;
		color: #ffffff;
	}	
	
	.essb_links.essb_template_tiny-retina .essb_link_less a .essb_network_name { display: none; }
	
	.essb_links.essb_template_tiny-retina .essb_after_more { display: none; }
	.essb_links.essb_template_tiny-retina .essb_hide_name .essb_link_less a:hover .essb_icon, .essb_links.essb_template_tiny-retina .essb_hide_name .essb_link_less a:focus .essb_icon, .essb_links.essb_template_tiny-retina .essb_hide_name .essb_link_more a:hover .essb_icon, .essb_links.essb_template_tiny-retina .essb_links.essb_template_tiny-retina .essb_hide_name .essb_link_more a:focus .essb_icon { margin-right:0px; margin-left: 0px !important; padding: 0; }
	
	/* end: more button */
	
.essb_links.essb_template_tiny-retina .essb_link_meneame .essb_icon {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMS4zMDcsMTkuOWMtMC44MDYsMC40OTktMS42MTMsMC43ODMtMi40NjMsMC45NjNjLTEuMjQ1LDAuMjYyLTIuNDk3LDAuMjYyLTMuNzQsMC4wMjINCgkJYy0xLjA3Ni0wLjIwNi0xLjk1OC0wLjc4Ny0yLjY2OS0xLjU5NmMtMS40MS0xLjYwNC0yLjQyNy0zLjQxNC0yLjcyOC01LjU2M2MtMC40MTMtMi45NDIsMC42MTgtNS4zMjcsMi44NzgtNy4xOTcNCgkJYzEuNjE4LTEuMzQyLDMuNTQ0LTEuOTk0LDUuNTg3LTIuMzU2YzMuMjA1LTAuNTY5LDYuMjM4LDAuMDU2LDkuMTcxLDEuMzIzYzEuNTA3LDAuNjUxLDIuOTYyLDEuNDI1LDQuNTE5LDEuOTYzDQoJCWMwLjM0NSwwLjExNywwLjY5LDAuMjI1LDEuMDU0LDAuMjc2YzAuNjUxLDAuMDkxLDEuMTg2LTAuMTMsMS42MTQtMC42MTRjMC41NjMtMC42MzMsMC43NjEtMS4zOTYsMC43NTktMi4yMjcNCgkJYzAuMTU2LTAuMDA5LDAuMTg5LDAuMTEzLDAuMjQxLDAuMjA4YzAuNDc4LDAuODc4LDAuMzQyLDIuMzA5LTAuMzEsMy4wNTZjLTAuNjc5LDAuNzc5LTEuNTgzLDAuOTE3LTIuNTQ0LDAuODA2DQoJCWMtMS4wOTEtMC4xMjYtMi4xMjgtMC40NDMtMy4xMjMtMC45MTdjLTEuODctMC44OTMtMy43NjktMS43MTYtNS44LTIuMTc2Yy0yLjU0My0wLjU3Ny01LjA2OS0wLjQ3NC03LjUzOSwwLjM0NQ0KCQljLTMuNTk1LDEuMTk1LTUuNDg1LDQuNzY5LTQuNTA0LDguNDM0YzAuNTYzLDIuMTE3LDEuNzUyLDMuNzgzLDMuNjExLDQuOTYzYzAuODA0LDAuNTA5LDEuNjksMC42NywyLjYyNywwLjY1Nw0KCQljMC45NDYtMC4wMTUsMS44NjktMC4xOTgsMi43OTMtMC4zNzNDMjAuOTA0LDE5Ljg2NSwyMS4wNTgsMTkuODI2LDIxLjMwNywxOS45eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNS4wODgsMzcuOTM3Yy0wLjE3My0wLjA1OC0wLjQ5NCwwLjEzNC0wLjU0Ni0wLjEwNWMtMC4wNS0wLjIzNSwwLjI4Ni0wLjMxMywwLjQ4Mi0wLjM5Ng0KCQljMS4xOTEtMC40OTUsMi4zOTQtMC45NjksMy41ODctMS40NjRjMC43NDItMC4zMSwxLjQ2Ni0wLjY1OCwyLjEzNC0xLjExM2MwLjIyOS0wLjE1NCwwLjQzOS0wLjMzNCwwLjYyNS0wLjU0DQoJCWMwLjI5NC0wLjMzLDAuMzY2LTAuNjc3LDAuMTkzLTEuMTA3Yy0wLjkwNy0yLjI3MS0xLjkxOS00LjUwMi0yLjcxNS02LjgxOWMtMC42NDItMS44Ny0xLjE0OC0zLjc2My0xLjI4NC01Ljc1DQoJCWMtMC4xNTktMi4zNDQsMC42NTMtNC4xNjYsMi42NzYtNS40MjJjMC45NTItMC41OTIsMS45NzctMS4wMzMsMy4wMDEtMS40NzZjMS4yNjktMC41NDksMi41MjEtMS4xMDksMy42MzMtMS45NTkNCgkJYzEuNjY2LTEuMjcsMi4yMS0yLjk3MSwyLjA2Ny00Ljk3OWMtMC4wNjMtMC45MDMtMC4yMTQtMS43OTItMC40Mi0yLjY3MmMtMC4wMjUtMC4wOTktMC4xNTktMC4yNDcsMC4wMjEtMC4zMjQNCgkJYzAuMTYxLTAuMDY5LDAuMjQ3LDAuMDU2LDAuMzE3LDAuMTg0QzM5LjQwMSw0Ljk3OCwzOS44MjQsNiwzOS45NTgsNy4xMzJjMC4yNTYsMi4xNzYtMC42OTYsMy44MzUtMi4yMDQsNS4yNzENCgkJYy0wLjk2LDAuOTE2LTIuMTQsMS40ODItMy4zMDIsMi4wNzRjLTEuMDUyLDAuNTM0LTIuMTM2LDEuMDA2LTMuMTI2LDEuNjU1Yy0xLjA4LDAuNzA3LTEuOTczLDEuNTY5LTIuMjcxLDIuODgyDQoJCWMtMC4yNDEsMS4wNy0wLjA0NiwyLjEyOCwwLjE3MSwzLjE3NWMwLjQ3NSwyLjMsMS40MDQsNC40NDQsMi4zMjUsNi41OTFjMC40NzcsMS4xMDYsMC45ODMsMi4xOTksMS4zNjMsMy4zNDQNCgkJYzAuNjEsMS44NDcsMC4xMDEsMy4yNy0xLjU0Miw0LjMwN2MtMS4xODIsMC43NDQtMi41MDUsMS4wNjktMy44NjMsMS4yODZDMjYuNzE1LDM3Ljg0NCwyNS45MSwzNy44ODMsMjUuMDg4LDM3LjkzN3oiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNOS4xOTQsMTUuODAzYy0wLjAzMSwwLjE5Mi0wLjEzOCwwLjMzOS0wLjI0MywwLjQ4N2MtMS43NTcsMi41MDUtMy4yNiw1LjE0Ny00LjM5NCw3Ljk5NA0KCQljLTAuNzkxLDEuOTg1LTAuOTgxLDQuMDEyLTAuNDYsNi4wODZjMC42NDcsMi41NjYsMi4zNTQsNC4xNSw0Ljc2Myw1LjA4MmMxLjc0NiwwLjY3NiwzLjU2NiwxLDUuNDE0LDEuMjE2DQoJCWMyLjU2NiwwLjMwNCw1LjE0NCwwLjUwOCw3LjcxNCwwLjc1N2MwLjI0NywwLjAyMiwwLjQ5MywwLjA5MywwLjczNCwwLjE1N2MwLjExNSwwLjAzLDAuMjY2LDAuMDc4LDAuMjQ5LDAuMjM2DQoJCWMtMC4wMTksMC4xODItMC4xODgsMC4xMjgtMC4zMDEsMC4xMzdjLTEuNjY2LDAuMTM2LTMuMzMzLDAuMjEtNS4wMDMsMC4yMzdjLTIuMzUsMC4wMzQtNC43MDgsMC4wNDktNy4wMjUtMC4zNDENCgkJYy0zLjc2Ny0wLjYzNS02LjY4NC0yLjUwOS04LjEtNi4yMDdjLTAuNzYxLTEuOTg1LTAuNjY0LTQuMDU0LTAuMDU0LTYuMDY5YzAuOTE3LTMuMDI0LDIuMzA1LTUuNzk5LDQuNTY2LTguMDcxDQoJCWMwLjU4My0wLjU4OCwxLjI0My0xLjA5MywxLjg4OC0xLjYxMkM5LjAwNiwxNS44NCw5LjA2NCwxNS43NjIsOS4xOTQsMTUuODAzeiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS42MTgsMjkuNTY4YzIuNjYzLTAuNDM4LDUuMzIxLTAuNjc2LDcuOTk5LTAuMzU0YzEuMjc2LDAuMTUyLDEuNTE4LDAuNDEyLDEuNTQ4LDEuNw0KCQljMC4wNDgsMi4wMzUtMC4yMzYsNC4wMzMtMC44MTQsNS45ODVjLTAuMDk3LDAuMzI1LTAuMjE2LDAuNjQ2LTAuNDE4LDAuOTI0Yy0wLjA3OCwwLjEwOS0wLjE2NywwLjI0Ny0wLjMzLDAuMTg5DQoJCWMtMC4xNDUtMC4wNS0wLjEyNi0wLjIwMi0wLjEzMi0wLjMyNmMtMC4wMzktMC44NywwLjEwNC0xLjcyOCwwLjE4NC0yLjU4OWMwLjExNS0xLjIzNSwwLjMyMS0yLjQ2NCwwLjIwOC0zLjcxNQ0KCQljLTAuMDM1LTAuMzk2LTAuMjE5LTAuNjM4LTAuNTY5LTAuODA3Yy0xLjAzOS0wLjQ5Ni0yLjE1MS0wLjY1OS0zLjI3Ny0wLjc2OWMtMS4zNzUtMC4xMzQtMi43NTktMC4xMjItNC4xMzgtMC4yMDQNCgkJQzE1Ljc5MSwyOS42LDE1LjcwNSwyOS41ODEsMTUuNjE4LDI5LjU2OHoiLz4NCjwvZz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px; }
.essb_links.essb_template_tiny-retina .essb_link_meneame a,
.essb_links.essb_template_tiny-retina .essb_link_meneame a:hover,
.essb_links.essb_template_tiny-retina .essb_link_meneame a:focus { 
	background-color: #FF7D12;
}	

.essb_links.essb_template_tiny-retina .essb_link_whatsapp .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJXaGF0c0FwcF8xXyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQwLDIwLjUxMmMwLDEwLjIyMi04LjM1MiwxOC41MDktMTguNjUzLDE4LjUwOWMtMy4yNzIsMC02LjM0Ni0wLjgzNS05LjAxOC0yLjMwM0wyLDQwDQoJbDMuMzY2LTkuOTMxYy0xLjY5OC0yLjc5LTIuNjc2LTYuMDYyLTIuNjc2LTkuNTU4QzIuNjksMTAuMjg4LDExLjA0MiwyLDIxLjM0NywyQzMxLjY1LDIsNDAsMTAuMjg4LDQwLDIwLjUxMnogTTIxLjM0Nyw0Ljk0OA0KCWMtOC42NTEsMC0xNS42ODYsNi45OC0xNS42ODYsMTUuNTYzYzAsMy40MDMsMS4xMDksNi41NTgsMi45ODcsOS4xMjJMNi42OSwzNS40MTVsNi4wMjYtMS45MTVjMi40NzYsMS42MjQsNS40NDIsMi41NzIsOC42MywyLjU3Mg0KCWM4LjY0NiwwLDE1LjY4My02Ljk4LDE1LjY4My0xNS41NjFDMzcuMDI5LDExLjkyOSwyOS45OTMsNC45NDgsMjEuMzQ3LDQuOTQ4eiBNMzAuNzY2LDI0Ljc3MmMtMC4xMTUtMC4xODgtMC40Mi0wLjMwMS0wLjg3Ni0wLjUyNw0KCWMtMC40NTgtMC4yMjctMi43MDctMS4zMjYtMy4xMjUtMS40NzdjLTAuNDE5LTAuMTUyLTAuNzI2LTAuMjI3LTEuMDI5LDAuMjI4Yy0wLjMwNSwwLjQ1My0xLjE4MSwxLjQ3Ni0xLjQ0OSwxLjc3Ng0KCWMtMC4yNjYsMC4zMDYtMC41MzIsMC4zNDMtMC45ODksMC4xMTZjLTAuNDU4LTAuMjI4LTEuOTMyLTAuNzA4LTMuNjc4LTIuMjUyYy0xLjM1OS0xLjIwNC0yLjI3Ni0yLjY4OC0yLjU0NS0zLjE0Mg0KCWMtMC4yNjYtMC40NTQtMC4wMjYtMC43MDEsMC4yMDItMC45MjZjMC4yMDQtMC4yMDQsMC40NTgtMC41MywwLjY4NS0wLjc5NGMwLjIzMS0wLjI2NiwwLjMwNi0wLjQ1NSwwLjQ1OC0wLjc1OQ0KCWMwLjE1Mi0wLjMwMywwLjA3Ni0wLjU2Ni0wLjAzOS0wLjc5M2MtMC4xMTMtMC4yMjgtMS4wMjktMi40Ni0xLjQxLTMuMzY5Yy0wLjM4LTAuOTA3LTAuNzYxLTAuNzU3LTEuMDI5LTAuNzU3DQoJYy0wLjI2NiwwLTAuNTctMC4wMzctMC44NzYtMC4wMzdjLTAuMzAzLDAtMC44LDAuMTEzLTEuMjE5LDAuNTY3Yy0wLjQyLDAuNDUzLTEuNiwxLjU1Mi0xLjYsMy43ODNjMCwyLjIzMiwxLjYzNyw0LjM5MSwxLjg2Niw0LjY5Mg0KCWMwLjIyOSwwLjMwMywzLjE2Miw1LjAzNCw3LjgxMiw2Ljg1MWM0LjY0OCwxLjgxNiw0LjY0OCwxLjIxLDUuNDg4LDEuMTM0YzAuODM3LTAuMDc0LDIuNzA0LTEuMDk3LDMuMDg2LTIuMTU2DQoJQzMwLjg3OSwyNS44NzIsMzAuODc5LDI0Ljk2MywzMC43NjYsMjQuNzcyeiIvPg0KPC9zdmc+DQo=);	

	background-size: 16px 16px; }
.essb_links.essb_template_tiny-retina .essb_link_whatsapp a,
.essb_links.essb_template_tiny-retina .essb_link_whatsapp a:hover,
.essb_links.essb_template_tiny-retina .essb_link_whatsapp a:focus { 
	background-color: #1D9E11;
}	


.essb_links.essb_template_tiny-retina .essb_link_mwp .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMi43MDIsMTAuMzRjMCwwLTAuNDk1LDkuOTQ3LTcuMzIxLDguMzY3Yy00LjY1Ny0xLjM1OC0zLjg3OC02LjczOS0zLjg3OC02LjczOXMtNS4zMTksMi4zMS02LjAyMSw3LjI4OA0KCQljLTAuMTMzLTQuMDEtNS4zMDctNi43MTUtNS4zMDctNi43MTVjMS4xODksMS41MDgsMi4xMzYsNS4xMDcsMC45NjksNy44MTJjLTEuNzQ2LDQuMDQzLTUuMDg0LDQuOTY5LTUuMDg0LDQuOTY5DQoJCWMyLjMwOSw2LjI2Niw3Ljg1MSwxMC43MzQsMTQuOTE4LDEwLjczNGM5LjA2MSwwLDE0Ljk2My02Ljg2NywxNC45NjMtMTUuOTNDMzUuOTQsMTYuNDU4LDM0LjczNiwxMy4wNzMsMzIuNzAyLDEwLjM0Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIxLDJDMTAuNTA5LDIsMiwxMC41MDgsMiwyMC45OThDMiwzMS40OTQsMTAuNTA5LDQwLDIxLDQwYzEwLjQ5NCwwLDE5LTguNTA2LDE5LTE5LjAwMg0KCQlDNDAsMTAuNTA4LDMxLjQ5NCwyLDIxLDIgTTIxLDM4LjI1Yy05LjUyNCwwLTE3LjI1LTcuNzI2LTE3LjI1LTE3LjI1MkMzLjc1LDExLjQ3NSwxMS40NzYsMy43NSwyMSwzLjc1DQoJCWM5LjUyNiwwLDE3LjI1LDcuNzI1LDE3LjI1LDE3LjI0OEMzOC4yNSwzMC41MjQsMzAuNTI2LDM4LjI1LDIxLDM4LjI1Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

	background-size: 16px 16px; }
.essb_links.essb_template_tiny-retina .essb_link_mwp a,
.essb_links.essb_template_tiny-retina .essb_link_mwp a:hover,
.essb_links.essb_template_tiny-retina .essb_link_mwp a:focus { 
	background-color: #056CAD;
}	


.essb_links.essb_template_tiny-retina .essb_link_flattr .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/flattr-02.png");*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS42NCwyQzYuNjA3LDIsMiw3LjIwMiwyLDE2LjkxNGwwLDB2Ni43ODJ2MTMuNTkxbDguODQ3LTguODU3VjE4LjA4M2MwLTQuMDI0LDEuMDY1LTYuNTg1LDQuNjQzLTcuMTU4DQoJCWwwLDBjMS4yNDktMC4yNDUsMy44NDktMC4xNjEsNS41MDUtMC4xNjFsMCwwdjYuMTQ3YzAsMC4wNTYsMC4wMDYsMC4xNTUsMC4wMjIsMC4yMDdsMCwwYzAuMDY1LDAuMjQ3LDAuMjkzLDAuNDMxLDAuNTU5LDAuNDMxbDAsMA0KCQljMC4xNSwwLDAuMjkzLTAuMDc4LDAuNDM5LTAuMjIxbDAsMGwxNS4zMy0xNS4zMjZMMjcuMDUzLDJIMTUuNjR6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMxLjE1MywxMy41N3YxMC4zNDdjMCw0LjAyNC0xLjA2NSw2LjU4NS00LjY0Myw3LjE1OGwwLDBjLTEuMjQ5LDAuMjQ1LTMuODQ5LDAuMTYxLTUuNTA1LDAuMTYxbDAsMA0KCQl2LTYuMTQ4YzAtMC4wNTYtMC4wMDYtMC4xNTQtMC4wMjItMC4yMDZsMCwwYy0wLjA2NS0wLjI0Ny0wLjI5My0wLjQzMS0wLjU1OS0wLjQzMWwwLDBjLTAuMTUsMC0wLjI5MywwLjA3OC0wLjQzOSwwLjIyMWwwLDANCgkJTDQuNjU1LDM5Ljk5OEwxNC45NDcsNDBIMjYuMzZDMzUuMzkzLDQwLDQwLDM0Ljc5OSw0MCwyNS4wODZsMCwwdi02Ljc4M1Y0LjcxM0wzMS4xNTMsMTMuNTd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

	background-size: 16px 16px; background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_flattr a,
.essb_links.essb_template_tiny-retina .essb_link_flattr a:hover,
.essb_links.essb_template_tiny-retina .essb_link_flattr a:focus { 
	background-color: #8CB55B;
}

.essb_links.essb_template_tiny-retina .essb_link_ok .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/ok-02.png");*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC4xMjUgMCAwIC0uMTI1IDAgMTE1LjUzNykiPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTY4LDg2Mi4zMTJjMTcuOTMsMCwzMi40OTItMTQuNTc4LDMyLjQ5Mi0zMi40ODRjMC0xNy44OTEtMTQuNTYzLTMyLjQ2OS0zMi40OTItMzIuNDY5DQoJCQljLTE3Ljg5MSwwLTMyLjQ2OSwxNC41NzgtMzIuNDY5LDMyLjQ2OUMxMzUuNTMxLDg0Ny43MzQsMTUwLjEwOSw4NjIuMzEyLDE2OCw4NjIuMzEyeiBNMTY4LDc1MS4zOTgNCgkJCWM0My4yNzMsMCw3OC40NTMsMzUuMTcyLDc4LjQ1Myw3OC40M3MtMzUuMTgsNzguNDY5LTc4LjQ1Myw3OC40NjljLTQzLjI1OCwwLTc4LjQ1My0zNS4yMTEtNzguNDUzLTc4LjQ2OQ0KCQkJUzEyNC43NDIsNzUxLjM5OCwxNjgsNzUxLjM5OCIvPg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTk5Ljc1LDY4Ny4zOThjMTUuOTYxLDMuNjI1LDMxLjM2Nyw5Ljk2MSw0NS41NDcsMTguODU5YzEwLjczNCw2Ljc2NiwxMy45NjksMjAuOTY5LDcuMjExLDMxLjcwMw0KCQkJYy02Ljc2NiwxMC43NjYtMjAuOTQ1LDE0LTMxLjcwMyw3LjIxOWMtMzIuMTI1LTIwLjIwMy03My41LTIwLjIwMy0xMDUuNjA5LDBjLTEwLjc1OCw2Ljc4MS0yNC45MzgsMy41NDctMzEuNzAzLTcuMjE5DQoJCQljLTYuNzU4LTEwLjc1OC0zLjUyMy0yNC45MzgsNy4yMTEtMzEuNzAzYzE0LjE4LTguODk4LDI5LjU4Ni0xNS4yMzQsNDUuNTQ3LTE4Ljg1OWwtNDMuODUyLTQzLjg3NQ0KCQkJYy04Ljk2OS04Ljk2OS04Ljk2OS0yMy41MTYsMC0zMi40ODRjNC40OTItNC40ODQsMTAuMzc1LTYuNzM0LDE2LjI1LTYuNzM0YzUuODgzLDAsMTEuNzczLDIuMjUsMTYuMjU4LDYuNzM0TDE2OCw2NTQuMTMyDQoJCQlsNDMuMTA5LTQzLjA5NGM4Ljk2OS04Ljk5MiwyMy41MTYtOC45OTIsMzIuNDkyLDBjOC45ODQsOC45NjksOC45ODQsMjMuNTMxLDAsMzIuNDg0TDE5OS43NSw2ODcuMzk4Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);	

	background-size: 16px 16px; background-repeat: no-repeat;}
.essb_links.essb_template_tiny-retina .essb_link_ok a,
.essb_links.essb_template_tiny-retina .essb_link_ok a:hover,
.essb_links.essb_template_tiny-retina .essb_link_ok a:focus { 
	background-color: #F4731C;
}	


.essb_links.essb_template_tiny-retina .essb_link_xing .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/xing-02.png");*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjUuMzc2LDQwIDE2Ljg3OCwyNS4xMDQgMzAuMDY4LDIgMzguOTQ1LDIgMjUuNzUzLDI1LjEwNCAzNC4yNTMsNDAgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNDI2LDI4LjUxMiAxOC4wMTgsMTcuNjU1IDEzLjA3NCw4Ljk0MiA0LjcwNiw4Ljk0MiA5LjY0NywxNy42NTUgMy4wNTUsMjguNTEyIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_xing a,
.essb_links.essb_template_tiny-retina .essb_link_xing a:hover,
.essb_links.essb_template_tiny-retina .essb_link_xing a:focus { 
	background-color: #135a5b;
}	

.essb_links.essb_template_tiny-retina .essb_link_weibo .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/weibo-02.png");*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOS45NTEsMjEuMTNjLTAuNTIzLTAuMTU5LTAuODg0LTAuMjY4LTAuNjA5LTAuOTY5YzAuNTk0LTEuNTIxLDAuNjU3LTIuODM1LDAuMDEyLTMuNzcxDQoJCWMtMS4yMDgtMS43NTctNC41MTMtMS42NjQtOC4zLTAuMDQ4YzAtMC4wMDItMS4xODksMC41My0wLjg4Ny0wLjQzMWMwLjU4NC0xLjkwNywwLjQ5NS0zLjUwNS0wLjQxMi00LjQyNw0KCQljLTIuMDU0LTIuMDkzLTcuNTE5LDAuMDc4LTEyLjIwOSw0Ljg1QzQuMDM3LDE5LjkwNywyLDIzLjY5NCwyLDI2Ljk2OWMwLDYuMjYzLDcuODksMTAuNDU0LDE1LjYxLDEwLjQ1NA0KCQljMTAuMTE5LDAsMTYuODUzLTYuMzY2LDE2Ljg1My0xMS4xMThDMzQuNDYzLDIzLjQzMywzMi4wODgsMjEuODA0LDI5Ljk1MSwyMS4xM3ogTTE3LjYzMSwzNC42MTMNCgkJYy02LjE2LDAuNjEyLTExLjQ3Ny0yLjE4OC0xMS44NzctNi4yNTVjLTAuMzk5LTQuMDY2LDQuMjctNy44NTksMTAuNDMtOC40NzJzMTEuNDc4LDIuMTg4LDExLjg3OCw2LjI1Mw0KCQlDMjguNDU5LDMwLjIwNywyMy43OTQsMzQuMDAxLDE3LjYzMSwzNC42MTN6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQwLDE2LjAyOUMzOS45OTgsOS43MDQsMzQuODY4LDQuNTc3LDI4LjU0NCw0LjU3N2MtMC43NCwwLTEuMzM5LDAuNi0xLjMzOSwxLjMzOHMwLjU5OSwxLjMzNiwxLjMzOSwxLjMzNg0KCQljNC44NTEsMCw4Ljc4MiwzLjkzNCw4Ljc4Miw4Ljc4NGMwLDAuNzM4LDAuNiwxLjMzNiwxLjMzOCwxLjMzNlM0MCwxNi43NzMsNDAsMTYuMDM1QzQwLDE2LjAzNSw0MCwxNi4wMzEsNDAsMTYuMDI5eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNC42ODksMTUuODM0Yy0wLjYxLTIuOTgxLTIuOTYzLTUuMzM0LTUuOTQ2LTUuOTQ0Yy0wLjcyMi0wLjE0OC0xLjQyOSwwLjMxNy0xLjU3NywxLjAzOQ0KCQljLTAuMTQ4LDAuNzI0LDAuMzE3LDEuNDMxLDEuMDM5LDEuNTc5YzEuOTQsMC4zOTgsMy40NjgsMS45MjYsMy44NjYsMy44NjRjMC4xNDgsMC43MjQsMC44NTUsMS4xODksMS41NzcsMS4wNDENCgkJQzM0LjM3MiwxNy4yNjMsMzQuODM4LDE2LjU1OCwzNC42ODksMTUuODM0eiIvPg0KCQ0KCQk8ZWxsaXBzZSB0cmFuc2Zvcm09Im1hdHJpeCgtMC4xOTczIC0wLjk4MDMgMC45ODAzIC0wLjE5NzMgLTguODQzMiA0Ny45ODY3KSIgZmlsbD0iI0ZGRkZGRiIgY3g9IjE1LjIyNCIgY3k9IjI3LjYxNCIgcng9IjMuODE5IiByeT0iNC41ODIiLz4NCjwvZz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_weibo a,
.essb_links.essb_template_tiny-retina .essb_link_weibo a:hover,
.essb_links.essb_template_tiny-retina .essb_link_weibo a:focus { 
	background-color: #ED1C24;
}	

.essb_links.essb_template_tiny-retina .essb_link_pocket .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/getpocket-02.png");*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuMDkzLDUuMTQ4Yy0xLjM0Mi0xLjI5LTQuOTM0LTAuODk4LTcuNzg3LTAuODk4DQoJYy02LjIzOCwwLTExLjU1MSwwLTE3LjM3LDBjLTIuODA4LDAtNi43NDktMC4zMjYtOC45ODQsMC4xNDhjLTMuNzk3LDAuODExLTIuODQ1LDUuNDg0LTIuODQ1LDkuNTg0YzAsMi40Ni0wLjA4Nyw1LjQwNywwLjE0OCw3LjQ4OQ0KCWMwLjk5Myw4LjcxNiw4LjA1NywxNS42MzYsMTYuOTIyLDE2LjMxOWM5LjMzMywwLjcxOSwxNS44MTUtNC4zMDUsMTguODY4LTEwLjE3OGMxLjE5OC0yLjMxMSwxLjk0Ni02LjE2MiwxLjk0Ni0xMC42MzYNCgljMC0xLjc0NSwwLTQuNjA0LDAtNi4yODlDMzkuOTkxLDkuMDMzLDQwLjE1LDYuMTY2LDM5LjA5Myw1LjE0OHogTTMyLjY1NCwxNi42NzhjLTAuMDc2LDEuMjkzLTEuNDg4LDIuNDY1LTIuMzk2LDMuMjkzDQoJYy0yLjM0LDIuMTQ1LTMuMzgzLDMuMTM1LTUuNjksNS4zOTVjLTAuODY1LDAuODQ2LTIuMjU1LDIuMTk3LTMuMjk2LDIuMjQ4Yy0yLjIzMSwwLjA5OC00LjU0NC0zLjIzNC02LjI4OC00Ljk0NQ0KCWMtMS4xMTctMS4wOTQtMi4wNDEtMS43OTQtMi45OTQtMi42OTdjLTEuMDM4LTAuOTgtMi41MDItMi4xMDMtMi4zOTYtMy43NGMwLjA4My0xLjMyLDEuMjUtMi4zMzIsMi4zOTYtMi4zOTgNCgljMi4wMTMtMC4xMTEsMy42ODMsMi4yNTYsNC45NCwzLjQ0N2MxLjUzMywxLjQ1MSwyLjU4MSwyLjc0NSw0LjE5Myw0LjA0YzEuNjk5LTEuNjU3LDQuMzMtMy45ODMsNi4yOTEtNS44MzkNCgljMC42Ny0wLjYzNCwxLjE3OS0xLjU3MiwyLjM5Ni0xLjY0OEMzMS4xMDQsMTMuNzUyLDMyLjc2OCwxNC43OTUsMzIuNjU0LDE2LjY3OHoiLz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_pocket a,
.essb_links.essb_template_tiny-retina .essb_link_pocket a:hover,
.essb_links.essb_template_tiny-retina .essb_link_pocket a:focus { 
	background-color: #EE4055;
}	

.essb_links.essb_template_tiny-retina .essb_link_tumblr .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-09.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMi45OTgsMTl2Ny4zMTdjMCwxLjg1Ny0wLjAyNCwyLjkyNywwLjE3MywzLjQ1NGMwLjE5NSwwLjUyMywwLjY4NiwxLjA2NiwxLjIxOSwxLjM4MQ0KCWMwLjcwOSwwLjQyNSwxLjUxNywwLjYzNywyLjQyOCwwLjYzN2MxLjYyMSwwLDIuNTc4LTAuMjE0LDQuMTgtMS4yNjd2NC44MTFjLTEuMzY2LDAuNjQzLTIuNTU5LDEuMDE5LTMuNjY2LDEuMjc4DQoJQzI2LjIyMiwzNi44NjksMjUuMDIyLDM3LDIzLjczNSwzN2MtMS40NjUsMC0yLjMyNy0wLjE4NS0zLjQ1LTAuNTUzYy0xLjEyNC0wLjM3LTIuMDgzLTAuODk5LTIuODc2LTEuNTc5DQoJYy0wLjc5NS0wLjY4NS0xLjM0Ni0xLjQxMy0xLjY1Mi0yLjE4M3MtMC40Ni0xLjg4OC0wLjQ2LTMuMzUxVjE4LjExMmgtNC4yOTR2LTQuNTMxYzEuMjU2LTAuNDA3LDIuNjYyLTAuOTkzLDMuNTU3LTEuNzU1DQoJYzAuODk3LTAuNzYzLDEuNjE2LTEuNjc4LDIuMTU4LTIuNzQ4QzE3LjI2Myw4LjAxMSwxNy42MzUsNi42NDksMTcuODM5LDVoNS4xNTl2Ny45OTloNy45OTlWMTlIMjIuOTk4eiIvPg0KPC9zdmc+DQo=);	

	background-size: 16px 16px;
	background-repeat: no-repeat;
}
.essb_links.essb_template_tiny-retina .essb_link_tumblr a,
.essb_links.essb_template_tiny-retina .essb_link_tumblr a:hover,
.essb_links.essb_template_tiny-retina .essb_link_tumblr a:focus { 
	background-color: #2c4762;
}	

.essb_links.essb_template_tiny-retina .essb_link_print .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-11.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTMsMzAgMTMsMzYgMjksMzYgMjksMzAgMjksMjYgMTMsMjYgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjksMTIgMjksNiAxMyw2IDEzLDEyIDEzLDE2IDI5LDE2IAkiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzMsMTJoLTJ2NHYySDExdi0ydi00SDljLTIsMC00LDItNCw0djEwYzAsMiwyLDQsNCw0aDJ2LTR2LTJoMjB2MnY0aDJjMiwwLDQtMiw0LTRWMTZDMzcsMTQsMzUsMTIsMzMsMTJ6DQoJCSIvPg0KPC9nPg0KPC9zdmc+DQo=);	
	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_print a,
.essb_links.essb_template_tiny-retina .essb_link_print a:hover,
.essb_links.essb_template_tiny-retina .essb_link_print a:focus { 
	background-color: #666;
}	

.essb_links.essb_template_tiny-retina .essb_link_twitter .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-02.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }

.essb_links.essb_template_tiny-retina .essb_link_google .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-03.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyIDQyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBpZD0iWE1MSURfMl8iIGNsYXNzPSJzdDAiIGQ9Ik0xLDIwLjRDMS4xLDEzLjksNyw4LjMsMTMuNSw4LjVjMy4xLTAuMSw2LDEuMiw4LjQsMy4xYy0xLDEuMS0yLjEsMi4zLTMuMiwzLjNjLTIuOC0yLTYuOS0yLjUtOS43LTAuM2MtNC4xLDIuOC00LjMsOS40LTAuMywxMi41YzMuOCwzLjUsMTEsMS43LDEyLTMuNWMtMi40LDAtNC44LDAtNy4yLTAuMWMwLTEuNCwwLTIuOCwwLTQuM2M0LDAsOCwwLDEyLDBjMC4yLDMuMy0wLjIsNi45LTIuMyw5LjdjLTMuMSw0LjQtOS40LDUuNy0xNC4yLDMuOEM0LjEsMzAuOCwwLjYsMjUuNiwxLDIwLjR6Ii8+PHBhdGggaWQ9IlhNTElEXzFfIiBjbGFzcz0ic3QwIiBkPSJNMzIuNywxNC44YzEuNCwwLDIuOCwwLDQuMSwwYzAsMS40LDAsMi44LDAsNC4yYzEuNCwwLDIuOCwwLDQuMiwwYzAsMS40LDAsMi44LDAsNC4xYy0xLjQsMC0yLjgsMC00LjIsMGMwLDEuNCwwLDIuOCwwLDQuMmMtMS40LDAtMi44LDAtNC4xLDBjMC0xLjQsMC0yLjgsMC00LjFjLTEuNCwwLTIuOCwwLTQuMiwwYzAtMS40LDAtMi44LDAtNC4xYzEuNCwwLDIuOCwwLDQuMiwwQzMyLjcsMTcuNSwzMi43LDE2LjEsMzIuNywxNC44eiIvPjwvZz48L3N2Zz4=);

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_facebook .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-01.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNi40MDUsMjIuNjg0VjM3aDYuOTY0VjIyLjc1Mmg0Ljc1NGwxLjE1LTUuOTRoLTUuODU0di00LjM1N2MwLTAuNjAyLDAuMzIxLTEuNDA2LDEuMjk2LTEuNDA2SDI4LjFWNQ0KCWgtNi4zMmMtMi4xOCwwLTUuMzk3LDIuNjg1LTUuMzk3LDUuNTR2Ni4xMDNoLTMuNjU0djYuMDE2TDE2LjQwNSwyMi42ODR6Ii8+DQo8L3N2Zz4NCg==);	
	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_pinterest .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-04.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xOC43ODUsMjYuMTY1QzE3Ljk0NSwzMC41NywxNi45MiwzNC43OTQsMTMuODgsMzdjLTAuOTM4LTYuNjU4LDEuMzc4LTExLjY1OCwyLjQ1Mi0xNi45NjYNCgljLTEuODMzLTMuMDg5LDAuMjIxLTkuMyw0LjA5LTcuNzY4YzQuNzYsMS44ODItNC4xMjEsMTEuNDc2LDEuODQsMTIuNjc0YzYuMjI2LDEuMjUyLDguNzY3LTEwLjc5OSw0LjkwNy0xNC43MTcNCgljLTUuNTc3LTUuNjYxLTE2LjIzNy0wLjEzMi0xNC45MjUsNy45NjljMC4zMTgsMS45ODEsMi4zNjUsMi41ODIsMC44MTgsNS4zMTRjLTMuNTctMC43OS00LjYzNS0zLjYwNi00LjQ5OC03LjM1OQ0KCWMwLjIyMS02LjE0Miw1LjUyLTEwLjQ0MywxMC44MzQtMTEuMDM5YzYuNzI1LTAuNzUzLDEzLjAzMywyLjQ2OCwxMy45MDIsOC43OTFjMC45OCw3LjEzNy0zLjAzMywxNC44NjUtMTAuMjIzLDE0LjMwOQ0KCUMyMS4xMzEsMjguMDU5LDIwLjMxMywyNy4wOTQsMTguNzg1LDI2LjE2NSIvPg0KPC9zdmc+DQo=);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_mail .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-10.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMSwyNS41NzFsLTMuOTYtMy40NjVMNS43MjQsMzEuODA4YzAuNDEsMC4zODUsMC45NjQsMC42MjEsMS41NzgsMC42MjFoMjcuMzk2DQoJCWMwLjYwOSwwLDEuMTYzLTAuMjM2LDEuNTc0LTAuNjIxTDI0Ljk2LDIyLjEwNkwyMSwyNS41NzF6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2LjI3NiwxMC4xOTFjLTAuNDEtMC4zODUtMC45NjQtMC42Mi0xLjU3OC0wLjYySDcuMzAyYy0wLjYwOSwwLTEuMTYzLDAuMjM4LTEuNTc0LDAuNjI0TDIxLDIzLjI4Ng0KCQlMMzYuMjc2LDEwLjE5MXoiLz4NCgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjUsMTEuNTc4IDUsMzAuNTY3IDE2LjA0NywyMS4xODEgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjUuOTUzLDIxLjE4MSAzNywzMC41NjcgMzcsMTEuNTcxIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);	
	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_mail a { color: #333; text-shadow: 0 0 0; }
.essb_links.essb_template_tiny-retina .essb_link_linkedin .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-05.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMi4yNDYsOC42NDRjMCwxLjg5LTEuMzk2LDMuNDItMy42OTEsMy40MmMtMi4xNiwwLTMuNTU1LTEuNTMtMy41NTUtMy40MmMwLTEuOTM1LDEuNDQyLTMuNDIxLDMuNjQ2LTMuNDIxDQoJQzEwLjg1LDUuMjIzLDEyLjIwMSw2LjcwOSwxMi4yNDYsOC42NDQgTTUuMTgyLDE0Ljc2Nmg2Ljg0djIyLjAwOWgtNi44NFYxNC43NjZ6IE0xNi4xMTYsMjEuNzg3YzAtMi43NDYtMC4wOS01LjA0MS0wLjE4MS03LjAyMQ0KCWg1Ljk0bDAuMzE3LDMuMDYzaDAuMTM1YzAuODk4LTEuNDQyLDMuMTA1LTMuNTU3LDYuNzk2LTMuNTU3YzQuNSwwLDcuODc2LDMuMDE2LDcuODc2LDkuNDk3djEzLjAwOWgtNi44NDFWMjQuNTc4DQoJYzAtMi44MzQtMC45OTItNC43NzEtMy40NjctNC43NzFjLTEuODksMC0zLjAxMywxLjMwNi0zLjUwOSwyLjU2NWMtMC4xODIsMC40NDktMC4yMjcsMS4wOC0wLjIyNywxLjcxMXYxMi42OTNoLTYuODQxVjIxLjc4N3oiLz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_stumbleupon .essb_icon {	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-07.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMi42ODMsMTcuODk2bDIuMTgzLDEuMDU0bDMuMjk1LTEuMDU0di0xLjkxMmMwLTMuOTM4LTMuMjExLTcuMTQ1LTcuMTYtNy4xNDUNCgljLTMuOTQ3LDAtNy4xNTgsMy4yMDYtNy4xNTgsNy4xNDV2MTAuMDMxYzAsMC45MjYtMC43NTYsMS42NzktMS42ODIsMS42NzljLTAuOTI4LDAtMS42ODItMC43NTMtMS42ODItMS42Nzl2LTQuMTk5SDV2NC4xOTkNCgljMCwzLjkzOSwzLjIxMSw3LjE0NSw3LjE2LDcuMTQ1czcuMTYtMy4yMDUsNy4xNi03LjE0NVYxNS45ODRjMC0wLjkyNSwwLjc1NC0xLjY3OSwxLjY4Mi0xLjY3OXMxLjY4NCwwLjc1NCwxLjY4NCwxLjY3OXYxLjkxMg0KCUgyMi42ODN6IE0zMS41MjMsMjEuODE2djQuMTk5YzAsMC45MjYtMC43NTYsMS42NzktMS42ODIsMS42NzljLTAuOTI4LDAtMS42ODQtMC43NTMtMS42ODQtMS42Nzl2LTQuMjg0bC0zLjI5NSwxLjA1NGwtMi4xODItMS4wNTQNCgl2NC4yODRjMCwzLjkzOSwzLjIxMSw3LjE0NSw3LjE2LDcuMTQ1YzMuOTQ3LDAsNy4xNTgtMy4yMDUsNy4xNTgtNy4xNDV2LTQuMTk5SDMxLjUyM3oiLz4NCjwvc3ZnPg0K);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }

.essb_links.essb_template_tiny-retina .essb_link_digg .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-06.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJEaWdnXzFfIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEwLjA0NCw4LjkxMnY2LjA0NEg0djAuMjU2djIuODUxdjUuODExbDAsMHYzLjE3DQoJbDAsMGwwLDBoMy41NDJsMCwwaDIuMzk0bDAsMGgzLjUwOXYtOC45MTd2LTMuMzUyVjguOTEySDEwLjA0NHogTTcuNCwyNC4wMjJ2LTYuMDQ0aDIuNjQ0djYuMDQ0SDcuNHogTTE0LjIsMTQuOTU2aDMuNHYxMi4wODhoLTMuNA0KCVYxNC45NTZ6IE0xNC4yLDguOTEyaDMuNHYzLjRoLTMuNFY4LjkxMnogTTI4LjE3NywxNC45NTZMMjguMTc3LDE0Ljk1NmgtOS4wNjV2My4xNzFsMCwwdjguOTE3aDUuNjY3djIuNjQ1aC01LjY2N3YzLjM5OWg1LjY3DQoJaDMuMzk2di01LjkwMXYtMy40MjNWMTQuOTU2TDI4LjE3NywxNC45NTZ6IE0yMi41MTEsMjQuMDIydi02LjA0NGgyLjI2OHY2LjA0NEgyMi41MTF6IE0zOCwxNC45NTZoLTkuMDY2bDAsMGwwLDB2OC45MTh2My4xN2g2LjA0NA0KCXYyLjY0NWgtNi4wNDR2My4zOTloNS45NDdIMzh2LTMuNjIzdi0yLjIzOXYtMy4zNTJ2LTUuNzQ3bDAsMFYxNC45NTZ6IE0zNC45NzgsMjQuMDIyaC0yLjY0NHYtNi4wNDRoMi42NDRWMjQuMDIyeiIvPg0KPC9zdmc+DQo=);	

	background-size: 16px 16px;
	background-repeat: no-repeat; }
.essb_links.essb_template_tiny-retina .essb_link_vk .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/m-08.png");*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNi44MywyOC4zNTljLTAuMDM5LTAuMDgzLTAuMDc1LTAuMTUyLTAuMTA4LTAuMjA4Yy0wLjU1Ni0xLTEuNjE2LTIuMjI4LTMuMTgzLTMuNjgzbC0wLjAzMy0wLjAzMw0KCWwtMC4wMTctMC4wMTdsLTAuMDE3LTAuMDE3aC0wLjAxN2MtMC43MTEtMC42NzgtMS4xNjEtMS4xMzMtMS4zNS0xLjM2NmMtMC4zNDUtMC40NDQtMC40MjItMC44OTUtMC4yMzMtMS4zNQ0KCWMwLjEzMy0wLjM0NCwwLjYzNC0xLjA3MSwxLjUtMi4xODJjMC40NTUtMC41ODksMC44MTYtMS4wNjEsMS4wODItMS40MTdjMS45MjItMi41NTUsMi43NTUtNC4xODcsMi41LTQuODk4bC0wLjEtMC4xNjcNCgljLTAuMDY2LTAuMS0wLjIzOS0wLjE5MS0wLjUxNy0wLjI3NWMtMC4yNzctMC4wODMtMC42MzMtMC4wOTctMS4wNjYtMC4wNDJsLTQuNzk4LDAuMDMzYy0wLjA3OC0wLjAyNy0wLjE4OS0wLjAyNS0wLjMzNCwwLjAwOA0KCWMtMC4xNDQsMC4wMzQtMC4yMTYsMC4wNS0wLjIxNiwwLjA1bC0wLjA4NCwwLjA0MmwtMC4wNjYsMC4wNWMtMC4wNTYsMC4wMzMtMC4xMTYsMC4wOTEtMC4xODQsMC4xNzUNCgljLTAuMDY1LDAuMDgzLTAuMTIxLDAuMTgtMC4xNjYsMC4yOTJjLTAuNTIyLDEuMzQ0LTEuMTE2LDIuNTk0LTEuNzgyLDMuNzQ5Yy0wLjQxMSwwLjY4OS0wLjc4OSwxLjI4Ni0xLjEzNCwxLjc5MQ0KCWMtMC4zNDQsMC41MDUtMC42MzMsMC44NzctMC44NjYsMS4xMTZzLTAuNDQ0LDAuNDMtMC42MzMsMC41NzVjLTAuMTg5LDAuMTQ1LTAuMzMzLDAuMjA2LTAuNDM0LDAuMTg0DQoJYy0wLjEtMC4wMjItMC4xOTMtMC4wNDQtMC4yODMtMC4wNjdjLTAuMTU1LTAuMS0wLjI4LTAuMjM2LTAuMzc1LTAuNDA4Yy0wLjA5NC0wLjE3Mi0wLjE1OC0wLjM4OS0wLjE5MS0wLjY1DQoJYy0wLjAzMy0wLjI2MS0wLjA1My0wLjQ4Ni0wLjA1OS0wLjY3NWMtMC4wMDUtMC4xODgtMC4wMDItMC40NTUsMC4wMDktMC44YzAuMDEyLTAuMzQ0LDAuMDE3LTAuNTc3LDAuMDE3LTAuNw0KCWMwLTAuNDIyLDAuMDA5LTAuODgsMC4wMjUtMS4zNzVjMC4wMTctMC40OTQsMC4wMy0wLjg4NiwwLjA0MS0xLjE3NGMwLjAxMi0wLjI4OSwwLjAxNy0wLjU5NCwwLjAxNy0wLjkxN3MtMC4wMi0wLjU3NS0wLjA1OC0wLjc1OA0KCWMtMC4wMzktMC4xODMtMC4wOTgtMC4zNjEtMC4xNzUtMC41MzNjLTAuMDc4LTAuMTcyLTAuMTkyLTAuMzA2LTAuMzQyLTAuNGMtMC4xNDktMC4wOTUtMC4zMzYtMC4xNjktMC41NTgtMC4yMjUNCgljLTAuNTg5LTAuMTMzLTEuMzM5LTAuMjA2LTIuMjUtMC4yMTdjLTIuMDY1LTAuMDIyLTMuMzkzLDAuMTExLTMuOTgxLDAuNGMtMC4yMzMsMC4xMjItMC40NDUsMC4yODktMC42MzQsMC41DQoJYy0wLjE5OSwwLjI0NC0wLjIyOCwwLjM3OC0wLjA4MywwLjRjMC42NjYsMC4xLDEuMTM5LDAuMzM4LDEuNDE2LDAuNzE2bDAuMSwwLjJjMC4wNzgsMC4xNDUsMC4xNTYsMC40LDAuMjMzLDAuNzY3DQoJYzAuMDc4LDAuMzY3LDAuMTI4LDAuNzcyLDAuMTUsMS4yMTZjMC4wNTYsMC44MTEsMC4wNTYsMS41MDUsMCwyLjA4M3MtMC4xMDgsMS4wMjctMC4xNTgsMS4zNQ0KCWMtMC4wNTEsMC4zMjItMC4xMjUsMC41ODMtMC4yMjYsMC43ODNjLTAuMSwwLjItMC4xNjYsMC4zMjItMC4xOTksMC4zNjZjLTAuMDM0LDAuMDQ0LTAuMDYyLDAuMDcyLTAuMDg0LDAuMDgzDQoJYy0wLjE0NSwwLjA1NS0wLjI5NCwwLjA4My0wLjQ0OSwwLjA4M2MtMC4xNTYsMC0wLjM0NS0wLjA3OC0wLjU2Ni0wLjIzM2MtMC4yMjMtMC4xNTYtMC40NTMtMC4zNy0wLjY5MS0wLjY0Mg0KCWMtMC4yMzktMC4yNzItMC41MDktMC42NTMtMC44MDktMS4xNDFjLTAuMy0wLjQ4OS0wLjYxMS0xLjA2Ni0wLjkzMy0xLjczM2wtMC4yNjctMC40ODNjLTAuMTY3LTAuMzExLTAuMzk1LTAuNzY0LTAuNjg0LTEuMzU4DQoJYy0wLjI4OC0wLjU5NC0wLjU0NC0xLjE2OS0wLjc2Ni0xLjcyNGMtMC4wODktMC4yMzMtMC4yMjMtMC40MTEtMC40LTAuNTMzbC0wLjA4My0wLjA1Yy0wLjA1Ni0wLjA0NC0wLjE0NS0wLjA5MS0wLjI2Ny0wLjE0Mg0KCWMtMC4xMjItMC4wNS0wLjI1LTAuMDg2LTAuMzg0LTAuMTA4bC00LjU2NCwwLjAzNGMtMC40NjcsMC0wLjc4MywwLjEwNS0wLjk1LDAuMzE2bC0wLjA2NiwwLjFDNS4wMTcsMTMuMTc4LDUsMTMuMjY3LDUsMTMuMzkNCgljMCwwLjEyMiwwLjAzMywwLjI3MiwwLjEsMC40NWMwLjY2NywxLjU2NiwxLjM5MiwzLjA3NywyLjE3NSw0LjUzMmMwLjc4MiwxLjQ1NSwxLjQ2MywyLjYyNywyLjA0LDMuNTE1DQoJYzAuNTc4LDAuODg4LDEuMTY3LDEuNzI3LDEuNzY3LDIuNTE1YzAuNiwwLjc4OSwwLjk5NywxLjI5NSwxLjE5MSwxLjUxN2MwLjE5NCwwLjIyMywwLjM0NywwLjM4OSwwLjQ1OCwwLjVsMC40MTYsMC4zOTkNCgljMC4yNjgsMC4yNjcsMC42NTgsMC41ODYsMS4xNzUsMC45NThzMS4wODksMC43MzksMS43MTcsMS4xMDFjMC42MjcsMC4zNiwxLjM1NywwLjY1NCwyLjE5LDAuODgyDQoJYzAuODMzLDAuMjI5LDEuNjQ0LDAuMzIsMi40MzMsMC4yNzVoMS45MTZjMC4zODktMC4wMzMsMC42ODMtMC4xNTUsMC44ODMtMC4zNjZsMC4wNjYtMC4wODRjMC4wNDUtMC4wNjYsMC4wODctMC4xNjksMC4xMjUtMC4zMDgNCgljMC4wMzktMC4xMzksMC4wNTktMC4yOTIsMC4wNTktMC40NThjLTAuMDEyLTAuNDc4LDAuMDI0LTAuOTA4LDAuMTA3LTEuMjkxczAuMTc4LTAuNjcyLDAuMjg0LTAuODY2DQoJYzAuMTA1LTAuMTk0LDAuMjI1LTAuMzU4LDAuMzU3LTAuNDkxYzAuMTM0LTAuMTM0LDAuMjI5LTAuMjE0LDAuMjg0LTAuMjQyYzAuMDU2LTAuMDI3LDAuMS0wLjA0NywwLjEzMy0wLjA1OA0KCWMwLjI2Ny0wLjA4OSwwLjU4LTAuMDAzLDAuOTQxLDAuMjU4czAuNywwLjU4MywxLjAxNywwLjk2N2MwLjMxNiwwLjM4MywwLjY5NywwLjgxMywxLjE0MiwxLjI5MXMwLjgzMywwLjgzMywxLjE2NiwxLjA2Ng0KCWwwLjMzMywwLjE5OWMwLjIyMywwLjEzNCwwLjUxMSwwLjI1NiwwLjg2NiwwLjM2N3MwLjY2NiwwLjEzOSwwLjkzNCwwLjA4M2w0LjI2NS0wLjA2NmMwLjQyMiwwLDAuNzUtMC4wNjksMC45ODMtMC4yMDgNCglzMC4zNzEtMC4yOTIsMC40MTYtMC40NTljMC4wNDUtMC4xNjYsMC4wNDctMC4zNTUsMC4wMDktMC41NjZDMzYuOTA4LDI4LjU5LDM2Ljg2OSwyOC40NDMsMzYuODMsMjguMzU5eiIvPg0KPC9zdmc+DQo=);	
	background-size: 16px 16px;
	background-repeat: no-repeat; }

.essb_links.essb_template_tiny-retina .essb_link_reddit .essb_icon { 	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/reddit-02.png");*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMS41LDIzLjM3NWMwLDEuMzEyLDEuMDYzLDIuMzc1LDIuMzc1LDIuMzc1czIuMzc1LTEuMDYzLDIuMzc1LTIuMzc1YzAtMS4zMTEtMS4wNjMtMi4zNzUtMi4zNzUtMi4zNzUNCglTMTEuNSwyMi4wNjQsMTEuNSwyMy4zNzV6IE0yNS43NSwyMy4zNzVjMCwxLjMxMiwxLjA2MywyLjM3NSwyLjM3NSwyLjM3NXMyLjM3NS0xLjA2MywyLjM3NS0yLjM3NWMwLTEuMzExLTEuMDYzLTIuMzc1LTIuMzc1LTIuMzc1DQoJUzI1Ljc1LDIyLjA2NCwyNS43NSwyMy4zNzV6IE0yNS44NjUsMjguNDUxYzAuNjEyLTAuNDgyLDEuNDk5LTAuMzc4LDEuOTgxLDAuMjM0YzAuNDgsMC42MSwwLjM3NSwxLjQ5OS0wLjIzNSwxLjk3OQ0KCWMtMS43MDUsMS4zNDQtNC4yOTgsMi4yMS02LjYxMSwyLjIxcy00LjkwNi0wLjg2Ni02LjYwOS0yLjIxYy0wLjYxNC0wLjQ4LTAuNzE4LTEuMzY5LTAuMjM1LTEuOTc5DQoJYzAuNDgtMC42MSwxLjM2OS0wLjcxNywxLjk3OS0wLjIzNGMwLjk4MSwwLjc3MSwyLjkyMSwxLjYwNCw0Ljg2NSwxLjYwNFMyNC44ODQsMjkuMjIyLDI1Ljg2NSwyOC40NTF6IE00MCwxOC42MjUNCgljMC0yLjYyNC0yLjEyOC00Ljc1LTQuNzUtNC43NWMtMS43ODUsMC0zLjM0LDAuOTg2LTQuMTUsMi40NDNjLTIuNDQyLTEuMzM2LTUuNDE4LTIuMTk5LTguNjU2LTIuMzk3bDIuODMyLTYuMzY1bDUuNDI3LDEuNTY2DQoJYzAuNDg4LDEuMzg1LDEuODA4LDIuMzc5LDMuMzYsMi4zNzljMS45NjcsMCwzLjU2My0xLjU5NSwzLjU2My0zLjU2M3MtMS41OTYtMy41NjMtMy41NjMtMy41NjNjLTEuMzU2LDAtMi41MzYsMC43NTktMy4xMzgsMS44NzQNCglMMjQuODgsNC41MDVjLTAuNjc2LTAuMTk2LTEuMzk0LDAuMTM4LTEuNjgsMC43ODFsLTMuODUsOC42NDZjLTMuMTYsMC4yMjMtNi4wNjIsMS4wNzctOC40NDgsMi4zODQNCgljLTAuODEzLTEuNDU3LTIuMzY3LTIuNDQyLTQuMTUyLTIuNDQyYy0yLjYyMiwwLTQuNzUsMi4xMjYtNC43NSw0Ljc1YzAsMS45NDEsMS4xNjUsMy42MDcsMi44MzMsNC4zNDYNCgljLTAuMjk3LDAuODkxLTAuNDU4LDEuODIyLTAuNDU4LDIuNzc5YzAsNi41NTgsNy40NDIsMTEuODc1LDE2LjYyNSwxMS44NzVzMTYuNjI1LTUuMzE3LDE2LjYyNS0xMS44NzUNCgljMC0wLjk1Ny0wLjE1OS0xLjg4OS0wLjQ2LTIuNzc5QzM4LjgzNSwyMi4yMzQsNDAsMjAuNTY2LDQwLDE4LjYyNXogTTM0LjA2Myw2LjYwMmMwLjczOCwwLDEuMzM2LDAuNTk4LDEuMzM2LDEuMzM2DQoJcy0wLjU5OCwxLjMzNi0xLjMzNiwxLjMzNnMtMS4zMzYtMC41OTgtMS4zMzYtMS4zMzZTMzMuMzI0LDYuNjAyLDM0LjA2Myw2LjYwMnogTTQuMzc1LDE4LjYyNWMwLTEuMzA5LDEuMDY1LTIuMzc1LDIuMzc1LTIuMzc1DQoJYzAuOTQ2LDAsMS43NjUsMC41NTcsMi4xNDYsMS4zNmMtMS4yNDEsMC45NDEtMi4yNzEsMi4wMjctMy4wMzEsMy4yMTlDNC45OTMsMjAuNDc4LDQuMzc1LDE5LjYyMiw0LjM3NSwxOC42MjV6IE0yMSwzNC44MDUNCgljLTcuNjI0LDAtMTMuODA1LTQuMDUzLTEzLjgwNS05LjA1NWMwLTUsNi4xODEtOS4wNTUsMTMuODA1LTkuMDU1czEzLjgwNSw0LjA1NCwxMy44MDUsOS4wNTUNCglDMzQuODA1LDMwLjc1MiwyOC42MjQsMzQuODA1LDIxLDM0LjgwNXogTTM2LjEzNSwyMC44MjljLTAuNzYxLTEuMTkyLTEuNzktMi4yNzgtMy4wMzEtMy4yMTljMC4zODItMC44MDMsMS4yLTEuMzYsMi4xNDYtMS4zNg0KCWMxLjMxLDAsMi4zNzUsMS4wNjYsMi4zNzUsMi4zNzVDMzcuNjI1LDE5LjYyMiwzNy4wMDcsMjAuNDc4LDM2LjEzNSwyMC44Mjl6Ii8+DQo8Zz4NCgk8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIxMy44NzUiIGN5PSIyMy4zNzUiIHI9IjIuMzc1Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI1Ljg2NSwyOC40NTFjLTAuOTgxLDAuNzcxLTIuOTIxLDEuNjA0LTQuODY1LDEuNjA0cy0zLjg4NC0wLjgzMy00Ljg2NS0xLjYwNA0KCQljLTAuNjEtMC40ODItMS40OTktMC4zNzYtMS45NzksMC4yMzRjLTAuNDgyLDAuNjEtMC4zNzksMS40OTksMC4yMzUsMS45NzljMS43MDMsMS4zNDQsNC4yOTYsMi4yMSw2LjYwOSwyLjIxDQoJCXM0LjkwNi0wLjg2Niw2LjYxMS0yLjIxYzAuNjEtMC40OCwwLjcxNi0xLjM2OSwwLjIzNS0xLjk3OUMyNy4zNjQsMjguMDczLDI2LjQ3OCwyNy45NjksMjUuODY1LDI4LjQ1MXoiLz4NCgk8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyOC4xMjUiIGN5PSIyMy4zNzUiIHI9IjIuMzc1Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQwLDE4LjYyNWMwLTIuNjI0LTIuMTI4LTQuNzUtNC43NS00Ljc1Yy0xLjc4NSwwLTMuMzQsMC45ODYtNC4xNSwyLjQ0Mw0KCQljLTIuNDQyLTEuMzM2LTUuNDE4LTIuMTk5LTguNjU2LTIuMzk3bDIuODMyLTYuMzY1bDUuNDI3LDEuNTY2YzAuNDg4LDEuMzg1LDEuODA4LDIuMzc5LDMuMzYsMi4zNzkNCgkJYzEuOTY3LDAsMy41NjMtMS41OTUsMy41NjMtMy41NjNzLTEuNTk2LTMuNTYzLTMuNTYzLTMuNTYzYy0xLjM1NiwwLTIuNTM2LDAuNzU5LTMuMTM4LDEuODc0TDI0Ljg4LDQuNTA1DQoJCWMtMC42NzYtMC4xOTYtMS4zOTQsMC4xMzgtMS42OCwwLjc4MWwtMy44NSw4LjY0NmMtMy4xNiwwLjIyMy02LjA2MiwxLjA3Ny04LjQ0OCwyLjM4NGMtMC44MTMtMS40NTctMi4zNjctMi40NDItNC4xNTItMi40NDINCgkJYy0yLjYyMiwwLTQuNzUsMi4xMjYtNC43NSw0Ljc1YzAsMS45NDEsMS4xNjUsMy42MDcsMi44MzMsNC4zNDZjLTAuMjk3LDAuODkxLTAuNDU4LDEuODIyLTAuNDU4LDIuNzc5DQoJCWMwLDYuNTU4LDcuNDQyLDExLjg3NSwxNi42MjUsMTEuODc1czE2LjYyNS01LjMxNywxNi42MjUtMTEuODc1YzAtMC45NTctMC4xNTktMS44ODktMC40Ni0yLjc3OQ0KCQlDMzguODM1LDIyLjIzNCw0MCwyMC41NjYsNDAsMTguNjI1eiBNMzQuMDYzLDYuNjAyYzAuNzM4LDAsMS4zMzYsMC41OTgsMS4zMzYsMS4zMzZzLTAuNTk4LDEuMzM2LTEuMzM2LDEuMzM2DQoJCXMtMS4zMzYtMC41OTgtMS4zMzYtMS4zMzZTMzMuMzI0LDYuNjAyLDM0LjA2Myw2LjYwMnogTTQuMzc1LDE4LjYyNWMwLTEuMzA5LDEuMDY1LTIuMzc1LDIuMzc1LTIuMzc1DQoJCWMwLjk0NiwwLDEuNzY1LDAuNTU3LDIuMTQ2LDEuMzZjLTEuMjQxLDAuOTQxLTIuMjcxLDIuMDI3LTMuMDMxLDMuMjE5QzQuOTkzLDIwLjQ3OCw0LjM3NSwxOS42MjIsNC4zNzUsMTguNjI1eiBNMjEsMzQuODA1DQoJCWMtNy42MjQsMC0xMy44MDUtNC4wNTMtMTMuODA1LTkuMDU1YzAtNSw2LjE4MS05LjA1NSwxMy44MDUtOS4wNTVzMTMuODA1LDQuMDU0LDEzLjgwNSw5LjA1NQ0KCQlDMzQuODA1LDMwLjc1MiwyOC42MjQsMzQuODA1LDIxLDM0LjgwNXogTTM2LjEzNSwyMC44MjljLTAuNzYxLTEuMTkyLTEuNzktMi4yNzgtMy4wMzEtMy4yMTljMC4zODItMC44MDMsMS4yLTEuMzYsMi4xNDYtMS4zNg0KCQljMS4zMSwwLDIuMzc1LDEuMDY2LDIuMzc1LDIuMzc1QzM3LjYyNSwxOS42MjIsMzcuMDA3LDIwLjQ3OCwzNi4xMzUsMjAuODI5eiIvPg0KPC9nPg0KPC9zdmc+DQo=);	
	background-size: 16px 16px;
	background-repeat: no-repeat; }

.essb_links.essb_template_tiny-retina a:hover,
.essb_links.essb_template_tiny-retina a:focus {
	color: #FFF!important;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* W3C */

	/*box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 0 5px rgba(155,155,155,.38);*/
	background-clip: padding-box;
 -webkit-transition: background 0.05s linear;
        -moz-transition: background 0.05s linear;
        -ms-transition: background 0.05s linear;
        -o-transition: background 0.05s linear;
        transition: background 0.05s linear;
}

.essb_links.essb_template_tiny-retina .essb_link_del .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/del-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMC4zMywyMC43MzZjMC4yNywwLDAuNDk1LDAuMDk1LDAuNjcsMC4yODRjMC4xNzUsMC4xOSwwLjI2NCwwLjQxOSwwLjI2NCwwLjY4OHYxNy4xOTYNCgkJYzAsMC4yNzEtMC4wODksMC40OTMtMC4yNjQsMC42N2MtMC4xNzUsMC4xNzYtMC40LDAuMjYyLTAuNjcsMC4yNjJIMi45NzNjLTAuMjcsMC0wLjUwMS0wLjA4Ni0wLjY5LTAuMjYyDQoJCUMyLjA5NSwzOS4zOTgsMiwzOS4xNzYsMiwzOC45MDVWMjEuNzA5YzAtMC4yNywwLjA5NS0wLjQ5OCwwLjI4Mi0wLjY4OGMwLjE4OS0wLjE4OSwwLjQyMS0wLjI4NCwwLjY5LTAuMjg0SDIwLjMzTDIwLjMzLDIwLjczNnoiDQoJCS8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIwLjY5NSwzLjEzNmMwLTAuMjcsMC4wOTUtMC41MDEsMC4yODQtMC42OWMwLjE4OS0wLjE4OCwwLjQxOC0wLjI4MiwwLjY4OC0wLjI4MmgxNy4zNTkNCgkJYzAuMjcsMCwwLjQ5OCwwLjA5NSwwLjY4OCwwLjI4MkMzOS45MDUsMi42MzUsNDAsMi44NjYsNDAsMy4xMzZ2MTcuMTU1YzAsMC4yNzEtMC4wOTUsMC40OTktMC4yODQsMC42ODgNCgkJYy0wLjE5LDAuMTg5LTAuNDE5LDAuMjg0LTAuNjg4LDAuMjg0SDIxLjY2OGMtMC4yNzEsMC0wLjQ5OS0wLjA5NS0wLjY4OC0wLjI4NHMtMC4yODQtMC40MTgtMC4yODQtMC42ODhWMy4xMzZMMjAuNjk1LDMuMTM2DQoJCUwyMC42OTUsMy4xMzZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

	background-size: 16px 16px; }
.essb_links.essb_template_tiny-retina .essb_link_del a,
.essb_links.essb_template_tiny-retina .essb_link_del a:hover,
.essb_links.essb_template_tiny-retina .essb_link_del a:focus { 
	background-color: #3399FF;
	color: #fff;
}

.essb_links.essb_template_tiny-retina .essb_link_buffer .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/buffer-02.png") 0 0 no-repeat;*/ 
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNDAsMTMuODI4IDIxLDMuNTAxIDIsMTMuODI4IDIxLDI0LjE1OCAJIi8+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyMSwyNy40ODkgNS41MzEsMTkuMDg0IDIsMjEuMDAyIDIxLDMxLjMyNCA0MCwyMS4wMDIgMzYuNDY5LDE5LjA4NCAJIi8+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyMSwzNC42NiA1LjUzMSwyNi4yNTMgMiwyOC4xNyAyMSwzOC40OTkgNDAsMjguMTcgMzYuNDY5LDI2LjI1MyAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);	
background-size: 16px 16px;}
.essb_links.essb_template_tiny-retina .essb_link_buffer a,
.essb_links.essb_template_tiny-retina .essb_link_buffer a:hover,
.essb_links.essb_template_tiny-retina .essb_link_buffer a:focus { 
	background-color: #111111;
	color: #fff;
}	

.essb_links.essb_template_tiny-retina .essb_link_love .essb_icon { 
	/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/love-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNSwxNi43OTNjMCwyLjM2MS0xLjAxOCw0LjQ4NC0yLjYzOSw1Ljk1N2gwLjAxNGwtOC43NSw4Ljc1Yy0wLjg3NSwwLjg3NS0xLjc1LDEuNzUtMi42MjUsMS43NQ0KCXMtMS43NS0wLjg3NS0yLjYyNS0xLjc1bC04Ljc1LTguNzVoMC4wMTRDOC4wMTgsMjEuMjc4LDcsMTkuMTU0LDcsMTYuNzkzYzAtNC40NDIsMy42MDItOC4wNDMsOC4wNDMtOC4wNDMNCgljMi4zNjEsMCw0LjQ4NCwxLjAxOCw1Ljk1NywyLjYzOWMxLjQ3My0xLjYyMSwzLjU5Ni0yLjYzOSw1Ljk1Ny0yLjYzOUMzMS4zOTgsOC43NSwzNSwxMi4zNTEsMzUsMTYuNzkzeiIvPg0KPC9zdmc+DQo=);	

	background-size: 16px 16px; }
.essb_links.essb_template_tiny-retina .essb_link_love a,
.essb_links.essb_template_tiny-retina .essb_link_love a:hover,
.essb_links.essb_template_tiny-retina .essb_link_love a:focus { 
	background-color: #ED1C24;
	color: #fff;
}	

.essb_links.essb_template_tiny-retina .essb_link_twitter a,
.essb_links.essb_template_tiny-retina .essb_link_twitter a:hover,
.essb_links.essb_template_tiny-retina .essb_link_twitter a:focus { 
	border: 0px solid #0092ba;
	background-color: #65CCEF;
}

.essb_links.essb_template_tiny-retina .essb_link_google a,
.essb_links.essb_template_tiny-retina .essb_link_google a:hover,
.essb_links.essb_template_tiny-retina .essb_link_google a:focus { 
	border: 0px solid #ab2b1d;
	background-color: #EA4335;
 }
.essb_links.essb_template_tiny-retina .essb_link_facebook a,
.essb_links.essb_template_tiny-retina .essb_link_facebook a:hover,
.essb_links.essb_template_tiny-retina .essb_link_facebook a:focus { 
	border: 0px solid #314b83;
	background-color: #4769A5;
}
.essb_links.essb_template_tiny-retina .essb_link_pinterest a,
.essb_links.essb_template_tiny-retina .essb_link_pinterest a:hover,
.essb_links.essb_template_tiny-retina .essb_link_pinterest a:focus { 
	border: 0px solid #ae1319;
	background-color: #cd252b;
 }
.essb_links.essb_template_tiny-retina .essb_link_digg a,
.essb_links.essb_template_tiny-retina .essb_link_digg a:hover,
.essb_links.essb_template_tiny-retina .essb_link_digg a:focus { 
	border: 0px solid #15487b;
	background-color: #1b5791;	
}
.essb_links.essb_template_tiny-retina .essb_link_linkedin a,
.essb_links.essb_template_tiny-retina .essb_link_linkedin a:hover,
.essb_links.essb_template_tiny-retina .essb_link_linkedin a:focus { 
	border: 0px solid #278cc0;
	background-color: #2ba3e1;
 }
.essb_links.essb_template_tiny-retina .essb_link_stumbleupon a,
.essb_links.essb_template_tiny-retina .essb_link_stumbleupon a:hover,
.essb_links.essb_template_tiny-retina .essb_link_stumbleupon a:focus { 
	border: 0px solid #cf3f1e;
	background-color: #eb4723;
 }
 .essb_links.essb_template_tiny-retina .essb_link_vk a,
.essb_links.essb_template_tiny-retina .essb_link_vk a:hover,
.essb_links.essb_template_tiny-retina .essb_link_vk a:focus { 
	border: 0px solid #325d88;
	background-color: #5d83aa;
 }
.essb_links.essb_template_tiny-retina .essb_link_mail a,
.essb_links.essb_template_tiny-retina .essb_link_mail a:hover,
.essb_links.essb_template_tiny-retina .essb_link_mail a:focus { 
	background-color: #888;
	color: #fff!important;
	
}

.essb_links.essb_template_tiny-retina .essb_link_reddit a,
.essb_links.essb_template_tiny-retina .essb_link_reddit a:hover,
.essb_links.essb_template_tiny-retina .essb_link_reddit a:focus { 
	background-color: #333;
	color: #fff!important;
	
}

/* special if names are hidden */
.essb_links.essb_template_tiny-retina .essb_hide_name li a, .essb_links.essb_template_tiny-retina .essb_force_hide li a {
	padding: 4px 8px;;
}
/*.essb_links.essb_template_tiny-retina .essb_hide_name a .essb_icon, .essb_links.essb_template_tiny-retina .essb_force_hide a .essb_icon,
.essb_links.essb_template_tiny-retina .essb_hide_name a .essb_network_name, .essb_links.essb_template_tiny-retina .essb_force_hide a .essb_network_name {
	display: none;
}*/
.essb_links.essb_template_tiny-retina .essb_hide_name a .essb_network_name, .essb_links.essb_template_tiny-retina .essb_force_hide a .essb_network_name {
	max-width:0;
	white-space: nowrap!important;
	overflow: hidden;
}
.essb_links.essb_template_tiny-retina .essb_hide_name a .essb_icon, .essb_links.essb_template_tiny-retina .essb_force_hide a .essb_icon { margin-right:0; }

.essb_links.essb_template_tiny-retina .essb_hide_name a .essb_network_name { -webkit-transition: max-width .4s; transition: max-width .4s;}
.essb_links.essb_template_tiny-retina .essb_hide_name a .essb_icon { -webkit-transition: margin .4s; transition: margin .4s;}
.essb_links.essb_template_tiny-retina .essb_hide_name a:hover .essb_network_name, .essb_links.essb_template_tiny-retina .essb_hide_name a:focus .essb_network_name { max-width:420px; }
.essb_links.essb_template_tiny-retina .essb_hide_name a:hover .essb_icon, .essb_links.essb_template_tiny-retina .essb_hide_name a:focus .essb_icon { }
.essb_links.essb_template_tiny-retina .essb_counter,
.essb_links.essb_template_tiny-retina .essb_totalcount {
	position: relative;
	right: -2px; top: 1px;
	display: inline-block;
	padding: 5px 4px 3px;
	border: 1px solid #ddd;
	border-right-width: 0;
	vertical-align: 0;
	font-size: 10px;
	font-weight: 500;
	font-family: Roboto, "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
	color: #999;
	background: #fff;

	/*box-shadow: 0 0 4px rgba(0,0,0,0.15);*/
}

.essb_links.essb_template_tiny-retina .essb_counter, .essb_links.essb_template_tiny-retina .essb_counter_right {line-height: 16px;}

.essb_links.essb_template_tiny-retina .essb_counter:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top:-4px;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}

.essb_links.essb_template_tiny-retina .essb_counter_right {
	position: relative;
	right: 5px; top: 1px;
	display: inline-block;
	padding: 5px 4px 3px;
	border: 1px solid #ddd;
	border-left-width: 0;
	vertical-align: 0;
	font-size: 10px;
	font-weight: 500;
	font-family: Roboto, "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
	color: #999;
	background: #fff;

	/*border-radius: 0px 5px 5px 0px;*/
	/*box-shadow: 0 0 4px rgba(0,0,0,0.15);*/
}


.essb_links.essb_template_tiny-retina .essb_counter_right:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top:-4px;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}

.essb_links.essb_template_tiny-retina .essb_totalcount {
	border: 0px;
	top: -2px;
	font-size: 11px;
	font-family: Roboto, "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
	font-weight:500;
	/*border-radius: 3px 3px;*/
}

.essb_links.essb_template_tiny-retina .essb_t_r_big {
	border: 0px !important;
	border-right-width: 0px !important;
	font-size: 16px !important;
	font-weight: bold;
}

.essb_links.essb_template_tiny-retina.essb_fixed {
	position: fixed;
	top: 0;
	background: #fff;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index: 2000;

}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
width: 100% !important;
}

.fb-like span{overflow:visible !important; width:450px !important; margin-right:-375px;}

.essb_links.essb_template_tiny-retina .essb_t_l { margin-right: 10px; }

.essb_links.essb_template_tiny-retina .essb_t_l_big {
	border: 0px !important;
	border-right-width: 0px !important;
	font-size: 16px !important;
	font-weight: bold;
	margin-right: 10px;
}

/* modern counters */
.essb_links.essb_template_tiny-retina.essb_counter_modern_left .essb_counter {
	right: -4px;
	margin-right: 10px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 30px;
	text-align: center;
	background: #E6E7E9;
	color: #666;
	border: 0px;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_left .essb_counter:after {
	border-left: 6px solid #E6E7E9;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_left .essb_totalcount, .essb_links.essb_template_tiny-retina.essb_counter_modern_right .essb_totalcount, 
.essb_links.essb_template_tiny-retina.essb_counter_modern_top .essb_totalcount, .essb_links.essb_template_tiny-retina.essb_counter_modern_top_mini .essb_totalcount {
	background: none;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_top .essb_counter {
	right: 0px;
	margin-bottom: 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 30px;
	text-align: center;
	background: #E6E7E9;
	color: #666;
	border: 0px;
	display: block;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_top .essb_counter:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #E6E7E9;
top: 100%;
	left: 50%;
	right:6px;
	margin-top: -2px;
	margin-left: -6px;
	margin-right: 6px;
}

.essb_counter_modern_top.essb_links.essb_template_tiny-retina li,
.essb_counter_modern_top.essb_links.essb_template_tiny-retina li a, .essb_counter_modern_top.essb_links.essb_template_tiny-retina li a .essb_icon,
.essb_counter_modern_top.essb_links.essb_template_tiny-retina li a, .essb_counter_modern_top.essb_links.essb_template_tiny-retina li a .essb_network_name { 
	vertical-align: bottom;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_top_mini .essb_counter {
	display: block;
	right: 0px;
	top:6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
	text-align: center;
	background: #34495e;
	color: #fff;
	border: 0px;
	padding: 2px 2px 2px;
	width: 24px;
	font-size: 9px;
	font-weight: 500;
	margin-top: -5px;
	border-bottom: 1px solid #fff;	
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_top_mini .essb_counter:after {
	border-left: 0px solid #E6E7E9;
}

.essb_counter_modern_top_mini.essb_links.essb_template_tiny-retina li,
.essb_counter_modern_top_mini.essb_links.essb_template_tiny-retina li a, .essb_counter_modern_top_mini.essb_links.essb_template_tiny-retina li a .essb_icon,
.essb_counter_modern_top_mini.essb_links.essb_template_tiny-retina li a, .essb_counter_modern_top_mini.essb_links.essb_template_tiny-retina li a .essb_network_name { 
	vertical-align: bottom;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_right .essb_counter_right {
	right: 4px;
	margin-left: 5px;
	margin-right: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
	width: 30px;
	text-align: center;
	background: #E6E7E9;
	color: #666;
	border: 0px;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_right .essb_counter_right:before {
	border-right: 6px solid #E6E7E9;
}

.essb_links.essb_template_tiny-retina.essb_displayed_postfloat .essb_totalcount_item .essb_t_r_big {
	margin-left: -5px;
	text-align: center;
	margin-top: -10px;
}

.essb_links.essb_template_tiny-retina.essb_displayed_postfloat .essb_totalcount_item .essb_t_l_big {
	margin-left: -5px;
	text-align: center;
	margin-bottom: -10px;
}

.essb_links.essb_template_tiny-retina .essb_counter_insidename {
	padding-left: 5px;
	font-weight: bold;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_bottom.essb_counters .essb_icon {
	display: block !important;
	text-align: center;
	margin-right: 0px !important;
}
.essb_links.essb_template_tiny-retina .essb_counter_bottom {
	display: block;
	font-weight: bold;
	text-align: center;
	width: 16px;
	font-size: 11px;
}

.essb_links.essb_template_tiny-retina.essb_counter_modern_bottom.essb_counters li a {
	line-height: 16px;
}

.essb_links.essb_template_tiny-retina .essb_totalcount {
	background-color: transparent;
	background: none;
}

.essb_links_right { text-align: right; }
.essb_links_center { text-align: center; }
.essb_hide_icon .essb_icon { display: none !important; }

.essb_nospace li a { margin-right: 0px !important; }

.essb_links.essb_template_tiny-retina .essb_totalcount {
	border: 0px;
	color: #444;
}

.essb_links.essb_template_tiny-retina li a .essb_network_name { margin-left: 3px;}
.essb_links.essb_template_tiny-retina li a .essb_noname { margin-left: 0px;}

.essb_links.essb_template_tiny-retina.essb_nospace li a {border-radius: 0px;}
.essb_links.essb_template_tiny-retina.essb_nospace li:first-child a {border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.essb_links.essb_template_tiny-retina.essb_nospace li:last-child a {border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
.essb_links.essb_template_tiny-retina .essb_totalcount_item_before .essb_t_before, .essb_links.essb_template_tiny-retina .essb_totalcount_item_after .essb_t_after { font-size: 12pt; font-weight: bold; }


	.essb_links.essb_template_tiny-retina .essb_link_blogger .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNy4yLDM4YzUuOSwwLDEwLjctNC44LDEwLjgtMTAuN2wwLjEtOC43bC0wLjEtMC41bC0wLjMtMC42bC0wLjUtMC40Yy0wLjYtMC41LTMuOCwwLTQuNi0wLjdjLTAuNi0wLjYtMC43LTEuNi0wLjktMi45Yy0wLjMtMi42LTAuNi0yLjgtMS0zLjZjLTEuNS0zLjItNS41LTUuNS04LjMtNS45aC03LjVDOC44LDQsNCw4LjgsNCwxNC43djEyLjVDNCwzMy4yLDguOCwzOCwxNC44LDM4SDI3LjJ6IE0xNC45LDEyLjhoNmMxLjEsMCwyLjEsMC45LDIuMSwyLjFjMCwxLjEtMC45LDIuMS0yLjEsMi4xaC02Yy0xLjEsMC0yLjEtMC45LTIuMS0yLjFDMTIuOSwxMy43LDEzLjgsMTIuOCwxNC45LDEyLjhMMTQuOSwxMi44eiBNMTIuOSwyNy4xYzAtMS4xLDAuOS0yLDIuMS0yaDEyLjFjMS4xLDAsMi4xLDAuOSwyLjEsMmMwLDEuMS0wLjksMi0yLjEsMkgxNC45QzEzLjgsMjkuMiwxMi45LDI4LjIsMTIuOSwyNy4xTDEyLjksMjcuMXogTTEyLjksMjcuMSIvPjwvZz48L3N2Zz4=);	
	
		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_blogger a,
	.essb_links.essb_template_tiny-retina .essb_link_blogger a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_blogger a:focus { 
		background-color: #f59038;
	}
	
	.essb_links.essb_template_tiny-retina .essb_link_amazon .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00LjIsMjkuM0M0LjEsMjkuMiw0LDI5LjEsNCwyOWMwLTAuMSwwLTAuMSwwLjEtMC4xYzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xYzAuMSwwLDAuMiwwLDAuMywwLjFjMi40LDEuMyw1LDIuNCw3LjgsMy4xYzIuOCwwLjgsNS44LDEuMSw4LjgsMS4xYzEuOSwwLDMuOS0wLjIsNS45LTAuNWMyLTAuMyw0LTAuOSw2LTEuNmMwLjEtMC4xLDAuMy0wLjEsMC40LTAuMWMwLjEsMCwwLjMtMC4xLDAuNC0wLjJjMC4xLTAuMSwwLjMtMC4xLDAuNCwwYzAuMSwwLDAuMiwwLjEsMC4zLDAuMmMwLDAuMSwwLjEsMC4xLDAuMSwwLjJjMCwwLjItMC4xLDAuMy0wLjMsMC40Yy0wLjIsMC4yLTAuNSwwLjMtMC43LDAuNWMtMC4yLDAuMS0wLjUsMC4zLTAuNywwLjRjLTEuOCwxLTMuOCwxLjctNiwyLjJjLTIuMiwwLjUtNC4zLDAuNy02LjMsMC43Yy0zLjIsMC02LjMtMC41LTkuMS0xLjZDOC45LDMyLjYsNi40LDMxLjEsNC4yLDI5LjN6IE0yNCwxMy42YzAtMC40LDAtMC44LDAtMS4zYzAtMC40LTAuMS0wLjgtMC40LTEuMmMtMC4yLTAuMy0wLjUtMC42LTAuOS0wLjdjLTAuNC0wLjEtMC43LTAuMi0xLjEtMC4yaC0wLjNjLTAuNiwwLjEtMS4yLDAuMy0xLjcsMC42Yy0wLjUsMC4zLTAuOCwwLjgtMSwxLjVjMCwwLjEtMC4xLDAuMy0wLjIsMC40Yy0wLjEsMC4xLTAuMiwwLjItMC40LDAuM2wtMy41LTAuNGMtMC4xLDAtMC4zLTAuMS0wLjQtMC4yYy0wLjEtMC4xLTAuMi0wLjMtMC4xLTAuNWMwLjItMC45LDAuNS0xLjcsMS0yLjNjMC41LTAuNiwxLjEtMS4xLDEuNy0xLjVjMC43LTAuNCwxLjQtMC43LDIuMi0wLjljMC44LTAuMiwxLjYtMC4zLDIuNC0wLjRoMC43YzAuOSwwLDEuOCwwLjEsMi44LDAuNGMxLDAuMiwxLjksMC43LDIuNiwxLjNjMC40LDAuNCwwLjgsMC44LDEsMS4yYzAuMiwwLjQsMC40LDAuOSwwLjQsMS40YzAuMSwwLjUsMC4xLDEsMC4xLDEuNXYxLjZ2NS4zYzAsMC44LDAuMSwxLjQsMC40LDEuOWMwLjMsMC40LDAuNiwwLjksMC45LDEuM2MwLjEsMC4xLDAuMiwwLjMsMC4yLDAuNGMwLDAuMi0wLjEsMC4zLTAuMiwwLjRjLTAuMywwLjMtMC44LDAuNy0xLjQsMS4xcy0xLDAuOC0xLjQsMS4xYy0wLjMsMC4yLTAuNiwwLjItMC45LDBjLTAuNi0wLjUtMS0wLjgtMS4yLTEuMWwtMC45LTFjLTAuNiwwLjYtMS4xLDEtMS43LDEuM2MtMC42LDAuMy0xLjEsMC42LTEuNywwLjdjLTAuOCwwLjItMS42LDAuMi0yLjYsMC4yYy0xLjUsMC0yLjgtMC40LTMuOC0xLjNjLTEtMC44LTEuNS0yLjEtMS41LTMuOGMwLTEuNCwwLjMtMi42LDEtMy41YzAuNy0wLjksMS42LTEuNiwyLjgtMi4xYzAuNi0wLjMsMS4yLTAuNSwxLjktMC42YzAuNy0wLjEsMS40LTAuMiwyLjEtMC4zYzAuNS0wLjEsMS0wLjEsMS40LTAuMWMwLjQsMCwwLjktMC4xLDEuMy0wLjFMMjQsMTMuNkwyNCwxMy42eiBNMjQsMTYuOGMtMC41LDAtMC45LDAtMS40LDBjLTAuNSwwLTAuOSwwLjEtMS4zLDAuMmMtMC43LDAuMi0xLjQsMC42LTEuOSwxLjFjLTAuNSwwLjUtMC44LDEuMi0wLjgsMi4xYzAsMC43LDAuMiwxLjQsMC42LDEuOGMwLjQsMC41LDAuOSwwLjcsMS42LDAuN2MwLjEsMCwwLjIsMCwwLjMsMGMwLjEsMCwwLjIsMCwwLjIsMGMwLjktMC4yLDEuNi0wLjcsMi0xLjVjMC40LTAuNiwwLjYtMS4yLDAuNi0xLjhjMC0wLjYsMC0xLjIsMC0xLjlMMjQsMTYuOEwyNCwxNi44eiBNMzUuNiwzMy44Yy0wLjEsMC4xLTAuMywwLjItMC40LDAuMWMtMC4xLTAuMS0wLjItMC4yLTAuMS0wLjNsMC40LTFjMC4yLTAuNCwwLjMtMC44LDAuNC0xLjJjMC4xLTAuNCwwLjItMC43LDAuMy0xLjFjMC0wLjMsMC0wLjUtMC4xLTAuN2MtMC4yLTAuMi0wLjYtMC40LTEuMS0wLjRjLTAuMSwwLTAuMiwwLTAuNCwwYy0wLjUsMC0xLDAtMS40LDAuMWMtMC4zLDAuMS0wLjUsMC4xLTAuNywwLjFjLTAuMiwwLTAuNSwwLTAuNywwLjFjLTAuMiwwLTAuMy0wLjEtMC4zLTAuMWMwLTAuMSwwLTAuMiwwLjItMC4zYzAuNC0wLjMsMC45LTAuNSwxLjUtMC43YzAuNS0wLjEsMS0wLjIsMS41LTAuMmMwLjMsMCwwLjYsMCwwLjksMGMwLjIsMCwwLjQsMCwwLjYsMGMwLjUsMCwwLjksMC4xLDEuMiwwLjFjMC4zLDAuMSwwLjUsMC4xLDAuNiwwLjJjMCwwLjEsMC4xLDAuMSwwLjEsMC4yYzAsMC4xLDAsMC4yLDAsMC4zdjAuMmMwLDAuMy0wLjEsMC42LTAuMiwxYy0wLjEsMC40LTAuMywwLjgtMC40LDEuMmMtMC4yLDAuNC0wLjQsMC44LTAuNywxLjJDMzYuNCwzMy4yLDM2LDMzLjUsMzUuNiwzMy44eiIvPjwvZz48L3N2Zz4=);	
	
		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_amazon a,
	.essb_links.essb_template_tiny-retina .essb_link_amazon a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_amazon a:focus { 
		background-color: #111111;
	}
	
	.essb_links.essb_template_tiny-retina .essb_link_yahoomail .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zOCwyOS41YzAsMC43LTAuMiwxLjQtMC41LDJsLTEwLjctMTJsMTAuNi05LjNjMC40LDAuNywwLjcsMS40LDAuNywyLjNMMzgsMjkuNUwzOCwyOS41eiBNMjEsMjEuN0wzNS44LDguOGMtMC42LTAuMy0xLjMtMC41LTItMC41SDguMmMtMC43LDAtMS40LDAuMi0yLDAuNUwyMSwyMS43eiBNMjUuMSwyMC45bC0zLjQsM2MtMC4yLDAuMi0wLjQsMC4zLTAuNywwLjNjLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtMy40LTNMNiwzMy4xYzAuNywwLjQsMS40LDAuNywyLjIsMC43aDI1LjVjMC44LDAsMS42LTAuMiwyLjItMC43TDI1LjEsMjAuOXogTTQuNywxMC4yQzQuMiwxMC45LDQsMTEuNyw0LDEyLjV2MTdjMCwwLjcsMC4yLDEuNCwwLjUsMmwxMC43LTEyTDQuNywxMC4yeiIvPjwvZz48L3N2Zz4=);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_yahoomail a,
	.essb_links.essb_template_tiny-retina .essb_link_yahoomail a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_yahoomail a:focus { 
		background-color: #511295;
	}
	
	.essb_links.essb_template_tiny-retina .essb_link_gmail .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00LDguN3YyNC42aDM0VjguN0g0eiBNMjguOSw5LjVMMjEsMTcuNGwtOC44LTcuOEgyOC45eiBNOC42LDEzLjVsOS41LDguMmwtOS41LDcuM0M4LjYsMjguOSw4LjYsMTMuNSw4LjYsMTMuNXogTTMzLjQsMzIuNUg4LjZ2LTIuMmwxMC4xLTcuOGwyLjMsMi4zbDIuNC0yLjNsMTAsNy44VjMyLjV6IE0zMy40LDI4LjlsLTkuMi03LjVsOS4yLTkuMVYyOC45eiIvPjwvZz48L3N2Zz4=);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_gmail a,
	.essb_links.essb_template_tiny-retina .essb_link_gmail a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_gmail a:focus { 
		background-color: #dd4b39;
	}
	
	.essb_links.essb_template_tiny-retina .essb_link_newsvine .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGlkPSJOZXdzdmluZSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTIyLjIsMjZsNC4xLTNjMC40LDAuMiwwLjgsMC40LDEuMywwLjRjMS4zLDAsMi40LTEuMSwyLjQtMi40YzAtMS4zLTEuMS0yLjQtMi40LTIuNGMtMS4zLDAtMi40LDEuMS0yLjQsMi40YzAsMC4xLDAsMC4yLDAsMC4zbC0zLDIuMXYtNi43bDQuMS0zYzAuNCwwLjIsMC44LDAuNCwxLjMsMC40YzEuMywwLDIuNC0xLjEsMi40LTIuNHMtMS4xLTIuNC0yLjQtMi40Yy0xLjMsMC0yLjQsMS4xLTIuNCwyLjRjMCwwLjEsMCwwLjIsMCwwLjNsLTMsMi4yVjRoLTIuM3Y1LjRsLTMtMi4yYzAtMC4xLDAtMC4zLDAtMC40YzAtMS4zLTEuMS0yLjQtMi40LTIuNGMtMS4zLDAtMi40LDEuMS0yLjQsMi40YzAsMS4zLDEuMSwyLjQsMi40LDIuNGMwLjQsMCwwLjgtMC4xLDEuMi0wLjNsNC4yLDN2Ni43bC0zLTIuMmMwLTAuMSwwLTAuMywwLTAuNGMwLTEuMy0xLjEtMi40LTIuNC0yLjRjLTEuMywwLTIuNCwxLjEtMi40LDIuNGMwLDEuMywxLjEsMi40LDIuNCwyLjRjMC40LDAsMC44LTAuMSwxLjItMC4zbDQuMiwzdjcuMWwtMy0yLjJjMC0wLjEsMC0wLjMsMC0wLjRjMC0xLjMtMS4xLTIuNC0yLjQtMi40Yy0xLjMsMC0yLjQsMS4xLTIuNCwyLjRjMCwxLjMsMS4xLDIuNCwyLjQsMi40YzAuNCwwLDAuOC0wLjEsMS4yLTAuM2w0LjIsM1YzOEgyMGgyLjFoMC4xdi0yLjRsNC4xLTIuOWMwLjQsMC4yLDAuOCwwLjQsMS4zLDAuNGMxLjMsMCwyLjQtMS4xLDIuNC0yLjRjMC0xLjMtMS4xLTIuNC0yLjQtMi40Yy0xLjMsMC0yLjQsMS4xLTIuNCwyLjRjMCwwLjEsMCwwLjIsMCwwLjNsLTMsMi4xTDIyLjIsMjZMMjIuMiwyNnoiLz48L2c+PC9zdmc+);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_newsvine a,
	.essb_links.essb_template_tiny-retina .essb_link_newsvine a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_newsvine a:focus { 
		background-color: #0d642e;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_hackernews .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNy40LDRjLTEuMywyLjItNiwxMC40LTYuMSwxMC40aC0wLjFjMCwwLTQuNi04LjItNS45LTEwLjRINy41bDEwLjIsMTYuNVYzOGg2LjhWMjAuNUwzNC41LDRIMjcuNHoiLz48L2c+PC9nPjwvc3ZnPg==);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_hackernews a,
	.essb_links.essb_template_tiny-retina .essb_link_hackernews a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_hackernews a:focus { 
		background-color: #f08641;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_evernote .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGlkPSJFdmVybm90ZSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEzLjQsMTEuM2wtNS41LDBsNi45LTYuOWwwLDUuNkwxMy40LDExLjN6IE0zMi45LDguNmMtMC42LTEtMy43LTIuMi01LjMtMi4yYy0xLjYsMC00LjEsMC00LjEsMFMyMi4yLDQsMTkuMSw0Yy0zLjEsMC0yLjksMS40LTIuOSwyLjZ2NC44bC0xLjQsMS41SDguM2MwLDAtMS44LDEuMi0xLjgsMy44YzAsMi42LDAuOCwxMS43LDYuMywxMi42YzYuNSwxLDcuNi0yLDcuNi0yLjRjMC0xLjUsMC0zLjgsMC0zLjhzMS45LDMuNiw0LjcsMy42YzIuOSwwLDQuNSwxLjYsNC41LDMuM2MwLDEuNywwLDMuMSwwLDMuMXMtMC4xLDItMS44LDJjLTEuNywwLTMuNiwwLTMuNiwwUzIzLDM0LjIsMjMsMzIuOWMwLTEuMywwLjYtMS42LDEuMi0xLjZjMC43LDAsMS4yLDAuMSwxLjIsMC4xdi0yLjdjMCwwLTUuNCwwLTUuNCw0LjFjMCw0LjEsMi44LDUuMiw1LjEsNS4yYzIuMywwLDMuNywwLDMuNywwczYuNy0wLjksNi43LTE0QzM1LjUsMTAuOCwzMy41LDkuNiwzMi45LDguNnogTTI2LjIsMjAuNGMwLDAsMC4zLTIuMiwxLjYtMi4yYzEuMywwLDMsMi45LDMsMi45UzI2LjksMjAuNCwyNi4yLDIwLjR6Ii8+PC9nPjwvc3ZnPg==);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_evernote a,
	.essb_links.essb_template_tiny-retina .essb_link_evernote a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_evernote a:focus { 
		background-color: #7cbf4b;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_aol .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMywxNi41Yy0zLjYsMC02LjMsMi44LTYuMyw2LjJjMCwzLjYsMi44LDYuMiw2LjMsNi4yYzMuNSwwLDYuMy0yLjYsNi4zLTYuMkMyOS4zLDE5LjMsMjYuNiwxNi41LDIzLDE2LjV6IE0yMywxOS44YzEuNiwwLDIuOCwxLjMsMi44LDIuOWMwLDEuNi0xLjMsMi45LTIuOCwyLjljLTEuNiwwLTIuOC0xLjMtMi44LTIuOUMyMC4yLDIxLjEsMjEuNSwxOS44LDIzLDE5Ljh6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQxLDI2LjhjMCwxLjItMSwyLjItMi4yLDIuMmMtMS4yLDAtMi4yLTEtMi4yLTIuMmMwLTEuMiwxLTIuMiwyLjItMi4yQzQwLDI0LjYsNDEsMjUuNiw0MSwyNi44eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNC42LDI4LjVoLTMuNFYxM2gzLjRWMjguNXoiLz48cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjEsMjguNSA3LjIsMTMgMTAuNSwxMyAxNi42LDI4LjUgMTIuMiwyOC41IDExLjUsMjYuNCA2LjEsMjYuNCA1LjQsMjguNSAiLz48cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjEwLjUsMjMuMSA3LjIsMjMuMSA4LjksMTcuOSAiLz48L2c+PC9zdmc+);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_aol a,
	.essb_links.essb_template_tiny-retina .essb_link_aol a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_aol a:focus { 
		background-color: #111111;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_myspace .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNy43LDEzLjhjMS4yLDAsMi4yLTAuNCwzLTEuMmMwLjgtMC44LDEuMi0xLjgsMS4yLTNjMC0xLjItMC40LTIuMi0xLjItM2MtMC44LTAuOC0xLjgtMS4yLTMtMS4yYy0xLjIsMC0yLjIsMC40LTMsMS4yYy0wLjgsMC44LTEuMiwxLjgtMS4yLDNjMCwxLjIsMC40LDIuMiwxLjIsM0MxNS41LDEzLjMsMTYuNSwxMy44LDE3LjcsMTMuOHoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjQuNSwxMy40YzAuNSwwLjUsMS4xLDAuOSwxLjcsMS4yYzAuNywwLjMsMS40LDAuNCwyLjIsMC40YzAuOCwwLDEuNS0wLjEsMi4yLTAuNGMwLjctMC4zLDEuMi0wLjcsMS43LTEuMmMwLjUtMC41LDAuOS0xLjEsMS4yLTEuN2MwLjMtMC43LDAuNC0xLjQsMC40LTIuMmMwLTAuOC0wLjEtMS41LTAuNC0yLjJjLTAuMy0wLjctMC43LTEuMi0xLjItMS43cy0xLjEtMC45LTEuNy0xLjJDMjkuOSw0LjEsMjkuMiw0LDI4LjQsNGMtMC44LDAtMS41LDAuMS0yLjIsMC40Yy0wLjcsMC4zLTEuMiwwLjctMS43LDEuMmMtMC41LDAuNS0wLjksMS4xLTEuMiwxLjdzLTAuNCwxLjQtMC40LDIuMmMwLDAuOCwwLjEsMS41LDAuNCwyLjJDMjMuNiwxMi40LDI0LDEyLjksMjQuNSwxMy40eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05LjYsMTIuOGMwLjksMCwxLjctMC4zLDIuMy0wLjljMC42LTAuNiwwLjktMS40LDAuOS0yLjNjMC0wLjktMC4zLTEuNi0wLjktMi4zYy0wLjYtMC42LTEuNC0wLjktMi4zLTAuOWMtMC45LDAtMS43LDAuMy0yLjMsMC45QzYuNiw3LjksNi4zLDguNyw2LjMsOS41YzAsMC45LDAuMywxLjcsMC45LDIuM0M3LjksMTIuNSw4LjcsMTIuOCw5LjYsMTIuOHoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzUuNCwyMS44Yy0wLjQtMC45LTAuOS0xLjctMS42LTIuNGMtMC43LTAuNy0xLjUtMS4yLTIuNC0xLjZjLTAuOS0wLjQtMS45LTAuNi0yLjktMC42Yy0xLDAtMiwwLjItMi45LDAuNmMtMC45LDAuNC0xLjcsMC45LTIuNCwxLjZjLTAuMy0xLjItMS0yLjItMi0zYy0xLTAuOC0yLjEtMS4yLTMuNS0xLjJjLTAuOCwwLTEuNiwwLjItMi40LDAuNWMtMC43LDAuNC0xLjQsMC45LTEuOSwxLjVjLTAuMi0wLjgtMC43LTEuNS0xLjQtMi4xYy0wLjctMC42LTEuNS0wLjgtMi40LTAuOGMtMS4xLDAtMiwwLjQtMi44LDEuMWMtMC44LDAuOC0wLjcsMS43LTAuNywyLjhWMjVoNS42djUuNkgyMVYzOGgxNC45VjI0LjhDMzUuOSwyMy43LDM1LjgsMjIuOCwzNS40LDIxLjh6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_myspace a,
	.essb_links.essb_template_tiny-retina .essb_link_myspace a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_myspace a:focus { 
		background-color: #3a5998;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_mailru .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjAuNCwxMS41YzIuNiwwLDUsMS4yLDYuOCwzdjBjMC0wLjksMC42LTEuNSwxLjQtMS41aDAuMmMxLjMsMCwxLjUsMS4yLDEuNSwxLjZsMCwxMy40Yy0wLjEsMC45LDAuOSwxLjMsMS41LDAuOGMyLjItMi4yLDQuNy0xMS40LTEuMy0xNi43QzI0LjgsNywxNy4yLDcuOCwxMy4yLDEwLjZjLTQuMywzLTcuMSw5LjUtNC40LDE1LjdDMTEuNywzMywyMC4xLDM1LDI1LDMzYzIuNS0xLDMuNywyLjQsMS4xLDMuNWMtMy45LDEuNy0xNC45LDEuNS0yMC03LjRjLTMuNS02LTMuMy0xNi41LDUuOS0yMmM3LTQuMiwxNi4zLTMsMjEuOCwyLjhjNS44LDYuMSw1LjUsMTcuNS0wLjIsMjEuOWMtMi42LDItNi40LDAtNi40LTIuOWwwLTFjLTEuOCwxLjgtNC4yLDIuOC02LjgsMi44Yy01LjEsMC05LjctNC41LTkuNy05LjZDMTAuOCwxNiwxNS4zLDExLjUsMjAuNCwxMS41TDIwLjQsMTEuNXogTTI2LjksMjAuOGMtMC4yLTMuOC0zLTYtNi40LTZoLTAuMWMtMy45LDAtNiwzLjEtNiw2LjVjMCwzLjksMi42LDYuMyw2LDYuM2MzLjgsMCw2LjMtMi44LDYuNS02LjFWMjAuOEwyNi45LDIwLjh6Ii8+PC9zdmc+);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_mailru a,
	.essb_links.essb_template_tiny-retina .essb_link_mailru a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_mailru a:focus { 
		background-color: #FAA519;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_viadeo .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOS41LDIxLjFjMC0wLjEtMC4xLTAuMS0wLjEtMC4yYy0wLjMsMC4yLTAuNiwwLjMtMC45LDAuNWMtMC4zLDAuMS0wLjYsMC4zLTAuOSwwLjRjLTAuMywwLjEtMC42LDAuMi0xLDAuM2MwLDAsMCwwLDAsMC4xYzAsMCwwLDAuMSwwLDAuMWMwLjQsMS4xLDAuNiwyLjMsMC43LDMuNWMwLDEtMC4xLDItMC40LDIuOWMtMC40LDEuNC0xLjIsMi43LTIuMiwzLjhjLTEuNSwxLjYtMy40LDIuNC01LjYsMi42Yy0wLjIsMC0wLjQsMC0wLjYsMGMwLDAsMC0wLjEsMC0wLjFjMC4xLTAuMSwwLjItMC4yLDAuMy0wLjNjMi4zLTEuNyw0LjEtMy45LDUuNC02LjVjMS4xLTIuMSwxLjYtNC40LDEuNi02LjhjMC0xLjItMC4xLTIuMy0wLjMtMy41Yy0wLjItMS4zLTAuNi0yLjYtMS4xLTMuOGMwLDAtMC4xLTAuMS0wLjEtMC4yYzAtMC4yLDAtMC4zLDAtMC4zYzAsMCwwLTAuMSwwLTAuMWMtMC4xLTEuMS0wLjMtMi4xLTAuNi0zLjJjLTAuNC0xLjQtMS0yLjgtMS44LTRjLTAuNi0wLjktMS4yLTEuNi0yLTIuM0MyMCw0LjEsMTkuOSw0LjEsMTkuOCw0YzAsMCwwLDAuMSwwLDAuMUMxOS45LDQuMiwyMCw0LjMsMjAsNC40YzEuMywyLjMsMi41LDQuNywzLjUsNy4yYzAuMywwLjcsMC41LDEuNCwwLjgsMi4xbDAuMSwwLjFjMCwwLDAsMC4xLDAsMC4zYzAsMC40LDAsMC43LDAsMS4xYzAsMS45LDAsMy44LTAuMiw1LjZjLTAuMSwwLjktMC4yLDEuNy0wLjMsMi42Yy0wLjIsMS4xLTAuNCwyLjEtMC43LDMuMmMtMC40LDEuMy0wLjksMi41LTEuNSwzLjdjLTAuNiwxLjEtMS4zLDItMi4xLDIuOWMtMC44LDAuOC0xLjcsMS40LTIuNywxLjhjLTAuMSwwLTAuMiwwLjEtMC4zLDBjLTEuNC0wLjMtMi42LTAuOC0zLjgtMS43Yy0xLTAuOC0xLjctMS43LTIuMy0yLjhjLTAuNi0xLjEtMS0yLjQtMS4xLTMuN2MtMC4xLTAuOC0wLjEtMS41LDAtMi4zYzAuMS0wLjksMC4zLTEuOCwwLjctMi43YzAuNi0xLjMsMS40LTIuNCwyLjQtMy4zYzAuOC0wLjcsMS43LTEuMywyLjctMS43YzAuNy0wLjIsMS4zLTAuNCwyLTAuNWMwLjYtMC4xLDEuMi0wLjEsMS44LDBjMC44LDAuMSwxLjUsMC4yLDIuMywwLjVjMC4xLDAsMC4xLDAsMC4yLDAuMWMwLjEtMC41LDAuMi0xLDAuMy0xLjVjMC4yLTAuNSwwLjQtMC45LDAuNi0xLjRDMjIuNCwxNCwyMi4zLDE0LDIyLjIsMTRjLTEtMC4zLTItMC41LTMuMS0wLjZjLTEuMS0wLjEtMi4yLDAtMy4zLDAuMmMtMS4zLDAuMy0yLjUsMC43LTMuNywxLjVjLTEuMSwwLjctMiwxLjUtMi44LDIuNWMtMS44LDIuMS0yLjgsNC42LTIuOSw3LjRjMCwwLjgsMCwxLjYsMC4xLDIuNGMwLjEsMS4xLDAuNCwyLjIsMC45LDMuM2MwLjcsMS43LDEuOCwzLjIsMy4yLDQuNGMxLDAuOSwyLjEsMS42LDMuNCwyLjFjMS4yLDAuNSwyLjQsMC43LDMuNywwLjhjMS4yLDAuMSwyLjMsMCwzLjUtMC4zYzEuNi0wLjMsMy0xLDQuMy0xLjljMS0wLjcsMS44LTEuNiwyLjYtMi42YzEuNS0yLDIuMy00LjIsMi40LTYuN2MwLjEtMSwwLTItMC4yLTNDMzAuMSwyMi43LDI5LjgsMjEuOSwyOS41LDIxLjF6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM1LjMsNy44Yy0wLjMtMS0wLjYtMS45LTEuMS0yLjdDMzQuMSw1LDM0LDQuOCwzMy45LDQuN2MtMC4xLDAuMS0wLjEsMC4yLTAuMiwwLjNjLTAuMywwLjYtMC44LDEuMi0xLjMsMS43Yy0wLjgsMC44LTEuNywxLjMtMi44LDEuNmMtMC4xLDAtMC4yLDAtMC4zLDAuMWMtMC44LDAuMi0xLjYsMC41LTIuMywxYy0wLjUsMC4zLTAuOSwwLjctMS4zLDEuMWMtMC43LDAuOC0xLDEuOC0wLjksMi45YzAsMC45LDAuMywxLjcsMC43LDIuNWMwLDAsMC4xLDAuMSwwLjEsMC4xYzMuNC0wLjgsNi0yLjgsNy44LTUuOWMwLDAuMSwwLDAuMiwwLDAuMmMtMC4xLDAuMy0wLjIsMC41LTAuMywwLjhjLTAuMywwLjUtMC42LDEtMSwxLjVjLTAuNywwLjgtMS41LDEuNS0yLjMsMi4xYy0xLDAuOC0yLjEsMS41LTMuMiwyLjFjLTAuMSwwLTAuMiwwLjEtMC4yLDAuMmMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjYsMC41LDEuMiwwLjksMS45LDEuMWMwLjcsMC4yLDEuMywwLjMsMiwwLjJjMC44LTAuMSwxLjYtMC41LDIuMi0xLjFjMC42LTAuNSwxLjEtMS4yLDEuNS0xLjljMC4yLTAuNCwwLjUtMC44LDAuNi0xLjNjMC4zLTAuOSwwLjUtMS45LDAuNi0yLjlDMzUuNywxMC4yLDM1LjYsOSwzNS4zLDcuOHoiLz48L2c+PC9nPjwvc3ZnPg==);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_viadeo a,
	.essb_links.essb_template_tiny-retina .essb_link_viadeo a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_viadeo a:focus { 
		background-color: #222222;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_line .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zOC41LDIyLjVjMC44LDAsMS41LTAuNywxLjUtMS41YzAtMC44LTAuNy0xLjUtMS41LTEuNWgtNC4ydi0yLjdoNC4yYzAuOCwwLDEuNS0wLjcsMS41LTEuNWMwLTAuOC0wLjctMS41LTEuNS0xLjVoLTUuOGMtMC44LDAtMS41LDAuNy0xLjUsMS41djExLjVjMCwwLjgsMC43LDEuNSwxLjUsMS41aDUuOGMwLjgsMCwxLjUtMC43LDEuNS0xLjVjMC0wLjgtMC43LTEuNS0xLjUtMS41aC00LjJ2LTIuN0gzOC41eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNy42LDEzLjdjLTAuOCwwLTEuNSwwLjctMS41LDEuNXY3LjFsLTUuOS04LjFjLTAuMy0wLjQtMC43LTAuNi0xLjItMC42Yy0wLjIsMC0wLjMsMC0wLjUsMC4xYy0wLjYsMC4yLTEsMC44LTEsMS40djExLjVjMCwwLjgsMC43LDEuNSwxLjUsMS41YzAuOCwwLDEuNS0wLjcsMS41LTEuNXYtNy4xbDUuOSw4LjFjMC4zLDAuNCwwLjcsMC42LDEuMiwwLjZjMC4yLDAsMC4zLDAsMC41LTAuMWMwLjYtMC4yLDEtMC44LDEtMS40VjE1LjJDMjkuMSwxNC40LDI4LjUsMTMuNywyNy42LDEzLjd6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEzLjcsMTMuN2MtMC44LDAtMS41LDAuNy0xLjUsMS41djExLjVjMCwwLjgsMC43LDEuNSwxLjUsMS41YzAuOCwwLDEuNS0wLjcsMS41LTEuNVYxNS4yQzE1LjMsMTQuNCwxNC42LDEzLjcsMTMuNywxMy43eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05LjMsMjUuMkg1di0xMGMwLTAuOC0wLjctMS41LTEuNS0xLjVjLTAuOCwwLTEuNSwwLjctMS41LDEuNXYxMS41YzAsMC44LDAuNywxLjUsMS41LDEuNWg1LjhjMC44LDAsMS41LTAuNywxLjUtMS41QzEwLjgsMjUuOSwxMC4xLDI1LjIsOS4zLDI1LjJ6Ii8+PC9nPjwvc3ZnPg==);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_line a,
	.essb_links.essb_template_tiny-retina .essb_link_line a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_line a:focus { 
		background-color: #2CBF13;
	}
	
.essb_links.essb_template_tiny-retina .essb_link_flipboard .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGlkPSJwYXRoNTYiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOSwyNy4ySDEyLjFWOC45SDI5TDI5LDI3LjJMMjksMjcuMnoiLz48cGF0aCBpZD0icGF0aDExMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTM4LDE0LjhIMTIuNFYyLjNIMzhWMTQuOHoiLz48cGF0aCBpZD0icGF0aDU0IiBmaWxsPSIjRkZGRkZGIiBkPSJNMTYuNSwzOS43SDRWMi4zaDEyLjVWMzkuN3oiLz48L2c+PC9zdmc+);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_flipboard a,
	.essb_links.essb_template_tiny-retina .essb_link_flipboard a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_flipboard a:focus { 
		background-color: #B31F17;
	}

.essb_links.essb_template_tiny-retina .essb_link_comments .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMSw2LjJjLTkuNCwwLTE3LDYuNC0xNywxNC4zczcuNiwxNC4zLDE3LDE0LjNjMi4zLDAsNC42LTAuNCw2LjYtMS4ybDUuNywyLjJjMC4xLDAsMC4xLDAsMC4yLDBjMC4xLDAsMC4yLDAsMC4zLTAuMXMwLjItMC4zLDAuMi0wLjR2LTUuN2MyLjYtMi42LDMuOS01LjgsMy45LTkuMkMzOC4xLDEyLjYsMzAuNSw2LjIsMjEsNi4yeiIvPjwvc3ZnPg==);

		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_comments a,
	.essb_links.essb_template_tiny-retina .essb_link_comments a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_comments a:focus { 
		background-color: #444;
	}	
	
	.essb_links.essb_template_tiny-retina .essb_link_yummly .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02LjgsNmMwLjItMC42LDAuNy0xLDEuMS0xLjNjMS43LTEuMSwzLjUtMS44LDUuNi0xLjZjMS42LDAuMSwyLjksMSwzLjIsMi45YzAuMiwxLjMsMCwyLjUtMC4zLDMuN2MtMC43LDIuNi0xLjQsNS4yLTIsNy45Yy0wLjEsMC41LTAuMiwxLTAuMiwxLjVjMCwwLjcsMC40LDEuMSwxLjEsMS4yYzAuOCwwLjEsMS41LDAsMi4zLTAuMmMxLjItMC4zLDIuNC0wLjgsMy40LTEuNGMwLjItMC4xLDAuMy0wLjIsMC4zLTAuNGMwLjMtMS42LDAuNi0zLjIsMC45LTQuOGMwLjMtMS42LDAuNi0zLjIsMC45LTQuOGMwLjItMS4xLDAuNC0yLjEsMC41LTMuMmMwLTAuMy0wLjEtMC43LTAuMS0xLjFjLTAuMS0wLjQsMC0wLjYsMC4zLTAuN2MwLjktMC40LDEuOC0wLjUsMi44LTAuM2MwLjgsMC4yLDEuMywwLjcsMS4yLDEuNmMtMC4xLDAuOS0wLjIsMS43LTAuMywyLjZjLTAuMywxLjctMC42LDMuNS0wLjksNS4yYy0wLjMsMS44LTAuNiwzLjctMSw1LjVjLTAuMywxLjktMC43LDMuNy0xLDUuNmMtMC4xLDAuNy0wLjMsMS41LTAuNCwyLjJjMCwwLjIsMCwwLjMsMC4yLDAuM2MzLjEsMC40LDYuMSwxLjMsOC45LDIuNmMwLjUsMC4yLDEsMC4zLDEuNSwwLjRjMC40LDAuMSwwLjUsMC4yLDAuNSwwLjZjMCwwLjctMC4xLDEuMy0wLjUsMS45Yy0wLjcsMS0xLjgsMS40LTMsMC45Yy0wLjgtMC4zLTEuNS0wLjctMi4yLTEuMmMtMS42LTEtMy40LTEuNi01LjItMS44Yy0wLjIsMC0wLjQsMC0wLjUsMGMtMC4yLDAtMC4yLDAtMC4zLDAuMmMtMC4zLDEuMy0wLjYsMi42LTEuMiwzLjljLTAuNywxLjYtMS42LDMtMyw0Yy0xLjEsMC44LTIuMywxLjItMy42LDEuM2MtMC45LDAuMS0xLjksMC0yLjgtMC4zYy0yLTAuNy0zLjEtMi40LTMtNC42YzAuMi0yLjcsMS42LTQuOCwzLjktNi4yYzEuNi0xLDMuMy0xLjUsNS4xLTEuOGMwLjIsMCwwLjUtMC4xLDAuNy0wLjFjMC4xLDAsMC4yLTAuMSwwLjItMC4xYzAuMi0xLDAuNC0xLjksMC41LTIuOWMtMC4xLDAuMS0wLjIsMC4xLTAuMiwwLjFjLTEuNCwwLjktMywxLjUtNC43LDEuNmMtMC44LDAuMS0xLjUsMC4xLTIuMywwLjFjLTEuNC0wLjEtMi41LTAuNi0zLjItMS44Yy0wLjUtMC44LTAuNi0xLjgtMC41LTIuN2MwLjMtMS42LDAuNy0zLjIsMS4xLTQuN2MwLjYtMi4yLDEuMi00LjQsMS43LTYuNmMwLjEtMC4yLDAuMS0wLjQsMC4xLTAuN2MwLTAuOC0wLjUtMS4yLTEuMy0xQzEwLjMsNy41LDkuNiw4LDksOC43QzguNyw4LjksOC41LDksOC4yLDguN0M3LjYsOC4xLDcuMSw3LjQsNi44LDYuNWMwLTAuMSwwLTAuMS0wLjEtMC4yQzYuOCw2LjIsNi44LDYuMSw2LjgsNnogTTE5LjMsMjkuN2MtMC4xLDAtMC4xLDAtMC4xLDBjLTAuMiwwLTAuNCwwLjEtMC43LDAuMWMtMS4xLDAuMy0yLjIsMC43LTMsMS42Yy0wLjYsMC42LTEsMS40LTAuOSwyLjNjMCwwLjcsMC41LDEuMSwxLjEsMS4xYzAuNywwLDEuMy0wLjMsMS43LTAuOWMwLjUtMC42LDAuOC0xLjIsMS4xLTEuOUMxOC44LDMxLjIsMTksMzAuNCwxOS4zLDI5Ljd6Ii8+PC9zdmc+);
		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_yummly a,
	.essb_links.essb_template_tiny-retina .essb_link_yummly a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_yummly a:focus { 
		background-color: #e26326;
	}	
	
	.essb_native_buttons {
	width: 100%;	

	}
	
	.essb_native_after_share {
		margin-top: 5px;
	}
	.essb_native_item_skinned {
		max-height: inherit !important;
	}	
	.essb_native_buttons ul, .essb_native_buttons li {
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	margin-right: 20px !important;
	}
	.essb_native_buttons li { display: inline-block; overflow: hidden; vertical-align: top; list-style: none; text-align: center;}
	
	.essb_native_item { max-height: 24px; margin-right: 24px; }
	.essb_native_item iframe { margin-right: 20px }
	
	.essb_links.essb_template_tiny-retina .essb_counter_insidehover {
		text-align:center;
		font-weight: bold;
		padding-left: 5px;
		opacity: 0;
		display: none;
	}
	
	.essb_links.essb_template_tiny-retina a .essb_counter_insidehover, .essb_links.essb_template_tiny-retina a:hover .essb_hideonhover {
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
	}
	
	.essb_links.essb_template_tiny-retina a:hover .essb_counter_insidehover {
	opacity: 1;
	display: inline-block;
	}
	
	.essb_links.essb_template_tiny-retina a:hover .essb_hideonhover {
		display: none;
	}
	
.essb_fixed.essb_links { margin: 0px !important; }
	.essb_counter_modern_bottom .essb_network_name { margin-left: 0px !important;}
	
.essb_links.essb_template_tiny-retina .essb_link_sms .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyIDQyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEsMi44Yy0xMC41LDAtMTksNy44LTE5LDE3LjRjMCw0LjUsMS44LDguNyw1LjEsMTEuOWMtMS4zLDMuNC0yLjUsNC43LTMsNC43Yy0wLjUsMC4xLTAuOSwwLjUtMC45LDFjMCwwLjUsMC4zLDEsMC44LDEuMWMwLDAsMSwwLjIsMi41LDAuMmMyLjEsMCw1LjEtMC41LDcuOC0yLjZjMi4xLDAuNyw0LjQsMS4xLDYuNywxLjFjMTAuNSwwLDE5LTcuOCwxOS0xNy40QzQwLDEwLjYsMzEuNSwyLjgsMjEsMi44TDIxLDIuOHogTTEwLjgsMjUuN2MtMS4xLDAtMi4zLTAuMy0yLjgtMC42bDAuNS0xLjljMC42LDAuMywxLjUsMC42LDIuNSwwLjZjMSwwLDEuNi0wLjQsMS42LTEuMWMwLTAuNi0wLjUtMS0xLjctMS40Yy0xLjctMC42LTIuNy0xLjUtMi43LTIuOWMwLTEuNywxLjQtMywzLjgtM2MxLjEsMCwxLjksMC4yLDIuNSwwLjVsLTAuNSwxLjhjLTAuNC0wLjItMS4xLTAuNS0yLjEtMC41Yy0xLDAtMS40LDAuNC0xLjQsMWMwLDAuNiwwLjYsMC45LDEuOCwxLjRjMS44LDAuNiwyLjYsMS42LDIuNiwzQzE0LjgsMjQuMywxMy41LDI1LjcsMTAuOCwyNS43TDEwLjgsMjUuN3ogTTI0LjksMjUuNmwtMC4xLTMuOGMwLTEuMi0wLjEtMi42LTAuMS00LjFoMGMtMC4zLDEuMy0wLjcsMi43LTEuMSwzLjhsLTEuMiwzLjloLTEuOGwtMS4xLTMuOGMtMC4zLTEuMi0wLjctMi42LTAuOS0zLjloMGMtMC4xLDEuMy0wLjEsMi45LTAuMiw0LjFsLTAuMiwzLjhoLTIuMWwwLjYtOS45aDNsMSwzLjNjMC4zLDEuMSwwLjYsMi40LDAuOCwzLjZoMGMwLjMtMS4xLDAuNi0yLjUsMC45LTMuNmwxLjEtMy4zaDIuOWwwLjUsOS45SDI0Ljl6IE0zMi42LDE5LjdjMS44LDAuNiwyLjYsMS42LDIuNiwzYzAsMS43LTEuMywzLjEtNCwzLjFjLTEuMSwwLTIuMy0wLjMtMi44LTAuNmwwLjUtMS45YzAuNiwwLjMsMS41LDAuNiwyLjUsMC42YzEsMCwxLjYtMC40LDEuNi0xLjFjMC0wLjYtMC41LTEtMS43LTEuNGMtMS43LTAuNi0yLjctMS41LTIuNy0yLjljMC0xLjcsMS40LTMsMy44LTNjMS4xLDAsMS45LDAuMiwyLjUsMC41bC0wLjUsMS44Yy0wLjQtMC4yLTEuMS0wLjUtMi4xLTAuNWMtMSwwLTEuNCwwLjQtMS40LDFDMzAuOCwxOC45LDMxLjQsMTkuMiwzMi42LDE5LjdMMzIuNiwxOS43eiBNMzIuNiwxOS43Ii8+PC9zdmc+);
		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_sms a,
	.essb_links.essb_template_tiny-retina .essb_link_sms a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_sms a:focus { 
		background-color: #4ea546;
	}	
	
	.essb_links.essb_template_tiny-retina .essb_link_viber .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyIDQyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48ZyBpZD0iWE1MSURfMV8iPjxwYXRoIGlkPSJYTUxJRF81XyIgY2xhc3M9InN0MCIgZD0iTTMyLjEsNDBjLTAuNC0wLjEtMS4yLTAuMi0xLjktMC41QzE3LjUsMzQsOC4zLDI1LDMsMTIuMmMtMS44LTQuMywwLjEtOCw0LjUtOS40YzAuOC0wLjMsMS42LTAuMywyLjQsMGMxLjksMC43LDYuNyw3LjMsNi44LDkuMmMwLjEsMS41LTAuOSwyLjMtMiwzYy0xLjksMS4zLTEuOSwzLTEuMSw0LjhjMS45LDQuMiw1LDcsOS4xLDguOWMxLjUsMC43LDIuOSwwLjYsMy45LTAuOWMxLjgtMi43LDQtMi42LDYuNS0wLjljMS4yLDAuOSwyLjUsMS43LDMuNiwyLjZjMS42LDEuMywzLjYsMi4zLDIuNiw1QzM4LjQsMzcuMiwzNSw0MCwzMi4xLDQweiIvPjxwYXRoIGlkPSJYTUxJRF80XyIgY2xhc3M9InN0MCIgZD0iTTIyLjgsMmM4LjksMC4zLDE2LjYsOC41LDE2LjUsMTcuM2MwLDAuOSwwLjMsMi4xLTEsMi4xYy0xLjIsMC0wLjktMS4zLTEtMi4yQzM2LjEsOS45LDMxLjgsNS41LDIyLjUsNGMtMC44LTAuMS0xLjksMC0xLjktMUMyMC43LDEuNiwyMi4xLDIuMSwyMi44LDJ6Ii8+PHBhdGggaWQ9IlhNTElEXzNfIiBjbGFzcz0ic3QwIiBkPSJNMzQuNywxNy43Yy0wLjEsMC42LDAuMywxLjgtMC44LDEuOWMtMS40LDAuMi0xLjEtMS4xLTEuMy0xLjlDMzEuNywxMiwyOS43LDkuOSwyNCw4LjdjLTAuOC0wLjItMi4yLTAuMS0xLjktMS40YzAuMi0xLjIsMS40LTAuOCwyLjMtMC43QzMwLjEsNy4zLDM0LjcsMTIuMywzNC43LDE3Ljd6Ii8+PHBhdGggaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIiBkPSJNMzAuMywxNi43YzAsMC43LTAuMSwxLjUtMC45LDEuNmMtMC42LDAuMS0xLTAuNC0xLjEtMS4xYy0wLjItMi4zLTEuNS0zLjctMy44LTQuMWMtMC43LTAuMS0xLjQtMC4zLTEuMS0xLjNjMC4yLTAuNiwwLjgtMC43LDEuNC0wLjdDMjcuNCwxMSwzMC40LDE0LDMwLjMsMTYuN3oiLz48L2c+PC9zdmc+);
		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_viber a,
	.essb_links.essb_template_tiny-retina .essb_link_viber a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_viber a:focus { 
		background-color: #7d539d;
	}
	
.essb_links.essb_template_tiny-retina .essb_counter_topn {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

	.essb_links.essb_template_tiny-retina .essb_link_telegram .essb_icon { 
		/*background:url("/wp-content/plugins/easy-social-share-buttons/assets/css/tiny-retina/managewp-02.png") 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii01MzAuMyAxOTIuMyA0MiA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTMwLjMgMTkyLjMgNDIgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tNDk5LjUsMjI3LjZjLTAuMiwwLTAuNS0wLjEtMC43LTAuMmwtOC01LjVsLTQuMywzLjFjLTAuMywwLjItMC44LDAuMy0xLjIsMC4yYy0wLjQtMC4xLTAuNy0wLjUtMC44LTAuOWwtMi4yLTguMmwtNy43LTNjLTAuNS0wLjItMC44LTAuNy0wLjgtMS4yYzAtMC41LDAuMy0xLDAuOC0xLjJsMjkuNC0xMS43YzAuMS0wLjEsMC4zLTAuMSwwLjQtMC4xYzAuMSwwLDAuMSwwLDAuMiwwYzAuMywwLDAuNiwwLjEsMC44LDAuNGMwLDAsMCwwLDAuMSwwLjFjMC4yLDAuMiwwLjMsMC41LDAuMywwLjdjMCwwLjEsMCwwLjEsMCwwLjJjMCwwLDAsMC4xLDAsMC4xbC01LDI2LjFjLTAuMSwwLjQtMC40LDAuOC0wLjgsMC45Qy00OTkuMiwyMjcuNS00OTkuMywyMjcuNi00OTkuNSwyMjcuNnogTS01MDcuNiwyMTkuM2w3LjIsNC45bDMuOS0yMC4zbC0xNCwxMy40TC01MDcuNiwyMTkuM0MtNTA3LjYsMjE5LjMtNTA3LjYsMjE5LjMtNTA3LjYsMjE5LjN6IE0tNTEzLjUsMjE4LjJsMSwzLjZsMi4xLTEuNWwtMi43LTEuOEMtNTEzLjMsMjE4LjUtNTEzLjQsMjE4LjQtNTEzLjUsMjE4LjJ6IE0tNTIwLjUsMjExLjlsNS4zLDJjMC40LDAuMSwwLjcsMC41LDAuOCwwLjlsMC43LDIuNmMwLTAuMywwLjItMC42LDAuNC0wLjhsMTMuMy0xMi44TC01MjAuNSwyMTEuOXoiLz48L2c+PC9zdmc+);
		background-size: 16px 16px; }
	.essb_links.essb_template_tiny-retina .essb_link_telegram a,
	.essb_links.essb_template_tiny-retina .essb_link_telegram a:hover,
	.essb_links.essb_template_tiny-retina .essb_link_telegram a:focus { 
		background-color: #0088cc;
	}@font-face{font-family:essb-socialfollowers;src:url(/wp-content/plugins/easy-social-share-buttons/lib/modules/social-followers-counter/assets/font/essb-socialfollowers.eot);src:url(/wp-content/plugins/easy-social-share-buttons/lib/modules/social-followers-counter/assets/font/essb-socialfollowers.eot#iefix) format('embedded-opentype'),url(/wp-content/plugins/easy-social-share-buttons/lib/modules/social-followers-counter/assets/font/essb-socialfollowers.woff) format('woff'),url(/wp-content/plugins/easy-social-share-buttons/lib/modules/social-followers-counter/assets/font/essb-socialfollowers.ttf) format('truetype'),url(/wp-content/plugins/easy-social-share-buttons/lib/modules/social-followers-counter/assets/font/essb-socialfollowers.svg#essb-socialfollowers) format('svg');font-weight:400;font-style:normal}.essbfc-container{margin-left:auto;margin-right:auto;overflow:hidden;clear:both;padding:0;margin-bottom:20px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.essbfc-container ul{overflow:hidden;line-height:0!important}.essbfc-container li,.essbfc-container ul{list-style:none!important;margin:0!important;padding:0!important;background:0 0!important;text-align:left;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:0!important}.essbfc-container li .essbfc-network,.essbfc-container li .essbfc-network i{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.essbfc-container li{line-height:15px}.essbfc-container li .essbfc-network{margin:1px!important}.essbfc-container.essbfc-nospace li .essbfc-network{margin:0!important}.essbfc-container li:after,.essbfc-container li:before{content:""!important}.essbfc-container li a{text-decoration:none}.essbfc-network{display:block;overflow:hidden;text-align:center}.essbfc-container.essbfc-col-1 li{width:100%!important}.essbfc-container.essbfc-col-2 li{width:50%!important;display:inline-block}.essbfc-container.essbfc-col-3 li{width:33.333%!important;display:inline-block}.essbfc-container.essbfc-col-4 li{width:25%!important;display:inline-block}.essbfc-container.essbfc-col-5 li{width:20%!important;display:inline-block}.essbfc-container.essbfc-col-6 li{width:16.6666%!important;display:inline-block}.essbfc-container.essbfc-col-row li{width:100px;display:inline-block}.essbfc-container.essbfc-col-1 li .essbfc-icon{padding-left:10px;padding-top:10px;padding-bottom:10px;float:left;font-size:21px}.essbfc-container.essbfc-col-1 li .essbfc-followers-count{float:right;text-align:right;padding-right:10px;padding-top:5px;font-size:16px;font-weight:700}.essbfc-container.essbfc-col-1 li .essbfc-followers-text{float:right;text-align:right;clear:both;margin-top:-20px;padding-right:10px}.essbfc-template-grey li .essbfc-network,.essbfc-template-grey li a{color:#616161!important}.essbfc-template-grey li:hover .essbfc-network,.essbfc-template-grey li:hover a{color:#212121!important}.essbfc-template-roundgrey li .essbfc-network,.essbfc-template-roundgrey li a{color:#616161!important}.essbfc-template-roundgrey li:hover .essbfc-network,.essbfc-template-roundgrey li:hover a{color:#212121!important}.essbfc-template-roundgrey li .essbfc-network i{width:56px;height:56px;line-height:56px;padding:0;margin:5px auto 0;font-size:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#616161!important;color:#fff!important}.essbfc-template-outlinegrey li .essbfc-network i,.essbfc-template-roundlight li .essbfc-network i{width:56px;height:56px;line-height:56px;padding:0;margin:5px auto 0;font-size:26px;-webkit-border-radius:50%;-moz-border-radius:50%}.essbfc-template-roundgrey li:hover .essbfc-network i{background-color:#212121!important;color:#fff!important}.essbfc-template-outlinegrey li .essbfc-network,.essbfc-template-outlinegrey li a{color:#616161!important}.essbfc-template-outlinegrey li:hover .essbfc-network,.essbfc-template-outlinegrey li:hover a{color:#212121!important}.essbfc-template-outlinegrey li .essbfc-network i{border-radius:50%;border:2px solid #616161}.essbfc-template-outlinegrey li:hover .essbfc-network i{border:2px solid #212121}.essbfc-template-dark li .essbfc-network,.essbfc-template-dark li a{background-color:#212121!important;color:#fff!important}.essbfc-template-dark li:hover .essbfc-network,.essbfc-template-dark li:hover a{background-color:#454545!important;color:#fff!important}.essbfc-template-light .essbfc-totalastext,.essbfc-template-light li .essbfc-network,.essbfc-template-light li a{color:#eee!important}.essbfc-template-light li:hover .essbfc-network,.essbfc-template-light li:hover a{color:#fff!important}.essbfc-template-roundlight .essbfc-totalastext,.essbfc-template-roundlight li .essbfc-network,.essbfc-template-roundlight li a{color:#eee!important}.essbfc-template-roundlight li:hover .essbfc-network,.essbfc-template-roundlight li:hover a{color:#fff!important}.essbfc-template-roundlight li .essbfc-network i{border-radius:50%;background-color:#eee!important;color:#666!important}.essbfc-template-outlinelight li .essbfc-network i,.essbfc-template-roundcolor li .essbfc-network i{-webkit-border-radius:50%;-moz-border-radius:50%;width:56px;height:56px;line-height:56px;padding:0;margin:5px auto 0;font-size:26px}.essbfc-template-roundlight li:hover .essbfc-network i{background-color:#fff!important;color:#666!important}.essbfc-template-outlinelight .essbfc-totalastext,.essbfc-template-outlinelight li .essbfc-network,.essbfc-template-outlinelight li a{color:#eee!important}.essbfc-template-outlinelight li:hover .essbfc-network,.essbfc-template-outlinelight li:hover a{color:#fff!important}.essbfc-template-outlinelight li .essbfc-network i{border-radius:50%;border:2px solid #eee}.essbfc-template-outlinelight li:hover .essbfc-network i{border:2px solid #fff}.essbfc-template-color li .essbfc-network,.essbfc-template-color li a{color:#616161!important}.essbfc-template-color li:hover .essbfc-network,.essbfc-template-color li:hover a{color:#212121!important}.essbfc-template-color li:hover i{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=    80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8}.essbfc-template-color .essbfc-icon-mailchimp{color:#2c9ab7!important}.essbfc-template-color .essbfc-icon-youtube{color:#CD332D!important}.essbfc-template-color .essbfc-icon-email{color:#393939!important}.essbfc-template-color .essbfc-icon-vimeo{color:#1ab7ea!important}.essbfc-template-color .essbfc-icon-twitter{color:#4099FF!important}.essbfc-template-color .essbfc-icon-facebook{color:#3B5998!important}.essbfc-template-color .essbfc-icon-google{color:#dd4b39!important}.essbfc-template-color .essbfc-icon-pinterest{color:#cb2027!important}.essbfc-template-color .essbfc-icon-linkedin{color:#007bb6!important}.essbfc-template-color .essbfc-icon-github{color:#171515!important}.essbfc-template-color .essbfc-icon-instagram{color:#3f729b!important}.essbfc-template-color .essbfc-icon-soundcloud{color:#f70!important}.essbfc-template-color .essbfc-icon-behance{color:#005cff!important}.essbfc-template-color .essbfc-icon-delicious{color:#205cc0!important}.essbfc-template-color .essbfc-icon-foursquare{color:#25a0ca!important}.essbfc-template-color .essbfc-icon-forrst{color:#5b9a68!important}.essbfc-template-color .essbfc-icon-dribbble{color:#ea4c89!important}.essbfc-template-color .essbfc-icon-envato{color:#82b540!important}.essbfc-template-color .essbfc-icon-vk{color:#45668e!important}.essbfc-template-color .essbfc-icon-rss{color:#F60!important}.essbfc-template-color .essbfc-icon-tumblr{color:#32506d!important}.essbfc-template-color .essbfc-icon-vine{color:#00b488!important}.essbfc-template-color .essbfc-icon-slideshare{color:#e98325!important}.essbfc-template-color .essbfc-icon-500px{color:#02adea!important}.essbfc-template-color .essbfc-icon-flickr{color:#FF0084!important}.essbfc-template-color .essbfc-icon-wp_posts{color:#c2685f!important}.essbfc-template-color .essbfc-icon-wp_comments{color:#b8c25f!important}.essbfc-template-color .essbfc-icon-wp_users{color:#5fa7c2!important}.essbfc-template-color .essbfc-icon-audioboo{color:#b0006d!important}.essbfc-template-color .essbfc-icon-steamcommunity{color:#000!important}.essbfc-template-color .essbfc-icon-weheartit{color:#ff679d!important}.essbfc-template-color .essbfc-icon-feedly{color:#02bb24!important}.essbfc-template-color .essbfc-icon-love{color:#ED1C24!important}.essbfc-template-color .essbfc-icon-mailpoet{color:#F14176!important}.essbfc-template-color .essbfc-icon-mymail{color:#28b4e9!important}.essbfc-template-color .essbfc-icon-spotify{color:#84bd00!important}.essbfc-template-color .essbfc-icon-twitch{color:#6441a5!important}.essbfc-template-color .essbfc-icon-total{color:#555!important}.essbfc-template-roundcolor li .essbfc-network,.essbfc-template-roundcolor li a{color:#616161!important}.essbfc-template-roundcolor li:hover .essbfc-network,.essbfc-template-roundcolor li:hover a{color:#212121!important}.essbfc-template-roundcolor li:hover i{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=    80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8}.essbfc-template-roundcolor li .essbfc-network i{border-radius:50%;color:#fff!important}.essbfc-template-roundcolor .essbfc-icon-mailchimp{background-color:#2c9ab7!important}.essbfc-template-roundcolor .essbfc-icon-youtube{background-color:#CD332D!important}.essbfc-template-roundcolor .essbfc-icon-email{background-color:#393939!important}.essbfc-template-roundcolor .essbfc-icon-vimeo{background-color:#1ab7ea!important}.essbfc-template-roundcolor .essbfc-icon-twitter{background-color:#4099FF!important}.essbfc-template-roundcolor .essbfc-icon-facebook{background-color:#3B5998!important}.essbfc-template-roundcolor .essbfc-icon-google{background-color:#dd4b39!important}.essbfc-template-roundcolor .essbfc-icon-pinterest{background-color:#cb2027!important}.essbfc-template-roundcolor .essbfc-icon-linkedin{background-color:#007bb6!important}.essbfc-template-roundcolor .essbfc-icon-github{background-color:#171515!important}.essbfc-template-roundcolor .essbfc-icon-instagram{background-color:#3f729b!important}.essbfc-template-roundcolor .essbfc-icon-soundcloud{background-color:#f70!important}.essbfc-template-roundcolor .essbfc-icon-behance{background-color:#005cff!important}.essbfc-template-roundcolor .essbfc-icon-delicious{background-color:#205cc0!important}.essbfc-template-roundcolor .essbfc-icon-foursquare{background-color:#25a0ca!important}.essbfc-template-roundcolor .essbfc-icon-forrst{background-color:#5b9a68!important}.essbfc-template-roundcolor .essbfc-icon-dribbble{background-color:#ea4c89!important}.essbfc-template-roundcolor .essbfc-icon-envato{background-color:#82b540!important}.essbfc-template-roundcolor .essbfc-icon-vk{background-color:#45668e!important}.essbfc-template-roundcolor .essbfc-icon-rss{background-color:#F60!important}.essbfc-template-roundcolor .essbfc-icon-tumblr{background-color:#32506d!important}.essbfc-template-roundcolor .essbfc-icon-vine{background-color:#00b488!important}.essbfc-template-roundcolor .essbfc-icon-slideshare{background-color:#e98325!important}.essbfc-template-roundcolor .essbfc-icon-500px{background-color:#02adea!important}.essbfc-template-roundcolor .essbfc-icon-flickr{background-color:#FF0084!important}.essbfc-template-roundcolor .essbfc-icon-wp_posts{background-color:#c2685f!important}.essbfc-template-roundcolor .essbfc-icon-wp_comments{background-color:#b8c25f!important}.essbfc-template-roundcolor .essbfc-icon-wp_users{background-color:#5fa7c2!important}.essbfc-template-roundcolor .essbfc-icon-audioboo{background-color:#b0006d!important}.essbfc-template-roundcolor .essbfc-icon-steamcommunity{background-color:#000!important}.essbfc-template-roundcolor .essbfc-icon-weheartit{background-color:#ff679d!important}.essbfc-template-roundcolor .essbfc-icon-feedly{background-color:#02bb24!important}.essbfc-template-roundcolor .essbfc-icon-love{background-color:#ED1C24!important}.essbfc-template-roundcolor .essbfc-icon-mailpoet{background-color:#F14176!important}.essbfc-template-roundcolor .essbfc-icon-mymail{background-color:#28b4e9!important}.essbfc-template-roundcolor .essbfc-icon-spotify{background-color:#84bd00!important}.essbfc-template-roundcolor .essbfc-icon-twitch{background-color:#6441a5!important}.essbfc-template-roundcolor .essbfc-icon-total{background-color:#555!important}.essbfc-template-outlinecolor li .essbfc-network,.essbfc-template-outlinecolor li a{color:#616161!important}.essbfc-template-outlinecolor li:hover .essbfc-network,.essbfc-template-outlinecolor li:hover a{color:#212121!important}.essbfc-template-outlinecolor li .essbfc-network i{width:56px;height:56px;line-height:56px;padding:0;margin:5px auto 0;font-size:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.essbfc-template-outlinecolor li:hover i{color:#fff!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-mailchimp{background-color:#2c9ab7!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-youtube{background-color:#CD332D!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-email{background-color:#393939!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-vimeo{background-color:#1ab7ea!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-twitter{background-color:#4099FF!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-facebook{background-color:#3B5998!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-google{background-color:#dd4b39!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-pinterest{background-color:#cb2027!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-linkedin{background-color:#007bb6!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-github{background-color:#171515!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-instagram{background-color:#3f729b!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-soundcloud{background-color:#f70!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-behance{background-color:#005cff!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-delicious{background-color:#205cc0!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-foursquare{background-color:#25a0ca!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-forrst{background-color:#5b9a68!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-dribbble{background-color:#ea4c89!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-envato{background-color:#82b540!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-vk{background-color:#45668e!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-rss{background-color:#F60!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-tumblr{background-color:#32506d!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-vine{background-color:#00b488!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-slideshare{background-color:#e98325!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-500px{background-color:#02adea!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-flickr{background-color:#FF0084!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-wp_posts{background-color:#c2685f!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-wp_comments{background-color:#b8c25f!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-wp_users{background-color:#5fa7c2!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-audioboo{background-color:#b0006d!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-steamcommunity{background-color:#000!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-weheartit{background-color:#ff679d!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-feedly{background-color:#02bb24!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-love{background-color:#ED1C24!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-mailpoet{background-color:#F14176!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-mymail{background-color:#28b4e9!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-spotify{background-color:#84bd00!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-twitch{background-color:#6441a5!important}.essbfc-template-outlinecolor li:hover .essbfc-icon-total{background-color:#555!important}.essbfc-template-outlinecolor .essbfc-icon-mailchimp{color:#2c9ab7!important;border:2px solid #2c9ab7!important}.essbfc-template-outlinecolor .essbfc-icon-youtube{color:#CD332D!important;border:2px solid #CD332D!important}.essbfc-template-outlinecolor .essbfc-icon-email{color:#393939!important;border:2px solid #393939!important}.essbfc-template-outlinecolor .essbfc-icon-vimeo{color:#1ab7ea!important;border:2px solid #1ab7ea!important}.essbfc-template-outlinecolor .essbfc-icon-twitter{color:#4099FF!important;border:2px solid #4099FF!important}.essbfc-template-outlinecolor .essbfc-icon-facebook{color:#3B5998!important;border:2px solid #3B5998!important}.essbfc-template-outlinecolor .essbfc-icon-google{color:#dd4b39!important;border:2px solid #dd4b39!important}.essbfc-template-outlinecolor .essbfc-icon-pinterest{color:#cb2027!important;border:2px solid #cb2027!important}.essbfc-template-outlinecolor .essbfc-icon-linkedin{color:#007bb6!important;border:2px solid #007bb6!important}.essbfc-template-outlinecolor .essbfc-icon-github{color:#171515!important;border:2px solid #171515!important}.essbfc-template-outlinecolor .essbfc-icon-instagram{color:#3f729b!important;border:2px solid #3f729b!important}.essbfc-template-outlinecolor .essbfc-icon-soundcloud{color:#f70!important;border:2px solid #f70!important}.essbfc-template-outlinecolor .essbfc-icon-behance{color:#005cff!important;border:2px solid #005cff!important}.essbfc-template-outlinecolor .essbfc-icon-delicious{color:#205cc0!important;border:2px solid #205cc0!important}.essbfc-template-outlinecolor .essbfc-icon-foursquare{color:#25a0ca!important;border:2px solid #25a0ca!important}.essbfc-template-outlinecolor .essbfc-icon-forrst{color:#5b9a68!important;border:2px solid #5b9a68!important}.essbfc-template-outlinecolor .essbfc-icon-dribbble{color:#ea4c89!important;border:2px solid #ea4c89!important}.essbfc-template-outlinecolor .essbfc-icon-envato{color:#82b540!important;border:2px solid #82b540!important}.essbfc-template-outlinecolor .essbfc-icon-vk{color:#45668e!important;border:2px solid #45668e!important}.essbfc-template-outlinecolor .essbfc-icon-rss{color:#F60!important;border:2px solid #F60!important}.essbfc-template-outlinecolor .essbfc-icon-tumblr{color:#32506d!important;border:2px solid #32506d!important}.essbfc-template-outlinecolor .essbfc-icon-vine{color:#00b488!important;border:2px solid #00b488!important}.essbfc-template-outlinecolor .essbfc-icon-slideshare{color:#e98325!important;border:2px solid #e98325!important}.essbfc-template-outlinecolor .essbfc-icon-500px{color:#02adea!important;border:2px solid #02adea!important}.essbfc-template-outlinecolor .essbfc-icon-flickr{color:#FF0084!important;border:2px solid #FF0084!important}.essbfc-template-outlinecolor .essbfc-icon-wp_posts{color:#c2685f!important;border:2px solid #c2685f!important}.essbfc-template-outlinecolor .essbfc-icon-wp_comments{color:#b8c25f!important;border:2px solid #b8c25f!important}.essbfc-template-outlinecolor .essbfc-icon-wp_users{color:#5fa7c2!important;border:2px solid #5fa7c2!important}.essbfc-template-outlinecolor .essbfc-icon-audioboo{color:#b0006d!important;border:2px solid #b0006d!important}.essbfc-template-outlinecolor .essbfc-icon-steamcommunity{color:#000!important;border:2px solid #000!important}.essbfc-template-outlinecolor .essbfc-icon-weheartit{color:#ff679d!important;border:2px solid #ff679d!important}.essbfc-template-outlinecolor .essbfc-icon-feedly{color:#02bb24!important;border:2px solid #02bb24!important}.essbfc-template-outlinecolor .essbfc-icon-love{color:#ED1C24!important;border:2px solid #ED1C24!important}.essbfc-template-outlinecolor .essbfc-icon-mailpoet{color:#F14176!important;border:2px solid #F14176!important}.essbfc-template-outlinecolor .essbfc-icon-mymail{color:#28b4e9!important;border:2px solid #28b4e9!important}.essbfc-template-outlinecolor .essbfc-icon-spotify{color:#84bd00!important;border:2px solid #84bd00!important}.essbfc-template-outlinecolor .essbfc-icon-twitch{color:#6441a5!important;border:2px solid #6441a5!important}.essbfc-template-outlinecolor .essbfc-icon-total{color:#555!important;border:2px solid #555!important}.essbfc-template-flat li .essbfc-network,.essbfc-template-flat li a,.essbfc-template-flat li:hover .essbfc-network,.essbfc-template-flat li:hover a,.essbfc-template-metro li .essbfc-network,.essbfc-template-metro li a,.essbfc-template-metro li:hover .essbfc-network,.essbfc-template-metro li:hover a,.essbfc-template-tinycolor li .essbfc-network,.essbfc-template-tinycolor li a,.essbfc-template-tinycolor li:hover .essbfc-network,.essbfc-template-tinycolor li:hover a,.essbfc-template-tinygrey li .essbfc-network,.essbfc-template-tinygrey li a,.essbfc-template-tinygrey li:hover .essbfc-network,.essbfc-template-tinygrey li:hover a{color:#FFF!important}.essbfc-template-metro li:hover .essbfc-network{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=  80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8}.essbfc-template-metro .essbfc-mailchimp .essbfc-network{background-color:#2c9ab7!important}.essbfc-template-metro .essbfc-youtube .essbfc-network{background-color:#CD332D!important}.essbfc-template-metro .essbfc-email .essbfc-network{background-color:#393939!important}.essbfc-template-metro .essbfc-vimeo .essbfc-network{background-color:#1ab7ea!important}.essbfc-template-metro .essbfc-twitter .essbfc-network{background-color:#4099FF!important}.essbfc-template-metro .essbfc-facebook .essbfc-network{background-color:#3B5998!important}.essbfc-template-metro .essbfc-google .essbfc-network{background-color:#dd4b39!important}.essbfc-template-metro .essbfc-pinterest .essbfc-network{background-color:#cb2027!important}.essbfc-template-metro .essbfc-linkedin .essbfc-network{background-color:#007bb6!important}.essbfc-template-metro .essbfc-github .essbfc-network{background-color:#171515!important}.essbfc-template-metro .essbfc-instagram .essbfc-network{background-color:#3f729b!important}.essbfc-template-metro .essbfc-soundcloud .essbfc-network{background-color:#f70!important}.essbfc-template-metro .essbfc-behance .essbfc-network{background-color:#005cff!important}.essbfc-template-metro .essbfc-delicious .essbfc-network{background-color:#205cc0!important}.essbfc-template-metro .essbfc-foursquare .essbfc-network{background-color:#25a0ca!important}.essbfc-template-metro .essbfc-forrst .essbfc-network{background-color:#5b9a68!important}.essbfc-template-metro .essbfc-dribbble .essbfc-network{background-color:#ea4c89!important}.essbfc-template-metro .essbfc-envato .essbfc-network{background-color:#82b540!important}.essbfc-template-metro .essbfc-vk .essbfc-network{background-color:#45668e!important}.essbfc-template-metro .essbfc-rss .essbfc-network{background-color:#F60!important}.essbfc-template-metro .essbfc-tumblr .essbfc-network{background-color:#32506d!important}.essbfc-template-metro .essbfc-vine .essbfc-network{background-color:#00b488!important}.essbfc-template-metro .essbfc-slideshare .essbfc-network{background-color:#e98325!important}.essbfc-template-metro .essbfc-500px .essbfc-network{background-color:#02adea!important}.essbfc-template-metro .essbfc-flickr .essbfc-network{background-color:#FF0084!important}.essbfc-template-metro .essbfc-wp_posts .essbfc-network{background-color:#c2685f!important}.essbfc-template-metro .essbfc-wp_comments .essbfc-network{background-color:#b8c25f!important}.essbfc-template-metro .essbfc-wp_users .essbfc-network{background-color:#5fa7c2!important}.essbfc-template-metro .essbfc-audioboo .essbfc-network{background-color:#b0006d!important}.essbfc-template-metro .essbfc-steamcommunity .essbfc-network{background-color:#000!important}.essbfc-template-metro .essbfc-weheartit .essbfc-network{background-color:#ff679d!important}.essbfc-template-metro .essbfc-feedly .essbfc-network{background-color:#02bb24!important}.essbfc-template-metro .essbfc-love .essbfc-network{background-color:#ED1C24!important}.essbfc-template-metro .essbfc-mailpoet .essbfc-network{background-color:#F14176!important}.essbfc-template-metro .essbfc-mymail .essbfc-network{background-color:#28b4e9!important}.essbfc-template-metro .essbfc-spotify .essbfc-network{background-color:#84bd00!important}.essbfc-template-metro .essbfc-twitch .essbfc-network{background-color:#6441a5!important}.essbfc-template-metro .essbfc-total .essbfc-network{background-color:#555!important}.essbfc-template-flat li .essbfc-network{background-clip:padding-box;border-radius:5px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.25);-webkit-border-radius:5px;-webkit-box-shadow:inset 0 -4px 0 rgba(0,0,0,.25)}.essbfc-template-flat li:hover .essbfc-network{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.4) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.4) 100%);background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.4) 100%);filter:progid:DXImageTransform.Microsoft.gradient(  startColorstr='#1a000000',
		endColorstr='#66000000', GradientType=0 )}.essbfc-template-flat .essbfc-mailchimp .essbfc-network{background-color:#2c9ab7!important}.essbfc-template-flat .essbfc-youtube .essbfc-network{background-color:#CD332D!important}.essbfc-template-flat .essbfc-email .essbfc-network{background-color:#393939!important}.essbfc-template-flat .essbfc-vimeo .essbfc-network{background-color:#1ab7ea!important}.essbfc-template-flat .essbfc-twitter .essbfc-network{background-color:#4099FF!important}.essbfc-template-flat .essbfc-facebook .essbfc-network{background-color:#3B5998!important}.essbfc-template-flat .essbfc-google .essbfc-network{background-color:#dd4b39!important}.essbfc-template-flat .essbfc-pinterest .essbfc-network{background-color:#cb2027!important}.essbfc-template-flat .essbfc-linkedin .essbfc-network{background-color:#007bb6!important}.essbfc-template-flat .essbfc-github .essbfc-network{background-color:#171515!important}.essbfc-template-flat .essbfc-instagram .essbfc-network{background-color:#3f729b!important}.essbfc-template-flat .essbfc-soundcloud .essbfc-network{background-color:#f70!important}.essbfc-template-flat .essbfc-behance .essbfc-network{background-color:#005cff!important}.essbfc-template-flat .essbfc-delicious .essbfc-network{background-color:#205cc0!important}.essbfc-template-flat .essbfc-foursquare .essbfc-network{background-color:#25a0ca!important}.essbfc-template-flat .essbfc-forrst .essbfc-network{background-color:#5b9a68!important}.essbfc-template-flat .essbfc-dribbble .essbfc-network{background-color:#ea4c89!important}.essbfc-template-flat .essbfc-envato .essbfc-network{background-color:#82b540!important}.essbfc-template-flat .essbfc-vk .essbfc-network{background-color:#45668e!important}.essbfc-template-flat .essbfc-rss .essbfc-network{background-color:#F60!important}.essbfc-template-flat .essbfc-tumblr .essbfc-network{background-color:#32506d!important}.essbfc-template-flat .essbfc-vine .essbfc-network{background-color:#00b488!important}.essbfc-template-flat .essbfc-slideshare .essbfc-network{background-color:#e98325!important}.essbfc-template-flat .essbfc-500px .essbfc-network{background-color:#02adea!important}.essbfc-template-flat .essbfc-flickr .essbfc-network{background-color:#FF0084!important}.essbfc-template-flat .essbfc-wp_posts .essbfc-network{background-color:#c2685f!important}.essbfc-template-flat .essbfc-wp_comments .essbfc-network{background-color:#b8c25f!important}.essbfc-template-flat .essbfc-wp_users .essbfc-network{background-color:#5fa7c2!important}.essbfc-template-flat .essbfc-audioboo .essbfc-network{background-color:#b0006d!important}.essbfc-template-flat .essbfc-steamcommunity .essbfc-network{background-color:#000!important}.essbfc-template-flat .essbfc-weheartit .essbfc-network{background-color:#ff679d!important}.essbfc-template-flat .essbfc-feedly .essbfc-network{background-color:#02bb24!important}.essbfc-template-flat .essbfc-love .essbfc-network{background-color:#ED1C24!important}.essbfc-template-flat .essbfc-mailpoet .essbfc-network{background-color:#F14176!important}.essbfc-template-flat .essbfc-mymail .essbfc-network{background-color:#28b4e9!important}.essbfc-template-flat .essbfc-spotify .essbfc-network{background-color:#84bd00!important}.essbfc-template-flat .essbfc-twitch .essbfc-network{background-color:#6441a5!important}.essbfc-template-flat .essbfc-total .essbfc-network{background-color:#555!important}.essbfc-template-tinycolor .essbfc-network{text-align:left}.essbfc-template-tinycolor .essbfc-icon{font-size:18px;display:inline-block;padding:10px 0 10px 10px;margin-right:5px;text-align:center}.essbfc-template-tinycolor .essbfc-followers-count{font-size:14px;font-weight:700;display:inline-block;min-width:0;float:right;padding-top:10px;padding-right:8px}.essbfc-template-tinycolor .essbfc-followers-text{display:none;min-width:0}.essbfc-template-tinycolor li:hover .essbfc-network{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=  80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8}.essbfc-template-tinycolor .essbfc-mailchimp .essbfc-network{background-color:#2c9ab7!important}.essbfc-template-tinycolor .essbfc-youtube .essbfc-network{background-color:#CD332D!important}.essbfc-template-tinycolor .essbfc-email .essbfc-network{background-color:#393939!important}.essbfc-template-tinycolor .essbfc-vimeo .essbfc-network{background-color:#1ab7ea!important}.essbfc-template-tinycolor .essbfc-twitter .essbfc-network{background-color:#4099FF!important}.essbfc-template-tinycolor .essbfc-facebook .essbfc-network{background-color:#3B5998!important}.essbfc-template-tinycolor .essbfc-google .essbfc-network{background-color:#dd4b39!important}.essbfc-template-tinycolor .essbfc-pinterest .essbfc-network{background-color:#cb2027!important}.essbfc-template-tinycolor .essbfc-linkedin .essbfc-network{background-color:#007bb6!important}.essbfc-template-tinycolor .essbfc-github .essbfc-network{background-color:#171515!important}.essbfc-template-tinycolor .essbfc-instagram .essbfc-network{background-color:#3f729b!important}.essbfc-template-tinycolor .essbfc-soundcloud .essbfc-network{background-color:#f70!important}.essbfc-template-tinycolor .essbfc-behance .essbfc-network{background-color:#005cff!important}.essbfc-template-tinycolor .essbfc-delicious .essbfc-network{background-color:#205cc0!important}.essbfc-template-tinycolor .essbfc-foursquare .essbfc-network{background-color:#25a0ca!important}.essbfc-template-tinycolor .essbfc-forrst .essbfc-network{background-color:#5b9a68!important}.essbfc-template-tinycolor .essbfc-dribbble .essbfc-network{background-color:#ea4c89!important}.essbfc-template-tinycolor .essbfc-envato .essbfc-network{background-color:#82b540!important}.essbfc-template-tinycolor .essbfc-vk .essbfc-network{background-color:#45668e!important}.essbfc-template-tinycolor .essbfc-rss .essbfc-network{background-color:#F60!important}.essbfc-template-tinycolor .essbfc-tumblr .essbfc-network{background-color:#32506d!important}.essbfc-template-tinycolor .essbfc-vine .essbfc-network{background-color:#00b488!important}.essbfc-template-tinycolor .essbfc-slideshare .essbfc-network{background-color:#e98325!important}.essbfc-template-tinycolor .essbfc-500px .essbfc-network{background-color:#02adea!important}.essbfc-template-tinycolor .essbfc-flickr .essbfc-network{background-color:#FF0084!important}.essbfc-template-tinycolor .essbfc-wp_posts .essbfc-network{background-color:#c2685f!important}.essbfc-template-tinycolor .essbfc-wp_comments .essbfc-network{background-color:#b8c25f!important}.essbfc-template-tinycolor .essbfc-wp_users .essbfc-network{background-color:#5fa7c2!important}.essbfc-template-tinycolor .essbfc-audioboo .essbfc-network{background-color:#b0006d!important}.essbfc-template-tinycolor .essbfc-steamcommunity .essbfc-network{background-color:#000!important}.essbfc-template-tinycolor .essbfc-weheartit .essbfc-network{background-color:#ff679d!important}.essbfc-template-tinycolor .essbfc-feedly .essbfc-network{background-color:#02bb24!important}.essbfc-template-tinycolor .essbfc-love .essbfc-network{background-color:#ED1C24!important}.essbfc-template-tinycolor .essbfc-mailpoet .essbfc-network{background-color:#F14176!important}.essbfc-template-tinycolor .essbfc-mymail .essbfc-network{background-color:#28b4e9!important}.essbfc-template-tinycolor .essbfc-spotify .essbfc-network{background-color:#84bd00!important}.essbfc-template-tinycolor .essbfc-twitch .essbfc-network{background-color:#6441a5!important}.essbfc-template-tinycolor .essbfc-total .essbfc-network{background-color:#555!important}.essbfc-template-tinygrey .essbfc-network{text-align:left;background-color:#616161!important}.essbfc-template-tinygrey li:hover .essbfc-network{text-align:left;background-color:#212121!important}.essbfc-template-tinygrey .essbfc-icon{font-size:18px;display:inline-block;padding:10px 0 10px 10px;margin-right:5px;text-align:center}.essbfc-template-tinygrey .essbfc-followers-count{font-size:14px;font-weight:700;display:inline-block;min-width:0;float:right;padding-top:10px;padding-right:8px}.essbfc-template-tinygrey .essbfc-followers-text{display:none;min-width:0}.essbfc-template-tinylight li .essbfc-network,.essbfc-template-tinylight li a,.essbfc-template-tinylight li:hover .essbfc-network,.essbfc-template-tinylight li:hover a{color:#555!important}.essbfc-template-tinylight .essbfc-network{text-align:left;background-color:#efefef!important;opacity:.8}.essbfc-template-tinylight li:hover .essbfc-network{text-align:left;background-color:#fff!important;opacity:1}.essbfc-template-tinylight .essbfc-icon{font-size:18px;display:inline-block;padding:10px 0 10px 10px;margin-right:5px;text-align:center}.essbfc-template-tinylight .essbfc-followers-count{font-size:14px;font-weight:700;display:inline-block;min-width:0;float:right;padding-top:10px;padding-right:8px}.essbfc-template-tinylight .essbfc-followers-text{display:none;min-width:0}.essbfc-template-modern li .essbfc-network,.essbfc-template-modern li a{color:#444!important}.essbfc-template-modern li:hover .essbfc-network,.essbfc-template-modern li:hover a{color:#FFF!important}.essbfc-template-modern li:hover .essbfc-network,.essbfc-template-modern li:hover .essbfc-network i{color:#fff!important}.essbfc-template-modern .essbfc-mailchimp:hover .essbfc-network{background-color:#2c9ab7!important}.essbfc-template-modern .essbfc-mailchimp .essbfc-network{border-bottom:3px solid #2c9ab7!important}.essbfc-template-modern .essbfc-mailchimp .essbfc-network i{color:#2c9ab7!important}.essbfc-template-modern .essbfc-youtube:hover .essbfc-network{background-color:#CD332D!important}.essbfc-template-modern .essbfc-youtube .essbfc-network{border-bottom:3px solid #CD332D!important}.essbfc-template-modern .essbfc-youtube .essbfc-network i{color:#CD332D!important}.essbfc-template-modern .essbfc-email:hover .essbfc-network{background-color:#393939!important}.essbfc-template-modern .essbfc-email .essbfc-network i{color:#393939!important}.essbfc-template-modern .essbfc-email .essbfc-network{border-bottom:3px solid #393939!important}.essbfc-template-modern .essbfc-vimeo:hover .essbfc-network{background-color:#1ab7ea!important}.essbfc-template-modern .essbfc-vimeo .essbfc-network i{color:#1ab7ea!important}.essbfc-template-modern .essbfc-vimeo .essbfc-network{border-bottom:3px solid #1ab7ea!important}.essbfc-template-modern .essbfc-twitter:hover .essbfc-network{background-color:#4099FF!important}.essbfc-template-modern .essbfc-twitter .essbfc-network i{color:#4099FF!important}.essbfc-template-modern .essbfc-twitter .essbfc-network{border-bottom:3px solid #4099FF!important}.essbfc-template-modern .essbfc-facebook:hover .essbfc-network{background-color:#3B5998!important}.essbfc-template-modern .essbfc-facebook .essbfc-network{border-bottom:3px solid #3B5998!important}.essbfc-template-modern .essbfc-facebook .essbfc-network i{color:#3B5998!important}.essbfc-template-modern .essbfc-google:hover .essbfc-network{background-color:#dd4b39!important}.essbfc-template-modern .essbfc-google .essbfc-network i{color:#dd4b39!important}.essbfc-template-modern .essbfc-google .essbfc-network{border-bottom:3px solid #dd4b39!important}.essbfc-template-modern .essbfc-pinterest:hover .essbfc-network{background-color:#cb2027!important}.essbfc-template-modern .essbfc-pinterest .essbfc-network{border-bottom:3px solid #cb2027!important}.essbfc-template-modern .essbfc-pinterest .essbfc-network i{color:#cb2027!important}.essbfc-template-modern .essbfc-linkedin:hover .essbfc-network{background-color:#007bb6!important}.essbfc-template-modern .essbfc-linkedin .essbfc-network{border-bottom:3px solid #007bb6!important}.essbfc-template-modern .essbfc-linkedin .essbfc-network i{color:#007bb6!important}.essbfc-template-modern .essbfc-github:hover .essbfc-network{background-color:#171515!important}.essbfc-template-modern .essbfc-github .essbfc-network{border-bottom:3px solid #171515!important}.essbfc-template-modern .essbfc-github .essbfc-network i{color:#171515!important}.essbfc-template-modern .essbfc-instagram:hover .essbfc-network{background-color:#3f729b!important}.essbfc-template-modern .essbfc-instagram .essbfc-network{border-bottom:3px solid #3f729b!important}.essbfc-template-modern .essbfc-instagram .essbfc-network i{color:#3f729b!important}.essbfc-template-modern .essbfc-soundcloud:hover .essbfc-network{background-color:#f70!important}.essbfc-template-modern .essbfc-soundcloud .essbfc-network{border-bottom:3px solid #f70!important}.essbfc-template-modern .essbfc-soundcloud .essbfc-network i{color:#f70!important}.essbfc-template-modern .essbfc-behance:hover .essbfc-network{background-color:#005cff!important}.essbfc-template-modern .essbfc-behance .essbfc-network{border-bottom:3px solid #005cff!important}.essbfc-template-modern .essbfc-behance .essbfc-network i{color:#005cff!important}.essbfc-template-modern .essbfc-delicious:hover .essbfc-network{background-color:#205cc0!important}.essbfc-template-modern .essbfc-delicious .essbfc-network{border-bottom:3px solid #205cc0!important}.essbfc-template-modern .essbfc-delicious .essbfc-network i{color:#205cc0!important}.essbfc-template-modern .essbfc-foursquare:hover .essbfc-network{background-color:#25a0ca!important}.essbfc-template-modern .essbfc-foursquare .essbfc-network{border-bottom:3px solid #25a0ca!important}.essbfc-template-modern .essbfc-foursquare .essbfc-network i{color:#25a0ca!important}.essbfc-template-modern .essbfc-forrst:hover .essbfc-network{background-color:#5b9a68!important}.essbfc-template-modern .essbfc-forrst .essbfc-network{border-bottom:3px solid #5b9a68!important}.essbfc-template-modern .essbfc-forrst .essbfc-network i{color:#5b9a68!important}.essbfc-template-modern .essbfc-dribbble:hover .essbfc-network{background-color:#ea4c89!important}.essbfc-template-modern .essbfc-dribbble .essbfc-network{border-bottom:3px solid #ea4c89!important}.essbfc-template-modern .essbfc-dribbble .essbfc-network i{color:#ea4c89!important}.essbfc-template-modern .essbfc-envato:hover .essbfc-network{background-color:#82b540!important}.essbfc-template-modern .essbfc-envato .essbfc-network{border-bottom:3px solid #82b540!important;color:#82b540!important}.essbfc-template-modern .essbfc-vk:hover .essbfc-network{background-color:#45668e!important}.essbfc-template-modern .essbfc-vk .essbfc-network{border-bottom:3px solid #45668e!important}.essbfc-template-modern .essbfc-vk .essbfc-network i{color:#45668e!important}.essbfc-template-modern .essbfc-rss:hover .essbfc-network{background-color:#F60!important}.essbfc-template-modern .essbfc-rss .essbfc-network{border-bottom:3px solid #F60!important}.essbfc-template-modern .essbfc-rss .essbfc-network i{color:#F60!important}.essbfc-template-modern .essbfc-tumblr:hover .essbfc-network{background-color:#32506d!important}.essbfc-template-modern .essbfc-tumblr .essbfc-network{border-bottom:3px solid #32506d!important}.essbfc-template-modern .essbfc-tumblr .essbfc-network i{color:#32506d!important}.essbfc-template-modern .essbfc-vine:hover .essbfc-network{background-color:#00b488!important}.essbfc-template-modern .essbfc-vine .essbfc-network{border-bottom:3px solid #00b488!important}.essbfc-template-modern .essbfc-vine .essbfc-network i{color:#00b488!important}.essbfc-template-modern .essbfc-slideshare:hover .essbfc-network{background-color:#e98325!important}.essbfc-template-modern .essbfc-slideshare .essbfc-network{border-bottom:3px solid #e98325!important}.essbfc-template-modern .essbfc-slideshare .essbfc-network i{color:#e98325!important}.essbfc-template-modern .essbfc-500px:hover .essbfc-network{background-color:#02adea!important}.essbfc-template-modern .essbfc-500px .essbfc-network{border-bottom:3px solid #02adea!important;color:#02adea!important}.essbfc-template-modern .essbfc-flickr:hover .essbfc-network{background-color:#FF0084!important}.essbfc-template-modern .essbfc-flickr .essbfc-network{border-bottom:3px solid #FF0084!important}.essbfc-template-modern .essbfc-flickr .essbfc-network i{color:#FF0084!important}.essbfc-template-modern .essbfc-wp_posts:hover .essbfc-network{background-color:#c2685f!important}.essbfc-template-modern .essbfc-wp_posts .essbfc-network{border-bottom:3px solid #c2685f!important}.essbfc-template-modern .essbfc-wp_posts .essbfc-network i{color:#c2685f!important}.essbfc-template-modern .essbfc-wp_comments:hover .essbfc-network{background-color:#b8c25f!important}.essbfc-template-modern .essbfc-wp_comments .essbfc-network{border-bottom:3px solid #b8c25f!important}.essbfc-template-modern .essbfc-wp_comments .essbfc-network i{color:#b8c25f!important}.essbfc-template-modern .essbfc-wp_users:hover .essbfc-network{background-color:#5fa7c2!important}.essbfc-template-modern .essbfc-wp_users .essbfc-network{border-bottom:3px solid #5fa7c2!important}.essbfc-template-modern .essbfc-wp_users .essbfc-network i{color:#5fa7c2!important}.essbfc-template-modern .essbfc-audioboo:hover .essbfc-network{background-color:#b0006d!important}.essbfc-template-modern .essbfc-audioboo .essbfc-network{border-bottom:3px solid #b0006d!important}.essbfc-template-modern .essbfc-audioboo .essbfc-network i{color:#b0006d!important}.essbfc-template-modern .essbfc-steamcommunity:hover .essbfc-network{background-color:#000!important}.essbfc-template-modern .essbfc-steamcommunity .essbfc-network{border-bottom:3px solid #000!important}.essbfc-template-modern .essbfc-steamcommunity .essbfc-network i{color:#000!important}.essbfc-template-modern .essbfc-weheartit:hover .essbfc-network{background-color:#ff679d!important}.essbfc-template-modern .essbfc-weheartit .essbfc-network{border-bottom:3px solid #ff679d!important}.essbfc-template-modern .essbfc-weheartit .essbfc-network i{color:#ff679d!important}.essbfc-template-modern .essbfc-feedly:hover .essbfc-network{background-color:#02bb24!important}.essbfc-template-modern .essbfc-feedly .essbfc-network{border-bottom:3px solid #02bb24!important}.essbfc-template-modern .essbfc-feedly .essbfc-network i{color:#02bb24!important}.essbfc-template-modern .essbfc-love:hover .essbfc-network{background-color:#ED1C24!important}.essbfc-template-modern .essbfc-love .essbfc-network{border-bottom:3px solid #ED1C24!important}.essbfc-template-modern .essbfc-love .essbfc-network i{color:#ED1C24!important}.essbfc-template-modern .essbfc-mailpoet:hover .essbfc-network{background-color:#F14176!important}.essbfc-template-modern .essbfc-mailpoet .essbfc-network{border-bottom:3px solid #F14176!important}.essbfc-template-modern .essbfc-mailpoet .essbfc-network i{color:#F14176!important}.essbfc-template-modern .essbfc-mymail:hover .essbfc-network{background-color:#28b4e9!important}.essbfc-template-modern .essbfc-mymail .essbfc-network{border-bottom:3px solid #28b4e9!important}.essbfc-template-modern .essbfc-mymail .essbfc-network i{color:#28b4e9!important}.essbfc-template-modern .essbfc-spotify:hover .essbfc-network{background-color:#84bd00!important}.essbfc-template-modern .essbfc-spotify .essbfc-network{border-bottom:3px solid #84bd00!important}.essbfc-template-modern .essbfc-spotify .essbfc-network i{color:#84bd00!important}.essbfc-template-modern .essbfc-twitch:hover .essbfc-network{background-color:#6441a5!important}.essbfc-template-modern .essbfc-twitch .essbfc-network{border-bottom:3px solid #6441a5!important}.essbfc-template-modern .essbfc-twitch .essbfc-network i{color:#6441a5!important}.essbfc-template-modern .essbfc-total:hover .essbfc-network{background-color:#555!important}.essbfc-template-modern .essbfc-total .essbfc-network{border-bottom:3px solid #555!important}.essbfc-template-modern .essbfc-total .essbfc-network i{color:#555!important}.essbfc-icon{font-family:essb-socialfollowers;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:normal;font-size:38px;display:block;padding:10px 0 0}.essbfc-followers-count,.essbfc-followers-text{text-transform:uppercase;display:block;line-height:normal}.essbfc-followers-count{font-size:24px;padding-top:0;min-width:80px;margin-bottom:0}.essbfc-followers-text{font-size:11px;margin-bottom:7px}.essbfc-totalastext{font-weight:700}.essbfc-icon-google:before{content:'\e800'}.essbfc-icon-facebook:before{content:'\e801'}.essbfc-icon-twitter:before{content:'\e802'}.essbfc-icon-pinterest:before{content:'\e803'}.essbfc-icon-linkedin:before{content:'\e804'}.essbfc-icon-github:before{content:'\e805'}.essbfc-icon-vimeo:before{content:'\e806'}.essbfc-icon-dribbble:before{content:'\e807'}.essbfc-icon-mailchimp:before{content:'\e808'}.essbfc-icon-soundcloud:before{content:'\e809'}.essbfc-icon-behance:before{content:'\e80a'}.essbfc-icon-forrst:before{content:'\e80b'}.essbfc-icon-delicious:before{content:'\e80c'}.essbfc-icon-instagram:before{content:'\e80d'}.essbfc-icon-youtube:before{content:'\e80e'}.essbfc-icon-vk:before{content:'\e80f'}.essbfc-icon-rss:before{content:'\e810'}.essbfc-icon-vine:before{content:'\e811'}.essbfc-icon-tumblr:before{content:'\e812'}.essbfc-icon-slideshare:before{content:'\e813'}.essbfc-icon-flickr:before{content:'\e814'}.essbfc-icon-wp_posts:before{content:'\e815'}.essbfc-icon-wp_comments:before{content:'\e816'}.essbfc-icon-wp_users:before{content:'\e817'}.essbfc-icon-audioboo:before{content:'\e818'}.essbfc-icon-steamcommunity:before{content:'\e819'}.essbfc-icon-love:before,.essbfc-icon-weheartit:before{content:'\e81a'}.essbfc-icon-heart:before{content:'\e81b'}.essbfc-icon-envato:before{content:'\e81e'}.essbfc-icon-500px:before{content:'\e81f'}.essbfc-icon-feedly:before{content:'\e820'}.essbfc-icon-mailpoet:before,.essbfc-icon-mymail:before{content:'\e808'}.essbfc-icon-spotify:before{content:'\e81c'}.essbfc-icon-twitch:before{content:'\e81d'}.essbfc-icon-total:before{content:'\e81a'}.essbfc-container.essbfc-col-1.essbfc-template-outlinecolor li .essbfc-icon,.essbfc-container.essbfc-col-1.essbfc-template-outlinegrey li .essbfc-icon,.essbfc-container.essbfc-col-1.essbfc-template-outlinelight li .essbfc-icon,.essbfc-container.essbfc-col-1.essbfc-template-roundcolor li .essbfc-icon,.essbfc-container.essbfc-col-1.essbfc-template-roundgrey li .essbfc-icon,.essbfc-container.essbfc-col-1.essbfc-template-roundlight li .essbfc-icon{padding-left:0;padding-top:0;padding-bottom:0;float:left;font-size:21px;width:38px;height:38px;line-height:38px}.essbfc-icon-pulse:active:before,.essbfc-icon-pulse:focus:before,.essbfc-network:hover .essbfc-icon-pulse:before{-webkit-animation-name:hvr-icon-pulse;animation-name:hvr-icon-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.essbfc-icon-down:active:before,.essbfc-icon-down:focus:before,.essbfc-network:hover .essbfc-icon-down:before{-webkit-animation-name:hvr-icon-down;animation-name:hvr-icon-down;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.essbfc-icon-up:active:before,.essbfc-icon-up:focus:before,.essbfc-network:hover .essbfc-icon-up:before{-webkit-animation-name:hvr-icon-up;animation-name:hvr-icon-up;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.essbfc-icon-pulse-grow:active:before,.essbfc-icon-pulse-grow:focus:before,.essbfc-network:hover .essbfc-icon-pulse-grow:before{-webkit-animation-name:hvr-icon-pulse-grow;animation-name:hvr-icon-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.essbfc-icon-pop:active:before,.essbfc-icon-pop:focus:before,.essbfc-network:hover .essbfc-icon-pop:before{-webkit-animation-name:hvr-icon-pop;animation-name:hvr-icon-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.essbfc-icon-wobble-horizontal:active:before,.essbfc-icon-wobble-horizontal:focus:before,.essbfc-network:hover .essbfc-icon-wobble-horizontal:before{-webkit-animation-name:hvr-icon-wobble-horizontal;animation-name:hvr-icon-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.essbfc-icon-wobble-vertical:active:before,.essbfc-icon-wobble-vertical:focus:before,.essbfc-network:hover .essbfc-icon-wobble-vertical:before{-webkit-animation-name:hvr-icon-wobble-vertical;animation-name:hvr-icon-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.essbfc-icon-buzz-out:active:before,.essbfc-icon-buzz-out:focus:before,.essbfc-network:hover .essbfc-icon-buzz-out:before{-webkit-animation-name:hvr-icon-buzz-out;animation-name:hvr-icon-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}
.essb-click-to-tweet {
  display: block;
  background: #60A8DC;
  position: relative;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 15px 15px 30px;
  margin-bottom:1em;
  color: #fff;
  cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.essb-click-to-tweet:hover {
	  background-color: #2a7fbd;
	border-left: 3px solid #4499d6;		
}

.essb-click-to-tweet:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.essb-click-to-tweet-quote {
  position: relative;
  color: #fff !important;
  font-size: 1.5em;
  line-height: 140%;
  font-weight: 100;
  text-decoration: none !important;
  text-transform: none !important;
  word-wrap:break-word;
  border-bottom: none !important;
}

.essb-click-to-tweet-button {
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: bold;
  color: #fff;
  text-align: right;
  text-decoration: none !important;	
}

.essb-click-to-tweet-button-icon {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K);	
	background-size: 21px 21px;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	display: inline-block;
	float: right;
	margin-top: -3px;
	margin-left: 5px;
}

.essb-ctt-text a:hover {
  text-decoration: none;
  color: #fff !important;
}
a.essb-ctt-btn {
  border-bottom: none !important;
  margin: 0;
  padding: 11px 24px 0 0;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: .7em;
  font-weight: bold;
  color: #fff !important;
  float: right;
  text-decoration: none !important;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K);	
	background-size: 21px 21px;
	background-repeat: no-repeat;}
.essb-ctt-btn:hover {
  text-decoration: none;
  color: #fff !important;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K);	
	background-size: 21px 21px;
	background-repeat: no-repeat;
}
@charset "UTF-8";
/*
Theme Name: Canvas
Theme URI: http://www.woothemes.com/
Version: 5.8.5
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com/
Tags: canvas, woothemes

	Copyright: (c) 2009-2013 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

*/
.fa, a.button .woo-alert:before,
a.comment-reply-link .woo-alert:before,
#commentform #submit .woo-alert:before,
.submit .woo-alert:before,
input[type=submit] .woo-alert:before,
input.button .woo-alert:before,
button.button .woo-alert:before,
#wrapper .woo-sc-button .woo-alert:before, a.button .woo-download:before,
a.comment-reply-link .woo-download:before,
#commentform #submit .woo-download:before,
.submit .woo-download:before,
input[type=submit] .woo-download:before,
input.button .woo-download:before,
button.button .woo-download:before,
#wrapper .woo-sc-button .woo-download:before, a.button .woo-tick:before,
a.comment-reply-link .woo-tick:before,
#commentform #submit .woo-tick:before,
.submit .woo-tick:before,
input[type=submit] .woo-tick:before,
input.button .woo-tick:before,
button.button .woo-tick:before,
#wrapper .woo-sc-button .woo-tick:before, a.button .woo-info:before,
a.comment-reply-link .woo-info:before,
#commentform #submit .woo-info:before,
.submit .woo-info:before,
input[type=submit] .woo-info:before,
input.button .woo-info:before,
button.button .woo-info:before,
#wrapper .woo-sc-button .woo-info:before, a.button .woo-note:before,
a.comment-reply-link .woo-note:before,
#commentform #submit .woo-note:before,
.submit .woo-note:before,
input[type=submit] .woo-note:before,
input.button .woo-note:before,
button.button .woo-note:before,
#wrapper .woo-sc-button .woo-note:before, body .woo-sc-box:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-fw, a.button .woo-alert:before,
a.comment-reply-link .woo-alert:before,
#commentform #submit .woo-alert:before,
.submit .woo-alert:before,
input[type=submit] .woo-alert:before,
input.button .woo-alert:before,
button.button .woo-alert:before,
#wrapper .woo-sc-button .woo-alert:before, a.button .woo-download:before,
a.comment-reply-link .woo-download:before,
#commentform #submit .woo-download:before,
.submit .woo-download:before,
input[type=submit] .woo-download:before,
input.button .woo-download:before,
button.button .woo-download:before,
#wrapper .woo-sc-button .woo-download:before, a.button .woo-tick:before,
a.comment-reply-link .woo-tick:before,
#commentform #submit .woo-tick:before,
.submit .woo-tick:before,
input[type=submit] .woo-tick:before,
input.button .woo-tick:before,
button.button .woo-tick:before,
#wrapper .woo-sc-button .woo-tick:before, a.button .woo-info:before,
a.comment-reply-link .woo-info:before,
#commentform #submit .woo-info:before,
.submit .woo-info:before,
input[type=submit] .woo-info:before,
input.button .woo-info:before,
button.button .woo-info:before,
#wrapper .woo-sc-button .woo-info:before, a.button .woo-note:before,
a.comment-reply-link .woo-note:before,
#commentform #submit .woo-note:before,
.submit .woo-note:before,
input[type=submit] .woo-note:before,
input.button .woo-note:before,
button.button .woo-note:before,
#wrapper .woo-sc-button .woo-note:before, body .woo-sc-box:before {
  width: 1.2857142857em;
  text-align: center; }

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
body, html {
  height: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

/* remember to define focus styles! */
del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* tables still need 'cellspacing="0"' in the markup */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*!
 *  Font Awesome 4.0.3 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("/wp-content/themes/canvas/includes/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("/wp-content/themes/canvas/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/wp-content/themes/canvas/includes/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/wp-content/themes/canvas/includes/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/wp-content/themes/canvas/includes/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, a.button .woo-alert:before,
a.comment-reply-link .woo-alert:before,
#commentform #submit .woo-alert:before,
.submit .woo-alert:before,
input[type=submit] .woo-alert:before,
input.button .woo-alert:before,
button.button .woo-alert:before,
#wrapper .woo-sc-button .woo-alert:before, a.button .woo-download:before,
a.comment-reply-link .woo-download:before,
#commentform #submit .woo-download:before,
.submit .woo-download:before,
input[type=submit] .woo-download:before,
input.button .woo-download:before,
button.button .woo-download:before,
#wrapper .woo-sc-button .woo-download:before, a.button .woo-tick:before,
a.comment-reply-link .woo-tick:before,
#commentform #submit .woo-tick:before,
.submit .woo-tick:before,
input[type=submit] .woo-tick:before,
input.button .woo-tick:before,
button.button .woo-tick:before,
#wrapper .woo-sc-button .woo-tick:before, a.button .woo-info:before,
a.comment-reply-link .woo-info:before,
#commentform #submit .woo-info:before,
.submit .woo-info:before,
input[type=submit] .woo-info:before,
input.button .woo-info:before,
button.button .woo-info:before,
#wrapper .woo-sc-button .woo-info:before, a.button .woo-note:before,
a.comment-reply-link .woo-note:before,
#commentform #submit .woo-note:before,
.submit .woo-note:before,
input[type=submit] .woo-note:before,
input.button .woo-note:before,
button.button .woo-note:before,
#wrapper .woo-sc-button .woo-note:before, body .woo-sc-box:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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, a.button .woo-alert:before,
a.comment-reply-link .woo-alert:before,
#commentform #submit .woo-alert:before,
.submit .woo-alert:before,
input[type=submit] .woo-alert:before,
input.button .woo-alert:before,
button.button .woo-alert:before,
#wrapper .woo-sc-button .woo-alert:before, a.button .woo-download:before,
a.comment-reply-link .woo-download:before,
#commentform #submit .woo-download:before,
.submit .woo-download:before,
input[type=submit] .woo-download:before,
input.button .woo-download:before,
button.button .woo-download:before,
#wrapper .woo-sc-button .woo-download:before, a.button .woo-tick:before,
a.comment-reply-link .woo-tick:before,
#commentform #submit .woo-tick:before,
.submit .woo-tick:before,
input[type=submit] .woo-tick:before,
input.button .woo-tick:before,
button.button .woo-tick:before,
#wrapper .woo-sc-button .woo-tick:before, a.button .woo-info:before,
a.comment-reply-link .woo-info:before,
#commentform #submit .woo-info:before,
.submit .woo-info:before,
input[type=submit] .woo-info:before,
input.button .woo-info:before,
button.button .woo-info:before,
#wrapper .woo-sc-button .woo-info:before, a.button .woo-note:before,
a.comment-reply-link .woo-note:before,
#commentform #submit .woo-note:before,
.submit .woo-note:before,
input[type=submit] .woo-note:before,
input.button .woo-note:before,
button.button .woo-note:before,
#wrapper .woo-sc-button .woo-note:before, body .woo-sc-box:before {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, a.button .pull-left.woo-alert:before,
a.comment-reply-link .pull-left.woo-alert:before,
#commentform #submit .pull-left.woo-alert:before,
.submit .pull-left.woo-alert:before,
input[type=submit] .pull-left.woo-alert:before,
input.button .pull-left.woo-alert:before,
button.button .pull-left.woo-alert:before,
#wrapper .woo-sc-button .pull-left.woo-alert:before, a.button .pull-left.woo-download:before,
a.comment-reply-link .pull-left.woo-download:before,
#commentform #submit .pull-left.woo-download:before,
.submit .pull-left.woo-download:before,
input[type=submit] .pull-left.woo-download:before,
input.button .pull-left.woo-download:before,
button.button .pull-left.woo-download:before,
#wrapper .woo-sc-button .pull-left.woo-download:before, a.button .pull-left.woo-tick:before,
a.comment-reply-link .pull-left.woo-tick:before,
#commentform #submit .pull-left.woo-tick:before,
.submit .pull-left.woo-tick:before,
input[type=submit] .pull-left.woo-tick:before,
input.button .pull-left.woo-tick:before,
button.button .pull-left.woo-tick:before,
#wrapper .woo-sc-button .pull-left.woo-tick:before, a.button .pull-left.woo-info:before,
a.comment-reply-link .pull-left.woo-info:before,
#commentform #submit .pull-left.woo-info:before,
.submit .pull-left.woo-info:before,
input[type=submit] .pull-left.woo-info:before,
input.button .pull-left.woo-info:before,
button.button .pull-left.woo-info:before,
#wrapper .woo-sc-button .pull-left.woo-info:before, a.button .pull-left.woo-note:before,
a.comment-reply-link .pull-left.woo-note:before,
#commentform #submit .pull-left.woo-note:before,
.submit .pull-left.woo-note:before,
input[type=submit] .pull-left.woo-note:before,
input.button .pull-left.woo-note:before,
button.button .pull-left.woo-note:before,
#wrapper .woo-sc-button .pull-left.woo-note:before, body .pull-left.woo-sc-box:before {
  margin-right: .3em; }
.fa.pull-right, a.button .pull-right.woo-alert:before,
a.comment-reply-link .pull-right.woo-alert:before,
#commentform #submit .pull-right.woo-alert:before,
.submit .pull-right.woo-alert:before,
input[type=submit] .pull-right.woo-alert:before,
input.button .pull-right.woo-alert:before,
button.button .pull-right.woo-alert:before,
#wrapper .woo-sc-button .pull-right.woo-alert:before, a.button .pull-right.woo-download:before,
a.comment-reply-link .pull-right.woo-download:before,
#commentform #submit .pull-right.woo-download:before,
.submit .pull-right.woo-download:before,
input[type=submit] .pull-right.woo-download:before,
input.button .pull-right.woo-download:before,
button.button .pull-right.woo-download:before,
#wrapper .woo-sc-button .pull-right.woo-download:before, a.button .pull-right.woo-tick:before,
a.comment-reply-link .pull-right.woo-tick:before,
#commentform #submit .pull-right.woo-tick:before,
.submit .pull-right.woo-tick:before,
input[type=submit] .pull-right.woo-tick:before,
input.button .pull-right.woo-tick:before,
button.button .pull-right.woo-tick:before,
#wrapper .woo-sc-button .pull-right.woo-tick:before, a.button .pull-right.woo-info:before,
a.comment-reply-link .pull-right.woo-info:before,
#commentform #submit .pull-right.woo-info:before,
.submit .pull-right.woo-info:before,
input[type=submit] .pull-right.woo-info:before,
input.button .pull-right.woo-info:before,
button.button .pull-right.woo-info:before,
#wrapper .woo-sc-button .pull-right.woo-info:before, a.button .pull-right.woo-note:before,
a.comment-reply-link .pull-right.woo-note:before,
#commentform #submit .pull-right.woo-note:before,
.submit .pull-right.woo-note:before,
input[type=submit] .pull-right.woo-note:before,
input.button .pull-right.woo-note:before,
button.button .pull-right.woo-note:before,
#wrapper .woo-sc-button .pull-right.woo-note:before, body .pull-right.woo-sc-box:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

body {
  font: 300 13px/20px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #555;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.2em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.8em; }

p {
  margin: 0;
  font: 300 14px/22px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

strong {
  font-weight: bold; }

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 20px; }

input,
textarea {
  padding: 5px;
  background: #fff;
  border-color: #efefef;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 1em;
  color: #666;
  font-family: inherit; }

.hide {
  display: none; }

img {
  vertical-align: bottom;
  max-width: 100%; }

/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

a:link, a:visited {
  color: #428bca;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #FF4800; }

h1 a:link, h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
  text-decoration: none; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline; }

@font-face {
  font-family: 'Social';
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/canvas/includes/fonts/social.eot");
  src: url("/wp-content/themes/canvas/includes/fonts/social.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/canvas/includes/fonts/social.woff") format("woff"), url("/wp-content/themes/canvas/includes/fonts/social.ttf") format("truetype"), url("/wp-content/themes/canvas/includes/fonts/social.svg#woo-social") format("svg"); }
embed,
iframe,
video {
  max-width: 100%; }

video {
  height: auto; }

/* 2.1 Containers & Columns */
#wrapper {
  position: relative; }

#inner-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  padding: 0 1em;
  -webkit-transition: left, ease, 0.5s;
  -moz-transition: left, ease, 0.5s;
  transition: left, ease, 0.5s; */
}

/* 2.3 Header */
#header {
  padding: 40px 0 45px;
  clear: both;
  position: relative;
  background-size: auto; }

#logo .site-title {
  line-height: inherit;
  margin-bottom: 5px;
  font-weight: bold; }

#logo .site-title, #logo .site-description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  display: block; }

#logo .site-title a {
  color: #222;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  text-decoration: none; }

#logo .site-title a:hover {
  text-decoration: underline; }

#logo .site-description {
  color: #999;
  font-weight: 300; }

.header-widget {
  margin: 2em 0 0;
  float: none;
  clear: both; }

.header-widget .widget {
  margin-bottom: 0;
  margin-top: 2em; }

.header-widget .widget:first-child {
  margin: 0; }

/* 2.4 Content */
#content {
  padding: 0 0 40px;
  position: relative; }

/* 2.5 Sidebar */
#sidebar {
  margin-top: 3em;
  clear: both; }

#sidebar .secondary {
  float: left;
  margin-right: 20px; }

#sidebar .tertiary {
  float: left;
  margin-right: 0; }

#sidebar .last {
  margin: 0; }

/* 2.6 Footer */
#footer {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  color: #999; }

#footer #credit img {
  vertical-align: middle; }

#footer #credit span {
  display: none; }

#footer .col-left {
  margin-bottom: 10px; }

/* 8.3 Footer Widgets 1-4 Columns */
#footer-widgets .block {
  padding-top: 20px; }

@media only screen and (max-width: 767px) {
  #wrapper {
    overflow-y: visible;
    overflow-x: hidden; }

  #content {
    padding-top: 1.5em; }

  #header {
    background-size: cover; }

  #sidebar {
    clear: both; } }
@media only screen and (min-width: 768px) {
  /* Header */
  #logo {
    float: left;
    max-width: 100%; }

  .header-widget {
    float: right;
    width: 49%;
    clear: none;
    margin: 0; }

  /* Footer */
  #footer-widgets .block {
    /* 210 / 940 */
    margin-right: 3.8%;
    float: left; }

  #footer-widgets.col-1 .block {
    width: 100%;
    margin-right: 0; }

  #footer-widgets.col-2 .block,
  #footer-widgets.col-4 .block {
    width: 48%; }

  #footer-widgets.col-3 .block {
    width: 30.75%; }

  #footer-widgets.col-2 .footer-widget-2,
  #footer-widgets.col-3 .footer-widget-3 {
    margin-right: 0; }

  #footer-widgets.col-4 .footer-widget-2,
  #footer-widgets.col-4 .footer-widget-4 {
    margin-right: 0; } }
@media only screen and (min-width: 980px) {
  /* Columns & Containers */
  .col-left {
    float: left; }

  .col-right {
    float: right; }

  .col-full, #wrapper {
    max-width: 960px;
    margin: 0 auto; }

  #wrapper #sidebar {
    margin-top: 0; }

  #wrapper {
    padding: 0 1em 2em; }

  #inner-wrapper {
    padding: 0; }

  /* Sidebar */
  #sidebar {
    overflow: hidden;
    clear: none; }

  #main-sidebar-container {
    position: relative; }

  #main-sidebar-container #main {
    position: relative; }

  #main-sidebar-container #sidebar {
    display: inline; }

  #sidebar-alt {
    display: inline;
    margin: 0; }

  /* Footer */
  #footer-widgets.col-3 .block {
    width: 30.75%; }

  #footer-widgets.col-4 .block {
    width: 22.05%; }

  #footer-widgets.col-4 .footer-widget-2 {
    margin-right: 3.8%; }

  /* Column Widths */
  .one-col #main {
    float: none; }

  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #main {
    width: 64.89%; }

  /* 610 / 940 */
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #sidebar {
    width: 31.91%; }

  /* 300 / 940 */
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container #sidebar {
    width: 39.47%; }

  /* 300 / 760 */
  .three-col-left #main-sidebar-container,
  .three-col-middle #main-sidebar-container,
  .three-col-right #main-sidebar-container {
    width: 80.85%; }

  /* 760 / 940 */
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-right #main-sidebar-container #main {
    width: 57.89%; }

  /* 440 / 760 */
  #sidebar-alt {
    width: 17.02%; }

  /* 160 / 940 */
  /* Column Floating */
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #sidebar,
  .three-col-left #main-sidebar-container,
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-middle #sidebar-alt,
  .three-col-right #main-sidebar-container #sidebar,
  .three-col-right #sidebar-alt {
    float: left; }

  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #main,
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-left #sidebar-alt,
  .three-col-middle #main-sidebar-container,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container,
  .three-col-right #main-sidebar-container #main {
    float: right; } }
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 1.5em; }

.archive_header {
  display: block;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 10px;
  color: #222; }

.archive_header {
  font-weight: bold;
  font-size: 1.5em; }

.archive_header h1 {
  font-size: 1em; }

.archive_header .catrss a {
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  line-height: 22px; }

.archive-description {
  clear: both;
  margin-bottom: 30px; }

.post, .search .page {
  margin: 0 0 40px; }

.page-title, .post .title, .page .title {
  font: normal bold 28px/1.2em "Helvetica Neue", Helvetica, Arial sans-serif;
  margin: 0 0 0.5em; }

.post .title a:link, .post .title a:visited,
.page .title a:link, .page .title a:visited {
  color: #222; }

.post-meta {
  margin: 0 0 1.8em 0;
  font: 1em/1em sans-serif;
  color: #999;
  font: 300 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.post-meta .small {
  text-transform: lowercase; }

.post-meta .author {
  text-transform: capitalize; }

.post-more {
  clear: both;
  padding: 0.2em 0;
  font-size: 13px; }

.post-more .sep {
  padding: 0 0.5em; }

.post p.tags {
  color: #999;
  width: 100%;
  clear: both;
  margin-bottom: 20px; }

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
  font-weight: bold;
  color: #888; }

.post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
  text-decoration: underline;
  color: red; }

.post-meta .post-comments {
  margin-left: 0.5em;
  float: right; }

.post .post-embed {
  margin-bottom: 30px; }

.post-edit-link {
  float: right;
  font-weight: 300;
  font-size: 1.2em; }

.entry .page-link {
  font-weight: bold;
  margin: 0 0 2em; }

/* 3.1 Typographic Elements */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 0 0 0.5em;
  line-height: 1.5em; }

.entry, .entry p {
  color: #555555;
  font: 300 15px/1.5em "Helvetica Neue",Helvetica,sans-serif; }

.entry p {
  margin-bottom: 1.2em; }

.entry blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  color: #444; }

.entry blockquote:before {
  content: "\f10d";
  position: absolute;
  top: 0.6em;
  left: 0;
  font-size: 2.5em;
  color: #999;
  color: rgba(0, 0, 0, 0.1);
  font-family: "FontAwesome";
  font-style: normal; }

.entry blockquote p {
  font-style: italic; }

.entry ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px; }

.entry ul ul {
  margin: 0; }

.entry ul li {
  list-style-type: disc; }

.entry ul.icons-ul li {
  list-style-type: none; }

.entry ul ul li {
  list-style-type: circle; }

.entry ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px; }

.entry ol ol {
  margin: 0; }

.entry ol li {
  list-style-type: decimal; }

.entry ol li ol li {
  list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
  height: auto;
  padding: 3px;
  border: 1px solid #e6e6e6;
  background: #F8F8F8;
  background: rgba(255, 255, 255, 0.7); }

img.wp-smiley {
  padding: 0;
  border: none; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.aligncenter {
  text-align: center;
  margin-bottom: 15px; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.ie8 .alignleft, .ie8 .alignright {
  width: auto; }

.entry .gallery {
  margin-bottom: 2em !important; }

.entry .wp-caption {
  max-width: 100%;
  width: 100%;
  padding: 1px;
  text-align: center;
  background: #F8F8F8;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  -webkit-box-shadow: inset 0 0 1px 1px #fff; }

.entry .wp-caption img {
  margin: 0 !important;
  padding: 4px 0;
  background: none;
  border: 0; }

.entry .wp-caption-text {
  margin: 0 0 0.3em;
  padding: 0;
  font: 300 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  text-align: center; }

.entry .wp-caption a {
  margin: 0 !important; }

.entry .wp-caption.aligncenter {
  margin: 0 auto 15px; }

/* 3.3 Pagination */
.nav-entries {
  clear: both;
  font-size: 11px; }

.post-entries {
  clear: both;
  margin-top: -20px; }

.post-entries a:link, .post-entries a:visited {
  font-size: 0.9em;
  color: #888; }

.post-entries a:hover {
  text-decoration: none;
  color: #666; }

.woo-pagination {
  margin: 0 0 2em;
  text-align: center;
  clear: both;
  display: block; }

.woo-pagination a:link,
.woo-pagination a:visited,
.nav-entries a span {
  display: inline;
  text-decoration: none;
  color: #666;
  padding: 3px 7px;
  border: 1px solid #DDDDDD; }

.nav-entries a {
  font-size: 1.2em; }

.woo-pagination span.extend, .woo-pagination .page-numbers {
  border: none;
  color: #666; }

.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .nav-entries a span {
  /* Border Radius */
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f5f5f5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03); }

.woo-pagination span.current {
  border: none;
  background: none;
  font-weight: bold;
  font-size: 0.9em; }

.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
  border: none;
  background: #f0f0f0; }

.woo-pagination .current, .woo-pagination a:hover {
  padding: 3px 7px;
  background: #e0e0e0; }

/* 3.4 Single Post Author */
#post-author {
  padding: 15px;
  margin: 0 0 1.5em;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#post-author h4 {
  margin-bottom: 0.4em; }

#post-author .profile-image img {
  float: left;
  margin: 0 15px 5px 0;
  padding: 0;
  border: none;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px; }

#post-author .profile-content {
  font-size: 13px; }

.author #post-author {
  margin-bottom: 30px; }

/* 3.5 Tumblog Styling */
.post {
  position: relative; }

.post .post-icon a {
  float: right;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 100px; }

.post .post-icon a:hover {
  background: #111;
  text-decoration: none; }

.post .audio {
  margin-bottom: 1.8em; }

/* 2.2 Navigation */
#navigation {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  left: -80%;
  position: absolute;
  top: 0;
  min-height: 100%;
  z-index: 9000;
  padding-top: 4.236em;
  margin-bottom: 3em;
  font: 300 14px/1.2 "Helvetica Neue", sans-serif;
  background: #f0f0f0; }
  #navigation .menus {
    clear: both; }
  #navigation h3 {
    font-size: 1em;
    padding: .5em 1em; }
  #navigation ul {
    margin-bottom: 1.618em; }
    #navigation ul ul {
      margin: 0 0 0 1.618em; }
  #navigation .nav-home,
  #navigation .nav-close,
  #navigation ul.rss li a,
  #navigation ul.cart a.cart-contents,
  #navigation ul.nav-search a.search-contents {
    height: 1em;
    width: 1em;
    text-indent: -999px;
    display: block;
    font-size: 1em;
    padding: .5em;
    position: absolute;
    top: 1em;
    left: 1em;
    background: #999;
    color: #fff;
    border-radius: 3px; }
    #navigation .nav-home:before,
    #navigation .nav-close:before,
    #navigation ul.rss li a:before,
    #navigation ul.cart a.cart-contents:before,
    #navigation ul.nav-search a.search-contents:before {
      font-family: "FontAwesome";
      content: "\f00d";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      text-indent: 0;
      line-height: 2; }
  #navigation .nav-home {
    left: auto;
    right: 1em; }
    #navigation .nav-home:before {
      content: "\f015"; }
  #navigation ul.rss {
    margin-right: 50px;
    margin-bottom: 0;
    margin-top: -45px;
    float: right; }
    #navigation ul.rss:after {
      content: "";
      display: table;
      clear: both; }
    #navigation ul.rss li {
      float: left; }
      #navigation ul.rss li a {
        position: relative;
        top: 0;
        left: 0;
        margin-left: .5em; }
      #navigation ul.rss li.sub-email a:before {
        content: "\f003"; }
      #navigation ul.rss li.sub-rss a:before {
        content: "\f09e"; }
  #navigation ul.cart a.cart-contents {
    left: auto;
    right: 3.5em;
    display: inline-block; }
    #navigation ul.cart a.cart-contents:before {
      content: "\f07a"; }
    #navigation ul.cart a.cart-contents + ul {
      display: none; }
  #navigation ul.nav-search {
    clear: both; }
    #navigation ul.nav-search:after {
      content: "";
      display: table;
      clear: both; }
    #navigation ul.nav-search #searchform,
    #navigation ul.nav-search .searchform {
      background: #e6e6e6;
      position: relative;
      border: 0; }
      #navigation ul.nav-search #searchform input#s,
      #navigation ul.nav-search #searchform input.s,
      #navigation ul.nav-search .searchform input#s,
      #navigation ul.nav-search .searchform input.s {
        border: 0;
        box-sizing: border-box;
        padding: 1.414em 2.99em 1.414em 1.414em;
        width: 100%; }
      #navigation ul.nav-search #searchform .submit,
      #navigation ul.nav-search .searchform .submit {
        background: none;
        position: absolute;
        right: 0;
        top: 1.25em;
        padding: 0 1em;
        border: 0; }
        #navigation ul.nav-search #searchform .submit:before,
        #navigation ul.nav-search .searchform .submit:before {
          color: #555;
          font-size: 1em; }
    #navigation ul.nav-search ul {
      margin: 0 1em; }

.show-nav #navigation .top-navigation {
  display: block; }
.show-nav #inner-wrapper {
  left: 80%; }

ul.nav {
  width: 100%; }

ul.nav li a {
  padding: .5em 1em;
  display: block;
  color: #666; }

ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
  background: #e6e6e6;
  color: #3088ff; }

ul.nav li ul li a {
  background: none !important;
  color: #666 !important; }

ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a,
ul.nav ul li.current-menu-ancestor a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-item a,
#navigation ul.cart .cart_list a {
  color: #3088ff; }

/* Nav Toggle */
.nav-toggle:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-weight: normal;
  color: #fff;
  margin-left: 0.5em;
  text-shadow: 0 1px 0 #000;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0.8em 1em 0.8em 0.5em; }

.nav-toggle {
  margin: 0 -1em;
  cursor: pointer;
  text-align: left;
  display: block;
  padding: 0;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(to right bottom,rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.nav-toggle a {
  color: #fff !important;
  text-shadow: 0 1px 0 #000;
  padding: 0.5em 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.nav-toggle a:hover {
  color: #fff;
  text-decoration: none; }

#top select {
  margin: 1.618em 0 0;
  width: 100%; }

#top {
  display: none;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  #navigation ul.nav ul.children {
    margin-left: 1.5em; }

  #navigation {
    font-weight: 400; }
    #navigation ul.rss {
      right: 49px;
      float: none;
      margin: 0;
      position: absolute;
      top: 14px; }
      #navigation ul.rss:after {
        content: "";
        display: table;
        clear: both; }
      #navigation ul.rss.cart-enabled {
        right: 84px;
        margin: 0; }

  #nav-container {
    border-width: 0 !important; }

  ul.nav, ul.nav ul {
    border: none !important; }

  #navigation ul.nav > li {
    border-right: none !important; }

  .csstransforms3d.csstransitions #navigation {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions body.fixed-mobile #navigation {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .csstransforms3d.csstransitions body.fixed-mobile #inner-wrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .csstransforms3d.csstransitions body.fixed-mobile .show-nav #navigation {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .csstransforms3d.csstransitions body.fixed-mobile .show-nav #inner-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; } }
/* Tablet Portrait size and sizes above 768 (devices and browsers) */
@media only screen and (min-width: 768px) {
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    width: auto;
    margin-right: 1em; }

  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none; }

  ul.nav li a {
    display: block;
    padding-top: 1em !important;
    padding-bottom: 1em !important; }

  ul.nav li a:hover {
    text-decoration: none; }

  ul.nav li ul li a:hover {
    text-decoration: underline; }

  ul.nav ul {
    width: 12em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -9999em;
    z-index: 9999;
    margin: 0;
    padding: 0.4em 0; }

  ul.nav ul li {
    float: none; }

  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 0.7em 1em !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em; }

  ul.nav ul ul {
    left: 100%;
    top: 0; }

  ul.nav li:hover > ul {
    visibility: visible;
    left: 0; }

  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
  #top {
    background: #000; }
    #top h3 {
      display: none; }

  #top {
    display: block !important; }

  #top ul.nav li a {
    color: #ddd;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    font-size: 1em; }

  #top ul.nav > li a:hover {
    background: #555;
    color: #ddd; }

  #top ul.nav > li:hover {
    background: #555;
    color: #ddd; }

  #top ul.nav ul {
    background: #555; }

  #top ul.nav ul li a {
    color: #ddd !important; }

  #top ul.nav li.current_page_item a,
  #top ul.nav li.current_page_parent a,
  #top ul.nav li.current-menu-ancestor a,
  #top ul.nav li.current-cat a,
  #top ul.nav li.current-menu-item a {
    color: #333;
    background: #fff; }

  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  #navigation .top-navigation {
    display: none !important; }

  .csstransforms3d.csstransitions #navigation, .csstransforms3d.csstransitions .show-nav #navigation, .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  .nav-toggle, .nav-close, .nav-home {
    display: none !important; }

  #navigation {
    position: relative;
    left: auto;
    width: 100%;
    border: none;
    padding-top: 0;
    background: #f0f0f0;
    border-radius: 2px;
    display: block !important; }
    #navigation h3 {
      display: none; }
    #navigation .menus {
      position: relative;
      clear: none; }
      #navigation .menus.nav-icons:after {
        content: "";
        display: table;
        clear: both; }
      #navigation .menus.nav-icons .side-nav {
        position: absolute;
        top: 0;
        right: 0; }
      #navigation .menus.nav-icons-1 #main-nav {
        margin-right: 3em; }
      #navigation .menus.nav-icons-1 .side-nav {
        width: 3em; }
      #navigation .menus.nav-icons-2 #main-nav {
        margin-right: 6em; }
      #navigation .menus.nav-icons-2 .side-nav {
        width: 6em; }
      #navigation .menus.nav-icons-3 #main-nav {
        margin-right: 9em; }
      #navigation .menus.nav-icons-3 .side-nav {
        width: 9em; }
      #navigation .menus.nav-icons-4 #main-nav {
        margin-right: 12em; }
      #navigation .menus.nav-icons-4 .side-nav {
        width: 12em; }
    #navigation ul.rss {
      margin: 0; }
      #navigation ul.rss li a {
        background: none;
        color: #666;
        padding: 1em;
        margin: 0; }
        #navigation ul.rss li a:before {
          line-height: 3.2; }
        #navigation ul.rss li a:hover {
          color: #222; }
    #navigation ul {
      margin-bottom: 0; }
      #navigation ul ul {
        margin-left: 0; }

  #navigation ul.nav > li a:hover {
    background: #e6e6e6; }

  #navigation ul.nav > li:hover {
    background: #e6e6e6; }

  #navigation ul.nav ul {
    background: #e6e6e6; }

  #navigation ul.nav > li:hover > ul {
    left: -1px; }

  #navigation ul.nav ul ul {
    top: -5px;
    left: 100%; }

  #top .nav li.parent > a {
    position: relative; }

  #top .nav li.parent > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    color: inherit;
    font-size: .857em;
    margin-top: 6px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right; }

  #top .nav li ul li.parent > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    float: right;
    position: absolute;
    top: .53em;
    right: 1em;
    text-decoration: none; }

  #top .nav li ul li.parent > a {
    padding-right: 2.244em !important; }

  #top .nav ul ul {
    top: -.327em;
    left: 100%; }

  #navigation .nav li.parent > a {
    position: relative; }

  #navigation .nav li.parent > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    color: inherit;
    font-size: .857em;
    margin-top: 2px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right;
    line-height: 1; }

  #navigation .nav li ul li.parent > a {
    padding-right: 2.244em !important; }

  #navigation .nav li ul li.parent > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    float: right;
    position: absolute;
    top: 1em;
    right: 1em;
    text-decoration: none; }

  .full-width #navigation ul li:first-child, .full-width #navigation ul li:first-child a {
    border-radius: 0 !important; }

  #navigation ul.cart,
  #navigation ul.nav-search {
    position: relative; }
    #navigation ul.cart a.cart-contents,
    #navigation ul.cart a.search-contents,
    #navigation ul.nav-search a.cart-contents,
    #navigation ul.nav-search a.search-contents {
      padding: 1em;
      margin: 0;
      position: relative;
      top: 0;
      left: 0;
      background: none;
      color: #666;
      border-radius: 0;
      display: block;
      overflow: hidden; }
      #navigation ul.cart a.cart-contents:hover,
      #navigation ul.cart a.search-contents:hover,
      #navigation ul.nav-search a.cart-contents:hover,
      #navigation ul.nav-search a.search-contents:hover {
        text-decoration: none; }
      #navigation ul.cart a.cart-contents:before,
      #navigation ul.cart a.search-contents:before,
      #navigation ul.nav-search a.cart-contents:before,
      #navigation ul.nav-search a.search-contents:before {
        line-height: 1;
        position: static; }
      #navigation ul.cart a.cart-contents + ul,
      #navigation ul.cart a.search-contents + ul,
      #navigation ul.nav-search a.cart-contents + ul,
      #navigation ul.nav-search a.search-contents + ul {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        visibility: hidden;
        width: 12em;
        background: #e6e6e6;
        padding: 1.414em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    #navigation ul.cart li:hover a.cart-contents,
    #navigation ul.cart li:hover a.search-contents,
    #navigation ul.nav-search li:hover a.cart-contents,
    #navigation ul.nav-search li:hover a.search-contents {
      background: #e6e6e6; }
      #navigation ul.cart li:hover a.cart-contents + ul,
      #navigation ul.cart li:hover a.search-contents + ul,
      #navigation ul.nav-search li:hover a.cart-contents + ul,
      #navigation ul.nav-search li:hover a.search-contents + ul {
        visibility: visible; }
    #navigation ul.cart .widget,
    #navigation ul.nav-search .widget {
      margin: 0; }
  #navigation ul.nav-search {
    clear: none;
    float: right; }
    #navigation ul.nav-search a.search-contents:before {
      content: "\f002"; }
    #navigation ul.nav-search a.search-contents + ul {
      margin: 0;
      padding: 0; }
    #navigation ul.nav-search #searchform,
    #navigation ul.nav-search .searchform {
      background: none; }
  #navigation ul.cart h2 {
    display: none; }
  #navigation ul.cart .buttons {
    margin-bottom: 0; }
  #navigation ul.cart .button {
    width: 100%;
    margin-bottom: .5em;
    font-size: .9em;
    border-radius: 0; }
    #navigation ul.cart .button.checkout {
      margin: 0; }
  #navigation ul.cart .total {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-width: 2px 0;
    padding: .8em 0;
    text-align: right; }
  #navigation .cart-extended ul.cart a.cart-contents:before {
    height: 5em; } }
/* Desktop size and sizes above 980 */
@media only screen and (min-width: 980px) {
  #navigation .cart-extended ul.cart a.cart-contents {
    display: inline-block;
    width: auto;
    text-indent: 0;
    overflow: visible; }
    #navigation .cart-extended ul.cart a.cart-contents:before {
      display: inline-block;
      margin-right: .5em;
      height: auto; }
  #navigation .menus.nav-icons-1.cart-extended #main-nav {
    margin-right: 12.5em; }
  #navigation .menus.nav-icons-1.cart-extended .side-nav {
    width: 12.5em; }
  #navigation .menus.nav-icons-2.cart-extended #main-nav {
    margin-right: 15.5em; }
  #navigation .menus.nav-icons-2.cart-extended .side-nav {
    width: 15.5em; }
  #navigation .menus.nav-icons-3.cart-extended #main-nav {
    margin-right: 18.5em; }
  #navigation .menus.nav-icons-3.cart-extended .side-nav {
    width: 18.5em; }
  #navigation .menus.nav-icons-4.cart-extended #main-nav {
    margin-right: 21.5em; }
  #navigation .menus.nav-icons-4.cart-extended .side-nav {
    width: 21.5em; } }
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Generic Widgets */
.widget {
  margin: 0 0 30px 0;
  font-size: 12px; }

.widget h3 {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em;
  font: normal bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  border-bottom: 1px solid #e6e6e6; }

.widget p {
  font: 300 13px/20px "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 15px; }

.widget ul {
  clear: both;
  list-style-position: inside;
  list-style-type: disc; }

.widget ul li a {
  padding: 0;
  line-height: 22px;
  text-decoration: none; }

.widget ul li a:hover {
  text-decoration: underline; }

.widget ul ul {
  padding: 0 0 0 15px;
  border-top: none; }

.widget_recent_comments li, #twitter li {
  padding: 6px 0;
  line-height: 18px;
  border-bottom: 1px solid #eee; }

/* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a {
  display: inline;
  padding: 0;
  line-height: 18px !important;
  background: none !important;
  border: none !important; }

/* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
#footer-widgets {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  clear: both; }

/* 4.2 Specific Widgets */
/* SEARCH FORM */
.searchform, #searchform {
  width: 98%;
  margin-top: 5px;
  position: relative;
  border-color: #efefef;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px; }

.searchform input.s, #searchform input#s {
  padding: 8px;
  width: 85%;
  margin: 0;
  border: none;
  background: none;
  color: #777; }

.searchform input.s:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.searchform button.submit {
  background: none;
  position: absolute;
  top: .15em;
  right: 10px;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.searchform .fa-search:before {
  font-family: FontAwesome;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4em;
  line-height: 1.5; }

.searchform label {
  display: none; }

/* FLICKR */
.widget_woo_flickr h3 span {
  color: #0061D8; }

.widget_woo_flickr h3 span span {
  color: #FF1183; }

.widget_woo_flickr .flickr_badge_image {
  float: left;
  margin: 3px; }

.widget_woo_flickr .wrap {
  position: relative;
  margin-bottom: 20px;
  padding: 0; }

.widget_woo_flickr a img {
  float: left;
  margin: 0 0 8px 8px;
  display: block;
  border: #CECFC6 1px solid;
  padding: 3px; }

.widget_woo_flickr a:hover img {
  border: #A8AA99 1px solid; }

/* WIDGET WOO EMBED */
.widget_woo_embed h3 {
  margin-bottom: 0.5em; }

.widget_woo_embed h4 {
  display: none; }

.widget_woo_embed ul {
  margin: 0.7em 0 0; }

.widget_woo_embed ul li.active a {
  font-weight: bold; }

/* CALENDAR */
#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0; }

#wp-calendar caption {
  padding: 0 0 10px; }

#wp-calendar th, #wp-calendar td {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px; }

#wp-calendar td {
  background: transparent; }

#wp-calendar td, table#wp-calendar th {
  padding: 3px 0; }

/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar {
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: #F8F8F8;
  background: rgba(255, 255, 255, 0.7); }

.widget_woo_blogauthorinfo .left {
  float: left;
  margin: 0 10px 5px 0; }

.widget_woo_blogauthorinfo .right {
  float: right;
  margin: 0 0 5px 10px; }

.ie8 .widget_woo_blogauthorinfo .avatar {
  width: auto; }

/* TWITTER */
.widget_woo_twitter .back {
  padding: 15px 25px 10px;
  background: #f8f8f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.widget_woo_twitter ul {
  background: none;
  padding-left: 0; }

.widget_woo_twitter ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
  list-style: none; }

.widget_woo_twitter ul li a {
  padding: 0px; }

.widget_woo_twitter ul li .time {
  color: #999; }

.widget_woo_twitter p {
  padding-top: 10px; }

.widget_woo_twitter p a {
  color: #222; }

.widget_woo_twitter ul li .content {
  font-size: 16px;
  font-family: Georgia, serif; }

.widget.widget_woo_twitter h3 {
  border-bottom: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px; }

/* 4.3 WooTabs */
#tabs {
  height: auto;
  display: block;
  margin-bottom: 30px; }

#tabs ul.wooTabs {
  position: relative;
  bottom: -1px;
  padding: 0px;
  z-index: 99; }

#tabs ul.wooTabs li {
  float: left;
  display: inline;
  margin-right: 2px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer; }

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
  background: #fff;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 0;
  color: #666; }

#tabs ul.wooTabs li a {
  color: #999;
  display: block;
  float: left;
  border: 1px solid transparent;
  border-width: 1px 1px 0;
  padding: 5px 8px 3px;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 1px 1px 0 solid #fff; }

#tabs .inside li {
  background: #fff; }

#tabs #tab-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9; }

#tabs .inside ul {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 0;
  list-style: none;
  padding-left: 0px; }

#tabs .inside li {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 1px;
  padding: 10px; }

#tabs .inside li a {
  color: #999;
  font: bold 13px/18px Helvetica, Arial, sans-serif;
  padding: 0; }

#tabs .inside li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777; }

#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px; }

#tabs {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px; }

#tabs .inside .list {
  display: none; }

#tabs .inside .list:first-child {
  display: block; }

/* WooDojo Tabs */
.widget_woodojo_tabs h3 {
  border-bottom: none; }

.widget_woodojo_tabs .tabbable .nav {
  margin: 0 0 -1px;
  border: none !important; }

.widget_woodojo_tabs .tabbable .nav li a {
  color: #999;
  display: block;
  float: left;
  border-color: transparent;
  border-width: 1px 1px 0;
  padding: 5px 8px 3px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 1px 1px 0 #fff; }

.widget_woodojo_tabs .tabbable .nav li.active a, .widget_woodojo_tabs .tabbable .nav li a:hover {
  text-decoration: none;
  border-color: #d9d9d9 !important;
  border-width: 1px 1px 0 !important;
  color: #666;
  background: #ffffff;
  border-bottom: none !important; }

.widget_woodojo_tabs .tabbable .tab-content {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.widget_woodojo_tabs .tabbable .tab-content ul {
  padding: 0; }

.widget_woodojo_tabs .tabbable .tab-content li {
  margin: 0;
  background: #fff; }

.widget_woodojo_tabs .tabbable .tab-pane-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9; }

.widget_woodojo_tabs .tabbable .tab-content ul {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 0;
  list-style: none;
  padding-left: 0px; }

.widget_woodojo_tabs .tabbable .tab-content li {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px;
  padding: 10px; }

.widget_woodojo_tabs .tabbable .tab-content li a {
  color: #555;
  font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0; }

.widget_woodojo_tabs .tabbable .tab-content li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777; }

.widget_woodojo_tabs .tabbable .tab-content li img.avatar, .widget_woodojo_tabs .tabbable .tab-content li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  border: none;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px; }

.widget_woodojo_tabs .tabbable.tabs-below .nav {
  margin: 0; }

.widget_woodojo_tabs .tabbable.tabs-below .nav li a {
  border-width: 0 1px 1px; }

.widget_woodojo_tabs .tabbable.tabs-below .nav li.active a, .widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
  border-width: 0 1px 1px !important;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f2f2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
  box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1); }

.widget_woodojo_tabs .tabbable.tabs-left .nav {
  margin: 0; }

.widget_woodojo_tabs .tabbable.tabs-left .nav li a {
  border-width: 1px 0 1px 1px; }

.widget_woodojo_tabs .tabbable.tabs-left .nav li.active a, .widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
  border-width: 1px 0 1px 1px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f2f2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
  box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1); }

.widget_woodojo_tabs .tabbable.tabs-right .nav {
  margin: 0; }

.widget_woodojo_tabs .tabbable.tabs-right .nav li a {
  border-width: 1px 1px 1px 0; }

.widget_woodojo_tabs .tabbable.tabs-right .nav li.active a, .widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
  border-width: 1px 1px 1px 0;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f2f2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
  box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.1); }

/* WooDojo Instagram Stream */
.widget_woodojo_instagram ul {
  float: none; }

.widget_woodojo_instagram ul.instagram-photos {
  margin: 0.5em 0;
  width: 98%;
  margin: 0 auto; }

.widget_woodojo_instagram ul.instagram-photos li {
  margin: 0.5em !important; }

.widget_woodojo_instagram ul.instagram-photos li img:hover {
  opacity: 0.8; }

/* WooDojo Twitter Stream */
.widget_woodojo_tweets ul.tweets h3 {
  margin: 0; }

.widget_woodojo_tweets ul.tweets li {
  margin: 0;
  padding: 1em; }

/* Misc */
.widget_woodojo_instagram_profile h3, .widget_woodojo_twitterprofile h3 {
  margin: 0 0 1em; }

/* 6.6 Subscribe & Connect */
#connect {
  background: #fafafa;
  margin: 0 0 1.5em;
  padding: 15px;
  border: 1px solid #e6e6e6;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: normal; }

#main #connect .col-left, #connect .col-right {
  float: none;
  width: 100%; }

#connect h3 {
  margin-bottom: 10px; }

#connect p {
  margin: 0 0 1em; }

#connect .newsletter-form {
  margin: 0 0 1em; }

#connect .newsletter-form .required {
  border: 1px solid #e6e6e6;
  border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC; }

#connect .newsletter-form .email {
  width: 60%;
  background: #fff;
  padding: .6em;
  color: #888; }

#connect .newsletter-form .submit {
  cursor: pointer;
  padding: 6px 8px;
  margin: 0 0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

@-moz-document url-prefix() {
  #connect .newsletter-form .submit {
    padding: 9px 5px; } }
#connect .related-posts {
  border-top: 1px solid #e6e6e6;
  margin-top: 1em;
  padding-top: 1em; }

#connect .related-posts h4 {
  font-size: 1em; }

#connect .related-posts ul {
  list-style: disc outside none;
  margin: 0.5em 0 0 1em; }

.widget #connect {
  background: none;
  padding: 0;
  border: none; }

.widget #connect .fl, .widget #connect .fr {
  float: none; }

.widget_woo_subscribe .social {
  text-align: left; }

#connect .social a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  #connect .social a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
#connect .social a:hover {
  text-decoration: none; }
#connect .social a:before {
  font-family: Social;
  font-size: 1.1em;
  line-height: 1;
  margin: 0 0.2em 0.6em 0;
  padding: .53em;
  display: inline-block;
  border-radius: 300px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }
#connect .social a.subscribe:before {
  content: '\e001';
  background-color: #FF6600; }
#connect .social a.twitter:before {
  content: '\e002';
  background-color: #00aced; }
#connect .social a.facebook:before {
  content: '\e003';
  background-color: #3b5998; }
#connect .social a.youtube:before {
  content: '\e004';
  background-color: #af2b26; }
#connect .social a.flickr:before {
  content: '\e005';
  background-color: #ff0084; }
#connect .social a.linkedin:before {
  content: '\e006';
  background-color: #71c5ef; }
#connect .social a.delicious:before {
  content: '\e007';
  background-color: #285da7; }
#connect .social a.googleplus:before {
  content: '\e008';
  background-color: #2d2d2d;
  font-weight: bold; }
#connect .social a.dribbble:before {
  content: '\e009';
  background-color: #ea4c89; }
#connect .social a.instagram:before {
  content: '\e010';
  background-color: #517fa4; }
#connect .social a.vimeo:before {
  content: '\e011';
  background-color: #33454E; }
#connect .social a.pinterest:before {
  content: '\e012';
  background-color: #cb2027; }

@media only screen and (min-width: 768px) {
  /* Subcribe & Connect */
  #main #connect .col-left {
    float: left; }

  #connect .col-right {
    float: right; }

  #main #connect .col-left, #connect .col-right {
    width: 48%; }

  #connect .related-posts {
    border-top: 0;
    border-left: 1px solid #e6e6e6;
    padding-top: 0;
    padding-left: 15px;
    margin-top: 0; } }
#comments {
  position: relative;
  margin: 40px 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }
  #comments h3 {
    color: #333;
    font-weight: normal;
    margin-bottom: 20px; }
    #comments h3#pings {
      margin-top: 25px; }
  #comments .comment {
    margin-top: 10px;
    width: 100%;
    list-style-type: none; }
    #comments .comment.thread-even {
      background: #fafafa;
      background: rgba(0, 0, 0, 0.02);
      border-bottom: 1px solid #e6e6e6;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #comments .comment .comment-container {
      position: relative;
      padding: 20px; }
    #comments .comment .reply a {
      background: none repeat scroll 0 0 #BFBFBF;
      color: #222222 !important;
      margin: 0;
      padding: 0.2em 1em;
      text-shadow: none;
      font-size: .7em; }
      #comments .comment .reply a:after {
        font-family: 'FontAwesome';
        display: inline-block;
        font-size: 100%;
        margin-left: .618em;
        font-weight: normal;
        line-height: 1em;
        width: 1em;
        text-align: right;
        content: "\f112"; }
  #comments .comment-head {
    margin: 0 0 15px 0; }
    #comments .comment-head .name {
      margin: 0;
      font-weight: bold;
      font-size: 15px; }
    #comments .comment-head .date,
    #comments .comment-head .edit,
    #comments .comment-head .perma {
      font-size: 11px; }
  #comments .avatar {
    float: left;
    margin: 0 15px 10px 0; }
    #comments .avatar img {
      margin: 0;
      vertical-align: middle;
      border-radius: 100px; }
  #comments .comment-entry p {
    margin: 0 0 10px 0; }
  #comments .comment-entry blockquote {
    margin: 0 30px 0; }
    #comments .comment-entry blockquote p {
      font-style: italic; }
  #comments .reply {
    position: absolute;
    right: 1em;
    top: 1em; }
  #comments ul.children {
    margin: 10px 0px 0 25px;
    padding: 0; }
    #comments ul.children li {
      border-top: 1px solid #e6e6e6; }
  #comments .cancel-comment-reply {
    margin: 10px 0; }
  #comments .navigation a {
    display: block;
    margin: 15px 0 0 0;
    text-decoration: none; }
  #comments .pingbacks li.pingback {
    margin: 10px 0; }
    #comments .pingbacks li.pingback .reply {
      display: none; }

#respond {
  margin: 40px 0 0; }
  #respond h3 {
    color: #333;
    font-weight: normal;
    margin-bottom: 20px; }
  #respond #reply-title small {
    display: block;
    font-size: 14px;
    margin-top: 5px; }
  #respond .left {
    float: left;
    width: 200px;
    margin-right: 15px; }
  #respond .right {
    font: left;
    width: 380px; }
  #respond label {
    font-size: 11px;
    color: #777; }

#commentform {
  margin: 15px 0 0 0; }
  #commentform input.txt, #commentform textarea {
    font: 300 14px/1em "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  #commentform input.txt {
    width: 170px;
    margin: 0 5px 10px 0;
    padding: 5px 7px; }
  #commentform textarea {
    width: 95% !important;
    padding: 5px 7px; }
  #commentform #submit {
    margin: 15px 0 0 0; }
    #commentform #submit:after {
      font-family: "FontAwesome";
      content: "\f105"; }

h3#pings {
  margin: 25px 0 10px 0; }

.pinglist li {
  margin: 0 0 0 20px;
  list-style-type: decimal; }
  .pinglist li .author {
    font-weight: bold;
    font-size: 15px; }
  .pinglist li .date {
    font-size: 11px; }
  .pinglist li .pingcontent {
    display: block;
    margin: 10px 0; }

.entry table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px 0 white;
  -webkit-box-shadow: 0 1px 2px 0 white;
  border-collapse: separate;
  margin-bottom: 1.5em; }
  .entry table td, .entry table th {
    padding: .857em 1.387em;
    text-align: left;
    border-right: 1px dotted #eee;
    vertical-align: top; }
    .entry table td p:last-child, .entry table th p:last-child {
      margin-bottom: 0; }
  .entry table thead th {
    background: #fafafa;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    padding: 1.387em;
    vertical-align: middle; }
    .entry table thead th:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .entry table thead th:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .entry table tr th:last-child, .entry table tr td:last-child {
    border-right: 0; }
  .entry table tbody th {
    background: #fafafa;
    border-bottom: 1px solid #eee; }
  .entry table tbody td {
    border-bottom: 1px solid #eee; }
  .entry table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    .entry table tbody h2 a {
      font-weight: normal; }
  .entry table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .entry table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .entry table tbody tr:last-child td {
    border-bottom: 0; }
  .entry table tbody tr:last-child th {
    border-bottom: 0; }

/* 6.1 Buttons */
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  padding: .327em 1em;
  color: white !important;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  cursor: pointer;
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  background: #428bca;
  font-weight: 200;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #888;
  -webkit-box-shadow: 0 0 0 0 #888;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: none;
  /* Remove input shadowing on iOS */
  -moz-appearance: none;
  /* mobile firefox too! */ }
  a.button:hover,
  a.comment-reply-link:hover,
  #commentform #submit:hover,
  .submit:hover,
  input[type=submit]:hover,
  input.button:hover,
  button.button:hover,
  #wrapper .woo-sc-button:hover {
    text-decoration: none;
    background: #245682; }
  a.button:active,
  a.comment-reply-link:active,
  #commentform #submit:active,
  .submit:active,
  input[type=submit]:active,
  input.button:active,
  button.button:active,
  #wrapper .woo-sc-button:active {
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  a.button.small,
  a.comment-reply-link.small,
  #commentform #submit.small,
  .submit.small,
  input[type=submit].small,
  input.button.small,
  button.button.small,
  #wrapper .woo-sc-button.small {
    font-size: .6em;
    letter-spacing: 1px; }
  a.button.large,
  a.comment-reply-link.large,
  #commentform #submit.large,
  .submit.large,
  input[type=submit].large,
  input.button.large,
  button.button.large,
  #wrapper .woo-sc-button.large {
    font-size: 1.4em; }
  a.button.xl,
  a.comment-reply-link.xl,
  #commentform #submit.xl,
  .submit.xl,
  input[type=submit].xl,
  input.button.xl,
  button.button.xl,
  #wrapper .woo-sc-button.xl {
    font-size: 2em; }
  a.button.red,
  a.comment-reply-link.red,
  #commentform #submit.red,
  .submit.red,
  input[type=submit].red,
  input.button.red,
  button.button.red,
  #wrapper .woo-sc-button.red {
    background: #d72323; }
    a.button.red:hover,
    a.comment-reply-link.red:hover,
    #commentform #submit.red:hover,
    .submit.red:hover,
    input[type=submit].red:hover,
    input.button.red:hover,
    button.button.red:hover,
    #wrapper .woo-sc-button.red:hover {
      background: #d20000; }
  a.button.orange,
  a.comment-reply-link.orange,
  #commentform #submit.orange,
  .submit.orange,
  input[type=submit].orange,
  input.button.orange,
  button.button.orange,
  #wrapper .woo-sc-button.orange {
    background: #d76b23; }
    a.button.orange:hover,
    a.comment-reply-link.orange:hover,
    #commentform #submit.orange:hover,
    .submit.orange:hover,
    input[type=submit].orange:hover,
    input.button.orange:hover,
    button.button.orange:hover,
    #wrapper .woo-sc-button.orange:hover {
      background: #d25e00; }
  a.button.green,
  a.comment-reply-link.green,
  #commentform #submit.green,
  .submit.green,
  input[type=submit].green,
  input.button.green,
  button.button.green,
  #wrapper .woo-sc-button.green {
    background: #8dc11e; }
    a.button.green:hover,
    a.comment-reply-link.green:hover,
    #commentform #submit.green:hover,
    .submit.green:hover,
    input[type=submit].green:hover,
    input.button.green:hover,
    button.button.green:hover,
    #wrapper .woo-sc-button.green:hover {
      background: #87c000; }
  a.button.aqua,
  a.comment-reply-link.aqua,
  #commentform #submit.aqua,
  .submit.aqua,
  input[type=submit].aqua,
  input.button.aqua,
  button.button.aqua,
  #wrapper .woo-sc-button.aqua {
    background: #23d7af; }
    a.button.aqua:hover,
    a.comment-reply-link.aqua:hover,
    #commentform #submit.aqua:hover,
    .submit.aqua:hover,
    input[type=submit].aqua:hover,
    input.button.aqua:hover,
    button.button.aqua:hover,
    #wrapper .woo-sc-button.aqua:hover {
      background: #00d2a8; }
  a.button.teal,
  a.comment-reply-link.teal,
  #commentform #submit.teal,
  .submit.teal,
  input[type=submit].teal,
  input.button.teal,
  button.button.teal,
  #wrapper .woo-sc-button.teal {
    background: #23abd7; }
    a.button.teal:hover,
    a.comment-reply-link.teal:hover,
    #commentform #submit.teal:hover,
    .submit.teal:hover,
    input[type=submit].teal:hover,
    input.button.teal:hover,
    button.button.teal:hover,
    #wrapper .woo-sc-button.teal:hover {
      background: #009ed2; }
  a.button.purple,
  a.comment-reply-link.purple,
  #commentform #submit.purple,
  .submit.purple,
  input[type=submit].purple,
  input.button.purple,
  button.button.purple,
  #wrapper .woo-sc-button.purple {
    background: #2356d7; }
    a.button.purple:hover,
    a.comment-reply-link.purple:hover,
    #commentform #submit.purple:hover,
    .submit.purple:hover,
    input[type=submit].purple:hover,
    input.button.purple:hover,
    button.button.purple:hover,
    #wrapper .woo-sc-button.purple:hover {
      background: #0036d2; }
  a.button.pink,
  a.comment-reply-link.pink,
  #commentform #submit.pink,
  .submit.pink,
  input[type=submit].pink,
  input.button.pink,
  button.button.pink,
  #wrapper .woo-sc-button.pink {
    background: #d723d5; }
    a.button.pink:hover,
    a.comment-reply-link.pink:hover,
    #commentform #submit.pink:hover,
    .submit.pink:hover,
    input[type=submit].pink:hover,
    input.button.pink:hover,
    button.button.pink:hover,
    #wrapper .woo-sc-button.pink:hover {
      background: #bc00d2; }
  a.button.silver,
  a.comment-reply-link.silver,
  #commentform #submit.silver,
  .submit.silver,
  input[type=submit].silver,
  input.button.silver,
  button.button.silver,
  #wrapper .woo-sc-button.silver {
    color: #444 !important;
    text-shadow: 0 1px #fff;
    background: #d8d8d8; }
    a.button.silver:hover,
    a.comment-reply-link.silver:hover,
    #commentform #submit.silver:hover,
    .submit.silver:hover,
    input[type=submit].silver:hover,
    input.button.silver:hover,
    button.button.silver:hover,
    #wrapper .woo-sc-button.silver:hover {
      background: #ccc; }
  a.button .woo-alert,
  a.comment-reply-link .woo-alert,
  #commentform #submit .woo-alert,
  .submit .woo-alert,
  input[type=submit] .woo-alert,
  input.button .woo-alert,
  button.button .woo-alert,
  #wrapper .woo-sc-button .woo-alert {
    background: none;
    padding-left: 0; }
    a.button .woo-alert:before,
    a.comment-reply-link .woo-alert:before,
    #commentform #submit .woo-alert:before,
    .submit .woo-alert:before,
    input[type=submit] .woo-alert:before,
    input.button .woo-alert:before,
    button.button .woo-alert:before,
    #wrapper .woo-sc-button .woo-alert:before {
      content: ""; }
  a.button .woo-download,
  a.comment-reply-link .woo-download,
  #commentform #submit .woo-download,
  .submit .woo-download,
  input[type=submit] .woo-download,
  input.button .woo-download,
  button.button .woo-download,
  #wrapper .woo-sc-button .woo-download {
    background: none;
    padding-left: 0; }
    a.button .woo-download:before,
    a.comment-reply-link .woo-download:before,
    #commentform #submit .woo-download:before,
    .submit .woo-download:before,
    input[type=submit] .woo-download:before,
    input.button .woo-download:before,
    button.button .woo-download:before,
    #wrapper .woo-sc-button .woo-download:before {
      content: ""; }
  a.button .woo-tick,
  a.comment-reply-link .woo-tick,
  #commentform #submit .woo-tick,
  .submit .woo-tick,
  input[type=submit] .woo-tick,
  input.button .woo-tick,
  button.button .woo-tick,
  #wrapper .woo-sc-button .woo-tick {
    background: none;
    padding-left: 0; }
    a.button .woo-tick:before,
    a.comment-reply-link .woo-tick:before,
    #commentform #submit .woo-tick:before,
    .submit .woo-tick:before,
    input[type=submit] .woo-tick:before,
    input.button .woo-tick:before,
    button.button .woo-tick:before,
    #wrapper .woo-sc-button .woo-tick:before {
      content: ""; }
  a.button .woo-info,
  a.comment-reply-link .woo-info,
  #commentform #submit .woo-info,
  .submit .woo-info,
  input[type=submit] .woo-info,
  input.button .woo-info,
  button.button .woo-info,
  #wrapper .woo-sc-button .woo-info {
    background: none;
    padding-left: 0; }
    a.button .woo-info:before,
    a.comment-reply-link .woo-info:before,
    #commentform #submit .woo-info:before,
    .submit .woo-info:before,
    input[type=submit] .woo-info:before,
    input.button .woo-info:before,
    button.button .woo-info:before,
    #wrapper .woo-sc-button .woo-info:before {
      content: ""; }
  a.button .woo-note,
  a.comment-reply-link .woo-note,
  #commentform #submit .woo-note,
  .submit .woo-note,
  input[type=submit] .woo-note,
  input.button .woo-note,
  button.button .woo-note,
  #wrapper .woo-sc-button .woo-note {
    background: none;
    padding-left: 0; }
    a.button .woo-note:before,
    a.comment-reply-link .woo-note:before,
    #commentform #submit .woo-note:before,
    .submit .woo-note:before,
    input[type=submit] .woo-note:before,
    input.button .woo-note:before,
    button.button .woo-note:before,
    #wrapper .woo-sc-button .woo-note:before {
      content: ""; }

.ie8 .button {
  padding: 10px 15px;
  margin: 0; }
  .ie8 .button:visited {
    padding: 10px 15px;
    margin: 0; }

/* 6.2 Info Boxes */
body .woo-sc-box:before {
  content: "";
  content: none;
  margin-right: .57em; }
body .woo-sc-box.alert {
  border-color: #f0baa2;
  background-color: #ffd9c8;
  background-image: none; }
  body .woo-sc-box.alert:before {
    content: "\f071"; }
body .woo-sc-box.download {
  border-color: #d4ebaf;
  background-color: #edfcd5;
  background-image: none; }
  body .woo-sc-box.download:before {
    content: "\f01a"; }
body .woo-sc-box.tick {
  border-color: #d4ebaf;
  background-color: #edfcd5;
  background-image: none; }
  body .woo-sc-box.tick:before {
    content: "\f058"; }
body .woo-sc-box.info {
  border-color: #ccc;
  background-color: #eee;
  background-image: none; }
  body .woo-sc-box.info:before {
    content: "\f05a"; }
body .woo-sc-box.note {
  border-color: #efe3ae;
  background-color: #fef6d2;
  background-image: none; }
  body .woo-sc-box.note:before {
    content: "\f016"; }
body .woo-sc-box.normal {
  border-color: #ccc;
  background-color: #eee;
  background-image: none;
  padding: 9px 15px; }
body .woo-sc-box.no-icon:before {
  content: none; }
body p.woo-sc-box, body div.woo-sc-box {
  margin: 1em 0 1.5em 0;
  padding: 15px 20px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  color: #555;
  text-shadow: none;
  background-image: none;
  border-width: 0; }
body .woo-sc-box.medium {
  padding: 18px 20px;
  font-size: 1.1em; }
body .woo-sc-box.large {
  padding: 25px 27px;
  font-size: 1.2em; }
body .woo-sc-box.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* 6.7 Featured Posts Shortcode */
.woo-sc-featured-posts ul {
  float: left;
  clear: both;
  list-style: none;
  padding-left: 0px; }

.woo-sc-featured-posts ul li {
  float: left;
  clear: both;
  list-style: none;
  margin-bottom: 10px; }

.woo-sc-featured-posts ul li .thumbnail {
  float: left;
  margin-right: 10px; }

.woo-sc-featured-posts ul li .related-title {
  float: left; }

/* 8.1 Slider */
#loopedSlider .slides {
  overflow: hidden; }

#loopedSlider .container {
  overflow: hidden;
  position: relative;
  display: none; }

#loopedSlider .slides {
  top: 0;
  left: 0; }

#loopedSlider .slides .slide {
  display: none;
  overflow: hidden;
  position: relative;
  /* -webkit-backface-visibility: hidden; */ }

#loopedSlider {
  margin: 0 auto 40px;
  padding: 0;
  position: relative; }

#loopedSlider .nav-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }

#content.magazine #loopedSlider .slides .slide img {
  width: 100%; }

/* Clearfix for the .slides element */
#loopedSlider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] #loopedSlider .slides {
  display: block; }

* html #loopedSlider .slides {
  height: 1%; }

#loopedSlider .content {
  padding: 20px 0;
  background: black; }

#loopedSlider .content h2 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 20px; }

#loopedSlider .content h2, #loopedSlider .content h2 a, #loopedSlider .content h2 a:visited {
  color: #fff; }

#loopedSlider .content h2 a:hover {
  text-decoration: underline; }

#loopedSlider .content .title {
  margin: 0; }

#loopedSlider .content p {
  color: #ccc;
  padding: 5px 20px 10px 20px; }

.widget a.flex-prev, .widget a.flex-next {
  padding-top: 30px; }

/* 8.1.1 Pagination */
#loopedSlider {
  margin-bottom: 50px;
  overflow: hidden; }

#loopedSlider.has-pagination {
  margin-bottom: 5px; }

#loopedSlider .flex-disabled {
  display: none; }

#loopedSlider .flex-control-nav, .slider-pagination .flex-control-nav {
  text-align: center;
  margin: 10px 0 20px 0;
  position: absolute;
  width: 100%;
  z-index: 10; }

#loopedSlider .pagination, #loopedSlider .flex-control-nav, .slider-pagination .flex-control-nav {
  display: inline; }

#loopedSlider .pagination li, #loopedSlider .flex-control-nav li, .slider-pagination li {
  display: inline-block;
  margin: 0 2px;
  width: 8px;
  height: 8px; }

#loopedSlider .pagination li a, #loopedSlider .flex-control-nav li a, .slider-pagination a {
  display: block;
  cursor: pointer;
  width: 6px;
  height: 6px;
  text-indent: -9999px;
  background: none;
  border-radius: 99px;
  border: 2px solid; }

#loopedSlider .pagination li a, #loopedSlider .flex-control-nav li a:hover, .slider-pagination li a:hover {
  background: #555;
  border-color: #555; }

#loopedSlider .pagination li.current a, #loopedSlider .flex-control-nav li .flex-active, .slider-pagination .flex-active a {
  background: #222;
  border-color: #222; }

.slider-pagination {
  display: none;
  margin-bottom: 50px;
  opacity: 0.5;
  -webkit-transition: 200ms, ease-out;
  -moz-transition: 200ms, ease-out;
  transition: 200ms, ease-out; }

.slider-pagination:hover {
  opacity: 1;
  -webkit-transition: 200ms, ease-in;
  -moz-transition: 200ms, ease-in;
  transition: 200ms, ease-in; }

body.ie7 #loopedSlider .pagination li {
  display: inline;
  zoom: 1; }

#loopedSlider a.flex-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%; }

#loopedSlider a.flex-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5%; }

#loopedSlider a.flex-prev, #loopedSlider a.flex-next {
  opacity: 0;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 200ms, ease-out;
  -moz-transition: 200ms, ease-out;
  transition: 200ms, ease-out;
  z-index: 99; }

#loopedSlider:hover a.flex-prev, #loopedSlider:hover a.flex-next {
  opacity: 1;
  -webkit-transition: 200ms, ease-in;
  -moz-transition: 200ms, ease-in;
  transition: 200ms, ease-in; }

#loopedSlider a.flex-prev:hover, #loopedSlider a.flex-next:hover {
  text-decoration: none;
  color: #428bca; }

#loopedSlider a.flex-prev span,
#loopedSlider a.flex-next span {
  position: absolute;
  text-align: center;
  top: 45%;
  font-size: 28px;
  width: 25px;
  height: 28px;
  border: 2px solid;
  border-radius: 99px; }

#loopedSlider a.flex-prev span {
  left: 30%;
  padding-right: 2px; }

#loopedSlider a.flex-next span {
  right: 30%;
  padding-left: 2px; }

@media only screen and (max-width: 767px) {
  #loopedSlider {
    height: auto !important; }

  #loopedSlider .slides {
    overflow: visible;
    height: auto !important; } }
@media only screen and (min-width: 768px) {
  /* Sliders */
  #loopedSlider .content {
    position: absolute;
    left: 0px;
    top: 20px;
    background: none; }

  #loopedSlider .content h2 {
    float: left;
    font-size: 26px; }

  #loopedSlider .content p {
    clear: both;
    float: left; } }
/* Floating & Alignment */
.fl {
  float: left; }

.fr {
  float: right; }

.ac {
  text-align: center; }

.ar {
  text-align: right; }

/* Clear Floats */
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.fix:before, .fix:after, .col-full:before, .col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.fix:after, .col-full:after {
  clear: both; }

.fix, .col-full {
  zoom: 1; }

html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://sonspring.com/journal/clearing-floats */
@media only screen and (max-width: 767px) {
  body.boxed-layout {
    padding: 0; }

  body.boxed-layout #top {
    margin-left: 1.5em;
    margin-right: 1.5em; }

  body.boxed-layout #wrapper {
    margin-left: 0;
    margin-right: 0;
    border: none; } }
@media only screen and (min-width: 768px) {
  /* Boxed Layout */
  .boxed-layout #inner-wrapper,
  .boxed-layout #wrapper {
    padding: 0; }

  .boxed-layout #header,
  .boxed-layout #content,
  .boxed-layout #footer-widgets,
  .boxed-layout #footer {
    padding-left: 2.5em;
    padding-right: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .boxed-layout #header {
    background-clip: padding-box;
    -webkit-background-clip: padding-box; } }
body.fixed-mobile {
  padding: 0; }

body.fixed-mobile #top {
  padding: 0;
  margin: 0; }

body.fixed-mobile #navigation {
  position: relative;
  padding-top: 0; }

body.fixed-mobile #navigation .nav-close, body.fixed-mobile #navigation .nav-home {
  display: none; }

@media only screen and (max-width: 767px) {
  body.fixed-mobile .nav-toggle {
    display: none; }

  body.fixed-mobile #navigation {
    width: 100%;
    margin-bottom: 0; }

  body.fixed-mobile #navigation ul {
    margin-bottom: 0; }

  body.fixed-mobile #navigation ul.nav > li {
    display: inline-block; }

  body.fixed-mobile #navigation ul.nav li a {
    padding: 1em; }

  body.fixed-mobile #navigation ul.nav > li > ul {
    left: 0; }

  body.fixed-mobile #navigation ul.nav ul {
    width: 12em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 0.4em 0; }

  body.fixed-mobile #navigation ul.nav ul li {
    float: none; }

  body.fixed-mobile #navigation .nav li.parent > a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    width: 1.5em;
    content: "\f0d7";
    color: rgba(0, 0, 0, 0.4);
    font-size: .857em;
    margin-top: 2px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right;
    line-height: 1; }

  body.fixed-mobile #navigation ul.nav li a:hover {
    text-decoration: none; }

  body.fixed-mobile #navigation ul.nav ul {
    background: #e6e6e6; }

  body.fixed-mobile #navigation ul.nav ul li {
    float: none; }

  body.fixed-mobile #navigation ul.nav > li > ul {
    left: 0; }

  body.fixed-mobile #navigation ul.nav > li > ul li a:hover {
    text-decoration: underline; }

  body.fixed-mobile #navigation ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none; }

  body.fixed-mobile #navigation ul.nav li.parent > a {
    position: relative; }

  body.fixed-mobile #navigation ul.nav li:hover > ul {
    visibility: visible; }

  body.fixed-mobile #navigation ul.nav ul ul {
    top: -5px;
    left: 100%; }

  body.fixed-mobile #navigation ul.nav li.parent ul.children li.parent > a:after {
    content: "" !important;
    float: right;
    position: absolute;
    top: 1em;
    right: 1em;
    text-decoration: none !important; } }
/* 2.7 Full Width */
body.full-width,
body.full-width #inner-wrapper {
  padding: 0; }

body.full-width #wrapper {
  padding: 0;
  min-width: 100% !important;
  width: 100%; }

body.full-width #header,
#nav-container,
body.full-width #content,
body.full-width #footer-widgets,
body.full-width #footer {
  padding-left: 1.618em;
  padding-right: 1.618em; }

body.full-width #top {
  padding: 0;
  margin: 0; }

body.full-width .nav-toggle {
  margin: 0; }

#nav-container {
  border: 1px solid #d9d9d9;
  border-width: 1px;
  background: #f0f0f0;
  margin: 0; }
  #nav-container:after {
    content: "";
    display: table;
    clear: both; }

#nav-container #navigation {
  margin-bottom: 0;
  border: none;
  border-radius: 0; }

#nav-container #navigation ul#main-nav > li:first-child {
  border-left: 1px solid #DBDBDB; }

@media only screen and (min-width: 768px) {
  #nav-container {
    margin: 0 0 3em 0; } }
/* 8.6 Contact Page Template */
#single_map_canvas img {
  max-width: inherit; }

.page-template-template-contact-php .location-twitter {
  margin: 0 0 1em;
  padding: 0 0 1.618em;
  border-bottom: 1px solid #e6e6e6; }

.page-template-template-contact-php .location-twitter .col-left {
  float: none; }

.page-template-template-contact-php .location-twitter ul {
  margin: 0;
  padding: 0; }

.page-template-template-contact-php .location-twitter ul li {
  list-style: none;
  padding: 0; }

.page-template-template-contact-php .location-twitter #office-location {
  margin: 0 0 1.618em; }

.page-template-template-contact-php .location-twitter #office-location a {
  text-decoration: underline; }

.page-template-template-contact-php .location-twitter #office-location ul li {
  margin: 0 0 1em; }

.page-template-template-contact-php .location-twitter .contact-social {
  float: none; }

.page-template-template-contact-php .location-twitter .contact-social #twitter {
  margin: 0 0 1.618em; }

.page-template-template-contact-php .location-twitter .contact-social #twitter ul li {
  padding-bottom: 10px; }

.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
  color: #7b7b7b; }

.page-template-template-contact-php .location-twitter .contact-social #connect {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0 0; }

.page-template-template-contact-php .location-twitter .contact-social #connect div p {
  display: none; }

.page-template-template-contact-php .location-twitter .contact-social #connect img {
  border: none;
  padding: 0;
  background: none; }

.page-template-template-contact-php .location-twitter .contact-social #connect h3 {
  display: none; }

.page-template-template-contact-php .location-twitter .contact-social #connect .social {
  float: none;
  clear: both; }

/* 6.3 Contact Form */
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px; }

#contact-page ol.forms {
  float: left;
  list-style: none;
  width: 100%;
  margin: 10px 0 0; }

#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 18px;
  position: relative;
  width: 100%; }

#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 700;
  padding-right: 20px;
  width: 80px; }

#contact-page ol.forms input.txt {
  width: 214px; }

#contact-page ol.forms input#sendCopy {
  border: none; }

#contact-page ol.forms textarea {
  height: 300px;
  width: 70%; }

#contact-page ol.forms li .error {
  font-size: 12px;
  display: block;
  margin-left: 120px;
  color: red; }

#contact-page ol.forms li.textarea .error {
  display: block;
  margin-left: 120px; }

#contact-page ol.forms li.screenReader {
  margin-bottom: 0; }

#contact-page ol.forms li.inline input {
  width: auto;
  margin-left: 120px; }

#contact-page ol.forms li.inline input#sendCopy {
  margin-left: 0px; }

#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto; }

.three-col-left #contact-page ol.forms textarea,
.three-col-middle #contact-page ol.forms textarea,
.three-col-right #contact-page ol.forms textarea {
  width: 65%; }

.three-col-left #contact-page ol.forms input#sendCopy,
.three-col-middle #contact-page ol.forms input#sendCopy,
.three-col-right #contact-page ol.forms input#sendCopy {
  float: left; }

@media only screen and (min-width: 768px) {
  .page-template-template-contact-php .location-twitter .col-left {
    float: left; }

  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0 1em 0 0; }

  .page-template-template-contact-php .location-twitter .contact-social {
    float: left;
    width: 48%; }

  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0; }

  #contact-page ol.forms li.buttons .submit {
    margin: 0 0 0 100px; }

  #contact-page ol.forms li.inline input#sendCopy {
    margin-left: 100px; } }
/* 8.7 Timeline Page Template */
#archives {
  padding: 10px 0 0; }

#archives .archives_list {
  border-left: 1px solid #e5e5e5;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0 0 20px; }

#archives .archives_list:last-child:after {
  content: '';
  position: relative;
  top: 20px;
  left: -7px;
  display: block;
  width: 5px;
  height: 5px;
  border: 4px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #dc3022; }

#archives .archives_list li {
  clear: left;
  padding: 10px 0 10px 10px;
  font-size: 0.9em;
  font-style: normal;
  list-style: none; }

#archives .archives_list .date {
  color: #534545;
  position: relative;
  width: 40%;
  font-style: italic;
  display: block;
  vertical-align: top; }

#archives .archives_list .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 2px solid #e5e5e5; }

#archives .archives_list .linked {
  padding-top: 2px;
  padding-right: 80px;
  width: auto;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2;
  vertical-align: top; }

#archives .archives_list .linked a {
  font-weight: bold; }

#archives .archives_list .comments {
  display: inline;
  margin-top: -15px;
  float: right;
  vertical-align: top; }

#archives .archives_list .comments a {
  display: block;
  position: relative;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em; }

#archives .archives_list .comments a:hover {
  text-decoration: none; }

h3.archive_year {
  font-weight: bold;
  font-size: 1em;
  padding: 2px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: inline;
  margin-top: 0; }

/* Timeline template comments */
#archives .archives_list li span.comments a:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 0.6em;
  margin-right: 5px;
  position: relative;
  top: -0.4em; }

/* 8.2 Magazine template */
.magazine #loopedSlider .slides {
  width: 100%; }

.magazine #loopedSlider li.slide {
  display: none; }

/* Prevents flicker of the slides before the slider has loaded. */
.magazine #loopedSlider li.slide img {
  max-width: 100%;
  height: auto; }

.magazine #loopedSlider .pagination-wrap {
  height: 30px; }

@media only screen and (max-width: 767px) {
  .magazine #loopedSlider a.flex-next, .magazine #loopedSlider a.flex-prev {
    bottom: auto;
    top: 20px; }

  .magazine #loopedSlider {
    height: auto !important;
    max-height: none !important; } }
@media only screen and (min-width: 768px) {
  .magazine .block {
    float: left;
    width: 48%; }

  .magazine .block.last {
    float: right; }

  #loopedSlider.magazine-slider .content p, #loopedSlider.magazine-slider .content h2 {
    max-width: 350px;
    background: black;
    background: rgba(0, 0, 0, 0.7); } }
/* 8.2 Business template */
#loopedSlider.business-slider, #loopedSlider.business-slider .container {
  width: 100%; }

.business h2, .business h3, .business h4, .business h5, .business h6 {
  margin-top: 0.3em; }

#loopedSlider.business-slider img.woo-image {
  max-width: 100%;
  height: auto; }

#loopedSlider.business-slider li.slide {
  display: none; }

/* Prevents flicker of the slides before the slider has loaded. */
.full-slider .slide .woo-image {
  width: 100%; }

.full-slider #loopedSlider.business-slider .entry {
  padding: 1.5em 0 0.5em; }

@media only screen and (min-width: 768px) {
  body.full-header.full-slider #loopedSlider {
    margin-top: -3em; }

  #loopedSlider.business-slider .content {
    background: black;
    background: rgba(0, 0, 0, 0.5);
    top: inherit;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%; }

  .full-slider #loopedSlider.business-slider .content {
    text-align: center; }

  .full-slider #loopedSlider.business-slider .content p, .full-slider #loopedSlider.business-slider .content h2 {
    float: none;
    max-width: 100%;
    background: none; } }
/* 8.5 Portfolio */
#portfolio a.thumb {
  display: block;
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 30px; }

#portfolio a.thumb:hover {
  text-decoration: none;
  background: url("/wp-content/themes/canvas/images/portfolio-hover.png") no-repeat 50% 50%; }

#portfolio .block h2 {
  font-size: 18px;
  margin-bottom: 15px; }

.portfolio h2 {
   margin: 0 0 0.5em; }

#portfolio .group.portfolio-img a.thumb {
  margin-bottom: 1em;
  margin-right: 0px;
  height: auto; }

#portfolio .group.portfolio-img a.thumb:hover {
  background-position: 50% 45%; }

#portfolio .group.portfolio-img {
  float: left;
  display: block;
  margin: 0 10px 30px; }

#portfolio .group.portfolio-img img {
  max-width: none; }

#portfolio .group.portfolio-img h3 {
  font-size: 14px; }

#portfolio #port-tags {
  margin: 0 10px 20px;
  padding: 0 0 20px; }

#portfolio #port-tags .port-cat {
  text-transform: uppercase;
  font-size: 12px; }

#portfolio #port-tags .port-cat a {
  padding: 2px 6px;
  margin: 0 0 0 5px;
  background: #fff;
  border: 1px solid #BFD4D9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#portfolio #port-tags .port-cat a:hover,
#portfolio #port-tags .port-cat a.current {
  text-decoration: none;
  background: #eee; }

#portfolio .gallery-image {
  display: none; }

/* 8.5.1 Single Portfolio Item */
body.single-portfolio.one-col #post-gallery, body.single-portfolio.one-col .post-embed {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

body.single-portfolio.two-col-left #post-gallery,
body.single-portfolio.two-col-right #post-gallery,
body.single-portfolio.two-col-middle #post-gallery,
body.single-portfolio.three-col-left #post-gallery,
body.single-portfolio.three-col-right #post-gallery,
body.single-portfolio.three-col-middle #post-gallery,
body.single-portfolio.two-col-left .post-embed,
body.single-portfolio.two-col-right .post-embed,
body.single-portfolio.two-col-middle .post-embed,
body.single-portfolio.three-col-left .post-embed,
body.single-portfolio.three-col-right .post-embed,
body.single-portfolio.three-col-middle .post-embed {
  float: none;
  margin-bottom: 20px; }

#post-gallery .slides_container .slide {
  margin-bottom: 1em; }

#post-gallery .slides_control .slide {
  display: none; }

/* Prevents the gallery from displaying incorrectly on first load. */
#post-gallery .photo-caption {
  background: #EBEBEB;
  padding: 5px;
  display: block;
  margin-top: 0.4em; }

#post-gallery .photo-caption {
  filter: alpha(opacity=80);
  /* internet explorer */
  -khtml-opacity: 0.8;
  /* khtml, old safari */
  -moz-opacity: 0.8;
  /* mozilla, netscape */
  opacity: 0.8;
  /* fx, safari, opera */ }

#post-gallery .pagination li {
  display: inline;
  padding-right: 10px;
  margin: 15px 4px 15px 0; }

#post-gallery .pagination .jcarousel-prev, #post-gallery .pagination .jcarousel-next {
  cursor: pointer;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 45%; }

#post-gallery .pagination .jcarousel-prev {
  left: 10px; }

#post-gallery .pagination .jcarousel-next {
  right: 45px; }

#post-gallery .pagination .jcarousel-prev-disabled,
#post-gallery .pagination .jcarousel-next-disabled {
  filter: alpha(opacity=20);
  /* internet explorer */
  -khtml-opacity: 0.2;
  /* khtml, old safari */
  -moz-opacity: 0.2;
  /* mozilla, netscape */
  opacity: 0.2;
  /* fx, safari, opera */ }

body.single-portfolio .hentry {
  float: right;
  width: 40%; }

body.single-portfolio.two-col-left .hentry,
body.single-portfolio.two-col-right .hentry,
body.single-portfolio.two-col-middle .hentry,
body.single-portfolio.three-col-left .hentry,
body.single-portfolio.three-col-right .hentry,
body.single-portfolio.three-col-middle .hentry {
  float: none;
  width: auto; }

/* 8.5.2 Portfolio Items In Archive Screens */
body.search .portfolio .portfolio-img {
  margin: 0 10px 10px 0; }

@media only screen and (max-width: 767px) {
  /* Set single portfolio item from two to one column on mobile */
  body.single-portfolio.one-col-980 #post-gallery, body.single-portfolio.one-col-980 .post-embed {
    width: 100%;
    float: none; }

  body.single-portfolio .hentry {
    float: none;
    width: 100%; } }
@media only screen and (max-width: 768px) {
  /* Portfolio layout */
  body.single-portfolio.one-col #post-gallery, body.single-portfolio.one-col .post-embed {
    width: 57%; }

  body.single-portfolio.one-col-980 #post-gallery, body.single-portfolio.one-col-980 .post-embed {
    width: 57%; }

  body.single-portfolio.one-col-960 #post-gallery, body.single-portfolio.one-col-960 .post-embed {
    width: 57%; }

  body.single-portfolio.one-col-940 #post-gallery, body.single-portfolio.one-col-940 .post-embed {
    width: 55%; }

  body.single-portfolio.one-col-880 #post-gallery, body.single-portfolio.one-col-880 .post-embed {
    width: 55%; }

  body.single-portfolio.one-col-760 #post-gallery, body.single-portfolio.one-col-760 .post-embed {
    width: 45%; } }
/* Tumblog */
.post .post-icon a:before {
  display: block;
  height: 50px;
  width: 50px;
  padding-top: 0.7em;
  font-size: 1.7em;
  color: #fff;
  text-align: center; }

.post .post-icon.link a:before {
  font-family: "FontAwesome";
  content: "\f0c1"; }

.post .post-icon.video a:before {
  font-family: "FontAwesome";
  content: "\f03d"; }

.post .post-icon.article a:before {
  font-family: "FontAwesome";
  content: "\f0f6"; }

.post .post-icon.audio a:before {
  font-family: "FontAwesome";
  content: "\f026"; }

.post .post-icon.image a:before {
  font-family: "FontAwesome";
  content: "\f03e"; }

.post .post-icon.quote a:before {
  font-family: "FontAwesome";
  content: "\f10d"; }

/* 6.5 Tumblog */
/*
.entry .quote, .entry .video  { margin-bottom:1.5em; }
.entry .quote blockquote { font-style:italic; }
.entry .quote cite { text-align: right; font-style: normal; display: block; font: 0.9em sans-serif; }
.entry .quote cite:before  { content: '~ ' }
*/


.entry, .entry p {font-weight: 500 !important;}
@media only screen and (max-width: 600px) {
body .slide-title a { width: 100% !important; }
}
div.sib-sms-field {
    display: inline-block;
    position: relative;
    width: 100%;
}

.sib-sms-field .sib-country-block {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sib-country-block .sib-toggle.sib-country-flg {
    z-index: 1;
    position: relative;
    width: 46px;
    height: 100%;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dbdbdb;
    cursor: pointer;
}

.sib-country-block .sib-toggle .sib-cflags {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('/wp-content/plugins/mailin/img/flags/fr.png');
}
.sib-country-block .sib-toggle .sib-icon-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width:  0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    white-space: nowrap;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 50px;
    width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
    font-size: 14px;
    padding:1px 10px;
    cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
    background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
    width: 20px;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
    height: 18px;
    width: 20px;
    background-image: url("/wp-content/plugins/mailin/img/flags/ad.png");
    vertical-align: middle;
    display: inline-block;
    background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
    margin-left: 20px;
}
.sib-sms-field .sib-sms {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0;
}
.sib-multi-lists.sib_error {
    color: #A94442;
}div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_expand:hover {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_contract:hover {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.pp_default .pp_gallery ul li a {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/default_thumb.png) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_next.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(/wp-content/themes/canvas/includes/images/prettyPhoto/default/sprite_prev.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

@media only screen and (max-width: 768px) {
  /* prettyPhoto styling for small screens */
  div.pp_default {
    width: 98% !important;
    left: 1% !important;
    right: 1% !important;
    overflow: hidden;
    -webkit-border-radius: 5px; }
    div.pp_default .pp_content_container .pp_left {
      padding-left: 0 !important; }
    div.pp_default .pp_content_container .pp_right {
      padding-right: 0 !important; }
    div.pp_default .pp_content {
      width: 100% !important;
      height: auto !important; }
    div.pp_default .pp_fade {
      width: 100% !important;
      height: 100% !important; }
    div.pp_default a.pp_expand, div.pp_default a.pp_contract, div.pp_default .pp_hoverContainer, div.pp_default .pp_gallery, div.pp_default .pp_top, div.pp_default .pp_bottom {
      display: none !important; }
    div.pp_default #pp_full_res img {
      width: 100% !important;
      height: auto !important; }
    div.pp_default .pp_details {
      width: 94% !important;
      padding-left: 3%;
      padding-right: 4%;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #fff;
      margin-top: -2px !important; }
    div.pp_default a.pp_close {
      right: 10px !important;
      top: 10px !important; } }
