/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
.mejs-clammr-button {
    width: 100px !important;    
}

.mejs-controls {
    overflow: hidden;
}

.mejs-clammr-button button, .mejs-clammr-button button:hover {  
    cursor: pointer; 
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    background-image: url(/wp-content/plugins/audio-player-by-clammr/images/clammr_logo.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin: 4px 7px;
    color: #fff;
    font-size: 11px;
    padding: 0 0 5px 4px;
    text-transform:none;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0 10px}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 0 0}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.wp-playlist-caption,.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title,.wp-playlist-item-album{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span{max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist-caption,.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{max-width:88%}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}/* Custom Styles For The Social Media Widget Icons */

.socialmedia-buttons {
	margin-top: 5px;
}

.smw_left {
	text-align: left;
}

.smw_center {
	text-align: center;
}

.smw_right {
	text-align: right;
}

li.Social_Widget a {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	text-align: center;
}

.smw_center img,
.smw_left img {
	border: 0;
	border: 0 !important;
	display: inline;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	margin-right: 10px !important;
}

.smw_right img {
	border: 0;
	border: 0 !important;
	display: inline;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	margin-left: 10px !important;
}

.icons_per_row_1 img {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.socialmedia-buttons a {
	background: none !important;
}

.socialmedia-buttons a:hover {
	text-decoration: none;
	border: 0;
}
.socialmedia-buttons img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.socialmedia-buttons img.fade:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

.socialmedia-buttons img.scale:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-zoom: 1.2;
	transition: all 0.2s ease;
}
	
.socialmedia-buttons img.bounce:hover {
	transform: translate(0px, -2px);
	-moz-transform: translate(0px, -2px);
	-webkit-transform: translate(0px, -2px);
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	
}

.socialmedia-buttons img.combo:hover {
	transform: translate(0px, -4px);
	-moz-transform: scale(1.1) translate(0px, -4px);
	-webkit-transform: scale(1.1) translate(0px, -4px);
	-ms-zoom: 1.1;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}/*
Theme Name: Hot Topix
Description: Hot Topix is the complete makeover for your Wordpress magazine site! This ultra-modern, professional theme is retina-ready, fully-responsive and comes with over six different ad units, including a wallpaper ad and a special mobile ad unit. Hot Topix also comes with a drag-and-drop homepage, featured posts on each category page, a "sticky" menu bar, post/page slideshows and so much more!
Author: MVP Themes
Author URI: http://themeforest.net/user/mvpthemes
Theme URI: http://themeforest.net/user/mvpthemes
Version: 1.04
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700|Oswald:300,400,700|Alegreya:400&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);

body {
	color: #444;
	font: normal 100% helvetica, arial, sans-serif;
	line-height: 100%;
	margin: 0px auto;
	padding: 0px;
	}

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

iframe,
embed,
object,
video {
	max-width: 100%;
	}

/************************************************
	Hyperlinks
************************************************/

a, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active,
a:focus {
	outline: none;
	}

/************************************************
	Layout
************************************************/

#site {
	float: left;
	width: 100%;
	}

#wallpaper {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

.wallpaper-link {
	margin: 0 auto;
	position: absolute;
		top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 5;
	}

.breaker {
	clear: both;
	}

.right, .alignright {
	float: right;
	}

.left, .alignleft {
	float: left;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.section-div {
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 20px 0;
	width: 100%;
	}

/************************************************
	Header
************************************************/

#header-wrapper {
	float: left;
	position: relative;
	width: 100%;
	}

#top-header-wrapper {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	overflow: hidden;
	width: 998px;
	height: 30px;
	}


#top-nav {
	float: left;
	max-width: 736px;
	}

#top-nav ul {
	display: inline;
	float: left;
	}

#top-nav ul li {
	display: inline;
	float: left;
	}

#top-nav ul li a,
#top-nav ul li a:visited {
	color: #777;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	padding: 9px;
	text-transform: uppercase;
	}

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

#top-nav ul li:hover a,
#top-nav ul li:hover a:visited {
	background: #eee;
	}

#top-nav ul li ul {
	display: none;
	}

#content-social {
	float: right;
	max-width: 273px;
	}

#content-social ul {
	display: inline;
	float: left;
	}

#content-social ul li {
	border-left: 1px solid #ddd;
	display: inline;
	float: left;
	overflow: hidden;
	}

.fb-but,
.twitter-but,
.pinterest-but,
.instagram-but,
.google-but,
.linkedin-but,
.rss-but {
	float: left;
	transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transition: all .1s;
	width: 30px;
	height: 30px;
	}

.fb-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) 0 0;
	}

.fb-but:hover {
	background: #3b5997 url(/wp-content/themes/hottopix/images/social-buttons.png) 0 -30px;
	}

.twitter-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -30px 0;
	}

.twitter-but:hover {
	background: #00aced url(/wp-content/themes/hottopix/images/social-buttons.png) -30px -30px;
	}

.pinterest-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -60px 0;
	}

.pinterest-but:hover {
	background: #cb2027 url(/wp-content/themes/hottopix/images/social-buttons.png) -60px -30px;
	}

.instagram-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -234px 0;
	}

.instagram-but:hover {
	background: #36658c url(/wp-content/themes/hottopix/images/social-buttons.png) -234px -30px;
	}

.google-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -90px 0;
	}

.google-but:hover {
	background: #000 url(/wp-content/themes/hottopix/images/social-buttons.png) -90px -30px;
	}

.youtube-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -120px 0;
	float: left;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	width: 54px;
	height: 30px;
	}

.youtube-but:hover {
	background: #f00 url(/wp-content/themes/hottopix/images/social-buttons.png) -120px -30px;
	}

.linkedin-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -174px 0;
	}

.linkedin-but:hover {
	background: #069 url(/wp-content/themes/hottopix/images/social-buttons.png) -174px -30px;
	}

.rss-but {
	background: #fff url(/wp-content/themes/hottopix/images/social-buttons.png) -204px 0;
	}

.rss-but:hover {
	background: #f60 url(/wp-content/themes/hottopix/images/social-buttons.png) -204px -30px;
	}

#logo-wrapper {
	float: left;
	margin-top: 15px;
	width: 100%;
	}

#logo-small {
	float: left;
	margin: 15px 15px 0 0;
	width: 257px;
	}

/************************************************
	Leaderboard
************************************************/

#leader-wrapper {
	float: left;
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 90px;
	}

#ad-970 {
	display: inline-block;
	max-width: 970px;
	height: 90px;
	}

#ad-728 {
	display: inline-block;
	max-width: 728px;
	height: 90px;
	}

#ad-320 {
	display: none;
	width: 320px;
	height: 50px;
	}

#leader-small {
	float: right;
	margin: 15px 0;
	overflow: hidden;
	text-align: center;
	width: 728px;
	height: 90px;
	}

/************************************************
	Main Navigation
************************************************/

#nav-wrapper {
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 1000px;
	height: 40px;
	z-index: 2000;
	}

ul.main-nav {
	display: inline;
	float: left;
	max-width: 840px;
	height: 40px;
	overflow: hidden;
	position: relative;
	}

ul.main-nav:hover {
	overflow: visible;
	}

ul.main-nav li {
	color: #fff;
	display: inline;
	float: left;
	position: relative;
	transition: background .1s;
		-moz-transition: background .1s;
		-ms-transition: background .1s;
		-o-transition: background .1s;
		-webkit-transition: background .1s;
	}

ul.main-nav li a {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	padding: 12px;
	text-transform: uppercase;
	}

ul.main-nav li:hover,
ul.main-nav li a:hover,
ul.main-nav li.current-menu-item,
ul.main-nav li.current-post-parent {
	text-decoration: none;
	}

ul.main-nav li ul {
	background: url(/wp-content/themes/hottopix/images/featured-bg.png);
	display: block;
	max-height: 0;
	overflow: hidden;
	position: absolute;
		top: 40px;
		left: 0;
	transition: max-height .4s;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	width: 170px;
	}

ul.main-nav li:hover ul {
	display: block;
	max-height: 500px;
	}

ul.main-nav li:hover #nav-wrapper {
	overflow: visible;
	}

ul.main-nav li:hover ul:hover {
	overflow: visible;
	}

ul.main-nav li ul li {
	display: block;
	float: left;
	margin: 0 10px;
	position: relative;
	width: 150px;
	}

ul.main-nav li ul li:first-child {
	margin-top: 10px;
	}

ul.main-nav li ul li:last-child {
	margin-bottom: 10px;
	}

ul.main-nav li ul li a {
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
	padding: 8px;
	width: 134px;
	}

ul.main-nav li:hover ul li ul {
	background: none;
	display: none;
	max-height: 0;
	position: absolute;
		top: 0;
		left: 150px;
	transition: 0;
		-moz-transition: 0;
		-ms-transition: 0;
		-o-transition: 0;
		-webkit-transition: 0;
	width: 150px;
	}

ul.main-nav li ul li ul li {
	margin: 0 !important;
	width: 150px;
	}

ul.main-nav li:hover ul li:hover ul {
	display: block;
	max-height: 300px;
	}

.fixed {
	box-shadow: 0 4px 10px -3px #000;
		-ms-box-shadow: 0 4px 11px -5px #000;
		-moz-box-shadow: 0 4px 11px -5px #000;
		-o-box-shadow: 0 4px 11px -5px #000;
		-webkit-box-shadow: 0 4px 10px -3px #000;
	position: fixed !important;
	}

#nav-mobi {

	display: none;
	float: left;
	overflow: hidden;
	}

#nav-mobi select {
	border: 1px solid #2d2f31;
	border-radius: 3px;
	color: #fff;
	float: left;
	margin: 5px 10px;
	padding: 0 30px 0 5px;
	width: 385px;
	height: 30px;
	-webkit-appearance: none !important;
	}

#main-search {
	float: right;
	overflow: hidden;
	width: 160px;
	}

#searchform {
	background: url(/wp-content/themes/hottopix/images/search-bg.png);
	float: right;
	padding-right: 10px;
	position: relative;
	}

