/* TOC:
 - popup_style
 - vwcss-flexslider
 - vwcss-icon-social
 - vwcss-icon-entypo
 - vwcss-icon-symbol
 - vwcss-swipebox
 - vwcss-bootstrap
 - vwcss-theme
 - jetpack_css
 - essb_cache_static-c9c36adddf5aadc887e365b59a00ffa4
*/

/* Minit: https://oddpad.com/wp-content/plugins/like-fb/css/popup.css */

#facebookpopup-fanback {
    display:none;
    background:rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
}
#facebookpopup-fan-exit {
    width:100%;
    height:100%;
}
#facebookpopup-fanbox {
    background:white;
    height:308px;
    position:absolute;
    top:58%;
    left:63%;
    margin:-220px 0 0 -375px;
    -webkit-box-shadow: inset 0 0 50px 0 #ffffff;
    -moz-box-shadow: inset 0 0 50px 0 #ffffff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: -220px 0 0 -375px;
    padding: 10px;
}
#facebookpopup-fanclose {
    float:right;
    cursor:pointer;
    background:url('../../plugins/like-fb/img/fanclose.png') no-repeat;
    height:56px;
    padding-left:20px;
    position:relative;
    padding-right:20px;
    margin-top:-20px;
    margin-right:-22px;
}
.facebookpopup-remove-border {
    height:1px;
    width:280px;
    margin:0 auto;
    margin-top:16px;
    position:relative;
    margin-left:20px;
}
#facebookpopup-linkit a.visited,#facebookpopup-linkit a,#facebookpopup-linkit a:hover {
    color:#80808B;
    font-size:10px;
    margin: 0 auto 5px auto;
    float:center;
}

.iframe{
    margin: 0px auto;
    border: 1px solid #80808B;
}

@media screen and (max-width: 767px) {
    #facebookpopup-fanbox {
        width:300px;
        height:320px;
        left:4% !important;
        top:8%;
        margin:0px auto;
        padding: 1%;
    }
    iframe{
        width: 290px;
    }
    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 90% !important;
    }
    
    .fb-like-box > span > iframe[style] {width: 90% !important;}
    
    #fb-root {
        display: none;
    }
}




/* Minit: https://oddpad.com/wp-content/themes/presso/framework/flexslider/flexslider-custom.css */
/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

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

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

/* Clearfix for the .slides element */
.slides:after {content: "."; 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;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 30px; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 85px; height: 76px; margin: 0; margin-top: -38px; background: url('../../themes/presso/framework/flexslider/images/bg_direction_nav_custom.png') no-repeat 0 0; background-color: rgba( 0,0,0,0.3 ); display: block; position: absolute; bottom: 15%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0.7; -webkit-transition: all .3s ease;}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.flex-direction-nav a { background: url('../../themes/presso/framework/flexslider/images/bg_direction_nav_custom-2x.png'); background-size: 172px 76px;  }
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0; }
.flex-direction-nav .flex-prev {left: 0;}
/*.flexslider:hover .flex-next {opacity: 0.8; right: 0px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 0px;}*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;z-index:1;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;vertical-align:middle;}
.flex-control-paging li a {width: 25px; height: 7px; display: block; background: #ddd; cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

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

.flexslider.no-control-nav .flex-control-nav { display: none; }

/* Caption */
.flex-caption-container {
	position: absolute;
	margin-left: 15px;
	margin-right: 15px;
	bottom: 45px;
}

.flex-caption , .flex-alt {
	background-color: black;
	background-color: rgba( 0, 0, 0, 0.5 );
	color: #fff;
}

.flex-caption {
	font-size: 32px;
	font-weight: normal;
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.flex-alt {
	font-size: 14px;
	padding: 10px 15px;
	color: #eee;
	display: block;
}

@media screen and (max-width: 768px) {
	/*.flex-direction-nav .flex-prev {opacity: 1; left: 0;}*/
	/*.flex-direction-nav .flex-next {opacity: 1; right: 0;}*/
	.flex-caption {
		font-size: 24px;
		padding: 10px;
	}

	.flex-alt {
		font-size: 12px;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 479px) {
	.flex-caption {
		font-size: 18px;
		padding: 5px;
	}

	.flex-alt {
		font-size: 11px;
	}
}



/* Minit: https://oddpad.com/wp-content/themes/presso/framework/font-icons/social-icons/css/zocial.css */
@font-face {
  font-family: 'zocial';
  src: url('../../themes/presso/framework/font-icons/social-icons/font/zocial_97035448.eot');
  src: url('../../themes/presso/framework/font-icons/social-icons/font/zocial_97035448.eot#iefix') format('embedded-opentype'),
       url('../../themes/presso/framework/font-icons/social-icons/font/zocial_97035448.woff') format('woff'),
       url('../../themes/presso/framework/font-icons/social-icons/font/zocial_97035448.ttf') format('truetype'),
       url('../../themes/presso/framework/font-icons/social-icons/font/zocial_97035448-zocial.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'zocial';
    src: url('../../themes/presso/framework/font-icons/social-icons/font/zocial_97035448-zocial.svg') format('svg');
  }
}
*/

 [class^="icon-social-"]:before, [class*=" icon-social-"]:before {
  font-family: "zocial";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  
 
  /* Uncomment for 3D effect */
   /*text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-social-duckduckgo:before { content: '\e866'; } /* '' */
.icon-social-aim:before { content: '\e800'; } /* '' */
.icon-social-delicious:before { content: '\e801'; } /* '' */
.icon-social-paypal:before { content: '\e802'; } /* '' */
.icon-social-flattr:before { content: '\e803'; } /* '' */
.icon-social-android:before { content: '\e804'; } /* '' */
.icon-social-eventful:before { content: '\e805'; } /* '' */
.icon-social-smashmag:before { content: '\e806'; } /* '' */
.icon-social-gplus:before { content: '\e807'; } /* '' */
.icon-social-wikipedia:before { content: '\e808'; } /* '' */
.icon-social-lanyrd:before { content: '\e809'; } /* '' */
.icon-social-calendar:before { content: '\e80a'; } /* '' */
.icon-social-stumbleupon:before { content: '\e80b'; } /* '' */
.icon-social-fivehundredpx:before { content: '\e80c'; } /* '' */
.icon-social-pinterest:before { content: '\e80d'; } /* '' */
.icon-social-bitcoin:before { content: '\e80e'; } /* '' */
.icon-social-w3c:before { content: '\e80f'; } /* '' */
.icon-social-foursquare:before { content: '\e810'; } /* '' */
.icon-social-html5:before { content: '\e811'; } /* '' */
.icon-social-ie:before { content: '\e812'; } /* '' */
.icon-social-call:before { content: '\e813'; } /* '' */
.icon-social-grooveshark:before { content: '\e814'; } /* '' */
.icon-social-ninetyninedesigns:before { content: '\e815'; } /* '' */
.icon-social-forrst:before { content: '\e816'; } /* '' */
.icon-social-digg:before { content: '\e817'; } /* '' */
.icon-social-spotify:before { content: '\e818'; } /* '' */
.icon-social-reddit:before { content: '\e819'; } /* '' */
.icon-social-guest:before { content: '\e81a'; } /* '' */
.icon-social-gowalla:before { content: '\e81b'; } /* '' */
.icon-social-appstore:before { content: '\e81c'; } /* '' */
.icon-social-blogger:before { content: '\e81d'; } /* '' */
.icon-social-cc:before { content: '\e81e'; } /* '' */
.icon-social-dribbble:before { content: '\e81f'; } /* '' */
.icon-social-evernote:before { content: '\e820'; } /* '' */
.icon-social-flickr:before { content: '\e821'; } /* '' */
.icon-social-google:before { content: '\e822'; } /* '' */
.icon-social-viadeo:before { content: '\e823'; } /* '' */
.icon-social-instapaper:before { content: '\e824'; } /* '' */
.icon-social-weibo:before { content: '\e825'; } /* '' */
.icon-social-klout:before { content: '\e826'; } /* '' */
.icon-social-linkedin:before { content: '\e827'; } /* '' */
.icon-social-meetup:before { content: '\e828'; } /* '' */
.icon-social-vk:before { content: '\e829'; } /* '' */
.icon-social-plancast:before { content: '\e82a'; } /* '' */
.icon-social-disqus:before { content: '\e82b'; } /* '' */
.icon-social-rss:before { content: '\e82c'; } /* '' */
.icon-social-skype:before { content: '\e82d'; } /* '' */
.icon-social-twitter:before { content: '\e82e'; } /* '' */
.icon-social-youtube:before { content: '\e82f'; } /* '' */
.icon-social-vimeo:before { content: '\e830'; } /* '' */
.icon-social-windows:before { content: '\e831'; } /* '' */
.icon-social-xing:before { content: '\e832'; } /* '' */
.icon-social-yahoo:before { content: '\e833'; } /* '' */
.icon-social-chrome:before { content: '\e834'; } /* '' */
.icon-social-email:before { content: '\e835'; } /* '' */
.icon-social-macstore:before { content: '\e836'; } /* '' */
.icon-social-myspace:before { content: '\e837'; } /* '' */
.icon-social-podcast:before { content: '\e838'; } /* '' */
.icon-social-amazon:before { content: '\e839'; } /* '' */
.icon-social-steam:before { content: '\e83a'; } /* '' */
.icon-social-cloudapp:before { content: '\e83b'; } /* '' */
.icon-social-dropbox:before { content: '\e83c'; } /* '' */
.icon-social-ebay:before { content: '\e83d'; } /* '' */
.icon-social-facebook:before { content: '\e83e'; } /* '' */
.icon-social-github:before { content: '\e83f'; } /* '' */
.icon-social-googleplay:before { content: '\e841'; } /* '' */
.icon-social-itunes:before { content: '\e842'; } /* '' */
.icon-social-plurk:before { content: '\e843'; } /* '' */
.icon-social-songkick:before { content: '\e844'; } /* '' */
.icon-social-lastfm:before { content: '\e845'; } /* '' */
.icon-social-gmail:before { content: '\e846'; } /* '' */
.icon-social-pinboard:before { content: '\e847'; } /* '' */
.icon-social-openid:before { content: '\e848'; } /* '' */
.icon-social-quora:before { content: '\e849'; } /* '' */
.icon-social-soundcloud:before { content: '\e84a'; } /* '' */
.icon-social-tumblr:before { content: '\e84b'; } /* '' */
.icon-social-eventasaurus:before { content: '\e84c'; } /* '' */
.icon-social-wordpress:before { content: '\e84d'; } /* '' */
.icon-social-yelp:before { content: '\e84e'; } /* '' */
.icon-social-intensedebate:before { content: '\e84f'; } /* '' */
.icon-social-eventbrite:before { content: '\e850'; } /* '' */
.icon-social-scribd:before { content: '\e851'; } /* '' */
.icon-social-posterous:before { content: '\e852'; } /* '' */
.icon-social-stripe:before { content: '\e853'; } /* '' */
.icon-social-opentable:before { content: '\e854'; } /* '' */
.icon-social-cart:before { content: '\e855'; } /* '' */
.icon-social-print:before { content: '\e856'; } /* '' */
.icon-social-angellist:before { content: '\e857'; } /* '' */
.icon-social-instagram:before { content: '\e858'; } /* '' */
.icon-social-dwolla:before { content: '\e859'; } /* '' */
.icon-social-appnet:before { content: '\e85a'; } /* '' */
.icon-social-statusnet:before { content: '\e85b'; } /* '' */
.icon-social-acrobat:before { content: '\e85c'; } /* '' */
.icon-social-drupal:before { content: '\e85d'; } /* '' */
.icon-social-buffer:before { content: '\e85e'; } /* '' */
.icon-social-pocket:before { content: '\e85f'; } /* '' */
.icon-social-github-circled:before { content: '\e840'; } /* '' */
.icon-social-bitbucket:before { content: '\e860'; } /* '' */
.icon-social-lego:before { content: '\e861'; } /* '' */
.icon-social-login:before { content: '\e862'; } /* '' */
.icon-social-stackoverflow:before { content: '\e863'; } /* '' */
.icon-social-hackernews:before { content: '\e864'; } /* '' */
.icon-social-lkdto:before { content: '\e865'; } /* '' */



/* Minit: https://oddpad.com/wp-content/themes/presso/framework/font-icons/entypo/css/entypo.css */
@font-face {
  font-family: 'entypo';
  src: url('../../themes/presso/framework/font-icons/entypo/font/entypo_5488184.eot');
  src: url('../../themes/presso/framework/font-icons/entypo/font/entypo_5488184.eot#iefix') format('embedded-opentype'),
       url('../../themes/presso/framework/font-icons/entypo/font/entypo_5488184.woff') format('woff'),
       url('../../themes/presso/framework/font-icons/entypo/font/entypo_5488184.ttf') format('truetype'),
       url('../../themes/presso/framework/font-icons/entypo/font/entypo_5488184-entypo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../../themes/presso/framework/font-icons/entypo/font/entypo_5488184-entypo.svg') format('svg');
  }
}
*/
  
 [class^="icon-entypo-"]:before, [class*=" icon-entypo-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-entypo-plus:before { content: '\e816'; } /* '' */
.icon-entypo-minus:before { content: '\e819'; } /* '' */
.icon-entypo-info:before { content: '\e81e'; } /* '' */
.icon-entypo-left-thin:before { content: '\e88c'; } /* '' */
.icon-entypo-up-thin:before { content: '\e88e'; } /* '' */
.icon-entypo-right-thin:before { content: '\e88d'; } /* '' */
.icon-entypo-down-thin:before { content: '\e88b'; } /* '' */
.icon-entypo-level-up:before { content: '\e893'; } /* '' */
.icon-entypo-level-down:before { content: '\e892'; } /* '' */
.icon-entypo-switch:before { content: '\e896'; } /* '' */
.icon-entypo-infinity:before { content: '\e8c2'; } /* '' */
.icon-entypo-plus-squared:before { content: '\e818'; } /* '' */
.icon-entypo-minus-squared:before { content: '\e81b'; } /* '' */
.icon-entypo-home:before { content: '\e821'; } /* '' */
.icon-entypo-keyboard:before { content: '\e83a'; } /* '' */
.icon-entypo-erase:before { content: '\e8c3'; } /* '' */
.icon-entypo-pause:before { content: '\e899'; } /* '' */
.icon-entypo-fast-forward:before { content: '\e89d'; } /* '' */
.icon-entypo-fast-backward:before { content: '\e89e'; } /* '' */
.icon-entypo-to-end:before { content: '\e89b'; } /* '' */
.icon-entypo-to-start:before { content: '\e89c'; } /* '' */
.icon-entypo-hourglass:before { content: '\e863'; } /* '' */
.icon-entypo-stop:before { content: '\e898'; } /* '' */
.icon-entypo-up-dir:before { content: '\e886'; } /* '' */
.icon-entypo-play:before { content: '\e897'; } /* '' */
.icon-entypo-right-dir:before { content: '\e885'; } /* '' */
.icon-entypo-down-dir:before { content: '\e883'; } /* '' */
.icon-entypo-left-dir:before { content: '\e884'; } /* '' */
.icon-entypo-adjust:before { content: '\e867'; } /* '' */
.icon-entypo-cloud:before { content: '\e8b2'; } /* '' */
.icon-entypo-star:before { content: '\e808'; } /* '' */
.icon-entypo-star-empty:before { content: '\e809'; } /* '' */
.icon-entypo-cup:before { content: '\e846'; } /* '' */
.icon-entypo-menu:before { content: '\e811'; } /* '' */
.icon-entypo-moon:before { content: '\e8b5'; } /* '' */
.icon-entypo-heart-empty:before { content: '\e807'; } /* '' */
.icon-entypo-heart:before { content: '\e806'; } /* '' */
.icon-entypo-note:before { content: '\e800'; } /* '' */
.icon-entypo-note-beamed:before { content: '\e801'; } /* '' */
.icon-entypo-layout:before { content: '\e810'; } /* '' */
.icon-entypo-flag:before { content: '\e82a'; } /* '' */
.icon-entypo-tools:before { content: '\e856'; } /* '' */
.icon-entypo-cog:before { content: '\e855'; } /* '' */
.icon-entypo-attention:before { content: '\e83e'; } /* '' */
.icon-entypo-flash:before { content: '\e8b4'; } /* '' */
.icon-entypo-record:before { content: '\e89a'; } /* '' */
.icon-entypo-cloud-thunder:before { content: '\e8b3'; } /* '' */
.icon-entypo-tape:before { content: '\e8c8'; } /* '' */
.icon-entypo-flight:before { content: '\e8b6'; } /* '' */
.icon-entypo-mail:before { content: '\e805'; } /* '' */
.icon-entypo-pencil:before { content: '\e836'; } /* '' */
.icon-entypo-feather:before { content: '\e837'; } /* '' */
.icon-entypo-check:before { content: '\e812'; } /* '' */
.icon-entypo-cancel:before { content: '\e813'; } /* '' */
.icon-entypo-cancel-circled:before { content: '\e814'; } /* '' */
.icon-entypo-cancel-squared:before { content: '\e815'; } /* '' */
.icon-entypo-help:before { content: '\e81c'; } /* '' */
.icon-entypo-quote:before { content: '\e833'; } /* '' */
.icon-entypo-plus-circled:before { content: '\e817'; } /* '' */
.icon-entypo-minus-circled:before { content: '\e81a'; } /* '' */
.icon-entypo-right:before { content: '\e881'; } /* '' */
.icon-entypo-direction:before { content: '\e844'; } /* '' */
.icon-entypo-forward:before { content: '\e832'; } /* '' */
.icon-entypo-ccw:before { content: '\e88f'; } /* '' */
.icon-entypo-cw:before { content: '\e890'; } /* '' */
.icon-entypo-left:before { content: '\e880'; } /* '' */
.icon-entypo-up:before { content: '\e882'; } /* '' */
.icon-entypo-down:before { content: '\e87f'; } /* '' */
.icon-entypo-list-add:before { content: '\e8a6'; } /* '' */
.icon-entypo-list:before { content: '\e8a5'; } /* '' */
.icon-entypo-left-bold:before { content: '\e888'; } /* '' */
.icon-entypo-right-bold:before { content: '\e889'; } /* '' */
.icon-entypo-up-bold:before { content: '\e88a'; } /* '' */
.icon-entypo-down-bold:before { content: '\e887'; } /* '' */
.icon-entypo-user-add:before { content: '\e80c'; } /* '' */
.icon-entypo-help-circled:before { content: '\e81d'; } /* '' */
.icon-entypo-info-circled:before { content: '\e81f'; } /* '' */
.icon-entypo-eye:before { content: '\e826'; } /* '' */
.icon-entypo-tag:before { content: '\e827'; } /* '' */
.icon-entypo-upload-cloud:before { content: '\e82f'; } /* '' */
.icon-entypo-reply:before { content: '\e830'; } /* '' */
.icon-entypo-reply-all:before { content: '\e831'; } /* '' */
.icon-entypo-code:before { content: '\e834'; } /* '' */
.icon-entypo-export:before { content: '\e835'; } /* '' */
.icon-entypo-print:before { content: '\e838'; } /* '' */
.icon-entypo-retweet:before { content: '\e839'; } /* '' */
.icon-entypo-comment:before { content: '\e83b'; } /* '' */
.icon-entypo-chat:before { content: '\e83c'; } /* '' */
.icon-entypo-vcard:before { content: '\e840'; } /* '' */
.icon-entypo-address:before { content: '\e841'; } /* '' */
.icon-entypo-location:before { content: '\e842'; } /* '' */
.icon-entypo-map:before { content: '\e843'; } /* '' */
.icon-entypo-compass:before { content: '\e845'; } /* '' */
.icon-entypo-trash:before { content: '\e847'; } /* '' */
.icon-entypo-doc:before { content: '\e848'; } /* '' */
.icon-entypo-doc-text-inv:before { content: '\e84c'; } /* '' */
.icon-entypo-docs:before { content: '\e849'; } /* '' */
.icon-entypo-doc-landscape:before { content: '\e84a'; } /* '' */
.icon-entypo-archive:before { content: '\e851'; } /* '' */
.icon-entypo-rss:before { content: '\e853'; } /* '' */
.icon-entypo-share:before { content: '\e857'; } /* '' */
.icon-entypo-basket:before { content: '\e859'; } /* '' */
.icon-entypo-shareable:before { content: '\e858'; } /* '' */
.icon-entypo-login:before { content: '\e85c'; } /* '' */
.icon-entypo-logout:before { content: '\e85d'; } /* '' */
.icon-entypo-volume:before { content: '\e861'; } /* '' */
.icon-entypo-resize-full:before { content: '\e869'; } /* '' */
.icon-entypo-resize-small:before { content: '\e86a'; } /* '' */
.icon-entypo-popup:before { content: '\e86b'; } /* '' */
.icon-entypo-publish:before { content: '\e86c'; } /* '' */
.icon-entypo-window:before { content: '\e86d'; } /* '' */
.icon-entypo-arrow-combo:before { content: '\e86e'; } /* '' */
.icon-entypo-chart-pie:before { content: '\e8c4'; } /* '' */
.icon-entypo-language:before { content: '\e8ca'; } /* '' */
.icon-entypo-air:before { content: '\e8ce'; } /* '' */
.icon-entypo-database:before { content: '\e8d3'; } /* '' */
.icon-entypo-drive:before { content: '\e8d4'; } /* '' */
.icon-entypo-bucket:before { content: '\e8d5'; } /* '' */
.icon-entypo-thermometer:before { content: '\e8d6'; } /* '' */
.icon-entypo-down-circled:before { content: '\e86f'; } /* '' */
.icon-entypo-left-circled:before { content: '\e870'; } /* '' */
.icon-entypo-right-circled:before { content: '\e871'; } /* '' */
.icon-entypo-up-circled:before { content: '\e872'; } /* '' */
.icon-entypo-down-open:before { content: '\e873'; } /* '' */
.icon-entypo-left-open:before { content: '\e874'; } /* '' */
.icon-entypo-right-open:before { content: '\e875'; } /* '' */
.icon-entypo-up-open:before { content: '\e876'; } /* '' */
.icon-entypo-down-open-mini:before { content: '\e877'; } /* '' */
.icon-entypo-left-open-mini:before { content: '\e878'; } /* '' */
.icon-entypo-right-open-mini:before { content: '\e879'; } /* '' */
.icon-entypo-up-open-mini:before { content: '\e87a'; } /* '' */
.icon-entypo-down-open-big:before { content: '\e87b'; } /* '' */
.icon-entypo-left-open-big:before { content: '\e87c'; } /* '' */
.icon-entypo-right-open-big:before { content: '\e87d'; } /* '' */
.icon-entypo-up-open-big:before { content: '\e87e'; } /* '' */
.icon-entypo-progress-0:before { content: '\e89f'; } /* '' */
.icon-entypo-progress-1:before { content: '\e8a0'; } /* '' */
.icon-entypo-progress-2:before { content: '\e8a1'; } /* '' */
.icon-entypo-progress-3:before { content: '\e8a2'; } /* '' */
.icon-entypo-back-in-time:before { content: '\e8aa'; } /* '' */
.icon-entypo-network:before { content: '\e8ad'; } /* '' */
.icon-entypo-inbox:before { content: '\e8af'; } /* '' */
.icon-entypo-install:before { content: '\e8b0'; } /* '' */
.icon-entypo-lifebuoy:before { content: '\e8b9'; } /* '' */
.icon-entypo-mouse:before { content: '\e8ba'; } /* '' */
.icon-entypo-dot:before { content: '\e8bd'; } /* '' */
.icon-entypo-dot-2:before { content: '\e8be'; } /* '' */
.icon-entypo-dot-3:before { content: '\e8bf'; } /* '' */
.icon-entypo-suitcase:before { content: '\e8bc'; } /* '' */
.icon-entypo-flow-cascade:before { content: '\e8d8'; } /* '' */
.icon-entypo-flow-branch:before { content: '\e8d9'; } /* '' */
.icon-entypo-flow-tree:before { content: '\e8da'; } /* '' */
.icon-entypo-flow-line:before { content: '\e8db'; } /* '' */
.icon-entypo-flow-parallel:before { content: '\e8dc'; } /* '' */
.icon-entypo-brush:before { content: '\e8c0'; } /* '' */
.icon-entypo-paper-plane:before { content: '\e8b7'; } /* '' */
.icon-entypo-magnet:before { content: '\e8c1'; } /* '' */
.icon-entypo-gauge:before { content: '\e8de'; } /* '' */
.icon-entypo-traffic-cone:before { content: '\e8df'; } /* '' */
.icon-entypo-cc:before { content: '\e8e0'; } /* '' */
.icon-entypo-cc-by:before { content: '\e8e1'; } /* '' */
.icon-entypo-cc-nc:before { content: '\e8e2'; } /* '' */
.icon-entypo-cc-nc-eu:before { content: '\e8e3'; } /* '' */
.icon-entypo-cc-nc-jp:before { content: '\e8e4'; } /* '' */
.icon-entypo-cc-sa:before { content: '\e8e5'; } /* '' */
.icon-entypo-cc-nd:before { content: '\e8e6'; } /* '' */
.icon-entypo-cc-pd:before { content: '\e8e7'; } /* '' */
.icon-entypo-cc-zero:before { content: '\e8e8'; } /* '' */
.icon-entypo-cc-share:before { content: '\e8e9'; } /* '' */
.icon-entypo-picture:before { content: '\e80e'; } /* '' */
.icon-entypo-globe:before { content: '\e8b1'; } /* '' */
.icon-entypo-leaf:before { content: '\e8b8'; } /* '' */
.icon-entypo-graduation-cap:before { content: '\e8c9'; } /* '' */
.icon-entypo-mic:before { content: '\e85e'; } /* '' */
.icon-entypo-palette:before { content: '\e8a4'; } /* '' */
.icon-entypo-ticket:before { content: '\e8cb'; } /* '' */
.icon-entypo-video:before { content: '\e80d'; } /* '' */
.icon-entypo-target:before { content: '\e8a3'; } /* '' */
.icon-entypo-music:before { content: '\e802'; } /* '' */
.icon-entypo-trophy:before { content: '\e8a8'; } /* '' */
.icon-entypo-thumbs-up:before { content: '\e82b'; } /* '' */
.icon-entypo-thumbs-down:before { content: '\e82c'; } /* '' */
.icon-entypo-bag:before { content: '\e85a'; } /* '' */
.icon-entypo-user:before { content: '\e80a'; } /* '' */
.icon-entypo-users:before { content: '\e80b'; } /* '' */
.icon-entypo-lamp:before { content: '\e864'; } /* '' */
.icon-entypo-alert:before { content: '\e83f'; } /* '' */
.icon-entypo-water:before { content: '\e8cc'; } /* '' */
.icon-entypo-droplet:before { content: '\e8cd'; } /* '' */
.icon-entypo-credit-card:before { content: '\e8cf'; } /* '' */
.icon-entypo-monitor:before { content: '\e8ab'; } /* '' */
.icon-entypo-briefcase:before { content: '\e8bb'; } /* '' */
.icon-entypo-floppy:before { content: '\e8d0'; } /* '' */
.icon-entypo-cd:before { content: '\e8ae'; } /* '' */
.icon-entypo-folder:before { content: '\e850'; } /* '' */
.icon-entypo-doc-text:before { content: '\e84b'; } /* '' */
.icon-entypo-calendar:before { content: '\e85b'; } /* '' */
.icon-entypo-chart-line:before { content: '\e8c5'; } /* '' */
.icon-entypo-chart-bar:before { content: '\e8c6'; } /* '' */
.icon-entypo-clipboard:before { content: '\e8d1'; } /* '' */
.icon-entypo-attach:before { content: '\e823'; } /* '' */
.icon-entypo-bookmarks:before { content: '\e829'; } /* '' */
.icon-entypo-book:before { content: '\e84f'; } /* '' */
.icon-entypo-book-open:before { content: '\e84e'; } /* '' */
.icon-entypo-phone:before { content: '\e854'; } /* '' */
.icon-entypo-megaphone:before { content: '\e8d2'; } /* '' */
.icon-entypo-upload:before { content: '\e82e'; } /* '' */
.icon-entypo-download:before { content: '\e82d'; } /* '' */
.icon-entypo-box:before { content: '\e852'; } /* '' */
.icon-entypo-newspaper:before { content: '\e84d'; } /* '' */
.icon-entypo-mobile:before { content: '\e8ac'; } /* '' */
.icon-entypo-signal:before { content: '\e8a7'; } /* '' */
.icon-entypo-camera:before { content: '\e80f'; } /* '' */
.icon-entypo-shuffle:before { content: '\e894'; } /* '' */
.icon-entypo-loop:before { content: '\e895'; } /* '' */
.icon-entypo-arrows-ccw:before { content: '\e891'; } /* '' */
.icon-entypo-light-down:before { content: '\e865'; } /* '' */
.icon-entypo-light-up:before { content: '\e866'; } /* '' */
.icon-entypo-mute:before { content: '\e85f'; } /* '' */
.icon-entypo-sound:before { content: '\e860'; } /* '' */
.icon-entypo-battery:before { content: '\e8a9'; } /* '' */
.icon-entypo-search:before { content: '\e803'; } /* '' */
.icon-entypo-key:before { content: '\e8d7'; } /* '' */
.icon-entypo-lock:before { content: '\e824'; } /* '' */
.icon-entypo-lock-open:before { content: '\e825'; } /* '' */
.icon-entypo-bell:before { content: '\e83d'; } /* '' */
.icon-entypo-bookmark:before { content: '\e828'; } /* '' */
.icon-entypo-link:before { content: '\e822'; } /* '' */
.icon-entypo-back:before { content: '\e820'; } /* '' */
.icon-entypo-flashlight:before { content: '\e804'; } /* '' */
.icon-entypo-chart-area:before { content: '\e8c7'; } /* '' */
.icon-entypo-clock:before { content: '\e862'; } /* '' */
.icon-entypo-rocket:before { content: '\e8dd'; } /* '' */
.icon-entypo-block:before { content: '\e868'; } /* '' */



/* Minit: https://oddpad.com/wp-content/themes/presso/framework/font-icons/symbol/css/symbol.css */
@font-face {
  font-family: 'symbol';
  src: url('../../themes/presso/framework/font-icons/symbol/font/symbol_1833786.eot');
  src: url('../../themes/presso/framework/font-icons/symbol/font/symbol_1833786.eot#iefix') format('embedded-opentype'),
       url('../../themes/presso/framework/font-icons/symbol/font/symbol_1833786.woff') format('woff'),
       url('../../themes/presso/framework/font-icons/symbol/font/symbol_1833786.ttf') format('truetype'),
       url('../../themes/presso/framework/font-icons/symbol/font/symbol_1833786-symbol.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'symbol';
    src: url('../../themes/presso/framework/font-icons/symbol/font/symbol_1833786-symbol.svg') format('svg');
  }
}
*/
 
 [class^="icon-symbol-"]:before, [class*=" icon-symbol-"]:before {
  font-family: "symbol";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-symbol-plus-1:before { content: '\e805'; } /* '' */
.icon-symbol-up-dir:before { content: '\e815'; } /* '' */
.icon-symbol-menu:before { content: '\e857'; } /* '' */
.icon-symbol-heart-1:before { content: '\e84d'; } /* '' */
.icon-symbol-mail-1:before { content: '\e855'; } /* '' */
.icon-symbol-cancel-1:before { content: '\e84e'; } /* '' */
.icon-symbol-down-small:before { content: '\e811'; } /* '' */
.icon-symbol-left-small:before { content: '\e810'; } /* '' */
.icon-symbol-right-small:before { content: '\e80f'; } /* '' */
.icon-symbol-up-small:before { content: '\e812'; } /* '' */
.icon-symbol-quote:before { content: '\e801'; } /* '' */
.icon-symbol-plus:before { content: '\e802'; } /* '' */
.icon-symbol-play:before { content: '\e804'; } /* '' */
.icon-symbol-picture:before { content: '\e803'; } /* '' */
.icon-symbol-pencil:before { content: '\e809'; } /* '' */
.icon-symbol-eye:before { content: '\e808'; } /* '' */
.icon-symbol-headphones:before { content: '\e850'; } /* '' */
.icon-symbol-align-left:before { content: '\e80a'; } /* '' */
.icon-symbol-align-justify:before { content: '\e800'; } /* '' */
.icon-symbol-comment-1:before { content: '\e84f'; } /* '' */
.icon-symbol-print:before { content: '\e853'; } /* '' */
.icon-symbol-down-open:before { content: '\e80b'; } /* '' */
.icon-symbol-left-open-1:before { content: '\e84c'; } /* '' */
.icon-symbol-right-open-1:before { content: '\e84a'; } /* '' */
.icon-symbol-up-open:before { content: '\e80c'; } /* '' */
.icon-symbol-down-open-mini:before { content: '\e80d'; } /* '' */
.icon-symbol-left-open-mini:before { content: '\e852'; } /* '' */
.icon-symbol-right-open-mini:before { content: '\e851'; } /* '' */
.icon-symbol-up-open-mini:before { content: '\e80e'; } /* '' */
.icon-symbol-spin3:before { content: '\e814'; } /* '' */
.icon-symbol-twitter:before { content: '\e806'; } /* '' */
.icon-symbol-picture-1:before { content: '\e813'; } /* '' */
.icon-symbol-phone:before { content: '\e856'; } /* '' */
.icon-symbol-search:before { content: '\e807'; } /* '' */
.icon-symbol-link-1:before { content: '\e854'; } /* '' */



/* Minit: https://oddpad.com/wp-content/themes/presso/framework/swipebox/swipebox.css */
html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url('../../themes/presso/framework/swipebox/img/loader.gif') no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url('../../themes/presso/framework/swipebox/img/icons.png');
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}






/* Minit: https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap.css */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/forms.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/buttons.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/component-animations.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/glyphicons.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/dropdowns.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/button-groups.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/input-groups.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/navs.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/navbar.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/breadcrumbs.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/pagination.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/pager.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/labels.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/badges.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/jumbotron.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/thumbnails.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/alerts.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/progress-bars.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/media.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/list-group.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/panels.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/wells.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/close.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/modals.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/tooltip.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/popovers.less');*/
/*@import url('https://oddpad.com/wp-content/themes/presso/framework/bootstrap/css/bootstrap/less/carousel.less');*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}




/* Minit: https://oddpad.com/wp-content/themes/presso/css/theme.css */
/* -----------------------------------------------------------------------------
 * Basic Elements
 * -------------------------------------------------------------------------- */
body {
  min-height: 480px;
  line-height: 1.5em;
  background-color: #444;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  font-size: 14px;
  padding: 10px;
  color: #999;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  background: #FFF;
  margin: 0 0 20px 0;
  max-width: 100%;
  outline: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
}

p {
  margin: 0 0 15px 0;
}

hr {
  border-top: 6px solid #333;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.light {
  border-top-color: #ddd;
}
hr:first-child {
  margin-top: 0;
}
hr.hr-thin-bottom {
  margin-bottom: 15px;
}
hr.hr-thin-top {
  margin-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  margin-bottom: 15px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
h1 [class^="icon-"], h1 > [class*=" icon-"], h2 [class^="icon-"], h2 > [class*=" icon-"], h3 [class^="icon-"], h3 > [class*=" icon-"], h4 [class^="icon-"], h4 > [class*=" icon-"], h5 [class^="icon-"], h5 > [class*=" icon-"], h6 [class^="icon-"], h6 > [class*=" icon-"] {
  font-size: inherit;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6 {
  margin-top: 0;
}

h2 + h3, h2 + h4, h2 + h5, h2 + h6 {
  margin-top: 0;
}

h3 + h4, h3 + h5, h3 + h6 {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  font-family: Georgia,"Times New Roman",Times,serif;
  border-left-width: 4px;
  border-left-color: #ddd;
  margin: 15px 0;
  font-style: italic;
  color: #000;
}
blockquote p {
  font-size: 1.4em;
  line-height: 1.5;
}

pre {
  margin: 1.5em 0;
  border-style: dashed;
  line-height: 2em;
  border-radius: 0;
}

a:hover {
  color: inherit;
}

table {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
table thead {
  border-bottom: 1px solid #ddd;
}
table tr + tr {
  border-top: 1px solid #ddd;
}
table th, table td {
  padding: 5px 10px;
}

video {
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------------------
 * Logo
 * -------------------------------------------------------------------------- */
#logo {
  text-align: center;
}
#logo a {
  display: inline-block;
}
#logo a:hover {
  text-decoration: none;
}
#logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
#logo .logo-retina {
  display: none;
}

#site-title, #site-tagline {
  margin-top: 0;
  margin-bottom: 0;
}

#site-tagline {
  margin-top: 0.75em;
}

.header-ads {
  text-align: center;
  margin-top: 10px;
}

.site-social-icon:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------------------
 * Mobile Nav
 * -------------------------------------------------------------------------- */
#mobile-nav-wrapper {
  /* Collapsed */
  background-color: #444;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -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;
}
#mobile-nav-wrapper, #mobile-nav-wrapper a {
  color: #fff;
}
#mobile-nav-wrapper > ul {
  padding-bottom: 0;
}
#mobile-nav-wrapper > hr {
  margin-left: 15px;
  margin-right: 15px;
  border-top-width: 3px;
  border-top-color: #fff;
}
#mobile-nav-wrapper > hr:first-child {
  display: none;
}
#mobile-nav-wrapper > hr + ul {
  padding-top: 0;
}

