/*
Theme Name: tli
Theme URI: http://candelier.hu/
Author: Candelier
Author URI: http://candelier.hu/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tli
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	color: #2b2539;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size-adjust:0.45;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
.wrap {
	width: 90%;
	height: 100%;
	margin: auto;
	display: table;
}
@-moz-document url-prefix() {	
.menu-language-container li {
        margin-left: -35px !important;
}

@media screen and (max-width:1023px){
.menu-language-container li {
	width: 200px;
	margin-left: -60px !important;
}	
}
}
@supports (-ms-ime-align:auto) {
.menu-language-container li {
        margin-left: -35px !important;
}

@media screen and (max-width:1023px){
.menu-language-container li {
	width: 200px;
	margin-left: -60px !important;
}	
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.menu-language-container li {
        margin-left: -35px !important;
}

@media screen and (max-width:1023px){
.menu-language-container li {
	width: 200px;
	margin-left: -60px !important;
}	
}
}
@media screen and (min-width:1441px) and (max-width:1650px) {
	.wrap {
	width: 80%;
	}
}
@media screen and (min-width:1651px) {
	.wrap {
	width: 70%;
	}
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #2b2539;
}
::selection {
    color: #ffffff; 
    background: #2b2539;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #6ac07a;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2b2539;
}
::-webkit-scrollbar-thumb:active {
  background: #2b2539;
}
::-webkit-scrollbar-track {
  background: #e5e5e5;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #e5e5e5;
}
::-webkit-scrollbar-track:active {
  background: #e5e5e5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
a,
a:-webkit-any-link {
	text-decoration: none !important;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.col1 {
	width: 30%;
	height: auto;
	display: table;
	margin-right: 5%;
	float: left;
}
.col2 {
	width: 30%;
	height: auto;
	display: table;
	margin-right: 5%;
	float: left;
}
.col3 {
	width: 30%;
	height: auto;
	display: table;
	margin-right: 0;
	float: left;
}
.col1-2 {
	width: 65%;
	height: auto;
	display: table;
	margin-right: 5%;
	float: left;
}
.more {
	height: 40px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #2b2539;
	color: #47aee3;
	margin: auto;
	margin-top: 30px;
	display: inline-table;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.more p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 2.5em;
    width: 100% !important;
    margin: 0;
}
.more a {
	margin: 0;
}
.more:hover {
	background: #47aee3;
	color: white;
}
.breadcrumbs  {
	margin-bottom: 20px;
}
.breadcrumbs p {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6em;
}
.breadcrumbs a {
	pointer-events: none !important;
	cursor: default !important;
}
.breadcrumbs a:hover {
	color: #47aee3;
}
.breadcrumbs a:active,
.breadcrumbs a:focus {
	text-decoration: underline;
}
.programme_page_single .breadcrumb_last {
	display: none !important;
}
.error-404 h1 {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 30px;
}
.error-404 h2 {
	text-align: center;
	margin-bottom: 100px;
}
.error-404 a:hover {
	color: #47aee3;
}
div.wpcf7-validation-errors {
	clear: both !important;
	margin: 0 !important;
	margin-top: 100px !important;
	border: solid 2px #2b2539 !important;
}
.mashsb-container {
	width: 30%;
	margin-bottom: 50px;
}
.programme_page .tagtitle h1,
.programme_page .eventlisttitle h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	text-transform: capitalize;
}
/*
#2b2539 - lila
#47aee3 - vkék
#006097 - skék
#6ac07a - zöld
#e5e5e5 - szürke
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #2b2539;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
	font-family: 'Rubik', sans-serif;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0px;
}
h1 {
	font-size: 60px;
	font-weight: 900;
}
h2 {
	font-size: 40px;
	font-weight: 900;
}
h3 {
	font-size: 24px;
	font-weight: 900;
}
p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 2.3em;
	font-weight: 400;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2b2539;
}

a:vipaged {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
	position: relative;
	top: 0;
	width: 100%;
	float: left;
}
.logo {
	float: left;
	display: block;
	width: 12%;
}
.logo img {
	height: 80px;
	width: auto;
	float: left;
}
.lang {
	width: 3%;
	float: right;
	text-align: right;
	margin-top: 40px;
}
.menu-language-container {
	width: 100%;
	float: right;
	text-align: right;
	display: block;
}
.menu-language-container title {
	display: none;
}
.menu-language-container ul,
.menu-language-container li {
	list-style: none !important;
	margin: 0;
	-webkit-margin: 0 !important;
	line-height: 1em;
	-webkit-padding-start: 0px;
	cursor: pointer;
}
.menu-language-container li a {
	text-decoration: none;
}
.menu-language-container img,
.sub-menu img {
	display: none;
}
.sub-menu li {
	padding-top: 2px;
}
.lang a:hover {
	color: #47aee3;
	cursor: pointer;
}
.social {
	float: right;
	width: 15%;
	margin-top: 45px;
	margin-bottom: 45px;
	display: block;
}
.social img {
	height: 20px;
	width: auto;
	padding-right: 10px;
	clear: none !important;
	float: left;
}
.fb,
.yt,
.in,
.tw {
	float: right;
	text-align: left;
}
.in img {
	padding-right: 0px !important;
}
.fb img:hover,
.yt img:hover,
.in img:hover,
.tw img:hover,
.tliblog:hover {
	-webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	margin-top: 35px;
	margin-bottom: 35px;
}
.main-navigation li {
	float: left;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #2b2539;
	padding-right: 30px;
}
.main-navigation li:last-child {
	padding-right: 0px !important;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #2b2539;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #47aee3;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.page-main .comment-navigation,
.page-main .posts-navigation,
.page-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# KV header
--------------------------------------------------------------*/
.kv_header {
	width: 100%;
	height: 500px;
	display: block;
	background: url('img/tli_kv_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	background-position: 100% 60%;
	position: relative;
	float: left;
	z-index: 0;
	margin-bottom: 55px;
}
.programme_holder {
	width: 80%;
	height: 240px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
.programme_holder h2 {
	color: white;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5em;
}
.programme1 {
	background: rgb(43, 37, 57);
    background: rgba(43, 37, 57, 0.8); 
    width: 22%;
    height: 240px;
    display: table;
    margin-right: 4%;
    position: relative;
    float: left;
    padding: 25px;
    transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.programme1:hover {
	background: rgba(43, 37, 57, 1);
}
.programme2 {
	background: rgb(71, 174, 227);
    background: rgba(71, 174, 227, 0.8); 
    width: 22%;
    height: 240px;
    display: table;
    margin-right: 4%;
    position: relative;
    float: left;
    padding: 25px;
    transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.programme2:hover {
	background: rgba(71, 174, 227, 1);
}
.programme3 {
	background: rgb(0, 96, 151);
    background: rgba(0, 96, 151, 0.8); 
    width: 22%;
    height: 240px;
    display: table;
    margin-right: 4%;
    position: relative;
    float: left;
    padding: 25px;
    transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.programme3:hover {
	background: rgba(0, 96, 151, 1);
}
.programme4 {
	background: rgb(106, 192, 122);
    background: rgba(106, 192, 122, 0.8); 
    width: 22%;
    height: 240px;
    margin-right: 0;
    display: table;
    position: relative;
    float: left;
    padding: 25px;
    transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.programme4:hover {
	background: rgba(106, 192, 122, 1);
}
/*--------------------------------------------------------------
# Index Rólunk
--------------------------------------------------------------*/
.aboutus_index {
	width: 100%;
	height: auto;
	display: table;
	border: solid 2px #2b2539;
	padding: 80px;
	margin: auto;
	margin-bottom: 55px;
	text-align: center;
	background-image: url('img/tli_institute.svg');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.aboutus_index h1 {
	color: #47aee3;
	width: 80%;
	text-align: center;
	padding-bottom: 40px;
	margin: auto;
}
.aboutus_index p {
	width: 80%;
	text-align: center;
	margin: auto;
}
/*--------------------------------------------------------------
# Index Friss tartalom+Events
--------------------------------------------------------------*/
.news_events_index {
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	float: left;
	margin-bottom: 55px;
}
.news_index {
	display: table;
	float: left;
	width: 100%;
}
.news_index ul {
	margin: 0;
	list-style: none;
	display: table;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.news_index li {
	list-style: none;
	float: left;
	margin-bottom: 55px;
}
.news_index_img {
	float: left;
	overflow: hidden;
    position: relative;
	width: 200px;
	height: 200px;
	background: #2b2539;
}
.news_index_img_cut {
	position: absolute;
    width: 350px;
    left: -36%;
    top: -10%;
}
.news_index img {
	float: left;
	opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.news_index_content {
	float: left;
	margin-left: 30px;
	max-width: 67%;
}
.news_index h2 {
	font-size: 24px;
	color: #2b2539;
	padding: 8px;
	background: #47aee3;
	float: left;
	line-height: 1.5em;
}
.news_index .more {
	clear: both;
	float: left;
}
.frisstartalom_paging {
	display: block;
	float: right;
}
.frisstartalom_paging .prev a {
	background: #2b2539;
	color: white;
	float: left;
	padding: 15px;
	 transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.frisstartalom_paging .next a {
	background: #2b2539;
	color: white;
	float: right;
	padding: 15px;
	 transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.frisstartalom_paging .prev a:hover,
.frisstartalom_paging .next a:hover {
	background: #47aee3
}
.frisstartalom_paging .num a {
	float: left;
	clear: none;
	padding: 15px;
	 transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.frisstartalom_paging .num a:hover {
	background: #e5e5e5;
}
.events_index {
	float: right;
	width: 100%;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.events_index_header {
	background: #2b2539;
	color: white;
	width: 100%;
	padding: 30px; 
}
.events_index_header h2 {
	font-size: 20px;
	font-weight: 500;
}
.events_index_content {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 2px #2b2539;
	width: 100%;
	height: auto;
	display: table;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.events_index_content:hover {
	opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.events_index_date {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-right: 5%;
	background: #2b2539;
}
.events_index_date h3 {
	color: white;
	padding:8px;
	font-size: 16px;
}
.events_index_title {
	float: left;
	width: 55%;
}
.events_index_title h3 {
	color: #6ac07a;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: -8px;
}
.events_index_footer {
	width: 100%;
	height: 40px;
	float: left;
	background: #6ac07a;
	margin-top: 55px;
	text-align: center;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.events_index_footer:hover {
	background: #2b2539;
}
.events_index_footer h4 {
	font-size: 16px;
	font-weight: 500;
	color: white;
	padding: 10px;
}
/*--------------------------------------------------------------
# Index TLI staff
--------------------------------------------------------------*/
.tli_staff_index {
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	text-align: center;
	position: relative;
	margin-bottom: 55px;
	float: left;
}
.tlistaff_bg_index {
	width: 100%;
	height: 450px;
	display: table;
	position: relative;
	z-index: 0;
}
.tli_staff_index_title {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.tli_staff_index h2 {
	font-size: 60px;
	color: #47aee3;
}
.tli_staff_index .more {
	background: white;
	margin-top: 20px;
}
.tli_staff_index .more:hover {
	background: #2b2539;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.tli_footer {
	width: 100%;
	height: auto;
	background: #e5e5e5;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 55px;
	float: left;
}
.tli_footer_content {
	width: 24%;
	float: left;
	line-height: 2em;
	padding-top: 80px;
	padding-bottom: 50px;
}
.tli_footer_content li {
	list-style: none;
}
.tli_footer_content li a:hover {
	color: #47aee3;
}
.tli_footer_content li a:vipaged {
	color: #2b2539;
}
.tli_footer_newsletter {
	width: 24%;
	float: left;
	line-height: 2em;
	padding-top: 80px;
	padding-bottom: 100px;
}
.tli_footer_newsletter h3 {
	font-size: 20px;
	color: #47aee3;
}
.tli_footer_newsletter p {
	font-size: 13px !important;
	line-height: 1.5em;		
}	
.tli_footer_newsletter span {
	font-size: 13px !important;
	line-height: 1.5em;	
	color: #47aee3;	
}	
.tli_footer_newsletter input[type="text"],
.tli_footer_newsletter input[type="email"] {
	width: 100%;
	background: #d5d5d5;
	font-size: 13px;
	color: #2b2539;
	border-radius: 0;
	box-shadow: none;
}
.tli_footer_newsletter input[type="submit"] {
	height: 40px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #2b2539;
	color: #47aee3;
	margin: auto;
	display: inline-table;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	clear: both;
	float: left;
	margin-top: 20px;
}
.tli_footer_newsletter input[type="submit"] p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 2.5em;
    width: 100% !important;
}
.tli_footer_newsletter input[type="submit"]:hover {
	background: #47aee3;
	color: white;
	cursor: pointer;
}
.accept {
	float: left;
	margin-right: 5px;
}
.terms {
	text-decoration: underline;
	margin: 0;
	clear: none;
	float: left;
	cursor: pointer;
}
.termsinfo {
	display: none;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.bottom_social {
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
	margin-bottom: 55px;
	float:left;
}
.bottom_social .social {
	float: none;
	text-align: center;
	margin: auto;
}
/*--------------------------------------------------------------
# Programme 
--------------------------------------------------------------*/
.programme_page .programme_header {
	width: 100%;
	height: 500px;
	display: table;
	margin-bottom: 55px;
	overflow: hidden;
}
.programme_page .programme_img {
	background: #2b2539;
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
	overflow: hidden;
}
.programme_img_cut {
	position: absolute;
    width: 900px;
    left: -60%;
    top: -10%;
}
.humanrights .programme_img_cut {
	position: absolute;
    width: 900px;
    left: -60%;
    top: -10%;
}
.jewishlife .programme_img_cut {
	position: absolute;
    width: 900px;
    left: 0%;
    top: -10%;
}
.romarights .programme_img_cut {
	position: absolute;
    width: 900px;
    left: -15%;
    top: -10%;
}
.hungarianminorities .programme_img_cut {
	position: absolute;
    width: 900px;
    left: -115%;
    top: -10%;
}
.programme_page .col1-2 {
	margin-right: 0px;
}
.programme_page .programme_short  {
	width: 100%;
	height: 500px;
	padding: 50px;
}
.programme_page .col1-2 p {
	margin-top: 30px;
}
.programme_page_single .programme_header {
	width: 100%;
	height: 500px;
	display: table;
	margin-bottom: 55px;
	overflow: hidden;
}
.programme_page_single .programme_img {
	background: #2b2539;
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
	overflow: hidden;
}
.programme_page_single .col1-2 {
	margin-right: 0px;
}
.programme_page_single .programme_short  {
	width: 100%;
	height: 500px;
	padding: 50px;
}
.programme_page_single .col1-2 p {
	margin-top: 30px;
	word-break: break-word;
}
.programme_page_single .col1-2 a {
	text-decoration: underline !important;
	word-break: break-word;
}
.programme_page_single .col1-2 a:hover {
	color: #47aee3 !important;
}
.areas {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.areas_title {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.areas h2 {
	color: white !important;
}
.areas .more {
	background: white;
	clear: both;
	margin-top: 30px;
}
.areas .more:hover {
	background: #47aee3;
}
.news_page {
	width: 100%;
	display: table;
	margin-bottom: 55px;
}
.news_page .col3 {
	margin-right: 5%;
	text-align: center;
	height: 200px;
	display: table;
}
.news_page .col3:last-of-type {
	margin-right: 0% !important;
}
.news_page .col3 .news_page_bg {
	display: table;
	position: relative;
	z-index: -1;
	opacity: 0.8;
	width: 100%;
	height: 200px;
}
.news_page .col3 .news_page_bg:after {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -2;
    background-color: #2b2539;
}
.news_page .col3 .news_page_content {
	position: relative;
	z-index: 1;
	margin-top: -150px;
	text-align: center;
}
.news_page .col3 h3 {
	font-size: 20px;
	line-height: 1.5em;
	color: white;
	width: 80%;
	margin: auto;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_page .col3 .more {
	margin-top: 10px;
}
.tag_cloud {
	width: 100%;
	height: auto;
	padding: 50px;
	display: table;
	color: white;
	margin-bottom: 55px;
	background: #2b2539;
	text-align: center;
}
.tag_cloud a {
	color: white;
	text-align: center;
}
.wpctc-wpctc_widget-2 a:hover,
.wpctc-wpctc_widget-3 a:hover,
.wpctc-wpctc_widget-4 a:hover,
.wpctc-wpctc_widget-5 a:hover {
	color: #47aee3 !important;
}
.wpctc-wpctc_widget-2 a:after,
.wpctc-wpctc_widget-3 a:after,
.wpctc-wpctc_widget-4 a:after,
.wpctc-wpctc_widget-5 a:after {
	content: ",";
}
.tag_cloud .widget-title {
	margin-bottom: 20px;
}
.flagship_projects {
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}
.flagship_projects h2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.years_holder {
	width: 100%;
	height: auto;
	text-align: center;
	display: table;
}
.years {
	float: left;
	font-size: 70px;
	font-weight: 100;
	text-align: center;
	width: 25%;
	cursor: pointer;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	cursor: pointer;
	margin-bottom: 25px;
}
.years:hover {
	color: #e5e5e5 !important;
}
.years ul,
.years li {
	list-style: none !important;
	margin: 0 !important;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.flagship_projects_text_2013,
.flagship_projects_text_2014,
.flagship_projects_text_2015,
.flagship_projects_text_2016,
.flagship_projects_text_2017,
.flagship_projects_text_2018,
.flagship_projects_text_2019,
.flagship_projects_text_2020 {
	width: 100%;
	display: none;
	margin-bottom: 55px;
}
.flagship_projects_text_2013 h3,
.flagship_projects_text_2014 h3,
.flagship_projects_text_2015 h3,
.flagship_projects_text_2016 h3,
.flagship_projects_text_2017 h3,
.flagship_projects_text_2018 h3,
.flagship_projects_text_2019 h3,
.flagship_projects_text_2020 h3 {
	padding-top: 20px;
	width: 80%;
	margin: auto;
	text-align: center;
}
.flagship_projects_text_2013 h3:hover,
.flagship_projects_text_2014 h3:hover,
.flagship_projects_text_2015 h3:hover,
.flagship_projects_text_2016 h3:hover,
.flagship_projects_text_2017 h3:hover,
.flagship_projects_text_2018 h3:hover,
.flagship_projects_text_2019 h3:hover,
.flagship_projects_text_2020 h3:hover {
	color: #47aee3 !important;
}
.contact_experts {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.contact_experts_content {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	display: table-cell;
}
.contact_experts_content:last-of-type {
	margin-right: 0;
}
.contact_experts_content h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.partners {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
	text-align: center;
}
.partners h2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.partner_logos {
	width: 90%;
	margin: auto;
	margin-bottom: 55px;
	text-align: center;
	display: table;
}
.partner_logos img {
	padding: 20px;
}
.bx-wrapper {
	max-width: 88% !important;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	background: none;
	margin-bottom: 55px;
}
.bx-wrapper img {
    max-width: 50%;
    display: block;
    float: left;
    margin-right: 8%;
}
.bx-wrapper p {
	margin-bottom: 0;
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 400;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/*--------------------------------------------------------------
# Programme - Human Rights
--------------------------------------------------------------*/
.humanrights {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.humanrights .programme_short {
	border: solid 2px #2b2539;
}
.humanrights .programme_short h1 {
	color: #2b2539;
}
.humanrights .projects {
	background: url('img/tli_project_h.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px;
}
.humanrights .events {
	background: url('img/tli_event_h.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.humanrights .publications {
	background: url('img/tli_publication_h.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.humanrights .years {
	color: #2b2539;
}
.humanrights .contact_experts_content {
	border: solid 2px #2b2539;
}
.humanrights .partners {
	border: solid 2px #2b2539;
}
.humanrights .contact_experts h2,
.humanrights .partners h2 {
	color: #2b2539;
}
/*--------------------------------------------------------------
# Programme - Jewish Life
--------------------------------------------------------------*/
.jewishlife {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.jewishlife .programme_short {
	border: solid 2px #47aee3;
}
.jewishlife .programme_short h1 {
	color: #47aee3;
}
.jewishlife .projects {
	background: url('img/tli_project_j.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px;
}
.jewishlife .events {
	background: url('img/tli_event_j.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.jewishlife .publications {
	background: url('img/tli_publication_j.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.jewishlife .years {
	color: #47aee3;
}
.jewishlife .contact_experts_content {
	border: solid 2px #47aee3;
}
.jewishlife .partners {
	border: solid 2px #47aee3;
}
.jewishlife .contact_experts h2,
.jewishlife .partners h2 {
	color: #47aee3;
}
/*--------------------------------------------------------------
# Programme - Roma Rights
--------------------------------------------------------------*/
.romarights {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.romarights .programme_short {
	border: solid 2px #006097;
}
.romarights .programme_short h1 {
	color: #006097;
}
.romarights .projects {
	background: url('img/tli_project_r.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px;
}
.romarights .events {
	background: url('img/tli_event_r.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.romarights .publications {
	background: url('img/tli_publication_r.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.romarights .years {
	color: #006097;
}
.romarights .contact_experts_content {
	border: solid 2px #006097;
}
.romarights .partners {
	border: solid 2px #006097;
}
.romarights .contact_experts h2,
.romarights .partners h2 {
	color: #006097;
}
/*--------------------------------------------------------------
# Programme - Hungarian Minorities
--------------------------------------------------------------*/
.hungarianminorities {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.hungarianminorities .programme_short {
	border: solid 2px #6ac07a;
}
.hungarianminorities .programme_short h1 {
	color: #6ac07a;
}
.hungarianminorities .projects {
	background: url('img/tli_project_hu.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px;
}
.hungarianminorities .events {
	background: url('img/tli_event_hu.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.hungarianminorities .publications {
	background: url('img/tli_publication_hu.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 400px
}
.hungarianminorities .years {
	color: #6ac07a;
}
.hungarianminorities .contact_experts_content {
	border: solid 2px #6ac07a;
}
.hungarianminorities .partners {
	border: solid 2px #6ac07a;
}
.hungarianminorities .contact_experts h2,
.hungarianminorities .partners h2 {
	color: #6ac07a;
}
/*--------------------------------------------------------------
# Who we are
--------------------------------------------------------------*/
.whoweare {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.whoweare_holder {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.institute {
	width: 100%;
	height: 400px;
	background-color: #2b2539;
	text-align: center; 
	display: table;
	position: relative;
}
.institute img {
	opacity: 0.3;
	position: absolute;
	z-index: 0;
	width: 25%;
	height: auto;
	top:10%;
	bottom:0;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
}
.institute_content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: auto;
}
.institute h2 {
	color: white;
	text-align: center;
}
.institute .more {
	background: white;
}
.institute .more:hover {
	background: #47aee3;
}
.ourmission {
	border: solid 2px #2b2539;
	text-align: center;
	height: 400px;
	display: table;
	width: 100%;
}
.ourmission_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ourmission h2 {
	text-align: center;
}
.tomlantos {
	width: 100%;
	height: 400px;
	background-color: #c7c7c7;
	text-align: center;
	display: table;
	position: relative;
}
.tomlantos_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
}
.tomlantos img {
	opacity: 0.1;
	position: absolute;
	z-index: 0;
	width: 80%;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
}
.tomlantos h2 {
	color: white;
}
.tomlantos .more {
	background: white;
}
.tomlantos .more:hover {
	background: #2b2539;
}
.tlistaff_page .col1-2 {
	margin-right: 0;
}
.tlistaff_page .tlistaff_bg_index {
	height: 400px;
}
.tlistaff_page h2 {
	color: white;
}
.tlistaff_page .more {
	background: white;
}
.tlistaff_page .more:hover {
	background: #47aee3;
}
.boards {
	background-color: #47aee3;
	text-align: center;
	height: 400px;
	display: table;
	width: 100%;
}
.boards_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.boards h2 {
	text-align: center;
	color: white;
}
.executive {
	background-color: #6ac07a;
	text-align: center;
	height: 400px;
	display: table;
	width: 100%;
}
.executive_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.executive h2 {
	text-align: center;
	color: white;
}
.advisory {
	background-color: #006097;
	text-align: center;
	height: 400px;
	display: table;
	width: 100%;
}
.advisory_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.advisory h2 {
	text-align: center;
	color: white;
}
.boards_content .more:hover,
.executive_content .more:hover,
.advisory_content .more:hover {
	background: white;
	color: #2b2539;
}
.annualreport {
	border: solid 2px #2b2539;
	text-align: center;
	height: 200px;
	display: table;
	width: 100%;
}
.annualreport_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.annualreport h2 {
	text-align: center;
}
.institute_text,
.ourmission_text,
.tomlantos_text,
.boards_text,
.annualreport_text {
	width: 100%;
	display: none;
	margin-bottom: 55px;
}
.boards_text a {
	text-decoration: underline !important;
}
.boards_text a:hover {
	color: #47aee3;
}
.annualreport_text,
.annualreport_text a,
.annualreport_text h3 a {
	text-align: center !important;
	font-size: 24px !important;
	font-weight: 900 !important;
}
.annualreport_text h3 a:hover {
	color: #47aee3;
}
.institutemore,
.ourmissionmore,
.tomlantosmore,
.boardsmore,
.annualreportmore {
	cursor: pointer;
}
/*--------------------------------------------------------------
# What we do
--------------------------------------------------------------*/
.whatwedo {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.whatwedo_holder {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.humanrights_page {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 400px;
	background-image: url('img/humanrightsheader.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	background-position: 100% 50%;
}
.humanrights_page h2 {
	color: white;
}
.humanrights_page .more {
	background: white;
}
.humanrights_page .more:hover {
	background: #2b2539;
}
.jewishlife_page {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 400px;
	background-color: #47aee3;
}
.jewishlife_page h2 {
	color: white;
}
.romarights_page {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 400px;
	background-color: #006097;
}
.romarights_page h2 {
	color: white;
}
.hungarianminorities_page {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 400px;
	background-color: #6ac07a;
}
.hungarianminorities_page h2 {
	color: white;
}
.jewishlife_page .more:hover,
.romarights_page .more:hover,
.hungarianminorities_page .more:hover {
	background: white;
	color: #2b2539;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.contact .col1-2 {
	height: 400px;
	margin-bottom: 55px;
}
#map {
	width: 100%;
	height: 400px;
}
.contact .col3 {
	height: 400px;
	background: #2b2539;
	display: table;
	padding: 50px;
	margin-bottom: 55px;
}
.contact .col3 h2 {
	color: #47aee3;
}
.contact .col3 p,
.contact .col3 a {
	color: white;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.contact .col3 a:hover {
	color: #47aee3;
}
.gettinghere {
	width: 100%;
	height: auto;
	display: table;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	border: solid 2px #2b2539;
	margin-bottom: 55px;
}
.gettinghere h2 {
	color: #6ac07a;
	text-align: center;
	margin-bottom: 50px;
}
.gettinghere p {
	width: 80%;
	text-align: center;
	margin: auto;
}
.press {
	width: 100%;
	height: auto;
	display: table;
	background: #2b2539; 
	margin-bottom: 55px;
}
.press_content {
	width: 50%;
	margin: auto;
	display: table;
	padding-top: 50px;
	padding-bottom: 50px;
}
.press_content img {
	float: left;
	margin-right: 50px;
	width: 30%;
}
.press_content h2 {
	color: #47aee3;
	float: left;
	width: 60%;
	margin-bottom: 30px;
}
.press_content p,
.press_content a {
	color: white;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	float: left;
	width: 60%;
	line-height: 2.3em;
	margin: 0;
}
.press_content a:hover {
	color: #47aee3;
}
/*--------------------------------------------------------------
# Get involved
--------------------------------------------------------------*/
.getinvolved {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.getinvolved_holder,
.getinvolved_holder2 {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.getinvolved_holder .col1-2 {
	border: solid 2px #2b2539;
	height: 400px;
	display: table;
}
.getinvolved_holder .col1-2 h2 {
	color: #47aee3;
	width: 70%;
	margin: auto;
}
.social_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.social_content .social {
	float: none;
	margin: auto;
	margin-top: 50px;
	width: 45%;
}
.social_content .tliblog {
	height: 40px;
	float: left;
	clear: none;
	padding-top: 8px;
}
.tliblog a:hover {
	color: inherit;
}
.social_content .social img {
	height: 40px;
	float: left;
	clear: none;
}
.getinvolved_holder .col3 {
	height: 400px;
	display: block;
	overflow: hidden;
	position: relative;
}
.getinvolved_holder2 .col1 {
	background: url('img/tli_internship.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	height: 400px;
}
.getinvolved_holder2 .col2 {
	background: url('img/tli_vacancies.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	height: 400px;
}
.getinvolved_holder2 .col3 {
	background: url('img/tli_donate.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
	display: table;
	height: 400px;
}
.internship,
.vacancies,
.donate {
	width: 100%;
	display: table;
	height: 400px;
}
.internship_content,
.vacancies_content,
.donate_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.internship h2,
.vacancies h2,
.donate h2 {
	text-align: center;
	color: white;
}
.internship .more,
.vacancies .more,
.donate .more {
	background: white;
}
.internship .more:hover,
.vacancies .more:hover,
.donate .more:hover {
	background: #47aee3;
	color: white;
}
.internship_text,
.vacancies_text,
.donate_text {
	width: 100%;
	display: none;
	margin-bottom: 55px;
}
.internshipmore,
.vacanciesmore,
.tomlantosmore,
.donatemore {
	cursor: pointer;
}
.yt_video {
	width: 100%;
	height: auto;
	padding: 50px;
	text-align: center;
	border: solid 2px #2b2539;
	margin-bottom: 55px;
}
.yt_video iframe {
	max-width: 80%;
	height: 400px;
}
/*--------------------------------------------------------------
# TLI Staff
--------------------------------------------------------------*/
.tlistaff {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.tlistaff_holder {
	width: 100%;
	display: table;
	float: left;
}
.tlistaff_holder .col1 {
	height: 500px;
	display: table;
	text-align: center;
	margin-bottom: 55px;
	position: relative;
}
.tlistaff_holder .col1:nth-child(3n) {
	margin-right: 0;
}
.stafftitle h1 {
	margin-bottom: 55px;
}
.tlistaff_holder .col1 .tlistaff_bg {
	display: table;
	position: relative;
	z-index: -1;
	opacity: 0.8;
	width: 100%;
	height: 500px;
}
.tlistaff_holder .col1 .tlistaff_bg:after {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -2;
    background-color: black;
}
.tlistaff_holder .col1 .tlistaff_content {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
}
.tlistaff_content h2 {
	font-size: 25px;
	color: white;
}
.tlistaff_content h3 {
	font-size: 16px;
	color: white;
}
.tlistaff_content h3 {
	max-width: 80%;
	margin: auto;
}
.tlistaff_content .more {
	background: white;
}
.tlistaff_content .more:hover {
	background: #2b2539;
}
.tlistaff_member {
	width: 100%;
	height: auto;
	display: table;
	margin-bottom: 55px;
}
.tlistaff_member .col1 {
	display: table;
	float: left;
}
.tlistaff_member .col1 img {
	width: 100%;
	height: auto;
}
.tlistaff_member .col1-2 {
	display: table;
	float: left;
	margin-right: 0;
}
/*--------------------------------------------------------------
# Content (Events, Projects, Publications) List
--------------------------------------------------------------*/
.content_list {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.content_list_holder {
	width: 100%;
	height: auto;
	margin-bottom: 55px;
	display:flex;
}
.content_list_img {
	float: left;
	width: 30%;
}
.content_list_img img {
	width: 100%;
	height: auto;
	display: block;
}
.content_list_content {
	float: left;
	padding: 40px;
	width: 70%;
	flex: 1;
}
.content_list_content h4 {
	float: left;
	text-align: left;
	margin-top: 10px;
}
.content_list_content h5 {
	line-height: 1.2em;
	clear: both;
	font-weight: 400;
}
.humanrights .content_list_content {
	border: solid 2px #2b2539;
}
.jewishlife .content_list_content {
	border: solid 2px #47aee3;
}
.romarights .content_list_content {
	border: solid 2px #006097;
}
.hungarianminorities .content_list_content {
	border: solid 2px #6ac07a;
}
/*--------------------------------------------------------------
# Content (Events, Projects, Publications) 
--------------------------------------------------------------*/
.programme_page .col1-2 .breadcrumbs p {
	margin: 0;
}
.content_page .col1-2 {
	margin-right: 5%;
}
.content_page h3 {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_page_title_humanrights h2 {
	color: #2b2539;
	margin-top: 10px;
}
.content_page_title_jewishlife h2 {
	color: #47aee3;
	margin-top: 10px;
}
.content_page_title_romarights h2 {
	color: #006097;
	margin-top: 10px;
}
.content_page_title_hungarianminorities h2 {
	color: #6ac07a;
	margin-top: 10px;
}
.content_page_tags {
	width: 100%;
	margin-top: 55px;
	background: #2b2539;
	padding: 20px;
	color: white;
	margin-bottom: 55px;
}
.content_page_tags a {
	color: white;
}
.content_page_tags a:hover {
	color: #47aee3;
}
.content_page_data {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 20px;
}
.content_page_data h4 {
	width: 100%;
	clear: both;
	padding-top: 20px;
}
.related_content {
	width: 100%;
	height: auto;
	float: left;
	margin: auto;
	border: solid 2px #2b2539;
	padding: 30px;
	margin-bottom: 55px;
}
.related_content_title {
	width: 100%;
	height: auto;
	float: left;
	margin: auto;
	margin-bottom: 55px;
}
.related_content h2 {
	margin-bottom: 20px;
}
.related_content h3 {
	font-size: 30px;
}
.related_content p {
	line-height: 1.5em;
	word-break: break-word;
}
.related_content li {
	list-style: none;
}
.related_content a:hover {
	color: #47aee3;
}
.related_content iframe {
	width: 100%;
	height: 300px;
}
/*--------------------------------------------------------------
# Partners, Donors
--------------------------------------------------------------*/
.partners {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.partners_holder {
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.partners .col1 {
	width: 20%;
	margin-bottom: 55px;
	height: 150px;
}
.partners .col1:nth-child(4n) {
	margin-right: 0;
}
.partners h1 {
	margin-bottom: 80px;
	text-align: center;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width:1024px) and (max-width:1280px) {
h1 {
	font-size: 45px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 20px;
}
.main-navigation {
	width: 77%;
}
.social {
	width: 20%;
}
.programme_holder {
	width: 98%;
}	
.programme1,
.programme2,
.programme3,
.programme4 {
	width: 23%;
}
.programme1,
.programme2,
.programme3 {
	margin-right: 2.5%;
}
.aboutus_index h1 {
	width: 90%;
}
.aboutus_index p {
	width: 90%;
}
.news_index_content {
	max-width: 60%;
}
.events_index_date h3 {
    padding: 5px;
    font-size: 14px;
}
.events_index_title {
    width: 50%;
}
.jewishlife_page h2,
.romarights_page h2,
.hungarianminorities_page h2 {
	width: 80%;
	margin: auto;
}
.getinvolved_holder .col1-2,
.getinvolved_holder .col3 {
	height: 310px;
}
.social_content .tliblog {
	padding-top: 0;
}
.social_content .social img {
	height: 25px;
}
.internship h2, 
.vacancies h2, 
.donate h2 {
	font-size: 30px;
}
.contact .col3 {
	padding: 47px;
}
.contact .col3 p, 
.contact .col3 a {
	width: 70%;
	word-break: break-word;
	line-height: 1.8em;
}
.press_content {
	width: 60%;
}
.programme_page .programme_img,
.programme_page_single .programme_img {
	height: 550px;
}
.programme_img_cut {
	left: -95%;
}
.hungarianminorities .programme_img_cut {
	left: -150%;
}
.programme_page .programme_short,
.programme_page_single .programme_short {
	height: 550px;
}
.content_page h3 {
	font-size: 34px;
}
.related_content h3 {
	font-size: 26px;
}
}
@media screen and (min-width:768px) and (max-width:1023px) {
h1 {
	font-size: 35px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
}
.logo {
	width: 20%;
}
.main-navigation {
	width: 100%;
}
.social {
	width: 25%;
	margin-top: 0;
}
.lang {
	width: 8%;
	margin-top: 3px;
}
.sub-menu li {
    padding-top: 0px;
    padding-left: 5px;
    width: 50%;
    clear: none !important;
    float: left;
}
.programme_holder {
	width: 50%;
	height: 500px;
	text-align: center;
}	
.programme1,
.programme2,
.programme3,
.programme4 {
	width: 100%;
    height: 100px;
    margin-right: 0;
    clear: both;
}
.programme2,
.programme3,
.programme4 {
	margin-top: 10px;
}
.aboutus_index {
	padding: 50px;
}
.aboutus_index h1 {
	width: 90%;
}
.aboutus_index p {
	width: 90%;
}
.news_index_img {
	width: 130px;
	height: 130px;
}
.news_index_img_cut {
	width: 230px;
}
.news_index_content {
	max-width: 60%;
}
.events_index_date {
	float: none;
}
.events_index_date h3 {
    padding: 5px;
    font-size: 16px;
}
.events_index_title {
    width: 90%;
    margin-top: 20px;
}
.tli_footer ul, 
.tli_footer ol {
	margin: 0;
}
.institute img {
	width: 40%;
}
.jewishlife_page h2,
.romarights_page h2,
.hungarianminorities_page h2 {
	width: 80%;
	margin: auto;
}
.getinvolved_holder .col1-2,
.getinvolved_holder .col3 {
	height: 230px;
}
.social_content .social {
	width: 60%;
	margin-top: 30px;
}
.social_content .tliblog {
	padding-top: 0;
}
.social_content .social img {
	height: 25px;
}
.internship h2, 
.vacancies h2, 
.donate h2 {
	font-size: 22px;
}
.contact .col1-2 {
	width: 100%
}
.contact .col3 {
	width: 100%;
	height: auto;
}
.contact .col3 p, 
.contact .col3 a {
	width: 70%;
	line-height: 1.8em;
}
.press_content {
	width: 75%;
}
.programme_header .col1 {
	width: 100%;
}
.programme_header .col1-2 {
	width: 100%;
}
.programme_page .programme_img,
.programme_page_single .programme_img {
	height: 400px;
	margin-bottom: 55px;
}
.programme_img_cut {
	left: 0%;
	width: 100%;
}
.hungarianminorities .programme_img_cut {
	left: 0%;
	width: 100%;
}
.programme_page .programme_short,
.programme_page_single .programme_short {
	height: auto;
}
.years {
	font-size: 55px;
}
.content_page h3 {
	font-size: 34px;
}
.related_content h3 {
	font-size: 22px;
}
.mashsb-container {
	width: 55%;
}
}
@media screen and (min-width:640px) and (max-width:767px) {
h1 {
	font-size: 35px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.logo {
	width: 25%;
}
.menu-toggle, 
.main-navigation.toggled ul {
	float: right;
	margin-top: 20px;
}
.main-navigation.toggled ul {
	clear: both;
}
.main-navigation li {
	text-align: right;
	float: none;
	padding-top: 20px;
	padding-right: 0;
}
.menu-toggle {
	height: 40px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #2b2539;
	color: #47aee3;
	margin: auto;
	margin-top: 30px;
	display: inline-table;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.menu-toggle p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1em;
    width: 100% !important;
    margin: 0;
}
.menu-toggle a {
	margin: 0;
}
.menu-toggle:hover {
	background: #47aee3;
	color: white;
}
.main-navigation {
	width: 100%;
}
.social {
	width: 45%;
	margin-top: 10px;
}
.lang {
	width: 10%;
	margin-top: 13px;
}
.sub-menu li {
    padding-top: 0px;
    padding-left: 5px;
    width: 50%;
    clear: none !important;
    float: left;
}
.langtype {
	float: right;
	margin-top: 10px;
	padding-left: 10px;
}
.kv_header {
	background-position: 40% 30%;
}
.programme_holder {
	width: 50%;
	height: 500px;
	text-align: center;
}	
.programme1,
.programme2,
.programme3,
.programme4 {
	width: 100%;
    height: 100px;
    margin-right: 0;
    clear: both;
}
.programme2,
.programme3,
.programme4 {
	margin-top: 10px;
}
.aboutus_index {
	padding: 50px;
}
.aboutus_index h1 {
	width: 90%;
}
.aboutus_index p {
	width: 90%;
}
.news_events_index .col1-2 {
	width: 100%;
}
.news_events_index .col3 {
	width: 100%;
}
.news_index_img {
	width: 130px;
	height: 130px;
}
.news_index_img_cut {
	width: 230px;
}
.news_index_content {
	max-width: 60%;
}
.events_index_date {
	float: left;
}
.events_index_date h3 {
    padding: 5px;
    font-size: 16px;
}
.events_index_title {
    width: 60%;
    margin-top: 0px;
}
.tli_staff_index h2 {
	font-size: 40px;
}
.tli_footer ul, 
.tli_footer ol {
	margin: 0;
}
.tli_footer_content {
	width: 33%;
}
.tli_footer_newsletter {
	width: 80%;
	clear: both;
	margin: auto;
	float: none;
}
.institute img {
	width: 50%;
}
.tomlantos img {
	width: 90%;
	top: 20%;
}
.tlistaff_holder .col1 {
	width: 47%;
	margin: 2%;
}
.tlistaff_holder .col1:nth-child(2n) {
	margin-right: 0;
}
.tlistaff_holder .col1:nth-child(3n) {
	margin-right: 0;
}
.jewishlife_page h2,
.romarights_page h2,
.hungarianminorities_page h2 {
	width: 80%;
	margin: auto;
}
.getinvolved_holder .col1-2,
.getinvolved_holder .col3 {
	height: 190px;
}
.getinvolved_holder .col1-2 h2 {
	width: 80%;
}
.social_content .social {
	width: 70%;
	margin-top: 30px;
}
.social_content .tliblog {
	padding-top: 0;
}
.social_content .social img {
	height: 25px;
}
.internship h2, 
.vacancies h2, 
.donate h2 {
	font-size: 18px;
}
.yt_video iframe {
	width: 95%;
}
.contact .col1-2 {
	width: 100%
}
.contact .col3 {
	width: 100%;
	height: auto;
}
.contact .col3 p, 
.contact .col3 a {
	width: 70%;
	line-height: 1.8em;
}
.press_content {
	width: 90%;
}
.programme_header .col1,
.programme_header .col1-2 {
	width: 100%;
}
.programme_page .programme_img,
.programme_page_single .programme_img {
	height: 250px;
	margin-bottom: 55px;
}
.programme_img_cut {
	left: 0%;
	width: 100%;
}
.hungarianminorities .programme_img_cut {
	left: 0%;
	width: 100%;
}
.programme_page .programme_short,
.programme_page_single .programme_short {
	height: auto;
}
.flagship_projects {
	padding-bottom: 20px;
}
.flagship_projects h2 {
	padding-top: 0px;
}
.years {
	font-size: 45px;
}
.content_list_holder {
	display: table;
	margin-bottom: 55px;
}
.content_list_img,
.content_list_content {
	width: 100%;
	display: block;
}
.content_page .col1-2 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 55px;
}
.content_page .col3 {
	width: 100%;
}
.content_page h3 {
	font-size: 34px;
}
.related_content h3 {
	font-size: 20px;
}
.partners .col1 {
    width: 40%;
    margin-bottom: 55px;
}
.mashsb-container {
	width: 55%;
}
}
@media screen and (max-width:639px) {
h1 {
	font-size: 35px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
}
.logo {
	width: 35%;
}
.menu-toggle, 
.main-navigation.toggled ul {
	float: right;
	margin-top: 20px;
}
.main-navigation.toggled ul {
	clear: both;
}
.main-navigation li {
	text-align: right;
	float: none;
	padding-top: 20px;
	padding-right: 0;
}
.menu-toggle {
	height: 40px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #2b2539;
	color: #47aee3;
	margin: auto;
	margin-top: 30px;
	display: inline-table;
	transition: 0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}
.menu-toggle p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1em;
    width: 100% !important;
    margin: 0;
}
.menu-toggle a {
	margin: 0;
}
.menu-toggle:hover {
	background: #47aee3;
	color: white;
}
.main-navigation {
	width: 100%;
}
.social {
	width: 65%;
	margin-top: 10px;
}
.lang {
	width: 20%;	
	margin-top: 12px;
}
.sub-menu li {
    padding-top: 0px;
    padding-left: 5px;
    width: 50%;
    clear: none !important;
    float: left;
}
.langtype {
	float: right;
	margin-top: 10px;
	padding-left: 10px;
}
.kv_header {
	background-position: 40% 30%;
}
.programme_holder {
	width: 80%;
	height: 500px;
	text-align: center;
}	
.programme1,
.programme2,
.programme3,
.programme4 {
	width: 100%;
    height: 100px;
    margin-right: 0;
    clear: both;
}
.programme2,
.programme3,
.programme4 {
	margin-top: 10px;
}
.aboutus_index {
	padding: 20px;
}
.aboutus_index h1 {
	width: 100%;
}
.aboutus_index p {
	width: 100%;
}
.news_events_index .col1-2 {
	width: 100%;
}
.news_events_index .col3 {
	width: 100%;
}
.news_index_img {
	width: 100px;
	height: 100px;
}
.news_index_img_cut {
	width: 200px;
	left: -45%;
}
.news_index_content {
	max-width: 52%;
}
.events_index_date {
	float: none;
}
.events_index_date h3 {
    padding: 5px;
    font-size: 16px;
}
.events_index_title {
    width: 90%;
     margin-top: 10px;
}
.tli_staff_index h2 {
	font-size: 35px;
}
.tli_footer ul, 
.tli_footer ol {
	margin: 0;
}
.tli_footer_content {
	width: 28%;
}
.tli_footer_newsletter {
	width: 80%;
	clear: both;
	margin: auto;
	float: none;
	padding-top: 0;
}
.whoweare_holder {
	margin-bottom: 0px;
}
.whoweare .col1-2,
.whoweare .col1,
.whoweare .col2,
.whoweare .col3 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 55px;
	height: 150px;
}
.institute,
.ourmission,
.tomlantos,
.tlistaff_page,
.tlistaff_page .tlistaff_bg_index,
.boards,
.executive,
.advisory,
.annualreport {
	height: 150px;
}
.boards h2,
.executive h2,
.advisory h2,
.annualreport h2 {
	width: 80%;
	margin: auto;
}
.whatwedo .col1-2,
.whatwedo .col1,
.whatwedo .col2,
.whatwedo .col3 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 55px;
	height: 150px;
}
.humanrights_page,
.jewishlife_page,
.romarights_page,
.hungarianminorities_page {
	height: 150px;
}
.more {
	margin-top: 15px;
}
.institute img {
	width: 20%;
}
.tomlantos img {
	width: 30%;
}
.annualreport {
	margin-bottom: 55px;
}
.tlistaff_holder .col1 {
	width: 100%;
	margin: 0%;
	margin-bottom: 55px;
}
.tlistaff_holder .col1:nth-child(2n) {
	margin-right: 0;
}
.tlistaff_holder .col1:nth-child(3n) {
	margin-right: 0;
}
.jewishlife_page h2,
.romarights_page h2,
.hungarianminorities_page h2 {
	width: 80%;
	margin: auto;
}
.getinvolved_holder {
	margin-bottom: 0px;
}
.getinvolved .col1-2,
.getinvolved .col1,
.getinvolved .col2,
.getinvolved .col3 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 55px;
	height: 150px;
}
.internship, 
.vacancies, 
.donate {
	height: 150px;
}
.getinvolved_holder .col1-2,
.getinvolved_holder .col3 {
	height: 250px;
}
.getinvolved_holder2 {
	margin-bottom: 0;
}
.getinvolved_holder .col1-2 h2 {
	width: 80%;
}
.social_content .social {
	width: 90%;
	margin-top: 30px;
}
.social_content .tliblog {
	padding-top: 0;
}
.social_content .social img {
	height: 25px;
}
.yt_video {
	padding: 20px;
}
.yt_video iframe {
	width: 95%;
	height: 300px;
}
.internship h2, 
.vacancies h2, 
.donate h2 {
	font-size: 25px;
}
.contact .col1-2 {
	width: 100%
}
.contact .col3 {
	width: 100%;
	height: auto;
}
.contact .col3 p, 
.contact .col3 a {
	width: 70%;
	line-height: 1.8em;
	word-break: break-word;
}
.press_content {
	width: 90%;
	text-align: center;
}
.press_content img,
.press_content h2,
.press_content p,
.press_content a {
	text-align: center;
	margin: auto;
	float: none;
}
.press_content p, 
.press_content a {
	width: 90%;
	word-break: break-word;
}
.press_content h2 {
	margin-top: 20px;
}
.programme_header .col1,
.programme_header .col1-2 {
	width: 100%;
}
.programme_page .programme_img,
.programme_page_single .programme_img {
	height: 160px;
	margin-bottom: 55px;
}
.programme_img_cut {
	left: 0%;
	width: 100%;
}
.hungarianminorities .programme_img_cut {
	left: 0%;
	width: 100%;
}
.programme_page .programme_short,
.programme_page_single .programme_short {
	height: auto;
	padding: 20px;
}
.areas {
	margin-bottom: 0px;
}
.areas .col1,
.areas .col2,
.areas .col3 {
	width: 100%;
	height: 150px;
	margin-right: 0;
	margin-bottom: 55px;
}
.projects,
.events,
.publications {
	height: 150px !important;
}
.news_page .col3 {
	width: 100%;
	margin-bottom: 55px;
}
.flagship_projects {
	padding-bottom: 20px;
}
.flagship_projects h2 {
	padding-top: 0px;
}
.years {
	font-size: 40px;
	width: 50%;
}
.widget a {
	font-size: 100% !important;
}
.contact_experts {
	margin-bottom: 0;
}
.contact_experts_content h2 {
    padding-left: 0;
    text-align: center;
}
.contact_experts_content {
	width: 100%;
	margin-right: 0;
	margin-bottom: 55px;
}
.content_list_holder {
	display: table;
	margin-bottom: 55px;
}
.content_list_img,
.content_list_content {
	width: 100%;
	display: block;
}
.content_page .col1-2 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 55px;
}
.content_page .col3 {
	width: 100%;
}
.content_page h3 {
	font-size: 34px;
}
.related_content h3 {
	font-size: 20px;
}
.partners .col1 {
    width: 40%;
    margin-bottom: 55px;
}
.mashsb-container {
	width: 55%;
}
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #2b2539;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #2b2539;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	-webkit-margin:0;
	line-height: 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.page-header:before,
.page-header:after,
.page-content:before,
.page-content:after,
.page-footer:before,
.page-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.page-header:after,
.page-content:after,
.page-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .page-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .page-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

