/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 97%;
}
/* end of reset section */

body {
	max-width: 2400px;
	overflow-x: hidden;
	font-family: 'source_sans_proregular', Arial, sans-serif;
	line-height: 18px;
	font-size: 16px;
	background: #fff;
}

@font-face {
    font-family: 'exo_2medium_condensed';
    src: url('../fonts/exo2-mediumcondensed-webfont.woff2') format('woff2'),
         url('../fonts/exo2-mediumcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2bold_condensed';
    src: url('../fonts/exo2-boldcondensed-webfont.woff2') format('woff2'),
         url('../fonts/exo2-boldcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight_italic';
    src: url('../fonts/sourcesanspro-lightit-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-lightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* main layout */
.wrapper {  
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

a {
	color: #274E85;
}

a:hover, a:active {
color: #e68a00;
}

body p.alignment {
text-align: justify;
}

/* scroll to top button */
#toTop {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 30px;
  z-index: 130;
  border: 2px solid #274E85;
  outline: none;
  background-color: #274E85;
  color: white;
  cursor: pointer;
  padding: 15px 18px;
  border-radius: 50%;
}

#toTop:hover {
	background-color: #181a1d;
  border: 2px solid #e68a00;
}

/* limiting the width of some blocks */
header {
  display: block;
  position: relative;
  width: 1230px;
  height: 125px;
  margin: 15px auto 0;
  text-align: center;
}

.head__logo__img-left {
  display: inline-block;
 }

.head__slogan {
	display: inline-block;
	width: 82%;
	background: url(../images/head_bg.png) center no-repeat;
	background-size: auto;
}

.head__slogan__title {
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'exo_2bold_condensed', Arial, sans-serif;
	font-size: 40px;
	color: transparent;	
}

.head__slogan_text {
	padding: 20px 0 10px 0;
	text-align: center;
	font-family: 'source_sans_probold', Arial, sans-serif;
	font-size: 22px;
	color: #f2f2f2;
	text-shadow: 2px 2px 2px #1a1a1a;
}

.head__logo__img-right {
	display: inline-block;
}

.head__navigation {
	display: block;
	text-align: center;
}

.menu__navicon {
	display: inline-block;
	width: 1230px;
	height: 50px;
	box-sizing: border-box;
	text-align: left;
	border-top: 1px solid #052494;
	background: #5377f9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#093af1, #5377f9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#093af1, #5377f9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#093af1, #5377f9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#274e83, #202a44); /* Standard syntax (must be last) */ 
}

.menu__navicon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.menu__navicon a img {
	display: inline-block; 
  vertical-align: middle;
  margin-left: 25px;
 }

.menu__navicon__right {
	display: inline-block;
	float: right;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
}

#google_translate_element {
	display: inline-block;
  padding: 8px 12px 6px 40px;
  font: 14px 'source_sans_prolight_italic', Arial, sans-serif;
}

.goog-te-gadget {
  display: inline-block;
}

.goog-te-gadget-simple  {
  height: 29px;
  vertical-align: 40%;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 5px;  
  font: 14px 'source_sans_prolight_italic', Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;  
}

.navicon__search {
	display: inline-block;
	width: 160px;
}

#google_translate_element img {
	display: inline-block;
  margin-right: 8px;
	vertical-align: middle;	
}

/* big drop-down menu */
.head__menu {
	display: block;
	position: relative;
	width: 1230px;
	height: 54px;
	margin: 0 auto;
	text-align: left;
}

.head__menu__nav {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: default;
}
 
.head__menu__nav > li {
  display: block;
  float: left;
}

.title1 {
	width: 68px;
}

.title2 {
	width: 190px;
}

.title3 {
	width: 220px;
}

.title4 {
	width: 284px;
}

.title5 {
	width: 278px;
}

.title6 {
	width: 190px;
}

/* menu links */
.head__menu__nav > li > a {
  position: relative;
  display: block;
  line-height: 54px; 
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fcfcfc;
  background: #274e83;
  border-left: 1px solid #202a44;
  border-right: 2px solid #202a44;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.head__menu__nav img {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 8px;
}

.head__menu__nav > li:hover > a {
	background: #e68a00; 
	border-left: 1px solid #ffd699;
}
 
/* menu dropdown */
.head__menu__nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 54px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 122;
 	background: #ffffe6;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

.head__menu__nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* menu content */
.head__menu__nav .head__menu__column {
  float: left;
  width: 20%;
  padding: 2.5%;
}
 
.head__menu__nav .head__menu__column h3 {
  margin: 20px 0 10px 0;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2bold_condensed', Arial, sans-serif;
  font-size: 22px;
  color: #372f2b;
}
 
.head__menu__nav .head__menu__column li a {
  display: block;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 16px;
  color: #181a1d;
}
 
.head__menu__nav .head__menu__column a:hover {
	color: #274E85; 
	font-family: 'exo_2bold_condensed', Arial, sans-serif;
	/* background-color: #e68a00; */
}
/* end of big drop-down menu */

/*
Tipue Search 5.0
http://www.tipue.com/search
*/
/* styles for input field */
#tipue_search_input {
	display: block;
  width: 90%;
  padding: 8px 12px 6px 40px;
  box-sizing: border-box;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  margin: 0 0 0 7px;
  font: 14px 'source_sans_proregular', Arial, sans-serif;
  background: #fff url('../images/search.png') no-repeat 15px 12px;
}

#tipue_search_input:focus {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
  color: #181a1d;
}