#searchform input {
	background: url(/wp-content/themes/hottopix/images/search.png) no-repeat right;
	border: 0;
	color: #ddd;
	float: right;
	font: 400 12px/12px 'Open Sans', sans-serif;
	margin: 0;
	padding: 14px;
	width: 121px;
	height: 12px;
	}

#searchform #search-button {
	border: none;
	float: left;
	}

#searchform #s:focus {
	outline: none;
	}

/************************************************
	News Ticker
************************************************/

#ticker-wrapper {
	background: #eee;
	box-shadow: 0 2px 7px -3px #000;
		-ms-box-shadow: 0 2px 7px -3px #000;
		-moz-box-shadow: 0 2px 7px -3px #000;
		-o-box-shadow: 0 2px 7px -3px #000;
		-webkit-box-shadow: 0 2px 7px -3px #000;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 40px;
	z-index: 12;
	}

h3.ticker-header {
	background: url(/wp-content/themes/hottopix/images/ticker-bg.png) no-repeat right center;
	color: #fff;
	float: left;
	font: 700 20px/20px 'Oswald', sans-serif;
	max-width: 155px;
	height: 20px;
	padding: 10px 25px 10px 20px;
	text-transform: uppercase;
	}

ul.ticker {
	display: block;
	float: left;
	max-width: 800px;
	height: 40px;
	overflow: hidden;
	}

ul.ticker li {
	display: block;
	float: left;
	margin: 12px 15px 10px;
	overflow: hidden;
	width: 100%;
	height: 18px;
	}

ul.ticker li h2 a {
	color: #777;
	float: left;
	font: 400 16px/16px 'Open Sans', sans-serif;
	}

/************************************************
	Homepage
************************************************/

#main {
	background: #fff url(/wp-content/themes/hottopix/images/white-noise.gif);
	box-shadow: 0 20px 150px -40px #000;
		-moz-box-shadow: 0 20px 150px -40px #000;
		-ms-box-shadow: 0 20px 150px -40px #000;
		-o-box-shadow: 0 20px 150px -40px #000;
		-webkit-box-shadow: 0 20px 150px -40px #000;
	float: left;
	width: 100%;
	}

#content-wrapper {
	float: left;
	position: relative;
	width: 100%;
	}

#featured-main {
	background: #000;
	box-shadow: 0 2px 7px -3px #000;
		-ms-box-shadow: 0 2px 7px -3px #000;
		-moz-box-shadow: 0 2px 7px -3px #000;
		-o-box-shadow: 0 2px 7px -3px #000;
		-webkit-box-shadow: 0 2px 7px -3px #000;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 11;
	}

#featured-main a:hover,
.cat-dark-top a:hover,
.carousel-wrapper a:hover {
	text-decoration: none;
	}

.main-story {
	float: left;
	overflow: hidden;
	position: relative;
	width: 570px;
	height: 400px;
	}

.main-story img {
	float: left;
	opacity: .6;
	transition: opacity .4s;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	margin-left: -25px;
	min-width: 620px !important;
	}

.main-story:hover img {
	opacity: .4;
	}

.main-story-shade {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}

.main-story-shade:before {
	content: '';
	box-shadow: 0 0 150px 5px #000 inset;
		-moz-box-shadow: 0 0 150px 5px #000 inset;
		-ms-box-shadow: 0 0 150px 5px #000 inset;
		-o-box-shadow: 0 0 150px 7px #000 inset;
		-webkit-box-shadow: 0 0 100px 8px #000 inset;
	float: left;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	}

.main-text {
	color: #fff;
	float: left;
	padding: 20px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 530px;
	z-index: 20;
	}

.main-text h1 {
	color: #fff;
	float: left;
	font-size: 50px;
	font-weight: 700;
	line-height: 120%;
	margin: 0 4% 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	width: 92%;
	}

.main-byline {
	color: #ddd;
	float: left;
	font: 400 20px/20px 'Alegreya', serif;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	width: 100%;
	}

.main-excerpt {
	float: left;
	font: 400 14px/18px helvetica, arial, sans-serif;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	transition: max-height .4s;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	width: 100%;
	}

.main-story:hover .main-excerpt {
	max-height: 200px;
	}

.comment-bubble {
	background: url(/wp-content/themes/hottopix/images/comment-tri.png) no-repeat right bottom;
	float: right;
	position: absolute;
		top: 10px;
		right: 10px;
	height: 22px;
	z-index: 50;
	}

span.comment-count {
	color: #fff;
	float: left;
	font: 700 10px/10px 'Open Sans Condensed', sans-serif;
	padding: 3px 6px;
	}

.sub-story {
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	float: left;
	overflow: hidden;
	position: relative;
	width: 214px;
	height: 199px;
	}

.sub-story img {
	float: left;
	opacity: .5;
	transition: opacity .4s;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	}

.sub-story:hover img {
	opacity: 0.2;
	}

.sub-text {
	padding: 10px 10px 8px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 194px;
	}

.sub-text h2 {
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 4px;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	}

.sub-text p {
	color: #ccc;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .4s;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	}

.sub-story:hover .sub-text p {
	max-height: 100px;
	}

#home-main {
	border-right: 1px dotted #ccc;
	float: left;
	width: 659px;
	}

#home-left {
	border-right: 1px dotted #ccc;
	float: left;
	padding-bottom: 20px;
	width: 458px;
	}

li.home-widget {
	display: block;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 418px;
	}

li.home-widget:first-child {
	margin-top: 20px;
	}

li.home-widget:first-child span.home-widget-header {
	border-top: none;
	}

li.home-widget:first-child .category-light {
	margin-top: -32px;
	}

span.list-byline {
	color: #999;
	float: left;
	font: bold 10px/10px helvetica, arial, sans-serif;
	margin-bottom: 5px;
	}

.home-widget .category-dark {
	background: #000;
	float: left;
	margin: -32px 0 -20px -20px;
	position: relative;
	width: 458px;
	}

.home-widget .cat-dark-top {
	float: left;
	position: relative;
	width: 100%;
	}

.home-widget .category-dark img {
	float: left;
	opacity: 0.3;
	transition: opacity .4s;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	}

.home-widget .cat-dark-top:hover img {
	opacity: 0.1;
	}

.home-widget .cat-dark-text {
	float: left;
	overflow: hidden;
	padding: 20px 20px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 418px;
	}

.home-widget .cat-dark-byline {
	color: #ddd;
	float: left;
	font: 400 20px/20px 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	}

.home-widget .cat-dark-text h2 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	}

.home-widget .cat-dark-text p {
	color: #fff;
	float: left;
	font: 14px/18px helvetica, arial, sans-serif;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	}

.home-widget .cat-dark-top:hover .cat-dark-text p {
	max-height: 70px;
	}

.home-widget .cat-dark-bottom {
	background: #222;
	float: left;
	padding: 20px;
	width: 418px;
	}

.home-widget .cat-dark-bottom img {
	opacity: 1.0;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

.home-widget .cat-dark-bottom img:hover {
	opacity: 0.8;
	}

.home-widget .cat-dark-bottom ul li {
	border-top: 1px dotted #555;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.home-widget .cat-dark-bottom ul li img {
	float: left;
	margin: 0 10px 0 0;
	opacity: 1.0;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

.home-widget .cat-dark-bottom ul li img:hover {
	opacity: .8;
	}

.home-widget .cat-dark-bottom ul li p a {
	color: #fff;
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	margin-bottom: 0;
	width: 323px;
	}

.home-widget .cat-dark-bottom ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.home-widget .category-light h2 a {
	color: #333;
	float: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
	width: 100%;
	}

.home-widget .category-light p {
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	margin-bottom: 10px;
	}

.home-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 418px;
	}

.home-widget .cat-light-bottom {
	background: #f6f6f6;
	float: left;
	margin: 10px 0 -20px -20px;
	padding: 20px;
	width: 418px;
	}

.home-widget .cat-light-bottom ul li p a {
	color: #333;
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	width: 323px;
	}

.sidebar-small-widget .category-light h2 a {
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
	}

.sidebar-small-widget .category-light p {
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	margin-bottom: 10px;
	}

.sidebar-small-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 160px;
	}

.sidebar-small-widget .cat-light-bottom {
	background: #f6f6f6;
	float: left;
	margin: 10px 0 -20px -20px;
	padding: 20px;
	width: 160px;
	}

.sidebar-small-widget .cat-light-bottom ul li img {
	display: none;
	}

.sidebar-small-widget .cat-light-bottom ul li p a {
	color: #333;
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	width: 160px;
	}

/************************************************
	Carousel
************************************************/

.es-carousel-wrapper{position:relative;clear:both; width: 458px;}
.es-carousel{margin: 0; overflow:hidden;}
.es-carousel ul{display:none; padding:0; margin:0;}
.es-carousel ul li{height:100%;float:left;display:block; position: relative;}
.es-carousel ul li a{display:block;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;padding:0px; margin:0px;}
.es-nav span{position:absolute;text-indent:-9000px;cursor:pointer;top:45px;}
.es-nav span.es-nav-next{right:0px;width:33px;height:53px;background:transparent url(/wp-content/themes/hottopix/images/car-buttons.png) -41px 0; opacity: 0.7;}
.es-nav span.es-nav-prev{left:0px;width:33px;height:53px;background:transparent url(/wp-content/themes/hottopix/images/car-buttons.png) 0 0; opacity: 0.7;}
.es-nav span.es-nav-next:hover{opacity: 1.0;}
.es-nav span.es-nav-prev:hover{opacity: 1.0;}

.carousel-wrapper {
	background: #eee;
	float: left;
	margin: -32px 0 -20px -20px;
	overflow: hidden;
	position: relative;
	width: 458px;
	height: 148px;
	}

ul.home-carousel {
	background: #000;
	float: left;
	overflow: hidden;
	position: relative;
	width: 458px;
	}

ul.home-carousel li {
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
	width: 229px;
	}

