/*
 THEME NAME: Hrah
 AUTHOR: Lucychok
 VERSION: 2.0
 */

 /*FONTS*/

/*DEFAULT CSS*/

* {
	outline: none !important;
	text-decoration: none !important;
}


@font-face {
    font-family: 'DroidSans';
    src: url('fonts/am/droidsans-bold-webfont.eot');
    src: local('DroidSans'), url('fonts/am/droidsans-bold-webfont.woff') format('woff'), url('fonts/am/droidsans-bold-webfont.ttf') format('truetype'), url('fonts/am/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSans';
    src: url('droidsans-webfont.eot');
    src: local('DroidSans'), url('fonts/am/droidsans-webfont.woff') format('woff'), url('fonts/am/droidsans-webfont.ttf') format('truetype'), url('fonts/am/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	font-family: 'DroidSans';
	/*background: #ebedf0;*/
}
header
{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px solid #3f2b2b;
	border-bottom: 2px solid #d7dade;
}
.main-banner
{
	background-size: cover;
	color: #393939;
	padding-top: 100px;
	padding-bottom: 30px;
	background-attachment: fixed;
}
ol.sessions
{
	padding-left: 15px;
}
.head-message
{
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
}
.board-head img
{
	margin-bottom: 30px;
	border-radius: 10px;
	border: 2px solid #d7dade;

}
.page-numbers.current
{
	font-weight: bold;
}
.pagination a
{
	display: inline-block;
	padding: 0 5px;
}
.main-banner h1
{
	width: 70%;
	margin-top: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;

}
.main-logo
{
	width: 60px;
	float: left;
	margin-right: 24px;
}
.main-title
{
	float: left;
}
.gerb
{
	width: 70px;
	height: 70px;
	margin-right: 15px;
}
.byline
{
	font-size: 11px;
}
.main
{
	position: relative;

}
.news_item, .faq_item
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #bdc3c8;	
	color: #5f6b7e;
}
#map
{
	height: 300px;
	width: 100%;
} 
#map-interactive
{
	height: 100vh;
	min-height: 300px;

}
.tvs
{
	height: calc( 100vh - 80px );
	overflow-y:scroll;
}
.tv-map-thumb
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden; 
	float: left; 
	margin-right: 15px;
}
.companies-list li{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 50px;
}
.companies-list a
{
	color: #000;
    font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
}
.marzer
{
	margin-top: 30px;
	margin-bottom: 30px;  
	font-size: 11px !important; 
}
.active-marz
{
	font-weight: bold;
}
.nav-previous a, .nav-next a
{
	color: #000;
	font-size: 24px;
}