#tipue_search_content {
  max-width: 90%;
  padding-top: 15px;
  margin: 0;
  text-align: justify;
}

#tipue_search_warning {
  font: 300 16px/1.6 'source_sans_probold', sans-serif;
  margin: 7px 0;
}

#tipue_search_warning a {
  color: #396;
  text-decoration: none;
}

#tipue_search_warning a:hover {
  color: #181a1d;  
}

#tipue_search_results_count {
  font-family: 'source_sans_probold', sans-serif;
}

.tipue_search_content_title {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-top: 23px;
}

.tipue_search_content_title a {
  text-decoration: none;
}

.tipue_search_content_title a:hover {
  color: #e68a00;
}

.tipue_search_content_url {
  font-family: 'source_sans_proregular', sans-serif;
  font-size: 20px;
  line-height: 24px;
  word-wrap: break-word;
}

.tipue_search_content_url a {
  color: #396;
  text-decoration: none;
}

.tipue_search_content_url a:hover {
  color: #e68a00;   
}

.tipue_search_content_text {
  font-family: 'source_sans_proregular', sans-serif;
  word-wrap: break-word;
  margin-top: 3px;
  margin-bottom: 26px;
}

.tipue_search_content_debug {
  font: 300 13px/1.6 'source_sans_proregular', sans-serif;
  margin: 5px 0;
} 

.h01 {
  color: #0000e6;
  font-weight: 400;
}

#tipue_search_foot {
  margin: 50px 0 36px 70px;
}

#tipue_search_foot_boxes {
  padding: 0;
  margin: 0;
  font: 14px 'source_sans_proregular', sans-serif;
}

#tipue_search_foot_boxes li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#tipue_search_foot_boxes li a {
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #76787a;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

#tipue_search_foot_boxes li.current {
  padding: 10px 17px 11px 17px;
  background: #d9d9d9;
  border: 1px solid #ccc;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}

#tipue_search_foot_boxes li a:hover {
  background: #f6f6f6;
}

/* spinner */
.tipue_search_spinner {
  padding: 31px 0;
  width: 50px;
  height: 28px;
}

.tipue_search_spinner > div {
  background-color: #777;
  height: 100%;
  width: 3px;
  display: inline-block;
  margin-right: 2px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.tipue_search_spinner .tipue_search_rect2 {
   -webkit-animation-delay: -1.1s;
   animation-delay: -1.1s;
}

.tipue_search_spinner .tipue_search_rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100%
  {
    -webkit-transform: scaleY(0.4)
  }  
    20%
  {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes stretchdelay {
  0%, 40%, 100%
  { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20%
  { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.main__content {
	width: 1230px;
	margin: 0 auto;
}

/* beginning of left content section */
.left__content {
	display: inline-block;
	float: left;
	width: 80%;
}

.slider {
	padding: 20px 0 0 20px;
}

/* flux slider */
div.fluxslider {
  box-shadow: 4px 4px 8px #777;
}

/* flux slider in the expositions page */
#sm_gallery {
  margin: 12px 0 16px 220px;
}

#left__news__content {
	padding-top: 20px;
	font-size: 16px;
}

#left__news__content h2, .announcement h2, .news__archive h2,
.visiting h2, .advertisement h2, .left__content h2 {
	margin: 14px 0 10px 18px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 24px;
  text-shadow: 2px 2px 5px #777;
  color: #372f2b;
}

#left__news__content h3 {
	margin: 10px 0 10px 0;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2bold_condensed', Arial, sans-serif;
  font-size: 18px;
  color: #372f2b;
}

/* Shift and centering of images and text */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter,
figure.story img {
	margin-bottom: 12px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.45);
}

.news__content article {
	display: inline-block;
	width: 45%;
	vertical-align: text-top;
	padding: 2%;
}

.news__content.arch article {
  width: 90%;
}

.news__content article p {
	text-align: justify;
}

.img_arch {
  float: left;
}

.news__content article p b, .tab p b, table b {
	line-height: 28px;
	font-family: 'source_sans_probold', Arial, sans-serif;
	color: #274E85; 
}

.news__content article p img {
	padding-top: 16px;
	vertical-align: text-top;
}

.hp-links { 
	display: inline-block;
	margin: 5px 0 0 30px;
	text-decoration: none;
  color: #274E85;
}

.hp-links a:hover {
	color: #e68a00;
}

.slick_slider {
  display: none;
}

/*
  jquery.paginate.css  
*/
div.paginate-pagination.paginate-pagination-0 {
	display: inline-block;
	padding-bottom: 24px;
	text-align: justify;
}

.paginate-pagination ul {
	margin: 3px 0;
	padding: 0;
	list-style: none;
}

.paginate-pagination ul:after {
	content: ' ';
	display: table;
	clear: both;
}

.paginate-pagination ul > li {
	float: left;
	margin-right: 3px;
}

.paginate-pagination ul > li > a.page {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-family: 'source_sans_probold', Arial, sans-serif;
	border: 1px solid #181a1d;
	background: white;
	text-decoration: none;
	cursor: pointer;
}

.paginate-pagination ul > li > a.page:hover {
	opacity: 0.7;
}

.paginate-pagination ul > li > a.page.active {
	opacity: 0.7;
	cursor: default;
	color: #e68a00;
}

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive {
	opacity: 0.7; cursor: default;
}

/* beginning of right content section */
.right__content {
	display: inline-block;
	width: 20%;
}

.announcement {
  padding-bottom: 50px;
}

.announcement h2, .news__archive h2,
.visiting h2, .advertisement h2 {
	padding-left: 26px;
}

.right__content_chat {
  margin: 48px 0 30px 0;
  text-align: right;
}

.right__content_chat a {
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
  text-shadow: 2px 2px 5px #777;
  color: #372f2b;
}

.right__content_chat a b {
  color: #274E85;
}

.congrats {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-bottom: 24px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.45);
}

