/*
Theme Name:     KSV
Theme URI:      http://www.kummerfelder-sv.de
Description:    KSV child theme for the Wilson theme 
Author:         Benjamin Böge
Author URI:     http://www.boege.de
Template:       wilson
Version:        1.0
*/

/*---------------------------------------------------------------------------------

	Theme Name: Wilson
    Text Domain: wilson
	Version: 101.26
	Description: Wilson is a clean, simple and responsive theme for personal sites and blogs. Features responsive design, retina-ready assets, custom accent color support, custom logo support, custom widgets for video and Flickr embeds, page templates, editor styles and translation-ready code. Included translations: Swedish/svenska, German/deutsch. Demo: http://www.andersnoren.se/themes/wilson/
	Tags: blog, two-columns, left-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	Theme URI: http://www.andersnoren.se/teman/wilson-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Widgets
	6.	Main Content
	7.	Post formats
	8.  Single post
	9.	Post Content
	10.	Comments
	11.	Pagination
	12.	Page & Page Templates
	13.	Footer
	14.	Credits
	15.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

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

ol, ul { list-style: none; }

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

a { outline: none; }

input[type=search] {
   -moz-appearance: none;
   -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
    background: #353E49;
    border: none;
	color: #555;
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

body a {
	color: #FF706C;
	text-decoration: none;
}

body a:hover {
	color: #FF706C;
	text-decoration: none;
}

* { 
        -webkit-box-sizing: border-box; 
        -moz-box-sizing:    border-box; 
	box-sizing:             border-box; 
}

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

.hidden { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

::selection {
	background: #333;
	color: #FFF;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }


/* Transitions --------------------------------------- */


