/*
Theme Name: Katedra Judaistyki EN
Theme URI: https://www.freelancer.com/u/pbcode.html
Author: pbcode
Author URI: https://www.freelancer.com/u/pbcode.html
Description: Logistic company WordPress theme.
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: simple
Text Domain: katedrajuda_en_td


color
---------------------------------		
#FFFFFF; @white
#000000; @black
#ef6000; @orange rgb(239, 96, 0)
#007cb7; @blue;
#f9b107; @yellow;
#414141; @text
#e3e2dd; @body_bg
#797a74; @footer_bg rgb(121, 122, 116)

fonts
---------------------------------
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-family: Georgia, Times, 'Times New Roman', serif;

*/

/* reset css
----------------------------------*/

* {
	border:none;
	background:transparent;
	margin:0;
	padding:0;
	outline:0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.0);
}

/* html
----------------------------------*/
html {
	background-color:#e3e2dd;
	color: #414141;
}

body {
	
	font-family: 'Open Sans', sans-serif;	
	font-size:14px;
	font-weight:400;
	line-height:130%;
	margin:0;
	background-color:#e3e2dd;
	word-wrap: break-word;
	position:relative;	
}

img {

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

strong {

	font-weight:700;
	color:#4c4c4c;
}


/* header
----------------------------------*/
.ch-header {

	display:block;
	box-sizing:border-box;
	width:auto;
	height:100px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	position:relative;
}

.ch-header .main-header {

	height:100%;
}

.ch-header .main-header .cnt {

	display:block;
	box-sizing:border-box;
	max-width:1280px;
	height:100%;
	margin:0 auto;
	padding:0 60px;
	position:relative;	
}

.ch-header .main-header .cnt:after {

	display:table;
	content:'';
	clear:both;
}

.ch-header .main-header .cnt .logo {

	display:block;
	box-sizing:border-box;
	width:210px;
	height:80px;
	padding:0;
	margin:10px 0 0 0;
	float:left;
	position:relative;
	left:-10px;
}

.ch-header .main-header .cnt .logo .wrap-image {

	display:block;
	line-height:0;
}

.ch-header .main-header .cnt .logo .wrap-image svg {

	width:100%;
	height:100%;
}

.ch-header .main-header .cnt .logo .wrap-image svg .st0 { fill-rule:evenodd; clip-rule:evenodd; fill:#FFFFFF; }
.ch-header .main-header .cnt .logo .wrap-image svg .st1 { fill:#007CB7; }
.ch-header .main-header .cnt .logo .wrap-image svg .st2 { fill-rule:evenodd; clip-rule:evenodd; fill:#007CB7; }

.ch-header .main-header .cnt .logo a.link {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	line-height:0;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	text-decoration:none;
	z-index:5;
}

.ch-header .main-header .cnt .wrap-menu {

	display:block;
	box-sizing:border-box;
	position:absolute;
	right:60px;
	top:50%;
	transform:translateY(-50%);
}

.ch-header .main-header .cnt .wrap-menu ul.menu {

	display:block;
	box-sizing:border-box;
	list-style-type:none;
	padding:0;
	margin:0;
}

.ch-header .main-header .cnt .wrap-menu ul.menu:after {

	display:table;
	content:'';
	clear:both;
}

.ch-header .main-header .cnt .wrap-menu ul.menu li {

	display:block;
	font-size:11px;
	font-weight:400;
	line-height:100%;
	float:left;
	margin:0 12px 0 0;
	padding:0 12px 0 0;
	border-right:1px solid #ef6000;
}

.ch-header .main-header .cnt .wrap-menu ul.menu li:last-child {

	padding:0;
	margin:0;
	border:none;
}

.ch-header .main-header .cnt .wrap-menu ul.menu li a {

	text-decoration:none;
	text-transform:uppercase;
	color:#a7a7a7;
	cursor:pointer;	
	transition:all 0.2s;
}

.ch-header .main-header .cnt .wrap-menu ul.menu li a:hover {

	color:#007cb7; 
}

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

	.ch-header .main-header .cnt {

		padding:0 40px;
	}

	.ch-header .main-header .cnt .wrap-menu {

		display:none;
	}	
}


/* sub header
----------------------------------*/
.ch-sub-header {

	display:block;
	box-sizing:border-box;
	position:relative;
	background-color:#000;
	z-index:10;
}

.ch-sub-header .wrap-cover {

	display:block;
	width:100%;
	height:650px;
	overflow:hidden;
}

.ch-sub-header .wrap-cover.low {

	height:160px;
}

.ch-sub-header .cover {

	width:104%;
	height:104%;
	position:relative;
	top:-2%;
	left:-2%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-image:url(img/default_page_bg.jpg);	
	transition:filter 1.5s;
	filter:blur(0);	
}

.ch-sub-header .cover.blur {

	filter:blur(8px);
}

.ch-sub-header .sentence {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;	
	margin:0;
	padding:0;	
}

.ch-sub-header .sentence .cnt {

	display:block;
	box-sizing:border-box;
	max-width:1160px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;	
}

.ch-sub-header .sentence .cnt .wrap-text {

	display:block;
	box-sizing:border-box;
	width:600px;
	position:absolute;
	left:0;
	bottom:70px;
	transition:all 0.3s; 
	opacity:1.0;
}

.ch-sub-header .sentence.hide .cnt .wrap-text {

	opacity:0.0;
}

.ch-sub-header .sentence .cnt .wrap-text svg {

	fill:#FFF;
	width:100%;
}

.ch-sub-header .mask {

	display:none;
	box-sizing:border-box;
	width:100%;
	height:485px;
	background-color:rgba(0, 0, 0, 0.9);
	position:absolute;
	left:0;
	top:165px;
	opacity:0.0;
}

.ch-sub-header .mask .keystone {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:-5px;
	background-color:transparent;
}

.ch-sub-header .mask .cnt {

	display:block;
	box-sizing:border-box;
	max-width:1280px;
	margin:0 auto;
	padding:0 60px;
	position:relative;		
}

.ch-sub-header .mask.display .cnt {

	display:block;
}

.ch-sub-header .mask .list {

	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	padding:200px 0 0 0;
	margin:0;
}

.ch-sub-header .mask .list .newsletter {

	display:block;
	margin:0 32px 0 0;
}

.ch-sub-header .mask .list .newsletter .name {

	font-size:12px;
	font-weight:600;
	line-height:100%;
	text-align:left;
	color:#FFFFFF;
}

.ch-sub-header .mask .list .newsletter .wrap-image {

	display:block;
	width:48px;
	line-height:0;
	margin:5px 0 0 0;
	position:relative;
	left:-4px;	
}

.ch-sub-header .mask .list .newsletter .wrap-image svg {

	width:100%;
	height:100%;	
}

.ch-sub-header .mask .list .newsletter .wrap-image svg .st0{ fill:#913516;}
.ch-sub-header .mask .list .newsletter .wrap-image svg .st1{ fill:#FFB600;}
.ch-sub-header .mask .list .newsletter .wrap-image svg .st2{ fill:none; stroke:#FFFFFF; stroke-width:2.611; }
.ch-sub-header .mask .list .newsletter .wrap-image svg .st3{ fill:#F25824;}
.ch-sub-header .mask .list .newsletter .wrap-image svg .st4{ fill:none; stroke:#FFFFFF; stroke-width:3.047; }

.ch-sub-header .mask .list .facebook {

	display:block;
	margin:0 32px 0 0;
}

.ch-sub-header .mask .list .facebook .name {

	font-size:12px;
	font-weight:600;
	line-height:100%;
	text-align:left;
	color:#FFFFFF;
	cursor:default;
}

.ch-sub-header .mask .list .facebook .wrap-image {

	display:block;
	width:48px;
	line-height:0;
	margin:5px 0 0 0;
	position:relative;
	left:-4px;
}

.ch-sub-header .mask .list .facebook .wrap-image svg {

	width:100%;
	height:100%;	
}

.ch-sub-header .mask .list .facebook .wrap-image svg .st0 { fill:#913516; }
.ch-sub-header .mask .list .facebook .wrap-image svg .st1 { fill:#FFFFFF; }


.ch-sub-header .mask .list .donate {

	display:block;
	margin:0;
}

.ch-sub-header .mask .list .donate .name {

	font-size:12px;
	font-weight:600;
	line-height:100%;
	text-align:left;
	color:#FFFFFF;
	cursor:default;
}

.ch-sub-header .mask .list .donate .wrap-image {

	display:block;
	width:auto;
	line-height:0;
	margin:8px 0 0 0;
}

.ch-sub-header .mask .list .donate .wrap-image img {

	max-width:100px;
	height:auto;	
}

.ch-sub-header .top-bar {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:160px;
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}

.ch-sub-header .top-bar .cnt {

	display:block;
	box-sizing:border-box;
	max-width:1280px;
	height:100%;
	margin:0 auto;
	padding:0 60px;
	position:relative;	
}

.ch-sub-header .top-bar .cnt:after {

	display:table;
	content:'';
	clear:both;
}

.ch-sub-header .top-bar .cnt .logo {

	display:block;
	box-sizing:border-box;
	width:240px;
	height:80px;
	padding:0;
	margin:40px 0 0 0;
	float:left;
	position:relative;
}

.ch-sub-header .top-bar .cnt .logo .wrap-image {

	display:block;
	line-height:0;
}

.ch-sub-header .top-bar .cnt .logo .wrap-image {

	max-width:100%;
}

.ch-sub-header .top-bar .cnt .logo a.link {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	line-height:0;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	text-decoration:none;
	z-index:5;
}

.ch-sub-header .top-bar .cnt .wrap-menu {

	display:block;
	box-sizing:border-box;
	height:100%;
	position:absolute;
	right:60px;
	top:0;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu {

	display:block;
	box-sizing:border-box;
	list-style-type:none;
	padding:42px 0 0 0;
	margin:0;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu:after {

	display:table;
	content:'';
	clear:both;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li {

	display:block;
	box-sizing:border-box;
	min-width:160px;
	font-size:12px;
	font-weight:600;
	line-height:140%;
	float:left;
	margin:0;
	padding:0;
	position:relative;	
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li:last-child {

	min-width:initial;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li .arrow {

	display:block;
	box-sizing:border-box;
	width:37px;
	height:36px;
	line-height:0;
	position:absolute;
	left:-17px;
	bottom:-80px;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li .arrow.hide {

	display:none;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li .arrow img {

	max-width:100%;
}


.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li a {

	display:block;
	box-sizing:border-box;
	height:74px;
	text-decoration:none;
	text-transform:uppercase;
	color:#ef6000;
	cursor:pointer;	
	transition:all 0.2s;
	padding:22px 0 0 14px;
	border-left:2px solid #7a3401;
	position:relative;
	transform:translate3d( 0, 0, 0);
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li a.force-white {

	border-left:2px solid #FFF;
	color:#FFF;
}

.ch-sub-header .top-bar .cnt .wrap-menu ul.menu li a:hover {

	color:#FFFFFF; 
}

.ch-sub-header .top-bar .cnt .wrap-submenu {

	display:none;
	box-sizing:border-box;
	position:absolute;
	left:0;
	bottom:-30px;
	transform:translateY(100%);
	border-left:2px solid #7a3401;
	padding:10px 0 10px 0;
	margin:0;
}

.ch-sub-header .top-bar .cnt .wrap-submenu.display {

	display:block;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu {

	display:none;
	box-sizing:border-box;
	list-style-type:none;
	padding:0;
	margin:0;
	transform:translate3d( 0, 0, 0);
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu.display {

	display:block;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li {

	display:block;
	box-sizing:border-box;
	width:160px;
	font-size:13px;
	font-weight:400;
	line-height:100%;
	text-align:left;
	text-transform:uppercase;
	margin:0 0 12px 0;
	position:relative;	
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li:last-child {

	margin:0;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > a {

	display:inline-block;
	color:#EEE;
	text-decoration:none;
	border-left:2px solid #ef6000;	
	padding:0 0 0 10px;	
	margin:0 0 0 14px;
	transition:all 0.2s;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > a:hover {

	color:#f9b107;
}

/* submenu headings */
.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group {

	display:none;
	list-style-type:none;
	position:absolute;
	left:100%;
	top:-5px;
	width:640px;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li {

	display:inline-block;
	box-sizing:border-box;
	width:160px;
	height:auto;
	font-size:12px;
	font-weight:400;
	line-height:100%;	
	position:relative;
	float:left;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li:last-child {

	margin:0;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li > a {

	display:block;
	box-sizing:border-box;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 10px;
	margin:0 10px 0 0;
	background-color:#ef6000;	
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list {

	display:block;
	list-style-type:none;
	padding:4px 0 0 0;
	margin:0;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list li {

	font-size:12px;
	font-weight:400;
	line-height:130%;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list li.label {

	font-weight:700;
	text-transform:none;
	color:#f9b107;
	padding:4px;
	cursor:default;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list li.label a {

	color:#f9b107;
	text-decoration:none;
	cursor:default;
	padding:0;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list li.label a:hover {

	color:#f9b107;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list li a {

	display:block;
	box-sizing:border-box;
	text-decoration:none;
	text-transform:none;
	color:#FFFFFF;
	padding:4px;
	margin:0;
	transition:all 0.2s;
}

.ch-sub-header .top-bar .cnt .wrap-submenu ul.submenu > li > ul.group > li ul.list li a:hover {

	color:#f9b107;
}

.ch-sub-header .nav-arrow-down {

	display:block;
	box-sizing:border-box;
	width:60px;
	height:60px;
	line-height:0;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%) translateY(50%);
	cursor:pointer;
	z-index:10;
}

.ch-sub-header .nav-arrow-down svg {

	width:100%;
	height:100%;
}

.ch-sub-header .nav-arrow-down svg .cls-1 { fill:#ef6100; }
.ch-sub-header .nav-arrow-down svg .cls-2 { fill:none; stroke:#fff; stroke-miterlimit:10; } 
.ch-sub-header .nav-arrow-down svg .cls-3 { fill:none; stroke:#fff; stroke-miterlimit:10; }
.ch-sub-header .nav-arrow-down svg .cls-2 { stroke-width:1.03px; }
.ch-sub-header .nav-arrow-down svg .cls-3 { stroke-width:3.08px; }

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

	.ch-sub-header {

		display:none;
	}	
}


/* sub header mobile
----------------------------------*/
.ch-sub-header-mobile {

	display:none;
	box-sizing:border-box;
	position:relative;
	background-color:#000;
	z-index:10;
}

.ch-sub-header-mobile .wrap-cover {

	display:block;
	width:100%;
	height:550px;
	overflow:hidden;
}

.ch-sub-header-mobile .wrap-cover.low {

	height:120px;
}

.ch-sub-header-mobile .cover {

	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-image:url(img/default_page_bg.jpg);	
	transition:filter 1.5s;	
}

.ch-sub-header-mobile .top-bar {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:120px;
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;
	left:0;
	top:0;
	z-index:15;
}

.ch-sub-header-mobile .top-bar .cnt {

	display:block;
	box-sizing:border-box;
	max-width:1280px;
	height:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;	
}

.ch-sub-header-mobile .top-bar .cnt:after {

	display:table;
	content:'';
	clear:both;
}

.ch-sub-header-mobile .top-bar .cnt .logo {

	display:block;
	box-sizing:border-box;
	width:240px;
	height:80px;
	padding:0;
	margin:20px 0 0 0;
	float:left;
	position:relative;
}

.ch-sub-header-mobile .top-bar .cnt .logo .wrap-image {

	display:block;
	line-height:0;
}

.ch-sub-header-mobile .top-bar .cnt .logo .wrap-image {

	max-width:100%;
}

.ch-sub-header-mobile .top-bar .cnt .logo a.link {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	line-height:0;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	text-decoration:none;
	z-index:5;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu {

	display:block;
	width:48px;
	height:48px;
	position:absolute;
	right:30px;
	top:36px;	
	cursor:pointer;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu.hide {

	display:none;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu .icon {

	display:block;
	line-height:0;
	width:100%;
	height:100%;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu .icon svg {

	fill:#ef6000;
	width:100%;
	height:100%;
	transition:all 0.2s;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu .icon svg .cls-1 {

	fill:#fff;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu .icon svg .cls-2 {

	fill:#f25824;	
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu:hover .icon svg {

	fill:#ef6000;
}


.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu-close {

	display:none;
	width:48px;
	height:48px;
	position:absolute;
	right:30px;
	top:36px;	
	cursor:pointer;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu-close.display {

	display:block;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu-close .icon {

	display:block;
	line-height:0;
	width:100%;
	height:100%;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu-close .icon svg {

	fill:#FFFFFF;
	width:100%;
	height:100%;
	transition:all 0.2s;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu-close .icon svg .cls-1 {

	fill:#ef6100;
}

.ch-sub-header-mobile .top-bar .cnt .trigger-mobile-menu-close .icon svg .cls-2 {

	fill:#fff;
}

.ch-sub-header-mobile .top-bar .menu-mobile {

	display:none;
	box-sizing:border-box;
	width:100%;
	position:absolute;
	left:0;
	bottom:-5px;
	transform: translateY(100%);
	padding:50px 15px 70px 15px;
	background-color:rgba(0, 0, 0, 0.9);
}

.ch-sub-header-mobile .top-bar .menu-mobile.display {

	display:block;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul {

	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li {

	font-size:14px;
	font-weight:400;
	line-height:28px;
	color:#bfbfbf;	
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.label {

	font-weight:600;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.orange {

	color:#ef6000;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.thick {

	font-weight:700;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.uppercase {

	text-transform:uppercase;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.lowercase {

	text-transform:none;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li a {

	display:block;
	line-height:18px;
	text-decoration:none;
	color:#FFFFFF;
	transition:all 0.2s;	
	padding:5px 0;
	margin:0;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li a:hover {

	color:#EF6000;	
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.label a {

	pointer-events:none;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.label a { color:#f9b107; }

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link {

	display:block;
	box-sizing:border-box;
	padding:0 0 0 32px;
	border-top:1px solid #42413f;
	position:relative;
}


.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link.last {

	border-bottom:1px solid #42413f;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.empty .wrap-link > * {

	opacity:0.0;
	pointer-events:none;
	visibility:hidden;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-arrow {

	display:block;
	width:24px;
	height:24px;
	line-height:0;
	position:absolute;
	left:8px;
	top:2px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li.open > .wrap-link > .icon-arrow {

	transform:rotate(180deg);
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-arrow > svg {

	fill:#ef6000;
	width:100%;
	height:100%;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-arrow > svg .cls-1 {

	fill:none;
	stroke:#ef6100;
	stroke-miterlimit:10;
	stroke-width:2px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-page {

	display:block;
	width:22px;
	height:22px;
	line-height:0;
	position:absolute;
	left:8px;
	top:3px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-page > svg {

	fill:#bfbfbf;
	width:100%;
	height:100%;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-page > svg .cls-1 {

	fill:#bfbfbf;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-page > svg .cls-2 {

	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul li .wrap-link .icon-page.orange > svg {

	fill:#ef6000;
}

/* level 2 */
.ch-sub-header-mobile .top-bar .menu-mobile ul ul {

	display:none;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul.display {

	display:block;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul li .wrap-link {

	padding:0 0 0 58px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul li .wrap-link .icon-arrow {

	left:29px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul li .wrap-link .icon-page {

	left:30px;
}

/* level 3 */
.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul li .wrap-link {

	padding:0 0 0 82px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul li .wrap-link .icon-arrow {

	left:54px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul li .wrap-link .icon-page {

	left:55px;
}

/* level 4 */
.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul ul li a {

	color:#BFBFBF;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul ul li .wrap-link {

	padding:0 0 0 106px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul ul li.label .wrap-link {

	padding:0 0 0 82px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul ul li .wrap-link .icon-arrow {

	left:78px;
}

.ch-sub-header-mobile .top-bar .menu-mobile ul ul ul ul li .wrap-link .icon-page {

	left:79px;
}

.ch-sub-header-mobile .nav-arrow-down {

	display:block;
	box-sizing:border-box;
	width:60px;
	height:60px;
	line-height:0;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%) translateY(50%);
	cursor:pointer;
	z-index:10;
}

.ch-sub-header-mobile .nav-arrow-down svg {

	width:100%;
	height:100%;
}

.ch-sub-header-mobile .nav-arrow-down svg .cls-1 { fill:#ef6100; }
.ch-sub-header-mobile .nav-arrow-down svg .cls-2 { fill:none; stroke:#fff; stroke-miterlimit:10; } 
.ch-sub-header-mobile .nav-arrow-down svg .cls-3 { fill:none; stroke:#fff; stroke-miterlimit:10; }
.ch-sub-header-mobile .nav-arrow-down svg .cls-2 { stroke-width:1.03px; }
.ch-sub-header-mobile .nav-arrow-down svg .cls-3 { stroke-width:3.08px; }

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

	.ch-sub-header-mobile {

		display:block;
	}	
}

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

	.ch-sub-header-mobile .top-bar .cnt .logo {

		width:196px;
		height:64px;
		margin:28px 0 0 0;
	}
}

/* site map
----------------------------------*/
.ch-site-map {

}

.ch-site-map ul {

	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
}

.ch-site-map ul > li {

	font-size:14px;
	font-weight:400;
	line-height:28px;
	color:#ef6000;
	font-weight:700;
	text-transform:uppercase;
}

.ch-site-map ul li.orange {

	
}

.ch-site-map ul li.thick {

	font-weight:700;
}

.ch-site-map ul li.uppercase {

	text-transform:uppercase;
}

.ch-site-map ul li.lowercase {

	text-transform:none;
}

.ch-site-map ul li a {

	display:block;
	line-height:18px;
	text-decoration:none;
	color:#404040;
	transition:all 0.2s;	
	padding:5px 0;
	margin:0;
}

.ch-site-map ul > li a { 

	color:#EF6000; 
}

.ch-site-map ul li .wrap-link {

	display:block;
	box-sizing:border-box;
	padding:0 0 0 36px;
	border-top:1px solid #bab9b4;
	position:relative;
}

.ch-site-map ul li .wrap-link.last {

	border-bottom:1px solid #bab9b4;
}

.ch-site-map ul li .wrap-link.empty {

	height:28px;
}

.ch-site-map ul li .wrap-link:hover {

	background-color:rgba(0, 0, 0, 0.05);
}

.ch-site-map ul li .wrap-link .icon-arrow {

	display:block;
	width:24px;
	height:24px;
	line-height:0;
	position:absolute;
	left:7px;
	top:2px;
}

.ch-site-map ul li.open > .wrap-link > .icon-arrow {

	transform:rotate(180deg);
}

.ch-site-map ul li .wrap-link .icon-arrow > svg {

	fill:#ef6000;
	width:100%;
	height:100%;
}

.ch-site-map ul li .wrap-link .icon-arrow > svg .cls-1 {

	fill:none;
	stroke:#ef6100;
	stroke-miterlimit:10;
	stroke-width:2px;
}

.ch-site-map ul li .wrap-link .icon-page {

	display:block;
	width:22px;
	height:22px;
	line-height:0;
	position:absolute;
	left:9px;
	top:3px;
}

.ch-site-map ul li .wrap-link .icon-page > svg {

	fill:#bfbfbf;
	width:100%;
	height:100%;
}

.ch-site-map ul li .wrap-link .icon-page > svg .cls-1 {

	fill:#bfbfbf;
}

.ch-site-map ul li .wrap-link .icon-page > svg .cls-2 {

	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
}

.ch-site-map ul li .wrap-link .icon-page.orange > svg {

	fill:#ef6000;
}

/* level 2 */
.ch-site-map ul ul {

	display:block;
}

.ch-site-map ul ul > li {

	color:#404040;
	font-weight:400;
}

.ch-site-map ul ul > li a {

	color:#404040;
}

.ch-site-map ul ul li .wrap-link {

	padding:0 0 0 58px;
}

.ch-site-map ul ul li .wrap-link .icon-arrow {

	left:29px;
}

.ch-site-map ul ul li .wrap-link .icon-page {

	left:31px;
}

/* level 3 */
.ch-site-map ul ul ul li {

	text-transform:none;
}

.ch-site-map ul ul ul li .wrap-link {

	padding:0 0 0 80px;
}

.ch-site-map ul ul ul li .wrap-link .icon-arrow {

	left:52px;
}

.ch-site-map ul ul ul li .wrap-link .icon-page {

	left:54px;
}

/* level 4 */
.ch-site-map ul ul ul ul li .wrap-link {

	padding:0 0 0 105px;
}

.ch-site-map ul ul ul ul li .wrap-link .icon-arrow {

	left:76px;
}

.ch-site-map ul ul ul ul li .wrap-link .icon-page {

	left:78px;
}



/* page
----------------------------------*/
.ch-page {

	display:block;
	padding:0;
	margin:0;
}

.ch-wrap-cnt {

	display:block;
	padding:0;
	margin:0;	
}

.ch-wrap-cnt .cnt {

	display:block;
	box-sizing:border-box;
	max-width:1280px;
	padding:0 60px;
	margin:0 auto;
}

.ch-wrap-cnt .cnt-wide {

	display:block;
	box-sizing:border-box;
}

.ch-wrap-cnt .page-title {

	display:block;
	padding:0 0 25px 0;
	margin:0;
}

.ch-wrap-cnt .page-title .title {

	font-size:48px;
	font-weight:300;
	line-height:110%;
	text-align:left;
	text-transform:uppercase;
	color:#EF6000;
	padding:0;
	margin:0;
}

.ch-wrap-cnt .cnt-cols {

	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:flex-start;
}

.ch-wrap-cnt .cnt-cols > .col-left {

	display:block;
	flex-grow:1;
	box-sizing:border-box;
	width:60%;
	position:relative;
	padding:35px 55px 35px 0;
}

.ch-wrap-cnt .cnt-cols > .col-right {

	display:block;
	flex-grow:0;
	box-sizing:border-box;
	width:40%;
	min-width:420px;
	max-width:420px;
	padding:0;
	margin:0;
	position:relative;	
}

.ch-wrap-cnt .cnt-cols-wide {

	display:block;
}

.ch-wrap-cnt .cnt-cols-wide .col-wide {

	display:block;
	box-sizing:border-box;
	width:100%;
	position:relative;
	padding:35px 0 35px 0;	
}

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

	.ch-wrap-cnt .cnt {

		padding:0;
	}

	.ch-wrap-cnt .cnt-cols {

		flex-wrap:wrap;
	}

	.ch-wrap-cnt .cnt-cols > .col-left {

		width:100%;
		padding:35px 30px 35px 30px;
	}

	.ch-wrap-cnt .cnt-cols > .col-right {

		width:100%;
		min-width:0;
		max-width:none;
	}

	.ch-wrap-cnt .cnt-cols-wide .col-wide {

		padding:35px 30px 35px 30px;	
	}
}


/* mail chimp
----------------------------------*/
.mc4wp-form {

	display:block;
}

.mc4wp-form p {

	margin:0;
	padding:0;
}

.mc4wp-form p label {

	display:block;
	font-size:15px;
	font-weight:300;
	color:#000000;
	text-align:left;
	padding:0 0 5px 0;
}

.mc4wp-form p input[type="email"] {

	display:block;
	box-sizing:border-box;
	width:100%;
	font-size:15px;
	font-weight:300;
	color:#424242;
	padding:15px 15px;
	background-color:#FFFFFF;
}

.mc4wp-form p input[type="submit"] {

	display:inline-block;
	font-size:15px;
	font-weight:300;
	line-height:100%;
	padding:10px 30px;
	background-color:#F8F8F8;
	color:#000;
	border-radius:4px;
	border:1px solid #CCC;
	cursor:pointer;
	transition:all 0.2s;
}

.mc4wp-form p input[type="submit"]:hover {

	background-color:#FFFFFF;
}

/* post stream
----------------------------------*/
.ch-stream {

	display:block;
}

.ch-stream:after {

	display:table;
	content:'';
	clear:both;
}

.ch-stream-post {

	display:block;
	box-sizing:border-box;
	padding:35px 0;
	margin:0;
}

.ch-list-post {

	display:block;
	padding:0;
	margin:0;
}

.ch-list-post > div:last-child {

	margin:0;
}

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

	.ch-stream-post {

		padding:35px 0;
	}	

	.ch-stream-post .page-title .title {

		padding:0 0 0 30px;
	}
}


/* post short
----------------------------------*/
.ch-wrap-post-short {

	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 35px 0;
}

.ch-wrap-post-short .post-short {

	display: block;
    box-sizing: border-box;
    border-top: 1px solid #EF6000;
    padding: 25px 30px;
    margin:0;
    background-color: rgba(0, 0, 0, 0.5);
}

.ch-wrap-post-short .post-short .wrap-date {

	display:block;
}

.ch-wrap-post-short .post-short .wrap-date .date {

	display:block;
	font-size:11px;
	font-weight:400;
	line-height:100%;
	text-align:left;
	color:#f9b107;
}

.ch-wrap-post-short .post-short .wrap-title {

	display:block;
	padding:10px 0 0 0;
	margin:0;
}

.ch-wrap-post-short .post-short .wrap-title .title {

	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.ch-wrap-post-short .post-short .wrap-title .title a {

	text-decoration:none;
	color:#FFFFFF;
}

.ch-wrap-post-short .post-short .wrap-cols {

	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:stretch;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ch-wrap-post-short .post-short .wrap-cols .right {

	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
}

.ch-wrap-post-short .post-short .wrap-cols .right .description {

	font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 156%;
    color: #FFF;
    padding: 15px 0 0 0;
}

.ch-wrap-post-short .post-short .wrap-buttons {

	display:block;
	padding:10px 0 0 0;
	text-align:left;
}

.ch-wrap-post-short .post-short .wrap-buttons .btn-more {

	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300; 
	line-height:100%;
	text-align:center;
	text-decoration:none;
	color:#f9b107;
	transition:all 0.2s;
	cursor:pointer;
}

.ch-wrap-post-short .post-short .wrap-buttons .btn-more:hover {

	color:#FFF;
}

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


}

/* empty post stream
----------------------------------*/
.ch-empty-stream {

	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size:10px;
	background-color:#FFF;
	padding:20px;
	text-transform:uppercase;
}

/* custom pagination
----------------------------------*/
.ch-custom-pagination {

	display:block;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:12px;
	line-height:100%;
	text-align:left;
	background-color:transparent;
	padding:35px 0 0 0;
	margin:0 0 0 0;
}

.ch-custom-pagination span,
.ch-custom-pagination a {

  display: inline-block;
  border:1px solid #AAA;
  text-decoration:none;
  color:#666;
  margin:0 2px 0 0;
}

.ch-custom-pagination a:hover {
 
	color:#111;
	border:1px solid #111;
}

.ch-custom-pagination span.page-numbers,
.ch-custom-pagination a.page-numbers {
 
	padding: 6px 6px;
}

.ch-custom-pagination a.page-numbers.next,
.ch-custom-pagination a.page-numbers.prev {
 
	padding: 6px 8px;
}

.ch-custom-pagination span.dots {

	padding: 0;
	border:none;
}

.ch-custom-pagination span.current {

	color:#111;
	border:1px solid #111;
}

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

	.ch-custom-pagination {

		padding:35px 0 0 30px;
	}
}

/* post full
----------------------------------*/
.ch-wrap-post-full {

	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ch-wrap-post-full .post-full {

	display:block;
	box-sizing:border-box;
	padding:35px 0;
	position:relative;
}

.ch-wrap-post-full .post-full .wrap-date {

	display:block;
	padding:0 0 5px 0;
}

.ch-wrap-post-full .post-full .wrap-date .date {

	display:block;
	font-size:12px;
	font-weight:400;
	line-height:100%;
	text-align:left;
	color:#444;
}

.ch-wrap-post-full .post-full .wrap-title {

	display:block;
	padding:0 0 25px 0;
	margin:0;
}

.ch-wrap-post-full .post-full .wrap-title .title {

	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	color:#EF6000;
	padding:0;
	margin:0;
	cursor:default;
}

.ch-wrap-post-full .post-full .wrap-cols {

	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:stretch;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ch-wrap-post-full .post-full .wrap-cols .right {

	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
}
 
@media only screen and (max-width: 1152px) {

	.ch-wrap-post-full .post-full {

		padding:35px 30px;
	}	
}

/* box-pink
----------------------------------*/
.box-pink {

	display:block;
	box-sizing:border-box;
	height:100%;
	padding:45px 0 120px 0;
	margin:0;
	background-color:rgba(239, 96, 0, 0.1);
	transition:opcity 0.3s;
	opacity:1.0;	
}

.box-pink.hide {

	opacity:0.0;
	
}

.box-pink .wrap-title {

	display:none;
}

.box-pink .wrap-title .title {

	font-size:16px;
	font-weight:700;
	line-height:100%;
	text-transform:uppercase;
	color:#222;
	padding:25px 0 25px 30px;
	margin:0;
}

.box-pink .top {

	display:block;
	box-sizing:border-box;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	transform:translateY(-100%);
	background-color:rgba(239, 96, 0, 0.1);
	border-top:0 solid rgba(255, 255, 255, 0.5);
	padding:0 0 120px 0;
	z-index:20;
}

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

	.box-pink {

		height:auto;
		padding:0 0 80px 0;
		margin:0;
		background-color:rgba(239, 96, 0, 0.1);
		transition:opcity 0.3s;
		opacity:1.0;	
	}

	.box-pink .wrap-title {

		display:block;
	}

	.box-pink .top {

		display:block;
		box-sizing:border-box;
		width:auto;
		position:static;
		left:auto;
		top:auto;
		transform:none;
		background-color:rgba(239, 96, 0, 0.1);
		border-top:2px solid rgba(255, 255, 255, 0.5);
		padding:0 0 30px 0;
	}
}

/* base content
----------------------------------*/
.ch-post-content {

	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	font-style:normal;
	line-height:156%;
	color:#404040;
}

.ch-post-content:after {

	display:table;
	content:'';
	clear:both;
}

.ch-post-content h1 {
	
	font-family: 'Open Sans', sans-serif;
	font-size:48px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	text-transform:uppercase;
	color:#EF6000;
	padding:0;
	margin:0 0 25px 0;	
}

.ch-post-content h2 {

	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	text-transform:uppercase;
	color:#7E8083;
	padding:0;
	margin:50px 0 25px 0;	
}

.ch-post-content h3 {

	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	line-height:132%;
	text-align:left;
	text-transform:uppercase;
	color:#EF6000;
	padding:0;
	margin:20px 0 20px 0;
}

.ch-post-content h4 {

	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	text-transform:uppercase;
	color:#EF6000;
	padding:0;
	margin:0 0 12px 0;	
}

.ch-post-content h5 {

	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	text-transform:uppercase;
	color:#EF6000;
	padding:0;
	margin:0 0 10px 0;	
}

.ch-post-content h6 {

	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	text-transform:uppercase;
	color:#EF6000;
	padding:0;
	margin:0 0 5px 0;	
}

.ch-post-content h1.margin-zero,
.ch-post-content h2.margin-zero,
.ch-post-content h3.margin-zero,
.ch-post-content h4.margin-zero,
.ch-post-content h5.margin-zero,
.ch-post-content h6.margin-zero {

	margin-bottom:0;	
}


.ch-post-content h1.dark,
.ch-post-content h2.dark,
.ch-post-content h3.dark,
.ch-post-content h4.dark,
.ch-post-content h5.dark,
.ch-post-content h6.dark {

	color:#7E8083;	
}

.ch-post-content h1.transform-none,
.ch-post-content h2.transform-none,
.ch-post-content h3.transform-none,
.ch-post-content h4.transform-none,
.ch-post-content h5.transform-none,
.ch-post-content h6.transform-none {

	text-transform:none;
}

.ch-post-content h1.normal,
.ch-post-content h2.normal,
.ch-post-content h3.normal,
.ch-post-content h4.normal,
.ch-post-content h5.normal,
.ch-post-content h6.normal {

	font-weight:400;	
}

.ch-post-content h1.bold,
.ch-post-content h2.bold,
.ch-post-content h3.bold,
.ch-post-content h4.bold,
.ch-post-content h5.bold,
.ch-post-content h6.bold {

	font-weight:700;	
}


.ch-post-content p {

	margin:0 0 12px 0; 
	text-align:left;
}

.ch-post-content p:last-child {

	margin:0;
}

.ch-post-content p.small {

	font-size:12px;	
}

.ch-post-content p.margin-zero {

	margin-bottom:0;
}

.ch-post-content p.center {

	text-align:center;
}

.ch-post-content p.right {

	text-align:right;
}

.ch-post-content p.justify {

	text-align:justify;
}

.ch-post-content p.uppercase {

	text-transform:uppercase;
}

.ch-post-content p.italic {

	font-style:italic;
}

.ch-post-content p.bold {

	font-weight:700;
}

.ch-post-content p.orange {

	color:#EF6000;	
}

.ch-post-content em {

	color:#782200;
}

.ch-post-content em.normal {

	color:#782200;
	font-style:normal;
}

.ch-post-content strong {

	font-weight:700;
	color:#4c4c4c;
}

.ch-post-content span.orange { color:#EF6000; }
.ch-post-content span.black { color:#000000; }

.ch-post-content a {

	color:#404040;
	text-decoration:underline;
	transition:all 0.3s;
}

.ch-post-content a.black { color:#000000; }
.ch-post-content a.orange { color:#EF6000; }

.ch-post-content a:hover { 

	text-decoration:none;
	color:#EF6000;	
}

.ch-post-content pre {

	display:block;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	padding:10px;
	background-color:#fafafa;
	overflow-x:auto;
}

.ch-post-content img {

	max-width:100%;
	margin:0 0 10px 0;
}

.ch-post-content img.left,
.ch-post-content img.alignleft {

	float:left;
	margin:0 20px 20px 0;
}

.ch-post-content img.right,
.ch-post-content img.alignright {

	float:right;
	margin:0 0 20px 20px;
}

.ch-post-content ul {

	display:block;
	padding:0 0 0 24px;
	margin:10px 0;
}

.ch-post-content ul.margin-zero {

	margin:0;
}

.ch-post-content ul.circle {

	list-style-type:circle;
}

.ch-post-content ul.square {

	list-style-type:square;
}

.ch-post-content ul.base {

	list-style-type:none;
	padding:0 0 0 5px;
	margin:10px 0;
}

.ch-post-content ul.base.margin-zero {

	margin:0;
}

.ch-post-content ul.base li {
	
	padding:0 0 5px 12px;
	position:relative;
}

.ch-post-content ul.base li:before {

	content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 12px;
    width: 2px;
    background-color: #EF6000;	
}

.ch-post-content ol {

	display:block;
	padding:0 0 0 20px;
	margin:10px 0;
}

.ch-post-content ol.margin-zero {

	margin:0;
}

.ch-post-content ol.numeric {

	display:block;
	padding:0 0 0 0;
	margin:10px 0;
	list-style-type:none;
	counter-reset:ch-ol-counter;
}

.ch-post-content ol.numeric li {

	padding:0 0 5px 18px;
	position:relative;	
}

.ch-post-content ol.numeric.over-10 li {

	padding:0 0 5px 30px;
}

.ch-post-content ol.numeric.over-100 li {

	padding:0 0 5px 36px;
}

.ch-post-content ol.numeric li:last-child {

	padding:0 0 0 18px;
}

.ch-post-content ol.numeric.over-10 li:last-child {

	padding:0 0 0 30px;
}

.ch-post-content ol.numeric.over-100 li:last-child {

	padding:0 0 0 36px;
}

.ch-post-content ol.numeric li:before {

	content:counter(ch-ol-counter, decimal) '.';
	counter-increment:ch-ol-counter;
	padding:0 0 0 0;
	margin:0;
	color:#EF6000;
	position:absolute;
	left:0;
	top:0;
	text-align:left;
}

.ch-post-content ol.numeric.over-10 li:before {

	min-width:22px;
	text-align:right;
}

.ch-post-content ol.numeric.over-100 li:before {

	min-width:30px;
	text-align:right;
}

.ch-post-content table {

	display:table;	
	width:100%;
	font-size:14px;
	line-height:120%;	
	border-collapse:collapse;
	margin:10px 0;
}

.ch-post-content table thead tr th {

	font-weight:700;
	text-align:left;
	color:#000;
	padding:10px;
	border:1px solid #AAA;
	background-color:rgb(235, 235, 231);
}

.ch-post-content table tbody tr td {

	padding:10px;
	vertical-align:top;
	border:1px solid #CCC;		
}


.ch-post-content .label-bold {

	font-size:16px;
	font-weight:400;
	line-height:120%;
	color:#000;
	padding:5px 0 10px 0;
	border-bottom:1px solid #CCC;
	margin:0 0 10px 0;
}

.ch-post-content .label-pre {

	display:inline-block;
	font-size:12px;
	font-weight:300;
	line-height:120%;
	padding:5px 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid rgb(204, 200, 195);
}

/* shortcode - tsc_img
----------------------------------*/
.tsc-img {

	display:block;
	box-sizing:border-box;
	text-align:left;
	padding:0;
	margin:0;
	line-height:0;
}

.tsc-img.right { 

	float:right;
	margin:0 0 15px 15px;
}

.tsc-img.left { 

	float:left;
	margin:0 15px 15px 0;
}

.tsc-img.center {

	margin:0 0 15px 0;
	text-align:center;
}

.tsc-img img {

	max-width:100%;
	height:auto;
	padding:0;
	margin:0;
}

.tsc-img .wrap-image {

	display:inline-block;
	line-height:0;
	position:relative;
	padding:0;
	margin:0;
}

.tsc-img .wrap-image .link {

	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;	
	z-index:1;
}

.tsc-img .wrap-image .desc {

	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	font-size:14px;
	font-weight:300;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	left:0;
	bottom:0;
	padding:20px 10px;
	margin:0;
	background-color:rgba(0, 0, 0, 0.7);
}

.tsc-img .wrap-image .desc.left {

	text-align:left;
}

.tsc-img .wrap-image .desc.right {

	text-align:right;
}

.tsc-img .wrap-image .desc.center {

	text-align:center;
}

/* shortcode - tsc_empty
----------------------------------*/
.tsc-empty {

	display:block;
	box-sizing:border-box;
	height:20px;
	padding:0;
	margin:0;	
}

/* shortcode - tsc_clear
----------------------------------*/
.tsc-clear {

	display:block;
	box-sizing:border-box;
	height:1px;
	padding:0;
	margin:0;
	clear:both;
}

/* page about
----------------------------------*/
@media only screen and (max-width: 640px) {
	
}

/* wp caption
----------------------------------*/
.wp-caption {
	
	display:block;
	max-width:100%;
	line-height:0;
	margin:0;
	padding:0 0 15px 0;
	position:relative;
}

.wp-caption img[class*="wp-image-"] {

	display:inline;
	max-width:100%;
	margin:0;
	padding:0;
}

.wp-caption a {

	display:inline-block;
	line-height:0;
	padding:0;
	margin:0;
}

.wp-caption .wp-caption-text {

	display:block;
	box-sizing:border-box;
	width:100%;
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	line-height: 120%;
	text-align:left;
	color: #666;
	padding:10px 0 5px 0;
}

.wp-caption.alignnone {

}

.wp-caption.alignleft {
	
	float:left;
	padding:0 15px 15px 0;
	text-align:left;
}

.wp-caption.alignright {

	float:right;
	padding:0 0 15px 15px;	
	text-align:right;
}

.wp-caption.aligncenter {
	
	text-align:center;
	margin:0 auto;
}

.wp-caption.alignright .wp-caption-text {

	text-align:right;
}

.wp-caption.aligncenter .wp-caption-text {

	text-align:center;
}


/* wp gallery
----------------------------------*/
.gallery .gallery-caption {

	display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 120%;
    text-align: center;
    color: #666;
    padding: 10px 15px 5px 15px;	
}


.gallery .gallery-item a {

	display:block;
	line-height:0;
}

.gallery .gallery-item img {

	border:none!important;
	margin:0;
}

/* news stream
----------------------------------*/
.spec-news-stream {

	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.spec-news-stream .post {

	display:block;
	box-sizing:border-box;
	border-top:1px solid #EF6000;
	padding:10px 15px 15px 15px;
	margin:0 0 35px 0;
	background-color:rgba(0, 0, 0, 0.5);
}

.spec-news-stream > div.post:last-child {

	margin:0;
}

.spec-news-stream .post .date {

	display:block;
	font-size:11px;
	font-weight:400;
	line-height:100%;
	text-align:left;
	color:#f9b107;
}

.spec-news-stream .post .wrap-title {

	display:block;
	padding:20px 0 0 0;
}

.spec-news-stream .post .wrap-title.pt-5 {

	padding-top:5px;
}

.spec-news-stream .post .wrap-title .title {

	font-size:18px;
	font-weight:600;
	line-height:120%;
	text-align:left;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

.spec-news-stream .post .wrap-title .title a {

	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.spec-news-stream .post .excerpt {

    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 156%;
    color: #FFF;
    padding:20px 0 0 0;	
}

.spec-news-stream .post .excerpt a {

	color:#FFB600;
	text-decoration:underline;
	cursor:pointer;
}

.spec-news-stream .post .excerpt a.nostyle {

	color:#FFF;
	text-decoration:none;
}

.spec-news-stream .post .excerpt a:hover {

	text-decoration:none;
}

.spec-news-stream .post .excerpt a.nostyle:hover {


}

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

	.spec-news-stream .post {

		padding:20px 30px 20px 30px;
	}	
}

/* publications
----------------------------------*/
.list-publications {

	display:block;
}

.list-publications .item {

	display:block;
	box-sizing:border-box;
	border-top:1px solid #EF6000;
	padding:15px 15px 15px 15px;
	margin:0 0 30px 0;
	background-color:rgba(0, 0, 0, 0.5);
}

.list-publications .item:last-child {

	margin:0;
}

.list-publications .item .wrap-title {

	display:block;
	padding:0 0 0 0;
}

.list-publications .item .wrap-title .title {

	font-size:18px;
	font-weight:600;
	line-height:120%;
	text-align:left;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

.list-publications .item .wrap-title .title a {

	color:#FFFFFF;
	text-decoration:none;
}

.list-publications .item .description {

    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 156%;
    color: #FFF;
    padding:15px 0 0 0;	
}

.list-publications .item .description a {

	color:#FFB600;
	text-decoration:underline;	
}

.list-publications .item .description a:hover {

	text-decoration:none;
}

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

	.list-publications .item {

		padding:20px 30px 20px 30px;
	}	
}

/* footer
----------------------------------*/
.ch-footer {

	display:block;
	box-sizing:border-box;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background-color:#797a74;
	position:relative;
	backface-visibility: hidden;
}

.ch-footer .wrap-cnt {

	display:block;
	box-sizing:border-box;
	max-width:1280px;
	height:100%;
	margin:0 auto;
	padding:0 60px;
	position:relative;	
}

.ch-footer .wrap-cnt .cnt {

	display:block;
	box-sizing:border-box;
	padding:60px 0 30px 0;
	position:relative;
}

.ch-footer .wrap-cnt .cnt .nav-arrow-up {

	display:block;
	box-sizing:border-box;
	width:60px;
	height:60px;
	line-height:0;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%) translateY(-50%);
	cursor:pointer;
}

.ch-footer .wrap-cnt .cnt .nav-arrow-up svg {

	width:100%;
	height:100%;
}

.ch-footer .wrap-cnt .cnt .nav-arrow-up svg .cls-1 { fill:#ef6100; }
.ch-footer .wrap-cnt .cnt .nav-arrow-up svg .cls-2 { fill:none; stroke:#fff; stroke-miterlimit:10; } 
.ch-footer .wrap-cnt .cnt .nav-arrow-up svg .cls-3 { fill:none; stroke:#fff; stroke-miterlimit:10; }
.ch-footer .wrap-cnt .cnt .nav-arrow-up svg .cls-2 { stroke-width:1.03px; }
.ch-footer .wrap-cnt .cnt .nav-arrow-up svg .cls-3 { stroke-width:3.08px; }

.ch-footer .wrap-cnt .cnt .wrap-cols {

	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols:after {

	display:table;
	content:'';
	clear:both;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left {

	display:block;
	width:400px;
	float:left;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description {

	display:block;
	font-size:15px;
	font-weight:400;
	line-height:120%;
	color:#FFFFFF;
	padding:5px 0 0 0;
	margin:0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description p {

	padding:0;
	margin:0 0 5px 0;
	cursor:default;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description p:last-child {

	margin:0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description p.website {

	padding:15px 0 0 0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description a {

	text-decoration:none;
	color:#f9b107;
	cursor:pointer;
	transition:all 0.2s;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description a:hover {

	color:#FFFFFF;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .left .description span.yellow {

	color:#f9b107;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right {

	display:block;
	width:420px;
	float:right;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list {

	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter {

	display:block;
	margin:0 32px 0 0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .name {

	font-size:12px;
	font-weight:600;
	line-height:100%;
	text-align:left;
	color:#FFFFFF;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image {

	display:block;
	width:48px;
	line-height:0;
	margin:5px 0 0 0;
	position:relative;
	left:-4px;	
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image svg {

	width:100%;
	height:100%;	
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image svg .st0{ fill:#913516;}
.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image svg .st1{ fill:#FFB600;}
.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image svg .st2{ fill:none; stroke:#FFFFFF; stroke-width:2.611; }
.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image svg .st3{ fill:#F25824;}
.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter .wrap-image svg .st4{ fill:none; stroke:#FFFFFF; stroke-width:3.047; }

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook {

	display:block;
	margin:0 32px 0 0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook .name {

	font-size:12px;
	font-weight:600;
	line-height:100%;
	text-align:left;
	color:#FFFFFF;
	cursor:default;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook .wrap-image {

	display:block;
	width:48px;
	line-height:0;
	margin:5px 0 0 0;
	position:relative;
	left:-4px;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook .wrap-image svg {

	width:100%;
	height:100%;	
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook .wrap-image svg .st0 { fill:#913516; }
.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook .wrap-image svg .st1 { fill:#FFFFFF; }


.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .donate {

	display:block;
	margin:0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .donate .name {

	font-size:12px;
	font-weight:600;
	line-height:100%;
	text-align:left;
	color:#FFFFFF;
	cursor:default;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .donate .wrap-image {

	display:block;
	width:auto;
	line-height:0;
	margin:8px 0 0 0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .donate .wrap-image img {

	max-width:100px;
	height:auto;	
}

.ch-footer .wrap-cnt .cnt .wrap-cols .copyright {

	display:block;
	width:420px;
	padding:10px 0 0 0;
	clear:both;
	float:right;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .copyright p {

	font-size:11px;
	font-weight:300;
	line-height:120%;
	text-align:left;
	color:#EEE;
	margin:0 0 5px 0;
	padding:0;
}

.ch-footer .wrap-cnt .cnt .wrap-cols .copyright p:last-child {

	margin:0;
}


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

	.ch-footer .wrap-cnt {

		padding:0 40px;
	}	

	.ch-footer .wrap-cnt .cnt .wrap-cols .right {

		width:auto;
	}	

	.ch-footer .wrap-cnt .cnt .wrap-cols .copyright {

		width:auto;
	}	
}


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

	.ch-footer .wrap-cnt .cnt {

		padding:60px 0 70px 0;
	}

	.ch-footer .wrap-cnt .cnt .wrap-cols .left {

		width:auto;
		float:none;
		padding:0 0 40px 0;
	}

	.ch-footer .wrap-cnt .cnt .wrap-cols .right {

		float:none;
		padding:0 0 80px 0;
	}

	.ch-footer .wrap-cnt .cnt .wrap-cols .copyright {

		float:none;
	}	

	.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .newsletter {

		margin:0 16px 0 0;
	}

	.ch-footer .wrap-cnt .cnt .wrap-cols .right .list .facebook {

		display:block;
		margin:0 16px 0 0;
	}	
}