.mobile-nav {
  padding: 15px;
  text-transform: uppercase;
}
.mobile-nav ul {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-nav .menu-link {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
}
.mobile-nav .sub-menu {
  margin-bottom: 15px;
}
.mobile-nav .sub-menu .menu-link {
  font-size: 13px;
}
.mobile-nav .menu-item + .menu-item {
  border-top: 1px dotted #DDD;
  border-top-color: rgba(255, 255, 255, 0.4);
}

#off-canvas-body-inner {
  background-color: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
#off-canvas-body-inner > #page-wrapper {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.mobile-nav-open #mobile-nav-wrapper {
  -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);
}
.mobile-nav-open #off-canvas-body-inner {
  -webkit-transform: translate3d(70%, 0, 0);
  -moz-transform: translate3d(70%, 0, 0);
  -ms-transform: translate3d(70%, 0, 0);
  -o-transform: translate3d(70%, 0, 0);
  transform: translate3d(70%, 0, 0);
}

#mobile-nav-wrapper {
  display: block;
}

.mobile-nav-open #mobile-nav-wrapper {
  display: block;
}
.mobile-nav-open #off-canvas-body-inner {
  position: relative;
}

/* -----------------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------------- */
.top-bar {
  font-size: 13px;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
}
.top-bar #open-mobile-nav, .top-bar .top-nav .main-menu-link, .top-bar .top-bar-right > a {
  line-height: 40px;
  padding: 0 8px;
}
.top-bar #open-mobile-nav i, .top-bar .top-nav .main-menu-link i, .top-bar .top-bar-right > a i {
  display: block;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
  display: inline-block;
}
.top-bar .top-bar-right {
  float: right;
  text-align: right;
}
.top-bar .top-bar-right > * {
  display: inline-block;
}

body.admin-bar .sticky-wrapper.is-sticky .top-bar {
  top: 32px !important;
}

#open-mobile-nav {
  display: inline-block;
}
#open-mobile-nav:hover {
  text-decoration: none;
}
#open-mobile-nav i {
  font-size: 24px;
}

#top-nav-wrapper {
  display: none;
}

.main-bar {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.main-nav-bar {
  display: none;
}

.main-nav {
  margin: 0;
  position: relative;
}
.main-nav ul {
  padding-left: 0;
  list-style: none;
}
.main-nav > .menu-item {
  display: inline-block;
  text-align: left;
}
.main-nav > .menu-item > .menu-link {
  font-size: 17px;
  padding: 15px 25px;
}
.main-nav .menu-link {
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  padding: 10px 25px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.main-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #f5f5f5;
}
.main-nav .sub-menu .menu-link {
  color: #2d2d2d;
}
.main-nav .sub-menu-item {
  border-top: 1px dotted #ccc;
}
.main-nav .sub-menu-item:first-child {
  border-top: none;
}
.main-nav .menu-item-object-category.menu-item-depth-0 {
  position: static;
}
.main-nav .menu-item-object-category.menu-item-depth-0:hover .sub-menu-container {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-container {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  background-color: #f5f5f5;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.main-nav .menu-item-object-category.menu-item-depth-0 .sub-posts {
  display: block;
}
.main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu {
  display: inline-block;
  position: static;
  float: left;
  width: 25%;
}
.main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu + .sub-posts {
  width: 75%;
  display: inline-block;
}
.main-nav .post-box-large-thumbnail .post-excerpt, .main-nav .post-box-large-thumbnail .post-box-footer {
  display: none;
}
.main-nav .post-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-nav .post-box .title, .main-nav .post-box .widget .widget-title, .widget .main-nav .post-box .widget-title {
  font-size: 17px;
  line-height: 1.3em;
}

.top-nav {
  padding: 0;
  margin: 0;
}
.top-nav a {
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  display: block;
}
.top-nav .sub-menu {
  margin: 0;
  padding: 0;
  background-color: #eee;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
}
.top-nav .sub-menu a {
  color: #666;
  font-size: 0.81em;
}
.top-nav .sub-menu .menu-item {
  min-width: 150px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.top-nav .sub-menu .menu-item:hover {
  background-color: #ddd;
}
.top-nav .sub-menu-item {
  border-top: 1px dotted #ccc;
}
.top-nav .sub-menu-item:first-child {
  border-top: none;
}
.top-nav .sub-menu-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-nav .menu-item {
  display: inline-block;
  position: relative;
}
.top-nav .menu-item:hover .sub-menu {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}

/* Support 3rd level menu */
.top-nav .menu-item:hover .sub-sub-menu {
  visibility: hidden;
}

.top-nav .sub-menu.sub-sub-menu {
  left: 150px;
  top: 0px;
}

.top-nav .sub-menu {
  overflow: visible;
}

.top-nav .menu-item:hover .sub-menu-item:hover .sub-menu {
  visibility: visible;
}

/* -----------------------------------------------------------------------------
 * Page
 * -------------------------------------------------------------------------- */
#page-wrapper {
  margin-top: 15px;
}
#page-wrapper #page-content {
  margin-bottom: 15px;
}
#page-wrapper.sidebar-hidden #page-content {
  width: 100%;
}

#page-sidebar {
  margin-bottom: 30px;
}

.post-content > :first-child > a img.alignright,
.post-content > :first-child > a img.alignnone,
.post-content > :first-child > a img.alignleft,
.post-content > :first-child > a img.aligncenter {
  margin-top: 0;
}

body.page #page-content > article > .post-content {
  margin-top: 0px;
}

/* -----------------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------------- */
.footer-sidebar {
  padding: 40px 0;
}
.footer-sidebar .widget-area:first-child > :first-child {
  padding-top: 0;
}
.footer-sidebar .widget-area:last-child > :last-child {
  padding-bottom: 0;
}
.footer-sidebar .widget_vw_widget_categories li {
  border-top-color: rgba(255, 255, 255, 0.13);
}
.footer-sidebar .widget_vw_widget_categories .widget-title {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}
.footer-sidebar .widget_vw_widget_latest_comments li + li {
  border-top-color: rgba(255, 255, 255, 0.13);
}
.footer-sidebar .widget_vw_widget_most_commented .post-box-list .post-box,
.footer-sidebar .widget_vw_widget_review_posts .post-box-list .post-box,
.footer-sidebar .widget_vw_widget_latest_category .post-box-list .post-box {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.copyright {
  background-color: #ddd;
  padding: 20px 0;
  font-size: 0.85em;
  text-align: center;
}

/* -----------------------------------------------------------------------------
 * Font Icon Settings
 * -------------------------------------------------------------------------- */
[class^="icon-awesome-"], [class*=" icon-awesome-"] {
  font-size: 14px;
}

[class^="icon-elusive-"], [class*=" icon-elusive-"] {
  font-size: 16px;
}

[class^="icon-entypo-"], [class*=" icon-entypo-"] {
  font-size: 16px;
}

[class^="icon-iconic-"], [class*=" icon-iconic-"] {
  font-size: 14px;
}

[class^="icon-social-"], [class*=" icon-social-"] {
  font-size: 16px;
}

[class^="icon-symbol-"], [class*=" icon-symbol-"] {
  font-size: 16px;
}

[class^="icon-typicons-"], [class*=" icon-typicons-"] {
  font-size: 16px;
}

.icon-small {
  font-size: 0.9em;
}

.icon-medium {
  font-size: 1.5em;
}

.icon-large {
  font-size: 2em;
  vertical-align: middle;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.alignnone {
  margin: 30px 30px 0 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 30px auto 30px auto;
}

.alignright {
  float: right;
  margin: 30px 0 0 30px;
  max-width: 45%;
}

.alignleft {
  float: left;
  margin: 30px 30px 0 0;
  max-width: 45%;
}

.aligncenter {
  display: block;
  margin: 30px auto 30px auto;
}

a img.alignright {
  float: right;
  margin: 30px 0 0 30px;
  max-width: 45%;
}

a img.alignnone {
  margin: 30px 30px 0 0;
}

a img.alignleft {
  float: left;
  margin: 30px 30px 0 0;
  max-width: 45%;
}

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

.wp-caption {
  background: #fff;
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 30px 30px 30px 0;
}

.wp-caption.alignleft {
  margin: 30px 30px 30px 0;
  max-width: 45%;
}

.wp-caption.alignright {
  margin: 30px 0 30px 30px;
  max-width: 45%;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.95em;
  font-style: italic;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0.5em 10% 0.5em 0;
  border-bottom: 3px solid;
  font-weight: bold;
}

.wp-post-image {
  width: 100%;
  margin-bottom: 15px;
}

.sticky {
  /* empty */
}

.gallery-caption {
  /* empty */
}

.bypostauthor {
  /* empty */
}

/* -----------------------------------------------------------------------------
 * Title
 * -------------------------------------------------------------------------- */
.subtitle {
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.title, .widget .widget-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 15px;
  letter-spacing: 1px;
}
.title .super-title, .widget .widget-title .super-title {
  display: block;
  font-size: 13px;
  line-height: 1em;
  color: #777;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.title > a, .widget .widget-title > a {
  text-decoration: none;
  color: inherit;
}

.title-medium {
  font-size: 2.1em;
}

.title-small {
  font-size: 14px;
  line-height: 1.3em;
}
.title-small .super-title {
  font-size: 14px;
  margin-bottom: 0.2em;
}
.title-small + .subtitle {
  font-size: 12px;
}

.title-large, body.page.page-template-page_composer-php .vwpc-row .widget .widget-title, .widget .widget-title {
  font-size: 2.4em;
  font-weight: bold;
}

/* -----------------------------------------------------------------------------
 * Author Info
 * -------------------------------------------------------------------------- */
.author-info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 3px solid #333;
}
.author-info .author-title {
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 0;
}
.author-info .author-title + .author-name {
  margin-top: 0;
}
.author-info .author-name {
  font-size: 5em;
  text-transform: uppercase;
}
.author-info .author-avatar {
  max-width: 100px;
  float: left;
  margin-right: 30px;
}
.author-info .author-bio {
  font-size: 16px;
  border-top: 1px solid #999;
  padding-top: 30px;
  margin-top: 30px;
}

/* -----------------------------------------------------------------------------
 * Pagination
 * -------------------------------------------------------------------------- */
#pagination {
  padding-top: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 3px solid #333;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
}
#pagination > * {
  display: inline-block;
  padding: 5px 12px;
  color: inherit;
}
#pagination > span {
  color: #fff;
}
#pagination > span.page-numbers.dots {
  background-color: transparent;
  color: inherit;
}

/* -----------------------------------------------------------------------------
 * Search form
 * -------------------------------------------------------------------------- */
