@charset "utf-8";


@media (min-width: 768px) and (max-width: 1169px) {
	
form {
    min-width: 0;
}



.header .container,
.content_container .content_content,
.extras .bubbles,
#news_content,
.footer {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 2% !important;
	padding-right: 2% !important;
	width: 96% !important;
}



#header_menu {
	left: 0px;
}
#header_menu.small {
    left: 2%;
}

#header_menu a:not(.menu_item) {
	width: 175px;
}

.header_bubbles .menu_item:nth-child(4) {
	left: 85px !important;
}
.header_bubbles .menu_item:nth-child(5) {
    top: 325px !important;
    left: 515px !important;
}

.header .caption {
	top: 35%;
}


.content_entry {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}
.table-entry-1 {
	height: 680px !important;
}


.content_container .content_content .news_item .image {
    width: 32%;
}
.content_container .content_content .news_item .image img {
	max-width: 100%;
	height: auto;
}
.content_container .content_content .news_item .content {
	padding-left: 2%;
    width: 66%;
}


.footer .left_side {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 775px;
    float: none;
}

.footer .right_side {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 380px;
    float: none;
}

}



@media (min-width: 0px) and (max-width: 767px) {
	
form {
    min-width: 0;
}

iframe {
	max-width: 100%;
	height: 200px;
}



.header .container,
.content_container .content_content,
.extras .bubbles,
#news_content,
.footer {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 2% !important;
	padding-right: 2% !important;
	width: 96% !important;
}



.header {
    height: 450px;
}
.header .container .logo {
    float: none;
	width: 80%;
    max-width: 335px;
}
.header .container .logo img {
	max-width: 100%;
	height: auto;
}

.header .caption {
	top: 85%;
}


#toggle_menu {
	display: block;
}
#header_menu {
	z-index: 9;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 8px;
	padding-left: 15%;
	padding-right: 15%;
	width: 70%;
	height: 100%;
	background-color: white;
}
#header_menu.small {
    top: 0px !important;
}
#header_menu .margin {
	display: none !important;
}
#header_menu .link {
	display: block !important;
	margin: 5px;
	padding: 3px;
	width: auto !important;
	height: auto !important;
	background-color: transparent !important;
	border-top: 1px solid #bad739;
	font-size: 18px !important;
}
#header_menu .link:nth-child(2) {
	border-top: 0;
}

.mouse-icon {
	display: none;
}

.header_bubbles {display: none;
	position: absolute;
	top: 250px;
	left: 2%;
	width: 96%;
	text-align: center;
}
.header_bubbles .menu_item {
    position: static;
	top: auto;
	left: auto;
	display: inline-block;
	width: auto;
	height: auto;
}
.content_bubble {
    display: block;
	margin: 2px;
	padding: 4px 8px;
    width: auto;
    height: auto;
	font-size: 16px;
}
.small-active {
	/*display: block !important;*/
	display: none !important;
	margin: 5px;
	padding: 3px;
	width: auto !important;
	height: auto !important;
}

#mobile-menu {
	display: block;
}


.container_entry {
	/*background-size: contain !important;*/
}

.content_entry {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}
.table-entry-1 {
	height: 480px !important;
}


.content_container h1 {
    font-size: 30px;
}


.content_content td {
	display: block;
}
.content_content img {
	max-width: 100%;
	height: auto;
}


.content_container .content_content .news_item {
	display: block;
	padding-bottom: 40px;
}
.content_container .content_content .news_item .image {
	float: none;
    width: 100%;
	max-width: 375px;
}
.content_container .content_content .news_item .image img {
	max-width: 100%;
	height: auto;
}
.content_container .content_content .news_item .content {
	float: none;
    width: 100%;
}


.table-extra-1 {
	width: 100%;
	max-width: 500px;
}
.table-extra-1 tr {
	display: inline-block;
	width: 33.33%;
}
.table-extra-1 td {
	display: block;
	width: 100% !important;
	font-size: 18px;
}


.footer_header h1 {
    font-size: 30px;
}
.footer_header table {
	height: 280px !important;
}

.footer .contact {
	width: 100%;
    max-width: 530px;
}
.form_item input[type="text"],
.form_item textarea {
	box-sizing: border-box;
	width: 100% !important;
    max-width: 530px;
}

.footer .left_side {
    width: 100%;
    float: none;
}
.footer .right_side {
    width: 100%;
    float: none;
}

.footer .left_side .bubble.first {
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
    max-width: 450px;
    float: none;
}
.footer .left_side .bubble.second {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
    max-width: 305px;
	float: none;
}

.left_side .bubble {
	display: block !important;
}

#newsletter_form {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
}

}



@media (min-width: 500px) and (max-width: 767px) {
}