@charset "utf-8";
/*
Theme Name: JPPI
Template:   twentythirteen
*/

/*
.left {float:right;}
.right {float:left;}

.home-link {background:url(images/logo-en.png) 50% 50% no-repeat; width:327px; height:80px;}


.search-form {float:right;}

.nav-menu li {float:left;}

.row-of-3 > * {/*float:left;* / margin-right:0; margin-left:4.5%;}
.row-of-3 > *:nth-child(3n+1) {margin-left:0;}

.row-of-4 > * {/*float:left;* / margin-right:0; margin-left:4%;}
.row-of-4 > *:nth-child(4n+1) {margin-left:0;}

.nav-menu .sub-menu, .nav-menu .children {left:-12px;}

/* home: * /
.homepage-gallery .overlay .link {left:auto; right:30px;}
.homepage-gallery .overlay h2 {padding-left:0; padding-right:100px;}

/* topic archive page: * /
.topic-main-article .image {float:right;}
.main-content {padding:0 40px 0 0;}
.topic-main-article .link-arrow {left:auto; right:40px;}

/* articles pagination: * /
.sort-items-form {float:right;}

/* article page: * /
.article-navigation-container {float:left;}
.article-nav-subchild {float:left;}
.article-nav-subchild:nth-child(even) {float:right;}
article[has-children="yes"] .article-content {margin-right:0; margin-left:430px;}
a.link-arrow:after {content:url(images/link-arrow-en.png);}

.article-nav-subchild > ul {right:-192px; left:0;}
.article-nav-subchild:nth-child(even) > ul {right:0; left:-192px;}

.article-nav-subsubchild.on:after {left:auto; right:-13px; border-right:none; border-left:10px solid #c41436;}


/* search results: * /
.search-result .image {float:left;}
.search-result .content {margin-right:0; margin-left:160px;}

/* footer: * /
.site-footer-2 > .wrapper:before {content:url(images/logo-footer-en.png); float:left; border-left:none; border-right:2px solid white; padding:0 30px 0 0; margin:0 30px 0 0;}
.site-footer-2 .content {margin-right:0; margin-left:284px;}

/* popups: * /
.popup-hide {left:auto; right:0;}

@media screen and (max-width:640px) {

	.menu-toggle {right:auto; left:0;}
	
	.site-header .home-link {width:100%; height:88px; background-size:contain;}

	/* mobile sidebar: * /

	.menu-toggle-close.mobile-menu-back:after {content: "\f340";}
	.mobile-sidebar .level-down {left:100%;}
	.mobile-sidebar .level-up {left:-100%;}
	
	.mobile-sidebar {left:auto; right:100%;}
	body.mobile-sidebar-open .mobile-sidebar {left:auto; right:0;}

	.row-of-3 > *,
	.row-of-3 > *:nth-child(3n+1),
	.row-of-4 > *,
	.row-of-4 > *:nth-child(4n+1) {width:47%; margin-right:0; margin-left:4.5%;}


	li.menu-item-has-children > a:after {content: "\f345" !important;}
	li.menu-item-has-children.menu-open > a:after {content: "\f347" !important;}
	.mobile-sidebar li.menu-open > ul { padding:0 0 0 24px !important;}

	.menu-toggle-close {right:auto; left:0;}


	/* article page: * /
	.article-nav-subchild > ul {right:-202px; left:0;}
	.article-nav-subchild:nth-child(even) > ul {right:0; left:-202px;}

	
	.site-footer-2 > .wrapper:before {float:none; border:none; padding:0; margin:0 auto; width:222px; display:block;}
	.site-footer-2 .content {margin:0; text-align:center;}
}*/