.searchform {
  position: relative;
}
.searchform input[type=text] {
  padding-right: 60px;
  margin-bottom: 0;
  width: 100%;
}
.searchform .search-button {
  border: none;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.searchform .search-button i {
  font-size: 18px;
  color: #fff;
}

/* -----------------------------------------------------------------------------
 * Social Share
 * -------------------------------------------------------------------------- */
.social-share {
  width: 40%;
  float: right;
  text-align: right;
  font-size: 13px;
}
.social-share > span {
  font-weight: normal;
  display: none;
  padding: 0 5px;
  vertical-align: middle;
}
.social-share a {
  display: inline-block;
  padding: 0 5px;
  color: #B0B0B0;
}
.social-share a:hover {
  text-decoration: none;
}
.social-share a + a {
  margin-left: 5px;
}
.social-share i {
  font-size: 12px;
}

/* -----------------------------------------------------------------------------
 * Generals
 * -------------------------------------------------------------------------- */
.section-description {
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.4em;
  opacity: .7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.left-border {
  border-left: 1px solid #ddd;
}

.right-border {
  border-right: 1px solid #ddd;
}

.vw-imgliquid img {
  visibility: hidden;
}
.vw-imgliquid.imgLiquid_ready img {
  visibility: visible;
}

/* -----------------------------------------------------------------------------
 * Review box
 * -------------------------------------------------------------------------- */
.review-box {
  margin: 0 0 30px 0;
  padding: 15px 0;
  border-top: 3px solid #DDD;
  border-bottom: 3px solid #DDD;
  background-color: #fff;
}
.review-box .review-box-title {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.review-box .review-box-dial {
  text-align: center;
  margin-top: 30px;
}
.review-box .review-box-summary {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 15px;
}
.review-box canvas {
  margin-bottom: 15px;
}

.chart-bar {
  margin: 15px 0;
}
.chart-bar .chart-bar-title, .chart-bar .chart-bar-value {
  font-weight: normal;
  text-transform: uppercase;
}
.chart-bar .chart-bar-value {
  float: right;
}
.chart-bar .chart-bar-bg, .chart-bar .chart-bar-percent {
  height: 10px;
}
.chart-bar .chart-bar-bg {
  background-color: #eee;
}
.chart-bar .chart-bar-percent {
  background-color: #333;
}

/* -----------------------------------------------------------------------------
 * Animation
 * -------------------------------------------------------------------------- */
body.site-enable-post-box-effects .animated-content {
  visibility: hidden;
}
body.site-enable-post-box-effects .post-box.fly-in {
  opacity: 0;
  -webkit-transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
  -moz-transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
  -ms-transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
  -o-transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
body.site-enable-post-box-effects .post-box.fly-in.appeared {
  -webkit-animation: fly-in 0.6s ease-out forwards;
  -moz-animation: fly-in 0.6s ease-out forwards;
  animation: fly-in 0.6s ease-out forwards;
}
body.site-enable-post-box-effects .post-box-wrapper:nth-child(odd) > .post-box.appeared {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.no-csstransitions .post-box.fly-in.appeared {
  opacity: 1;
}

@-webkit-keyframes fly-in {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fly-in {
  0% {
    opacity: 0;
  }

  100% {
    -moz-transform: translateY(0) scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes fly-in {
  0% {
    opacity: 0;
  }

  100% {
    -o-transform: translateY(0) scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fly-in {
  0% {
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* -----------------------------------------------------------------------------
 * qTranslate
 * -------------------------------------------------------------------------- */
.qtrans_language_chooser li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

/* -----------------------------------------------------------------------------
 * Post top
 * -------------------------------------------------------------------------- */
.top-posts {
  display: none;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.top-posts .top-posts-inner {
  display: none;
}
.top-posts .caroufredsel_wrapper .top-posts-inner {
  display: block;
}
.top-posts .caroufredsel_wrapper ~ .carousel-nav-prev,
.top-posts .caroufredsel_wrapper ~ .carousel-nav-next {
  display: block;
}
.top-posts .post-box-wrapper {
  border-left: 1px dotted rgba(255, 255, 255, 0);
  display: inline-block;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 350px;
}
.top-posts .post-thumbnail-wrapper {
  margin-bottom: 0px !important;
}
.top-posts .carousel-nav-prev, .top-posts .carousel-nav-next {
  display: none;
  width: 40px;
  height: 70px;
  top: 50%;
  margin-top: -45px;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.top-posts .carousel-nav-prev:hover, .top-posts .carousel-nav-next:hover {
  opacity: 1;
}
.top-posts .carousel-nav-prev {
  background: url('../../themes/presso/img/carousel-nav-prev.png') no-repeat;
  left: -15px;
}
.top-posts .carousel-nav-prev:hover {
  left: 0;
}
.top-posts .carousel-nav-next {
  background: url('../../themes/presso/img/carousel-nav-next.png') no-repeat;
  right: -15px;
}
.top-posts .carousel-nav-next:hover {
  right: 0;
}

/* -----------------------------------------------------------------------------
 * Post section
 * -------------------------------------------------------------------------- */
.section-container,
#disqus_thread {
  padding-top: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: 6px solid #333;
}

.section-title {
  font-size: 2.6em;
  text-transform: uppercase;
  margin-top: 0;
}

/* -----------------------------------------------------------------------------
 * Post
 * -------------------------------------------------------------------------- */
.post .post-title {
  font-size: 2.5em;
  text-transform: uppercase;
}
.post .post-subtitle {
  color: #B0B0B0;
}
.post .post-content > :first-child {
  margin-top: 0;
}

.post-tags {
  margin-top: 15px;
}
.post-tags .post-tags-title {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 15px;
  display: block;
}

.post-thumbnail-wrapper,
.post-video-wrapper,
.post-audio-wrapper {
  margin-bottom: 30px;
  position: relative;
}
.post-thumbnail-wrapper img,
.post-video-wrapper img,
.post-audio-wrapper img {
  margin: 0;
}
.post-thumbnail-wrapper .fluid-width-video-wrapper,
.post-video-wrapper .fluid-width-video-wrapper,
.post-audio-wrapper .fluid-width-video-wrapper {
  min-height: 150px;
}
.post-thumbnail-wrapper iframe,
.post-video-wrapper iframe,
.post-audio-wrapper iframe {
  max-width: 100%;
}

.post-play-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url('../../themes/presso/img/icon-play.png');
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.post-play-video:hover {
  opacity: 0.9;
}

.vw-featured-image-caption {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.07);
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  margin-top: 10px;
}

.post-meta {
  font-weight: normal !important;
  font-size: 13px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.post-meta a, .post-meta span {
  vertical-align: middle;
}
.post-meta .author-separator {
  margin: 0 0.25em;
}
.post-meta .avatar {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: 0;
}
.post-meta .author-name {
  color: #777;
}
.post-meta .post-date {
  color: #b0b0b0;
}

.post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-categories li {
  display: inline-block;
}
.post-categories + .title, .widget .post-categories + .widget-title {
  margin-top: 10px;
}

.label, .bbp-topic-tags a, .woocommerce .product_meta .post-tags a, .tagcloud a {
  font-weight: 300;
  display: inline-block;
  color: #fff;
  padding: 2px 5px;
  margin-bottom: 2px;
  margin-right: 2px;
  float: left;
  min-height: 23px;
  line-height: 1.3em;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.label:hover, .bbp-topic-tags a:hover, .woocommerce .product_meta .post-tags a:hover, .tagcloud a:hover {
  text-decoration: none;
  background-color: #333 !important;
  color: #FFF !important;
}
.label i, .bbp-topic-tags a i, .woocommerce .product_meta .post-tags a i, .tagcloud a i {
  font-size: 1em;
  line-height: 1.1em;
  float: left;
}

.label-light, .bbp-topic-tags a, .woocommerce .product_meta .post-tags a {
  background-color: #B0B0B0 !important;
}

.label-review {
  background-color: #f2b620 !important;
}

.label-sticky {
  background-color: #333 !important;
}

.label-small, .bbp-topic-tags a, .woocommerce .product_meta .post-tags a {
  font-size: 11px;
  line-height: 1.5em;
  padding: 1px 4px;
  min-height: 18px;
}
.label-small i, .bbp-topic-tags a i, .woocommerce .product_meta .post-tags a i {
  font-size: 1em;
  line-height: 1.3em;
}

.label-large {
  padding: 5px 10px;
}

.label.read-more i, .bbp-topic-tags a.read-more i, .woocommerce .product_meta .post-tags a.read-more i {
  float: none;
}

.post-page-links {
  font-weight: normal !important;
  text-transform: uppercase;
  margin-top: 30px;
}
.post-page-links span {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

/* -----------------------------------------------------------------------------
 * Gallery
 * -------------------------------------------------------------------------- */
.custom-gallery {
  margin: 30px 0;
}
.custom-gallery .gallery-item {
  display: inline-block;
  float: left;
  width: 32.33%;
  margin: 0.5%;
  position: relative;
}
.custom-gallery .gallery-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  color: white;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.2em;
}
.custom-gallery br + br {
  display: none;
}
.custom-gallery a {
  display: inline-block;
  max-width: 100%;
}
.custom-gallery a:hover img {
  opacity: 0.75;
}
.custom-gallery img {
  max-width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* -----------------------------------------------------------------------------
 * About author
 * -------------------------------------------------------------------------- */
.about-author {
  border-top: 3px solid #333;
}
.about-author .avatar {
  max-width: 100px;
  float: left;
  margin-right: 30px;
}
.about-author .about-author-info {
  margin-left: 130px;
}
.about-author .author-name {
  margin-top: 0;
}
.about-author .author-bio {
  opacity: 0.8;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.about-author .author-socials a {
  font-size: 12px;
  margin-right: 0.5em;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  display: block;
  margin-bottom: 5px;
}
.about-author .author-socials i {
  margin-right: 0.5em;
}

/* -----------------------------------------------------------------------------
 * Post navigation
 * -------------------------------------------------------------------------- */
.post-nav {
  border-top: 1px solid #ddd;
}

.post-previous, .post-next {
  display: inline-block;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.post-previous:hover, .post-next:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.post-previous i, .post-next i {
  display: none;
  font-size: 40px;
  line-height: 0;
  vertical-align: middle;
  color: #222;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.post-previous .title, .post-previous .widget .widget-title, .widget .post-previous .widget-title, .post-next .title, .post-next .widget .widget-title, .widget .post-next .widget-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.3em;
}
.post-previous .super-title, .post-next .super-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.post-previous {
  padding-right: 5%;
}
.post-previous i {
  float: left;
}
.post-previous .title, .post-previous .widget .widget-title, .widget .post-previous .widget-title {
  margin-left: 15px;
}
.post-previous:hover i {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.post-next {
  float: right;
  text-align: right;
  padding-left: 5%;
  border-left: 1px solid #ddd;
}
.post-next i {
  float: right;
}
.post-next .title, .post-next .widget .widget-title, .widget .post-next .widget-title {
  margin-right: 15px;
}
.post-next:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* -----------------------------------------------------------------------------
 * Related Posts
 * -------------------------------------------------------------------------- */
.post-related .section-title {
  margin-bottom: 30px;
}
.post-related .post-box-wrapper {
  margin-bottom: 15px;
}
.post-related .post-box-wrapper:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
 * Comments
 * -------------------------------------------------------------------------- */
.commentlist {
  list-style: none;
  padding-left: 0;
}
.commentlist > li:last-child {
  margin-bottom: 30px;
}

* + .comment, * + .pingback {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}
.comment .avatar, .pingback .avatar {
  float: left;
  max-width: 40px;
  height: auto;
  margin-right: 15px;
}
.comment .author a, .pingback .author a {
  color: inherit;
}
.comment .author .date, .pingback .author .date {
  font-size: 12px;
  color: #b0b0b0;
  font-weight: 300;
}
.comment .author > span, .pingback .author > span {
  font-size: 14px;
  text-transform: uppercase;
}
.comment .text, .pingback .text {
  margin-top: 15px;
  margin-left: 55px;
}
.comment .text > :last-child, .pingback .text > :last-child {
  margin-bottom: 0;
}
.comment:first-child, .pingback:first-child {
  margin-top: 30px;
}
.comment .children, .pingback .children {
  list-style: none;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.comment.depth-1 > .comment-body .author span, .pingback.depth-1 > .comment-body .author span {
  font-size: 17px;
}

/* -----------------------------------------------------------------------------
 * Comment Form
 * -------------------------------------------------------------------------- */
#commentform .form-allowed-tags {
  display: none;
}

.comment-respond {
  margin-top: 15px;
}

/* -----------------------------------------------------------------------------
 * Post Box
 * -------------------------------------------------------------------------- */
.post-box-list .post-box {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.post-box-list .post-box.post-box-poster {
  border-bottom: 0;
  padding-bottom: 0;
}

.post-box {
  position: relative;
}
.post-box .post-meta {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}
.post-box .avatar {
  width: 16px;
  height: 16px;
}
.post-box .post-thumbnail-wrapper {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.post-box .post-thumbnail-wrapper, .post-box .post-thumbnail-wrapper img {
  margin: 0;
}
.post-box .post-thumbnail-wrapper.appeared {
  opacity: 1;
}
.post-box .post-thumbnail-wrapper:hover {
  opacity: 0.8;
}
.post-box .title, .post-box .widget .widget-title, .widget .post-box .widget-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-box .post-excerpt > :last-child {
  margin-bottom: 0;
}

.post-box-headline .title, .post-box-headline .widget .widget-title, .widget .post-box-headline .widget-title {
  margin-top: 0;
  font-size: 17px;
}
.post-box-headline .post-meta {
  margin-bottom: 15px;
}
.post-box-headline .post-thumbnail-wrapper {
  height: 160px;
}

.post-box-small-thumbnail .post-thumbnail-wrapper {
  max-width: 80px;
  float: left;
  margin-right: 15px;
}
.post-box-small-thumbnail .title, .post-box-small-thumbnail .widget .widget-title, .widget .post-box-small-thumbnail .widget-title {
  margin-top: 0;
}
.post-box-small-thumbnail .post-meta {
  margin-bottom: 10px;
}
.post-box-small-thumbnail .post-excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-box-small-thumbnail .post-categories {
  display: none;
  margin-top: 10px;
}

.post-box-large-thumbnail .post-thumbnail-wrapper, .post-box-classic .post-thumbnail-wrapper {
  margin-bottom: 15px;
}
.post-box-large-thumbnail .title, .post-box-large-thumbnail .widget .widget-title, .widget .post-box-large-thumbnail .widget-title, .post-box-classic .title, .post-box-classic .widget .widget-title, .widget .post-box-classic .widget-title {
  text-transform: uppercase;
}
.post-box-large-thumbnail .post-excerpt, .post-box-classic .post-excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-box-poster {
  position: relative;
  padding-top: 0 !important;
}
.post-box-poster .post-thumbnail-wrapper {
  margin: 0;
  height: 420px;
  position: relative;
}
.post-box-poster .title, .post-box-poster .widget .widget-title, .widget .post-box-poster .widget-title {
  font-size: 1.7em;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-box-poster .super-title {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 5px;
}
.post-box-poster .post-box-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 20%;
  padding-bottom: 15px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.post-box-poster .post-box-inner {
  margin-top: 15px;
}
.post-box-poster .post-meta {
  margin-bottom: 15px;
}
.post-box-poster .post-excerpt {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.post-box-comment-count .post-box {
  margin-bottom: 0;
}
.post-box-comment-count .post-thumbnail-wrapper {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 15px;
}
.post-box-comment-count .post-count {
  margin-top: -2px;
  margin-left: 10px;
  position: absolute;
  right: 0;
  padding: 2px 4px;
  background-color: #333;
  color: #FFF;
  min-width: 20px;
  text-align: center;
}
.post-box-comment-count .title, .post-box-comment-count .widget .widget-title, .widget .post-box-comment-count .widget-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 15%;
  font-size: 17px;
}

.post-box-footer a, .post-box-footer i {
  font-size: 11px;
  color: #aaa;
}
.post-box-footer .boxed {
  border: 1px solid #ddd;
  padding: 0 5px;
}
.post-box-footer .read-more, .post-box-footer .comment-count {
  display: inline-block;
}
.post-box-footer .comment-count {
  float: right;
}

.post-slider {
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
}
.post-slider .title, .post-slider .widget .widget-title, .widget .post-slider .widget-title {
  color: #fff;
  font-size: 3.5em;
  text-transform: uppercase;
}
.post-slider .super-title {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 5px;
}
.post-slider .post-thumbnail-wrapper {
  margin: 0;
}
.post-slider .post-box-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 20% 15px 60px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* -----------------------------------------------------------------------------
 * Page
 * -------------------------------------------------------------------------- */
body.page .post-content {
  margin-top: 30px;
}

.page-title {
  font-size: 3.5em;
  text-transform: uppercase;
}

body.page.page-template-page_composer-php .vwpc-row {
  margin-top: 45px;
  margin-bottom: 45px;
  /*
  .widget + .widget {
  	border-top-color: #DDD;
  }*/
}
body.page.page-template-page_composer-php .vwpc-row:first-child {
  margin-top: 0;
}
body.page.page-template-page_composer-php .vwpc-row hr:first-child + .widget {
  padding-top: 0;
}
body.page.page-template-page_composer-php .vwpc-row .widget:last-child {
  padding-bottom: 0;
}
body.page.page-template-page_composer-php .vwpc-row:first-child .section-hr {
  display: none;
}
body.page.page-template-page_composer-php .vwpc-row .section-hr {
  margin-bottom: 30px;
}
body.page.page-template-page_composer-php .vwpc-row .section-title {
  margin-top: 0;
}
body.page.page-template-page_composer-php .vwpc-row .section-title + .post-box-list {
  margin-top: 30px;
}

.vwpc-section-featured_post_slider .flexslider {
  margin: 0;
}
.vwpc-section-featured_post_slider .vwpc-section-featured_post_slider-headline {
  margin-top: 45px;
}
.vwpc-section-featured_post_slider .vwpc-section-featured_post_slider-headline > :last-child .post-thumbnail-wrapper {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
 * Search Page
 * -------------------------------------------------------------------------- */
body.search #page-content > .title, body.search .widget #page-content > .widget-title, .widget body.search #page-content > .widget-title {
  text-transform: uppercase;
}

.search-result-post > :last-child {
  margin-bottom: 30px;
}
.search-result-post + .search-result-post {
  border-top: 1px dotted #ddd;
}
.search-result-post + .search-result-post > :first-child {
  margin-top: 30px;
}
.search-result-post .title, .search-result-post .widget .widget-title, .widget .search-result-post .widget-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-result-post .post-meta {
  line-height: 16px;
  margin-bottom: 0;
}
.search-result-post .post-meta .avatar {
  width: 16px;
  height: 16px;
}
.search-result-post .post-excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------------------------
 * Archive Page
 * -------------------------------------------------------------------------- */
body.archive .about-author {
  margin-top: 0;
}
body.archive .archive-slider .flexslider {
  border-bottom: 3px solid #333;
  padding-bottom: 30px;
}
body.archive .archive-slider .flexslider .flex-control-nav {
  bottom: 40px;
}

/* -----------------------------------------------------------------------------
 * Widget
 * -------------------------------------------------------------------------- */
.widget {
  padding: 30px 0;
}
.widget .widget-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

#footer .widget .widget-title {
  font-size: 1.8em;
}
#footer .widget .super-title {
  font-size: 13px;
}

.widget + .widget {
  border-top: 6px solid #333;
}

/* -----------------------------------------------------------------------------
 * Custom widgets
 * -------------------------------------------------------------------------- */
.widget_vw_widget_most_commented > .post-box:first-child, .widget_vw_widget_most_commented > .widget-title + .post-box,
.widget_vw_widget_latest_category > .post-box:first-child,
.widget_vw_widget_latest_category > .widget-title + .post-box {
  padding-top: 0;
}
.widget_vw_widget_most_commented > .post-box:last-child,
.widget_vw_widget_latest_category > .post-box:last-child {
  padding-bottom: 0;
}

/* -----------------------------------------------------------------------------
 * Envirra Most Commented
 * -------------------------------------------------------------------------- */
.widget_vw_widget_most_commented .post-box:first-child {
  padding-top: 0;
}
.widget_vw_widget_most_commented .post-box .title, .widget_vw_widget_most_commented .post-box .widget .widget-title, .widget .widget_vw_widget_most_commented .post-box .widget-title {
  font-weight: normal;
}

/* -----------------------------------------------------------------------------
 * Envirra Last By Category
 * -------------------------------------------------------------------------- */
.widget_vw_widget_latest_category .widget-title {
  margin-bottom: 15px;
}
.widget_vw_widget_latest_category .widget-title + .post-box-list .post-box:first-child {
  border-top: 1px dotted #DDD;
  margin-top: 30px;
  padding-top: 20px;
}
.widget_vw_widget_latest_category .post-box-list .post-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
 * Envirra About Us
 * -------------------------------------------------------------------------- */
.widget_vw_widget_about_us .site-social-icons {
  margin-top: 15px;
}
.widget_vw_widget_about_us .site-social-icons a {
  line-height: 40px;
  padding: 0 8px;
  display: inline-block;
  color: inherit;
}

/* -----------------------------------------------------------------------------
 * Envirra Review Posts
 * -------------------------------------------------------------------------- */
.vwpc-section-latest_reviews .post-box-small-thumbnail .post-meta, .widget_vw_widget_review_posts .post-box-small-thumbnail .post-meta {
  display: none;
}
.vwpc-section-latest_reviews .post-box-small-thumbnail .post-categories, .widget_vw_widget_review_posts .post-box-small-thumbnail .post-categories {
  display: block;
}

/* -----------------------------------------------------------------------------
 * Envirra Latest Comments
 * -------------------------------------------------------------------------- */
.widget_vw_widget_latest_comments ul {
  list-style: none;
  padding-left: 0;
}
.widget_vw_widget_latest_comments li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #DDD;
}
.widget_vw_widget_latest_comments .avatar {
  float: left;
  margin-right: 10px;
}
.widget_vw_widget_latest_comments .comment-meta {
  margin-left: 40px;
}
.widget_vw_widget_latest_comments .comment-author {
  font-size: 16px;
  font-weight: normal;
}
.widget_vw_widget_latest_comments .commented-post {
  font-size: 0.8em;
}
.widget_vw_widget_latest_comments .comment-content {
  margin-top: 10px;
  font-style: italic;
  position: relative;
}

/* -----------------------------------------------------------------------------
 * Envirra Categories
 * -------------------------------------------------------------------------- */
.widget_vw_widget_categories ul {
  list-style: none;
  padding-left: 0;
}
.widget_vw_widget_categories li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.widget_vw_widget_categories .widget-title {
  margin-bottom: 45px;
}
.widget_vw_widget_categories .category {
  position: relative;
}
.widget_vw_widget_categories .category.show-count .category-post-count {
  display: inline-block;
}
.widget_vw_widget_categories .category.no-title .category-post-count, .widget_vw_widget_categories .category.no-title .category-title {
  font-size: 26px;
}
.widget_vw_widget_categories .category-title {
  font-size: 21px;
  font-weight: normal;
  line-height: 0.9em;
  color: #333;
  margin-top: 0;
  text-transform: uppercase;
}
.widget_vw_widget_categories .category-post-count {
  margin-top: -2px;
  margin-left: 10px;
  display: none;
  position: absolute;
  right: 0;
  padding: 2px 4px;
  background-color: #333;
  color: #fff;
}
.widget_vw_widget_categories .category-description {
  opacity: 0.75;
  margin-top: 15px;
  font-style: italic;
}
.widget_vw_widget_categories .category-featured-posts {
  margin-top: 15px;
}
.widget_vw_widget_categories .category-featured-posts:hover .category-featured-post {
  width: 19%;
}
.widget_vw_widget_categories .category-featured-posts:hover .category-featured-post:hover {
  width: 59%;
  opacity: 1;
}
.widget_vw_widget_categories .category-featured-post {
  display: inline-block;
  width: 32%;
  height: 75px;
  float: left;
  opacity: 0.8;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.widget_vw_widget_categories .category-featured-post:nth-child(1) {
  width: 49%;
}
.widget_vw_widget_categories .category-featured-post:nth-child(2) {
  width: 24%;
}
.widget_vw_widget_categories .category-featured-post:nth-child(3) {
  width: 24%;
}
.widget_vw_widget_categories .category-featured-post + .category-featured-post {
  margin-left: 1%;
}

/* -----------------------------------------------------------------------------
 * Envirra Authors
 * -------------------------------------------------------------------------- */
.widget_vw_widget_authors ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget_vw_widget_authors li {
  float: left;
  margin: 1px;
}
.widget_vw_widget_authors .avatar {
  width: 80px;
  height: 80px;
}

/* -----------------------------------------------------------------------------
* Envirra  Custom Banner
* -------------------------------------------------------------------------- */
.widget_vw_widget_custom_banner .banner {
  margin: 0;
}

/* -----------------------------------------------------------------------------
 * Envirra Image Banner
 * -------------------------------------------------------------------------- */
.widget_vw_widget_image_banner .image-banner-link {
  width: 100%;
  display: block;
  text-align: center;
}

/* -----------------------------------------------------------------------------
 * Envirra Social Subscription
 * -------------------------------------------------------------------------- */
.social-subscription {
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
.social-subscription .social-subscription-icon {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
.social-subscription .social-subscription-icon i {
  line-height: 45px;
}
.social-subscription .social-subscription-counter {
  float: left;
  display: inline-block;
}
.social-subscription .social-subscription-count {
  font-size: 28px;
  color: #333;
  margin-top: 3px;
}
.social-subscription .social-subscription-unit {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 3px;
}

/* -----------------------------------------------------------------------------
 * Envirra Post Slider
 * -------------------------------------------------------------------------- */
.widget_vw_widget_post_slider .post-box-inner {
  padding: 15px;
}
.widget_vw_widget_post_slider .title, .widget_vw_widget_post_slider .widget .widget-title, .widget .widget_vw_widget_post_slider .widget-title {
  font-size: 1.6em;
}
.widget_vw_widget_post_slider .flex-direction-nav {
  display: none;
}
.widget_vw_widget_post_slider .post-thumbnail-wrapper {
  height: 280px !important;
}

/* -----------------------------------------------------------------------------
 * Wordpress Default Widgets
 * -------------------------------------------------------------------------- */
.widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_nav_menu > div > ul {
  list-style: none;
  padding-left: 35px;
}
.widget_recent_entries > ul ul,
.widget_archive > ul ul,
.widget_categories > ul ul,
.widget_meta > ul ul,
.widget_pages > ul ul,
.widget_recent_comments > ul ul,
.widget_nav_menu > div > ul ul {
  list-style: none;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.widget_recent_entries > ul li,
.widget_archive > ul li,
.widget_categories > ul li,
.widget_meta > ul li,
.widget_pages > ul li,
.widget_recent_comments > ul li,
.widget_nav_menu > div > ul li {
  position: relative;
}
.widget_recent_entries > ul li:before,
.widget_archive > ul li:before,
.widget_categories > ul li:before,
.widget_meta > ul li:before,
.widget_pages > ul li:before,
.widget_recent_comments > ul li:before,
.widget_nav_menu > div > ul li:before {
  content: url('../../themes/presso/img/list-image.png');
  position: absolute;
  line-height: 0.9em;
  left: -25px;
}
.widget_recent_entries > ul li + li,
.widget_archive > ul li + li,
.widget_categories > ul li + li,
.widget_meta > ul li + li,
.widget_pages > ul li + li,
.widget_recent_comments > ul li + li,
.widget_nav_menu > div > ul li + li {
  margin-top: 0.25em;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_nav_menu > div a {
  color: inherit;
}

.widget_search input[type=text] {
  margin: 0;
}

.widget_recent_comments .recentcomments a:first-child {
  font-weight: bold;
}

.widget_tag_cloud .tagcloud {
  margin-top: 30px;
  overflow: auto;
}
.widget_tag_cloud .tagcloud a {
  font-size: inherit !important;
}

#wp-calendar {
  width: 100%;
  margin-top: 15px;
  border-bottom: 0;
  border-top-color: #ddd;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  font-size: 12px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.bbp-topic-tags.post-tags {
  margin-top: 0;
}
.bbp-topic-tags.post-tags .post-tags-title {
  display: inline-block;
  float: left;
}

/* -----------------------------------------------------------------------------
 * WooCommerce
 * -------------------------------------------------------------------------- */
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
  z-index: 1;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
  background: transparent !important;
  border: 3px solid #bbb;
  color: #bbb;
  padding: 10px 15px;
  margin-bottom: 2px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt {
  color: #000 !important;
  border-color: #000 !important;
}
.woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
  text-decoration: none;
  color: #666 !important;
  border-color: #666 !important;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
  height: 40px;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
  height: 20px;
}

.woocommerce .qty.input-text::-webkit-inner-spin-button,
.woocommerce .qty.input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  text-transform: uppercase;
  font-size: 1.2em;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 46%;
  margin-right: 3.8%;
}

.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products {
  overflow: visible !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  box-shadow: none !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price .amount, .woocommerce-page ul.products li.product .price .amount {
  font-weight: bold;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  margin: 0 !important;
  display: inline-block;
  vertical-align: bottom;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
  text-decoration: none !important;
}

.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination .page-numbers, .woocommerce-page nav.woocommerce-pagination .page-numbers, .woocommerce #content nav.woocommerce-pagination .page-numbers, .woocommerce-page #content nav.woocommerce-pagination .page-numbers {
  padding: 5px 12px !important;
  background: inherit;
  color: inherit;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination li, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination li, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination li, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination li {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination span.current {
  color: white !important;
}

/* -----------------------------------------------------------------------------
 * WooCommerce - Single Product
 * -------------------------------------------------------------------------- */
.vw-woocommerce-breadcrumb {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: normal !important;
}
.vw-woocommerce-breadcrumb .breadcrumb-delimiter {
  color: #b0b0b0;
}

.woocommerce .product_title {
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  margin-top: 45px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 3px solid #333 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: transparent  !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  padding: 10px 15px;
  float: left;
  display: inline-block;
  text-align: center;
  margin: 0 -1px -1px 0;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li > a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li > a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li > a {
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #333 !important;
  background-color: #333 !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}

.woocommerce #tab-description h2,
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#reviews > #comments > div:first-child .star-rating {
  margin-top: 10px;
}

.woocommerce .related, .woocommerce-page .related,
.woocommerce .upsells.products, .woocommerce-page .upsells.products {
  padding-top: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: 6px solid #333;
}
.woocommerce .related h2, .woocommerce-page .related h2,
.woocommerce .upsells.products h2, .woocommerce-page .upsells.products h2 {
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 46%;
  margin-right: 3.8%;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background: #eee !important;
  background: rgba(0, 0, 0, 0.03) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 15px 0 30px 0;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
  border-radius: 0 !important;
  height: auto !important;
  width: 2em !important;
}

.woocommerce div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce div.product form.cart table label, .woocommerce-page div.product form.cart table label, .woocommerce #content div.product form.cart table label, .woocommerce-page #content div.product form.cart table label {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.woocommerce div.product form.cart table select, .woocommerce-page div.product form.cart table select, .woocommerce #content div.product form.cart table select, .woocommerce-page #content div.product form.cart table select {
  margin-bottom: 0;
}

.woocommerce div.product .variations .label, .woocommerce div.product .variations .bbp-topic-tags a, .bbp-topic-tags .woocommerce div.product .variations a, .woocommerce div.product .variations .product_meta .post-tags a, .woocommerce .product_meta .post-tags div.product .variations a {
  color: inherit;
  background-color: transparent;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
  box-shadow: none !important;
}

/* -----------------------------------------------------------------------------
 * WooCommerce - Cart
 * -------------------------------------------------------------------------- */
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  font-size: 14px;
  padding: 9px 10px 10px 10px;
  color: #999;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  background: #FFF;
  margin: 0 5px 20px 0;
  max-width: 100%;
  outline: none;
}

.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove {
  border-radius: 0 !important;
}

.woocommerce table.cart img, .woocommerce-page table.cart img, .woocommerce #content table.cart img, .woocommerce-page #content table.cart img {
  margin-bottom: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
  width: 100% !important;
  border-radius: 0 !important;
  border-color: #333;
}

/* -----------------------------------------------------------------------------
* WooCommerce - Checkout
* -------------------------------------------------------------------------- */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-radius: 0 !important;
}

.woocommerce #payment, .woocommerce-page #payment {
  background: transparent !important;
  border-radius: 0 !important;
}

/* -----------------------------------------------------------------------------
* WooCommerce - Forms
* -------------------------------------------------------------------------- */
.woocommerce form.login, .woocommerce-page form.login, .woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.register {
  border-radius: 0 !important;
}

.post-box.headeline + .post-box.headeline {
  border-top: 1px dotted #aaa;
}

/* -----------------------------------------------------------------------------
 * Accordion
 * -------------------------------------------------------------------------- */
.accordion {
  margin-top: 30px;
}
.accordion .accordion-header {
  outline: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.accordion .ui-icon {
  font-family: 'entypo';
  font-size: 23px;
  line-height: 1em;
  position: absolute;
  top: 15px;
}
.accordion .ui-icon:before {
  content: '\e818';
}
.accordion .ui-state-hover {
  opacity: 0.75;
}
.accordion .ui-accordion-header-active {
  border-top: 3px solid #333;
}
.accordion .ui-accordion-header-active .ui-icon:before {
  content: '\e81b';
}
.accordion .accordion-header-text {
  margin-left: 30px;
}
.accordion .accordion-content {
  display: none;
  padding: 15px 0 30px 50px;
}
.accordion + .accordion {
  margin-top: 15px;
}
.accordion + * {
  margin-top: 30px;
}

/* -----------------------------------------------------------------------------
 * Banner
 * -------------------------------------------------------------------------- */
.banner {
  margin: 30px 0;
  background-size: cover;
  background-position: center center;
  display: block;
}
.banner .banner-inner {
  padding: 15px 0 15px 15px;
  background-image: url('../../themes/presso/img/black-fade-left.png');
  background-repeat: repeat-y;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.banner .banner-inner:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .banner-title, .banner .banner-supertitle, .banner .banner-subtitle {
  margin: 0;
  padding-right: 35%;
  color: #fff;
  font-weight: 400;
}
.banner .banner-title {
  text-transform: uppercase;
  font-weight: bold;
}
.banner .banner-subtitle {
  opacity: 0.7;
  margin: 10px 0;
}
.banner .banner-supertitle {
  opacity: 0.75;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner .banner-supertitle + .banner-title {
  margin-top: 0;
}
.banner .banner-button {
  float: none;
  margin-top: 10px;
}

/* -----------------------------------------------------------------------------
 * Button
 * -------------------------------------------------------------------------- */
input[type=submit], button, .button {
  background-color: transparent;
  border: 3px solid #bbb;
  color: #bbb;
  padding: 10px 15px;
  margin-bottom: 2px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
input[type=submit]:hover, button:hover, .button:hover {
  text-decoration: none;
  color: #666;
  border-color: #666;
}

.button + .button {
  margin-left: 2px;
}

.button-full-width {
  display: block;
  text-align: center;
}

.button-black {
  color: #000;
  border-color: #000;
}

.button-primary {
  /* empty */
}

.button-orange {
  color: #F77D00;
  border-color: #F77D00;
}

.button-red {
  color: #EA2124;
  border-color: #EA2124;
}

.button-yellow {
  color: #F6C628;
  border-color: #F6C628;
}

.button-blue {
  color: #1B8FC8;
  border-color: #1B8FC8;
}

.button-green {
  color: #208E38;
  border-color: #208E38;
}

.button-purple {
  color: #77369E;
  border-color: #77369E;
}

.button-pink {
  color: #FD6ACB;
  border-color: #FD6ACB;
}

/* -----------------------------------------------------------------------------
 * Columns
 * -------------------------------------------------------------------------- */
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth {
  float: left;
  margin-right: 4%;
  margin-bottom: 30px;
}
.one_half.last,
.one_third.last,
.two_third.last,
.one_fourth.last,
.three_fourth.last,
.one_fifth.last,
.two_fifth.last,
.three_fifth.last {
  margin-right: 0 !important;
}

.column_shortcode .column_shortcode {
  margin-bottom: 0;
}

.column_shortcode > :last-child {
  margin-bottom: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .one_half {
    width: 48%;
  }

  .one_third {
    width: 30.66%;
  }

  .two_third {
    width: 65.33%;
  }

  .one_fourth {
    width: 22%;
  }

  .three_fourth {
    width: 74%;
  }

  .one_fifth {
    width: 16.8%;
  }

  .two_fifth {
    width: 37.6%;
  }

  .three_fifth {
    width: 58.4%;
  }
}
/* -----------------------------------------------------------------------------
 * Dropcap
 * -------------------------------------------------------------------------- */
.dropcap {
  font-size: 3em;
  line-height: 1em;
  float: left;
  margin-right: 10px;
  color: #000;
}

/* -----------------------------------------------------------------------------
 * Infobox
 * -------------------------------------------------------------------------- */
.infobox {
  margin: 30px 0;
  padding: 20px;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}
.infobox .infobox-inner {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
}
.infobox .infobox-title {
  margin: 0;
  font-size: 2.2em;
  color: #333;
}
.infobox .infobox-content {
  margin-top: 15px;
  font-size: 1.3em;
  color: #666;
}

/* -----------------------------------------------------------------------------
 * List
 * -------------------------------------------------------------------------- */
ul.list, ol.list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * WP Flexible Map
 * -------------------------------------------------------------------------- */
.flxmap-container {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * Mark
 * -------------------------------------------------------------------------- */
mark {
  background: #ffea00;
  color: inherit;
  padding: 0 4px;
}
mark.mark-dark {
  background: #333;
  color: #fff;
}
mark.mark-grey {
  background: #ccc;
  color: #555;
}

/* -----------------------------------------------------------------------------
 * Quote
 * -------------------------------------------------------------------------- */
.quote {
  margin: 15px 30px 15px 0;
  padding: 15px 0;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  max-width: 40%;
  float: left;
  font-size: 1.4em;
  font-weight: 300 !important;
  line-height: 1.5em;
  color: #000;
}
.quote.quote-right {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

/* -----------------------------------------------------------------------------
 * Tabs
 * -------------------------------------------------------------------------- */
.tabs {
  margin: 30px 0;
}
.tabs .tab-title {
  cursor: pointer;
  color: #b0b0b0;
  margin: 00;
  display: block;
  text-decoration: none;
}
.tabs .tab-title i {
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
.tabs .tab-title i:before {
  text-align: left;
  display: inline;
}
.tabs .full-tab {
  margin-top: -1px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.tabs .full-tab.active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.tabs .full-tab.active:hover {
  color: #fff;
}
.tabs .tab-content {
  display: none;
  padding: 15px 25px 15px 25px;
  background-color: #fff;
}

.tabs.style-top-tab .tab-titles {
  border-bottom: 3px solid #333;
}
.tabs.style-top-tab .tab-titles .tab-title {
  border: 1px solid transparent;
  padding: 10px 15px;
  float: left;
  display: inline-block;
  text-align: center;
  margin: 0 -1px -1px 0;
}
.tabs.style-top-tab .tab-titles .tab-title.active {
  box-shadow: none;
  border-color: #333;
  background-color: #333;
  color: #fff;
}

/* -----------------------------------------------------------------------------
 * Isotope
 * -------------------------------------------------------------------------- */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* -----------------------------------------------------------------------------
 * Instant search
 * -------------------------------------------------------------------------- */
.instant-search-icon:hover {
  text-decoration: none;
}

.instant-search-panel {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 10px 10px 14px 10px;
  z-index: 1;
  width: 300px;
  margin-top: -10px;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.instant-search-panel #s {
  width: 100%;
  margin: 0;
}
.instant-search-panel .loading-icon {
  position: absolute;
  right: 20px;
  top: 17px;
}
.instant-search-panel .result-panel {
  margin: 0;
  padding: 0;
  text-align: left;
}
.instant-search-panel .result-panel li {
  display: block;
  margin: 0;
  padding: 10px 0;
}
.instant-search-panel .result-panel li:first-child {
  margin-top: 20px;
}
.instant-search-panel .result-panel li + li {
  border-top: 1px solid #ddd;
}
.instant-search-panel .result-panel a {
  padding: 5px 0;
  margin: 1px 0;
  color: #333;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.instant-search-panel .result-panel a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.instant-search-panel .result-item-thumbnail {
  width: 60px;
  height: 33px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.instant-search-panel .result-item-thumbnail i {
  width: 30px;
  line-height: 30px;
  color: #B0B0B0;
}
.instant-search-panel .result-item-content {
  overflow: hidden;
  display: block;
}
.instant-search-panel .result-item-title {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  padding: 0;
}
.instant-search-panel .result-item-date {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #aaa;
}
.instant-search-panel .result-panel .no-result {
  text-align: center;
}
.instant-search-panel .result-panel .all-result {
  font-weight: bold;
  text-align: right;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
.instant-search-panel .result-panel .all-result a {
  display: block;
  padding-right: 10px;
}

/* Extra Small devices (phone, 480px and up) */
@media (min-width: 480px) {
  .social-share > span {
    display: inline-block;
  }

  .flexslider .flex-control-nav {
    display: block !important;
  }

  .review-box {
    width: 200px;
    float: left;
    margin: 0 30px 30px 0;
  }

  .top-posts {
    display: block;
  }

  .post-box-classic .post-thumbnail-wrapper, .post-box-classic .post-box-inner {
    display: inline-block;
  }
  .post-box-classic .post-thumbnail-wrapper {
    width: 47%;
    margin-right: 3%;
    float: left;
  }
  .post-box-classic .post-box-inner {
    width: 48%;
  }
  .post-box-classic .post-excerpt {
    margin-top: 20px;
  }
  .post-box-classic .post-box-footer {
    display: none;
  }
}
/* ONLY Extra Small devices (phone, 480px and down) */
@media (max-width: 767px) {
  .flexslider .flex-direction-nav {
    display: none !important;
  }

  .post-box-headline .post-thumbnail-wrapper {
    margin-bottom: 45px;
  }

  .post-slider .title, .post-slider .widget .widget-title, .widget .post-slider .widget-title {
    font-size: 2.6em;
  }
  .post-slider .post-box-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .post-related .post-thumbnail-wrapper:last-child {
    margin-bottom: 0;
  }

  .vwpc-section-latest .post-box-wrapper,
  .vwpc-section-latest_category .post-box-wrapper,
  .vwpc-section-latest_reviews .post-box-wrapper,
  .vwpc-section-latest_format .post-box-wrapper {
    width: 100%;
  }

  .footer-sidebar .widget-area + .widget-area .widget {
    border-top: 3px solid #333;
  }

  .woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images,
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #off-canvas-body-inner {
    -webkit-backface-visibility: hidden;
  }

  #off-canvas-body-inner > #page-wrapper {
    -webkit-backface-visibility: hidden;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* -----------------------------------------------------------------------------
   * Header
   * -------------------------------------------------------------------------- */
  #open-mobile-nav {
    display: none;
  }

  #top-nav-wrapper {
    display: inherit;
  }

  #mobile-nav-wrapper {
    display: none !important;
  }

  #off-canvas-body-inner,
  #off-canvas-body-inner > #page-wrapper {
    -webkit-backface-visibility: visible !important;
  }

  .main-bar {
    border-bottom: none;
  }
  .main-bar.header-layout-left-logo #logo {
    text-align: left;
    display: inline-block;
    float: left;
  }
  .main-bar.header-layout-left-logo .header-ads {
    display: inline-block;
    text-align: right;
    margin-top: 0;
  }

  .main-nav-bar {
    display: inherit;
  }
  .main-nav-bar.header-layout-center-logo .main-nav {
    text-align: center;
  }

  /* -----------------------------------------------------------------------------
   * Layout
   * -------------------------------------------------------------------------- */
  #page-wrapper.sidebar-left #page-content {
    left: 33.33333333333333%;
  }
  #page-wrapper.sidebar-left #page-sidebar {
    right: 66.66666666666666%;
  }
  #page-wrapper.sidebar-left #page-sidebar .sidebar-inner {
    padding: 0 30px 0 0;
    border-left: none;
    border-right: 1px solid #ddd;
  }

  #page-sidebar .sidebar-inner, .sidebar-wrapper .sidebar-inner {
    padding: 0 0 0 30px;
    border-left: 1px solid #ddd;
  }

  .widget:first-child {
    padding-top: 0;
  }

  .widget:last-child {
    padding-bottom: 0;
  }

  /* -----------------------------------------------------------------------------
   * Post
   * -------------------------------------------------------------------------- */
  .top-posts .post-box-wrapper {
    width: 250px;
  }

  .top-posts .post-box-wrapper + .post-box-wrapper, .vwpc-section-post_slider-headline .post-box-wrapper + .post-box-wrapper {
    border-left: 1px dotted #ddd;
  }

  .post-previous, .post-next {
    display: inherit;
  }
  .post-previous i, .post-next i {
    display: inherit;
  }

  .post-previous .title, .post-previous .widget .widget-title, .widget .post-previous .widget-title {
    margin-left: 65px;
  }

  .post-next .title, .post-next .widget .widget-title, .widget .post-next .widget-title {
    margin-right: 65px;
  }

  .about-author .author-socials a {
    display: inline-block;
  }

  .post-box-headline .post-thumbnail-wrapper {
    height: 100px;
  }

  /* Flexbox for modern browser */
  .post-box-headline {
    height: 190px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-box-headline > .title, .widget .post-box-headline > .widget-title, .post-box-headline > .post-meta {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .post-box-headline > .post-thumbnail-wrapper {
    -webkit-flex: 1 1 80px;
    -moz-flex: 1 1 80px;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
  }

  /* -----------------------------------------------------------------------------
   * WooCommerce
   * -------------------------------------------------------------------------- */
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 21%;
    margin-right: 3.8%;
  }

  .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product {
    width: 21%;
    margin-right: 3.8%;
  }

  /* -----------------------------------------------------------------------------
   * Footer
   * -------------------------------------------------------------------------- */
  .copyright-left {
    text-align: left;
  }

  .copyright-right {
    text-align: right;
  }
}
/* Small devices but not ipad portrait */
@media (min-width: 781px) {
  body.site-layout-boxed #off-canvas-body-inner,
  body.site-layout-boxed .container,
  body.site-layout-boxed .sticky-wrapper.is-sticky .top-bar {
    max-width: 750px;
  }
  body.site-layout-boxed #off-canvas-body-inner {
    margin: 30px auto;
  }
  body.site-layout-boxed .top-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.site-layout-boxed .sticky-wrapper.is-sticky .top-bar {
    margin: auto;
  }
}
/* Only Small devices (tablets, 768px and 992px) */
@media (min-width: 768px) and (max-width: 991px) {
  .widget_recent_entries > ul ul,
  .widget_archive > ul ul,
  .widget_categories > ul ul,
  .widget_meta > ul ul,
  .widget_pages > ul ul,
  .widget_recent_comments > ul ul,
  .widget_nav_menu > div > ul ul {
    padding-left: 15px;
  }

  .widget_vw_widget_latest_comments .comment-content {
    margin-left: -30px;
  }

  #wp-calendar tbody td {
    padding: 2px;
  }

  #main-nav-wrapper .sub-menu + .sub-posts li {
    width: 50%;
  }
  #main-nav-wrapper .sub-menu + .sub-posts li:last-child {
    display: none;
  }

  .post-box-small-thumbnail .wp-post-image {
    width: 60px;
  }

  .post-box-poster .title, .post-box-poster .widget .widget-title, .widget .post-box-poster .widget-title {
    font-size: 1.5em;
  }

  .vwpc-section-featured_post_slider.has-sidebar .post-slider .title, .vwpc-section-featured_post_slider.has-sidebar .post-slider .widget .widget-title, .widget .vwpc-section-featured_post_slider.has-sidebar .post-slider .widget-title {
    font-size: 2.6em;
  }
  .vwpc-section-featured_post_slider.has-sidebar .post-slider .post-box-inner {
    padding: 15px 10% 15px 30px;
  }
}
/* Only Small devices (tablets, 768px and 1200px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_vw_widget_social_subscription .social-subscription {
    width: auto;
    display: block;
    float: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.site-layout-full-medium .container {
    max-width: 970px;
  }
  body.site-layout-full-medium .widget_vw_widget_social_subscription .social-subscription {
    width: auto;
    display: block;
    float: none;
  }

  body.site-layout-boxed #off-canvas-body-inner,
  body.site-layout-boxed .container,
  body.site-layout-boxed .sticky-wrapper.is-sticky .top-bar {
    max-width: 1000px;
  }

  .top-posts .post-box-wrapper {
    width: 324px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.site-layout-boxed #off-canvas-body-inner,
  body.site-layout-boxed .container,
  body.site-layout-boxed .sticky-wrapper.is-sticky .top-bar {
    max-width: 1200px;
  }

  .top-posts .post-box-wrapper {
    width: 293px;
  }
}
/* Print */
@media print {
  /* Remove url after links*/
  a[href]:after {
    content: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  #logo .logo-retina {
    display: inherit;
  }
  #logo .logo-retina + .logo-original {
    display: none;
  }

  .post-play-video {
    background-image: url('../../themes/presso/img/icon-play-2x.png');
  }

  .carousel-nav-prev {
    background: url('../../themes/presso/img/carousel-nav-prev-2x.png') no-repeat;
  }

  .carousel-nav-next {
    background: url('../../themes/presso/img/carousel-nav-next-2x.png') no-repeat;
  }
}
/*!
Animate.css - https://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

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

  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}




/* Minit: https://oddpad.com/wp-content/plugins/jetpack/css/jetpack.css */
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url('../../plugins/jetpack/modules/carousel/images/arrows.png') center center/200px 126px no-repeat}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url('../../plugins/jetpack/modules/carousel/images/arrows-2x.png')}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url('../../plugins/jetpack/modules/carousel/images/carousel-sprite_5.png') 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-left:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url('../../plugins/jetpack/modules/carousel/images/carousel-sprite-2x_5.png')}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-left:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=50)";opacity:.5;direction:ltr;transition:300ms opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url('../../plugins/jetpack/modules/shortcodes/img/slideshow-controls.png')!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url('../../plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png')!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url('../../plugins/jetpack/modules/shortcodes/images/slide-nav.png');background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url('../../plugins/jetpack/modules/shortcodes/images/expand.png');background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url('../../plugins/jetpack/modules/shortcodes/images/collapse.png')}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(../../../images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(../../../images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}



/* Minit: https://oddpad.com/wp-content/uploads/essb_cache_static/c9c36adddf5aadc887e365b59a00ffa4.css */
/* TOC:
 - easy-social-share-buttons
 - easy-social-share-buttons-sidebar
 - essb-native-skinned
 - essb-fontawsome
*/

/* ESSBCacheStaticResources: https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/easy-social-share-buttons.css */
.essb_links.essb_template_round-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_round-retina ul,
.essb_links.essb_template_round-retina li  { 
	padding:0!important;
	margin:0!important;
	list-style: none!important;
}
.essb_links.essb_template_round-retina li,
.essb_links.essb_template_round-retina li a, .essb_links.essb_template_round-retina li a .essb_icon,
.essb_links.essb_template_round-retina li a, .essb_links.essb_template_round-retina li a .essb_network_name { 
	display: inline-block;
	vertical-align: middle;
}
.essb_links.essb_template_round-retina li a { 
	padding: 4px 12px 7px 12px;
	margin: 2px 5px 2px 0;
	border: 0px solid #ddd;
	color: #fff !important;
	text-decoration: none;	
	font-size: 14px;
	font-family: "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.35);*/
	/*background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255,255,255,0)), to(rgba(255,255,255,.26)));	
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.26) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.26) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.26) 100%);
    background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.26) 100%);
	border-radius: 0px;*/
	background-clip: padding-box;
	border-radius: 22px;
	-moz-border-radius: 22px;
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}
/*.essb_links.essb_template_round-retina li:last-child a { margin-right:0;}*/
.essb_links.essb_template_round-retina .essb_icon {
	width: 21px;
	height: 21px;
	margin-right: 5px;
	vertical-align:-4px;
	
}

/* more button */
.essb_links.essb_template_round-retina .essb_link_more a, .essb_links.essb_template_round-retina .essb_link_less a  {
	padding: 5px 10px 6px 10px !important;
}

.essb_links.essb_template_round-retina .essb_link_more a:hover, .essb_links.essb_template_round-retina .essb_link_more a:focus, .essb_links.essb_template_round-retina .essb_link_less a:hover {

}
.essb_links.essb_template_round-retina .essb_link_more .essb_icon { 
	background:none;
	margin-top: -42px;
	width: 18px;
	margin-right: 0;
	margin-left: -2px;
	text-align: center;
}

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

.essb_links.essb_template_round-retina.essb_counter_modern_bottom.essb_counters li a {
	line-height: 16px;
}
.essb_links.essb_template_round-retina .essb_link_more .essb_icon:after {
	content: "+";
	font-size: 32px;

}
.essb_counter_modern_top_mini .essb_link_more .essb_icon:after, .essb_counter_modern_top .essb_link_more .essb_icon:after {
	position: fixed;
	margin-top: -20px;
	margin-left: -10px;	
}

.essb_links.essb_template_round-retina .essb_link_more a,
.essb_links.essb_template_round-retina .essb_link_more a:hover,
.essb_links.essb_template_round-retina .essb_link_more a:focus { 
	background-color: #c5c5c5;
	color: #ffffff;
	width: 16px !important;
	max-width: 16px important;
	text-align: center;
	margin-right: 0;
}	

.essb_links.essb_template_round-retina .essb_link_more a .essb_network_name { display: none; }

.essb_links.essb_template_round-retina .essb_link_less .essb_icon { 
	background:none;
	margin-top: -42px;
	width: 18px;
	margin-right: 0;
	margin-left: -2px;
	text-align: center;
}
.essb_links.essb_template_round-retina .essb_link_less .essb_icon:after {
	content: "-";
	font-size: 32px;

}
.essb_links.essb_template_round-retina.essb_counter_modern_top_mini .essb_link_less .essb_icon:after, .essb_links.essb_template_round-retina.essb_counter_modern_top .essb_link_less .essb_icon:after {
	position: fixed;
	margin-top: -20px;
	margin-left: -6px;
}

.essb_links.essb_template_round-retina .essb_link_less a,
.essb_links.essb_template_round-retina .essb_link_less a:hover,
.essb_links.essb_template_round-retina .essb_link_less a:focus { 
	background-color: #c5c5c5;
	color: #ffffff;
	width: 16px !important;
	max-width: 16px important;
	text-align: center;
	margin-right: 0;
}	

.essb_links.essb_template_round-retina .essb_link_less a .essb_network_name { display: none; }

.essb_links.essb_template_round-retina .essb_after_more { display: none; }

.essb_links.essb_template_round-retina .essb_hide_name .essb_link_less a:hover .essb_icon, 
.essb_links.essb_template_round-retina .essb_hide_name .essb_link_less a:focus .essb_icon, 
.essb_links.essb_template_round-retina .essb_hide_name .essb_link_more a:hover .essb_icon, 
.essb_links.essb_template_round-retina .essb_hide_name .essb_link_more a:focus .essb_icon { margin-right:0px !important; margin-left: -2px !important; padding: 0 !important; }

/* end: more button */

.essb_links.essb_template_round-retina .essb_link_meneame a:hover .essb_icon {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMS4zMDcsMTkuOWMtMC44MDYsMC40OTktMS42MTMsMC43ODMtMi40NjMsMC45NjNjLTEuMjQ1LDAuMjYyLTIuNDk3LDAuMjYyLTMuNzQsMC4wMjINCgkJYy0xLjA3Ni0wLjIwNi0xLjk1OC0wLjc4Ny0yLjY2OS0xLjU5NmMtMS40MS0xLjYwNC0yLjQyNy0zLjQxNC0yLjcyOC01LjU2M2MtMC40MTMtMi45NDIsMC42MTgtNS4zMjcsMi44NzgtNy4xOTcNCgkJYzEuNjE4LTEuMzQyLDMuNTQ0LTEuOTk0LDUuNTg3LTIuMzU2YzMuMjA1LTAuNTY5LDYuMjM4LDAuMDU2LDkuMTcxLDEuMzIzYzEuNTA3LDAuNjUxLDIuOTYyLDEuNDI1LDQuNTE5LDEuOTYzDQoJCWMwLjM0NSwwLjExNywwLjY5LDAuMjI1LDEuMDU0LDAuMjc2YzAuNjUxLDAuMDkxLDEuMTg2LTAuMTMsMS42MTQtMC42MTRjMC41NjMtMC42MzMsMC43NjEtMS4zOTYsMC43NTktMi4yMjcNCgkJYzAuMTU2LTAuMDA5LDAuMTg5LDAuMTEzLDAuMjQxLDAuMjA4YzAuNDc4LDAuODc4LDAuMzQyLDIuMzA5LTAuMzEsMy4wNTZjLTAuNjc5LDAuNzc5LTEuNTgzLDAuOTE3LTIuNTQ0LDAuODA2DQoJCWMtMS4wOTEtMC4xMjYtMi4xMjgtMC40NDMtMy4xMjMtMC45MTdjLTEuODctMC44OTMtMy43NjktMS43MTYtNS44LTIuMTc2Yy0yLjU0My0wLjU3Ny01LjA2OS0wLjQ3NC03LjUzOSwwLjM0NQ0KCQljLTMuNTk1LDEuMTk1LTUuNDg1LDQuNzY5LTQuNTA0LDguNDM0YzAuNTYzLDIuMTE3LDEuNzUyLDMuNzgzLDMuNjExLDQuOTYzYzAuODA0LDAuNTA5LDEuNjksMC42NywyLjYyNywwLjY1Nw0KCQljMC45NDYtMC4wMTUsMS44NjktMC4xOTgsMi43OTMtMC4zNzNDMjAuOTA0LDE5Ljg2NSwyMS4wNTgsMTkuODI2LDIxLjMwNywxOS45eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNS4wODgsMzcuOTM3Yy0wLjE3My0wLjA1OC0wLjQ5NCwwLjEzNC0wLjU0Ni0wLjEwNWMtMC4wNS0wLjIzNSwwLjI4Ni0wLjMxMywwLjQ4Mi0wLjM5Ng0KCQljMS4xOTEtMC40OTUsMi4zOTQtMC45NjksMy41ODctMS40NjRjMC43NDItMC4zMSwxLjQ2Ni0wLjY1OCwyLjEzNC0xLjExM2MwLjIyOS0wLjE1NCwwLjQzOS0wLjMzNCwwLjYyNS0wLjU0DQoJCWMwLjI5NC0wLjMzLDAuMzY2LTAuNjc3LDAuMTkzLTEuMTA3Yy0wLjkwNy0yLjI3MS0xLjkxOS00LjUwMi0yLjcxNS02LjgxOWMtMC42NDItMS44Ny0xLjE0OC0zLjc2My0xLjI4NC01Ljc1DQoJCWMtMC4xNTktMi4zNDQsMC42NTMtNC4xNjYsMi42NzYtNS40MjJjMC45NTItMC41OTIsMS45NzctMS4wMzMsMy4wMDEtMS40NzZjMS4yNjktMC41NDksMi41MjEtMS4xMDksMy42MzMtMS45NTkNCgkJYzEuNjY2LTEuMjcsMi4yMS0yLjk3MSwyLjA2Ny00Ljk3OWMtMC4wNjMtMC45MDMtMC4yMTQtMS43OTItMC40Mi0yLjY3MmMtMC4wMjUtMC4wOTktMC4xNTktMC4yNDcsMC4wMjEtMC4zMjQNCgkJYzAuMTYxLTAuMDY5LDAuMjQ3LDAuMDU2LDAuMzE3LDAuMTg0QzM5LjQwMSw0Ljk3OCwzOS44MjQsNiwzOS45NTgsNy4xMzJjMC4yNTYsMi4xNzYtMC42OTYsMy44MzUtMi4yMDQsNS4yNzENCgkJYy0wLjk2LDAuOTE2LTIuMTQsMS40ODItMy4zMDIsMi4wNzRjLTEuMDUyLDAuNTM0LTIuMTM2LDEuMDA2LTMuMTI2LDEuNjU1Yy0xLjA4LDAuNzA3LTEuOTczLDEuNTY5LTIuMjcxLDIuODgyDQoJCWMtMC4yNDEsMS4wNy0wLjA0NiwyLjEyOCwwLjE3MSwzLjE3NWMwLjQ3NSwyLjMsMS40MDQsNC40NDQsMi4zMjUsNi41OTFjMC40NzcsMS4xMDYsMC45ODMsMi4xOTksMS4zNjMsMy4zNDQNCgkJYzAuNjEsMS44NDcsMC4xMDEsMy4yNy0xLjU0Miw0LjMwN2MtMS4xODIsMC43NDQtMi41MDUsMS4wNjktMy44NjMsMS4yODZDMjYuNzE1LDM3Ljg0NCwyNS45MSwzNy44ODMsMjUuMDg4LDM3LjkzN3oiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNOS4xOTQsMTUuODAzYy0wLjAzMSwwLjE5Mi0wLjEzOCwwLjMzOS0wLjI0MywwLjQ4N2MtMS43NTcsMi41MDUtMy4yNiw1LjE0Ny00LjM5NCw3Ljk5NA0KCQljLTAuNzkxLDEuOTg1LTAuOTgxLDQuMDEyLTAuNDYsNi4wODZjMC42NDcsMi41NjYsMi4zNTQsNC4xNSw0Ljc2Myw1LjA4MmMxLjc0NiwwLjY3NiwzLjU2NiwxLDUuNDE0LDEuMjE2DQoJCWMyLjU2NiwwLjMwNCw1LjE0NCwwLjUwOCw3LjcxNCwwLjc1N2MwLjI0NywwLjAyMiwwLjQ5MywwLjA5MywwLjczNCwwLjE1N2MwLjExNSwwLjAzLDAuMjY2LDAuMDc4LDAuMjQ5LDAuMjM2DQoJCWMtMC4wMTksMC4xODItMC4xODgsMC4xMjgtMC4zMDEsMC4xMzdjLTEuNjY2LDAuMTM2LTMuMzMzLDAuMjEtNS4wMDMsMC4yMzdjLTIuMzUsMC4wMzQtNC43MDgsMC4wNDktNy4wMjUtMC4zNDENCgkJYy0zLjc2Ny0wLjYzNS02LjY4NC0yLjUwOS04LjEtNi4yMDdjLTAuNzYxLTEuOTg1LTAuNjY0LTQuMDU0LTAuMDU0LTYuMDY5YzAuOTE3LTMuMDI0LDIuMzA1LTUuNzk5LDQuNTY2LTguMDcxDQoJCWMwLjU4My0wLjU4OCwxLjI0My0xLjA5MywxLjg4OC0xLjYxMkM5LjAwNiwxNS44NCw5LjA2NCwxNS43NjIsOS4xOTQsMTUuODAzeiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS42MTgsMjkuNTY4YzIuNjYzLTAuNDM4LDUuMzIxLTAuNjc2LDcuOTk5LTAuMzU0YzEuMjc2LDAuMTUyLDEuNTE4LDAuNDEyLDEuNTQ4LDEuNw0KCQljMC4wNDgsMi4wMzUtMC4yMzYsNC4wMzMtMC44MTQsNS45ODVjLTAuMDk3LDAuMzI1LTAuMjE2LDAuNjQ2LTAuNDE4LDAuOTI0Yy0wLjA3OCwwLjEwOS0wLjE2NywwLjI0Ny0wLjMzLDAuMTg5DQoJCWMtMC4xNDUtMC4wNS0wLjEyNi0wLjIwMi0wLjEzMi0wLjMyNmMtMC4wMzktMC44NywwLjEwNC0xLjcyOCwwLjE4NC0yLjU4OWMwLjExNS0xLjIzNSwwLjMyMS0yLjQ2NCwwLjIwOC0zLjcxNQ0KCQljLTAuMDM1LTAuMzk2LTAuMjE5LTAuNjM4LTAuNTY5LTAuODA3Yy0xLjAzOS0wLjQ5Ni0yLjE1MS0wLjY1OS0zLjI3Ny0wLjc2OWMtMS4zNzUtMC4xMzQtMi43NTktMC4xMjItNC4xMzgtMC4yMDQNCgkJQzE1Ljc5MSwyOS42LDE1LjcwNSwyOS41ODEsMTUuNjE4LDI5LjU2OHoiLz4NCjwvZz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px; }
.essb_links.essb_template_round-retina .essb_link_meneame a:hover,
.essb_links.essb_template_round-retina .essb_link_meneame a:focus { 
	background-color: #FF7D12;
}
.essb_links.essb_template_round-retina .essb_link_meneame .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/managewp-05.png') 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRjdEMTIiIGQ9Ik0yMS4zMDcsMTkuOWMtMC44MDYsMC40OTktMS42MTMsMC43ODMtMi40NjMsMC45NjNjLTEuMjQ1LDAuMjYyLTIuNDk3LDAuMjYyLTMuNzQsMC4wMjINCgkJYy0xLjA3Ni0wLjIwNi0xLjk1OC0wLjc4Ny0yLjY2OS0xLjU5NmMtMS40MS0xLjYwNC0yLjQyNy0zLjQxNC0yLjcyOC01LjU2M2MtMC40MTMtMi45NDIsMC42MTgtNS4zMjcsMi44NzgtNy4xOTcNCgkJYzEuNjE4LTEuMzQyLDMuNTQ0LTEuOTk0LDUuNTg3LTIuMzU2YzMuMjA1LTAuNTY5LDYuMjM4LDAuMDU2LDkuMTcxLDEuMzIzYzEuNTA3LDAuNjUxLDIuOTYyLDEuNDI1LDQuNTE5LDEuOTYzDQoJCWMwLjM0NSwwLjExNywwLjY5LDAuMjI1LDEuMDU0LDAuMjc2YzAuNjUxLDAuMDkxLDEuMTg2LTAuMTMsMS42MTQtMC42MTRjMC41NjMtMC42MzMsMC43NjEtMS4zOTYsMC43NTktMi4yMjcNCgkJYzAuMTU2LTAuMDA5LDAuMTg5LDAuMTEzLDAuMjQxLDAuMjA4YzAuNDc4LDAuODc4LDAuMzQyLDIuMzA5LTAuMzEsMy4wNTZjLTAuNjc5LDAuNzc5LTEuNTgzLDAuOTE3LTIuNTQ0LDAuODA2DQoJCWMtMS4wOTEtMC4xMjYtMi4xMjgtMC40NDMtMy4xMjMtMC45MTdjLTEuODctMC44OTMtMy43NjktMS43MTYtNS44LTIuMTc2Yy0yLjU0My0wLjU3Ny01LjA2OS0wLjQ3NC03LjUzOSwwLjM0NQ0KCQljLTMuNTk1LDEuMTk1LTUuNDg1LDQuNzY5LTQuNTA0LDguNDM0YzAuNTYzLDIuMTE3LDEuNzUyLDMuNzgzLDMuNjExLDQuOTYzYzAuODA0LDAuNTA5LDEuNjksMC42NywyLjYyNywwLjY1Nw0KCQljMC45NDYtMC4wMTUsMS44NjktMC4xOTgsMi43OTMtMC4zNzNDMjAuOTA0LDE5Ljg2NSwyMS4wNTgsMTkuODI2LDIxLjMwNywxOS45eiIvPg0KCTxwYXRoIGZpbGw9IiNGRjdEMTIiIGQ9Ik0yNS4wODgsMzcuOTM3Yy0wLjE3My0wLjA1Ny0wLjQ5NCwwLjEzNS0wLjU0Ni0wLjEwNWMtMC4wNS0wLjIzNCwwLjI4Ni0wLjMxMywwLjQ4Mi0wLjM5NQ0KCQljMS4xOTEtMC40OTYsMi4zOTQtMC45NjksMy41ODctMS40NjVjMC43NDItMC4zMDksMS40NjYtMC42NTgsMi4xMzQtMS4xMTNjMC4yMjktMC4xNTQsMC40MzktMC4zMzQsMC42MjUtMC41MzkNCgkJYzAuMjk0LTAuMzMsMC4zNjYtMC42NzgsMC4xOTMtMS4xMDdjLTAuOTA3LTIuMjcxLTEuOTE5LTQuNTAzLTIuNzE1LTYuODE5Yy0wLjY0Mi0xLjg3MS0xLjE0OC0zLjc2NC0xLjI4NC01Ljc1DQoJCWMtMC4xNTktMi4zNDQsMC42NTMtNC4xNjYsMi42NzYtNS40MjJjMC45NTItMC41OTIsMS45NzctMS4wMzMsMy4wMDEtMS40NzZjMS4yNjktMC41NDksMi41MjEtMS4xMDksMy42MzMtMS45NTkNCgkJYzEuNjY2LTEuMjcsMi4yMS0yLjk3MSwyLjA2Ny00Ljk3OWMtMC4wNjMtMC45MDMtMC4yMTQtMS43OTItMC40Mi0yLjY3MmMtMC4wMjUtMC4wOTktMC4xNTktMC4yNDcsMC4wMjEtMC4zMjQNCgkJYzAuMTYxLTAuMDY5LDAuMjQ3LDAuMDU2LDAuMzE3LDAuMTg0QzM5LjQwMSw0Ljk3OCwzOS44MjQsNiwzOS45NTgsNy4xMzJjMC4yNTYsMi4xNzYtMC42OTYsMy44MzUtMi4yMDQsNS4yNzENCgkJYy0wLjk2LDAuOTE2LTIuMTQsMS40ODItMy4zMDIsMi4wNzRjLTEuMDUyLDAuNTM0LTIuMTM2LDEuMDA2LTMuMTI2LDEuNjU1Yy0xLjA4LDAuNzA3LTEuOTczLDEuNTY5LTIuMjcxLDIuODgyDQoJCWMtMC4yNDEsMS4wNy0wLjA0NiwyLjEyOCwwLjE3MSwzLjE3NmMwLjQ3NSwyLjI5OSwxLjQwNCw0LjQ0MywyLjMyNSw2LjU5YzAuNDc3LDEuMTA3LDAuOTgzLDIuMiwxLjM2MywzLjM0NQ0KCQljMC42MSwxLjg0NiwwLjEwMSwzLjI3LTEuNTQyLDQuMzA3Yy0xLjE4MiwwLjc0NC0yLjUwNSwxLjA2OC0zLjg2MywxLjI4NUMyNi43MTUsMzcuODQ1LDI1LjkxLDM3Ljg4NCwyNS4wODgsMzcuOTM3eiIvPg0KCTxwYXRoIGZpbGw9IiNGRjdEMTIiIGQ9Ik05LjE5NCwxNS44MDNjLTAuMDMxLDAuMTkyLTAuMTM4LDAuMzM5LTAuMjQzLDAuNDg3Yy0xLjc1NywyLjUwNS0zLjI2LDUuMTQ3LTQuMzk0LDcuOTk1DQoJCWMtMC43OTEsMS45ODQtMC45ODEsNC4wMTItMC40Niw2LjA4NWMwLjY0NywyLjU2NiwyLjM1NCw0LjE1LDQuNzYzLDUuMDgyYzEuNzQ2LDAuNjc2LDMuNTY2LDEsNS40MTQsMS4yMTcNCgkJYzIuNTY2LDAuMzAzLDUuMTQ0LDAuNTA4LDcuNzE0LDAuNzU2YzAuMjQ3LDAuMDIzLDAuNDkzLDAuMDk0LDAuNzM0LDAuMTU4YzAuMTE1LDAuMDI5LDAuMjY2LDAuMDc4LDAuMjQ5LDAuMjM2DQoJCWMtMC4wMTksMC4xODItMC4xODgsMC4xMjctMC4zMDEsMC4xMzdjLTEuNjY2LDAuMTM1LTMuMzMzLDAuMjA5LTUuMDAzLDAuMjM2Yy0yLjM1LDAuMDM1LTQuNzA4LDAuMDQ5LTcuMDI1LTAuMzQNCgkJYy0zLjc2Ny0wLjYzNS02LjY4NC0yLjUxLTguMS02LjIwN2MtMC43NjEtMS45ODUtMC42NjQtNC4wNTQtMC4wNTQtNi4wNjljMC45MTctMy4wMjUsMi4zMDUtNS44LDQuNTY2LTguMDcyDQoJCWMwLjU4My0wLjU4OCwxLjI0My0xLjA5MywxLjg4OC0xLjYxMkM5LjAwNiwxNS44NCw5LjA2NCwxNS43NjIsOS4xOTQsMTUuODAzeiIvPg0KCTxwYXRoIGZpbGw9IiNGRjdEMTIiIGQ9Ik0xNS42MTgsMjkuNTY4YzIuNjYzLTAuNDM4LDUuMzIxLTAuNjc2LDcuOTk5LTAuMzU0YzEuMjc2LDAuMTUyLDEuNTE4LDAuNDEyLDEuNTQ4LDEuNw0KCQljMC4wNDgsMi4wMzUtMC4yMzYsNC4wMzMtMC44MTQsNS45ODRjLTAuMDk3LDAuMzI2LTAuMjE2LDAuNjQ2LTAuNDE4LDAuOTI0Yy0wLjA3OCwwLjEwOS0wLjE2NywwLjI0OC0wLjMzLDAuMTg5DQoJCWMtMC4xNDUtMC4wNDktMC4xMjYtMC4yMDEtMC4xMzItMC4zMjZjLTAuMDM5LTAuODY5LDAuMTA0LTEuNzI3LDAuMTg0LTIuNTg4YzAuMTE1LTEuMjM2LDAuMzIxLTIuNDY1LDAuMjA4LTMuNzE1DQoJCWMtMC4wMzUtMC4zOTYtMC4yMTktMC42MzktMC41NjktMC44MDdjLTEuMDM5LTAuNDk2LTIuMTUxLTAuNjU5LTMuMjc3LTAuNzY5Yy0xLjM3NS0wLjEzNS0yLjc1OS0wLjEyMy00LjEzOC0wLjIwNQ0KCQlDMTUuNzkxLDI5LjYsMTUuNzA1LDI5LjU4MiwxNS42MTgsMjkuNTY4eiIvPg0KPC9nPg0KPC9zdmc+DQo=);	

	background-size: 21px 21px; }
.essb_links.essb_template_round-retina .essb_link_meneame a { 
	color: #FF7D12 !important;
}


.essb_links.essb_template_round-retina .essb_link_whatsapp .essb_icon { 
	
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJXaGF0c0FwcF81XyIgZmlsbD0iIzFEOUUxMSIgZD0iTTQwLDIwLjUxMmMwLDEwLjIyMi04LjM1MiwxOC41MDktMTguNjUzLDE4LjUwOWMtMy4yNzIsMC02LjM0Ni0wLjgzNS05LjAxOC0yLjMwM0wyLDQwDQoJbDMuMzY2LTkuOTMxYy0xLjY5OC0yLjc5LTIuNjc2LTYuMDYyLTIuNjc2LTkuNTU4QzIuNjksMTAuMjg4LDExLjA0MiwyLDIxLjM0NywyQzMxLjY1LDIsNDAsMTAuMjg4LDQwLDIwLjUxMnogTTIxLjM0Nyw0Ljk0OA0KCWMtOC42NTEsMC0xNS42ODYsNi45OC0xNS42ODYsMTUuNTYzYzAsMy40MDMsMS4xMDksNi41NTgsMi45ODcsOS4xMjJMNi42OSwzNS40MTVsNi4wMjYtMS45MTVjMi40NzYsMS42MjQsNS40NDIsMi41NzIsOC42MywyLjU3Mg0KCWM4LjY0NiwwLDE1LjY4My02Ljk4LDE1LjY4My0xNS41NjFDMzcuMDI5LDExLjkyOSwyOS45OTMsNC45NDgsMjEuMzQ3LDQuOTQ4eiBNMzAuNzY2LDI0Ljc3MmMtMC4xMTUtMC4xODgtMC40Mi0wLjMwMS0wLjg3Ni0wLjUyNw0KCWMtMC40NTgtMC4yMjctMi43MDctMS4zMjYtMy4xMjUtMS40NzdjLTAuNDE5LTAuMTUyLTAuNzI2LTAuMjI3LTEuMDI5LDAuMjI4Yy0wLjMwNSwwLjQ1My0xLjE4MSwxLjQ3Ni0xLjQ0OSwxLjc3Ng0KCWMtMC4yNjYsMC4zMDYtMC41MzIsMC4zNDMtMC45ODksMC4xMTZjLTAuNDU4LTAuMjI4LTEuOTMyLTAuNzA4LTMuNjc4LTIuMjUyYy0xLjM1OS0xLjIwNC0yLjI3Ni0yLjY4OC0yLjU0NS0zLjE0Mg0KCWMtMC4yNjYtMC40NTQtMC4wMjYtMC43MDEsMC4yMDItMC45MjZjMC4yMDQtMC4yMDQsMC40NTgtMC41MywwLjY4NS0wLjc5NGMwLjIzMS0wLjI2NiwwLjMwNi0wLjQ1NSwwLjQ1OC0wLjc1OQ0KCWMwLjE1Mi0wLjMwMywwLjA3Ni0wLjU2Ni0wLjAzOS0wLjc5M2MtMC4xMTMtMC4yMjgtMS4wMjktMi40Ni0xLjQxLTMuMzY5Yy0wLjM4LTAuOTA3LTAuNzYxLTAuNzU3LTEuMDI5LTAuNzU3DQoJYy0wLjI2NiwwLTAuNTctMC4wMzctMC44NzYtMC4wMzdjLTAuMzAzLDAtMC44LDAuMTEzLTEuMjE5LDAuNTY3Yy0wLjQyLDAuNDUzLTEuNiwxLjU1Mi0xLjYsMy43ODNjMCwyLjIzMiwxLjYzNyw0LjM5MSwxLjg2Niw0LjY5Mg0KCWMwLjIyOSwwLjMwMywzLjE2Miw1LjAzNCw3LjgxMiw2Ljg1MWM0LjY0OCwxLjgxNiw0LjY0OCwxLjIxLDUuNDg4LDEuMTM0YzAuODM3LTAuMDc0LDIuNzA0LTEuMDk3LDMuMDg2LTIuMTU2DQoJQzMwLjg3OSwyNS44NzIsMzAuODc5LDI0Ljk2MywzMC43NjYsMjQuNzcyeiIvPg0KPC9zdmc+DQo=);	

	background-size: 21px 21px; }
.essb_links.essb_template_round-retina .essb_link_whatsapp a { 
	color: #1D9E11 !important;
	background-color: #fff;
}	


.essb_links.essb_template_round-retina .essb_link_whatsapp a:hover .essb_icon { 
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJXaGF0c0FwcF8xXyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQwLDIwLjUxMmMwLDEwLjIyMi04LjM1MiwxOC41MDktMTguNjUzLDE4LjUwOWMtMy4yNzIsMC02LjM0Ni0wLjgzNS05LjAxOC0yLjMwM0wyLDQwDQoJbDMuMzY2LTkuOTMxYy0xLjY5OC0yLjc5LTIuNjc2LTYuMDYyLTIuNjc2LTkuNTU4QzIuNjksMTAuMjg4LDExLjA0MiwyLDIxLjM0NywyQzMxLjY1LDIsNDAsMTAuMjg4LDQwLDIwLjUxMnogTTIxLjM0Nyw0Ljk0OA0KCWMtOC42NTEsMC0xNS42ODYsNi45OC0xNS42ODYsMTUuNTYzYzAsMy40MDMsMS4xMDksNi41NTgsMi45ODcsOS4xMjJMNi42OSwzNS40MTVsNi4wMjYtMS45MTVjMi40NzYsMS42MjQsNS40NDIsMi41NzIsOC42MywyLjU3Mg0KCWM4LjY0NiwwLDE1LjY4My02Ljk4LDE1LjY4My0xNS41NjFDMzcuMDI5LDExLjkyOSwyOS45OTMsNC45NDgsMjEuMzQ3LDQuOTQ4eiBNMzAuNzY2LDI0Ljc3MmMtMC4xMTUtMC4xODgtMC40Mi0wLjMwMS0wLjg3Ni0wLjUyNw0KCWMtMC40NTgtMC4yMjctMi43MDctMS4zMjYtMy4xMjUtMS40NzdjLTAuNDE5LTAuMTUyLTAuNzI2LTAuMjI3LTEuMDI5LDAuMjI4Yy0wLjMwNSwwLjQ1My0xLjE4MSwxLjQ3Ni0xLjQ0OSwxLjc3Ng0KCWMtMC4yNjYsMC4zMDYtMC41MzIsMC4zNDMtMC45ODksMC4xMTZjLTAuNDU4LTAuMjI4LTEuOTMyLTAuNzA4LTMuNjc4LTIuMjUyYy0xLjM1OS0xLjIwNC0yLjI3Ni0yLjY4OC0yLjU0NS0zLjE0Mg0KCWMtMC4yNjYtMC40NTQtMC4wMjYtMC43MDEsMC4yMDItMC45MjZjMC4yMDQtMC4yMDQsMC40NTgtMC41MywwLjY4NS0wLjc5NGMwLjIzMS0wLjI2NiwwLjMwNi0wLjQ1NSwwLjQ1OC0wLjc1OQ0KCWMwLjE1Mi0wLjMwMywwLjA3Ni0wLjU2Ni0wLjAzOS0wLjc5M2MtMC4xMTMtMC4yMjgtMS4wMjktMi40Ni0xLjQxLTMuMzY5Yy0wLjM4LTAuOTA3LTAuNzYxLTAuNzU3LTEuMDI5LTAuNzU3DQoJYy0wLjI2NiwwLTAuNTctMC4wMzctMC44NzYtMC4wMzdjLTAuMzAzLDAtMC44LDAuMTEzLTEuMjE5LDAuNTY3Yy0wLjQyLDAuNDUzLTEuNiwxLjU1Mi0xLjYsMy43ODNjMCwyLjIzMiwxLjYzNyw0LjM5MSwxLjg2Niw0LjY5Mg0KCWMwLjIyOSwwLjMwMywzLjE2Miw1LjAzNCw3LjgxMiw2Ljg1MWM0LjY0OCwxLjgxNiw0LjY0OCwxLjIxLDUuNDg4LDEuMTM0YzAuODM3LTAuMDc0LDIuNzA0LTEuMDk3LDMuMDg2LTIuMTU2DQoJQzMwLjg3OSwyNS44NzIsMzAuODc5LDI0Ljk2MywzMC43NjYsMjQuNzcyeiIvPg0KPC9zdmc+DQo=);	

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


.essb_links.essb_template_round-retina .essb_link_mwp .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/managewp-05.png') 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMwNTZDQUQiIGQ9Ik0zMi43MDIsMTAuMzRjMCwwLTAuNDk1LDkuOTQ3LTcuMzIxLDguMzY3Yy00LjY1Ny0xLjM1OC0zLjg3OC02LjczOS0zLjg3OC02LjczOXMtNS4zMTksMi4zMS02LjAyMSw3LjI4OA0KCQljLTAuMTMzLTQuMDEtNS4zMDctNi43MTUtNS4zMDctNi43MTVjMS4xODksMS41MDgsMi4xMzYsNS4xMDcsMC45NjksNy44MTJjLTEuNzQ2LDQuMDQzLTUuMDg0LDQuOTY5LTUuMDg0LDQuOTY5DQoJCWMyLjMwOSw2LjI2Niw3Ljg1MSwxMC43MzQsMTQuOTE4LDEwLjczNGM5LjA2MSwwLDE0Ljk2My02Ljg2NywxNC45NjMtMTUuOTNDMzUuOTQsMTYuNDU4LDM0LjczNiwxMy4wNzMsMzIuNzAyLDEwLjM0Ii8+DQoJPHBhdGggZmlsbD0iIzA1NkNBRCIgZD0iTTIxLDJDMTAuNTA5LDIsMiwxMC41MDgsMiwyMC45OThDMiwzMS40OTQsMTAuNTA5LDQwLDIxLDQwYzEwLjQ5NCwwLDE5LTguNTA2LDE5LTE5LjAwMg0KCQlDNDAsMTAuNTA4LDMxLjQ5NCwyLDIxLDIgTTIxLDM4LjI1Yy05LjUyNCwwLTE3LjI1LTcuNzI2LTE3LjI1LTE3LjI1MkMzLjc1LDExLjQ3NSwxMS40NzYsMy43NSwyMSwzLjc1DQoJCWM5LjUyNiwwLDE3LjI1LDcuNzI1LDE3LjI1LDE3LjI0OEMzOC4yNSwzMC41MjQsMzAuNTI2LDM4LjI1LDIxLDM4LjI1Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

	background-size: 21px 21px; }

.essb_links.essb_template_round-retina .essb_link_mwp a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/managewp-02.png') 0 0 no-repeat; */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMi43MDIsMTAuMzRjMCwwLTAuNDk1LDkuOTQ3LTcuMzIxLDguMzY3Yy00LjY1Ny0xLjM1OC0zLjg3OC02LjczOS0zLjg3OC02LjczOXMtNS4zMTksMi4zMS02LjAyMSw3LjI4OA0KCQljLTAuMTMzLTQuMDEtNS4zMDctNi43MTUtNS4zMDctNi43MTVjMS4xODksMS41MDgsMi4xMzYsNS4xMDcsMC45NjksNy44MTJjLTEuNzQ2LDQuMDQzLTUuMDg0LDQuOTY5LTUuMDg0LDQuOTY5DQoJCWMyLjMwOSw2LjI2Niw3Ljg1MSwxMC43MzQsMTQuOTE4LDEwLjczNGM5LjA2MSwwLDE0Ljk2My02Ljg2NywxNC45NjMtMTUuOTNDMzUuOTQsMTYuNDU4LDM0LjczNiwxMy4wNzMsMzIuNzAyLDEwLjM0Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIxLDJDMTAuNTA5LDIsMiwxMC41MDgsMiwyMC45OThDMiwzMS40OTQsMTAuNTA5LDQwLDIxLDQwYzEwLjQ5NCwwLDE5LTguNTA2LDE5LTE5LjAwMg0KCQlDNDAsMTAuNTA4LDMxLjQ5NCwyLDIxLDIgTTIxLDM4LjI1Yy05LjUyNCwwLTE3LjI1LTcuNzI2LTE3LjI1LTE3LjI1MkMzLjc1LDExLjQ3NSwxMS40NzYsMy43NSwyMSwzLjc1DQoJCWM5LjUyNiwwLDE3LjI1LDcuNzI1LDE3LjI1LDE3LjI0OEMzOC4yNSwzMC41MjQsMzAuNTI2LDM4LjI1LDIxLDM4LjI1Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

background-size: 21px 21px; }
.essb_links.essb_template_round-retina .essb_link_mwp a {color: #056CAD !important;
	background-color: #fff;
	
}
.essb_links.essb_template_round-retina .essb_link_mwp a:hover,
.essb_links.essb_template_round-retina .essb_link_mwp a:focus { 
	background-color: #056CAD;
	color: #fff;
}	


.essb_links.essb_template_round-retina .essb_link_flattr a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/flattr-02.png'); */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS42NCwyQzYuNjA3LDIsMiw3LjIwMiwyLDE2LjkxNGwwLDB2Ni43ODJ2MTMuNTkxbDguODQ3LTguODU3VjE4LjA4M2MwLTQuMDI0LDEuMDY1LTYuNTg1LDQuNjQzLTcuMTU4DQoJCWwwLDBjMS4yNDktMC4yNDUsMy44NDktMC4xNjEsNS41MDUtMC4xNjFsMCwwdjYuMTQ3YzAsMC4wNTYsMC4wMDYsMC4xNTUsMC4wMjIsMC4yMDdsMCwwYzAuMDY1LDAuMjQ3LDAuMjkzLDAuNDMxLDAuNTU5LDAuNDMxbDAsMA0KCQljMC4xNSwwLDAuMjkzLTAuMDc4LDAuNDM5LTAuMjIxbDAsMGwxNS4zMy0xNS4zMjZMMjcuMDUzLDJIMTUuNjR6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMxLjE1MywxMy41N3YxMC4zNDdjMCw0LjAyNC0xLjA2NSw2LjU4NS00LjY0Myw3LjE1OGwwLDBjLTEuMjQ5LDAuMjQ1LTMuODQ5LDAuMTYxLTUuNTA1LDAuMTYxbDAsMA0KCQl2LTYuMTQ4YzAtMC4wNTYtMC4wMDYtMC4xNTQtMC4wMjItMC4yMDZsMCwwYy0wLjA2NS0wLjI0Ny0wLjI5My0wLjQzMS0wLjU1OS0wLjQzMWwwLDBjLTAuMTUsMC0wLjI5MywwLjA3OC0wLjQzOSwwLjIyMWwwLDANCgkJTDQuNjU1LDM5Ljk5OEwxNC45NDcsNDBIMjYuMzZDMzUuMzkzLDQwLDQwLDM0Ljc5OSw0MCwyNS4wODZsMCwwdi02Ljc4M1Y0LjcxM0wzMS4xNTMsMTMuNTd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	
background-size: 21px 21px; background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_flattr .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/flattr-05.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkFFMDAiIGQ9Ik0xNS42NCwyQzYuNjA3LDIsMiw3LjIwMiwyLDE2LjkxNGwwLDB2Ni43ODJ2MTMuNTkxbDguODQ3LTguODU3VjE4LjA4M2MwLTQuMDI0LDEuMDY1LTYuNTg1LDQuNjQzLTcuMTU4DQoJCWwwLDBjMS4yNDktMC4yNDUsMy44NDktMC4xNjEsNS41MDUtMC4xNjFsMCwwdjYuMTQ3YzAsMC4wNTYsMC4wMDYsMC4xNTUsMC4wMjIsMC4yMDdsMCwwYzAuMDY1LDAuMjQ3LDAuMjkzLDAuNDMxLDAuNTU5LDAuNDMxbDAsMA0KCQljMC4xNSwwLDAuMjkzLTAuMDc4LDAuNDM5LTAuMjIxbDAsMGwxNS4zMy0xNS4zMjZMMjcuMDUzLDJIMTUuNjR6Ii8+DQoJPHBhdGggZmlsbD0iIzhDQjU1QiIgZD0iTTMxLjE1MywxMy41N3YxMC4zNDdjMCw0LjAyNC0xLjA2NSw2LjU4NS00LjY0Myw3LjE1OGwwLDBjLTEuMjQ5LDAuMjQ1LTMuODQ5LDAuMTYxLTUuNTA1LDAuMTYxbDAsMA0KCQl2LTYuMTQ4YzAtMC4wNTYtMC4wMDYtMC4xNTQtMC4wMjItMC4yMDZsMCwwYy0wLjA2NS0wLjI0Ny0wLjI5My0wLjQzMS0wLjU1OS0wLjQzMWwwLDBjLTAuMTUsMC0wLjI5MywwLjA3OC0wLjQzOSwwLjIyMWwwLDANCgkJTDQuNjU1LDM5Ljk5OEwxNC45NDcsNDBIMjYuMzZDMzUuMzkzLDQwLDQwLDM0Ljc5OSw0MCwyNS4wODZsMCwwdi02Ljc4M1Y0LjcxM0wzMS4xNTMsMTMuNTd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

background-size: 21px 21px; background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_flattr a { color: #8CB55B !important; background-color: #fff; }
.essb_links.essb_template_round-retina .essb_link_flattr a:hover,
.essb_links.essb_template_round-retina .essb_link_flattr a:focus { 
	background-color: #8CB55B;
}

.essb_links.essb_template_round-retina .essb_link_ok a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/ok-02.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC4xMjUgMCAwIC0uMTI1IDAgMTE1LjUzNykiPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTY4LDg2Mi4zMTJjMTcuOTMsMCwzMi40OTItMTQuNTc4LDMyLjQ5Mi0zMi40ODRjMC0xNy44OTEtMTQuNTYzLTMyLjQ2OS0zMi40OTItMzIuNDY5DQoJCQljLTE3Ljg5MSwwLTMyLjQ2OSwxNC41NzgtMzIuNDY5LDMyLjQ2OUMxMzUuNTMxLDg0Ny43MzQsMTUwLjEwOSw4NjIuMzEyLDE2OCw4NjIuMzEyeiBNMTY4LDc1MS4zOTgNCgkJCWM0My4yNzMsMCw3OC40NTMsMzUuMTcyLDc4LjQ1Myw3OC40M3MtMzUuMTgsNzguNDY5LTc4LjQ1Myw3OC40NjljLTQzLjI1OCwwLTc4LjQ1My0zNS4yMTEtNzguNDUzLTc4LjQ2OQ0KCQkJUzEyNC43NDIsNzUxLjM5OCwxNjgsNzUxLjM5OCIvPg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTk5Ljc1LDY4Ny4zOThjMTUuOTYxLDMuNjI1LDMxLjM2Nyw5Ljk2MSw0NS41NDcsMTguODU5YzEwLjczNCw2Ljc2NiwxMy45NjksMjAuOTY5LDcuMjExLDMxLjcwMw0KCQkJYy02Ljc2NiwxMC43NjYtMjAuOTQ1LDE0LTMxLjcwMyw3LjIxOWMtMzIuMTI1LTIwLjIwMy03My41LTIwLjIwMy0xMDUuNjA5LDBjLTEwLjc1OCw2Ljc4MS0yNC45MzgsMy41NDctMzEuNzAzLTcuMjE5DQoJCQljLTYuNzU4LTEwLjc1OC0zLjUyMy0yNC45MzgsNy4yMTEtMzEuNzAzYzE0LjE4LTguODk4LDI5LjU4Ni0xNS4yMzQsNDUuNTQ3LTE4Ljg1OWwtNDMuODUyLTQzLjg3NQ0KCQkJYy04Ljk2OS04Ljk2OS04Ljk2OS0yMy41MTYsMC0zMi40ODRjNC40OTItNC40ODQsMTAuMzc1LTYuNzM0LDE2LjI1LTYuNzM0YzUuODgzLDAsMTEuNzczLDIuMjUsMTYuMjU4LDYuNzM0TDE2OCw2NTQuMTMyDQoJCQlsNDMuMTA5LTQzLjA5NGM4Ljk2OS04Ljk5MiwyMy41MTYtOC45OTIsMzIuNDkyLDBjOC45ODQsOC45NjksOC45ODQsMjMuNTMxLDAsMzIuNDg0TDE5OS43NSw2ODcuMzk4Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);	
background-size: 21px 21px; background-repeat: no-repeat;}
.essb_links.essb_template_round-retina .essb_link_ok .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/ok-05.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC4xMjUgMCAwIC0uMTI1IDAgMTE1LjUzNykiPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjRjQ3MzFDIiBkPSJNMTY4LDg2Mi4zMTJjMTcuOTMsMCwzMi40OTItMTQuNTc4LDMyLjQ5Mi0zMi40ODRjMC0xNy44OTEtMTQuNTYzLTMyLjQ2OS0zMi40OTItMzIuNDY5DQoJCQljLTE3Ljg5MSwwLTMyLjQ2OSwxNC41NzgtMzIuNDY5LDMyLjQ2OUMxMzUuNTMxLDg0Ny43MzQsMTUwLjEwOSw4NjIuMzEyLDE2OCw4NjIuMzEyeiBNMTY4LDc1MS4zOTgNCgkJCWM0My4yNzMsMCw3OC40NTMsMzUuMTcyLDc4LjQ1Myw3OC40M3MtMzUuMTgsNzguNDY5LTc4LjQ1Myw3OC40NjljLTQzLjI1OCwwLTc4LjQ1My0zNS4yMTEtNzguNDUzLTc4LjQ2OQ0KCQkJUzEyNC43NDIsNzUxLjM5OCwxNjgsNzUxLjM5OCIvPg0KCQk8cGF0aCBmaWxsPSIjRjQ3MzFDIiBkPSJNMTk5Ljc1LDY4Ny4zOThjMTUuOTYxLDMuNjI1LDMxLjM2Nyw5Ljk2MSw0NS41NDcsMTguODU5YzEwLjczNCw2Ljc2NiwxMy45NjksMjAuOTY5LDcuMjExLDMxLjcwMw0KCQkJYy02Ljc2NiwxMC43NjYtMjAuOTQ1LDE0LTMxLjcwMyw3LjIxOWMtMzIuMTI1LTIwLjIwMy03My41LTIwLjIwMy0xMDUuNjA5LDBjLTEwLjc1OCw2Ljc4MS0yNC45MzgsMy41NDctMzEuNzAzLTcuMjE5DQoJCQljLTYuNzU4LTEwLjc1OC0zLjUyMy0yNC45MzgsNy4yMTEtMzEuNzAzYzE0LjE4LTguODk4LDI5LjU4Ni0xNS4yMzQsNDUuNTQ3LTE4Ljg1OWwtNDMuODUyLTQzLjg3NQ0KCQkJYy04Ljk2OS04Ljk2OS04Ljk2OS0yMy41MTYsMC0zMi40ODRjNC40OTItNC40ODQsMTAuMzc1LTYuNzM0LDE2LjI1LTYuNzM0YzUuODgzLDAsMTEuNzczLDIuMjUsMTYuMjU4LDYuNzM0TDE2OCw2NTQuMTMyDQoJCQlsNDMuMTA5LTQzLjA5NGM4Ljk2OS04Ljk5MiwyMy41MTYtOC45OTIsMzIuNDkyLDBjOC45ODQsOC45NjksOC45ODQsMjMuNTMxLDAsMzIuNDg0TDE5OS43NSw2ODcuMzk4Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);	

background-size: 21px 21px; background-repeat: no-repeat;}
.essb_links.essb_template_round-retina .essb_link_ok a { color: #F4731C !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_ok a:hover,
.essb_links.essb_template_round-retina .essb_link_ok a:focus { 
	background-color: #F4731C;
}	


.essb_links.essb_template_round-retina .essb_link_xing .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/xing-05.png');	*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNENEQ2MDAiIHBvaW50cz0iMjUuMzc2LDQwIDE2Ljg3OCwyNS4xMDQgMzAuMDY4LDIgMzguOTQ1LDIgMjUuNzUzLDI1LjEwNCAzNC4yNTMsNDAgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiMxNTVDNUQiIHBvaW50cz0iMTEuNDI2LDI4LjUxMiAxOC4wMTgsMTcuNjU1IDEzLjA3NCw4Ljk0MiA0LjcwNiw4Ljk0MiA5LjY0NywxNy42NTUgMy4wNTUsMjguNTEyIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);	
background-size: 21px 21px;
	background-repeat: no-repeat; }

.essb_links.essb_template_round-retina .essb_link_xing a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/xing-02.png');	*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjUuMzc2LDQwIDE2Ljg3OCwyNS4xMDQgMzAuMDY4LDIgMzguOTQ1LDIgMjUuNzUzLDI1LjEwNCAzNC4yNTMsNDAgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNDI2LDI4LjUxMiAxOC4wMTgsMTcuNjU1IDEzLjA3NCw4Ljk0MiA0LjcwNiw4Ljk0MiA5LjY0NywxNy42NTUgMy4wNTUsMjguNTEyIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);	
background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_xing a { color: #135a5b !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_xing a:hover,
.essb_links.essb_template_round-retina .essb_link_xing a:focus { 
	background-color: #135a5b;
}	

.essb_links.essb_template_round-retina .essb_link_weibo .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/weibo-05.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNFRDFDMjQiIGQ9Ik0yOS45NTEsMjEuMTNjLTAuNTIzLTAuMTU5LTAuODg0LTAuMjY4LTAuNjA5LTAuOTY5YzAuNTk0LTEuNTIxLDAuNjU3LTIuODM1LDAuMDEyLTMuNzcxDQoJCWMtMS4yMDgtMS43NTctNC41MTMtMS42NjQtOC4zLTAuMDQ4YzAtMC4wMDItMS4xODksMC41My0wLjg4Ny0wLjQzMWMwLjU4NC0xLjkwNywwLjQ5NS0zLjUwNS0wLjQxMi00LjQyNw0KCQljLTIuMDU0LTIuMDkzLTcuNTE5LDAuMDc4LTEyLjIwOSw0Ljg1QzQuMDM3LDE5LjkwNywyLDIzLjY5NCwyLDI2Ljk2OWMwLDYuMjYzLDcuODksMTAuNDU0LDE1LjYxLDEwLjQ1NA0KCQljMTAuMTE5LDAsMTYuODUzLTYuMzY2LDE2Ljg1My0xMS4xMThDMzQuNDYzLDIzLjQzMywzMi4wODgsMjEuODA0LDI5Ljk1MSwyMS4xM3ogTTE3LjYzMSwzNC42MTMNCgkJYy02LjE2LDAuNjEyLTExLjQ3Ny0yLjE4OC0xMS44NzctNi4yNTVjLTAuMzk5LTQuMDY2LDQuMjctNy44NTksMTAuNDMtOC40NzJzMTEuNDc4LDIuMTg4LDExLjg3OCw2LjI1Mw0KCQlDMjguNDU5LDMwLjIwNywyMy43OTQsMzQuMDAxLDE3LjYzMSwzNC42MTN6Ii8+DQoJPHBhdGggZmlsbD0iI0VEMUMyNCIgZD0iTTQwLDE2LjAyOUMzOS45OTgsOS43MDQsMzQuODY4LDQuNTc3LDI4LjU0NCw0LjU3N2MtMC43NCwwLTEuMzM5LDAuNi0xLjMzOSwxLjMzOHMwLjU5OSwxLjMzNiwxLjMzOSwxLjMzNg0KCQljNC44NTEsMCw4Ljc4MiwzLjkzNCw4Ljc4Miw4Ljc4NGMwLDAuNzM4LDAuNiwxLjMzNiwxLjMzOCwxLjMzNlM0MCwxNi43NzMsNDAsMTYuMDM1QzQwLDE2LjAzNSw0MCwxNi4wMzEsNDAsMTYuMDI5eiIvPg0KCTxwYXRoIGZpbGw9IiNFRDFDMjQiIGQ9Ik0zNC42ODksMTUuODM0Yy0wLjYxLTIuOTgxLTIuOTYzLTUuMzM0LTUuOTQ2LTUuOTQ0Yy0wLjcyMi0wLjE0OC0xLjQyOSwwLjMxNy0xLjU3NywxLjAzOQ0KCQljLTAuMTQ4LDAuNzI0LDAuMzE3LDEuNDMxLDEuMDM5LDEuNTc5YzEuOTQsMC4zOTgsMy40NjgsMS45MjYsMy44NjYsMy44NjRjMC4xNDgsMC43MjQsMC44NTUsMS4xODksMS41NzcsMS4wNDENCgkJQzM0LjM3MiwxNy4yNjMsMzQuODM4LDE2LjU1OCwzNC42ODksMTUuODM0eiIvPg0KCTxlbGxpcHNlIHRyYW5zZm9ybT0ibWF0cml4KC0wLjE5NzMgLTAuOTgwMyAwLjk4MDMgLTAuMTk3MyAtOC44NDMyIDQ3Ljk4NjcpIiBjeD0iMTUuMjI0IiBjeT0iMjcuNjE0IiByeD0iMy44MTkiIHJ5PSI0LjU4MiIvPg0KPC9nPg0KPC9zdmc+DQo=);	
background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_weibo a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/weibo-02.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOS45NTEsMjEuMTNjLTAuNTIzLTAuMTU5LTAuODg0LTAuMjY4LTAuNjA5LTAuOTY5YzAuNTk0LTEuNTIxLDAuNjU3LTIuODM1LDAuMDEyLTMuNzcxDQoJCWMtMS4yMDgtMS43NTctNC41MTMtMS42NjQtOC4zLTAuMDQ4YzAtMC4wMDItMS4xODksMC41My0wLjg4Ny0wLjQzMWMwLjU4NC0xLjkwNywwLjQ5NS0zLjUwNS0wLjQxMi00LjQyNw0KCQljLTIuMDU0LTIuMDkzLTcuNTE5LDAuMDc4LTEyLjIwOSw0Ljg1QzQuMDM3LDE5LjkwNywyLDIzLjY5NCwyLDI2Ljk2OWMwLDYuMjYzLDcuODksMTAuNDU0LDE1LjYxLDEwLjQ1NA0KCQljMTAuMTE5LDAsMTYuODUzLTYuMzY2LDE2Ljg1My0xMS4xMThDMzQuNDYzLDIzLjQzMywzMi4wODgsMjEuODA0LDI5Ljk1MSwyMS4xM3ogTTE3LjYzMSwzNC42MTMNCgkJYy02LjE2LDAuNjEyLTExLjQ3Ny0yLjE4OC0xMS44NzctNi4yNTVjLTAuMzk5LTQuMDY2LDQuMjctNy44NTksMTAuNDMtOC40NzJzMTEuNDc4LDIuMTg4LDExLjg3OCw2LjI1Mw0KCQlDMjguNDU5LDMwLjIwNywyMy43OTQsMzQuMDAxLDE3LjYzMSwzNC42MTN6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQwLDE2LjAyOUMzOS45OTgsOS43MDQsMzQuODY4LDQuNTc3LDI4LjU0NCw0LjU3N2MtMC43NCwwLTEuMzM5LDAuNi0xLjMzOSwxLjMzOHMwLjU5OSwxLjMzNiwxLjMzOSwxLjMzNg0KCQljNC44NTEsMCw4Ljc4MiwzLjkzNCw4Ljc4Miw4Ljc4NGMwLDAuNzM4LDAuNiwxLjMzNiwxLjMzOCwxLjMzNlM0MCwxNi43NzMsNDAsMTYuMDM1QzQwLDE2LjAzNSw0MCwxNi4wMzEsNDAsMTYuMDI5eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNC42ODksMTUuODM0Yy0wLjYxLTIuOTgxLTIuOTYzLTUuMzM0LTUuOTQ2LTUuOTQ0Yy0wLjcyMi0wLjE0OC0xLjQyOSwwLjMxNy0xLjU3NywxLjAzOQ0KCQljLTAuMTQ4LDAuNzI0LDAuMzE3LDEuNDMxLDEuMDM5LDEuNTc5YzEuOTQsMC4zOTgsMy40NjgsMS45MjYsMy44NjYsMy44NjRjMC4xNDgsMC43MjQsMC44NTUsMS4xODksMS41NzcsMS4wNDENCgkJQzM0LjM3MiwxNy4yNjMsMzQuODM4LDE2LjU1OCwzNC42ODksMTUuODM0eiIvPg0KCQ0KCQk8ZWxsaXBzZSB0cmFuc2Zvcm09Im1hdHJpeCgtMC4xOTczIC0wLjk4MDMgMC45ODAzIC0wLjE5NzMgLTguODQzMiA0Ny45ODY3KSIgZmlsbD0iI0ZGRkZGRiIgY3g9IjE1LjIyNCIgY3k9IjI3LjYxNCIgcng9IjMuODE5IiByeT0iNC41ODIiLz4NCjwvZz4NCjwvc3ZnPg0K);	
background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_weibo a {color: #ED1C24 !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_weibo a:hover,
.essb_links.essb_template_round-retina .essb_link_weibo a:focus { 
	background-color: #ED1C24;
}	

.essb_links.essb_template_round-retina .essb_link_pocket .essb_icon {
/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/getpocket-05.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRUU0MDU1IiBkPSJNMzkuMDkzLDUuMTQ4Yy0xLjM0Mi0xLjI5LTQuOTM0LTAuODk4LTcuNzg3LTAuODk4DQoJYy02LjIzOCwwLTExLjU1MSwwLTE3LjM3LDBjLTIuODA4LDAtNi43NDktMC4zMjYtOC45ODQsMC4xNDhjLTMuNzk3LDAuODExLTIuODQ1LDUuNDg0LTIuODQ1LDkuNTg0YzAsMi40Ni0wLjA4Nyw1LjQwNywwLjE0OCw3LjQ4OQ0KCWMwLjk5Myw4LjcxNiw4LjA1NywxNS42MzYsMTYuOTIyLDE2LjMxOWM5LjMzMywwLjcxOSwxNS44MTUtNC4zMDUsMTguODY4LTEwLjE3OGMxLjE5OC0yLjMxMSwxLjk0Ni02LjE2MiwxLjk0Ni0xMC42MzYNCgljMC0xLjc0NSwwLTQuNjA0LDAtNi4yODlDMzkuOTkxLDkuMDMzLDQwLjE1LDYuMTY2LDM5LjA5Myw1LjE0OHogTTMyLjY1NCwxNi42NzhjLTAuMDc2LDEuMjkzLTEuNDg4LDIuNDY1LTIuMzk2LDMuMjkzDQoJYy0yLjM0LDIuMTQ1LTMuMzgzLDMuMTM1LTUuNjksNS4zOTVjLTAuODY1LDAuODQ2LTIuMjU1LDIuMTk3LTMuMjk2LDIuMjQ4Yy0yLjIzMSwwLjA5OC00LjU0NC0zLjIzNC02LjI4OC00Ljk0NQ0KCWMtMS4xMTctMS4wOTQtMi4wNDEtMS43OTQtMi45OTQtMi42OTdjLTEuMDM4LTAuOTgtMi41MDItMi4xMDMtMi4zOTYtMy43NGMwLjA4My0xLjMyLDEuMjUtMi4zMzIsMi4zOTYtMi4zOTgNCgljMi4wMTMtMC4xMTEsMy42ODMsMi4yNTYsNC45NCwzLjQ0N2MxLjUzMywxLjQ1MSwyLjU4MSwyLjc0NSw0LjE5Myw0LjA0YzEuNjk5LTEuNjU3LDQuMzMtMy45ODMsNi4yOTEtNS44MzkNCgljMC42Ny0wLjYzNCwxLjE3OS0xLjU3MiwyLjM5Ni0xLjY0OEMzMS4xMDQsMTMuNzUyLDMyLjc2OCwxNC43OTUsMzIuNjU0LDE2LjY3OHoiLz4NCjwvc3ZnPg0K);	

background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_pocket a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/getpocket-02.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuMDkzLDUuMTQ4Yy0xLjM0Mi0xLjI5LTQuOTM0LTAuODk4LTcuNzg3LTAuODk4DQoJYy02LjIzOCwwLTExLjU1MSwwLTE3LjM3LDBjLTIuODA4LDAtNi43NDktMC4zMjYtOC45ODQsMC4xNDhjLTMuNzk3LDAuODExLTIuODQ1LDUuNDg0LTIuODQ1LDkuNTg0YzAsMi40Ni0wLjA4Nyw1LjQwNywwLjE0OCw3LjQ4OQ0KCWMwLjk5Myw4LjcxNiw4LjA1NywxNS42MzYsMTYuOTIyLDE2LjMxOWM5LjMzMywwLjcxOSwxNS44MTUtNC4zMDUsMTguODY4LTEwLjE3OGMxLjE5OC0yLjMxMSwxLjk0Ni02LjE2MiwxLjk0Ni0xMC42MzYNCgljMC0xLjc0NSwwLTQuNjA0LDAtNi4yODlDMzkuOTkxLDkuMDMzLDQwLjE1LDYuMTY2LDM5LjA5Myw1LjE0OHogTTMyLjY1NCwxNi42NzhjLTAuMDc2LDEuMjkzLTEuNDg4LDIuNDY1LTIuMzk2LDMuMjkzDQoJYy0yLjM0LDIuMTQ1LTMuMzgzLDMuMTM1LTUuNjksNS4zOTVjLTAuODY1LDAuODQ2LTIuMjU1LDIuMTk3LTMuMjk2LDIuMjQ4Yy0yLjIzMSwwLjA5OC00LjU0NC0zLjIzNC02LjI4OC00Ljk0NQ0KCWMtMS4xMTctMS4wOTQtMi4wNDEtMS43OTQtMi45OTQtMi42OTdjLTEuMDM4LTAuOTgtMi41MDItMi4xMDMtMi4zOTYtMy43NGMwLjA4My0xLjMyLDEuMjUtMi4zMzIsMi4zOTYtMi4zOTgNCgljMi4wMTMtMC4xMTEsMy42ODMsMi4yNTYsNC45NCwzLjQ0N2MxLjUzMywxLjQ1MSwyLjU4MSwyLjc0NSw0LjE5Myw0LjA0YzEuNjk5LTEuNjU3LDQuMzMtMy45ODMsNi4yOTEtNS44MzkNCgljMC42Ny0wLjYzNCwxLjE3OS0xLjU3MiwyLjM5Ni0xLjY0OEMzMS4xMDQsMTMuNzUyLDMyLjc2OCwxNC43OTUsMzIuNjU0LDE2LjY3OHoiLz4NCjwvc3ZnPg0K);	
background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_pocket a { color: #EE4055 !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_pocket a:hover,
.essb_links.essb_template_round-retina .essb_link_pocket a:focus { 
	background-color: #EE4055;
}

.essb_links.essb_template_round-retina .essb_link_del .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/del-05.png') 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0yMC4zMywyMC43MzZjMC4yNywwLDAuNDk1LDAuMDk1LDAuNjcsMC4yODRjMC4xNzUsMC4xOSwwLjI2NCwwLjQxOSwwLjI2NCwwLjY4OHYxNy4xOTZjMCwwLjI3MS0wLjA4OSwwLjQ5My0wLjI2NCwwLjY3DQoJCWMtMC4xNzUsMC4xNzYtMC40LDAuMjYyLTAuNjcsMC4yNjJIMi45NzNjLTAuMjcsMC0wLjUwMS0wLjA4Ni0wLjY5LTAuMjYyQzIuMDk1LDM5LjM5OCwyLDM5LjE3NiwyLDM4LjkwNVYyMS43MDkNCgkJYzAtMC4yNywwLjA5NS0wLjQ5OCwwLjI4Mi0wLjY4OGMwLjE4OS0wLjE4OSwwLjQyMS0wLjI4NCwwLjY5LTAuMjg0SDIwLjMzTDIwLjMzLDIwLjczNnoiLz4NCgk8cGF0aCBmaWxsPSIjMzM5OUZGIiBkPSJNMjAuNjk1LDMuMTM2YzAtMC4yNywwLjA5NS0wLjUwMSwwLjI4NC0wLjY5YzAuMTg5LTAuMTg4LDAuNDE4LTAuMjgyLDAuNjg4LTAuMjgyaDE3LjM1OQ0KCQljMC4yNywwLDAuNDk4LDAuMDk1LDAuNjg4LDAuMjgyQzM5LjkwNSwyLjYzNSw0MCwyLjg2Niw0MCwzLjEzNnYxNy4xNTVjMCwwLjI3MS0wLjA5NSwwLjQ5OS0wLjI4NCwwLjY4OA0KCQljLTAuMTksMC4xODktMC40MTksMC4yODQtMC42ODgsMC4yODRIMjEuNjY4Yy0wLjI3MSwwLTAuNDk5LTAuMDk1LTAuNjg4LTAuMjg0cy0wLjI4NC0wLjQxOC0wLjI4NC0wLjY4OFYzLjEzNkwyMC42OTUsMy4xMzYNCgkJTDIwLjY5NSwzLjEzNnoiLz4NCjwvZz4NCjwvc3ZnPg0K);	
background-size: 21px 21px;}
.essb_links.essb_template_round-retina .essb_link_del a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/del-02.png') 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMC4zMywyMC43MzZjMC4yNywwLDAuNDk1LDAuMDk1LDAuNjcsMC4yODRjMC4xNzUsMC4xOSwwLjI2NCwwLjQxOSwwLjI2NCwwLjY4OHYxNy4xOTYNCgkJYzAsMC4yNzEtMC4wODksMC40OTMtMC4yNjQsMC42N2MtMC4xNzUsMC4xNzYtMC40LDAuMjYyLTAuNjcsMC4yNjJIMi45NzNjLTAuMjcsMC0wLjUwMS0wLjA4Ni0wLjY5LTAuMjYyDQoJCUMyLjA5NSwzOS4zOTgsMiwzOS4xNzYsMiwzOC45MDVWMjEuNzA5YzAtMC4yNywwLjA5NS0wLjQ5OCwwLjI4Mi0wLjY4OGMwLjE4OS0wLjE4OSwwLjQyMS0wLjI4NCwwLjY5LTAuMjg0SDIwLjMzTDIwLjMzLDIwLjczNnoiDQoJCS8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIwLjY5NSwzLjEzNmMwLTAuMjcsMC4wOTUtMC41MDEsMC4yODQtMC42OWMwLjE4OS0wLjE4OCwwLjQxOC0wLjI4MiwwLjY4OC0wLjI4MmgxNy4zNTkNCgkJYzAuMjcsMCwwLjQ5OCwwLjA5NSwwLjY4OCwwLjI4MkMzOS45MDUsMi42MzUsNDAsMi44NjYsNDAsMy4xMzZ2MTcuMTU1YzAsMC4yNzEtMC4wOTUsMC40OTktMC4yODQsMC42ODgNCgkJYy0wLjE5LDAuMTg5LTAuNDE5LDAuMjg0LTAuNjg4LDAuMjg0SDIxLjY2OGMtMC4yNzEsMC0wLjQ5OS0wLjA5NS0wLjY4OC0wLjI4NHMtMC4yODQtMC40MTgtMC4yODQtMC42ODhWMy4xMzZMMjAuNjk1LDMuMTM2DQoJCUwyMC42OTUsMy4xMzZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	
background-size: 21px 21px;}
.essb_links.essb_template_round-retina .essb_link_del a {color: #3399FF !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_del a:hover,
.essb_links.essb_template_round-retina .essb_link_del a:focus { 
	background-color: #3399FF;
}

.essb_links.essb_template_round-retina .essb_link_buffer .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/buffer-05.png') 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIHBvaW50cz0iNDAsMTMuODI4IDIxLDMuNTAxIDIsMTMuODI4IDIxLDI0LjE1OCAJIi8+DQoJPHBvbHlnb24gcG9pbnRzPSIyMSwyNy40ODkgNS41MzEsMTkuMDg0IDIsMjEuMDAyIDIxLDMxLjMyNCA0MCwyMS4wMDIgMzYuNDY5LDE5LjA4NCAJIi8+DQoJPHBvbHlnb24gcG9pbnRzPSIyMSwzNC42NiA1LjUzMSwyNi4yNTMgMiwyOC4xNyAyMSwzOC40OTkgNDAsMjguMTcgMzYuNDY5LDI2LjI1MyAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);	

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

.essb_links.essb_template_round-retina .essb_link_love .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/love-05.png') 0 0 no-repeat; */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNFRDFDMjQiIGQ9Ik0zNSwxNi43OTNjMCwyLjM2MS0xLjAxOCw0LjQ4NC0yLjYzOSw1Ljk1N2gwLjAxNGwtOC43NSw4Ljc1Yy0wLjg3NSwwLjg3NS0xLjc1LDEuNzUtMi42MjUsMS43NQ0KCXMtMS43NS0wLjg3NS0yLjYyNS0xLjc1bC04Ljc1LTguNzVoMC4wMTRDOC4wMTgsMjEuMjc4LDcsMTkuMTU0LDcsMTYuNzkzYzAtNC40NDIsMy42MDItOC4wNDMsOC4wNDMtOC4wNDMNCgljMi4zNjEsMCw0LjQ4NCwxLjAxOCw1Ljk1NywyLjYzOWMxLjQ3My0xLjYyMSwzLjU5Ni0yLjYzOSw1Ljk1Ny0yLjYzOUMzMS4zOTgsOC43NSwzNSwxMi4zNTEsMzUsMTYuNzkzeiIvPg0KPC9zdmc+DQo=);	
background-size: 21px 21px;}
.essb_links.essb_template_round-retina .essb_link_love a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/love-02.png') 0 0 no-repeat;*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNSwxNi43OTNjMCwyLjM2MS0xLjAxOCw0LjQ4NC0yLjYzOSw1Ljk1N2gwLjAxNGwtOC43NSw4Ljc1Yy0wLjg3NSwwLjg3NS0xLjc1LDEuNzUtMi42MjUsMS43NQ0KCXMtMS43NS0wLjg3NS0yLjYyNS0xLjc1bC04Ljc1LTguNzVoMC4wMTRDOC4wMTgsMjEuMjc4LDcsMTkuMTU0LDcsMTYuNzkzYzAtNC40NDIsMy42MDItOC4wNDMsOC4wNDMtOC4wNDMNCgljMi4zNjEsMCw0LjQ4NCwxLjAxOCw1Ljk1NywyLjYzOWMxLjQ3My0xLjYyMSwzLjU5Ni0yLjYzOSw1Ljk1Ny0yLjYzOUMzMS4zOTgsOC43NSwzNSwxMi4zNTEsMzUsMTYuNzkzeiIvPg0KPC9zdmc+DQo=);	
background-size: 21px 21px; }
.essb_links.essb_template_round-retina .essb_link_love a { color: #ED1C24 !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_love a:hover,
.essb_links.essb_template_round-retina .essb_link_love a:focus { 
	background-color: #ED1C24;
}	

.essb_links.essb_template_round-retina .essb_link_reddit .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/reddit-05.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xMS41LDIzLjM3NWMwLDEuMzEyLDEuMDYzLDIuMzc1LDIuMzc1LDIuMzc1czIuMzc1LTEuMDYzLDIuMzc1LTIuMzc1YzAtMS4zMTEtMS4wNjMtMi4zNzUtMi4zNzUtMi4zNzUNCglTMTEuNSwyMi4wNjQsMTEuNSwyMy4zNzV6IE0yNS43NSwyMy4zNzVjMCwxLjMxMiwxLjA2MywyLjM3NSwyLjM3NSwyLjM3NXMyLjM3NS0xLjA2MywyLjM3NS0yLjM3NWMwLTEuMzExLTEuMDYzLTIuMzc1LTIuMzc1LTIuMzc1DQoJUzI1Ljc1LDIyLjA2NCwyNS43NSwyMy4zNzV6IE0yNS44NjUsMjguNDUxYzAuNjEyLTAuNDgyLDEuNDk5LTAuMzc4LDEuOTgxLDAuMjM0YzAuNDgsMC42MSwwLjM3NSwxLjQ5OS0wLjIzNSwxLjk3OQ0KCWMtMS43MDUsMS4zNDQtNC4yOTgsMi4yMS02LjYxMSwyLjIxcy00LjkwNi0wLjg2Ni02LjYwOS0yLjIxYy0wLjYxNC0wLjQ4LTAuNzE4LTEuMzY5LTAuMjM1LTEuOTc5DQoJYzAuNDgtMC42MSwxLjM2OS0wLjcxNywxLjk3OS0wLjIzNGMwLjk4MSwwLjc3MSwyLjkyMSwxLjYwNCw0Ljg2NSwxLjYwNFMyNC44ODQsMjkuMjIyLDI1Ljg2NSwyOC40NTF6IE00MCwxOC42MjUNCgljMC0yLjYyNC0yLjEyOC00Ljc1LTQuNzUtNC43NWMtMS43ODUsMC0zLjM0LDAuOTg2LTQuMTUsMi40NDNjLTIuNDQyLTEuMzM2LTUuNDE4LTIuMTk5LTguNjU2LTIuMzk3bDIuODMyLTYuMzY1bDUuNDI3LDEuNTY2DQoJYzAuNDg4LDEuMzg1LDEuODA4LDIuMzc5LDMuMzYsMi4zNzljMS45NjcsMCwzLjU2My0xLjU5NSwzLjU2My0zLjU2M3MtMS41OTYtMy41NjMtMy41NjMtMy41NjNjLTEuMzU2LDAtMi41MzYsMC43NTktMy4xMzgsMS44NzQNCglMMjQuODgsNC41MDVjLTAuNjc2LTAuMTk2LTEuMzk0LDAuMTM4LTEuNjgsMC43ODFsLTMuODUsOC42NDZjLTMuMTYsMC4yMjMtNi4wNjIsMS4wNzctOC40NDgsMi4zODQNCgljLTAuODEzLTEuNDU3LTIuMzY3LTIuNDQyLTQuMTUyLTIuNDQyYy0yLjYyMiwwLTQuNzUsMi4xMjYtNC43NSw0Ljc1YzAsMS45NDEsMS4xNjUsMy42MDcsMi44MzMsNC4zNDYNCgljLTAuMjk3LDAuODkxLTAuNDU4LDEuODIyLTAuNDU4LDIuNzc5YzAsNi41NTgsNy40NDIsMTEuODc1LDE2LjYyNSwxMS44NzVzMTYuNjI1LTUuMzE3LDE2LjYyNS0xMS44NzUNCgljMC0wLjk1Ny0wLjE1OS0xLjg4OS0wLjQ2LTIuNzc5QzM4LjgzNSwyMi4yMzQsNDAsMjAuNTY2LDQwLDE4LjYyNXogTTM0LjA2Myw2LjYwMmMwLjczOCwwLDEuMzM2LDAuNTk4LDEuMzM2LDEuMzM2DQoJcy0wLjU5OCwxLjMzNi0xLjMzNiwxLjMzNnMtMS4zMzYtMC41OTgtMS4zMzYtMS4zMzZTMzMuMzI0LDYuNjAyLDM0LjA2Myw2LjYwMnogTTQuMzc1LDE4LjYyNWMwLTEuMzA5LDEuMDY1LTIuMzc1LDIuMzc1LTIuMzc1DQoJYzAuOTQ2LDAsMS43NjUsMC41NTcsMi4xNDYsMS4zNmMtMS4yNDEsMC45NDEtMi4yNzEsMi4wMjctMy4wMzEsMy4yMTlDNC45OTMsMjAuNDc4LDQuMzc1LDE5LjYyMiw0LjM3NSwxOC42MjV6IE0yMSwzNC44MDUNCgljLTcuNjI0LDAtMTMuODA1LTQuMDUzLTEzLjgwNS05LjA1NWMwLTUsNi4xODEtOS4wNTUsMTMuODA1LTkuMDU1czEzLjgwNSw0LjA1NCwxMy44MDUsOS4wNTUNCglDMzQuODA1LDMwLjc1MiwyOC42MjQsMzQuODA1LDIxLDM0LjgwNXogTTM2LjEzNSwyMC44MjljLTAuNzYxLTEuMTkyLTEuNzktMi4yNzgtMy4wMzEtMy4yMTljMC4zODItMC44MDMsMS4yLTEuMzYsMi4xNDYtMS4zNg0KCWMxLjMxLDAsMi4zNzUsMS4wNjYsMi4zNzUsMi4zNzVDMzcuNjI1LDE5LjYyMiwzNy4wMDcsMjAuNDc4LDM2LjEzNSwyMC44Mjl6Ii8+DQo8Zz4NCgk8Y2lyY2xlIGZpbGw9IiNFRDFDMjQiIGN4PSIxMy44NzUiIGN5PSIyMy4zNzUiIHI9IjIuMzc1Ii8+DQoJPHBhdGggZD0iTTI1Ljg2NSwyOC40NTFjLTAuOTgxLDAuNzcxLTIuOTIxLDEuNjA0LTQuODY1LDEuNjA0cy0zLjg4NC0wLjgzMy00Ljg2NS0xLjYwNGMtMC42MS0wLjQ4Mi0xLjQ5OS0wLjM3Ni0xLjk3OSwwLjIzNA0KCQljLTAuNDgyLDAuNjEtMC4zNzksMS40OTksMC4yMzUsMS45NzljMS43MDMsMS4zNDQsNC4yOTYsMi4yMSw2LjYwOSwyLjIxczQuOTA2LTAuODY2LDYuNjExLTIuMjENCgkJYzAuNjEtMC40OCwwLjcxNi0xLjM2OSwwLjIzNS0xLjk3OUMyNy4zNjQsMjguMDczLDI2LjQ3OCwyNy45NjksMjUuODY1LDI4LjQ1MXoiLz4NCgk8Y2lyY2xlIGZpbGw9IiNFRDFDMjQiIGN4PSIyOC4xMjUiIGN5PSIyMy4zNzUiIHI9IjIuMzc1Ii8+DQoJPHBhdGggZD0iTTQwLDE4LjYyNWMwLTIuNjI0LTIuMTI4LTQuNzUtNC43NS00Ljc1Yy0xLjc4NSwwLTMuMzQsMC45ODYtNC4xNSwyLjQ0M2MtMi40NDItMS4zMzYtNS40MTgtMi4xOTktOC42NTYtMi4zOTcNCgkJbDIuODMyLTYuMzY1bDUuNDI3LDEuNTY2YzAuNDg4LDEuMzg1LDEuODA4LDIuMzc5LDMuMzYsMi4zNzljMS45NjcsMCwzLjU2My0xLjU5NSwzLjU2My0zLjU2M3MtMS41OTYtMy41NjMtMy41NjMtMy41NjMNCgkJYy0xLjM1NiwwLTIuNTM2LDAuNzU5LTMuMTM4LDEuODc0TDI0Ljg4LDQuNTA1Yy0wLjY3Ni0wLjE5Ni0xLjM5NCwwLjEzOC0xLjY4LDAuNzgxbC0zLjg1LDguNjQ2DQoJCWMtMy4xNiwwLjIyMy02LjA2MiwxLjA3Ny04LjQ0OCwyLjM4NGMtMC44MTMtMS40NTctMi4zNjctMi40NDItNC4xNTItMi40NDJjLTIuNjIyLDAtNC43NSwyLjEyNi00Ljc1LDQuNzUNCgkJYzAsMS45NDEsMS4xNjUsMy42MDcsMi44MzMsNC4zNDZjLTAuMjk3LDAuODkxLTAuNDU4LDEuODIyLTAuNDU4LDIuNzc5YzAsNi41NTgsNy40NDIsMTEuODc1LDE2LjYyNSwxMS44NzUNCgkJczE2LjYyNS01LjMxNywxNi42MjUtMTEuODc1YzAtMC45NTctMC4xNTktMS44ODktMC40Ni0yLjc3OUMzOC44MzUsMjIuMjM0LDQwLDIwLjU2Niw0MCwxOC42MjV6IE0zNC4wNjMsNi42MDINCgkJYzAuNzM4LDAsMS4zMzYsMC41OTgsMS4zMzYsMS4zMzZzLTAuNTk4LDEuMzM2LTEuMzM2LDEuMzM2cy0xLjMzNi0wLjU5OC0xLjMzNi0xLjMzNlMzMy4zMjQsNi42MDIsMzQuMDYzLDYuNjAyeiBNNC4zNzUsMTguNjI1DQoJCWMwLTEuMzA5LDEuMDY1LTIuMzc1LDIuMzc1LTIuMzc1YzAuOTQ2LDAsMS43NjUsMC41NTcsMi4xNDYsMS4zNmMtMS4yNDEsMC45NDEtMi4yNzEsMi4wMjctMy4wMzEsMy4yMTkNCgkJQzQuOTkzLDIwLjQ3OCw0LjM3NSwxOS42MjIsNC4zNzUsMTguNjI1eiBNMjEsMzQuODA1Yy03LjYyNCwwLTEzLjgwNS00LjA1My0xMy44MDUtOS4wNTVjMC01LDYuMTgxLTkuMDU1LDEzLjgwNS05LjA1NQ0KCQlzMTMuODA1LDQuMDU0LDEzLjgwNSw5LjA1NUMzNC44MDUsMzAuNzUyLDI4LjYyNCwzNC44MDUsMjEsMzQuODA1eiBNMzYuMTM1LDIwLjgyOWMtMC43NjEtMS4xOTItMS43OS0yLjI3OC0zLjAzMS0zLjIxOQ0KCQljMC4zODItMC44MDMsMS4yLTEuMzYsMi4xNDYtMS4zNmMxLjMxLDAsMi4zNzUsMS4wNjYsMi4zNzUsMi4zNzVDMzcuNjI1LDE5LjYyMiwzNy4wMDcsMjAuNDc4LDM2LjEzNSwyMC44Mjl6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_reddit a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/reddit-02.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMS41LDIzLjM3NWMwLDEuMzEyLDEuMDYzLDIuMzc1LDIuMzc1LDIuMzc1czIuMzc1LTEuMDYzLDIuMzc1LTIuMzc1YzAtMS4zMTEtMS4wNjMtMi4zNzUtMi4zNzUtMi4zNzUNCglTMTEuNSwyMi4wNjQsMTEuNSwyMy4zNzV6IE0yNS43NSwyMy4zNzVjMCwxLjMxMiwxLjA2MywyLjM3NSwyLjM3NSwyLjM3NXMyLjM3NS0xLjA2MywyLjM3NS0yLjM3NWMwLTEuMzExLTEuMDYzLTIuMzc1LTIuMzc1LTIuMzc1DQoJUzI1Ljc1LDIyLjA2NCwyNS43NSwyMy4zNzV6IE0yNS44NjUsMjguNDUxYzAuNjEyLTAuNDgyLDEuNDk5LTAuMzc4LDEuOTgxLDAuMjM0YzAuNDgsMC42MSwwLjM3NSwxLjQ5OS0wLjIzNSwxLjk3OQ0KCWMtMS43MDUsMS4zNDQtNC4yOTgsMi4yMS02LjYxMSwyLjIxcy00LjkwNi0wLjg2Ni02LjYwOS0yLjIxYy0wLjYxNC0wLjQ4LTAuNzE4LTEuMzY5LTAuMjM1LTEuOTc5DQoJYzAuNDgtMC42MSwxLjM2OS0wLjcxNywxLjk3OS0wLjIzNGMwLjk4MSwwLjc3MSwyLjkyMSwxLjYwNCw0Ljg2NSwxLjYwNFMyNC44ODQsMjkuMjIyLDI1Ljg2NSwyOC40NTF6IE00MCwxOC42MjUNCgljMC0yLjYyNC0yLjEyOC00Ljc1LTQuNzUtNC43NWMtMS43ODUsMC0zLjM0LDAuOTg2LTQuMTUsMi40NDNjLTIuNDQyLTEuMzM2LTUuNDE4LTIuMTk5LTguNjU2LTIuMzk3bDIuODMyLTYuMzY1bDUuNDI3LDEuNTY2DQoJYzAuNDg4LDEuMzg1LDEuODA4LDIuMzc5LDMuMzYsMi4zNzljMS45NjcsMCwzLjU2My0xLjU5NSwzLjU2My0zLjU2M3MtMS41OTYtMy41NjMtMy41NjMtMy41NjNjLTEuMzU2LDAtMi41MzYsMC43NTktMy4xMzgsMS44NzQNCglMMjQuODgsNC41MDVjLTAuNjc2LTAuMTk2LTEuMzk0LDAuMTM4LTEuNjgsMC43ODFsLTMuODUsOC42NDZjLTMuMTYsMC4yMjMtNi4wNjIsMS4wNzctOC40NDgsMi4zODQNCgljLTAuODEzLTEuNDU3LTIuMzY3LTIuNDQyLTQuMTUyLTIuNDQyYy0yLjYyMiwwLTQuNzUsMi4xMjYtNC43NSw0Ljc1YzAsMS45NDEsMS4xNjUsMy42MDcsMi44MzMsNC4zNDYNCgljLTAuMjk3LDAuODkxLTAuNDU4LDEuODIyLTAuNDU4LDIuNzc5YzAsNi41NTgsNy40NDIsMTEuODc1LDE2LjYyNSwxMS44NzVzMTYuNjI1LTUuMzE3LDE2LjYyNS0xMS44NzUNCgljMC0wLjk1Ny0wLjE1OS0xLjg4OS0wLjQ2LTIuNzc5QzM4LjgzNSwyMi4yMzQsNDAsMjAuNTY2LDQwLDE4LjYyNXogTTM0LjA2Myw2LjYwMmMwLjczOCwwLDEuMzM2LDAuNTk4LDEuMzM2LDEuMzM2DQoJcy0wLjU5OCwxLjMzNi0xLjMzNiwxLjMzNnMtMS4zMzYtMC41OTgtMS4zMzYtMS4zMzZTMzMuMzI0LDYuNjAyLDM0LjA2Myw2LjYwMnogTTQuMzc1LDE4LjYyNWMwLTEuMzA5LDEuMDY1LTIuMzc1LDIuMzc1LTIuMzc1DQoJYzAuOTQ2LDAsMS43NjUsMC41NTcsMi4xNDYsMS4zNmMtMS4yNDEsMC45NDEtMi4yNzEsMi4wMjctMy4wMzEsMy4yMTlDNC45OTMsMjAuNDc4LDQuMzc1LDE5LjYyMiw0LjM3NSwxOC42MjV6IE0yMSwzNC44MDUNCgljLTcuNjI0LDAtMTMuODA1LTQuMDUzLTEzLjgwNS05LjA1NWMwLTUsNi4xODEtOS4wNTUsMTMuODA1LTkuMDU1czEzLjgwNSw0LjA1NCwxMy44MDUsOS4wNTUNCglDMzQuODA1LDMwLjc1MiwyOC42MjQsMzQuODA1LDIxLDM0LjgwNXogTTM2LjEzNSwyMC44MjljLTAuNzYxLTEuMTkyLTEuNzktMi4yNzgtMy4wMzEtMy4yMTljMC4zODItMC44MDMsMS4yLTEuMzYsMi4xNDYtMS4zNg0KCWMxLjMxLDAsMi4zNzUsMS4wNjYsMi4zNzUsMi4zNzVDMzcuNjI1LDE5LjYyMiwzNy4wMDcsMjAuNDc4LDM2LjEzNSwyMC44Mjl6Ii8+DQo8Zz4NCgk8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIxMy44NzUiIGN5PSIyMy4zNzUiIHI9IjIuMzc1Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI1Ljg2NSwyOC40NTFjLTAuOTgxLDAuNzcxLTIuOTIxLDEuNjA0LTQuODY1LDEuNjA0cy0zLjg4NC0wLjgzMy00Ljg2NS0xLjYwNA0KCQljLTAuNjEtMC40ODItMS40OTktMC4zNzYtMS45NzksMC4yMzRjLTAuNDgyLDAuNjEtMC4zNzksMS40OTksMC4yMzUsMS45NzljMS43MDMsMS4zNDQsNC4yOTYsMi4yMSw2LjYwOSwyLjIxDQoJCXM0LjkwNi0wLjg2Niw2LjYxMS0yLjIxYzAuNjEtMC40OCwwLjcxNi0xLjM2OSwwLjIzNS0xLjk3OUMyNy4zNjQsMjguMDczLDI2LjQ3OCwyNy45NjksMjUuODY1LDI4LjQ1MXoiLz4NCgk8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyOC4xMjUiIGN5PSIyMy4zNzUiIHI9IjIuMzc1Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQwLDE4LjYyNWMwLTIuNjI0LTIuMTI4LTQuNzUtNC43NS00Ljc1Yy0xLjc4NSwwLTMuMzQsMC45ODYtNC4xNSwyLjQ0Mw0KCQljLTIuNDQyLTEuMzM2LTUuNDE4LTIuMTk5LTguNjU2LTIuMzk3bDIuODMyLTYuMzY1bDUuNDI3LDEuNTY2YzAuNDg4LDEuMzg1LDEuODA4LDIuMzc5LDMuMzYsMi4zNzkNCgkJYzEuOTY3LDAsMy41NjMtMS41OTUsMy41NjMtMy41NjNzLTEuNTk2LTMuNTYzLTMuNTYzLTMuNTYzYy0xLjM1NiwwLTIuNTM2LDAuNzU5LTMuMTM4LDEuODc0TDI0Ljg4LDQuNTA1DQoJCWMtMC42NzYtMC4xOTYtMS4zOTQsMC4xMzgtMS42OCwwLjc4MWwtMy44NSw4LjY0NmMtMy4xNiwwLjIyMy02LjA2MiwxLjA3Ny04LjQ0OCwyLjM4NGMtMC44MTMtMS40NTctMi4zNjctMi40NDItNC4xNTItMi40NDINCgkJYy0yLjYyMiwwLTQuNzUsMi4xMjYtNC43NSw0Ljc1YzAsMS45NDEsMS4xNjUsMy42MDcsMi44MzMsNC4zNDZjLTAuMjk3LDAuODkxLTAuNDU4LDEuODIyLTAuNDU4LDIuNzc5DQoJCWMwLDYuNTU4LDcuNDQyLDExLjg3NSwxNi42MjUsMTEuODc1czE2LjYyNS01LjMxNywxNi42MjUtMTEuODc1YzAtMC45NTctMC4xNTktMS44ODktMC40Ni0yLjc3OQ0KCQlDMzguODM1LDIyLjIzNCw0MCwyMC41NjYsNDAsMTguNjI1eiBNMzQuMDYzLDYuNjAyYzAuNzM4LDAsMS4zMzYsMC41OTgsMS4zMzYsMS4zMzZzLTAuNTk4LDEuMzM2LTEuMzM2LDEuMzM2DQoJCXMtMS4zMzYtMC41OTgtMS4zMzYtMS4zMzZTMzMuMzI0LDYuNjAyLDM0LjA2Myw2LjYwMnogTTQuMzc1LDE4LjYyNWMwLTEuMzA5LDEuMDY1LTIuMzc1LDIuMzc1LTIuMzc1DQoJCWMwLjk0NiwwLDEuNzY1LDAuNTU3LDIuMTQ2LDEuMzZjLTEuMjQxLDAuOTQxLTIuMjcxLDIuMDI3LTMuMDMxLDMuMjE5QzQuOTkzLDIwLjQ3OCw0LjM3NSwxOS42MjIsNC4zNzUsMTguNjI1eiBNMjEsMzQuODA1DQoJCWMtNy42MjQsMC0xMy44MDUtNC4wNTMtMTMuODA1LTkuMDU1YzAtNSw2LjE4MS05LjA1NSwxMy44MDUtOS4wNTVzMTMuODA1LDQuMDU0LDEzLjgwNSw5LjA1NQ0KCQlDMzQuODA1LDMwLjc1MiwyOC42MjQsMzQuODA1LDIxLDM0LjgwNXogTTM2LjEzNSwyMC44MjljLTAuNzYxLTEuMTkyLTEuNzktMi4yNzgtMy4wMzEtMy4yMTljMC4zODItMC44MDMsMS4yLTEuMzYsMi4xNDYtMS4zNg0KCQljMS4zMSwwLDIuMzc1LDEuMDY2LDIuMzc1LDIuMzc1QzM3LjYyNSwxOS42MjIsMzcuMDA3LDIwLjQ3OCwzNi4xMzUsMjAuODI5eiIvPg0KPC9nPg0KPC9zdmc+DQo=);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_reddit a {color: #333 !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_reddit a:hover,
.essb_links.essb_template_round-retina .essb_link_reddit a:focus { 
	background-color: #333;
}	

.essb_links.essb_template_round-retina .essb_link_tumblr .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-09.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiMyQzQ3NjIiIGQ9Ik0yMi45OTgsMTl2Ny4zMTdjMCwxLjg1Ny0wLjAyNCwyLjkyNywwLjE3MywzLjQ1NGMwLjE5NSwwLjUyMywwLjY4NiwxLjA2NiwxLjIxOSwxLjM4MQ0KCWMwLjcwOSwwLjQyNSwxLjUxNywwLjYzNywyLjQyOCwwLjYzN2MxLjYyMSwwLDIuNTc4LTAuMjE0LDQuMTgtMS4yNjd2NC44MTFjLTEuMzY2LDAuNjQzLTIuNTU5LDEuMDE5LTMuNjY2LDEuMjc4DQoJQzI2LjIyMiwzNi44NjksMjUuMDIyLDM3LDIzLjczNSwzN2MtMS40NjUsMC0yLjMyNy0wLjE4NS0zLjQ1LTAuNTUzYy0xLjEyNC0wLjM3LTIuMDgzLTAuODk5LTIuODc2LTEuNTc5DQoJYy0wLjc5NS0wLjY4NS0xLjM0Ni0xLjQxMy0xLjY1Mi0yLjE4M3MtMC40Ni0xLjg4OC0wLjQ2LTMuMzUxVjE4LjExMmgtNC4yOTR2LTQuNTMxYzEuMjU2LTAuNDA3LDIuNjYyLTAuOTkzLDMuNTU3LTEuNzU1DQoJYzAuODk3LTAuNzYzLDEuNjE2LTEuNjc4LDIuMTU4LTIuNzQ4QzE3LjI2Myw4LjAxMSwxNy42MzUsNi42NDksMTcuODM5LDVoNS4xNTl2Ny45OTloNy45OTlWMTlIMjIuOTk4eiIvPg0KPC9zdmc+DQo=);	

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