.right__content p {
	padding-top: 6px;
	line-height: 18px;
	text-align: justify;
	font-size: 15px; 
}

.right__content p b {
	font-family: 'source_sans_probold', Arial, sans-serif;
	color: #274E85; 
}

.news__archive {
	margin: 35px 0;
}

.news__archive p {
	padding-top: 6px;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px; 
	font-family: 'source_sans_probold', Arial, sans-serif;
	color: #093af1; 
}

.news__archive p a {
	text-decoration: none;
}


.reference {
	display: block;
	width: 1230px;
	height: 380px;
	margin: 30px auto;
}

.left__reference, .right__reference {
	display: inline-block;
	float: left;
	width: 48%;
	height: 324px;
	margin-top: 60px;
  margin-bottom: 48px;
	padding: 0 0 0 16px;
	text-align: left;
}

.left__column__content h3 {
	margin: 16px 0 10px 70px;
	padding-top: 20px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 24px;
  text-shadow: 2px 2px 5px #777;
  color: #372f2b;
}

.left__column__content img {
	display: inline-block;
	float: left;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.45);
}

.left__column__content a {
	padding-left: 70px;line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'source_sans_probold', Arial, sans-serif;
}

.left__column__content a:hover {
	color: #e68a00;
}

/* main page accordion */
.accordion {
	margin-top: 20px;
	border-top: 1px solid #181a1d;
}

.drawer {
	width: 100%;
}

.accordion-item {
	border-bottom: 1px solid #181a1d;
}

.accordion-item-active .accordion-header {
	background: #e68a00;
	transition: .25s;
}

.accordion-item-active .accordion-header-icon {
	color: #fff;
}

.accordion-item-active .accordion-header h3 {
	color: #fff;
}

.accordion-header {
	background: #ffffe6;
	padding: 12px;
	cursor: pointer;
	border-right: 1px solid #181a1d;
	border-left: 1px solid #181a1d;
	min-height: 20px;
	transition: .25s;
} 

.accordion-header h3 {
	color:#181a1d;
	margin: 0 0 0 15px;
	line-height: 28px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #777;
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 24px;
}
.accordion-content {
	border-left:1px solid #181a1d;
	border-right:1px solid #181a1d;
	border-top:1px solid #181a1d;
	display: none;
	padding: 12px;
	background:#fff;
	font-size: 18px;
	line-height: 1.45em;
} 

.accordion-content a {
	padding-left: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'source_sans_probold', Arial, sans-serif;
}

.accordion-content a:hover {
	color: #e68a00;
}

.accordion-content p {
	margin:0;
	margin-bottom: 3px;
}

.accordion-header-icon {
	font-family:'exo_2bold_condensed', Arial,sans-serif;
	float:right;color:#181a1d;
	font-size: 24px;
	margin-top: -24px;
} 

.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	color:#fff;
}

/* advertisement links section */
.advertisement__link {
	display: inline-block;
	width: 1230px;
	height: 320px;
	margin: 0 auto;
	padding-top: 40px;
	border-top: 2px solid #181a1d;
}

.advertisement__link__container {
	min-height: 300px;
	background: url(../images/hot_air_balloons.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

.advertisement__link__item {
	display: inline-block;
	width: 30%;
	margin: 20px;
	padding: 20px;
	vertical-align: text-top;
	background: rgba(0, 0, 0, 0.5);
}

.advertisement__link__item h3 {
	margin: 0 0 0 75px;
	line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2medium_condensed', Arial, sans-serif;
  font-size: 24px;
  color: #fff;
}

.advertisement__link__item p {
	padding-top: 6px;
	line-height: 18px;
	text-align: justify;
	font-size: 16px;
	color: #fff;
}

.advertisement__link__item p a {
	color: #e68a00;
}

.footer__container.main {
  display: block;  
  margin: 40px auto;
}

.footer__container {
	display: inline-block;
	width: 1230px;
	margin: 40px auto;
}

.footer__up {
	text-align: left;
	background: #181a1d;
}

.footer__up__item {
	display: inline-block;
	width: 45%;
	vertical-align: text-top;
	padding: 20px 0 20px 40px;
}

.footer__up__item h3 {
	padding-bottom: 10px;
	font-size: 24px;
	font-family: 'exo_2medium_condensed', Arial, sans-serif;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
}

.footer__up__item a {
	font-size: 18px;
	text-decoration: none; 
	font-family: 'source_sans_proregular', Arial, sans-serif;
	line-height: 24px;
	color: #76787a;
}

.footer__up__item a:hover {
	color: #e68a00;
}

.footer__bottom {
	height: 85px;
  text-align: center;
	border-top: 1px solid #093af1;
	background: #54595f; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#18191d, #54595f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#18191d, #54595f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#18191d, #54595f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#18191d, #54595f); /* Standard syntax (must be last) */
  color: #fff;
}

.footer__bottom__item {
	display: inline-block;
	height: 42px;
	padding: 12px 0 0 32px;
	font-size: 16px;
}

.footer__bottom__item img {
	display: inline-block;
	vertical-align: -40%;
	padding-right: 3px;
}

.footer__bottom__item p a, .footer__bottom__text p a {
	text-decoration: none;
	color: #fff;
}

.footer__bottom__item p a:hover, .footer__bottom__text p a:hover {
	color:  #e68a00;
}

.footer__bottom__text {
	display: inline-block;
	height: 80px;
	font-size: 16px;
}

/* font resizer css */
#textsizer {
  display: block;
  height: 64px;
  margin: 45px 0;  
  padding: 12px 0;
  text-align: center;
  border: 1px solid #274E85;
}

#textsizer p {
  display: inline;
  font-family: 'source_sans_probold', Arial, sans-serif;
  font-size: 16px;
}