ul.home-carousel li img {
	opacity: 0.4;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

ul.home-carousel li:hover img {
	opacity: 0.2;
	}

ul.home-carousel li h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 40px;
	max-height: 124px;
	overflow: hidden;
	position: absolute;
		bottom: 15px;
		left: 0;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000; 
	}

/************************************************
	Posts
************************************************/

#title-main {
	border-bottom: 1px dotted #ccc;
	float: left;
	padding: 10px 20px 20px;
	position: relative;
	width: 960px;
	}

h1.headline {
	float: left;
	font-size: 42px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
	width: 100%;
	}

h1.headline-page {
	float: left;
	font-size: 42px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 0;
	width: 100%;
	}

.breadcrumb {
	border-bottom: 1px dotted #ccc;
	color: #777;
	font: 400 11px/13px 'Open Sans', sans-serif;
	padding: 10px 20px;
	width: 960px;;
	}

.breadcrumb a {
	font: 400 11px/11px 'Open Sans', sans-serif;
	}

span.post-byline {
	color: #777;
	float: left;
	font: 400 16px/16px 'Alegreya', serif;
	font-style: italic;
	}

span.twitter-byline {
	background: url(/wp-content/themes/hottopix/images/twitter.png) no-repeat left center;
	background-size: 12px 10px;
	float: left;
	font: 400 16px/16px 'Alegreya', serif;
	font-style: italic;
	margin-left: 10px;
	padding-left: 16px;
	}

#social-box {
	background: #f6f6f6;
	border-bottom: 1px dotted #ccc;
	float: left;
	padding: 0 20px 8px;
	position: relative;
	width: 619px;
	}

ul.post-social {
	display: inline;
	float: left;
	}

ul.post-social li {
	display: inline;
	float: left;
	padding: 8px 5px 0;
	width: 90px;
	height: 20px;
	}

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

#post-area {
	float: left;
	font: 14px/23px helvetica, arial, sans-serif;
	position: relative;
	width: 100%;
	}

#post-area p {
	display: block;
	margin-bottom: 15px;
	}

.post-image {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

#content-area {
	display: block;
	float: left;
	padding: 20px 19px 20px 20px;
	width: 620px;
	}

#content-area h1 {
	color: #222;
	font: 700 34px/36px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h2 {
	color: #333;
	font: 700 28px/32px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h3 {
	color: #333;
	font: 700 24px/28px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h4 {
	color: #333;
	font: 700 20px/24px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h5 {
	color: #333;
	font: 700 16px/20px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area h6 {
	color: #333;
	font: 700 12px/16px 'Oswald', sans-serif;
	margin: 10px 0;
	width: 100%;
	}

#content-area ul {
	list-style: disc outside;
	margin: 10px 0;
	}

#content-area ol {
	list-style: decimal outside;
	margin: 10px 0;
	}

#content-area ul li,
#content-area ol li {
	margin-left: 50px;
	padding: 5px 0px;
	}

#post-area blockquote {
	border-left: 1px #ccc solid;
	color: #777;
	font: italic 14px/22px verdana, arial, sans-serif;;
	margin: 10px;
	padding-left: 40px;
	}

#author-info {
	float: left;
	padding: 0 19px 40px 20px;
	position: relative;
	width: 620px;
	}

#author-info img {
	float: left;
	margin-right: 20px;
	}

#author-text {
	color: #999;
	float: left;
	font: italic 14px/20px helvetica, arial, sans-serif;
	width: 540px;
	}

h3.post-header {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin: -20px 0 10px 0;
	padding: 5px 7px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	}

.post-tags {
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin: 0 0 20px;
	padding: 0 19px 0 20px;
	width: 620px;
	}

.post-tags a,
span.post-tags-header {
	color: #fff;
	display: inline-block;
	float: left;
	margin: 0 1px 1px;
	padding: 5px 7px;
	text-transform: uppercase;
	}

.post-tags a {
	background: #aaa;
	}

.post-tags a:visited {
	color: #fff;
	}

.post-tags a:hover {
	color: #fff;
	text-decoration: none;
	}

.prev-next-wrapper {
	background: #f6f6f6;
	float: left;
	padding: 30px 29px 30px 30px;
	width: 600px;
	}

.prev-post {
	float: left;
	font: bold 14px/14px helvetica, arial, sans-serif;
	text-align: center;
	width: 260px;
	}

.next-post {
	float: right;
	font: bold 14px/14px helvetica, arial, sans-serif;
	text-align: center;
	width: 260px;
	}

.prev-post a,
.next-post a {
	clear: both;
	color: #333 !important;
	float: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin-top: 5px;
	}

#related-posts {
	float: left;
	padding: 20px 19px 20px 20px;
	width: 620px;
	}

#related-posts img {
	transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
	}

#related-posts img:hover {
	opacity: 0.8;
	}

#related-posts ul {
	display: inline;
	float: left;
	width: 100%;
	}

#related-posts ul li {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 200px;
	}

#related-posts ul li:first-child {
	margin-left: 0;
	}

.related-image {
	float: left;
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 129px;
	}

.related-text {
	float: left;
	padding: 5px 0;
	}

.related-text a {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height:120%;
	}

.related-text a:visited {
	color: #333;
	}

.full {
	width: 1000px !important;
	}

.full2 {
	width: 960px !important;
	padding-right: 20px !important;
	}

#post-404 {
	color: #999;
	margin: 100px 0;
	text-align: center;
	}

#post-404 h1 {
	border-bottom: none;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 10px;
	}

#post-404 p {
	text-align: center;
	}

.wp-caption, .gallery-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
	}

.wp-caption-text {
	margin-bottom: 2px;
	}

.sticky {
	}

.bypostauthor {
	}

/************************************************
	Categories/Archives
************************************************/

#category-header {
	float: left;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	}

h3.cat-header {
	color: #333;
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	}

#archive-wrapper {
	float: left;
	padding: 20px 19px 20px 20px;
	width: 620px;
	}

ul.archive-list {
	float: left;
	width: 100%;
	}

ul.archive-list li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	}

ul.archive-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.archive-image {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 200px;
	}

.archive-image img {
	float: left;
	opacity: 1.0;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

.archive-image:hover img {
	opacity: 0.8;
	}

.archive-text {
	float: left;
	width: 400px;
	}

.archive-text-noimg {
	float: left;
	width: 100%;
	}

.archive-text h2 a,
.archive-text-noimg h2 a {
	color: #333;
	float: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 7px;
	width: 100%;
	}

span.archive-byline {
	color: #777;
	float: left;
	font: 400 16px/16px 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 6px;
	}

.archive-text p,
.archive-text-noimg p {
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	}

/************************************************
	Comments
************************************************/

h3.comment-header {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin: 0 0 20px 20px;
	padding: 5px 7px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	}

#comments {
	display: block;
	float: left;
	font: 400 12px/normal helvetica, arial, sans-serif;
	overflow: hidden;
	width: 659px;
	}

.comment-inner {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding: 10px 0 0;
	}

#comments .comment-inner:after {
	content: '';
	display: block;
	clear: both;
	}

#comments .comment-avatar,
#tab3 .comment-avatar {
	float: left;
	width: 46px;
	}
	
#comments .avatar {
	display: block;
	background-color: #fff;
	} 

#comments .commentmeta {
	display: block;
	float: left;
	margin: 0 10px 10px;
	}

.comment-reply a,
#cancel-comment-reply-link {
	clear: both;
	color: #fff;
	font: 700 12px/12px 'Open Sans Condensed', sans-serif;
	padding: 5px 10px;
	}

.comment-reply a {
	background: #555;
	float: right;
	}

#cancel-comment-reply-link {
	background: #ccc;
	float: left;
	margin: 0 0 10px 20px;
	}

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
	background: #333;
	}

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
	text-decoration: none;
	}

ol.commentlist {
	float: left;
	padding: 0 20px 20px;
	width: 619px;
	}

ol.commentlist h3.comment-header {
	display: none;
	}

ol.commentlist #respond {
	border-top: none;
	}

#comments .comment-meta-1 {
	display: block;
	float: left;
	font: bold 14px/normal helvetica, arial, sans-serif;
	margin-bottom: 5px;
	width: 100%;
	}
		
#comments .comment-meta-1 .fn {
	font-weight:bold;
	float:left;
	width:auto;
	}
		
#comments .comment-meta-1 .reply {
	display: inline-block;
	float: right;
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	}
		
#comments .comment-meta-1 .reply a {
	color: #555;
	}
		
#comments .comment-meta-2  {
	float: left;
	font: italic 12px/normal helvetica, arial, sans-serif;
	display: block;
	margin: 0;
	}

#comments .text {
	clear: both;
	display: block;
	float: left;
	margin-top: 10px;
	}

#comments .text .waiting_approval {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

#comments .c {
	line-height: 20px;
	}

#comments .c p,
#comments .c code,
#comments .c blockquote,
#comments .c ul,
#comments .c ol {
	display: block;
	margin: 5px 0;
	}

#comments .c a {
	text-decoration: underline;
	}

#comments .c a:hover {
	text-decoration: none;
	}
	
#comments .depth-2 .comment-wrapper {
	padding-left: 40px;
	}

#comments .depth-2 .commentmeta {
	width: auto;
	}
	
#comments .depth-3 .comment-wrapper {
	padding-left: 80px;
	}

#comments .depth-3 .commentmeta {
	width: auto;
	}
	
#comments .depth-4 .comment-wrapper {
	padding-left: 120px;
	}

#comments .depth-4 .commentmeta {
	width: auto;
	}

#comments .depth-5 .comment-wrapper {
	padding-left: 160px;
	}

#comments .depth-5 .commentmeta {
	width: auto;
	}

#respond {
	clear: both;
	position: relative;
	}

#respond form {
	float: left;
	padding: 0 20px 20px;
	width: 619px;
	}

#respond p {
	font: 12px/normal helvetica, arial, sans-serif;
	margin: 0;
	}

#respond .logged-in-as {
	margin-bottom: 10px;
	}

#respond .comment-notes {
	margin-bottom: 1em;
	}

