/* webkit-specific letter-spacing */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	body
	{
		letter-spacing: 0px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 599px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	body {
		margin: 0;
		padding: 0;
	}
	
	.wrapper {
		width: 100%;
	}

	#toTop {
		display: none !important;
	}

header {
	width: 95%;
}

header nav {
	display: none;
}

.slicknav_menu {
	background: transparent !important;
	border: medium none !important;
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	width: 95%;
	z-index: 400;
	top: 20px;
	left: 2.5%;
	box-shadow: none;
}

.slicknav_menu  .slicknav_menutxt {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
}

.slicknav_btn {
	background: linear-gradient(#ef8236, #d37330) !important;
	background: -webkit-linear-gradient(#ef8236, #d37330) !important;
	padding: 12px 10px 12px 10px !important;
	width: 55%;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 11px !important;
	font-weight: 300 !important;
	border-left: 5px solid #696969;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	border-bottom: 5px solid #ef8236;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.6);
}

.slicknav_nav li {
	border-bottom: 1px solid #cdcdcd !important;
	box-shadow: 0 1px 0 #fff;
}

.slicknav_nav li:last-of-type {
	border: none !important;
	box-shadow: none;
}

.slicknav_nav a {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
	font-size: 13px !important;
	color: #555 !important;
	font-weight: 400 !important;
	padding: 10px !important;
	background: linear-gradient(#ebebeb, #e1e1e1) !important;
	transition: all .2s linear;
}

.slicknav_nav .slicknav_row:hover {
	padding: 10px;
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
}

.slicknav_nav a:hover {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
	padding: 10px;
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	color: #ef8236 !important;
	transition: all .2s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 0;
}

.language_content {
	position: relative;
	z-index: 450;
}

.language_content ul li {
	padding-right: 20px;
}

.intro_basic header section {
	padding: 0;
	
	background: linear-gradient(transparent 18%, #ebebeb 18%, #f5f5f5);
	background: -webkit-linear-gradient(transparent 18%, #ebebeb 18%, #f5f5f5);
}

.intro_basic header section figure {
	margin: 0 0 0 10px;
}

.intro_basic header section h1 {
	font-size: 31px;
	padding: 48px 0 0;
}

header section {
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto 0;
	padding-bottom: 25px;
	
	background: linear-gradient(transparent 16%, #ebebeb 16%, #f5f5f5);
	background: -webkit-linear-gradient(transparent 16%, #ebebeb 16%, #f5f5f5);
}

header section h1 {
	font-size: 35px;
	padding: 10px 0 0;
}

header section h1 span {
	font-size: 17px;
	clear: both;
}

header section em {
	padding: 0 15px;
	margin: 25px 0 30px;
}

header section figure {
	max-width: inherit;
	max-height: inherit;
	margin: 0 0 5px 15px;
}

header section figure img {
	max-height: 180px;
}

header section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

header section ul li:first-of-type {
	font-size: 15px;
	color: #555555;
	margin: 0 0 7px;
	float: none;
	display: block;
}

header section ul li {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
}

header section ul li:last-of-type {
	margin: 0;
}

header section ul li a {
	display: flex;
}

header section ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
}

header section ul li img:hover {
	opacity: 0.60;
}

.main_container {
	width: 100%;
}

.news_container {
	width: 95%;
}

.news_content {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.news_content article {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.news_content article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_content article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_content article h1 {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.news_content article em, .news_content article p {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.blog_content {
	width: 100%;
	float: none;
	display: table;
}

.blog_content article {
	width: 100%;
}

.books_container {
	width: 100%;
}

.books_container section {
	width: 95%;
}

.bxslider li {
	width: 304px !important;
	margin: 0 !important;
}

.bx-wrapper img {
	max-width: inherit;
	max-height: inherit;
	max-width: 100px;
}

.slider_description {
	width: 60%;
}

footer {
	width: 100%;
}

.footer_links_content {
	width: 95%;
}

.footer_links_content ul {
	width: 100%;
}

.footer_links_content ul li {
	width: 31.1%;
	float: left;
	padding: 0 10px 0 0 !important;
}

.footer_links_content ul li:nth-of-type(3n) {
	padding: 0 !important;
}

.footer_links_content ul li a, .footer_links_content ul li a:hover {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.footer_links_content ul li img, .footer_links_content ul li img:hover {
	max-height: inherit;
	max-width: inherit;
	width: 100%;
}

.copyright {
	width: 95%;
}

.copyright a {
	margin: 5px 0 0;
	display: block;
}

.main_container nav {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.main_container nav ul {
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
}

.main_container nav ul li a {
	box-sizing: border-box;
}

.main_container nav ul li ul {
	width: 100%;
	box-sizing: border-box;
}

.main_container nav ul li ul li:last-of-type {
	padding: 0;
}

.main_container nav ul li ul li a {
	box-sizing: border-box;
}

.right_column_contact form {
	width: 100%;
	display: table;
}

.contact_form dt {
	width: 100% !important;
	float: none;
	text-align: left;
}

.contact_form dd {
    float: none;
    margin: 0 !important;
    width: 100% !important;
    position: relative;
}

.contact_form dd input[type="text"], .contact_form dd input[type="email"], .contact_form dd textarea[name="note"] {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.contact_form dd input[name="ecaptcha"] {
	width: 75px !important;
}

.formInfo {
	position: absolute;
	top: -18px;
	right: 5px;
}

input.form_reset, input.form_submit {
	appearance: none;
	-webkit-appearance: none;
}

.hist_and_social {
	width: 100%;
	box-sizing: border-box;
}

.basic_site_inner_content_two_columns_details .hist_and_social {
	width: 100%;
	box-sizing: border-box;
	float: none;
	display: table;
}

.ebitcms_gallery {
	display: none;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 20px;
	padding: 0;
	float: none;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_two_columns figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 15px;
	padding: 0;
	float: none;
}

.basic_site_inner_content_two_columns figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_two_columns_details figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 20px;
	padding: 0;
	float: none;
}

.basic_site_inner_content_two_columns_details figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content {
	width: 95%;
}

.basic_site_inner_content article {
	width: 100%;
}

.basic_site_inner_content table {
	width: 100% !important;
}

.basic_site_inner_content_two_columns {
	width: 95%;
}

.basic_site_inner_content_two_columns article {
	width: 100%;
	float: none;
	display: table;
}

.basic_site_inner_content_two_columns article h1 {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.basic_site_inner_content_two_columns article em {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.basic_site_inner_content_two_columns_details {
	width: 95%;
}

.basic_site_inner_content_two_columns_details article {
	width: 100%;
	float: none;
	display: table;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 20px;
}

.right_column_contact {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.basic_site_inner_content_contact iframe {
	max-width: inherit;
	max-height: inherit;
	box-sizing: border-box;
	width: 100%;
	height: 260px;
}

.paging_content {
	width: 100%;
}

.paging_info {
	display: none;
}

.ecms_gallery_box {
	width: 100%;
}

.ecms_gallery_box a {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.ecms_gallery_box img {
	width: 100%;
	height: inherit;
}

.ecms_gallery_box em {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}




}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 400px) and (max-width: 480px) {

.bxslider li {
	width: 456px !important;
	margin: 0 !important;
}

.slider_description {
	width: 74%;
}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 600px) and (max-width: 800px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	body {
		margin: 0;
		padding: 0;
	}
	
	.wrapper {
		width: 100%;
	}
	
	#toTop {
		display: none !important;
	}

header {
	width: 95%;
}

header nav {
	display: none;
}

.slicknav_menu {
	background: transparent !important;
	border: medium none !important;
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	width: 95%;
	z-index: 400;
	top: 20px;
	left: 2.5%;
	box-shadow: none;
}

.slicknav_menu  .slicknav_menutxt {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
}

.slicknav_btn {
	background: linear-gradient(#ef8236, #d37330) !important;
	padding: 12px 10px 12px 10px !important;
	width: 75%;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 11px !important;
	font-weight: 300 !important;
	border-left: 5px solid #696969;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	border-bottom: 5px solid #ef8236;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.6);
}

.slicknav_nav li {
	border-bottom: 1px solid #cdcdcd !important;
	box-shadow: 0 1px 0 #fff;
}

.slicknav_nav li:last-of-type {
	border: none !important;
	box-shadow: none;
}

.slicknav_nav a {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
	font-size: 13px !important;
	color: #555 !important;
	font-weight: 400 !important;
	padding: 10px !important;
	background: linear-gradient(#ebebeb, #e1e1e1) !important;
	transition: all .2s linear;
}

.slicknav_nav .slicknav_row:hover {
	padding: 10px;
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
}

.slicknav_nav a:hover {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
	padding: 10px;
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	color: #ef8236 !important;
	transition: all .2s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 0;
}

.language_content {
	position: relative;
	z-index: 450;
}

.language_content ul li {
	padding-right: 20px;
}

.intro_basic header section {
	padding: 0;
	
	background: linear-gradient(transparent 18%, #ebebeb 18%, #f5f5f5);
	background: -webkit-linear-gradient(transparent 18%, #ebebeb 18%, #f5f5f5);
}

.intro_basic header section figure {
	margin: 0 0 0 10px;
}

.intro_basic header section h1 {
	font-size: 40px;
	padding: 46px 0 0;
}

header section {
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto 0;
	padding-bottom: 25px;
	
	background: linear-gradient(transparent 16%, #ebebeb 16%, #f5f5f5);
	background: -webkit-linear-gradient(transparent 16%, #ebebeb 16%, #f5f5f5);
}

header section h1 {
	font-size: 35px;
	padding: 10px 0 0;
}

header section h1 span {
	font-size: 17px;
	clear: both;
}

header section em {
	padding: 0 15px;
	margin: 25px 0 30px;
}

header section figure {
	max-width: inherit;
	max-height: inherit;
	margin: 0 0 5px 15px;
}

header section figure img {
	max-height: 180px;
}

header section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

header section ul li:first-of-type {
	font-size: 15px;
	color: #555555;
	margin: 0 0 7px;
	float: none;
	display: block;
}

header section ul li {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
}

header section ul li:last-of-type {
	margin: 0;
}

header section ul li a {
	display: flex;
}

header section ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
}

header section ul li img:hover {
	opacity: 0.60;
}

.main_container {
	width: 100%;
}

.news_container {
	width: 95%;
}

.news_content {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.news_content article {
	width: 47.3%;
	float: left;
	display: inherit;
	margin: 0 30px 0 0;
}

.news_content article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_content article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_content article h1 {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.news_content article em, .news_content article p {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.blog_content {
	width: 100%;
	float: none;
	display: table;
}

.blog_content article {
	width: 100%;
}

.books_container {
	width: 100%;
}

.books_container section {
	width: 95%;
}

.bxslider li {
	width: 256px !important;
	margin: 0 60px 0 0 !important;
}

.bx-wrapper img {
	max-width: inherit;
	max-height: inherit;
	max-width: 100px;
}

.slider_description {
	width: 55%;
}

footer {
	width: 100%;
}

.footer_links_content {
	width: 95%;
}

.footer_links_content ul {
	width: 100%;
}

.footer_links_content ul li {
	width: 30.9%;
	float: left;
	padding: 0 20px 0 0 !important;
}

.footer_links_content ul li:nth-of-type(3n) {
	padding: 0 !important;
}

.footer_links_content ul li a, .footer_links_content ul li a:hover {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.footer_links_content ul li img, .footer_links_content ul li img:hover {
	max-height: inherit;
	max-width: inherit;
	width: 100%;
}

.copyright {
	width: 95%;
}

.copyright a {
	margin: 5px 0 0;
	display: block;
}

.main_container nav {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.main_container nav ul {
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
}

.main_container nav ul li a {
	box-sizing: border-box;
}

.main_container nav ul li ul {
	width: 100%;
	box-sizing: border-box;
}

.main_container nav ul li ul li:last-of-type {
	padding: 0;
}

.main_container nav ul li ul li a {
	box-sizing: border-box;
}

.right_column_contact form {
	width: 100%;
	display: table;
}

.contact_form dt {
	width: 100% !important;
	float: none;
	text-align: left;
}

.contact_form dd {
    float: none;
    margin: 0 !important;
    width: 100% !important;
    position: relative;
}

.contact_form dd input[type="text"], .contact_form dd input[type="email"], .contact_form dd textarea[name="note"] {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.contact_form dd input[name="ecaptcha"] {
	width: 75px !important;
}

.formInfo {
	position: absolute;
	top: -18px;
	right: 5px;
}

input.form_reset, input.form_submit {
	appearance: none;
	-webkit-appearance: none;
}

.hist_and_social {
	width: 100%;
	box-sizing: border-box;
}

.basic_site_inner_content_two_columns_details .hist_and_social {
	width: 100%;
	box-sizing: border-box;
	float: none;
	display: table;
}

.ebitcms_gallery {
	display: none;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

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

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_two_columns figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 20px;
	padding: 0;
	float: none;
}

.basic_site_inner_content_two_columns figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_two_columns_details figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

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

.basic_site_inner_content_two_columns_details figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content {
	width: 95%;
}

.basic_site_inner_content article {
	width: 100%;
}

.basic_site_inner_content table {
	width: 100% !important;
}

.basic_site_inner_content_two_columns {
	width: 95%;
}

.basic_site_inner_content_two_columns article {
	width: 48.2%;
	float: left;
	margin: 0 20px 30px 0;
	display: inherit;
}

.basic_site_inner_content_two_columns article:nth-of-type(2n) {
	margin: 0 0 30px;
}

.basic_site_inner_content_two_columns article h1 {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.basic_site_inner_content_two_columns article em {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}

.basic_site_inner_content_two_columns_details {
	width: 95%;
}

.basic_site_inner_content_two_columns_details article {
	width: 100%;
	float: none;
	display: table;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 20px;
}

.right_column_contact {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.basic_site_inner_content_contact iframe {
	max-width: inherit;
	max-height: inherit;
	box-sizing: border-box;
	width: 100%;
	height: 260px;
}

.paging_content {
	width: 100%;
}

.paging_info {
	display: table;
}

.ecms_gallery_box {
	width: 100%;
}

.ecms_gallery_box a {
	width: 48.2%;
	float: left;
	display: table;
	margin: 0 20px 30px 0;
}

.ecms_gallery_box a:nth-of-type(2n) {
	margin: 0 0 30px;
}

.ecms_gallery_box img {
	width: 100%;
	height: inherit;
}

.ecms_gallery_box em {
	overflow: inherit;
	height: auto;
	min-height: inherit;
}



}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 800px) {

.bxslider li {
	width: 350px !important;
	margin: 0 60px 0 0 !important;
}

.slider_description {
	width: 65%;
}

}