ul.textresizer {
  list-style: none;
  display: inline;
  vertical-align: middle;
}

ul.textresizer li {
  display: inline;
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
  vertical-align: -95%;
  line-height: 1.25;
}

#textsizer ul.textresizer a {
  width: 16px;
  border: solid 1px #999;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
}
            
ul.textresizer a:hover {
  background: #e6f2ff;
  border: solid 1px #cccccc;
}

ul.textresizer .small-text {
  font-size: 14px;
}
            
ul.textresizer .medium-text {
  font-size: 16px;
}
            
ul.textresizer .large-text {
  font-size: 18px;
}

ul.textresizer .contrast-text {
  font-size: 18px;
  color: #fff;
  background: #1a1a1a;
}
 
ul.textresizer .contrast-text:hover {
  color: #001a33;
}

ul.textresizer .larger-text {
  font-size: 20px;
}

ul.textresizer a.textresizer-active {
  border: solid 1px #2b562b;
  background: #ffca6f;
  color: #000000;                
}

#left__news__content.small-text {
  font-size: 16px;
 }

#left__news__content.medium-text {
  font-size: 18px;
}

#left__news__content.large-text {
  font-size: 20px;
}

#left__news__content.contrast-text {
  font-size: 20px;
  color: #fff;
  background: #1a1a1a;
}

#left__news__content.contrast-text h3 {
  color: #fff;
}

#left__news__content.larger-text {
  font-size: 22px;
}

#plus.small-text {
  font-size: 16px;
 }

#plus.medium-text {
  font-size: 18px;
}

#plus.large-text {
  font-size: 20px;
}

#plus.contrast-text, #plus.contrast-text p,
#plus.contrast-text th, #plus.contrast-text td {
  font-size: 20px;
  color: #fff;
  background: #1a1a1a;
}

#plus.contrast-text .sitemap a,
#plus.contrast-text .sitemap ul,
#plus.contrast-text .sitemap ul a,
#plus.contrast-text .sitemap ul li a {
  font-size: 20px;
  color: #fff;
  background: #1a1a1a;
}

#plus.tab__links a {
  color: #fff;
}

#plus.larger-text {
  font-size: 22px;
}

/* tabs section */
.tabs {
  margin: 100px auto 60px;
	font-family: 'exo_2bold_condensed', Arial, sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	color: #181a1d;
  text-align: justify;
}
 
/* tab links */
/* clearfix */
.tab__links:after {
	content: '';
  display: block;
  clear: both;
}
 
.tab__links li {
  margin: 0px 5px;
  float: left;
  list-style: none;
}
 
.tab__links a {
  display: inline-block;
  padding: 9px 15px;
  text-decoration: none;
  background: #d9d9d9;
  color: #181a1d;
  transition: all linear 0.15s;
}
 
.tab__links a:hover {
  background: #e68a00;
  color: #fff;
  text-decoration: none;
}
 
li.active a, li.active a:hover {
	border-top: 3px solid #e68a00;
	border-right: 3px solid #e68a00;
	border-left: 3px solid #e68a00;
	color: #274E85;
  background: #fff;
}
 
/* tabs content */
.tab__content {
	width: 96%;
	min-height: 280px;
  padding: 15px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.35);
  line-height: 20px;
	font-family: 'source_sans_proregular', Arial, sans-serif;	
	text-transform: none;
}
 
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab p {
	padding: 12px 0;
	border-bottom: 1px solid #e68a00;
}

.tab p a {
	margin-left: 530px;
	vertical-align: -98%;
}

/* vertical tab links */
.left__content__vertical {
	display: inline-block;
	float: left;
	width: 100%;
}

.vertical_tabs {
	margin: 50px auto 0;
}

.tab__links__vertical {
	float: right;
	width: 200px;
	margin-top: -2px;
}

/* clearfix */
.tab__links__vertical:after {
	content: '';
  display: block;
  clear: both;
}

.tab__links__vertical li {
  margin: 0px 9px;
  float: left;
  text-align: left;
  list-style: none;
}
 
.tab__links__vertical a {
  display: inline-block;
  width: 160px;
  padding: 9px 15px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  background: #d9d9d9;
  color: #181a1d;
  transition: all linear 0.15s;
}
 
.tab__links__vertical a:hover {
  background: #e68a00;
  color: #fff;
  text-decoration: none;
}
 
li.active_v a, li.active_v a:hover {
	border-top: 3px solid #e68a00;
	border-bottom: 3px solid #e68a00;
	color: #274E85;
  background: #fff;
}
 
/* tabs content */
.tab__content__vertical {
	width: 82%;
	min-height: 280px;
  padding: 15px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.35);
  line-height: 20px;
	font-family: 'source_sans_proregular', Arial, sans-serif;	
	text-transform: none;
}

.tab_v {
  display: none;
}

.tab_v.active_v {
  display: block;
}

.tab_v h3 {
	margin: 10px 0 10px 0;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2bold_condensed', Arial, sans-serif;
  font-size: 18px;
  color: #181a1d;
}