.children #respond {
	margin: 0 48px 0 0;
	}

#comments-list #respond {
	margin: 0 0 18px 0;
	}

#comments-list ul #respond {
	margin: 0;
	}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
	}

#respond label {
	color: #888;
	font-size: 12px;
	}
	
#respond input {
	background: #f6f6f6;
	border: 1px solid #ddd;
		-ms-box-shadow: 2px 2px 5px 0px #eee inset;
		-moz-box-shadow: 2px 2px 5px 0px #eee inset;
		-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
		-o-box-shadow: 2px 2px 5px 0px #eee inset;
	box-shadow: 2px 2px 5px 0px #eee inset;
	display:block;
	margin: 0 0 9px;
	padding:5px;
	width: auto;
	}

#respond textarea {
	background: #f6f6f6;
	border: 1px solid #ddd;
		-ms-box-shadow: 2px 2px 5px 0px #eee inset;
		-moz-box-shadow: 2px 2px 5px 0px #eee inset;
		-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
		-o-box-shadow: 2px 2px 5px 0px #eee inset;
	box-shadow: 2px 2px 5px 0px #eee inset;
	width: 95%;
	}
	
#respond #submit {
	background: #555;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor:pointer;
	font: 700 12px/12px 'Open Sans Condensed', sans-serif;
	margin-top:10px;
	padding: 5px 10px;
	width: 120px;
	}

#respond #submit:hover {
	background: #333;
	}

h3#reply-title,
h2.comments {
	color: #fff;
	font: 700 14px/14px 'Oswald', sans-serif;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
	}

h3#reply-title {
	display: none;
	}

span.comments {
	background: #fff;
	color: #aaa;
	float: left;
	font: 400 20px/20px 'Open Sans Condensed', sans-serif;
	padding-right: 15px;
	text-transform: uppercase;
	}

span.comments a {
	color: #666;
	}

span.comments a:hover {
	color: #f00;
	text-decoration: none;
	}

#comment-input label {
	margin-bottom: 10px;
	}

p.cancel-comment-reply {
	clear: both;
	}

.form-allowed-tags {
	display: none;
	}

#disqus_thread {
	padding: 20px; 
	}

/************************************************
	Sidebar
************************************************/

#sidebar-wrapper {
	float: right;
	width: 340px;
	}

#sidebar-small-wrapper {
	float: right;
	width: 200px;
	}

li.sidebar-widget {
	display: block;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	overflow: hidden;
	padding: 20px;
	width: 300px;
	}

li.sidebar-small-widget {
	display: block;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	overflow: hidden;
	padding: 20px;
	width: 160px;
	}

span.home-widget-header {
	float: left;
	margin: -20px 0 7px -20px;
	width: 458px;
	height: 25px;
	}

h3.home-widget-header,
h3.home-widget-header a {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin-left: 20px;
	padding: 5px 7px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	}

h3.widget-buzz-header,
h3.widget-buzz-header a {
	color: #aaa;
	float: left;
	font: 300 28px/32px 'Oswald', sans-serif;
	margin: 0 0 20px -20px;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
	}

span.small-widget-header {
	float: left;
	margin: -20px 0 7px -20px;
	width: 200px;
	height: 25px;
	}

h3.small-widget-header,
h3.small-widget-header a {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin-left: 20px;
	padding: 5px 7px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	}

span.sidebar-widget-header {
	float: left;
	margin: -20px 0 7px -20px;
	width: 340px;
	height: 25px;
	}

h3.sidebar-widget-header,
h3.sidebar-widget-header a {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin-left: 20px;
	padding: 5px 7px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	}

ul.widget-buzz {
	display: block;
	float: left;
	width: 100%;
	}

ul.widget-buzz li {
	display: block;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	}

ul.widget-buzz li h2 a {
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
	}

span.buzz-byline {
	color: #999;
	float: left;
	font: bold 10px/10px helvetica, arial, sans-serif;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	}

.sidebar-widget .category-dark {
	background: #000;
	float: left;
	margin: -32px 0 -20px -20px;
	position: relative;
	width: 340px;
	}

.sidebar-widget .cat-dark-top {
	float: left;
	position: relative;
	width: 100%;
	}

.sidebar-widget .category-dark img {
	float: left;
	opacity: 0.3;
	transition: opacity .4s;
		-moz-transition: opacity .4s;
		-ms-transition: opacity .4s;
		-0-transition: opacity .4s;
		-webkit-transition: opacity .4s;
	}

.sidebar-widget .cat-dark-top:hover img {
	opacity: 0.1;
	}

.sidebar-widget .cat-dark-text {
	float: left;
	overflow: hidden;
	padding: 20px 20px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 300px;
	}

.sidebar-widget .cat-dark-byline {
	color: #ddd;
	float: left;
	font: 400 14px/14px 'Alegreya', serif;
	font-style: italic;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	}

.sidebar-widget .cat-dark-text h2 {
	color: #fff;
	float: left;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	}

.sidebar-widget .cat-dark-text p {
	color: #fff;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		-webkit-transition: max-height .4s;
	}

.sidebar-widget .cat-dark-top:hover .cat-dark-text p {
	max-height: 70px;
	}

.sidebar-widget .cat-dark-bottom {
	background: #222;
	float: left;
	padding: 20px;
	width: 300px;
	}

.sidebar-widget .cat-dark-bottom img {
	opacity: 1.0;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

.sidebar-widget .cat-dark-bottom img:hover {
	opacity: 0.8;
	}

.sidebar-widget .cat-dark-bottom .list-byline {
	display: none;
	}

.sidebar-widget .cat-dark-bottom ul li {
	border-top: 1px dotted #555;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.sidebar-widget .cat-dark-bottom ul li img {
	float: left;
	margin: 0 10px 0 0;
	opacity: 1.0;
	}

.sidebar-widget .cat-dark-bottom ul li p a {
	color: #fff;
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	margin-bottom: 0;
	width: 205px;
	}

.sidebar-widget .cat-dark-bottom ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.home-widget .category-light,
.sidebar-small-widget .category-light,
.sidebar-widget .category-light,
.footer-widget .category-light {
	float: left;
	position: relative;
	width: 100%;
	}

.sidebar-widget .category-light h2 a {
	color: #333;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
	width: 100%;
	}

.footer-widget .category-light h2 a {
	color: #ddd;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
	width: 100%;
	}

.home-widget .category-light img,
.sidebar-small-widget .category-light img,
.sidebar-widget .category-light img,
.footer-widget .category-light img {
	float: left;
	margin-bottom: 10px;
	opacity: 1.0;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

.home-widget .category-light img:hover,
.sidebar-small-widget .category-light img:hover,
.sidebar-widget .category-light img:hover,
.footer-widget .category-light img:hover {
	opacity: 0.8;
	}

.sidebar-widget .category-light p,
.footer-widget .category-light p {
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	margin-bottom: 10px;
	}

.sidebar-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 300px;
	}

.footer-widget .cat-light-top {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 300px;
	}

.home-widget .cat-light-top:first-child,
.sidebar-small-widget .cat-light-top:first-child,
.sidebar-widget .cat-light-top:first-child,
.footer-widget .cat-light-top:first-child {
	margin-top: 0;
	}

.sidebar-widget .cat-light-bottom {
	background: #f6f6f6;
	float: left;
	margin: 10px 0 -20px -20px;
	padding: 20px;
	width: 300px;
	}

.footer-widget .cat-light-bottom {
	background: none;
	float: left;
	margin: 10px 0 -20px -20px;
	padding: 20px;
	width: 300px;
	}

.cat-light-links {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.home-widget .cat-light-bottom ul li,
.sidebar-small-widget .cat-light-bottom ul li,
.sidebar-widget .cat-light-bottom ul li {
	border-top: 1px dotted #ccc;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.footer-widget .cat-light-bottom ul li {
	border-top: 1px dotted #444;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	}

.home-widget .cat-light-bottom ul li img,
.sidebar-widget .cat-light-bottom ul li img,
.footer-widget .cat-light-bottom ul li img {
	float: left;
	margin: 0 10px 0 0;
	opacity: 1.0;
	transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		-0-transition: opacity .2s;
		-webkit-transition: opacity .2s;
	}

.home-widget .cat-light-bottom ul li img:hover,
.sidebar-widget .cat-light-bottom ul li img:hover,
.footer-widget .cat-light-bottom ul li img:hover {
	opacity: 0.8;
	}

.home-widget .cat-light-bottom ul li p,
.sidebar-small-widget .cat-light-bottom ul li p,
.sidebar-widget .cat-light-bottom ul li p,
.footer-widget .cat-light-bottom ul li p {
	margin-bottom: 0;
	}

.sidebar-widget .cat-light-bottom ul li p a {
	color: #333;
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	width: 205px;
	}

.footer-widget .cat-light-bottom ul li p a {
	color: #ddd;
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	width: 205px;
	}

.home-widget .cat-light-bottom ul li:first-child,
.sidebar-small-widget .cat-light-bottom ul li:first-child,
.sidebar-widget .cat-light-bottom ul li:first-child,
.footer-widget .cat-light-bottom ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.sidebar-small-widget .cat-light-bottom .list-byline,
.sidebar-widget .cat-light-bottom .list-byline {
	display: none;
	}

.widget-ad {
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
	}

.widget-ad h3 {
	clear: both;
	color: #ccc;
	float: left;
	font: 400 8px/8px 'Open Sans', sans-serif;
	margin-bottom: 1px;
	text-transform: uppercase;
	width: 100%;
	}

ul.tabber-widget {
	float: left;
	margin: -20px 0 0 -20px;
	padding: 0 20px 20px;
	width: 300px;
	}

ul.tabber-widget li {
	background: #777;
	display: inline;
	float: left;
	margin-right: 2px;
	}

ul.tabber-widget li a {
	color: #fff;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	padding: 5px 7px;
	text-transform: uppercase;
	}

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

ul.latest-comments {
	float: left;
	width: 300px;;
	}

ul.latest-comments li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: left;
	font: 12px/14px helvetica, arial, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	}

ul.latest-comments li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

ul.latest-comments li p {
	margin-bottom: 0;
	}

.comment-image {
	float: left;
	margin-right: 10px;
	width: 50px;
	}

.comment-text {
	float: left;
	width: 240px;
	}

.comment-text span {
	float: left;
	font: bold 13px/17px helvetica, sans-serif;
	width: 100%;
	}

.comment-text p {
	color: #555;
	float: left;
	font: 13px/17px helvetica, sans-serif;
	}

.comment-text p a {
	color: #888;
	}

li.home-widget table,
li.sidebar-widget table,
li.sidebar-small-widget table,
li.footer-widget table {
	border-collapse: separate;
	text-align: center;
	width: 100%;
	}

li.home-widget thead,
li.sidebar-widget thead,
li.sidebar-small-widget thead,
li.footer-widget thead {
	vertical-align: middle;
	}

li.home-widget p.gd-widgets,
li.sidebar-widget p.gd-widgets,
li.sidebar-small-widget p.gd-widgets,
li.footer-widget p.gd-widgets {
	margin-bottom: 0;
	}

li.home-widget select,
li.sidebar-widget select,
li.sidebar-small-widget select,
li.footer-widget select {
	width: 100%;
	}

li.home-widget #searchform,
li.sidebar-widget #searchform,
li.sidebar-small-widget #searchform,
li.footer-widget #searchform {
	background: #fff;
	float: left;
	padding: 0;
	width: 100%;
	}

li.home-widget #searchform input,
li.sidebar-widget #searchform input,
li.sidebar-small-widget #searchform input,
li.footer-widget #searchform input {
	background: #fff url(/wp-content/themes/hottopix/images/search2.png) no-repeat right center!important;
	border: 1px solid #666;
	box-shadow: none;
	color: #666;
	margin: 0;
	padding: 10px 3%;
	width: 94%;
	height: 12px;
	}