.essb_links.essb_template_round-retina .essb_link_tumblr a:hover .essb_icon { 
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-09.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMi45OTgsMTl2Ny4zMTdjMCwxLjg1Ny0wLjAyNCwyLjkyNywwLjE3MywzLjQ1NGMwLjE5NSwwLjUyMywwLjY4NiwxLjA2NiwxLjIxOSwxLjM4MQ0KCWMwLjcwOSwwLjQyNSwxLjUxNywwLjYzNywyLjQyOCwwLjYzN2MxLjYyMSwwLDIuNTc4LTAuMjE0LDQuMTgtMS4yNjd2NC44MTFjLTEuMzY2LDAuNjQzLTIuNTU5LDEuMDE5LTMuNjY2LDEuMjc4DQoJQzI2LjIyMiwzNi44NjksMjUuMDIyLDM3LDIzLjczNSwzN2MtMS40NjUsMC0yLjMyNy0wLjE4NS0zLjQ1LTAuNTUzYy0xLjEyNC0wLjM3LTIuMDgzLTAuODk5LTIuODc2LTEuNTc5DQoJYy0wLjc5NS0wLjY4NS0xLjM0Ni0xLjQxMy0xLjY1Mi0yLjE4M3MtMC40Ni0xLjg4OC0wLjQ2LTMuMzUxVjE4LjExMmgtNC4yOTR2LTQuNTMxYzEuMjU2LTAuNDA3LDIuNjYyLTAuOTkzLDMuNTU3LTEuNzU1DQoJYzAuODk3LTAuNzYzLDEuNjE2LTEuNjc4LDIuMTU4LTIuNzQ4QzE3LjI2Myw4LjAxMSwxNy42MzUsNi42NDksMTcuODM5LDVoNS4xNTl2Ny45OTloNy45OTlWMTlIMjIuOTk4eiIvPg0KPC9zdmc+DQo=);	
	
	background-size: 21px 21px;
	background-repeat: no-repeat;
}
.essb_links.essb_template_round-retina .essb_link_tumblr a { color: #2c4762 !important; background-color: #fff; }
.essb_links.essb_template_round-retina .essb_link_tumblr a:hover,
.essb_links.essb_template_round-retina .essb_link_tumblr a:focus { 
	background-color: #2c4762;
}	

.essb_links.essb_template_round-retina .essb_link_print .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-11.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiM2NjY2NjYiIHBvaW50cz0iMTMsMzAgMTMsMzYgMjksMzYgMjksMzAgMjksMjYgMTMsMjYgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiM2NjY2NjYiIHBvaW50cz0iMjksMTIgMjksNiAxMyw2IDEzLDEyIDEzLDE2IDI5LDE2IAkiLz4NCgk8cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMzMsMTJoLTJ2NHYySDExdi0ydi00SDljLTIsMC00LDItNCw0djEwYzAsMiwyLDQsNCw0aDJ2LTR2LTJoMjB2MnY0aDJjMiwwLDQtMiw0LTRWMTZDMzcsMTQsMzUsMTIsMzMsMTJ6DQoJCSIvPg0KPC9nPg0KPC9zdmc+DQo=);	

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