.tab_v b {
	font-family: 'source_sans_probold', Arial, sans-serif;
  color: #274E85;
}

.tab_v p {
	padding: 8px 0;
	border-bottom: 1px solid #e68a00;
}

.tab_v p a {
	margin-left: 640px;
	vertical-align: -98%;
}

p a.non_margin {
	margin-left: 0;
	vertical-align: text-bottom;
}

.table__content {
    border-left: 1px solid #181a1d;
    border-right: 1px solid #181a1d;
    border-top: 1px solid #181a1d;
    padding: 12px;
    color: #181a1d;
    text-align: justify;
}

th {
    text-align: center;
    padding: 5px;
    border: 1px solid #181a1d;
}

td {
    padding: 5px 7px;
    border: 1px solid #181a1d;
}

/*accordion plugin for nested accordion/content in vertical tabs page */
.ziehharmonika h3 {	
	cursor: pointer;
	position: relative;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	padding: 14px 12px;
	text-align: left;
	border-radius: 4px;
	color: #fff;
	transition: 0.25s all;
	background: #3a3f45;
}
.ziehharmonika h3.next_active {
	margin-bottom: 21px;
	background: #274E85;
}
.ziehharmonika h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h3.alignLeft {
	padding-left: 35px;
}
.ziehharmonika > div {
	display: none;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 31px 33px;
	margin-bottom: 9px;
}
.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.ziehharmonika .next_active .arrowDown {
	bottom: -13px;
	border-color: #274E85 transparent transparent transparent;
	opacity: 1;
}
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}

.ziehharmonika .special {
  background: url(../expo/25nez/blue_bg.jpg) repeat-y center center;
  background-size: contain;
}

.ziehharmonika .special_c {
  background: url(../expo/25nez/blue_bg.jpg) repeat-y center center;
  background-size: cover;
}

.ziehharmonika .special_uk {
  background: url(../expo/unity22/uk22.jpg) repeat-y center center;
}

.ziehharmonika .special.ukr {
  background: url(../expo/unity22/ukr.jpg) repeat-y center center;
  background-size: contain;
}

.ziehharmonika .special.unity {
  background: url(../expo/unity/u3.jpg) no-repeat repeat center center;
}

.ziehharmonika .special.chernobyl {
  background: url(../expo/chernobyl_2/chern_bg.jpg) repeat center center;
}

.ziehharmonika .special.victory {
  background: url(../expo/victory_72/39_45bg.jpg) repeat center center;
}

.ziehharmonika .special.cday {
  background: url(../expo/constitution_2017/c_day_bg.jpg) repeat center center;
}

.ziehharmonika .special_ch {
  text-align: justify;
  background: url(../expo/chernobyl_2019/bg_ch19.jpg) repeat-y center center;
  background-size: contain;
}

.ziehharmonika .special_vic {
  text-align: justify;
  background: url(../expo/victory_2019/v19bg.jpg) repeat-y center center;
  background-size: contain;
}

.ziehharmonika .special_rep19 {
  text-align: justify;
  background: url(../expo/repression_2019/r_bg.jpg) repeat-y center center;
  background-size: contain;
}

.ziehharmonika .special_const19 {
  text-align: justify;
  background: url(../expo/constitution_2019/c_bg.jpg) repeat-y center center;
  background-size: contain;
}

.epigraph {
  text-align: right;
  font-weight: bold;
}

/* captions to pictures in the exposition section */
figure.story {
  display: table-cell;
  padding-right: 12px;
  text-align: center;
}

.special figcaption {
  text-align: center;
  font-weight: bold;
  color: #093af1;
}

.special b, .special_c b, .special_ch b, .special_vic b, .special_rep19 b, .special_const19 b, .special_uk b {
  font-weight: bold;
}

.sitemap h3, .sitemap__menu__title {
	margin: 20px 0 10px 0;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'exo_2bold_condensed', Arial, sans-serif;
  font-size: 22px;
  color: #372f2b;
}

.sitemap li a {
  text-decoration: underline;
  padding: 2px 10px 2px 7px;
  border: 0px solid transparent;
}

.sitemap li a:hover {
  background-color: #d9d9d9;
}

.sitemap li ul {
  margin: 0;
  padding: 0 0 2px 30px;
  list-style-type: square;
  color: #ed8e00;
}

/* light speed box plugin */
a.lsb-preview {
  text-decoration: none;
}

.lightspeed-box {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.84);
  z-index: 30;
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  
.lightspeed-box.lsb-active {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%; }
  
.lightspeed-box .lsb-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%; }
  
.lightspeed-box .lsb-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
	-webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  
.lightspeed-box img.lsb-image {
  position: relative;
  max-height: 0%;
  max-width: 0%;
  cursor: pointer;
  min-width: 0;
  min-height: 0;
  margin: auto;
  -webkit-transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
  transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: scale-down;
  object-fit: scale-down; }
    
.lightspeed-box img.lsb-image.lsb-image-loaded {
  max-height: 100%;
  max-width: 100%;
  min-height: 1px;
  border-radius: 3px; }
  
.lightspeed-box .lsb-no-image-found {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  height: 100%;
  width: 100%;
  padding: 10px;
  margin: auto;
  overflow: visible;
  color: #ffffff;
  text-align: center;
  cursor: pointer; }
    
.lightspeed-box .lsb-no-image-found .no-found-msg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin: 0 auto; }
  
.lightspeed-box .lsb-control-panel {
  position: absolute;
  bottom: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 3px;
  opacity: .5; }
    