li.recentcomments,
li cite {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}

li cite.fn {
	margin-bottom: 0;
	}

.rss-date {
	float: left;
	width: 100%;
	}

table {
	float: left;
	}

/************************************************
	Twitter Widget
************************************************/

.tweet,
.query {
	display: block;
	float: left;
	font: 12px/16px helvetica, arial, sans-serif;
	padding: 10px 10px 0;
	position: relative;
	}

.tweet_list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.tweet_list li {
	border-bottom: 1px dotted #ccc;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

li.footer-widget .tweet_list li {
	border-bottom: 1px dotted #444;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

.tweet_list li a {
	font-weight: normal;
	}

.tweet_list li:last-child,
li.footer-widget .tweet_list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.tweet_list .tweet_avatar {
	float: left;
	}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
	}

.tweet_time a {
	font: 11px/11px helvetica, arial, sans-serif;
	}

.tweet_text {
	margin-bottom: 3px;
	}

.tweet_text,
.tweet_time {
	display: block;
	margin-left: 45px;
	}

/************************************************
	Footer
************************************************/

#footer-wrapper {
	background: #333 url(/wp-content/themes/hottopix/images/dark-noise.gif);
	float: left;
	width: 100%;
	}

#footer-top {
	float: left;
	padding: 25px 0;
	width: 100%;
	}

li.footer-widget {
	border-left: 1px dotted #555;
	color: #aaa;
	float: left;
	font: 13px/17px helvetica, arial, sans-serif;
	margin: 0 0 20px 14px;
	overflow: hidden;
	padding-left: 10px;
	width: 300px;
	}

li.home-widget p,
li.sidebar-small-widget p,
li.sidebar-widget p,
li.footer-widget p {
	margin-bottom: 10px;
	}

li.footer-widget:first-child {
	border-left: none;
	margin-left: 25px;
	padding-left: 0;
	}

h3.footer-widget-header,
h3.footer-widget-header a {
	color: #ddd;
	float: left;
	font: 400 14px/18px 'Oswald', sans-serif;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #000;
		-moz-text-shadow: 1px 1px 2px #000;
		-ms-text-shadow: 1px 1px 2px #000;
		-o-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	width: 100%;
	}

#footer-bottom {
	background: #222;
	color: #aaa;
	float: left;
	font: 11px/13px helvetica, arial, sans-serif;
	padding: 10px 25px 5px;
	width: 950px;
	}

#footer-bottom p {
	float: left;
	margin: 0 20px 5px 0;
	max-width: 500px;
	}

#footer-bottom ul {
	display: block;
	float: right;
	max-width: 450px;
	overflow: hidden;
	position: relative;
	}

#footer-bottom ul li {
	display: inline;
	float: left;
	margin: 0 10px 5px 0;
	}

#footer-bottom ul li ul {
	display: none;
	}

.tag-cloud {
	float: left;
	width: 100%;
	}

.tag-cloud a {
	background: #555;
	color: #ddd;
	float: left;
	font: 400 12px/12px 'Oswald', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 7px;
	text-transform: uppercase;
	}

.tag-cloud a:hover {
	text-decoration: none;
	}

.tag-cloud a:visited {
	color: #ddd;
	}

/************************************************
	Shortcodes
************************************************/

.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font: 700 14px/14px 'Open Sans', sans-serif;
	margin: 0 10px 10px 0;
	padding: 8px 12px;
	}

.button a:hover {
	text-decoration:none;
	}

.button.black a,
.button.green a,
.button.red a,
.button.blue a,
.button.orange a {
	color:#FFF;
	}