.essb_links.essb_template_round-retina .essb_link_print a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-11.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTMsMzAgMTMsMzYgMjksMzYgMjksMzAgMjksMjYgMTMsMjYgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjksMTIgMjksNiAxMyw2IDEzLDEyIDEzLDE2IDI5LDE2IAkiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzMsMTJoLTJ2NHYySDExdi0ydi00SDljLTIsMC00LDItNCw0djEwYzAsMiwyLDQsNCw0aDJ2LTR2LTJoMjB2MnY0aDJjMiwwLDQtMiw0LTRWMTZDMzcsMTQsMzUsMTIsMzMsMTJ6DQoJCSIvPg0KPC9nPg0KPC9zdmc+DQo=);	
	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_print a { color: #666 !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_print a:hover,
.essb_links.essb_template_round-retina .essb_link_print a:focus { 
	background-color: #666;
}	


.essb_links.essb_template_round-retina .essb_link_twitter .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-02.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM1OUQxREYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K);	

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

.essb_links.essb_template_round-retina .essb_link_twitter a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-02.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K);	
	background-size: 21px 21px;
	background-repeat: no-repeat; }

.essb_links.essb_template_round-retina .essb_link_google .essb_icon { 	
	/*)background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-03.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNCRjM3MjciIGQ9Ik0yMS44NDYsMzAuNzEyYzAtMC4yNjktMC4wMjktMC41MjktMC4wODYtMC43NzljLTAuMDU4LTAuMjUtMC4xMTktMC40OC0wLjE4My0wLjY5Mg0KCWMtMC4wNjMtMC4yMTEtMC4xNzctMC40MzMtMC4zMzctMC42NjNjLTAuMTYtMC4yMzEtMC4yOTUtMC40MjctMC40MDQtMC41ODdjLTAuMTA3LTAuMTYtMC4yNzctMC4zNS0wLjUwOS0wLjU2Nw0KCXMtMC40MDctMC4zODEtMC41MjktMC40OWMtMC4xMjItMC4xMDgtMC4zMjctMC4yNzItMC42MTQtMC40ODljLTAuMjg5LTAuMjItMC40ODgtMC4zNjYtMC41OTgtMC40NDMNCgljLTAuMTA3LTAuMDc3LTAuMzItMC4yMjUtMC42MzQtMC40NDJzLTAuNTExLTAuMzUzLTAuNTg3LTAuNDAzYy0wLjIxOS0wLjAyNi0wLjUzOC0wLjAzOS0wLjk2MS0wLjAzOQ0KCWMtMC42OTMsMC0xLjM3MiwwLjA0NS0yLjAzOSwwLjEzNWMtMC42NjYsMC4wOS0xLjM1OSwwLjI1LTIuMDc2LDAuNDhjLTAuNzE5LDAuMjMxLTEuMzQ4LDAuNTI1LTEuODg1LDAuODg1DQoJYy0wLjUzOSwwLjM1OC0wLjk4MSwwLjg0LTEuMzI3LDEuNDQyYy0wLjM0NywwLjYwMy0wLjUxOSwxLjI4OC0wLjUxOSwyLjA1OGMwLDAuODcxLDAuMjI3LDEuNjUsMC42ODIsMi4zMzcNCgljMC40NTUsMC42ODYsMS4wNTIsMS4yMjQsMS43ODksMS42MTZjMC43MzYsMC4zOTEsMS41MSwwLjY4MiwyLjMxNiwwLjg3NWMwLjgwOSwwLjE5MSwxLjYyMiwwLjI4NywyLjQ0MywwLjI4Nw0KCWMwLjc1NiwwLDEuNDc3LTAuMDgsMi4xNjMtMC4yNHMxLjMzLTAuNDEsMS45MzMtMC43NWMwLjYwMi0wLjM0LDEuMDgtMC44MTEsMS40MzItMS40MTNDMjEuNjcsMzIuMjI0LDIxLjg0NiwzMS41MiwyMS44NDYsMzAuNzEyDQoJIE0xOS41MzksMTQuMTM1YzAtMC43Ny0wLjEwNS0xLjU4Ny0wLjMxOC0yLjQ1MmMtMC4yMTEtMC44NjUtMC41MTMtMS43MDItMC45MDQtMi41MWMtMC4zOTEtMC44MDgtMC45MjgtMS40NzQtMS42MTQtMg0KCWMtMC42ODctMC41MjUtMS40NTItMC43ODgtMi4yOTgtMC43ODhjLTEuMTkzLDAtMi4xMTUsMC40NDItMi43NywxLjMyN2MtMC42NTQsMC44ODQtMC45OCwxLjk0Mi0wLjk4LDMuMTczDQoJYzAsMC42MDIsMC4wNzQsMS4yMzcsMC4yMjEsMS45MDRjMC4xNDYsMC42NjYsMC4zNzUsMS4zMzMsMC42ODQsMmMwLjMwNywwLjY2NiwwLjY2NiwxLjI2NiwxLjA3NiwxLjc5OHMwLjkxLDAuOTY0LDEuNSwxLjI5OA0KCWMwLjU5LDAuMzMzLDEuMjExLDAuNSwxLjg2NSwwLjVjMS4yNDQsMCwyLjE0NS0wLjM4OCwyLjcwMi0xLjE2NEMxOS4yNiwxNi40NDUsMTkuNTM5LDE1LjQxNywxOS41MzksMTQuMTM1IE0xNy4wMiw1aDguNDAzDQoJbC0yLjU5NiwxLjUxOUgyMC4yM2MwLjkxLDAuNTc3LDEuNjE1LDEuMzg1LDIuMTE1LDIuNDI0YzAuNSwxLjAzOCwwLjc1LDIuMTIxLDAuNzUsMy4yNWMwLDAuOTQ4LTAuMTQ2LDEuNzkxLTAuNDQxLDIuNTI4DQoJYy0wLjI5NSwwLjczOC0wLjY1NCwxLjMzLTEuMDc3LDEuNzc5Yy0wLjQyMywwLjQ0OS0wLjg0NywwLjg2Mi0xLjI2OSwxLjI0Yy0wLjQyNCwwLjM3OS0wLjc4MywwLjc3LTEuMDc4LDEuMTc0DQoJYy0wLjI5NSwwLjQwNC0wLjQ0MSwwLjgzNi0wLjQ0MSwxLjI5OGMwLDAuMzMzLDAuMTA1LDAuNjYsMC4zMTYsMC45ODFjMC4yMTEsMC4zMTksMC40ODcsMC42MjcsMC44MjgsMC45MjINCgljMC4zMzgsMC4yOTUsMC43MTMsMC42MDMsMS4xMjUsMC45MjRjMC40MDksMC4zMiwwLjgxOSwwLjY3NiwxLjIzLDEuMDY2YzAuNDEsMC4zOTIsMC43ODUsMC44MTQsMS4xMjUsMS4yNw0KCWMwLjMzOSwwLjQ1NSwwLjYxNSwxLDAuODI2LDEuNjM1YzAuMjEyLDAuNjM1LDAuMzE4LDEuMzE3LDAuMzE4LDIuMDQ4YzAsMi4wNTItMC44OTgsMy44NTktMi42OTMsNS40MjMNCglDMTkuOTE3LDM2LjE2LDE3LjIyNSwzNywxMy43ODksMzdjLTAuNzU3LDAtMS41MjMtMC4wNjQtMi4yOTktMC4xOTJzLTEuNTU3LTAuMzQzLTIuMzQ2LTAuNjQ0DQoJYy0wLjc4OS0wLjMwMy0xLjQ4NC0wLjY3NC0yLjA4Ni0xLjExNmMtMC42MDQtMC40NDItMS4wOTgtMS4wMTMtMS40ODEtMS43MTFDNS4xOTEsMzIuNjM4LDUsMzEuODU5LDUsMzENCgljMC0wLjc4MiwwLjIzNi0xLjY0NiwwLjcxMS0yLjU5NmMwLjQxMS0wLjgyLDEuMDI1LTEuNTI5LDEuODQ4LTIuMTI1YzAuODE5LTAuNTk3LDEuNzUtMS4wNTEsMi43ODctMS4zNjUNCgljMS4wMzktMC4zMTUsMi4wMzItMC41NDUsMi45ODEtMC42OTNjMC45NDgtMC4xNDYsMS45MDktMC4yMzQsMi44ODQtMC4yNTljLTAuODItMS4wNjMtMS4yMy0yLjAxOS0xLjIzLTIuODY2DQoJYzAtMC4xNTMsMC4wMTQtMC4zMDQsMC4wMzktMC40NTJjMC4wMjUtMC4xNDcsMC4wNTgtMC4yNzIsMC4wOTYtMC4zNzVjMC4wMzktMC4xMDIsMC4wOS0wLjI0LDAuMTU0LTAuNDEzDQoJYzAuMDYzLTAuMTczLDAuMTA4LTAuMzExLDAuMTM1LTAuNDEzYy0wLjUxNCwwLjA2My0wLjk2MywwLjA5Ni0xLjM0NiwwLjA5NmMtMS45MTIsMC0zLjU0OS0wLjYyOS00LjkxNC0xLjg4NQ0KCWMtMS4zNjUtMS4yNTYtMi4wNDktMi44MzQtMi4wNDktNC43MzFjMC0xLjc5NSwwLjYwOS0zLjQsMS44MjctNC44MTdzMi43MTgtMi4zMjQsNC41LTIuNzIxQzE0LjYyOCw1LjEyOCwxNS44MjcsNSwxNy4wMiw1DQoJIE0zNyw5LjkyM3YyLjQ2MmgtNC45MjN2NC45MjNoLTIuNDYydi00LjkyM2gtNC45MjRWOS45MjNoNC45MjRWNWgyLjQ2MnY0LjkyM0gzN3oiLz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_google a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-03.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMS44NDYsMzAuNzEyYzAtMC4yNjktMC4wMjktMC41MjktMC4wODYtMC43NzljLTAuMDU4LTAuMjUtMC4xMTktMC40OC0wLjE4My0wLjY5Mg0KCWMtMC4wNjMtMC4yMTEtMC4xNzctMC40MzMtMC4zMzctMC42NjNjLTAuMTYtMC4yMzEtMC4yOTUtMC40MjctMC40MDQtMC41ODdjLTAuMTA3LTAuMTYtMC4yNzctMC4zNS0wLjUwOS0wLjU2Nw0KCXMtMC40MDctMC4zODEtMC41MjktMC40OWMtMC4xMjItMC4xMDgtMC4zMjctMC4yNzItMC42MTQtMC40ODljLTAuMjg5LTAuMjItMC40ODgtMC4zNjYtMC41OTgtMC40NDMNCgljLTAuMTA3LTAuMDc3LTAuMzItMC4yMjUtMC42MzQtMC40NDJzLTAuNTExLTAuMzUzLTAuNTg3LTAuNDAzYy0wLjIxOS0wLjAyNi0wLjUzOC0wLjAzOS0wLjk2MS0wLjAzOQ0KCWMtMC42OTMsMC0xLjM3MiwwLjA0NS0yLjAzOSwwLjEzNWMtMC42NjYsMC4wOS0xLjM1OSwwLjI1LTIuMDc2LDAuNDhjLTAuNzE5LDAuMjMxLTEuMzQ4LDAuNTI1LTEuODg1LDAuODg1DQoJYy0wLjUzOSwwLjM1OC0wLjk4MSwwLjg0LTEuMzI3LDEuNDQyYy0wLjM0NywwLjYwMy0wLjUxOSwxLjI4OC0wLjUxOSwyLjA1OGMwLDAuODcxLDAuMjI3LDEuNjUsMC42ODIsMi4zMzcNCgljMC40NTUsMC42ODYsMS4wNTIsMS4yMjQsMS43ODksMS42MTZjMC43MzYsMC4zOTEsMS41MSwwLjY4MiwyLjMxNiwwLjg3NWMwLjgwOSwwLjE5MSwxLjYyMiwwLjI4NywyLjQ0MywwLjI4Nw0KCWMwLjc1NiwwLDEuNDc3LTAuMDgsMi4xNjMtMC4yNHMxLjMzLTAuNDEsMS45MzMtMC43NWMwLjYwMi0wLjM0LDEuMDgtMC44MTEsMS40MzItMS40MTNDMjEuNjcsMzIuMjI0LDIxLjg0NiwzMS41MiwyMS44NDYsMzAuNzEyDQoJIE0xOS41MzksMTQuMTM1YzAtMC43Ny0wLjEwNS0xLjU4Ny0wLjMxOC0yLjQ1MmMtMC4yMTEtMC44NjUtMC41MTMtMS43MDItMC45MDQtMi41MWMtMC4zOTEtMC44MDgtMC45MjgtMS40NzQtMS42MTQtMg0KCWMtMC42ODctMC41MjUtMS40NTItMC43ODgtMi4yOTgtMC43ODhjLTEuMTkzLDAtMi4xMTUsMC40NDItMi43NywxLjMyN2MtMC42NTQsMC44ODQtMC45OCwxLjk0Mi0wLjk4LDMuMTczDQoJYzAsMC42MDIsMC4wNzQsMS4yMzcsMC4yMjEsMS45MDRjMC4xNDYsMC42NjYsMC4zNzUsMS4zMzMsMC42ODQsMmMwLjMwNywwLjY2NiwwLjY2NiwxLjI2NiwxLjA3NiwxLjc5OHMwLjkxLDAuOTY0LDEuNSwxLjI5OA0KCWMwLjU5LDAuMzMzLDEuMjExLDAuNSwxLjg2NSwwLjVjMS4yNDQsMCwyLjE0NS0wLjM4OCwyLjcwMi0xLjE2NEMxOS4yNiwxNi40NDUsMTkuNTM5LDE1LjQxNywxOS41MzksMTQuMTM1IE0xNy4wMiw1aDguNDAzDQoJbC0yLjU5NiwxLjUxOUgyMC4yM2MwLjkxLDAuNTc3LDEuNjE1LDEuMzg1LDIuMTE1LDIuNDI0YzAuNSwxLjAzOCwwLjc1LDIuMTIxLDAuNzUsMy4yNWMwLDAuOTQ4LTAuMTQ2LDEuNzkxLTAuNDQxLDIuNTI4DQoJYy0wLjI5NSwwLjczOC0wLjY1NCwxLjMzLTEuMDc3LDEuNzc5Yy0wLjQyMywwLjQ0OS0wLjg0NywwLjg2Mi0xLjI2OSwxLjI0Yy0wLjQyNCwwLjM3OS0wLjc4MywwLjc3LTEuMDc4LDEuMTc0DQoJYy0wLjI5NSwwLjQwNC0wLjQ0MSwwLjgzNi0wLjQ0MSwxLjI5OGMwLDAuMzMzLDAuMTA1LDAuNjYsMC4zMTYsMC45ODFjMC4yMTEsMC4zMTksMC40ODcsMC42MjcsMC44MjgsMC45MjINCgljMC4zMzgsMC4yOTUsMC43MTMsMC42MDMsMS4xMjUsMC45MjRjMC40MDksMC4zMiwwLjgxOSwwLjY3NiwxLjIzLDEuMDY2YzAuNDEsMC4zOTIsMC43ODUsMC44MTQsMS4xMjUsMS4yNw0KCWMwLjMzOSwwLjQ1NSwwLjYxNSwxLDAuODI2LDEuNjM1YzAuMjEyLDAuNjM1LDAuMzE4LDEuMzE3LDAuMzE4LDIuMDQ4YzAsMi4wNTItMC44OTgsMy44NTktMi42OTMsNS40MjMNCglDMTkuOTE3LDM2LjE2LDE3LjIyNSwzNywxMy43ODksMzdjLTAuNzU3LDAtMS41MjMtMC4wNjQtMi4yOTktMC4xOTJzLTEuNTU3LTAuMzQzLTIuMzQ2LTAuNjQ0DQoJYy0wLjc4OS0wLjMwMy0xLjQ4NC0wLjY3NC0yLjA4Ni0xLjExNmMtMC42MDQtMC40NDItMS4wOTgtMS4wMTMtMS40ODEtMS43MTFDNS4xOTEsMzIuNjM4LDUsMzEuODU5LDUsMzENCgljMC0wLjc4MiwwLjIzNi0xLjY0NiwwLjcxMS0yLjU5NmMwLjQxMS0wLjgyLDEuMDI1LTEuNTI5LDEuODQ4LTIuMTI1YzAuODE5LTAuNTk3LDEuNzUtMS4wNTEsMi43ODctMS4zNjUNCgljMS4wMzktMC4zMTUsMi4wMzItMC41NDUsMi45ODEtMC42OTNjMC45NDgtMC4xNDYsMS45MDktMC4yMzQsMi44ODQtMC4yNTljLTAuODItMS4wNjMtMS4yMy0yLjAxOS0xLjIzLTIuODY2DQoJYzAtMC4xNTMsMC4wMTQtMC4zMDQsMC4wMzktMC40NTJjMC4wMjUtMC4xNDcsMC4wNTgtMC4yNzIsMC4wOTYtMC4zNzVjMC4wMzktMC4xMDIsMC4wOS0wLjI0LDAuMTU0LTAuNDEzDQoJYzAuMDYzLTAuMTczLDAuMTA4LTAuMzExLDAuMTM1LTAuNDEzYy0wLjUxNCwwLjA2My0wLjk2MywwLjA5Ni0xLjM0NiwwLjA5NmMtMS45MTIsMC0zLjU0OS0wLjYyOS00LjkxNC0xLjg4NQ0KCWMtMS4zNjUtMS4yNTYtMi4wNDktMi44MzQtMi4wNDktNC43MzFjMC0xLjc5NSwwLjYwOS0zLjQsMS44MjctNC44MTdzMi43MTgtMi4zMjQsNC41LTIuNzIxQzE0LjYyOCw1LjEyOCwxNS44MjcsNSwxNy4wMiw1DQoJIE0zNyw5LjkyM3YyLjQ2MmgtNC45MjN2NC45MjNoLTIuNDYydi00LjkyM2gtNC45MjRWOS45MjNoNC45MjRWNWgyLjQ2MnY0LjkyM0gzN3oiLz4NCjwvc3ZnPg0K);	
	background-size: 21px 21px;
	background-repeat: no-repeat; }

.essb_links.essb_template_round-retina .essb_link_facebook .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-01.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjM0I1OTk5IiBkPSJNMTYuNDA1LDIyLjY4NFYzN2g2Ljk2NFYyMi43NTJoNC43NTRsMS4xNS01Ljk0aC01Ljg1NHYtNC4zNTcNCgljMC0wLjYwMiwwLjMyMS0xLjQwNiwxLjI5Ni0xLjQwNmgzLjM4NFY1aC02LjMxOWMtMi4xODEsMC01LjM5OCwyLjY4NS01LjM5OCw1LjU0djYuMTAzaC0zLjY1NHY2LjAxNkwxNi40MDUsMjIuNjg0eiIvPg0KPC9zdmc+DQo=);	

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

.essb_links.essb_template_round-retina .essb_link_facebook a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-01.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNi40MDUsMjIuNjg0VjM3aDYuOTY0VjIyLjc1Mmg0Ljc1NGwxLjE1LTUuOTRoLTUuODU0di00LjM1N2MwLTAuNjAyLDAuMzIxLTEuNDA2LDEuMjk2LTEuNDA2SDI4LjFWNQ0KCWgtNi4zMmMtMi4xOCwwLTUuMzk3LDIuNjg1LTUuMzk3LDUuNTR2Ni4xMDNoLTMuNjU0djYuMDE2TDE2LjQwNSwyMi42ODR6Ii8+DQo8L3N2Zz4NCg==);	

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

.essb_links.essb_template_round-retina .essb_link_pinterest .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-04.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNDRDI1MkIiIGQ9Ik0xOC43ODUsMjYuMTY1QzE3Ljk0NSwzMC41NywxNi45MiwzNC43OTQsMTMuODgsMzdjLTAuOTM4LTYuNjU4LDEuMzc4LTExLjY1OCwyLjQ1Mi0xNi45NjYNCgljLTEuODMzLTMuMDg5LDAuMjIxLTkuMyw0LjA5LTcuNzY4YzQuNzYsMS44ODItNC4xMjEsMTEuNDc2LDEuODQsMTIuNjc0YzYuMjI2LDEuMjUyLDguNzY3LTEwLjc5OSw0LjkwNy0xNC43MTcNCgljLTUuNTc3LTUuNjYxLTE2LjIzNy0wLjEzMi0xNC45MjUsNy45NjljMC4zMTgsMS45ODEsMi4zNjUsMi41ODIsMC44MTgsNS4zMTRjLTMuNTctMC43OS00LjYzNS0zLjYwNi00LjQ5OC03LjM1OQ0KCWMwLjIyMS02LjE0Miw1LjUyLTEwLjQ0MywxMC44MzQtMTEuMDM5YzYuNzI1LTAuNzUzLDEzLjAzMywyLjQ2OCwxMy45MDIsOC43OTFjMC45OCw3LjEzNy0zLjAzMywxNC44NjUtMTAuMjIzLDE0LjMwOQ0KCUMyMS4xMzEsMjguMDU5LDIwLjMxMywyNy4wOTQsMTguNzg1LDI2LjE2NSIvPg0KPC9zdmc+DQo=);	

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

.essb_links.essb_template_round-retina .essb_link_pinterest a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-04.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xOC43ODUsMjYuMTY1QzE3Ljk0NSwzMC41NywxNi45MiwzNC43OTQsMTMuODgsMzdjLTAuOTM4LTYuNjU4LDEuMzc4LTExLjY1OCwyLjQ1Mi0xNi45NjYNCgljLTEuODMzLTMuMDg5LDAuMjIxLTkuMyw0LjA5LTcuNzY4YzQuNzYsMS44ODItNC4xMjEsMTEuNDc2LDEuODQsMTIuNjc0YzYuMjI2LDEuMjUyLDguNzY3LTEwLjc5OSw0LjkwNy0xNC43MTcNCgljLTUuNTc3LTUuNjYxLTE2LjIzNy0wLjEzMi0xNC45MjUsNy45NjljMC4zMTgsMS45ODEsMi4zNjUsMi41ODIsMC44MTgsNS4zMTRjLTMuNTctMC43OS00LjYzNS0zLjYwNi00LjQ5OC03LjM1OQ0KCWMwLjIyMS02LjE0Miw1LjUyLTEwLjQ0MywxMC44MzQtMTEuMDM5YzYuNzI1LTAuNzUzLDEzLjAzMywyLjQ2OCwxMy45MDIsOC43OTFjMC45OCw3LjEzNy0zLjAzMywxNC44NjUtMTAuMjIzLDE0LjMwOQ0KCUMyMS4xMzEsMjguMDU5LDIwLjMxMywyNy4wOTQsMTguNzg1LDI2LjE2NSIvPg0KPC9zdmc+DQo=);	

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

.essb_links.essb_template_round-retina .essb_link_mail .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-10.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM4ODg4ODgiIGQ9Ik0yMSwyNS41NzFsLTMuOTYtMy40NjVMNS43MjQsMzEuODA4YzAuNDEsMC4zODUsMC45NjQsMC42MjEsMS41NzgsMC42MjFoMjcuMzk2DQoJCWMwLjYwOSwwLDEuMTYzLTAuMjM2LDEuNTc0LTAuNjIxTDI0Ljk2LDIyLjEwNkwyMSwyNS41NzF6Ii8+DQoJPHBhdGggZmlsbD0iIzg4ODg4OCIgZD0iTTM2LjI3NiwxMC4xOTFjLTAuNDEtMC4zODUtMC45NjQtMC42Mi0xLjU3OC0wLjYySDcuMzAyYy0wLjYwOSwwLTEuMTYzLDAuMjM4LTEuNTc0LDAuNjI0TDIxLDIzLjI4Ng0KCQlMMzYuMjc2LDEwLjE5MXoiLz4NCgk8cG9seWdvbiBmaWxsPSIjODg4ODg4IiBwb2ludHM9IjUsMTEuNTc4IDUsMzAuNTY3IDE2LjA0NywyMS4xODEgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiM4ODg4ODgiIHBvaW50cz0iMjUuOTUzLDIxLjE4MSAzNywzMC41NjcgMzcsMTEuNTcxIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_mail a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-10.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMSwyNS41NzFsLTMuOTYtMy40NjVMNS43MjQsMzEuODA4YzAuNDEsMC4zODUsMC45NjQsMC42MjEsMS41NzgsMC42MjFoMjcuMzk2DQoJCWMwLjYwOSwwLDEuMTYzLTAuMjM2LDEuNTc0LTAuNjIxTDI0Ljk2LDIyLjEwNkwyMSwyNS41NzF6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2LjI3NiwxMC4xOTFjLTAuNDEtMC4zODUtMC45NjQtMC42Mi0xLjU3OC0wLjYySDcuMzAyYy0wLjYwOSwwLTEuMTYzLDAuMjM4LTEuNTc0LDAuNjI0TDIxLDIzLjI4Ng0KCQlMMzYuMjc2LDEwLjE5MXoiLz4NCgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjUsMTEuNTc4IDUsMzAuNTY3IDE2LjA0NywyMS4xODEgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjUuOTUzLDIxLjE4MSAzNywzMC41NjcgMzcsMTEuNTcxIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_mail a { color: #333; text-shadow: 0 0 0; }

.essb_links.essb_template_round-retina .essb_link_linkedin .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-05.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiMyQkEzRTEiIGQ9Ik0xMi4yNDYsOC42NDRjMCwxLjg5LTEuMzk2LDMuNDItMy42OTEsMy40MmMtMi4xNiwwLTMuNTU1LTEuNTMtMy41NTUtMy40MmMwLTEuOTM1LDEuNDQyLTMuNDIxLDMuNjQ2LTMuNDIxDQoJQzEwLjg1LDUuMjIzLDEyLjIwMSw2LjcwOSwxMi4yNDYsOC42NDQgTTUuMTgyLDE0Ljc2Nmg2Ljg0djIyLjAwOWgtNi44NFYxNC43NjZ6IE0xNi4xMTYsMjEuNzg3YzAtMi43NDYtMC4wOS01LjA0MS0wLjE4MS03LjAyMQ0KCWg1Ljk0bDAuMzE3LDMuMDYzaDAuMTM1YzAuODk4LTEuNDQyLDMuMTA1LTMuNTU3LDYuNzk2LTMuNTU3YzQuNSwwLDcuODc2LDMuMDE2LDcuODc2LDkuNDk3djEzLjAwOWgtNi44NDFWMjQuNTc4DQoJYzAtMi44MzQtMC45OTItNC43NzEtMy40NjctNC43NzFjLTEuODksMC0zLjAxMywxLjMwNi0zLjUwOSwyLjU2NWMtMC4xODIsMC40NDktMC4yMjcsMS4wOC0wLjIyNywxLjcxMXYxMi42OTNoLTYuODQxVjIxLjc4N3oiLz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_linkedin a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-05.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMi4yNDYsOC42NDRjMCwxLjg5LTEuMzk2LDMuNDItMy42OTEsMy40MmMtMi4xNiwwLTMuNTU1LTEuNTMtMy41NTUtMy40MmMwLTEuOTM1LDEuNDQyLTMuNDIxLDMuNjQ2LTMuNDIxDQoJQzEwLjg1LDUuMjIzLDEyLjIwMSw2LjcwOSwxMi4yNDYsOC42NDQgTTUuMTgyLDE0Ljc2Nmg2Ljg0djIyLjAwOWgtNi44NFYxNC43NjZ6IE0xNi4xMTYsMjEuNzg3YzAtMi43NDYtMC4wOS01LjA0MS0wLjE4MS03LjAyMQ0KCWg1Ljk0bDAuMzE3LDMuMDYzaDAuMTM1YzAuODk4LTEuNDQyLDMuMTA1LTMuNTU3LDYuNzk2LTMuNTU3YzQuNSwwLDcuODc2LDMuMDE2LDcuODc2LDkuNDk3djEzLjAwOWgtNi44NDFWMjQuNTc4DQoJYzAtMi44MzQtMC45OTItNC43NzEtMy40NjctNC43NzFjLTEuODksMC0zLjAxMywxLjMwNi0zLjUwOSwyLjU2NWMtMC4xODIsMC40NDktMC4yMjcsMS4wOC0wLjIyNywxLjcxMXYxMi42OTNoLTYuODQxVjIxLjc4N3oiLz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_stumbleupon .essb_icon {	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-07.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNFQjQ3MjMiIGQ9Ik0yMi42ODMsMTcuODk2bDIuMTgzLDEuMDU0bDMuMjk1LTEuMDU0di0xLjkxMmMwLTMuOTM4LTMuMjExLTcuMTQ1LTcuMTYtNy4xNDUNCgljLTMuOTQ3LDAtNy4xNTgsMy4yMDYtNy4xNTgsNy4xNDV2MTAuMDMxYzAsMC45MjYtMC43NTYsMS42NzktMS42ODIsMS42NzljLTAuOTI4LDAtMS42ODItMC43NTMtMS42ODItMS42Nzl2LTQuMTk5SDV2NC4xOTkNCgljMCwzLjkzOSwzLjIxMSw3LjE0NSw3LjE2LDcuMTQ1czcuMTYtMy4yMDUsNy4xNi03LjE0NVYxNS45ODRjMC0wLjkyNSwwLjc1NC0xLjY3OSwxLjY4Mi0xLjY3OXMxLjY4NCwwLjc1NCwxLjY4NCwxLjY3OXYxLjkxMg0KCUgyMi42ODN6IE0zMS41MjMsMjEuODE2djQuMTk5YzAsMC45MjYtMC43NTYsMS42NzktMS42ODIsMS42NzljLTAuOTI4LDAtMS42ODQtMC43NTMtMS42ODQtMS42Nzl2LTQuMjg0bC0zLjI5NSwxLjA1NGwtMi4xODItMS4wNTQNCgl2NC4yODRjMCwzLjkzOSwzLjIxMSw3LjE0NSw3LjE2LDcuMTQ1YzMuOTQ3LDAsNy4xNTgtMy4yMDUsNy4xNTgtNy4xNDV2LTQuMTk5SDMxLjUyM3oiLz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_stumbleupon a:hover .essb_icon {	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-07.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMi42ODMsMTcuODk2bDIuMTgzLDEuMDU0bDMuMjk1LTEuMDU0di0xLjkxMmMwLTMuOTM4LTMuMjExLTcuMTQ1LTcuMTYtNy4xNDUNCgljLTMuOTQ3LDAtNy4xNTgsMy4yMDYtNy4xNTgsNy4xNDV2MTAuMDMxYzAsMC45MjYtMC43NTYsMS42NzktMS42ODIsMS42NzljLTAuOTI4LDAtMS42ODItMC43NTMtMS42ODItMS42Nzl2LTQuMTk5SDV2NC4xOTkNCgljMCwzLjkzOSwzLjIxMSw3LjE0NSw3LjE2LDcuMTQ1czcuMTYtMy4yMDUsNy4xNi03LjE0NVYxNS45ODRjMC0wLjkyNSwwLjc1NC0xLjY3OSwxLjY4Mi0xLjY3OXMxLjY4NCwwLjc1NCwxLjY4NCwxLjY3OXYxLjkxMg0KCUgyMi42ODN6IE0zMS41MjMsMjEuODE2djQuMTk5YzAsMC45MjYtMC43NTYsMS42NzktMS42ODIsMS42NzljLTAuOTI4LDAtMS42ODQtMC43NTMtMS42ODQtMS42Nzl2LTQuMjg0bC0zLjI5NSwxLjA1NGwtMi4xODItMS4wNTQNCgl2NC4yODRjMCwzLjkzOSwzLjIxMSw3LjE0NSw3LjE2LDcuMTQ1YzMuOTQ3LDAsNy4xNTgtMy4yMDUsNy4xNTgtNy4xNDV2LTQuMTk5SDMxLjUyM3oiLz4NCjwvc3ZnPg0K);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_digg .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-06.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJEaWdnXzFfIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFCNTc5MSIgZD0iTTEwLjA0NCw4LjkxMnY2LjA0NEg0djAuMjU2djIuODUxdjUuODExbDAsMHYzLjE3DQoJbDAsMGwwLDBoMy41NDJsMCwwaDIuMzk0bDAsMGgzLjUwOXYtOC45MTd2LTMuMzUyVjguOTEySDEwLjA0NHogTTcuNCwyNC4wMjJ2LTYuMDQ0aDIuNjQ0djYuMDQ0SDcuNHogTTE0LjIsMTQuOTU2aDMuNHYxMi4wODhoLTMuNA0KCVYxNC45NTZ6IE0xNC4yLDguOTEyaDMuNHYzLjRoLTMuNFY4LjkxMnogTTI4LjE3NywxNC45NTZMMjguMTc3LDE0Ljk1NmgtOS4wNjV2My4xNzFsMCwwdjguOTE3aDUuNjY3djIuNjQ1aC01LjY2N3YzLjM5OWg1LjY3DQoJaDMuMzk2di01LjkwMXYtMy40MjNWMTQuOTU2TDI4LjE3NywxNC45NTZ6IE0yMi41MTEsMjQuMDIydi02LjA0NGgyLjI2OHY2LjA0NEgyMi41MTF6IE0zOCwxNC45NTZoLTkuMDY2bDAsMGwwLDB2OC45MTh2My4xN2g2LjA0NA0KCXYyLjY0NWgtNi4wNDR2My4zOTloNS45NDdIMzh2LTMuNjIzdi0yLjIzOXYtMy4zNTJ2LTUuNzQ3bDAsMFYxNC45NTZ6IE0zNC45NzgsMjQuMDIyaC0yLjY0NHYtNi4wNDRoMi42NDRWMjQuMDIyeiIvPg0KPC9zdmc+DQo=);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_digg a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-06.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJEaWdnXzFfIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEwLjA0NCw4LjkxMnY2LjA0NEg0djAuMjU2djIuODUxdjUuODExbDAsMHYzLjE3DQoJbDAsMGwwLDBoMy41NDJsMCwwaDIuMzk0bDAsMGgzLjUwOXYtOC45MTd2LTMuMzUyVjguOTEySDEwLjA0NHogTTcuNCwyNC4wMjJ2LTYuMDQ0aDIuNjQ0djYuMDQ0SDcuNHogTTE0LjIsMTQuOTU2aDMuNHYxMi4wODhoLTMuNA0KCVYxNC45NTZ6IE0xNC4yLDguOTEyaDMuNHYzLjRoLTMuNFY4LjkxMnogTTI4LjE3NywxNC45NTZMMjguMTc3LDE0Ljk1NmgtOS4wNjV2My4xNzFsMCwwdjguOTE3aDUuNjY3djIuNjQ1aC01LjY2N3YzLjM5OWg1LjY3DQoJaDMuMzk2di01LjkwMXYtMy40MjNWMTQuOTU2TDI4LjE3NywxNC45NTZ6IE0yMi41MTEsMjQuMDIydi02LjA0NGgyLjI2OHY2LjA0NEgyMi41MTF6IE0zOCwxNC45NTZoLTkuMDY2bDAsMGwwLDB2OC45MTh2My4xN2g2LjA0NA0KCXYyLjY0NWgtNi4wNDR2My4zOTloNS45NDdIMzh2LTMuNjIzdi0yLjIzOXYtMy4zNTJ2LTUuNzQ3bDAsMFYxNC45NTZ6IE0zNC45NzgsMjQuMDIyaC0yLjY0NHYtNi4wNDRoMi42NDRWMjQuMDIyeiIvPg0KPC9zdmc+DQo=);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_vk .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-08.png');*/
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM1RDgzQUEiIGQ9Ik0zNi44MywyOC4zNTljLTAuMDM5LTAuMDgzLTAuMDc1LTAuMTUyLTAuMTA4LTAuMjA4Yy0wLjU1Ni0xLTEuNjE2LTIuMjI4LTMuMTgzLTMuNjgzbC0wLjAzMy0wLjAzMw0KCWwtMC4wMTctMC4wMTdsLTAuMDE3LTAuMDE3aC0wLjAxN2MtMC43MTEtMC42NzgtMS4xNjEtMS4xMzMtMS4zNS0xLjM2NmMtMC4zNDUtMC40NDQtMC40MjItMC44OTUtMC4yMzMtMS4zNQ0KCWMwLjEzMy0wLjM0NCwwLjYzNC0xLjA3MSwxLjUtMi4xODJjMC40NTUtMC41ODksMC44MTYtMS4wNjEsMS4wODItMS40MTdjMS45MjItMi41NTUsMi43NTUtNC4xODcsMi41LTQuODk4bC0wLjEtMC4xNjcNCgljLTAuMDY2LTAuMS0wLjIzOS0wLjE5MS0wLjUxNy0wLjI3NWMtMC4yNzctMC4wODMtMC42MzMtMC4wOTctMS4wNjYtMC4wNDJsLTQuNzk4LDAuMDMzYy0wLjA3OC0wLjAyNy0wLjE4OS0wLjAyNS0wLjMzNCwwLjAwOA0KCWMtMC4xNDQsMC4wMzQtMC4yMTYsMC4wNS0wLjIxNiwwLjA1bC0wLjA4NCwwLjA0MmwtMC4wNjYsMC4wNWMtMC4wNTYsMC4wMzMtMC4xMTYsMC4wOTEtMC4xODQsMC4xNzUNCgljLTAuMDY1LDAuMDgzLTAuMTIxLDAuMTgtMC4xNjYsMC4yOTJjLTAuNTIyLDEuMzQ0LTEuMTE2LDIuNTk0LTEuNzgyLDMuNzQ5Yy0wLjQxMSwwLjY4OS0wLjc4OSwxLjI4Ni0xLjEzNCwxLjc5MQ0KCWMtMC4zNDQsMC41MDUtMC42MzMsMC44NzctMC44NjYsMS4xMTZzLTAuNDQ0LDAuNDMtMC42MzMsMC41NzVjLTAuMTg5LDAuMTQ1LTAuMzMzLDAuMjA2LTAuNDM0LDAuMTg0DQoJYy0wLjEtMC4wMjItMC4xOTMtMC4wNDQtMC4yODMtMC4wNjdjLTAuMTU1LTAuMS0wLjI4LTAuMjM2LTAuMzc1LTAuNDA4Yy0wLjA5NC0wLjE3Mi0wLjE1OC0wLjM4OS0wLjE5MS0wLjY1DQoJYy0wLjAzMy0wLjI2MS0wLjA1My0wLjQ4Ni0wLjA1OS0wLjY3NWMtMC4wMDUtMC4xODgtMC4wMDItMC40NTUsMC4wMDktMC44YzAuMDEyLTAuMzQ0LDAuMDE3LTAuNTc3LDAuMDE3LTAuNw0KCWMwLTAuNDIyLDAuMDA5LTAuODgsMC4wMjUtMS4zNzVjMC4wMTctMC40OTQsMC4wMy0wLjg4NiwwLjA0MS0xLjE3NGMwLjAxMi0wLjI4OSwwLjAxNy0wLjU5NCwwLjAxNy0wLjkxN3MtMC4wMi0wLjU3NS0wLjA1OC0wLjc1OA0KCWMtMC4wMzktMC4xODMtMC4wOTgtMC4zNjEtMC4xNzUtMC41MzNjLTAuMDc4LTAuMTcyLTAuMTkyLTAuMzA2LTAuMzQyLTAuNGMtMC4xNDktMC4wOTUtMC4zMzYtMC4xNjktMC41NTgtMC4yMjUNCgljLTAuNTg5LTAuMTMzLTEuMzM5LTAuMjA2LTIuMjUtMC4yMTdjLTIuMDY1LTAuMDIyLTMuMzkzLDAuMTExLTMuOTgxLDAuNGMtMC4yMzMsMC4xMjItMC40NDUsMC4yODktMC42MzQsMC41DQoJYy0wLjE5OSwwLjI0NC0wLjIyOCwwLjM3OC0wLjA4MywwLjRjMC42NjYsMC4xLDEuMTM5LDAuMzM4LDEuNDE2LDAuNzE2bDAuMSwwLjJjMC4wNzgsMC4xNDUsMC4xNTYsMC40LDAuMjMzLDAuNzY3DQoJYzAuMDc4LDAuMzY3LDAuMTI4LDAuNzcyLDAuMTUsMS4yMTZjMC4wNTYsMC44MTEsMC4wNTYsMS41MDUsMCwyLjA4M3MtMC4xMDgsMS4wMjctMC4xNTgsMS4zNQ0KCWMtMC4wNTEsMC4zMjItMC4xMjUsMC41ODMtMC4yMjYsMC43ODNjLTAuMSwwLjItMC4xNjYsMC4zMjItMC4xOTksMC4zNjZjLTAuMDM0LDAuMDQ0LTAuMDYyLDAuMDcyLTAuMDg0LDAuMDgzDQoJYy0wLjE0NSwwLjA1NS0wLjI5NCwwLjA4My0wLjQ0OSwwLjA4M2MtMC4xNTYsMC0wLjM0NS0wLjA3OC0wLjU2Ni0wLjIzM2MtMC4yMjMtMC4xNTYtMC40NTMtMC4zNy0wLjY5MS0wLjY0Mg0KCWMtMC4yMzktMC4yNzItMC41MDktMC42NTMtMC44MDktMS4xNDFjLTAuMy0wLjQ4OS0wLjYxMS0xLjA2Ni0wLjkzMy0xLjczM2wtMC4yNjctMC40ODNjLTAuMTY3LTAuMzExLTAuMzk1LTAuNzY0LTAuNjg0LTEuMzU4DQoJYy0wLjI4OC0wLjU5NC0wLjU0NC0xLjE2OS0wLjc2Ni0xLjcyNGMtMC4wODktMC4yMzMtMC4yMjMtMC40MTEtMC40LTAuNTMzbC0wLjA4My0wLjA1Yy0wLjA1Ni0wLjA0NC0wLjE0NS0wLjA5MS0wLjI2Ny0wLjE0Mg0KCWMtMC4xMjItMC4wNS0wLjI1LTAuMDg2LTAuMzg0LTAuMTA4bC00LjU2NCwwLjAzNGMtMC40NjcsMC0wLjc4MywwLjEwNS0wLjk1LDAuMzE2bC0wLjA2NiwwLjFDNS4wMTcsMTMuMTc4LDUsMTMuMjY3LDUsMTMuMzkNCgljMCwwLjEyMiwwLjAzMywwLjI3MiwwLjEsMC40NWMwLjY2NywxLjU2NiwxLjM5MiwzLjA3NywyLjE3NSw0LjUzMmMwLjc4MiwxLjQ1NSwxLjQ2MywyLjYyNywyLjA0LDMuNTE1DQoJYzAuNTc4LDAuODg4LDEuMTY3LDEuNzI3LDEuNzY3LDIuNTE1YzAuNiwwLjc4OSwwLjk5NywxLjI5NSwxLjE5MSwxLjUxN2MwLjE5NCwwLjIyMywwLjM0NywwLjM4OSwwLjQ1OCwwLjVsMC40MTYsMC4zOTkNCgljMC4yNjgsMC4yNjcsMC42NTgsMC41ODYsMS4xNzUsMC45NThzMS4wODksMC43MzksMS43MTcsMS4xMDFjMC42MjcsMC4zNiwxLjM1NywwLjY1NCwyLjE5LDAuODgyDQoJYzAuODMzLDAuMjI5LDEuNjQ0LDAuMzIsMi40MzMsMC4yNzVoMS45MTZjMC4zODktMC4wMzMsMC42ODMtMC4xNTUsMC44ODMtMC4zNjZsMC4wNjYtMC4wODRjMC4wNDUtMC4wNjYsMC4wODctMC4xNjksMC4xMjUtMC4zMDgNCgljMC4wMzktMC4xMzksMC4wNTktMC4yOTIsMC4wNTktMC40NThjLTAuMDEyLTAuNDc4LDAuMDI0LTAuOTA4LDAuMTA3LTEuMjkxczAuMTc4LTAuNjcyLDAuMjg0LTAuODY2DQoJYzAuMTA1LTAuMTk0LDAuMjI1LTAuMzU4LDAuMzU3LTAuNDkxYzAuMTM0LTAuMTM0LDAuMjI5LTAuMjE0LDAuMjg0LTAuMjQyYzAuMDU2LTAuMDI3LDAuMS0wLjA0NywwLjEzMy0wLjA1OA0KCWMwLjI2Ny0wLjA4OSwwLjU4LTAuMDAzLDAuOTQxLDAuMjU4czAuNywwLjU4MywxLjAxNywwLjk2N2MwLjMxNiwwLjM4MywwLjY5NywwLjgxMywxLjE0MiwxLjI5MXMwLjgzMywwLjgzMywxLjE2NiwxLjA2Ng0KCWwwLjMzMywwLjE5OWMwLjIyMywwLjEzNCwwLjUxMSwwLjI1NiwwLjg2NiwwLjM2N3MwLjY2NiwwLjEzOSwwLjkzNCwwLjA4M2w0LjI2NS0wLjA2NmMwLjQyMiwwLDAuNzUtMC4wNjksMC45ODMtMC4yMDgNCglzMC4zNzEtMC4yOTIsMC40MTYtMC40NTljMC4wNDUtMC4xNjYsMC4wNDctMC4zNTUsMC4wMDktMC41NjZDMzYuOTA4LDI4LjU5LDM2Ljg2OSwyOC40NDMsMzYuODMsMjguMzU5eiIvPg0KPC9zdmc+DQo=);	

	background-size: 21px 21px;
	background-repeat: no-repeat; }