.lightspeed-box .lsb-control-panel:hover {
  opacity: 1; }
  
.lightspeed-box .lsb-panel-button {
  display: inline-block;
  cursor: pointer;
  width: 21px;
  height: 28px;
  margin: 6px 6px 0 6px;
  position: relative; }
    
.lightspeed-box .lsb-panel-button:not(:last-child) {
  margin-right: 10px; }
    
.lightspeed-box .lsb-panel-button:hover svg {
  opacity: 1; }
    
.lightspeed-box .lsb-panel-button svg {
  position: absolute;
  width: 21px;
  opacity: 0.5;
  top: 0;
  left: 0; }
      
.lightspeed-box .lsb-panel-button svg:last-child {
  top: -1px; }
 
.lightspeed-box .lsb-pause svg {
  opacity: 1; }
  
.lightspeed-box .lsb-download {
  text-decoration: underline; }
  
.lightspeed-box .lsb-header {
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 32;
  margin: 0;
  padding: 0;
  display: block;
  background: transparent; }
  
.lightspeed-box .lsb-image-title {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  text-shadow: 0 1px 4px #000000;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0; }
    
.lightspeed-box .lsb-image-title:not(:empty) {
  opacity: 1; }
   
.lightspeed-box .lsb-image-title.lsb-image-notitle {
  opacity: 0; }
  
.lightspeed-box .lsb-image-count {
  display: block;
  margin-right: 5px;
  margin-top: 20px;
  font-weight: 500;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 1px 4px #000000;
  background: transparent; }
  
.lightspeed-box .lsb-control {
  cursor: pointer;
  color: #ffffff;
  overflow: visible;
  text-shadow: 0 0 2px #000; }
    
.lightspeed-box .lsb-control:hover {
  color: #ffffff;
  text-shadow: 0 0 2px #000, 0 0 20px #ffffff; }
      
.lightspeed-box .lsb-control:hover svg {
  opacity: 1; }
  
.lightspeed-box .lsb-prev,
.lightspeed-box .lsb-next {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  z-index: 2; }
    
.lightspeed-box .lsb-prev svg,
.lightspeed-box .lsb-next svg {
  width: 21px;
  height: 100%;
  opacity: .5;
  position: absolute; }
  
.lightspeed-box .lsb-prev {
  left: 0; }
    
.lightspeed-box .lsb-prev svg {
  left: 35px; }
  
.lightspeed-box .lsb-prev svg:last-child {
  left: 36px; }
  
.lightspeed-box .lsb-next {
  right: 0; }
    
.lightspeed-box .lsb-next svg {
  right: 35px; }
    
.lightspeed-box .lsb-next svg:last-child {
  right: 36px; }
  
.lightspeed-box .lsb-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 25%;
  z-index: 3;
  text-align: right; }
    
.lightspeed-box .lsb-close svg {
  width: 21px;
  height: 28px;
  opacity: .5;
  position: absolute;
  top: 25px;
  right: 35px; }
    
.lightspeed-box .lsb-close svg:last-child {
  top: 24px; }

.waitingicon {
  margin: auto;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  
.waitingicon .waitingicon-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
    
.waitingicon .waitingicon-circle::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both;
  animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both; }
   
.waitingicon .waitingicon-circle:nth-child(1) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }
      
.waitingicon .waitingicon-circle:nth-child(1)::before {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s; }
    
.waitingicon .waitingicon-circle:nth-child(2) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }
      
.waitingicon .waitingicon-circle:nth-child(2)::before {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s; }
    
.waitingicon .waitingicon-circle:nth-child(3) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
      
.waitingicon .waitingicon-circle:nth-child(3)::before {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s; }
    
.waitingicon .waitingicon-circle:nth-child(4) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }
      
.waitingicon .waitingicon-circle:nth-child(4)::before {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s; }
    
.waitingicon .waitingicon-circle:nth-child(5) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }
      
.waitingicon .waitingicon-circle:nth-child(5)::before {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s; }
    
.waitingicon .waitingicon-circle:nth-child(6) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
      
.waitingicon .waitingicon-circle:nth-child(6)::before {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s; }
    
.waitingicon .waitingicon-circle:nth-child(7) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }
      
.waitingicon .waitingicon-circle:nth-child(7)::before {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s; }
    
.waitingicon .waitingicon-circle:nth-child(8) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }
      
.waitingicon .waitingicon-circle:nth-child(8)::before {
  -webkit-animation-delay: -2s;
  animation-delay: -2s; }
    
.waitingicon .waitingicon-circle:nth-child(9) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }
      
.waitingicon .waitingicon-circle:nth-child(9)::before {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s; }
    
.waitingicon .waitingicon-circle:nth-child(10) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }
      
.waitingicon .waitingicon-circle:nth-child(10)::before {
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s; }
    
.waitingicon .waitingicon-circle:nth-child(11) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }
      
.waitingicon .waitingicon-circle:nth-child(11)::before {
  -webkit-animation-delay: -2.3s;
  animation-delay: -2.3s; }
    
.waitingicon .waitingicon-circle:nth-child(12) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }
      
.waitingicon .waitingicon-circle:nth-child(12)::before {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s; }

@-webkit-keyframes waitingiconSicrleDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes waitingiconSicrleDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/* layout for expositions page */
.expo {
	width: 97%;
	margin: 44px auto 40px;
}

/* flux slider */
div.fluxslider {
  box-shadow: 3px 3px 7px #777;
}

/* flux slider in the expositions page */

