/*
	Theme Name: wintertenen
	Theme URI: none
	Description: Theme voor www.wintertenen.com
	Version: 1.0
	Tags: HTML5, CSS3
*/

/* -------------- RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* SHOWING ADSENSE AS YELLOW BLOCK --- REMOVE IN LIVE SITE*/ 
ins {
	padding: 1px 2px;
	background: #fff;
	text-decoration: none;
}
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px; 
	font-size: 1.4rem;
    font-weight: normal;
	line-height: 1.625em;
	background-color: #F5F5F5;
    color: #555555;
	word-spacing: 1px;
	letter-spacing: 0.1px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a, a:active{
    color:#444;
}
a:link, a:visited  {
	color: #00cccc;
	text-decoration:underline;
}
a {
	text-decoration:none;
}
a:hover {
	color:#00cccc;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, input:hover {
	outline:0;
}
h1 { 
	font-size: 26px; 
	font-size: 2.6rem;
	font-weight: bold;
	color: #00cccc;
	margin-bottom: 20px;
} 
h2 {
    font-size: 22px;
	font-size: 2.2rem;
	color: #111111;
	margin-bottom: 10px;
}
h3,
h4 {
	font-size: 18px;
    font-size: 1.8rem;
	color: #000000;
	margin-bottom: 5px;
}
p, pre {
	margin-bottom: 1em;
}
div, textarea, table, td, th, code, pre, samp {
    /*-moz-hyphens: auto;
    word-wrap: break-word;*/
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.site-container {
	position:relative;
	background: #ffffff;
}
/* sidebar */
.sidebar {
	padding: 0 0.5em 0;
	width: 100%;
	margin-bottom: 10px;
}
.sidebar a {
	color: #ffffff;
}
.sidebar .sidebar-widget h4 {
	color: #00cccc;
	padding: 5px 15px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sidebar .sidebar-widget > div {
	background: #313131;
	border: 3px solid #8c8c8c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 5px;
	position:relative;
}
.sidebar .sidebar-widget li a:before {
    content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 10px;
}
.sidebar .sidebar-widget ul {
	padding: 0px 10px;
}
.sidebar .sidebar-widget ul a:hover {
	color: #00cccc;
}
.sidebar .sidebar-widget > div {
	margin-top: 10px;
}
.sidebar a, .sidebar .sidebar-widget {
	text-decoration: none;
}
.sidebar .sidebar-widget ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
	border-radius: 0;
	background: none !important;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 1px dotted #DDDDDD;
}
.sidebar .sidebar-widget .sub-menu li {
	border-bottom: none;
}
.sidebar .children {
	margin-top: 5px;
	margin-left: 10px;
	background: none;
}
.sidebar .widget_ad {
	text-align: center;
}
.sidebar .textwidget {
	padding: 10px;
}
.widget_style {
	background: none repeat scroll 0 0 #00cccc;
    display: block;
    height: 4px;
    left: 75%;
	margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 50px;
}
/* article */
article {
	width: 100%;
	padding: 0 1em;
	margin-bottom: 10px;
}
/* content footer */
.content-footer {
	background: none repeat scroll 0 0 #F0F0F0;
	width: 100%;
	padding: 2em;
}
/* footer */
.site-footer {
	margin: 0 auto;
	width: 100%;
	background: #313131;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	border-top: 5px solid #00cccc; 
}

.site-footer a, .site-footer a:link, .site-footer a:active, .site-footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
.site-footer a:hover {
	color: #00cccc;
}
/*Footer Menu Styling*/
.site-footer .footer-menu {
    display: block;
	text-align:center;
}
.site-footer .footer-menu .menu {
	margin: auto;
}
.site-footer .footer-menu .menu li {
	display: inline-block;
	text-align:center;
}
.site-footer .footer-menu .menu a {
	color: #FFFFFF;
	margin: 0 10px;
}
.site-footer .footer-menu .menu a:hover {
	color: #00cccc;
}
.site-footer .copyright {
	margin: 10px 0;
	padding: 0 1em;
}
.site-footer .footer-menu, .backtotop {
}
.site-footer .footer-menu {
}
.backtotop a:before {
	content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
}
.backtotop {
	margin: 5px 0;
}
/*------------------------------------*\
    Menu
\*------------------------------------*/
.main-menu {
	background: #003399; 
	border-top: none;
}
.main-menu ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000099;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.main-menu ul li a{
	border-top: 1px solid #0033cc;
}
.main-menu ul li ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000099;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0 0;
	background: none repeat scroll 0 0 transparent !important;
}
.main-menu ul ul {
	background: none repeat scroll 0 0 #003399 !important;
}
.main-menu li a {
	color: #DDDDDD;
}
.main-menu ul li.current_page_item > a,
.main-menu ul li.current-menu-item > a {
	color:  #00cccc;
}
.main-menu {
    display: block;
    float: left;
	margin: 0 auto 1em;
    width: 100%;
}
.main-menu ul,
.main-menu  ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu li,
.main-menu .menu li {
    position: relative;
}
.main-menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
}
.main-menu ul ul.active {
	display: block;
	position: relative;
}
.main-menu ul ul li {
	float: none;
}
.main-menu a {
    display: block;
	line-height: 2.2em;
    padding: 0 1.8em;
    text-decoration: none;
    font-weight: normal;
}
.main-menu li:hover > a,
.main-menu ul ul :hover > a {
    background: #0033CC;
    color: #FFFFFF;
}
.main-menu ul ul a {
    padding: 0 2.5em;
}
.main-menu ul ul  ul a {
    padding: 0 3.5em;
}
.navtoggle,
.toggle-link {
	display: block;
}
.main-menu .navtoggle {
	width: 100%;
	padding: .8em 1em;
	text-align: right;
	background: none;
	border: none;
	cursor: pointer;
	color: white;
}
.navtoggle {
	position: relative;
}
.menu-link {
	border-bottom: 5px solid  #00cccc !important;
}
.navtoggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
	font-size: 16px;
    font-size: 1.6rem;
    padding-right: 0.5em;
}
.toggle-link {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 50px;
	border: none;
	z-index: 200;
	font-size: 0;
	background: rgba(255, 255, 255,0.1);
	cursor: pointer;
}
.js .main-menu > ul {
	overflow: hidden;
	max-height: 0em;
}
.main-menu .active + ul,
.main-menu .keyboardactive + ul {
	max-height: 90em;
}
.main-menu .menu .has-subnav > .toggle-link:after {
	content: "\f116";
    font-family: FontAwesome;
	font-size: 16px;
	font-size: 1.6rem;
	color: #607890;
	position: absolute;
	width: 20px;
	top: 8px;
	bottom: 0px;
	right: 15px;
}
.main-menu .menu .has-subnav  > .toggle-link.active:after {
	content: "\f117";
    font-family: FontAwesome;
}
/*------------------------------------*\
    META
\*------------------------------------*/
.meta {
	border-top: 2px solid #00cccc;
    padding-bottom: 10px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    ENTRY
\*------------------------------------*/
.entry table a, .entry table a:link, .entry table a:visited {
	border: none;
}
.entry table img {
	border: 0;
	margin-top: 5px;
}
.entry table {
	width: 100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	clear:both;
	font-size: 12px;
	font-size: 1.2rem;
}
caption {
	color: #00cccc;
	margin:5px 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0;
}
.entry td, th {
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: 5px;
}
.entry td {
	text-align:center;
}
.entry th {
	text-align:center;
	font-weight:normal;
}
.entry thead th {
	background: #f4f9fe;
	color: #66a3d3;
	font-weight: bold;
	text-align: center;
}
.entry tr td {
	border-top: 1px solid #ddd;
}
.entry tr.odd td {
	background: #f7fbff;
}
.entry tr.odd .column1 {
	background:#f4f9fe;
}
.entry .column1 {
	text-align: center;
	font-weight:bold;
}
.entry .link {
	vertical-align: top;
	text-align: left;
}
.entry .table-ap {
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
.entry .table-product {
	text-align: center;
}
.entry .table-img {
	width: 225px;
}
.entry .table-img img {
	border: 0;
	margin: 5px;
}
.entry .table-shop {
	text-align: center;
}
.image-center {
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;	
}
.entry li {
	margin: 0 0 10px 0;
}
.entry ul{
	list-style: square inside;
	margin: 0 0 1.5em 1.5em;
}
.entry ol {
	list-style: decimal inside;
}
.entry ol ol {
	list-style: upper-alpha inside;
}
.entry ol ol ol {
	list-style: lower-roman inside;
}
.entry ol ol ol ol {
	list-style: lower-alpha inside;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom: 5px;
}
/*------------------------------------*\
    Tabs
\*------------------------------------*/
.r-tabs-accordion-title {
    border-color: #CECECE;
    border-style: solid;
	border-width: 1px 1px 0 1px;
}
.r-tabs-accordion-title {
    border-bottom: solid 3px #00cccc;
	position:relative;
}
.tab-content-container > .r-tabs-accordion-title.r-tabs-state-active:after {
	content: "\f117";
    font-family: FontAwesome;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	width: 20px;
	top: 10px;
	bottom: 0px;
	right: 10px;
	color: #607890;
}
.tab-content-container > .r-tabs-accordion-title:after {
	content: "\f116";
    font-family: FontAwesome;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	width: 20px;
	top: 10px;
	bottom: 0px;
	right: 10px;
	color: #607890;
}
.r-tabs {
	position: relative;
	padding: 19px 0;
}
.r-tabs .r-tabs-nav {
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	padding: 12px 16px;
	display: inline-block;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #222222;
	background-color: #fff;
}
.r-tabs .r-tabs-panel {
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #F2F0F0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #222222;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
.r-tabs .r-tabs-tab {
	background: #F2F0F0;
    display: inline-block;
    margin: 0;
    list-style: none;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.r-tabs .r-tabs-accordion-title {
	display: block;
}
.r-tabs .r-tabs-nav {
	display: none;
}
.tab-content-container {
	border: none;
}
/*------------------------------------*\
    Gallery
\*------------------------------------*/
.gallery-container {
	width: 80%;
    margin: 30px auto;
    overflow: hidden;
}
.gallery-item {
	color: #797478;
    float: left;   
    width: 46%;
    margin:  2% 2% 20px 2%; 
	
}
.gallery-item p {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1em;
	margin: 0;
}
.gallery-item h2 {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
}
.gallery-item img {
	max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid;
	padding: 0.2em;
}
/*------------------------------------*\
    RANDOM
\*------------------------------------*/
#content-ad-top{
	text-align: center;
	padding-left: 10px;
}
#content-ad-bottom {
	text-align: center;
	padding: 5px;
}
.search {
	margin-bottom: 5px;
}
.search-submit {
	float: right;
}
input[type=text] {
    width: 100%;
}
.search-box {
    overflow: hidden; 
    padding-right: .5em;
}
/*------------------------------------*\
    GENERAL
\*------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*------------------------------------*\
	SECTION POST/PAGES
\*------------------------------------*/
section {
	padding: 0 1em;
}
section > h2 {
	color: #00cccc;
	font-size: 26px; 
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
section article h2 a:link, section article h2 a:visited {
	color: #111111;
	text-decoration: none;
}
section article {
	padding: 0;
	border-bottom: solid 1px black;
}
section article .entry {
	width: 80%;
}
.pagination {
	margin-bottom: 10px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:480px) {
	.gallery-item {
		width: 29%;
	}
	.sidebar .sidebar-widget > div {
		width: 48%;
		float: left;
		margin: 5px 1% 10px 1%;
	}
	.content-footer, .sidebar {
		overflow: hidden;
		width: 100%;
	}
	.content-footer-one, .content-footer-two, .content-footer-three, .content-footer-four {
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width:768px) {
	.gallery-item {
		width: 29%;
	}
	.sidebar .sidebar-widget > div {
		width: 31%;
		float: left;
	}
	.site-container {
		box-shadow: 0 0 6px #DEDEDE;
	}
	#content-ad-top{
		float: right;
	}
	.content-footer-one, .content-footer-two, .content-footer-three, .content-footer-four {
		margin: 5px 1% 10px 1%;
		width: 23%;
	}
	.r-tabs .r-tabs-nav {
		display: block;
	}
	 .r-tabs .r-tabs-accordion-title {
		display: none;
	}
	.verticalTab .tab-content-container {
		overflow: hidden;
		border-width: 1px;
		border-color: #CECECE;
		border-style: solid;
		border-width: 1px;
	}
	.horizontalTab .tab-content-container {
		overflow: hidden;
		border: 0px;
	}
	.verticalTab > ul.r-tabs-nav {
		border-width: 1px 0 0 1px;
		float: left;
	}
	.verticalTab .r-tabs-tab  {
		display: block;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: relative;
		border-color: #CECECE;
		border-style: solid;
		border-width: 0 0 1px 1px;
	}
	.verticalTab .r-tabs-nav {
		border-top: solid 1px #CECECE;
	}
	.horizontalTab ul {
		font-size: 0;
	}
	.horizontalTab ul li {
		margin-right: -1px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.verticalTab > ul.r-tabs-nav > li.r-tabs-state-active {
		border-right-width: 0;
	}
	.verticalTab > ul.r-tabs-nav > li.r-tabs-state-active {
		border-bottom-width: 1px;
	}
	.verticalTab > ul.r-tabs-nav {
		margin-left: 0;
		margin-right: -1px;
		min-width: 200px;
		width: 25%;
	}
	.horizontalTab > ul.r-tabs-nav > li:first-child {
		border-left: solid 1px #CECECE;
	}
	.horizontalTab > ul.r-tabs-nav > li {
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #CECECE;
	}	
	.horizontalTab ul.r-tabs-nav {
		border-width: 0;
	}
	.horizontalTab .tab-content-container{
		border-width: 3px 0 0;
		border-style: solid;
		border-color: #CECECE;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.horizontalTab ul li {
		border-color: #CECECE;
		border-style: solid;
		border-width: 1px;
		display: block;
		position: relative;
		float: left;
		overflow: hidden;
	}
	.horizontalTab ul  li.r-tabs-state-active {
		border-top: solid 3px #00cccc;
		
	}
	.horizontalTab ul  li.r-tabs-state-default {
		border-top: solid 3px #CECECE;
	}
	.horizontalTab ul  li.r-tabs-state-default:hover a {
		color: #00cccc;
	}
	.verticalTab ul  li.r-tabs-state-active {
		border-left: solid 3px #00cccc;
	}
	.verticalTab ul  li.r-tabs-state-default:hover a {
		color: #00cccc;
	}
	.verticalTab ul  li a {
		width: 100%;
	}
	.site-footer .copyright {
		float: left;
	}
	.site-footer .footer-menu, .backtotop {
		float: right;
	}
	.site-footer .footer-menu {
		margin: 10px 30px 10px;
	}
	.backtotop a:before {
	padding-right: 0.5em;
    position: absolute;
	top: 10px;
    right: 5px;
	}
	.backtotop {
		margin: 0;
	}
}
@media only screen and (min-width:1024px) {
	body {
		padding: 15px 0;
	}
	.gallery-item {
		width: 21%;
	}
	.site-container {
		margin: 0 auto;
		max-width: 1024px;
	}
	#main {
		overflow: auto;
		background: none repeat scroll 0 0 transparent;
		
	}
	article {
		width: 75%;
		float: left;
		min-height: 800px;
	}
	section {
		width: 75%;
		float: left;
	}
	section article {
		width: 100%;
		min-height: 0;
	}
	.sidebar {
		width: 25%;
	}
	.sidebar .sidebar-widget > div {
		width: 100%;
		margin: 5px 0;
	}
	.content-footer {
		float: left;
	}
		.main-menu {
		border-bottom: 5px solid  #00cccc;
	}
	.main-menu .menu {
		border-right: 1px solid #0033cc;
		float: left;
	}
	.main-menu .menu a {
		border-right: 1px solid #000099;
	}
	.main-menu ul li a{
		border-left: 1px solid #0033cc !important;
	}
	.main-menu ul li ul li {
		border-width: 1px 0 0 0 !important;
	}
	.main-menu ul li ul li a{
		border-top: 1px solid #0033cc;
	}
	.has-subnav {
		position: relative;
	}
	.main-menu .menu > .has-subnav:before {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFFFFF;
		font-size: 18px;
		font-size: 1.8rem;
		padding-right: 0.8em;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.main-menu .menu .sub-menu .has-subnav:before { 
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFFFFF;
		font-size: 18px;
		font-size: 1.8rem;
		padding-right: 0.8em;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.main-menu ul ul a {
		padding: 0 1em !important;
	}
		.main-menu li,
	.main-menu .menu li {
		float: left;
	}
	.navtoggle,
	.toggle-link {
		display: none;
	}
	.js .main-menu > ul {
		max-height: 30em;
		overflow: visible;
	}
	.main-menu .active + ul,
	.main-menu .keyboardactive + ul {
		max-height: 0em;
	}
	.main-menu ul li:hover > ul {
		display: block;
	}
	.main-menu ul ul,
	.main-menu ul ul a {
		width: 16em;
	}
	.main-menu  ul ul li ul { 
		left: 100%; 
		top: -0.001em;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
/*------------------------------------*\
    CORE
\*------------------------------------*/
.alignnone, .align-none {
	margin:5px 20px 20px 0;
}
.aligncenter, .align-center,
div.aligncenter, div.align-center {
	display:block;
	margin:5px auto 5px auto;
}
.alignright, .align-right {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft, .align-left {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter, .align-center{
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright, a img.align-right {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone, a img.align-none  {
	margin:5px 20px 20px 0;
}
a img.alignleft, a img.align-left {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter, a img.align-center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	font-size:1.1rem;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}