.button.black {
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	background: -moz-linear-gradient(top,  #555, #333);
	border: 1px solid #111;
	}

.button.black:hover {
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
	background: -moz-linear-gradient(top,  #666, #444);
	border: 1px solid #111;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#444');
	}

.button.green {
	background: #3ba323;
	background: -webkit-gradient(linear, left top, left bottom, from(#43b928), to(#3ba323));
	background: -moz-linear-gradient(top,  #43b928, #3ba323);
	border:1px solid #2c8816;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b928', endColorstr='#3ba323');
	}

.button.green:hover {
	background: #3ba323;
	background: -webkit-gradient(linear, left top, left bottom, from(#4ac82d), to(#42b528));
	background: -moz-linear-gradient(top,  #4ac82d, #42b528);
	border:1px solid #2c8816;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ac82d', endColorstr='#42b528');
	}

.button.red {
	background: #a80d0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#c31010), to(#a80d0d));
	background: -moz-linear-gradient(top,  #c31010, #a80d0d);
	border:1px solid #990c0c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c31010', endColorstr='#a80d0d');
	}

.button.red:hover {
	background: #a80d0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#c80f0f), to(#b40e0e));
	background: -moz-linear-gradient(top,  #c80f0f, #b40e0e);
	border:1px solid #990c0c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80f0f', endColorstr='#b40e0e');
	}

.button.blue {
	background: #0f57a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#1062b5), to(#0f57a2));
	background: -moz-linear-gradient(top,  #1062b5, #0f57a2);
	border:1px solid #0a447f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1062b5', endColorstr='#0f57a2');
	}

.button.blue:hover {
	background: #0f57a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#1268c1), to(#105eaf));
	background: -moz-linear-gradient(top,  #1268c1, #105eaf);
	border:1px solid #0a447f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1268c1', endColorstr='#105eaf');
	}

.button.orange {
	background: #cd460a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e24e0c), to(#cd460a));
	background: -moz-linear-gradient(top,  #e24e0c, #cd460a);
	border:1px solid #bc400a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24e0c', endColorstr='#cd460a');
	}

.button.orange:hover {
	background: #cd460a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1530d), to(#dc4b0b));
	background: -moz-linear-gradient(top,  #f1530d, #dc4b0b);
	border:1px solid #bc400a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1530d', endColorstr='#dc4b0b');
	}

.button.grey a {
	color:#777;
	}

.button.grey {
	background: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#DDD));
	background: -moz-linear-gradient(top,  #F1F1F1, #DDD);
	border:1px solid #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#DDD');
	}

.button.grey:hover {
	background: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E5E5E5));
	background: -moz-linear-gradient(top,  #F7F7F7, #E5E5E5);
	border:1px solid #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#E5E5E5');
	}

.video-shortcode {
	margin-bottom: 20px;
	}

.dropcap {
	color: #888;
	float: left;
	font: 700 40px/40px 'Open Sans Condensed', sans-serif;
	margin-right: 6px;
	position: relative;
	text-transform: uppercase;
	}
	
.highlight-yellow {
	background: #fbfac7;
	padding: 0 3px;
	}

.highlight-black {
	background:#222;
	color: #eee;
	padding: 0 3px;
	}
	
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
	float: left;
	margin-right: 4%;
	}

.one_half {
	width: 48%;
	}

.one_third {
	width: 30.6666%;
	}

.two_third {
	width: 65.3332%;
	}

.one_fourth {
	width: 22%;
	}

.three_fourth {
	width: 74%;
	}

.last {
	clear: right;
	margin-right: 0 !important;
	}

.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	width: 100%;
	}

.tab-shortcode {
	clear: both;
	float: none !important;
	width: auto !important;
	}
	
.toggle {
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
	float: left;
	font: 700 16px/16px 'Open Sans Condensed', sans-serif !important;
	padding: 10px 1.61290322580645% !important;
	width: 96.7741935483871% !important;
	}

.toggle a {
	background: url(/wp-content/themes/hottopix/images/toggle.png) no-repeat left 50%;
	color: #555;
	padding-left: 25px; 
	text-decoration: none;
	}

.toggle a:visited {
	color: #fff;
	}

.toggle-content {
	border-bottom: 1px solid #ccc;
	display: none;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
	}

.toggle-content .block {
	float: left;
	padding: 0px;
	}

.blue-box {
	background: #d7e7f5;
	border: 1px solid #aacee6;
	color: #5e6984;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

.blue-box-content,
.green-box-content,
.grey-box-content,
.red-box-content,
.yellow-box-content
 {
	border: 1px solid #fff;
	padding: 10px;
	width: auto;
	}

.blue-box-content h3,
.green-box-content h3,
.grey-box-content h3,
.red-box-content h3,
.yellow-box-content h3 {
	margin-bottom: 5px;
	}

.green-box {
	background: #e2f2ce;
	border: 1px solid #bfe098;
	color: #466840;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

.grey-box {
	background: #eaeaea;
	border: 1px solid #c1c1c1;
	color: #838383;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

.red-box {
	background: #fde9ea;
	border: 1px solid #fdced0;
	color: #a14a40;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

.yellow-box {
	background: #fff6cc;
	border: 1px solid #ffdb4f;
	color: #736b4c;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	}

.tabber-container {
	float: left;
	position: relative;
	width: 300px;
	}

ul.tabs-shortcode {
	display: inline;
	float: left;
	list-style: none !important;
	margin: 0 !important;
	position: absolute;
		top: 1px;
		left: 0px;
	width: 300px;
	}

ul.tabs-shortcode li {
	background: #fff url(/wp-content/themes/hottopix/images/tab-bg.gif) repeat-x bottom;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	float: left;
	height: 16px;
	line-height: 11px;
	margin: 0 !important;
	padding: 5px 10px !important;
	text-shadow: 1px 1px 0px #fff;
	}

ul.tabs-shortcode li:hover {
	background: #fff url(/wp-content/themes/hottopix/images/tab-bg2.gif) repeat-x bottom;
	border-bottom: none;
	float: left;
	text-shadow: 1px 1px 0px #fff;
	}

ul.tabs-shortcode li:first-child {
	border-right: none;
	border-top-left-radius: 5px;
	}

ul.tabs-shortcode li:last-child {
	border-left: none;
	border-top-right-radius: 5px;
	}

ul.tabs-shortcode li.active {
	background: #fff url(/wp-content/themes/hottopix/images/tab-bg2.gif) repeat-x bottom;
	border-bottom: none;
	float: left;
	text-shadow: 1px 1px 0px #fff;
	}

ul.tabs-shortcode li a {
	color: #777;
	font: bold 11px/11px helvetica, arial, sans-serif;
	}

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

ul.tabs-shortcode li.active a {
	color: #444;
	}

.tab-content {
	background: #fff;
	border: 1px solid #d5d5d5;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-ms-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-moz-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-webkit-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-o-box-shadow: 0px 2px 2px 0px #d5d5d5;
	box-shadow: 0px 2px 2px 0px #d5d5d5;
	float: left;
	margin-top: 27px;
	padding: 10px 10px;
	width: 290px;
	}

.tabber-content-shortcode {
	border: 1px solid #ccc;
	-ms-border-bottom-left-radius: 0 !important;
	-moz-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-o-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-ms-border-bottom-right-radius: 0 !important;
	-moz-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-o-border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-ms-border-top-right-radius: 0 !important;
	-moz-border-top-right-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-o-border-top-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	margin-bottom: 20px;
	padding: 10px 2% !important;
	width: 95.666666666% !important;
	}

/************************************************
	Pagination
************************************************/

.nav-links {
	float: left;
	padding: 20px 19px 20px 20px;
	position: relative;
	width: 620px;
	}

.pagination {
	clear: both;
	position: relative;
	font: bold 12px/12px helvetica, arial, sans-serif;
	}
 
.pagination span, .pagination a {
	background: #555;
	border: 1px solid #333;
	border-radius: 3px;
	box-shadow: 0 3px 5px -1px #ccc;
		-ms-box-shadow: 0 3px 5px -1px #aaa;
		-moz-box-shadow: 0 3px 5px -1px #aaa;
		-o-box-shadow: 0 3px 5px -1px #aaa;
		-webkit-box-shadow: 0 2px 3px -1px #aaa;
	color: #fff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding: 9px 12px 8px 12px;
	text-decoration: none;
	width: auto;
	}
 
.pagination .current, .pagination a:hover {
	background: #999;
	border: 1px solid #777;
	color: #fff;
	}

.pagination a,
.pagination a:visited {
	color: #fff
	}

/************************************************
	Media Queries
************************************************/

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

	#wrapper,
	#nav-wrapper {
		width: 768px;
		}

	#leader-wrapper {
		margin-top: 10px;
		}
	
	#leader-wrapper,
	#leader-small {
		width: 768px;
		height: auto;
		}

	#leader-small {
		float: left;
		margin-bottom: 0;
		}

	#ad-970 {
		max-width: 768px;
		height: auto;
		}

	.full {
		width: 768px !important;
		}

	.full2 {
		width: 728px !important;
		}

	#top-header-wrapper {
		width: 766px;
		}

	#top-nav {
		max-width: 495px;
		}

	.main-excerpt,
	.sub-text p,
	#sidebar-small-wrapper,
	.home-widget .cat-dark-text p,
	.sidebar-widget .cat-dark-text p,
	.prev-next-wrapper,
	.related-image,
	.archive-image {
		display: none;
		}

	ul.main-nav {
		max-width: 608px;
		}

	ul.main-nav li a {

		font-size: 12px;
		padding: 14px 10px;
		}

	#featured-main {
		height: 308px;
		}

	.main-story {
		width: 438px;
		height: 308px;
		}

	.main-story img {
		margin-left: -19px;
		min-width: 476px !important;
		}

	.main-text {
		width: 428px;
		}

	.main-text h1 {
		font-size: 40px;
		}

	.sub-story {
		width: 164px;
		height: 154px;
		}

	.sub-text {
		width: 144px;
		}

	.sub-text h2 {
		font-size: 17px;
		}

	ul.ticker {
		max-width: 583px;
		}



	#home-main,
	.home-widget .category-dark,
	.carousel-wrapper,
	ul.home-carousel,
	span.home-widget-header,
	span.sidebar-widget-header,
	.sidebar-widget .category-dark,
	#comments {
		width: 427px;
		}

	#home-left {
		border-right: none;
		width: 427px;
		}

	li.home-widget,
	.home-widget .cat-dark-text,
	.home-widget .cat-dark-bottom,
	.home-widget .cat-light-top,
	.home-widget .cat-light-bottom,
	#social-box,
	.archive-text  {
		width: 387px;
		}

	#content-area,
	.post-tags,
	#related-posts,
	#archive-wrapper,
	.nav-links {
		padding: 20px;
		width: 387px;
		}

	#author-info {
		padding: 0 20px 20px 20px;
		width: 387px;
		}

	#author-text {
		width: 307px;
		}

	.home-widget .cat-dark-text,
	.sidebar-widget .cat-dark-text {
		padding: 20px;
		}

	.home-widget .cat-dark-text h2 {
		font-size: 28px;
		}

	.home-widget .cat-dark-bottom ul li p a,
	.home-widget .cat-light-bottom ul li p a {
		width: 292px;
		}

	#title-main,
	.breadcrumb {
		width: 728px;
		}

	#related-posts ul li {
		margin: 0 0 10px 0;
		width: 387px;
		}

	ol.commentlist,
	#respond form {
		padding: 0 20px 20px;
		width: 387px;
		}

	li.footer-widget {
		border-left: none;
		margin: 0 0 20px 56px;
		padding-left: 0;
		}

	li.footer-widget:first-child {
		margin-left: 56px;
		}

	#footer-bottom {
		padding: 10px 20px;
		width: 728px;
		}

	#footer-bottom p,
	#footer-bottom ul {
		max-width: 728px;
		width: 728px;
		}

	#footer-bottom ul {
		float: left;
		margin-top: 10px;
		}

	}

@media screen and (max-width: 767px) and (min-width: 600px) {

	#wrapper,
	#nav-wrapper,
	.main-story,
	#sidebar-wrapper,
	span.home-widget-header,
	span.sidebar-widget-header,
	.home-widget .category-dark,
	.carousel-wrapper,
	ul.home-carousel,
	.sidebar-widget .category-dark,
	ul.tabber-widget,
	#comments {
		width: 600px;
		}

	.full {
		width: 600px !important;
		}

	.full2 {
		width: 560px !important;
		}

	#top-header-wrapper {
		width: 598px;
		}

	#top-nav {
		max-width: 327px;
		}

	#leader-wrapper {
		margin-top: 10px;
		}

	#leader-wrapper,
	#ad-970,
	#leader-small,
	#ad-728 {
		max-width: 600px;
		width: 600px;
		height: auto;
		}

	#leader-small {
		float: left;
		margin-bottom: 0;
		}

	ul.main-nav,
	.main-excerpt,
	.sub-text p,
	#ticker-wrapper,
	#sidebar-small-wrapper,
	.home-widget .cat-dark-text p,
	.sidebar-widget .cat-dark-text p,
	.related-image {
		display: none;
		}

	#nav-mobi {
		display: inline;
		}

	#nav-mobi select {
		width: 420px;
		}

	#featured-main {
		height: 528px;
		}

	.main-story {
		height: 387px;
		}

	.main-story img {
		margin-left: 0;
		min-width: 600px !important;
		}

	.main-text h1 {
		font-size: 52px;
		}

	.sub-story {
		width: 149px;
		height: 140px;
		}

	.sub-text {
		width: 129px;
		}

	.sub-text h2 {
		font-size: 15px;
		}

	#home-main,
	#home-left {
		border-right: none;
		width: 600px;
		}

	li.home-widget,
	.home-widget .cat-dark-text,
	.home-widget .cat-dark-bottom,
	.home-widget .cat-light-top,
	.home-widget .cat-light-bottom,
	li.sidebar-widget,
	.sidebar-widget .cat-dark-text,
	.sidebar-widget .cat-dark-bottom,
	.sidebar-widget .cat-light-top,
	.footer-widget .cat-light-top,
	.sidebar-widget .cat-light-bottom,
	.footer-widget .cat-light-bottom,
	ul.latest-comments,
	li.footer-widget,
	.main-text,
	#title-main,
	.breadcrumb,
	#social-box {
		width: 560px;
		}

	.home-widget .cat-dark-text,
	.sidebar-widget .cat-dark-text {
		padding: 20px;
		}

	.home-widget .cat-dark-text h2,
	.sidebar-widget .cat-dark-text h2 {
		font-size: 40px;
		}

	.home-widget .cat-dark-byline {
		font: 400 14px/14px 'Alegreya', serif;
		}

	.home-widget .cat-dark-bottom ul li p a,
	.home-widget .cat-light-bottom ul li p a,
	.sidebar-widget .cat-dark-bottom ul li p a,
	.sidebar-widget .cat-light-bottom ul li p a,
	.footer-widget .cat-light-bottom ul li p a {
		width: 465px;
		}

	.sidebar-widget .cat-dark-bottom .list-byline {
		display: inline;
		}

	#content-area,
	.post-tags,
	#related-posts,
	#archive-wrapper,
	.nav-links {
		padding: 20px;
		width: 560px;
		}

	#author-info {
		padding: 0 20px 20px 20px;
		width: 560px;
		}

	#author-text {
		width: 480px;
		}

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

	.prev-next-wrapper {
		padding: 30px;
		width: 540px;
		}

	.prev-post,
	.next-post {
		width: 250px;
		}

	#related-posts ul li {
		margin: 0 0 10px 0;
		width: 560px;
		}

	.archive-text {
		width: 340px;
		}

	ol.commentlist,
	#respond form {
		padding: 0 20px 20px;
		width: 560px;
		}

	#sidebar-wrapper {
		border-top: 1px dotted #ccc;
		}

	.footer-widget .category-light h2 a {
		font-size: 24px;
		}

	.comment-text {
		width: 500px;
		}

	#footer-top {
		padding: 25px 20px;
		width: 560px;
		}

	li.footer-widget {
		border-left: none;
		margin: 0 0 20px 0;
		padding-left: 0;
		}

	li.footer-widget:first-child {
		margin-left: 0;
		}

	#footer-bottom {
		padding: 10px 20px;
		width: 560px;
		}

	#footer-bottom p,
	#footer-bottom ul {
		max-width: 560px;
		width: 560px;
		}

	#footer-bottom ul {
		float: left;
		margin-top: 10px;
		}

	}