#sm_gallery {
  margin: 12px 0 16px 220px;
}

.toggle-btn-visible {
  visibility: visible;
  font-family: 'source_sans_probold', Arial, sans-serif;
  color: #274E85;
  cursor: pointer;
}

.toggle-target-hidden { display: none; }

.toggle-target-expanded { display: block; }

/* tablet layout */
@media screen and (min-width: 768px) and (max-width: 991px){

.wrapper {
  width: 100%;
  margin: 0 4px;
}

header {
  display: block;
  position: relative;
  width: 100%;
}

.head__slogan {
  display: inline-block;
  width: 70%;
  margin: 0 6px;
  background: url(../images/head_bg_middle.png), linear-gradient(90deg, #202a44, #244778);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;  
}

.head__slogan__title {
  font-size: 32px;
}

.head__slogan_text {
    font-size: 18px;
}    

.head__navigation {
  display: block;
  text-align: center;
  width: 100%;
}

.menu__navicon {
  width: 100%;
}    

.head__menu {
  width: 100%;
}


.title1 {
    width: 5%;
}

.title2 {
  width: 17%;
}

.title3 {
  width: 17%;
}

.title4 {
  width: 20%;
}

.title5 {
  width: 24%;
}

.title6 {
  width: 17%;
}

.head__menu__nav > li > a {
  font-size: 16px;
}

.head__menu__nav .head__menu__column li a {
  line-height: 22px;
  font-size: 16px;
}

.head__menu__nav .head__menu__column h3 {
  font-size: 18px;
}

.main__content {
  width: 100%;
}

.left__content {
  width: 100%;
}

.slider {
  display: none;
}

.slick_slider {
  position:relative;
  display:block;
  box-sizing:border-box;
  margin-top: 20px;
  -moz-box-sizing:border-box;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent
}

.slick-list{position:relative; overflow:hidden; display:block; margin:0; padding:0}
.slick-list:focus{outline:none}
.slick-loading .slick-list{background:#fff /*url("./ajax-loader.gif")*/ center center no-repeat}
.slick-list.dragging{cursor:pointer; cursor:hand}
.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); transform:translate3d(0,0,0)}
.slick-track{position:relative; left:0; top:0; display:block}
.slick-track:before, .slick-track:after{content:""; display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left; height:100%; min-height:1px; display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block; height:auto; border:1px solid transparent}

.single_item{display:inline; float:left; position:relative; width:100%; height:448px}
.single_item img{width:100%; height:100%}
.single_item img:hover{opacity:1}
.slider_article{ bottom:20px; left:0; position:absolute; right:0; padding:10px 15px}
.slider_article > h2 a{ 
  background:none repeat scroll 0 0 rgba(0,0,0,0.4);
  color:#fff;
  font-size:24px;
  text-decoration: none;
  padding:10px;
  display:inline-block;
}
.slider_article > p{ background:none repeat scroll 0 0 rgba(0,0,0,0.4); color:#fff; padding:3px; display:inline-block}

.right__content {
  display: flex;
  width: 94%;
  margin: 0 auto;
}

#textsizer {
    display: none;
}    

.advertisement__link {
    width: 100%;
    min-height: 480px;    
}

.reference {
  width: 100%;
}

.left__reference, .right__reference {
  width: 44%;
}   

.accordion-header h3, .left__column__content h3, .footer__up__item h3 {
  font-size: 22px;
}

.accordion-content, .left__column__content a {
  font-size: 16px;
} 

.announcement {
  padding-bottom: 50px;
  width: 48%;
}

.congrats {
  width: 70%;
  margin-left: 36px;
}

.news__archive {
  padding-left: 25px;
  margin: 0 auto;
}

.announcement h2, .news__archive h2, .visiting h2, .advertisement h2 {
  padding-left: 8px;
}   

.footer__container {
  width: 100%;
}

.footer__up__item {
  width: 42%;
}    

.footer__bottom {
  height: 160px;
}

.footer__bottom__item {
  padding: 12px 0 0 10px;
}

.tabs {
  margin: 40px auto 60px;
}    

.tab__content__vertical {
  width: 70%;
}

.tab_v p a {
  margin-left: 48%;
}

.table__content {
  line-height: 120%;
  font-size: 90%;
}

.table__adapt {
  line-height: 120%;
  font-size: 82%;
  display: table;
  margin-left: -20px;
}

.tab_v h3 {
  font-size: 16px;
}

.name {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}

.ziehharmonika .collapseIcon {
  right: 10px;
  top: 56%;
}

.map {
  width: 540px;
  height: 540px;
}

iframe {
  width: 688px;
  height: 392px;
}

.tab p a {
  margin-left: 412px;
}

.tab__links li {
  margin: 0;
}

.news__content article p img {
    width: 95%;
}

.adapt {
  width: 100%;
}

p a.non_margin {
  margin-left: 0;
}

}
/* end of tablet layout */

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-decoration: none;
    color: #fff;
    background: #274E85;
    text-align: center;
    padding: 10px 0;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show mobile menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .head__menu__nav {
    display: block;
}