.essb_links.essb_template_round-retina .essb_link_vk a:hover .essb_icon { 	
	/*background:url('https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/round-retina/m-08.png');*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNi44MywyOC4zNTljLTAuMDM5LTAuMDgzLTAuMDc1LTAuMTUyLTAuMTA4LTAuMjA4Yy0wLjU1Ni0xLTEuNjE2LTIuMjI4LTMuMTgzLTMuNjgzbC0wLjAzMy0wLjAzMw0KCWwtMC4wMTctMC4wMTdsLTAuMDE3LTAuMDE3aC0wLjAxN2MtMC43MTEtMC42NzgtMS4xNjEtMS4xMzMtMS4zNS0xLjM2NmMtMC4zNDUtMC40NDQtMC40MjItMC44OTUtMC4yMzMtMS4zNQ0KCWMwLjEzMy0wLjM0NCwwLjYzNC0xLjA3MSwxLjUtMi4xODJjMC40NTUtMC41ODksMC44MTYtMS4wNjEsMS4wODItMS40MTdjMS45MjItMi41NTUsMi43NTUtNC4xODcsMi41LTQuODk4bC0wLjEtMC4xNjcNCgljLTAuMDY2LTAuMS0wLjIzOS0wLjE5MS0wLjUxNy0wLjI3NWMtMC4yNzctMC4wODMtMC42MzMtMC4wOTctMS4wNjYtMC4wNDJsLTQuNzk4LDAuMDMzYy0wLjA3OC0wLjAyNy0wLjE4OS0wLjAyNS0wLjMzNCwwLjAwOA0KCWMtMC4xNDQsMC4wMzQtMC4yMTYsMC4wNS0wLjIxNiwwLjA1bC0wLjA4NCwwLjA0MmwtMC4wNjYsMC4wNWMtMC4wNTYsMC4wMzMtMC4xMTYsMC4wOTEtMC4xODQsMC4xNzUNCgljLTAuMDY1LDAuMDgzLTAuMTIxLDAuMTgtMC4xNjYsMC4yOTJjLTAuNTIyLDEuMzQ0LTEuMTE2LDIuNTk0LTEuNzgyLDMuNzQ5Yy0wLjQxMSwwLjY4OS0wLjc4OSwxLjI4Ni0xLjEzNCwxLjc5MQ0KCWMtMC4zNDQsMC41MDUtMC42MzMsMC44NzctMC44NjYsMS4xMTZzLTAuNDQ0LDAuNDMtMC42MzMsMC41NzVjLTAuMTg5LDAuMTQ1LTAuMzMzLDAuMjA2LTAuNDM0LDAuMTg0DQoJYy0wLjEtMC4wMjItMC4xOTMtMC4wNDQtMC4yODMtMC4wNjdjLTAuMTU1LTAuMS0wLjI4LTAuMjM2LTAuMzc1LTAuNDA4Yy0wLjA5NC0wLjE3Mi0wLjE1OC0wLjM4OS0wLjE5MS0wLjY1DQoJYy0wLjAzMy0wLjI2MS0wLjA1My0wLjQ4Ni0wLjA1OS0wLjY3NWMtMC4wMDUtMC4xODgtMC4wMDItMC40NTUsMC4wMDktMC44YzAuMDEyLTAuMzQ0LDAuMDE3LTAuNTc3LDAuMDE3LTAuNw0KCWMwLTAuNDIyLDAuMDA5LTAuODgsMC4wMjUtMS4zNzVjMC4wMTctMC40OTQsMC4wMy0wLjg4NiwwLjA0MS0xLjE3NGMwLjAxMi0wLjI4OSwwLjAxNy0wLjU5NCwwLjAxNy0wLjkxN3MtMC4wMi0wLjU3NS0wLjA1OC0wLjc1OA0KCWMtMC4wMzktMC4xODMtMC4wOTgtMC4zNjEtMC4xNzUtMC41MzNjLTAuMDc4LTAuMTcyLTAuMTkyLTAuMzA2LTAuMzQyLTAuNGMtMC4xNDktMC4wOTUtMC4zMzYtMC4xNjktMC41NTgtMC4yMjUNCgljLTAuNTg5LTAuMTMzLTEuMzM5LTAuMjA2LTIuMjUtMC4yMTdjLTIuMDY1LTAuMDIyLTMuMzkzLDAuMTExLTMuOTgxLDAuNGMtMC4yMzMsMC4xMjItMC40NDUsMC4yODktMC42MzQsMC41DQoJYy0wLjE5OSwwLjI0NC0wLjIyOCwwLjM3OC0wLjA4MywwLjRjMC42NjYsMC4xLDEuMTM5LDAuMzM4LDEuNDE2LDAuNzE2bDAuMSwwLjJjMC4wNzgsMC4xNDUsMC4xNTYsMC40LDAuMjMzLDAuNzY3DQoJYzAuMDc4LDAuMzY3LDAuMTI4LDAuNzcyLDAuMTUsMS4yMTZjMC4wNTYsMC44MTEsMC4wNTYsMS41MDUsMCwyLjA4M3MtMC4xMDgsMS4wMjctMC4xNTgsMS4zNQ0KCWMtMC4wNTEsMC4zMjItMC4xMjUsMC41ODMtMC4yMjYsMC43ODNjLTAuMSwwLjItMC4xNjYsMC4zMjItMC4xOTksMC4zNjZjLTAuMDM0LDAuMDQ0LTAuMDYyLDAuMDcyLTAuMDg0LDAuMDgzDQoJYy0wLjE0NSwwLjA1NS0wLjI5NCwwLjA4My0wLjQ0OSwwLjA4M2MtMC4xNTYsMC0wLjM0NS0wLjA3OC0wLjU2Ni0wLjIzM2MtMC4yMjMtMC4xNTYtMC40NTMtMC4zNy0wLjY5MS0wLjY0Mg0KCWMtMC4yMzktMC4yNzItMC41MDktMC42NTMtMC44MDktMS4xNDFjLTAuMy0wLjQ4OS0wLjYxMS0xLjA2Ni0wLjkzMy0xLjczM2wtMC4yNjctMC40ODNjLTAuMTY3LTAuMzExLTAuMzk1LTAuNzY0LTAuNjg0LTEuMzU4DQoJYy0wLjI4OC0wLjU5NC0wLjU0NC0xLjE2OS0wLjc2Ni0xLjcyNGMtMC4wODktMC4yMzMtMC4yMjMtMC40MTEtMC40LTAuNTMzbC0wLjA4My0wLjA1Yy0wLjA1Ni0wLjA0NC0wLjE0NS0wLjA5MS0wLjI2Ny0wLjE0Mg0KCWMtMC4xMjItMC4wNS0wLjI1LTAuMDg2LTAuMzg0LTAuMTA4bC00LjU2NCwwLjAzNGMtMC40NjcsMC0wLjc4MywwLjEwNS0wLjk1LDAuMzE2bC0wLjA2NiwwLjFDNS4wMTcsMTMuMTc4LDUsMTMuMjY3LDUsMTMuMzkNCgljMCwwLjEyMiwwLjAzMywwLjI3MiwwLjEsMC40NWMwLjY2NywxLjU2NiwxLjM5MiwzLjA3NywyLjE3NSw0LjUzMmMwLjc4MiwxLjQ1NSwxLjQ2MywyLjYyNywyLjA0LDMuNTE1DQoJYzAuNTc4LDAuODg4LDEuMTY3LDEuNzI3LDEuNzY3LDIuNTE1YzAuNiwwLjc4OSwwLjk5NywxLjI5NSwxLjE5MSwxLjUxN2MwLjE5NCwwLjIyMywwLjM0NywwLjM4OSwwLjQ1OCwwLjVsMC40MTYsMC4zOTkNCgljMC4yNjgsMC4yNjcsMC42NTgsMC41ODYsMS4xNzUsMC45NThzMS4wODksMC43MzksMS43MTcsMS4xMDFjMC42MjcsMC4zNiwxLjM1NywwLjY1NCwyLjE5LDAuODgyDQoJYzAuODMzLDAuMjI5LDEuNjQ0LDAuMzIsMi40MzMsMC4yNzVoMS45MTZjMC4zODktMC4wMzMsMC42ODMtMC4xNTUsMC44ODMtMC4zNjZsMC4wNjYtMC4wODRjMC4wNDUtMC4wNjYsMC4wODctMC4xNjksMC4xMjUtMC4zMDgNCgljMC4wMzktMC4xMzksMC4wNTktMC4yOTIsMC4wNTktMC40NThjLTAuMDEyLTAuNDc4LDAuMDI0LTAuOTA4LDAuMTA3LTEuMjkxczAuMTc4LTAuNjcyLDAuMjg0LTAuODY2DQoJYzAuMTA1LTAuMTk0LDAuMjI1LTAuMzU4LDAuMzU3LTAuNDkxYzAuMTM0LTAuMTM0LDAuMjI5LTAuMjE0LDAuMjg0LTAuMjQyYzAuMDU2LTAuMDI3LDAuMS0wLjA0NywwLjEzMy0wLjA1OA0KCWMwLjI2Ny0wLjA4OSwwLjU4LTAuMDAzLDAuOTQxLDAuMjU4czAuNywwLjU4MywxLjAxNywwLjk2N2MwLjMxNiwwLjM4MywwLjY5NywwLjgxMywxLjE0MiwxLjI5MXMwLjgzMywwLjgzMywxLjE2NiwxLjA2Ng0KCWwwLjMzMywwLjE5OWMwLjIyMywwLjEzNCwwLjUxMSwwLjI1NiwwLjg2NiwwLjM2N3MwLjY2NiwwLjEzOSwwLjkzNCwwLjA4M2w0LjI2NS0wLjA2NmMwLjQyMiwwLDAuNzUtMC4wNjksMC45ODMtMC4yMDgNCglzMC4zNzEtMC4yOTIsMC40MTYtMC40NTljMC4wNDUtMC4xNjYsMC4wNDctMC4zNTUsMC4wMDktMC41NjZDMzYuOTA4LDI4LjU5LDM2Ljg2OSwyOC40NDMsMzYuODMsMjguMzU5eiIvPg0KPC9zdmc+DQo=);	

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

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

	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 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;
}
.essb_links.essb_template_round-retina .essb_link_twitter a { color: #59d1df !important; background-color: #fff;}
.essb_links.essb_template_round-retina .essb_link_twitter a:hover,
.essb_links.essb_template_round-retina .essb_link_twitter a:focus { 
	border: 0px solid #0092ba;
	background-color: #59d1df;
color: #fff!important;
}

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

/* special if names are hidden */
.essb_links.essb_template_round-retina .essb_hide_name li a, .essb_links.essb_template_round-retina .essb_force_hide li a {
	padding: 4px 8px 7px 8px;
}
/*.essb_links.essb_template_round-retina .essb_hide_name a .essb_icon, .essb_links.essb_template_round-retina .essb_force_hide a .essb_icon,
.essb_links.essb_template_round-retina .essb_hide_name a .essb_network_name, .essb_links.essb_template_round-retina .essb_force_hide a .essb_network_name {
	display: none;
}*/


.essb_links.essb_template_round-retina .essb_hide_name a .essb_network_name, .essb_links.essb_template_round-retina .essb_force_hide a .essb_network_name {
	max-width:0;
	white-space: nowrap!important;
	overflow: hidden;
}
.essb_links.essb_template_round-retina .essb_hide_name a .essb_icon, .essb_links.essb_template_round-retina .essb_force_hide a .essb_icon { margin-right:0; }

.essb_links.essb_template_round-retina .essb_hide_name a .essb_network_name { -webkit-transition: max-width .4s; transition: max-width .4s;}
.essb_links.essb_template_round-retina .essb_hide_name a .essb_icon { -webkit-transition: margin .4s; transition: margin .4s;}
.essb_links.essb_template_round-retina .essb_hide_name a:hover .essb_network_name, .essb_links.essb_template_round-retina .essb_hide_name a:focus .essb_network_name { max-width:420px; padding-right: 8px; }
.essb_links.essb_template_round-retina .essb_hide_name a:hover .essb_icon, .essb_links.essb_template_round-retina .essb_hide_name a:focus .essb_icon { margin-right:5px; margin-left:5px; }
.essb_links.essb_template_round-retina .essb_counter,
.essb_links.essb_template_round-retina .essb_totalcount {
	position: relative;
	right: -2px; top: 1px;
	display: inline-block;
	padding: 9px 5px 8px;
	border: 1px solid #ddd;
	border-right-width: 0;
	vertical-align: 0;
	font-size: 11px;
	color: #999;
	background: #fff;

	/*box-shadow: 0 0 4px rgba(0,0,0,0.15);*/
}
.essb_links.essb_template_round-retina .essb_counter:after {
	content: "";
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top:-5px;
	border-left: 6px solid #FFF;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

/* modern counters */
.essb_links.essb_template_round-retina.essb_counter_modern_left .essb_counter {
	right: 0px;
	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_round-retina.essb_counter_modern_left .essb_counter:after {
	border-left: 6px solid #E6E7E9;
}

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

.essb_links.essb_template_round-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_round-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_round-retina li,
.essb_counter_modern_top.essb_links.essb_template_round-retina li a, .essb_counter_modern_top.essb_links.essb_template_round-retina li a .essb_icon,
.essb_counter_modern_top.essb_links.essb_template_round-retina li a, .essb_counter_modern_top.essb_links.essb_template_round-retina li a .essb_network_name { 
	vertical-align: bottom;
}

.essb_links.essb_template_round-retina.essb_counter_modern_top_mini .essb_counter {
	display: block;
	right: 0px;
	top:10px;
	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: 600;
	margin-top: -5px;
	border-bottom: 1px solid #fff;
}

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

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

.essb_links.essb_template_round-retina .essb_counter_right {
	position: relative;
	right: 6px; top: 1px;
	display: inline-block;
	padding: 9px 5px 8px;
	border: 1px solid #ddd;
	border-left-width: 0;
	vertical-align: 0;
	font-size: 11px;
	color: #999;
	background: #fff;
	margin-right: 5px;
	/*border-radius: 0px 5px 5px 0px;*/
	/*box-shadow: 0 0 4px rgba(0,0,0,0.15);*/
}

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

/* modern counters */
.essb_links.essb_template_round-retina.essb_counter_modern_right .essb_counter_right {
	right: 0px;
	margin-left: 5px;
	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_round-retina.essb_counter_modern_right .essb_counter_right:before {
	border-right: 6px solid #E6E7E9;
}


.essb_links.essb_template_round-retina .essb_totalcount {
	border-right-width: 1px;
	/*border-radius: 3px 3px;*/
}

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

.essb_links.essb_template_round-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_round-retina .essb_t_l { margin-right: 10px; }

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

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

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

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

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



/* ESSBCacheStaticResources: https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/essb-sidebar.css */
.essb_displayed_sidebar {
	position: fixed;
	left: 0;
	top: 25%;
	z-index: 2000;
}

.essb_displayed_sidebar li, .essb_displayed_sidebar_right li {
	list-style: list-item !important;
}

.essb_displayed_sidebar ul, .essb_displayed_sidebar_right ul,
.essb_displayed_sidebar li, .essb_displayed_sidebar_right li   { 
	padding:0!important;
	margin:0!important;
	list-style: none!important;
	text-align: left;
}

.essb_displayed_sidebar .essb_item, .essb_displayed_sidebar_right .essb_item {
	display: block !important;
}

.essb_displayed_sidebar .essb_item.essb_after_more, .essb_displayed_sidebar_right .essb_item.essb_after_more { display: none !important; }


/*.essb_displayed_sidebar .essb_counter {
	width: 56px !important;
	min-width: 56px !important;
	max-width: 56px !important;
}*/

.essb_native_twitter_item div div { margin-left: 5px !important;}
.essb_native_facebook_item div div { margin-left: 3px !important;}

.essb_displayed_sidebar_right {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 2000;
}

.essb_displayed_sidebar_right li {
	list-style: list-item !important;
	text-align: right !important;;
}

.essb_displayed_sidebar_right li:last-child a { margin-right:5px;}

.essb_displayed_sidebar_bottom {
	position: fixed;
	margin: auto auto;
	bottom:0;
	z-index: 2000;
	text-align: center;
	width: 100%;
}

.essb_displayed_sidebar_bottom ul {
	text-align: center;
	margin: 0 auto;
}
.essb_displayed_sidebar_bottom li {
	list-style: none !important;
}

.essb_displayed_sidebar_bottom.sbal li {
	float: left;
}
.essb_displayed_sidebar_bottom.sbar li {
	float: right;
}

.essb_displayed_sidebar_top {
	position: fixed;
	margin: auto auto;
	top:0;
	z-index: 2000;
	text-align: center;
	width: 100%;
}

.essb_displayed_sidebar_top ul {
	text-align: center;
	margin: 0 auto;
}
.essb_displayed_sidebar_top li {
	list-style: none !important;
}

.essb_displayed_sidebar_top.sbal li {
	float: left;
}
.essb_displayed_sidebar_top.sbar li {
	float: right;
}


.essb_displayed_sidebar .essb_counter_right:after {
	border-right: 0px solid #FFF !important;
	border-bottom: 0px solid transparent !important;
	border-top: 0px solid transparent !important;
}

.essb_displayed_sidebar_right .essb_hide_name a:hover .essb_icon, .essb_displayed_sidebar_right .essb_hide_name a:focus .essb_icon { margin-right:0px !important; margin-left:0px !important; }

.essb_displayed_postfloat {
	position: fixed;
	z-index: 2000;
	margin-left: -95px !important;
	top: 20%;
}

.essb_displayed_postfloat li {
	list-style: list-item !important;
}

.essb_displayed_postfloat ul,
.essb_displayed_postfloat li { 
	padding:0!important;
	margin:0!important;
	list-style: none!important;
	text-align: left;
}

.essb_displayed_postfloat .essb_item {
	display: block !important;
}
.essb_displayed_postfloat .essb_item.essb_after_more { display: none !important; }
`
.essb_displayed_sidebar .essb_item.essb_hide_more_sidebar, .essb_displayed_sidebar_right .essb_item.essb_hide_more_sidebar { display: none !important; }

.essb_hide_more_sidebar { 
	display: none !important;
}



/* ESSBCacheStaticResources: https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/essb-native-skinned.min.css */
.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}



/* ESSBCacheStaticResources: https://oddpad.com/wp-content/plugins/easy-social-share-buttons/assets/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.2.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont_v-4.2.0.eot');src:url('../../plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../../plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont_v-4.2.0.woff') format('woff'),url('../../plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont_v-4.2.0.ttf') format('truetype'),url('../../plugins/easy-social-share-buttons/assets/fonts/fontawesome-webfont_v-4.2.0-fontawesomeregular.svg') 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"}