@media screen and (max-width: 599px) and (min-width: 480px) {

	#wrapper,
	#nav-wrapper,
	.main-story,
	#sidebar-wrapper,
	span.home-widget-header,
	span.sidebar-widget-header,
	.home-widget .category-dark,
	.carousel-wrapper,
	ul.home-carousel,
	.sidebar-widget .category-dark,
	ul.tabber-widget,
	#comments {
		width: 480px;
		}

	.full {
		width: 480px !important;
		}

	.full2 {
		width: 440px !important;
		}

	#top-nav {
		max-width: 480px;
		}

	#top-header-wrapper {
		width: 478px;
		height: 61px;
		}

	#leader-wrapper,
	#leader-small {
		height: 50px;
		margin-top: 10px;
		}

	#leader-small {
		float: left;
		margin-bottom: 0;
		width: 100%;
		}

	#ad-320 {
		display: inline-block;
		}

	#logo-wrapper,
	#logo-small {
		margin-top: 10px;
		}

	#content-social {
		border-top: 1px solid #ddd;
		float: left;
		max-width: 480px;
		width: 100%;
		}

	#content-social ul li:first-child {
		border-left: none;
		}

	#content-social ul li:last-child {
		border-right: 1px solid #ddd;
		}

	#nav-mobi {
		display: inline;
		}

	#nav-mobi select {
		width: 300px;
		}

	#ad-970,
	#ad-728,
	ul.main-nav,
	.main-excerpt,
	.sub-text p,
	#ticker-wrapper,
	#sidebar-small-wrapper,
	.home-widget .cat-dark-text p,
	.sidebar-widget .cat-dark-text p,
	.breadcrumb,
	.prev-next-wrapper,
	.related-image,
	.archive-image,
	#author-info img {
		display: none;
		}

	#featured-main {
		height: 760px;
		}

	.main-story {
		height: 310px;
		}

	.main-story img {
		margin-left: 0;
		min-width: 480px !important;
		}

	.main-text {
		width: 420px;
		}

	.main-text h1 {
		font-size: 42px;
		}

	.sub-story {
		width: 239px;
		height: 224px;
		}

	.sub-text {
		width: 219px;
		}

	.sub-text h2 {
		font-size: 24px;
		}

	#home-main,
	#home-left {
		border-right: none;
		width: 480px;
		}

	li.home-widget,
	.home-widget .cat-dark-text,
	.home-widget .cat-dark-bottom,
	.home-widget .cat-light-top,
	.home-widget .cat-light-bottom,
	li.sidebar-widget,
	.sidebar-widget .cat-dark-text,
	.sidebar-widget .cat-dark-bottom,
	.sidebar-widget .cat-light-top,
	.footer-widget .cat-light-top,
	.sidebar-widget .cat-light-bottom,
	.footer-widget .cat-light-bottom,
	ul.latest-comments,
	li.footer-widget,
	#title-main,
	#social-box,
	.archive-text,
	#author-text {
		width: 440px;
		}

	.home-widget .cat-dark-text,
	.sidebar-widget .cat-dark-text {
		padding: 20px;
		}

	.home-widget .cat-dark-text h2,
	.sidebar-widget .cat-dark-text h2 {
		font-size: 33px;
		}

	.home-widget .cat-dark-byline {
		font: 400 14px/14px 'Alegreya', serif;
		}

	.home-widget .cat-dark-bottom ul li p a,
	.home-widget .cat-light-bottom ul li p a,
	.sidebar-widget .cat-dark-bottom ul li p a,
	.sidebar-widget .cat-light-bottom ul li p a,
	.footer-widget .cat-light-bottom ul li p a {
		width: 345px;
		}

	.sidebar-widget .cat-dark-bottom .list-byline {
		display: inline;
		}

	h1.headline,
	h1.headline-page {
		font-size: 26px;
		}

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

	.footer-widget .category-light h2 a {
		font-size: 24px;
		}

	.comment-text {
		width: 400px;
		}

	#footer-top,
	#content-area,
	.post-tags,
	#related-posts,
	#archive-wrapper,
	.nav-links {
		padding: 20px;
		width: 440px;
		}

	#author-info {
		padding: 0 20px 30px 20px;
		width: 440px;
		}

	#related-posts ul li {
		margin: 0 0 10px 0;
		width: 440px;
		}

	ol.commentlist,
	#respond form {
		padding: 0 20px 20px;
		width: 440px;
		}

	#sidebar-wrapper {
		border-top: 1px dotted #ccc;
		}

	li.footer-widget {
		border-left: none;
		margin: 0 0 20px 0;
		padding-left: 0;
		}

	li.footer-widget:first-child {
		margin-left: 0;
		}

	#footer-bottom {
		padding: 10px 20px;
		width: 440px;
		}

	#footer-bottom p,
	#footer-bottom ul {
		margin-right: 0;
		max-width: 440px;
		width: 440px;
		}

	#footer-bottom ul {
		float: left;
		margin-top: 10px;
		}

	}