body a,
.post-tags a::after {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a img,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
.archive-nav a,
#s,
.searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.flickr_badge_image a img,
.mobile-menu a {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.nav-toggle,
.nav-toggle p,
.nav-toggle .bar,
.tothetop {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}


/* Screen Reader Text --------------------------------------- */


.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	height: 1px;
    overflow: hidden;
    position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper { 
	background: url('/wordpress/wp-content/themes/ksv/images/1px-white.png') right repeat-y;
	background-size: 68% auto;
	margin: 0 auto;
	max-width: 86%;
	position: relative;
	width: 1160px;
}

.sidebar {
    float: left;
	margin: 7.5% 0;
    width: 32%;
}

.content {
    background: #FFF;
	float: right;
    position: relative;
    width: 68%;
	z-index: 2;
}


/* -------------------------------------------------------------------------------- */
/*	3. Sidebar
/* -------------------------------------------------------------------------------- */


.blog-header,
.blog-menu,
.sidebar .widgets {
	padding-left: 15%;
	padding-right: 15%;
}

.blog-header { text-align: center; }


/* Blog logo --------------------------------------- */


.blog-logo { display: inline-block; }

.blog-logo img {
	display: block;
	height: auto;
    max-width: 100%;
	width: auto;
}


/* Blog title --------------------------------------- */


.blog-title a {
    color: #FFF;
	display: block;
    font-family: 'Raleway', sans-serif;
	font-size: 1.75em;
    font-weight: 700;
    letter-spacing: 1px;
	line-height: 120%;
    margin-bottom: 10px;
	text-transform: uppercase;
}

.blog-title a:hover { color: #FF706C; }

.blog-description {
    color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 120%;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.nav-toggle,
.mobile-menu { 
    display: none; 
}

.blog-menu {
	padding-top: 15%;
	padding-bottom: 15%;
	margin-top: 15%;
	margin-bottom: 15%;
	background: #272F38;
	border-radius: 8px 0 0 8px;
}

.blog-menu a { 
	position: relative;
	display: block;
	padding: 8px 0;
	color: #FFF;
}

.blog-menu a:hover { padding-left: 10px; color: #FF706C; }

.blog-menu .current-menu-item > a { color: #FF706C; }
.blog-menu .current-menu-item a:hover { padding-left: 0; }

.blog-menu .sub-menu,
.blog-menu .children {
	margin-left: 25px;
}


/* -------------------------------------------------------------------------------- */
/*	5. Widgets
/* -------------------------------------------------------------------------------- */


.widget { 
	color: #FFF;
	padding-bottom: 40px;
	border-bottom: 4px solid rgba(255,255,255,0.1);
	margin-bottom: 40px;
	font-size: 0.9em;
}

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

.widget-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
}

/* widget content */

.widget-content {
	color: rgba(255,255,255,0.7);
	line-height: 150%;
}

.widget-content *:last-child { margin-bottom: 0; }

.widget-content a:hover { text-decoration: underline }

.widget-content .textwidget { line-height: 160%; }

.widget-content p {
	line-height: 160%;
	margin-bottom: 1em;
}

.widget-content li ul { padding-left: 8px; }

.widget-content ul li {
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	line-height: 140%;
}

.widget-content ul li:first-child { border-top: 0; }


/* Widget recent entries --------------------------------------- */


.widget_recent_entries li .post-date { margin-left: 5px; color: rgba(255,255,255,0.4); }
.widget_recent_entries li .post-date:before { content: "("; }
.widget_recent_entries li .post-date:after { content: ")"; }


/* Widget search --------------------------------------- */


.widget_search .searchform #s {
	padding: 16px 45px 16px 16px;
	background: #48515C;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #FFF;
}

.widget_search .searchform #s:focus { color: #FFF; }

.widget_search .searchform .searchsubmit { right: 21px; }

.widget_search .searchform .searchsubmit,
.widget_search .searchform .searchsubmit:before { background: #FFF; }
.widget_search .searchform .searchsubmit:after { background: #48515C; }


/* Widget tag cloud --------------------------------------- */


.widget_tag_cloud .tagcloud a { font-size: 13px !important; }

.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.5);
	border-radius: 3px;
}

.tagcloud a:hover {
	background: #FF706C;
	text-decoration: none;
	color: #FFF;
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

#wp-calendar a { color: #FF706C; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption { text-transform: capitalize; }

#wp-calendar thead { 
	border-top: 1px solid #48515C;
	border-bottom: 1px solid #48515C;
}

#wp-calendar thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#wp-calendar tfoot { border-top: 1px solid #48515C; }
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: rgba(255,255,255,0.5);
	padding: 0.6em 0;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #FF6558;
}


/* Widget Flickr --------------------------------------- */


.flickr_badge_image {
	width: 30%;
	margin-bottom: 5%;
	margin-left: 5%;
	overflow: hidden;
	float: left;
	line-height: 0;
}

.flickr_badge_image a img {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.1);
}

.flickr_badge_image a:hover img { background: #FF706C; }

#flickr_badge_image1,
#flickr_badge_image4,
#flickr_badge_image7,
#flickr_badge_image10,
#flickr_badge_image13,
#flickr_badge_image16,
#flickr_badge_image19,
#flickr_badge_image22,
#flickr_badge_image25 {
	margin-left: 0;
}

.widgetmore a {
	display: block;
	clear: both;
	padding: 0.5em 0;
}


/* -------------------------------------------------------------------------------- */
/*	6. Main content
/* -------------------------------------------------------------------------------- */


.post,
.post.page,
.search .page {
	position: relative;
	background: #FFF;
	border-top: 4px solid #EEE;
}

.post:first-child,
.post.page-first-child { border-top: none; }

.post-inner { padding: 8%; }

/* Featured media --------------------------------------- */

.featured-media { 
	position: relative; 
	margin: 8% 8% 0 8%;
}

.featured-media + .post-inner { padding-top: 6%; }

.featured-media img { 
	display: block; 
	border-radius: 4px;
}

.featured-media iframe { 
	display: block;
	border: none; 
	max-width: 100%; 
	height: auto; 
}

.featured-media a:hover img { 
	opacity: 0.8; 
}

.featured-media .sticky-post {
	position: absolute;
	top: 5%;
	right: 0;
	padding: 8px 10px;
	border-radius: 4px 0 0 4px;
	background: #FF706C;
	color: #FFF;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
}

.media-caption-container { 
	position: absolute; 
	width: 95%; 
	margin-left: 2.5%; 
	bottom: 1.5em; 
	text-align: center; 
	font-size: 0.85em; 
}

.media-caption { 
	display: inline-block; 
	padding: 7px 11px; 
	border-radius: 3px; 
	background: #262626; 
	background: rgba(38,38,38,0.75); 
	color: #FFF; 
	text-align: center; 
	line-height: 130%;
}

.featured-media a:hover .media-caption { 
	background: #262626; 
	color: #FFF; 
}

/* Post header --------------------------------------- */

.post-header { margin-bottom: 6%; }

.post-meta {
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta.light { 
	text-align: center;
	margin-bottom: 20px;
}

.post-meta a { color: #999; }
.post-meta a:hover { color: #FF706C; }

.post-meta .date-sep { margin: 0 5px; color: #DDD; }

.post-title {
	font-size: 2.3em;
	line-height: 120%;
	margin-bottom: 15px;
	font-weight: 700;
	color: #272F38;
	
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.post-title a { color: #272F38; }


/* -------------------------------------------------------------------------------- */
/*	7. Post formats
/* -------------------------------------------------------------------------------- */


.post.format-aside,
.post.format-aside + .post,
.post.format-quote,
.post.format-quote + .post {
	border-top: none;
}

/* Format aside --------------------------------------- */

.blog .format-aside,
.archive .format-aside,
.search .format-aside { background: #EEE; }

/* Format quote --------------------------------------- */

.blog .format-quote,
.archive .format-quote,
.search .format-quote { background: #272F38; }

.blog .format-quote .post-meta.light,
.archive .format-quote .post-meta.light,
.search .format-quote .post-meta.light { 
	text-align: center;
	margin-bottom: 25px;
}

.blog .format-quote .post-meta.light a,
.archive .format-quote .post-meta.light a,
.search .format-quote .post-meta.light a { color: rgba(255,255,255,0.4); }
.blog .format-quote .post-meta.light a:hover,
.archive .format-quote .post-meta.light a:hover,
.search .format-quote .post-meta.light a:hover { color: #FFF; }

.blog .format-quote .date-sep,
.archive .format-quote .date-sep,
.search .format-quote .date-sep { color: rgba(255,255,255,0.2); }

.blog .format-quote blockquote,
.archive .format-quote blockquote,
.search .format-quote blockquote {
	padding: 0;
	text-align: center;
	color: #FFF;
	background: none;
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
}

.blog .format-quote blockquote p,
.archive .format-quote blockquote p,
.search .format-quote blockquote p { text-align: center; }

.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite {
	font-weight: 400;
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
}

.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite,
.blog .format-quote blockquote cite a,
.archive .format-quote blockquote cite a,
.search .format-quote blockquote cite a {
	color: #FFF;
}

.blog .format-quote blockquote cite a:hover,
.archive .format-quote blockquote cite a:hover,
.search .format-quote blockquote cite a:hover {
	color: #FF706C;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Single post
/* -------------------------------------------------------------------------------- */


.post-cat-tags {
	margin: 0 8% 4% 8%;
	position: relative;
	font-size: 0.9em; 
	font-weight: 400;
	color: #999;
}

.post-cat-tags a:hover { text-decoration: underline; }

.post-cat-tags p {
	display: inline-block;
	line-height: 130%;
}

.post-categories { margin-right: 20px; }

.post-tags { margin-top: 10px; }

/* post-nav */

.archive-nav.post-nav { background: #272F38; }

.archive-nav.post-nav a { background: #1B2027; }


/* -------------------------------------------------------------------------------- */
/*	9. Post content
/* -------------------------------------------------------------------------------- */


.post-content { font-size: 1.075em; }

.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 170%;
	margin-bottom: 1.1em;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 25px;
	color: #444;
	line-height: 120%;
}

.post-content h1 { font-size: 2em; font-weight: 700; }

.post-content h2 { font-size: 1.75em; font-weight: 700; }

.post-content h3 { font-size: 1.5em; font-weight: 700; }

.post-content h4 { font-size: 1.25em; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 25px;
}

.post-content blockquote {
	padding: 1em;
	font-size: 1.1em;
	line-height: 150%;
	color: #666;
	background: #EEE;
	font-family: 'Raleway', 'Helvetica Neue', sans-serif;
}

.post-content cite {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
	color: #666;
	font-size: 0.9rem;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 4px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ul ul li,
.post-content ul ol li,
.post-content ol ul li,
.post-content ol ol li {
	margin-top: 0.5em;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #f1f1f1;
}

.post-content a.more-link {
	display: inline-block;
	background: #272F38;
	padding: 15px 18px 18px;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1;
	border-radius: 4px; 
}

.post-content a.more-link:hover { 
	background: #FF706C;
	color: #FFF;
	text-decoration: none;
}


/* Post media --------------------------------------- */


.wp-caption,
.post-content img {
	max-width: 100%;
}

.wp-caption a,
.wp-caption img { display: block; }

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 40%;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1.2em;
}

.post-content .alignright {
	float: right;
	margin-left: 1.2em;
}

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

.post-content .alignnone { display: inline-block; }

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.85em;
	font-style: italic;
	padding-top: 0.5em;
	color: #888;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px 15px;
}

.post-content .gallery { margin-bottom: 1em !important; }

.post-content .gallery img { border: none !important; max-width: 100% !important; height: auto !important; }

.post-content .gallery a { display: block; padding: 10px; }

.post-content .gallery .gallery-item { margin: 0 !important; }


/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #444;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #FF706C;
	color: #fff;
}

.post-content label {
	font-family: 'Lato', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content input { font-family: 'Lato', sans-serif; }

.post-content input[type="file"] {
	padding: 12px;
	background: #FDFDFD;
	border: 1px solid #eee;
	border-radius: 3px;
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 1px solid #eee;
	background: #FDFDFD;
	border-radius: 4px;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition:    background 0.2s ease-in-out;
        -ms-transition:     background 0.2s ease-in-out;
        -o-transition:      background 0.2s ease-in-out;
	transition:             background 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="button"] + input[type="submit"] {
	margin-left: 8px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #FF706C;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	10. Comments
/* -------------------------------------------------------------------------------- */


.comments,
.comment-respond {
	padding: 8%;
}

.post + .comments { border-top: 2px solid #EEE; }

.comments-title,
#reply-title,
.pingbacks-title {
	font-size: 1.75em;
	font-weight: 400;
	color: #272F38;
}

.comments-title { margin-bottom: 8%; }

li.comment,
li > div.comment {
	margin-bottom: 25px;
	position: relative;
}

li > div.comment { 
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE; 
}

.commentlist > li:first-child > div.comment:first-child { border-top: 1px solid #EEE; padding-top: 25px; }

.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }

.comment .children li:last-child { margin-bottom: 0; }

.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
	margin-bottom: 0;
}


/* Pingback list --------------------------------------- */


.comments .pingbacks { margin-top: 5.5%; }

.pingbacks-inner { margin: 0 auto; }

.pingbacks-title { margin-bottom: 20px; }

.pingbacklist li {
	padding: 0.5em;
	line-height: 130%;
}

.pingbacklist a:hover { text-decoration: underline; }

.pingbacklist li:nth-child(odd) { background: #f9f9f9; }

.pingbacklist .comment-edit-link { color: #999; }
.pingbacklist .comment-edit-link:hover { color: #444; text-decoration: none; }


/* Comment meta --------------------------------------- */


.comment-meta { margin-bottom: 1em; }

.comment-meta .avatar {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 999px;
	float: left;
}

.comment-actions {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }

.comment-meta-content {
	margin-left: 70px;
	padding-top: 7px;
}

.comment-meta-content cite {
	font-size: 1.075em;
	color: #444;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}

.bypostauthor .comment-meta-content cite .post-author { 
	font-weight: 400; 
	color: #999; 
	margin-left: 3px; 
	letter-spacing: 0; 
}

.comment-meta-content cite a { color: #444; }
.comment-meta-content cite a:hover { color: #FF706C; }

.comment-meta-content p {
	font-size: 0.8em;
	text-transform: uppercase;
}

.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #FF706C; }

.comment-awaiting-moderation {
	position: absolute;
	right: 0;
	top: 4px;
	font-weight: bold;
	display: block;
	padding: 10px 14px;
	background: #CCC;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-awaiting-moderation:hover { background: #2d2d2d; }


/* Comment nav below --------------------------------------- */


.comment-nav-below {
	padding-top: 5%;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.9rem;
}

.comment-nav-below a { color: #666; }


/* Comment content --------------------------------------- */


.comment-content {
	margin-left: 70px;
	font-size: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.25em;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: none;
}


/* Respond --------------------------------------- */


.comment-respond { border-top: 4px solid #EEE; }

#reply-title { margin-bottom: 20px; }

#respond a:hover { text-decoration: underline; }

#respond .content-section-right {
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #EEE;
	z-index: 12;
}

.nocomments {
	padding: 8%;
	color: #666;
	text-align: center;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

#respond p,
#respond code {
	line-height: 150%;
}

.comment-form p { margin-bottom: 20px; }

.comment-form p:last-child { margin-bottom: 0; }

p.comment-notes,
p.logged-in-as {
	margin-bottom: 2em;
	color: #666;
}

#respond form label,
.comment-form .required { display: none; }

.comment-form input { max-width: 75%; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input.password,
.comment-form textarea {
	border: none;
	background: #FAFAFA;
	border-radius: 3px;
	padding: 16px;
	margin: 0;
	width: 100%;
	border: 1px solid #EEE;
	-webkit-appearance: none;
	font-size: 1em;
	color: #444;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
}

.comment-form textarea { line-height: 160%; height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input.password:focus,
.comment-form textarea:focus {
	outline: none;
	background-color: #EEE;
	color: #444;
}

.comment-form input {
	width: 75%;
	margin-bottom: 1em;
}

.comment-form input[type="submit"] {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 16px;
	margin-bottom: 0;
	border: none;
	background: #272F38;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 0.925rem;
	line-height: 1;
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: #FF706C;
	color: #FFF;
	text-decoration: none;
}

.comment-form input[type="submit"]:active {
	top: 1px;
	position: relative;
}

p.form-allowed-tags {
	margin-top: 1.5em;
	line-height: 160%
}

.form-submit { margin-top: 1.5em; }


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


.page-title { 
	position: relative;
	padding: 4% 8%;
	background: #EEE;
}

.page-title + .posts > .format-aside:first-child { border-top: 4px solid #DDD; }

.page-title h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #999;
}

.page-title .name:before {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background: #CCC;
	margin: 0 auto 15px auto;
}

.page-title .name {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	margin-top: 15px;
	color: #666;
	font-weight: 700;
}

.page-title p {
	display: block;
	margin-top: 25px;
	color: #888;
	text-align: center;
	font-style: italic;
	text-transform: none;
}

.page-title p:before {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	background: #CCC;
	margin: 0 auto 20px;
}


/* Archive nav --------------------------------------- */


.archive-nav {
	padding: 7% 8%;
	background: #EEE;
	font-size: 0.9em;
}

.archive-nav a { 
	margin: 0; 
	padding: 18px 20px;
	background: #353E49;
	float: left;
	border-radius: 4px;
	color: #FFF;
}

.archive-nav a:hover { background: #FF706C; color: #FFF; }

.archive-nav .post-nav-older { margin-right: 10px; }
.archive-nav .post-nav-newer { float: right; text-align: right; margin-left: 10px; }


/* -------------------------------------------------------------------------------- */
/*	12. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Search --------------------------------------- */


.searchform { 
	position: relative; 
	margin: 0;
}

.searchform #s {
	width: 99%;
	padding: 4.5% 12% 4.5% 4.5%;
	margin: 0;
	background: #DDD;
	font-family: 'Lato', sans-serif;
	font-size: 1.1rem;
	border: none;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #555;
}

.searchform #s:focus { 
	outline: none; 
	color: #555;
}

.searchform .searchsubmit {
	position: absolute;
	overflow: visible;
	right: 6%;
	top: 50%;
	margin-top: -12px;
	width: 19px;
	height: 19px;
	z-index: 2;
	border: none;
	opacity: 0.5;
	border-radius: 999px;
	background: #272F38;
	text-indent: -99999px;
}

.searchform .searchsubmit::before,
.searchform .searchsubmit::after {
	content: "";
	display: block;
	position: absolute;
}

.searchform .searchsubmit::before {
	height: 5px;
	width: 12px;
	top: 16px;
	right: -6px;
	z-index: 1;
	background: #272F38;
	border-radius: 0 1px 1px 0;
        -webkit-transform: rotate( 45deg );
        -moz-transform:    rotate( 45deg );
        -ms-transform:     rotate( 45deg );
        -o-transform:      rotate( 45deg );
	transform:             rotate( 45deg );
}

.searchform .searchsubmit::after {
	width: 13px;
	height: 13px;
	background: #DDD;
	top: 3px;
	left: 3px;
	z-index: 3;
	border-radius: 999px;
}

.searchform .searchsubmit:hover { 
	opacity: 1; 
}


/* Archives template --------------------------------------- */


.page-template-template-archives-php .post-content ul {
	margin-left: 0;
	list-style: none;
}

.page-template-template-archives-php .post-content ul li { margin-bottom: 0; line-height: 130%; }

.page-template-template-archives-php .post-content ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}

.page-template-template-archives-php .post-content ul li:last-child a { border-bottom: none; }

.page-template-template-archives-php .post-content ul.children li:first-child a { border-bottom: 1px solid #EEE; }

.page-template-template-archives-php .post-content ul li a span { color: #999; }

.page-template-template-archives-php .post-content ul li a:hover {
	text-decoration: none;
	color: #666;
}

.page-template-template-archives-php .post-content ul li a:hover {
	background-color: #F9F9F9;
	padding-left: 12px;
}

/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	padding: 8%;
	background: #272F38;
}

.footer .column {
	width: 46%;
	margin-left: 8%;
}

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


/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits {
	background: #FFF;
	color: #777;
	padding: 5% 8%;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits a { color: #777; }

.credits-left { float: left; }
.credits-right { float: right; }

.tothetop:hover { cursor: pointer; }

img#wpstats { display: none; }


/* -------------------------------------------------------------------------------- */
/*	15. Responsive
/* -------------------------------------------------------------------------------- */


@media (max-width: 1100px) {

	/* Structure --------------------------------------- */
	
	.wrapper { max-width: 100%; }
	
	/* Navigation --------------------------------------- */
	
	.blog-menu { 
		border-radius: 0; 
	}
	
}


@media (max-width: 788px) {

	body { background: #FFF; }
	
	/* Structure --------------------------------------- */
	
	.wrapper {
		max-width: 100%;
		background: none;
	}
	
	.sidebar,
	.content {
		float: none;
		clear: both;
		width: 100%;
	}
	
	/* Sidebar --------------------------------------- */
	
	.sidebar { 
		position: relative;
		margin: 0;
		background: #353E49;
	}
	
	.sidebar .blog-header { 
		padding: 40px 0; 
		position: relative; 
		max-width: 90%;
		margin: 0 auto;
	}
	
	.sidebar .blog-title,
	.sidebar .blog-description { text-align: center; }
	
	.sidebar .blog-title { margin-bottom: 10px; }
	.sidebar .blog-title a { display: inline; }
	
	.blog-menu,
	.sidebar .widgets { display: none; }
	
	/* Navigation toggle --------------------------------------- */
		
	.nav-toggle { 
		display: block; 
		padding: 20px 0 23px;
		background: #272F38;
		text-align: center;
	}
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bars,
	.nav-toggle p {
		display: inline-block;
	}
	
	.nav-toggle .bars {
		height: 10px;
		width: 15px;
		position: relative;
	}
	
	.nav-toggle .bar {
		width: 15px;
		height: 2px;
		background: #767676;
		border-radius: 2px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.nav-toggle .bar:nth-child(2) { top: 4px; }
	.nav-toggle .bar:nth-child(3) { top: 8px; }
	
	.nav-toggle p {
		font-size: 13px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #767676;
		margin-right: 6px;
		position: relative;
	}
	
	.nav-toggle .hide { display: none; }
	
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle.active p { color: #fff; } 
	
	.nav-toggle.active .bar { background: #fff; }
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { top: 4px; }
	
	.nav-toggle.active .bar:nth-child(2) { opacity: 0; }
	
	.nav-toggle.active .bar:nth-child(1) {
            -webkit-transform: rotate( 45deg );
            -moz-transform:    rotate( 45deg );
            -ms-transform:     rotate( 45deg );
            -o-transform:      rotate( 45deg );
		transform:             rotate( 45deg );
	}
	
	.nav-toggle.active .bar:nth-child(3) { 
            -webkit-transform: rotate( -45deg );
            -moz-transform:    rotate( -45deg );
            -ms-transform:     rotate( -45deg );
            -o-transform:      rotate( -45deg );
		transform:             rotate( -45deg );
	}
	
	.nav-toggle.active .hide { display: inline; }
	.nav-toggle.active .show { display: none; }
	
	/* Navigation --------------------------------------- */
		
	.mobile-menu { background: #272F38; }
		
	.mobile-menu a {
		display: block;
		padding: 25px 8%;
		font-size: 1rem;
		color: rgba(255,255,255,0.5);
	}
		
	.mobile-menu li { border-top: 1px solid #363E46; }
	
	.mobile-menu li li a { padding-left: 16%; }
	.mobile-menu li li li a { padding-left: 24%; }
	.mobile-menu li li li li a { padding-left: 32%; }
	.mobile-menu li li li li li a { padding-left: 40%; }
	.mobile-menu li li li li li li a { padding-left: 48%; }
	.mobile-menu li li li li li li li a { padding-left: 56%; }
	
	.mobile-menu a:hover { 
		color: #FFF; 
		background: #FF706C;
	}
	
	/* Main content --------------------------------------- */
	
	.post.has-featured-image { border-top: 0; }
	
	.featured-media { margin: 0; }
	
	.featured-media img { border-radius: 0; }
	
	/* Credits --------------------------------------- */
	
	.credits { padding: 40px 8%; }
	
}

@media (max-width: 600px) {
	
	body { font-size: 15px; }
	
	/* Header --------------------------------------- */
	
	.sidebar .blog-header { padding: 50px 0; }
	
	/* Navigation --------------------------------------- */
	
	.mobile-menu li a { padding: 20px 8%; }
	
	/* Main content --------------------------------------- */
	
	.post-header { margin-bottom: 25px; }
	
	.post-title { font-size: 1.75em; }
	
	.post-header .post-author,
	.post-header .date-sep:nth-of-type(2) { display: none; }
	
	.media-caption-container {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		margin: 0;
	}
	
	.media-caption {
		padding: 10px;
		border-radius: 0 0 4px 4px;
		background: #EEE;
		color: #666;
		width: 100%;
	}
	
	.featured-media a:hover .media-caption { background: #EEE; color: #666; }
	
	/* Single post --------------------------------------- */
	
	.post-cat-tags { margin-bottom: 20px; }
		
	/* Post formats --------------------------------------- */
	
	.blog .format-quote blockquote,
	.archive .format-quote blockquote,
	.search .format-quote blockquote { font-size: 1.1em; }
	
	.blog .format-quote blockquote p,
	.archive .format-quote blockquote p,
	.search .format-quote blockquote p { line-height: 150%; }

	/* Post content --------------------------------------- */
	
	.post-content h1,
	.post-content h2,
	.post-content h3 { font-size: 1.25em; font-weight: 700; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }
	
	.post-content .alignleft,
	.post-content .alignright { 
		float: none; 
		max-width: 100%;
		margin: 0 auto 1.2em auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img { 
		display: block;
		margin: 0 auto;
	}
	
	/* Comments --------------------------------------- */
	
	.comment-meta .avatar { width: 40px; height: 40px; }
	
	.comment-meta-content { padding-top: 4px; margin-left: 55px; }
	
	.comment-content { margin-left: 0; }
	
	.comment-nav-below { font-size: 0.85em; letter-spacing: 1px; }
	
	.comment-nav-below span { display: none; }
	
	/* Respond --------------------------------------- */
		
	.comment-form input { max-width: 100%; }
	
	/* Pagination --------------------------------------- */
	
	.page-title { padding: 25px 8%; }
	
	.page-title h4 { line-height: 1em; }
	
	.archive-nav a { padding: 14px 16px; }
	
	.archive-nav.post-nav a { margin: 5px 0; }
	
	/* Pagination --------------------------------------- */
	
	.footer { padding: 30px; }
	
	.footer .column {
		width: 100%;
		margin-left: 0;
		padding-top: 40px;
		border-top: 4px solid rgba(255,255,255,0.1);
		margin-top: 40px;
	}
	
	.footer .column:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
	
	.widget {
		margin-bottom: 40px;
		border-bottom: 4px solid rgba(255,255,255,0.1);
		padding-bottom: 40px;
	}
		
	/* Credits --------------------------------------- */
	
	.credits { 
		padding: 30px 8%; 
		text-align: center;
	}
	
	.credits-inner { padding: 0; border: none; }
	
	.credits p { 
		display: inline-block; 
		float: none;
	}
	
	.credits-right span { display: none; }
	
}

@media ( max-width: 500px ) {
	
	
	/* sidebar */
	
	.sidebar .blog-header { padding: 25px 0; }
	
	
}

@media (max-width: 400px) {
	
	/* Page & Page Templates --------------------------------------- */
	
	.searchform #s { 
		font-size: 1rem; 
		padding: 16px 45px 16px 16px;
	}
	
	.searchform .searchsubmit { right: 20px; }
	
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */

html {
	background: #003366;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	color: #444;
	background: none;
	background-attachment:fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper { 
	width: 1260px;
	background: none;
	margin-bottom: 20px;
}

.sidebar {
	margin: 0;
	padding-right: 20px;
}

.content {
	background: none;
}


/* -------------------------------------------------------------------------------- */
/*	3. Sidebar
/* -------------------------------------------------------------------------------- */


.widgets {
	padding-top: 15%;	
	padding-bottom: 15%;
	background-color: #000;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.widgets .fb_loader {
	display: none;
}

.blog-header {
	padding: 20px 0px;
	text-align: left;
	/* background-image: url(/wordpress/wp-content/themes/ksv/images/header.jpg);
	background-size: 100%;
	background-position: center; */
}

.header-logo {
	width: 32%;
	text-align: center;
}

.header-title {
	width: 68%;
	float: right;
	padding: 20px 5.5%;
	box-sizing: border-box;
}


/* Blog logo --------------------------------------- */


.blog-logo {
	padding: 0px 20px;
}

.blog-logo img {
	max-height: 250px;
}


/* Blog title --------------------------------------- */


.blog-title a {
	font-size: 68px;
	margin-bottom: 0px;
}

.blog-title a:hover {
	color: #DD0000;
}

.blog-description {
	font-size: 38px;
	color: #FFF;
	color: rgba(255,255,255,0.75);
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.blog-menu {
	background-color: #002255;
	background-color: rgba(0,34,85,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.blog-menu .navigation {
	margin-left: 24px;
}

.blog-menu .current-menu-ancestor > a,
.blog-menu .current-menu-item > a {
	color: #DD0000;
	font-weight: bold;
}

.blog-menu .current-menu-item a:hover {
	padding-left: 10px;
}

.blog-menu > .navigation > .menu-item > a:before,
.mobile-menu > .navigation > .menu-item > a:before {
    content: " ";
    position: absolute;
	width: 16px;
	height:16px;
    left: -24px;
    top: 8px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blog-menu a:hover:before,
.mobile-menu a:hover:before {
	margin-left: 10px;
}

.post-category .category-item > a + a:before {
	content: "/ ";
	padding-left: 4px;
}

.post-category .category-item > a + a:hover:before {
	color: #666;
	cursor: default;
}

.blog-menu .menu-item-906 > a:before,
.mobile-menu .menu-item-906 > a:before,
.post-category .category-item-1 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/gesamtverein.png');
}

.blog-menu .menu-item-315 > a:before,
.mobile-menu .menu-item-315 > a:before,
.post-category .category-item-3 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/fussball.png');
}

.blog-menu .menu-item-324 > a:before,
.mobile-menu .menu-item-324 > a:before,
.post-category .category-item-14 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/sg-borkum.png');
}

.blog-menu .menu-item-327 > a:before,
.mobile-menu .menu-item-327 > a:before,
.post-category .category-item-4 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/tennis.png');
}

.blog-menu .menu-item-6856 > a:before,
.mobile-menu .menu-item-6856 > a:before,
.post-category .category-item-43 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/pickleball.png');
}

.blog-menu .menu-item-337 > a:before,
.mobile-menu .menu-item-337 > a:before,
.post-category .category-item-15 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/fitness-und-turnen.png');
}

.blog-menu .menu-item-354 > a:before,
.mobile-menu .menu-item-354 > a:before,
.post-category .category-item-16 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/tischtennis.png');
}

.blog-menu .menu-item-355 > a:before,
.mobile-menu .menu-item-355 > a:before,
.post-category .category-item-17 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/volleyball.png');
}

.blog-menu .menu-item-356 > a:before,
.mobile-menu .menu-item-356 > a:before,
.post-category .category-item-18 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/basketball.png');
}

.blog-menu .menu-item-5269 > a:before,
.mobile-menu .menu-item-5269 > a:before,
.post-category .category-item-35 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/ballsport.png');
}

.blog-menu .menu-item-357 > a:before,
.mobile-menu .menu-item-357 > a:before,
.post-category .category-item-19 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/faustball.png');
}

.blog-menu .menu-item-358 > a:before,
.mobile-menu .menu-item-358 > a:before,
.post-category .category-item-11 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/badminton.png');
}

.blog-menu .menu-item-359 > a:before,
.mobile-menu .menu-item-359 > a:before,
.post-category .category-item-12 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/judo.png');
}

.blog-menu .menu-item-1726 > a:before,
.mobile-menu .menu-item-1726 > a:before,
.post-category .category-item-32 > a:first-child:before {
	background-image: url('/wordpress/wp-content/themes/ksv/images/menuicons/cricket.png');
}

.blog-menu .menu-item > .sub-menu,
.mobile-menu .menu-item > .sub-menu {
	display: none;
}

.blog-menu .menu-item.current-menu-item > .sub-menu,
.mobile-menu .menu-item.current-menu-item > .sub-menu,
.blog-menu .menu-item.current-menu-ancestor > .sub-menu,
.mobile-menu .menu-item.current-menu-ancestor > .sub-menu {
	display: block;
}


/* -------------------------------------------------------------------------------- */
/*	5. Widgets
/* -------------------------------------------------------------------------------- */

.widget-title {
	color: #DD0000;
}


/* widget content */

.widget-content ul li {
	border-bottom: none;
}

.widgets .widget-content a {
	color: #FFFFFF;
	color: rgba(255,255,255,0.9);
}

.widgets .widget-content a:hover {
	text-decoration: none;
}

/* widget custom recent entries */

.widget_custom_recent_entries li .categories {
	font-size: 0.9em;
}

.widget_custom_recent_entries li .post-date {
	margin-left: 0px;
	color: rgba(255,255,255,0.7);
}

.widget_custom_recent_entries li .categories,
.widget_custom_recent_entries li .categories a {
    color: rgba(255,255,255,0.4);
}

.widget_custom_recent_entries a:hover,
.widget_custom_recent_entries li .categories a:hover {
    color: #dd0000;
}

/* Widget search --------------------------------------- */


.widget_search .searchform #s {
	background: #FFF;
	color: #555;
}

.widget_search .searchform #s:focus { color: #444; }

.widget_search .searchform .searchsubmit,
.widget_search .searchform .searchsubmit:before { background: #555; }
.widget_search .searchform .searchsubmit:after { background: #FFF; }


/* -------------------------------------------------------------------------------- */
/*	6. Main content
/* -------------------------------------------------------------------------------- */

.post-header {
	margin-bottom: 4%;
}

.post-category {
	text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1.125em;
    margin-bottom: 4%;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-category:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #CCC;
    margin: 4% auto 0 auto;
}

.post-category .category-item > a {
	color: #666;
}

.post-category .category-item > a:hover {
    color: #dd0000;
}

.post-category .category-item > a:before {
    content: " ";
	display: inline-block;
	position: relative;
	width: 16px;
	height:16px;
    top: 1px;
	margin-right: 7px;
}

.post,
.post.page,
.search .page,
.blog .posts .format-aside,
.archive .posts .format-aside,
.search .posts .format-aside {
	background: none;
	border-top: none;
	margin-bottom: 20px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



/* Post header --------------------------------------- */

.post-meta {
	color: #777;
	font-size: 0.75em;
}

.post-meta a {
	color: #777;
}

.post-meta .date-sep {
	color: #BBB;
}

.post-title {
	font-size: 2em;
	word-wrap: break-word;
}

.post-meta-bottom {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------------------- */
/*	7. Post formats
/* -------------------------------------------------------------------------------- */


/* Format aside --------------------------------------- */

.blog .format-aside,
.archive .format-aside,
.search .format-aside {
	background: inherit;
}

/* Format quote --------------------------------------- */

.blog .format-quote,
.archive .format-quote,
.search .format-quote {
	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.7);
}

.blog .format-quote .post-content p,
.archive .format-quote .post-content p,
.search .format-quote .post-content p {
	font-style: italic;
	font-size: 1.25em;
	text-align: center;
}

.blog .format-quote .post-category a,
.archive .format-quote .post-category a,
.search .format-quote .post-category a {
	color: rgba(255,255,255,0.6);
}

.blog .format-quote .post-category a:hover,
.archive .format-quote .post-category a:hover,
.search .format-quote .post-category a:hover {
    color: #dd0000;
}


/* -------------------------------------------------------------------------------- */
/*	8. Single post
/* -------------------------------------------------------------------------------- */

.post-cat-tags {
	display: none;	
}


/* post-nav */

.archive-nav.post-nav { 
	background: none;
}

.archive-nav.post-nav a {
	background: none;
}

.archive-nav.post-nav a + a {
    margin-top: 15px;
}


/* -------------------------------------------------------------------------------- */
/*	9. Post content
/* -------------------------------------------------------------------------------- */


.post-content {
	font-size: 1em;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 175%;
}


/* Tables --------------------------------------- */

.post-content th,
.post-content td {
	border-bottom: none;
}

.post-content table tbody > tr:nth-child(odd) > td {
	background: #c8c8c8;
	background-color: rgba(200,200,200,0.2);
}


/* -------------------------------------------------------------------------------- */
/*	10. Comments
/* -------------------------------------------------------------------------------- */


.comments,
.comment-respond {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

/* Respond --------------------------------------- */

.comment-respond {
    border-top: none;
}

.nocomments {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input.password,
.comment-form textarea {
    background-color: rgba(255,255,255,0.4);
	border: 1px solid rgba(0,0,0,0.2);
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input.password:focus,
.comment-form textarea:focus {
    background-color: rgba(255,255,255,0.6);
}

.comment-form input[type="submit"] {
	background: #002255;
}

.comment-form input[type="submit"]:hover {
	background: #dd0000;
}


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */

.page-title {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}


/* Archive nav --------------------------------------- */


.archive-nav {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: inherit;
}

.archive-nav a {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #dd0000;
	background: none;
}

.archive-nav a:hover {
    color: #dd0000;
	background: none !important;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits {
	background: none;
}

.credits,
.credits a {
    color: #FFF;
	color: rgba(255,255,255,0.9);
}

.footer-menu {
	float: left;
	display: inline-block;
}


.footer-menu li {
	display: inline-block;
	margin: 0 5px;
	margin: 0 0.2em;
}

.footer-menu li a {
	/*
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	*/
}

.footer-menu li a:hover {
	color: #DD0000;
}
 
.credits #menu-footer-menue,
.credits-right    { 
    padding-bottom: 1.2em
}


/* -------------------------------------------------------------------------------- */
/*	16. Custom
/* -------------------------------------------------------------------------------- */


a.read-more {
	display: block;
	margin-top: 1.1em;
}

.post-related {
    background-color: #FFF;
    background-color: rgba(255,255,255,0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

p + .yarpp-related {
	margin-top: 4% !important;
	font-size: 0.9em;
}

.yarpp-related li {
    margin-top: 0.3em;
	margin-bottom: 0;
}

.yarpp-related .related-post-date {
	color: #777;
    color: rgba(0,0,0,0.4);
}

#cookie-law-info-bar {
	padding-right: 30px;
	filter: alpha(opacity=95);
    opacity: .95;
	box-shadow: 0px 5px 20px #000;
}

#cookie-law-info-bar .cookie-law-longtext {
	vertical-align: baseline;
}

#cookie-law-info-bar .cli-plugin-main-link:hover {
	text-decoration: underline;
}

#cookie-law-info-bar .cli-plugin-main-button {
	position: absolute;
	right: 12px;
	top: 6px;
	font-size: 110%;
	font-weight: bold;
}

#cookie-law-info-bar .cli-plugin-main-button:hover {
	color: #dd0000 !important;
}

.ksv_contact {
    height: 350px;
    background-color: rgba(204,204,204,0.2);
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

.ksv_contact > h3 {
    text-align: center;
    font-size: 1.1em;
    margin: 0 0 15px;
    min-height: 1.35em;
	word-wrap: break-word;
}

.ksv_contact > p {
    text-align: center;
    line-height: 125%;
    margin-bottom: 0.5em;
	word-wrap: break-word;
}

.ksv_contact img {
	max-width: 100%;
    max-height: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ksv_button {
	display: inline-block;
    width: auto;
    max-width: none;
    padding: 16px;
    border: none;
    background: #272F38;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 0.925rem;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ksv_button:hover {
    cursor: pointer;
    background: #DD0000;
    color: #FFF;
    text-decoration: none;
}

.ksv_link {
	text-align: center;
}

.ksv_link img {
	width: 100%;
	max-width: 120px;
	display: block;
	margin: auto;
}


/* -------------------------------------------------------------------------------- */
/*	15. Responsive
/* -------------------------------------------------------------------------------- */


@media (max-width: 1484px) {
	
	/* Sidebar --------------------------------------- */
	
	.blog-title a {
		font-size: 4.6vw;
	}
	
	.blog-description {
		font-size: 2.5vw;
	}
	
}

@media (max-width: 1100px) {

	/* Structure --------------------------------------- */
	
	.wrapper {
		max-width: 100%;
		margin-bottom: 0;
	}
	
	.content {
		border-radius: 0;
	}
	
	
	/* Sidebar --------------------------------------- */
	
	.blog-title a {
		font-size: 5.4vw;
	}
	
	.blog-description {
		font-size: 3vw;
	}
	
	/* Navigation --------------------------------------- */
	
	.blog-menu { 
		-webkit-border-radius: 0 5px 5px 0; 
		-moz-border-radius: 0 5px 5px 0; 
		border-radius: 0 5px 5px 0; 
	}
	
	
	/* Main-Content --------------------------------------- */
	
	.post,
	.post.page,
	.search .page,
	.blog .posts .format-aside,
	.archive .posts .format-aside,
	.search .posts .format-aside {
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
	}
}


@media (max-width: 788px) {

	/* Structure --------------------------------------- */
	
	.content {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Sidebar --------------------------------------- */
	
	.sidebar { 
		background: none;
		padding: 0 10px 10px 10px;
	}

	
	/* Navigation toggle --------------------------------------- */
		
	.nav-toggle { 
		background-color: #002255;
		background-color: rgba(0,34,85,0.9);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.nav-toggle .bar {
		background: #FFFFFF;
	}
	
	.nav-toggle p {
		color: #FFFFFF;
	}
	
	
	/* Navigation --------------------------------------- */
		
	.mobile-menu {
		background-color: #002255;
		background: rgba(0,34,85,0.9);
	}
		
	.mobile-menu a {
		color: #FFFFFF;
		position: relative;
		margin-left: 24px;
	}
	
	.mobile-menu li {
		border-top: 1px dashed #1f4293;
		position: relative;
		/* border-image-source: url(/wordpress/wp-content/themes/ksv/images/dot.gif); */
	}
	
	.mobile-menu .current-menu-ancestor > a,
	.mobile-menu .current-menu-item > a {
		color: #DD0000;
		font-weight: bold;
	}
	
	.mobile-menu > .navigation > .menu-item > a:before {
		content: " ";
		position: absolute;
		width: 16px;
		height:16px;
		left: -24px;
		top: 0px;
		margin: 25px 8%;
	}
	
	.mobile-menu .menu-item a:hover { 
		 
		background: inherit;
	}
	
	/* Main-Content --------------------------------------- */
	
	.post,
	.post.page,
	.search .page,
	.blog .posts .format-aside,
	.archive .posts .format-aside,
	.search .posts .format-aside {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	/* Custom --------------------------------------- */
	
	#cookie-law-info-bar .cookie-law-longtext {
		display: none;	
	}
	
}

@media (max-width: 600px) {
	
	/* Navigation --------------------------------------- */

	.mobile-menu > .navigation > .menu-item > a:before {
		margin: 20px 8%;
	}

	/* Main content --------------------------------------- */
	
	.post-title {
		font-size: 1.75em;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
    	hyphens: auto;
	}
    
    /* Credits --------------------------------------- */
	
	.credits #menu-footer-menue {
        text-align: center;
    }
    
    .credits #menu-footer-menue,
    .credits-right    { 
        line-height: 150%;
        padding-bottom: 0.8em
	}
    
    .credits-right span {
        display: inline;
    }

}

@media (min-width: 501px) {
	
	/* Background --------------------------------------- */

	html {
		background-image: url(/wordpress/wp-content/themes/ksv/images/background-2-2000.jpg);
	}

	body {
		background-image: url(/wordpress/wp-content/themes/ksv/images/background-1-2000.jpg);
	}

}

@media (max-width: 500px) {
	
	/* Background --------------------------------------- */

	html {
		background-image: url(/wordpress/wp-content/themes/ksv/images/background-2-1000.jpg);
	}

	body {
		background-image: url(/wordpress/wp-content/themes/ksv/images/background-1-1000.jpg);
	}

}


/* -------------------------------------------------------------------------------- */
/*	17. Gallery
/* -------------------------------------------------------------------------------- */

.post-content .gallery .gallery-item {
	line-height: 1em;
}

.post-content .gallery .gallery-item a {
	padding: 10px;
}

.post-content .gallery .gallery-item img {
	padding: 10px;
}

.post-content .gallery .gallery-item a img {
	padding: 0px;
}

.post-content .gallery-caption {
    font-size: 17px;
	line-height: 25px;
}

@media (max-width: 600px) {
	
	.post-content .gallery .gallery-item a {
		padding: 5px;
	}

	.post-content .gallery .gallery-item img {
		padding: 5px;
	}
	
	.post-content .gallery .gallery-item a img {
		padding: 0px;
	}

	.post-content .gallery-caption {
		font-size: 14px;
		line-height: 20px;
		padding: 0 5px 10px;
		word-wrap: break-word;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
	}

}


/* -------------------------------------------------------------------------------- */
/*	18. The Events Calendar
/* -------------------------------------------------------------------------------- */

:root {
	--tec-color-accent-primary: #dd0000 !important;
	--tec-font-family-sans-serif: 'Lato', 'Helvetica Neue', sans-serif !important;
}

.tribe-events.tribe-events-widget {
	color: #FFF;
	padding-bottom: 40px;
	border-bottom: 4px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 40px;
	font-size: 0.9em;
}

.tribe-events.tribe-events-widget .tribe-events-widget-events-list__header h2 {
	color: #dd0000;
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}


.tribe-events.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events span,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__events time,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a:active,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a:focus,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a:hover,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a:visited {
	color: #fff;
	color: rgba(255,255,255,0.9);
}

.tribe-events.tribe-events-widget .tribe-events-widget-events-list a:hover {
	color: #dd0000;
}

.tribe-events.tribe-events-widget .tribe-events-widget-events-list a.tribe-events-widget-events-list__view-more-link,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a.tribe-events-widget-events-list__view-more-link:active,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a.tribe-events-widget-events-list__view-more-link:focus,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a.tribe-events-widget-events-list__view-more-link:hover,
.tribe-events.tribe-events-widget .tribe-events-widget-events-list a.tribe-events-widget-events-list__view-more-link:visited {
	text-transform: none;
	border: none;
	color: rgba(255,255,255,0.4);
}

.tribe-events.tribe-events-widget .tribe-events-widget-events-list a.tribe-events-widget-events-list__view-more-link:hover {
	color: #dd0000;
}html.fancybox-active:not(.fancybox-allowscroll),html.fancybox-active:not(.fancybox-allowscroll) body{touch-action:none;overscroll-behavior:none;-webkit-overflow-scrolling:auto;overflow:hidden;}html.fancybox-active:not(.fancybox-allowscroll) body{margin-right:var(--vertical-scrollbar);margin-bottom:var(--horizontal-scrollbar);}html.fancybox-active:not(.fancybox-allowscroll) body.rtl{margin-right:0;margin-left:var(--vertical-scrollbar);}#fancybox-loading,#fancybox-loading div,#fancybox-overlay,#fancybox-wrap *,#fancybox-wrap *::before,#fancybox-wrap *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#fancybox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:111100;display:none;}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:111101;display:none;outline:none!important;}#fancybox-outer{position:relative;width:100%;height:100%;box-shadow:0 0 20px #111;-moz-box-shadow:0 0 20px #111;-webkit-box-shadow:0 0 20px #111;background:#fff;}#fancybox-content{position:relative;width:100%;height:100%;overflow:hidden;z-index:111102;border:0 solid #fff;background:#fff;background-clip:padding-box;}#fancybox-content>*{max-width:100%;max-height:100%;-webkit-overflow-scrolling:touch;}#fancybox-error{color:#444;padding:14px;margin:0;}#fancybox-frame,#fancybox-img{width:100%;height:100%;border:none;}#fancybox-img{padding:0;margin:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{display:block;z-index:0}.fancy-ico{position:absolute;width:48px;height:48px;border-radius:50%;}.fancy-ico span{display:block;position:relative;left:12px;top:12px;width:24px;height:24px;border-radius:50%;background:#000;border:2px solid white;box-shadow:0 0 4px #000;transition:transform .25s ease-in-out;}#fancybox-close:hover span,#fancybox-next:hover span,body.rtl #fancybox-prev:hover span{transform:rotate(360deg);}#fancybox-prev:hover span,body.rtl #fancybox-next:hover span{transform:rotate(-360deg);}#fancybox-close{top:-24px;right:-24px;cursor:pointer;z-index:111105;display:none;}#fancybox-close span::after,#fancybox-close span::before{content:'';position:absolute;top:9px;left:4px;width:12px;height:2px;background-color:#fff;}#fancybox-close span::before{transform:rotate(45deg);}#fancybox-close span::after{transform:rotate(-45deg);}#fancybox-prev,#fancybox-next{top:50%;margin-top:-24px;cursor:pointer;z-index:111102;display:none;}#fancybox-next,body.rtl #fancybox-prev{left:auto;right:-24px;}#fancybox-prev,body.rtl #fancybox-next{left:-24px;right:auto;}#fancybox-prev span::after,#fancybox-next span::after{content:'';position:absolute;top:6px;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;}#fancybox-prev span::after,body.rtl #fancybox-next span::after{transform:rotate(-135deg);left:7px;}#fancybox-next span::after,body.rtl #fancybox-prev span::after{transform:rotate(45deg);left:initial;right:7px;}#fancybox-title-wrap{z-index:111104;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background-color:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;font-weight:600;}.fancybox-title-over{position:absolute;width:100%;bottom:0;left:0;color:#fff;text-align:left;}body.rtl .fancybox-title-over{text-align:right}.fancybox-title-over #fancybox-title{padding:10px;background:rgba(0,0,0,.6);display:block;}.fancybox-title-float{text-align:center;}.fancybox-title-float #fancybox-title{display:table;margin:-12px auto;height:24px;padding:0 15px;line-height:20px;font-size:14px;color:#fff;background:#000;border:2px solid #fff;border-radius:12px;box-shadow:0 0 4px #000;position:relative;z-index:111104;}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:rgba(0,0,0,.9);border-radius:5px;cursor:pointer;overflow:hidden;z-index:111104;display:none;}#fancybox-loading div{transform-origin:20px 20px;animation:fancybox-loading 1.2s linear infinite;}#fancybox-loading div::after{content:'';display:block;position:absolute;top:7px;left:19px;width:2px;height:7px;border-radius:20%;background:#fff;}#fancybox-loading div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s;}#fancybox-loading div:nth-child(2){transform:rotate(30deg);animation-delay:-1s;}#fancybox-loading div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s;}#fancybox-loading div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s;}#fancybox-loading div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s;}#fancybox-loading div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s;}#fancybox-loading div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s;}#fancybox-loading div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s;}#fancybox-loading div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s;}#fancybox-loading div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s;}#fancybox-loading div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s;}#fancybox-loading div:nth-child(12){transform:rotate(330deg);animation-delay:0s;}@keyframes fancybox-loading{0%{opacity:1}100%{opacity:0}}.fancybox-hidden{display:none;}#fancybox-content .fancybox-hidden,#fancybox-tmp .fancybox-hidden{display:revert;}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}