.nav-previous:hover a, .nav-next:hover a
{
	color: #29313e;
}
.marz-btn
{

	font-size: 12px !important; 
	padding: 10px 0;
	border-top: 1px solid #eee;
	display: block;
    
}
.inner-content
{
	margin-top: 30px;
}
.news_item:first-child, .faq_item:first-child
{
	border: 0;	
}
.faq_item h4
{
	font-weight: bold;
	color: #000;
}
.question
{
	font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 33px;
    display: inline-block;
    border: 1px solid #7191b6;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
	line-height: 60px;
	margin-bottom: 15px;
}
.faq-footer
{
	font-size: 12px; 
}
.top-footer
{
	padding-bottom: 40px;
}
.hrh-short
{
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.top-footer .white
{
	color: #fff;
}
.highlighted
{
	background: #ebedf0;
}
.simple-short 
{
	margin-bottom: 30px;
}
.member
{
	margin-bottom: 30px;
}
h1
{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 24px;
	margin-top: 0;	
}
.member img
{
	transition-duration: 0.5s;
}
.member:hover img
{
	opacity: 0.7;
}
.member h4 a
{
	color: #000;
	font-weight: bold;
}

.main::after
{
	content: '}';
	display: block;
	font-size: 100px;
	font-family: 'Noto Serif', serif;
	position: absolute;
	right: -40px;
	top: 0px;

}
.btnfull
{
	text-align: center;
	width: 100%;
	background: #dbe0e5;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	color: #2b333f;
	text-transform: uppercase;
	font-weight: bold;
}
.stat
{
	background: #dbe0e5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.stat p{
	width: 80%;  
	margin: 0 auto;
}
.head-message-wrapper
{
	background: #ebedf0;
}
.main_body
{
	/*background: #fff;*/
}
.sticky
{
	position: fixed;
	width: 100%;
	z-index: 999;
}
.map_banner
{
	border-radius: 6px;
	height: 100%;  
	position: relative;
}
.map_banner .inner
{
	background: url('img/bg1.png');
	background-position: bottom left;
	height: 100%;  
	border-radius: 6px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	transition: all 0.8s ease;

}
.map_banner .inner:hover
{
	transform: scale(1.01);
}
.map_banner .text
{
	position: absolute;
	bottom: 40px;
	width: 80%; 
	left: 40px; 
}
.map_banner h1
{
	font-size: 38px; 
	margin-bottom: 40px;
}
.news
{
	padding-top: 40px;
	padding-bottom: 40px; 
	display: flex;
}
.news h2
{
	font-weight: bold; 
	font-size: 16px;
}
.news h2 a
{
	color: #2b333f;
}
.new_meta
{
	font-size: 12px;
	font-weight: bold;
}
.new_meta .meta_date
{
	color: #b30101;	
}
.stat .stat-number
{
	font-size: 76px;
	font-family: 'Noto Serif', serif;

}
.str-title
{
	margin-top: 40px;
	margin-bottom: 15px;
}
.partner
{
	padding: 15px;
	text-align: center;
}
.partner img
{
	width: 60px !important;
}
.partner>a:first-child
{
	display: block;
	height: 80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.partner img
{
	width: 80px;
	align-self: center; 
}
.partner a{ 
	color: #29313e;
}
.partner p
{
	margin-top: 15px;
}
.partners .partners-heading
{
	margin: 30px 0 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px; 

}

.Aligner {
	display: flex;
	align-items: center;
}

.Aligner-item {
	
}

.Aligner-item--top {
	align-self: flex-start;
}

.Aligner-item--bottom {
	align-self: flex-end;
}
ul#menu-footer-menu
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu-footer-menu>li
{
	float: left;
	margin-right: 30px;
	max-width: 160px; 
}
ul#menu-footer-menu>li>ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu-footer-menu>li>a
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
ul#menu-footer-menu>li>ul>li
{
	margin-bottom: 5px;
}
ul#menu-footer-menu>li>ul>li>a
{
	color: #cfcfcf;
	font-size: 12px;
	line-height: 14px !important;
	display: inline-block;
	transition-duration: 0.5s;
}
ul#menu-footer-menu>li>ul>li>a:hover
{
	color: #fff;
}
.attachment
{
	border: 1px solid #bdc3c8;
	margin-bottom: 30px;
}
.attachment a
{
	color: #5f6b7e;
}
.secondary-page-title
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.the-main-menu
{
	padding-top: 20px;
}
.the-main-menu li
{
	position: relative;
}
.the-main-menu li .sub-menu
{
	position: absolute;
	z-index: 99999;
	margin: 0;
	padding: 0;
	left: 0;
	background: #7191b6; 
	border-top: 15px solid #fff;
	opacity: 0;
	transition-duration: 0.5s; 
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: -1;
} 
.the-main-menu li:hover .sub-menu
{
	opacity: 1;
	z-index: 9999999;
}
.the-main-menu ul.sub-menu li
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%; 
	transition-duration: 0.5s; 
}

.the-main-menu ul.sub-menu li:hover
{
	padding-left: 20px; 
}
.the-main-menu ul.sub-menu li a
{
	color: #fff;
}
.the-main-menu ul li
{
	display: inline-block;
	padding: 0 5px;
	
}
#menu-main-menu
{
	margin-bottom: 0;
}
.the-main-menu ul li a
{
	color: #000;
	font-weight: bold;
	font-size: 14px;

	display: inline-block;
}
.the-main-menu>ul>li>a
{
padding-top: 22px;
padding-bottom: 22px;
}
.close-search
{
	position: absolute;
	color: #7191b6;
	top: 30px;
	right: 0px;
	cursor: pointer;
}
#search
{
	opacity: 0;
	transition-duration: .5s; 
	display: none;
}
#search input[type="search"]
{
	border: 1px solid #7191b6;
	position: absolute;
    width: 100%;
    top: 20px;
	padding: 7px;

}
#search.active
{
	display: block;
	opacity: 1;
}

.socila-meta
{
	font-size: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.socila-meta a 
{
	color: #727272;
	display: inline-block;
	padding: 0 5px;
	transition-duration: .5s;

}
.socila-meta a:hover
{
	color: #3b5998;
}
.socila-meta a .fa-youtube-square
{
	transition-duration: .5s;
}
.socila-meta a:hover .fa-youtube-square
{
	color: red !important;
}

ol.sessions li
{
	margin-bottom:30px;
}
.attachment-icon
{
	background: url('img/adobe.png') no-repeat center center #dde0e4;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	margin-left: -15px;
	margin-right: 15px;
}

.link-icon
{
	background: url('img/links.png') no-repeat center center #dde0e4;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	margin-left: -15px;
	margin-right: 15px;
}
.attachment-file
{
	width: 80%;
	float: left;
}
#breadcrumbs
{
	list-style: none;
	font-size: 12px;
	margin: 30px 0;
	padding: 0;
	display: block;

}
#breadcrumbs li
{
	float: left;
	margin-right: 8px;
}
.stat  .main h3
{
	font-weight: bold;	
}
footer
{
	background: #363b45;
	color: #7191b6;
	padding-top: 40px;
}
.faq-button
{
	background: #1aa157;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
	width: 200px; 
	display: inline-block;
	text-align: center !important;
}
.faq-button.inactive
{
	background: none;
	border: 1px solid #1aa157;
	color: #1aa157;
}

.tv-navigation
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d7dade;
}

.footer-byline
{
	background: #29313e;
	padding-top: 40px;
	padding-bottom: 40px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

.font-smoothing {
	-webkit-font-smoothing: antialiased;
}

.equal-children {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.transition {
	transition-duration: .5s;
}

.absolute-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.list-inline {
	font-size: 0;
}

.list-inline * {
	font-size: initial;
}

.relative-parent {
	position: relative;
}

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

input,
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: transparent;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.social-buttons
{
	
	list-style: none;
	margin: 15px  0 30px;
	padding: 0;
}
.tv-item
{
	border: 1px solid #eee;  
	padding: 15px;
	margin-bottom: 30px; 
}
.tv-item img 
{
	width: 70px;
}
.tv-item h4
{
	font-size: 16px;
	overflow-wrap: break-word;
}
.social-buttons li
{
	display: inline-block;
	font-size: 21px;
	margin: 0 5px;
}
.social-buttons li a
{
	color: #7191b6;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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. */
}
.external-links ul
{
	list-style: none;
	margin: 0;
	padding: 0; 
}
.external-links ul li
{
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 15px; 
}
.external-links ul li a
{
	color: #576b85;
    font-size: 12px;
    line-height: 14px !important;
    display: inline-block;
    transition-duration: 0.5s;
}

/*MAIN CSS*/

/* Large desktops and laptops */
@media (min-width: 1230px) {
	.container { width: 1200px; }
}

@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) { 

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#menu-main-menu
	{
		margin: 0;
		padding: 0;
	}
	#menu-main-menu li
	{
		display: block;
		text-align: right;
	}
	.the-main-menu>ul>li>a
	{
		padding: 10px 0;
		pointer-events: none;
		
	}
	header
	{
		position: fixed;
		width: 100%;
		z-index: 999999;
	}
	.the-main-menu li:hover .sub-menu
	{
		position: relative;
		background: none;
		border-top: 0; 
		padding: 0;
	}
	.the-main-menu ul.sub-menu li a
	{
		color: #7191b6;
	}
	.the-main-menu ul li
	{
		padding: 0;
	}
	.the-main-menu .menu-item
	{
		padding: 8px 0;
	}
	.main-banner h1
	{
		font-size: 21px;
		font-weight: bold;
		width: 100%;
		margin: 0;
	}
	.partner
	{
		width: 50%;
	}
	.menu-footer-menu-container, .external-links
	{
		display: none;
	}
	.faq-footer
	{
		text-align: center;
	}
	
}


/* Landscape phones and smaller */
@media (max-width: 544px) {

}

@media (max-width: 480px) {

}

@media print {
	header, footer, #breadcrumbs, .main-banner, .social-buttons, #sidebar
	{
		display: none;
	}
 }