@media screen and (max-width: 479px) {

	#wrapper,
	#nav-wrapper,
	.main-story,
	#sidebar-wrapper,
	#comments {
		width: 320px;
		}

	.full {
		width: 320px !important;
		}

	.full2 {
		padding-right: 10px !important;
		width: 300px !important;
		}

	#top-nav {
		max-width: 300px;
		}

	#top-header-wrapper {
		width: 318px;
		height: 61px;
		}

	#leader-wrapper,
	#leader-small {
		height: 50px;
		margin-top: 10px;
		}

	#leader-small {
		float: left;
		margin-bottom: 0;
		width: 100%;
		}

	#ad-320 {
		display: inline-block;
		}

	#logo-wrapper,
	#logo-small {
		margin-top: 10px;
		}

	#nav-mobi {
		display: inline;
		}

	#nav-mobi select {
		width: 180px;
		}

	#main-search {
		width: 120px;
		}

	#searchform input {
		width: 81px;
		}

	#content-social {
		border-top: 1px solid #ddd;
		float: left;
		max-width: 320px;
		width: 100%;
		}

	#content-social ul li:first-child {
		border-left: none;
		}

	#content-social ul li:last-child {
		border-right: 1px solid #ddd;
		}

	#ad-970,
	#ad-728,
	ul.main-nav,
	.main-byline,
	.main-excerpt,
	.sub-text p,
	#ticker-wrapper,
	#sidebar-small-wrapper,
	.home-widget .cat-dark-text p,
	.home-widget .cat-dark-bottom img,
	.home-widget .cat-light-bottom img,
	span.list-byline,
	.sidebar-widget .cat-dark-text p,
	.sidebar-widget .cat-dark-bottom img,
	.sidebar-widget .cat-light-bottom ul li img,
	.footer-widget .cat-light-bottom ul li img,
	.breadcrumb,
	.prev-next-wrapper,
	.related-image,
	.archive-image,
	.comment-avatar,
	#author-info img {
		display: none;
		}

	#featured-main {
		height: 494px;
		}

	.main-story {
		height: 194px;
		}

	.main-story img {
		margin-left: 0;
		min-width: 320px !important;
		}

	.main-text h1 {
		font-size: 28px;
		}

	.sub-story {
		width: 159px;
		height: 149px;
		}

	.sub-text {
		width: 139px;
		}

	.sub-text h2 {
		font-size: 16px;
		}

	#home-main,
	#home-left,
	.home-widget .category-dark,
	.carousel-wrapper,
	ul.home-carousel,
	.sidebar-widget .category-dark {
		border-right: none;
		width: 320px;
		}

	.home-widget .category-dark,
	.carousel-wrapper,
	.sidebar-widget .category-dark {
		margin: -32px 0 -10px -10px;
		}

	li.home-widget,
	.home-widget .cat-dark-text,
	.home-widget .cat-dark-bottom,
	li.sidebar-widget,
	.sidebar-widget .cat-dark-text,
	.sidebar-widget .cat-dark-bottom,
	#footer-bottom,
	.main-text,
	#title-main,
	.post-tags,
	.nav-links {
		padding: 10px;
		width: 300px;
		}

	#author-info {
		padding: 0 10px 20px 10px;
		width: 300px;
		}

	.home-widget .cat-dark-text h2,
	.sidebar-widget .cat-dark-text h2 {
		font-size: 22px;
		}

	.home-widget .cat-dark-bottom ul li p a,
	.home-widget .cat-light-bottom ul li p a,
	.home-widget .cat-light-top,
	.sidebar-widget .cat-dark-bottom ul li p a,
	.sidebar-widget .cat-light-top,
	.sidebar-widget .cat-light-bottom ul li p a,
	.footer-widget .cat-light-bottom ul li p a,
	ul.latest-comments,
	.archive-text,
	#author-text {
		width: 300px;
		}

	.home-widget .cat-dark-byline {
		font: 400 14px/14px 'Alegreya', serif;
		}

	.home-widget .category-light h2 a,
	.sidebar-widget .category-light h2 a,
	.footer-widget .category-light h2 a {
		font-size: 17px;
		}

	.home-widget .cat-light-bottom {
		margin: 0 0 -10px -10px;
		padding: 10px;
		width: 300px;
		}

	span.home-widget-header,
	span.sidebar-widget-header {
		margin: -10px 0 7px -10px;
		width: 320px;
		}

	h3.sidebar-widget-header,
	h3.home-widget-header {
		margin-left: 10px;
		}

	ul.tabber-widget {
		margin: -10px 0 0 -10px;
		padding: 0 10px 10px;
		width: 300px;
		}

	.tabber-container {
		margin-bottom: 10px;
		}

	h1.headline,
	h1.headline-page {
		font-size: 26px;
		}

	h3.cat-header {
		font-size: 30px;
		}

	#social-box {
		padding: 0 10px 8px;
		width: 300px;
		}

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

	span.twitter-byline {
		margin: 5px 0 0 0;
		}

	#footer-top,
	#content-area,
	#related-posts,
	#archive-wrapper {
		padding: 20px 10px;
		width: 300px;
		}

	#related-posts ul li {
		margin: 0 0 10px 0;
		width: 300px;
		}

	ol.commentlist,
	#respond form {
		padding: 0 10px 20px;
		width: 300px;
		}

	#comments .commentmeta {
		margin: 0;
		}

	#sidebar-wrapper {
		border-top: 1px dotted #ccc;
		}

	li.footer-widget {
		border-left: none;
		margin: 0 0 20px 0;
		padding-left: 0;
		}

	li.footer-widget:first-child {
		margin-left: 0;
		}

	#footer-bottom p,
	#footer-bottom ul {
		margin-right: 0;
		max-width: 300px;
		width: 300px;
		}

	#footer-bottom ul {
		float: left;
		margin-top: 10px;
		}

	}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.fb-but,
	.fb-but:hover,
	.twitter-but,
	.twitter-but:hover,
	.pinterest-but,
	.pinterest-but:hover,
	.google-but,
	.google-but:hover,
	.youtube-but,
	.youtube-but:hover,
	.linkedin-but,
	.linkedin-but:hover,
	.rss-but,
	.rss-but:hover,
	.instagram-but,
	.instagram-but:hover {
		background-image: url(/wp-content/themes/hottopix/images/social-buttons@2x.png);
		background-size: 264px 60px;
  		}

	span.twitter-byline {
		background-image: url(/wp-content/themes/hottopix/images/twitter@2x.png);
		background-size: 12px 10px;
		}

	}




/************************************************
	FRED CUSTOM
************************************************/


#top-header-wrapper {
	visibility: hidden !important;
	display: none !important;
	}

.fb-comments, .fb-comments span, .fb_ltr, .fb-comments iframe[style] {
	width: 100% !important;
}.theiaPostSlider_nav {
  margin: 16px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .theiaPostSlider_nav > * {
    display: inline-block;
    vertical-align: middle; }
  .theiaPostSlider_nav > ._text {
    margin: 0 10px; }
  .theiaPostSlider_nav > ._prev, .theiaPostSlider_nav > ._next {
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important; }
  .theiaPostSlider_nav > ._disabled {
    cursor: default; }
  .theiaPostSlider_nav._left {
    text-align: left; }
  .theiaPostSlider_nav._center {
    text-align: center; }
  .theiaPostSlider_nav._right {
    text-align: right; }

.theiaPostSlider_slides {
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0; }
  .theiaPostSlider_slides > div {
    overflow: auto; }

.theiaPostSlider_nav ._prev, .theiaPostSlider_nav ._next {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 2px rgba(0, 0, 0, 0.9);
  font-size: 14px;
  text-indent: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none; }
  .theiaPostSlider_nav ._prev span, .theiaPostSlider_nav ._next span {
    display: inline-block;
    height: 23px;
    padding-top: 8px;
    vertical-align: middle;
    color: #fff; }
  .theiaPostSlider_nav ._prev:active span, .theiaPostSlider_nav ._prev._active span, .theiaPostSlider_nav ._next:active span, .theiaPostSlider_nav ._next._active span {
    padding-top: 9px;
    height: 22px; }
  .theiaPostSlider_nav ._prev._disabled span, .theiaPostSlider_nav ._next._disabled span {
    height: 23px;
    padding-top: 8px; }
.theiaPostSlider_nav > ._prev ._1 {
  width: 20px;
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -124px; }
.theiaPostSlider_nav > ._prev ._2 {
  padding-left: 3px;
  padding-right: 5px;
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -651px repeat-x; }
.theiaPostSlider_nav > ._prev ._3 {
  width: 7px;
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -403px; }
.theiaPostSlider_nav > ._prev:hover ._1 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -155px; }
.theiaPostSlider_nav > ._prev:hover ._2 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -589px repeat-x; }
.theiaPostSlider_nav > ._prev:hover ._3 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -341px; }
.theiaPostSlider_nav > ._prev:active ._1, .theiaPostSlider_nav > ._prev._active ._1 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -31px; }
.theiaPostSlider_nav > ._prev:active ._2, .theiaPostSlider_nav > ._prev._active ._2 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -496px repeat-x; }
.theiaPostSlider_nav > ._prev:active ._3, .theiaPostSlider_nav > ._prev._active ._3 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -248px; }
.theiaPostSlider_nav > ._prev._disabled ._1 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -186px; }
.theiaPostSlider_nav > ._prev._disabled ._2 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -713px repeat-x; }
.theiaPostSlider_nav > ._prev._disabled ._3 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -434px; }
.theiaPostSlider_nav > ._next ._1 {
  width: 7px;
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -372px; }
.theiaPostSlider_nav > ._next ._2 {
  padding-left: 5px;
  padding-right: 3px;
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -620px repeat-x; }
.theiaPostSlider_nav > ._next ._3 {
  width: 20px;
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -93px; }
.theiaPostSlider_nav > ._next:hover ._1 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -310px; }
.theiaPostSlider_nav > ._next:hover ._2 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -558px repeat-x; }
.theiaPostSlider_nav > ._next:hover ._3 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -62px; }
.theiaPostSlider_nav > ._next:active ._1, .theiaPostSlider_nav > ._next._active ._1 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -279px; }
.theiaPostSlider_nav > ._next:active ._2, .theiaPostSlider_nav > ._next._active ._2 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -527px repeat-x; }
.theiaPostSlider_nav > ._next:active ._3, .theiaPostSlider_nav > ._next._active ._3 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 0; }
.theiaPostSlider_nav > ._next._disabled ._1 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -465px; }
.theiaPostSlider_nav > ._next._disabled ._2 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -682px repeat-x; }
.theiaPostSlider_nav > ._next._disabled ._3 {
  background: url('/wp-content/themes/hottopix/admin/theia-post-slider/images/buttons-orange-sc2f5fb1a9c.png') 0 -217px; }
.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
	list-style: none;
}

.jetpack_widget_social_icons ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack_widget_social_icons ul li {
	border: 0;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
	display: none;
}

.jetpack_widget_social_icons a {
	border: 0;
	box-shadow: none;
	display: block;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.jetpack_widget_social_icons svg {
	color: inherit;
	fill: currentColor;
	height: inherit;
	vertical-align: middle;
	width: inherit;
}

/* Sizes */

.jetpack_widget_social_icons ul.size-small a {
	height: 24px;
	width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
	height: 32px;
	width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
	height: 48px;
	width: 48px;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}
/*!
* 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{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.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(/wp-content/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 ::-moz-selection{background:#68c9e8;color:#fff}.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:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 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:.5s 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:normal 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-transitions .jp-carousel-slide{transition:.3s ease-out}.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:0 0!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 .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-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 .2s 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-reblog{background:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}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-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;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}@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-reblog{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));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 9px;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;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#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-size:13px;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:0 0!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;display:inline-block!important;vertical-align:top!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 transparent}.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 transparent;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;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 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{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}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-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;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-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-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;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;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#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}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;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],.contact-form input[type=url]{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}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;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;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{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{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}}
@font-face{font-family:Noticons;src:url(https://wordpress.com/i/noticons/Noticons.woff)}#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 0;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}#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}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;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}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.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 0;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;border-bottom:0}#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-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{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}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@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-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#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 0;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 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.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;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 ul li a.sd-button>span{line-height:17px}.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}.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:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.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:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{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:'\f607'}.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:'\f210'}.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:'\f203'}.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.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.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-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.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 0}.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}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}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 3px;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:21px;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!important;height:0!important}.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:7px;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:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;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-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-telegram a.sd-button{background:#08c;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}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!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 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;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 0}
.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 *{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;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:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.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(/wp-content/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;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s 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(/wp-content/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:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{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:grey;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(/wp-content/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(/wp-content/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(/wp-content/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}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.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}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.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:inherit;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 0}.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(https://secure.gravatar.com/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(https://secure.gravatar.com/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 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 ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;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: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}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.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}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
/*!
* Do not modify this file directly.  It is compiled SASS code.
*/#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law form{margin-bottom:0}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}