/* mobile phone layout */
@media screen and (min-width: 640px) and (max-width: 767px) {
  .wrapper {
  width: 100%;
  margin: 0 4px;
}

header {
  display: block;
  position: relative;
  width: 100%;
}

.head__slogan {
  display: inline-block;
  width: 65%;
  margin: 0 6px;
  background: url(../images/head_bg_small.png), linear-gradient(90deg, #202a44, #244778);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;  
}

.head__slogan__title {
  font-size: 24px;
}

.head__slogan_text {
    font-size: 16px;
}

.head__navigation {
  display: block;
  text-align: center;
  width: 100%;
}

.menu__navicon {
  width: 100%;
}   

#google_translate_element {
  padding: 8px 4px 6px 32px;
}

.navicon__search {
  width: 130px;
} 

.head__menu {
  width: 100%;
}

.head__menu__nav {
  display: none;
  position: static;
}

.head__menu__nav > li {
  display: block;
  float: none;
  width: 100%;
}

.head__menu__nav > li > div {
  width: 40%;
}

.head__menu__nav .head__menu__column {
  float: none;
  width: 90%;
}    

/*Display mobile 'show menu' link*/
.show-menu {
  display:block;
}

.head__menu__nav > li > a {
  z-index: 120;
  font-size: 16px;
}

.head__menu__nav .head__menu__column li a {
  line-height: 22px;
  font-size: 14px;
}

.head__menu__nav .head__menu__column h3 {
  font-size: 18px;
}

.main__content {
  width: 100%;
}

.left__content {
  width: 100%;
}

.slider {
  display: none;
}

.slick_slider {
  position:relative;
  display:block;
  box-sizing:border-box;
  margin-top: 20px;
  -moz-box-sizing:border-box;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent
}

.slick-list{position:relative; overflow:hidden; display:block; margin:0; padding:0}
.slick-list:focus{outline:none}
.slick-loading .slick-list{background:#fff /*url("./ajax-loader.gif")*/ center center no-repeat}
.slick-list.dragging{cursor:pointer; cursor:hand}
.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); transform:translate3d(0,0,0)}
.slick-track{position:relative; left:0; top:0; display:block}
.slick-track:before, .slick-track:after{content:""; display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left; height:100%; min-height:1px; display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block; height:auto; border:1px solid transparent}

.single_item{display:inline; float:left; position:relative; width:100%; height:448px}
.single_item img{width:100%; height:100%}
.single_item img:hover{opacity:1}
.slider_article{ bottom:20px; left:0; position:absolute; right:0; padding:10px 15px}
.slider_article > h2 a{ 
  background:none repeat scroll 0 0 rgba(0,0,0,0.4);
  color:#fff;
  font-size:24px;
  text-decoration: none;
  padding:10px;
  display:inline-block;
}
.slider_article > p{ background:none repeat scroll 0 0 rgba(0,0,0,0.4); color:#fff; padding:3px; display:inline-block}

.right__content {
  display: flex;
  width: 94%;
  margin: 0 auto;
}

#left__news__content h3 {
  font-size: 16px;
}  

.announcement {
  width: 49%;
}

.news__archive {
    margin: 0 auto;
}

.news__archive p {
  padding-left: 36px;
}

#left__news__content h2, .announcement h2, .news__archive h2, .visiting h2, .advertisement h2, .left__content h2 {
  font-size: 20px;
  padding-left: 16px;
}  

#textsizer {
    display: none;
}

.advertisement__link {
    width: 100%;
    min-height: 480px;    
}

.reference {
  width: 100%;
  height: 458px;
}

.left__reference, .right__reference {
  width: 44%;
  margin-top: 126px;
}   

.accordion-header {
  padding: 8px;
}  

.accordion-header h3, .left__column__content h3, .footer__up__item h3 {
  font-size: 19px;
}

.accordion-content, .left__column__content a {
  font-size: 14px;
} 

.announcement {
  padding-bottom: 50px;
  width: 44%;
}

.congrats {
  width: 66%;
  margin-left: 34px;
}

.right__content_chat a {
  font-size: 20px;
}  

.news__archive {
  margin: 0 auto;
}

.announcement h2, .news__archive h2, .visiting h2, .advertisement h2 {
  padding-left: 8px;
}   

.footer__container {
  width: 100%;
}

.footer__up__item {
  width: 42%;
}    

.footer__up__item a {
  font-size: 16px;
  line-height: 20px;
}  

.footer__bottom {
  height: 160px;
}

.footer__bottom__item {
  padding: 12px 0 0 10px;
  font-size: 14px;
}

.footer__bottom__text {
  height: 52px;
  font-size: 14px;
}

.tabs {
  margin: 40px auto 60px;
}    

.tab__links__vertical {
  width: 190px;
}

.tab__content__vertical {
  width: 66%;
}

.tab_v p a {
  margin-left: 35%;
}

.table__content {
  line-height: 120%;
  font-size: 70%;
  display: table;
}

.table__adapt {
  line-height: 120%;
  font-size: 64%;
  display: table;
  margin-left: -36px;
}

.tab_v h3 {
  font-size: 16px;
}

.name {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}

.ziehharmonika .collapseIcon {
  right: 10px;
  top: 56%;
}

.map {
  width: 415px;
  height: 415px;
}

iframe {
  width: 568px;
  height: 322px;
}

.tab p a {
  margin-left: 312px;
}

.tab__links li {
  margin: 0;
  font-size: 14px;
}

.news__content article p b {
  display: inline-block;
  line-height: 22px;
}

.news__content article p img {
    width: 95%;
}

.adapt {
  width: 100%;
}

p a.non_margin {
  margin-left: 0;
}

}
/* end of mobile phone layout */

/* modile 320px */

@media screen and (max-width: 767px) {
  .news__content {
    display: flex;
    flex-direction: column;
  }

  .right__content{
    display: flex;
    flex-wrap: wrap;
  }

  .right__content-newsBlock{
    display: flex;
    flex-direction: column;
  }

}