@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
    background: #fff;
    color: #757575;
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
}
a {
    color: #000000;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #757575;
    text-decoration: none;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.35;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
}
h1, .h1{
    font-size:36px;
	color:#333333;
}
h2, .h2{
    font-size:30px;
	color:#000;
}
h3, .h3{
    font-size:24px;
	color:#333333;
}
h4, .h4{
    font-size:20px;
	color:#000;
}
h5, .h5{
    font-size:18px;
	color:#333333;
}
h6, .h6{
    font-size:14px;
	color:#000;
}


span.number-responsive {
	display: none;
}

nav.main-nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.75);
	text-align: center;

}
nav.main-nav::after {
	content: '';
	display: block;
	clear: both;
}
nav.main-nav .container {
	position: relative;
}
nav.main-nav a.mobile-nav {
display: none;

color: #fde500;

text-decoration: none;

padding: 10px 15px;

font-size: 16px;

line-height: 25px;

float: none;

margin: 0 auto;

}
nav.main-nav a.mobile-nav:hover { color:#fff;}


header.top {
	position: relative;
	height:400px;
}
header.top.banner {
	height: 592px;
}
header.top .logo {
    position: relative;
    z-index: 5;
    display: inline-block;
    background: #000;
    padding: 19px 29px 29px;
    margin-top: 115px;
    box-shadow: 0 0 1px #767676;
    border: 3px solid #fff;
	
}
header.top .logo .newsletter {
	position: absolute;
	left: 100%;
	bottom: 0;
	background: #000;
	color: #fff;
	width: 450px;
	padding: 20px;
}
header.top .logo .newsletter p {
	font-size: 20px;
	line-height: 1.2em;
}
header.top .fluid_container,
header.top .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
}
header.top .fluid_container #slideshow {
	margin-bottom: 0!important;
}
header.top .fluid_container #slideshow .camera_prev,
header.top .fluid_container #slideshow .camera_next {
	background: rgba(0,0,0,.5);
	transition: background .4s;
}
header.top .fluid_container #slideshow .camera_prev:hover,
header.top .fluid_container #slideshow .camera_next:hover {
	background: rgba(0,0,0,1);
}
header.top .fluid_container #slideshow .camera_prev span,
header.top .fluid_container #slideshow .camera_next span {
	display: none;
}
header.top .fluid_container #slideshow .camera_prev::after {
	content: '\f104';
	padding-right: 5px;
}
header.top .fluid_container #slideshow .camera_next::after {
	content: '\f105';
	padding-left: 5px;
}
header.top .fluid_container #slideshow .camera_prev::after,
header.top .fluid_container #slideshow .camera_next::after {
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	display: block;
	color: #fff;
	font-family: 'FontAwesome';
}
header.top .NewsItemPhoto {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.content-wrapper {
	position: relative;
    min-height: 400px;
  background: url(../images/bg-c.png) center bottom no-repeat;
}

.content-wrapper .logo {
	position: relative;
	z-index: 5;

	background: #000;
	padding: 29px 15px;
	height:388px;
	  margin: -42px 40px 44px 0px;
	  float: left;
	      width: 312px;
		  	box-shadow: 0 0 1px #767676;
	border: 3px solid #fff;
}
.content-logo{ position:relative; width:100%;    text-align: center;}
.content-wrapper .logo .cta {
    text-transform: none;
    font-size: 26px;
        line-height: 35px;
     margin: 25px 0 0;
    padding-top: 25px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
	border-top:2px solid rgba(255,255,255,0.2);
}
.content-wrapper .logo .cta a{ text-decoration:none; color:#fff;}
.content-wrapper .logo .cta a:hover{ text-decoration:none; color:#fde500;}
.content-wrapper .logo .cta p {
	margin: 0;
color:#fff;
}

.content-wrapper .logo .cta .number {
position: relative;
    display: inline-block;
    background: #fde500;
    color: #000;
    bottom: 22px;
    margin-top: 35px;
    transition: background .4s, color .4s;
    width: 275px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    /* padding-left: 21px; */
    font-weight: 700;
}
.content-wrapper .logo .cta .number:hover { background:#eee;}

header.page-title {
padding: 48px 0 60px;
	
}
header.page-title h1 {
	margin: 0;
	line-height: 1.1em;
	font-weight: 200;
	border-bottom:1px solid rgba(51,51,51,0.34);
	padding-bottom:50px;
	display:table;
	position:relative;
}
header.page-title.page-title2 h1{ display:block;}
header.page-title1 h1 { font-weight:700; color:#000;}
header.page-title h1 span.subtitle {
	color:#333333;
	font-weight:400;
}
header.page-title h1:after { position:absolute; left:0px; bottom:0px; width:46px; height:3px; background:#fde500; content:'';}

article.content {
	position: relative;
	padding-bottom: 50px;
	
}
article.content p {
    margin-bottom: 15px;
}
article.content ul {
    padding-left: 10px;
}
article.content ul li {
    list-style: none;
    background: url(../images/list-icon01.png) no-repeat 0 5px;
    padding-left: 25px;
}
article.content ul ul li {
    background-image: url(../images/list-icon02.png);
    background-position: 0 7px;
    padding-left: 20px;
}
article.content .table-style {
	position: relative;
}
article.content .table-style th {
	background: #f2f2f2;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
.photo-box {
	position: relative;
	background:url(../images/bg-box-top.jpg) top center no-repeat, url(../images/bg-box-bottom.jpg) bottom center no-repeat #e8e7e7;
	padding: 50px 0px;
}
.photo-box .content-box1{ width: 39%;
    height: 445px;
    position: relative;
    float: left;}


.photo-box .box1{ width:100%; height:221px; border-bottom:1px solid #e8e7e7; background:url(../images/box1.jpg) top center no-repeat;}
.photo-box .box2{ width:100%; height:224px;  background:url(../images/box2.jpg) center no-repeat;}
.photo-box .box3{ width:20%; height:445px;  background:url(../images/box3.jpg) center no-repeat; float:left;}
.photo-box .box4{ width:20%; height:445px;  background:url(../images/box4.jpg) center no-repeat; float:left;}
.photo-box .box5{ width:20%; height:445px;  background:url(../images/box5.jpg) center no-repeat; float:left;}

.photo-box .box{ position:relative;}
.photo-box .box:before{ position:absolute; width:100%; height:100%; left:0px; top:0px; background:rgba(0,0,0,0.3); content:''; opacity:0;}
.photo-box .box:hover:before{opacity:1;}

.photo-box .box h3{     position: absolute;
    width: auto;
    padding: 13px 28px;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffff01;
    font-size:18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    text-align: center;}
.photo-box .box:hover h3{opacity:1;}
article.content #news-boxes {
	position: relative;
}
article.content #news-boxes .row {
	display: flex;
	flex-wrap: wrap;
}
article.content #news-boxes .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
article.content #news-boxes .box {
	position: relative;
	min-height: 100%;
	display: block;
	background: #eee;
	transition: background .4s, color .4s;
}
article.content #news-boxes .box:hover {
	background: #007fc5;
	color: #fff;
}
article.content #news-boxes .box figure {
	position: relative;
}
article.content #news-boxes .box figure .photo {
	position: relative;
	padding-bottom: 50%;
	background: center no-repeat;
	background-size: cover;
}
article.content #news-boxes .box figure .photo.nophoto {
	background: #007fc5;
	background: -moz-linear-gradient(top, #007fc5 0%, #004182 100%);
	background: -webkit-linear-gradient(top, #007fc5 0%,#004182 100%);
	background: linear-gradient(to bottom, #007fc5 0%,#004182 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fc5', endColorstr='#004182',GradientType=0 );
}
article.content #news-boxes .box figure .photo.nophoto::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/LG-Elek.png) center;
}
article.content #news-boxes .box figure .photo h3 {
	position: absolute;
	left: 0;
	top: 20px;
	padding: 5px 10px 5px 15px;
	margin: 0;

	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.1em;
	transition: background .4s, color .4s, padding .4s;
}
article.content #news-boxes .box:hover figure .photo h3 {
	color: #007fc5;
	background-color: #fff;
	background-position: 5px 8px;
	padding-left: 35px;
}
article.content #news-boxes .box figure figcaption {
	padding: 25px;
}
article.content #news-boxes .box figure figcaption p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.65em;
}
article.content #news-boxes .box figure a.link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
article.content .NewsItemPhoto {
	background: center no-repeat;
	background-size: cover;
	height: 200px;
	margin: 30px 0;
}

section.box {
	position: relative;
	padding-bottom: 50px;
	background:url(../images/bg-box.jpg) top center no-repeat;
	min-height:344px;

	color:#fff;
	background-size: cover;
	
}
section.box .quote {
    position: relative;
    background: rgba(0,0,0,0.71);
    color: rgba(255,255,255,1);
    padding: 1px 13px 25px 19px;
    max-width: 316px;
    float: right;
    margin-right: 10px;
}
section.box h3{ font-size:28px; font-weight:700; margin-bottom:17px; text-align:left;color: #fff;}
section.box  .plus{ position:relative; width:111px; height:44px; line-height:44px;  margin-top:20px; float:left; background:#fee600; color:#151515; text-transform:uppercase; font-family: 'Roboto', sans-serif; text-align:center;}
section.box .quote:hover  .plus{background:#fff; color:#000;}

footer.bottom {
    background: #000;
    color: #fff;
    padding: 70px 0 60px;
	border-top:4px solid #fde500;
	font-size:15px;
}


footer.bottom p {
	margin: 0;
}

footer.bottom .content-social {
    position: relative;
    text-align: left;
    width: 25%;
    float: left;
    background: url(../images/sep-f.png) right center no-repeat;
	    min-height: 58px;
}
.fb{	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 0 0 0px;
	width: 40px;
	height:40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
    background: #aaabab;
	text-decoration: none;	float: left;
		text-align:center;}
	.fb::before {
	font-family: 'FontAwesome';
	speak: none;
font-size: 21px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
		content: "\f09a";
	
}
.fb:hover {
	background: #ffff01;

}
.social {
    float: left;
    margin-left: 5px;
}
 #ContainerBlockSocial.addthis_toolbox .at300b {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 0 0 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
	background: #aaabab;
	text-decoration: none;
	border-radius: 50%;
}
 #ContainerBlockSocial.addthis_toolbox .at300b:hover {
	background: #ffff01;
	
}
 #ContainerBlockSocial.addthis_toolbox .at300b::before {
	position: relative;
	z-index: 5;
	font-family: 'FontAwesome';
	speak: none;
	font-size: 21px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
 #ContainerBlockSocial.addthis_toolbox .at300b:first-child {
	margin-left: 0px;
}
 #ContainerBlockSocial.addthis_toolbox .at300b > span{
	display: none;
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
	content: "\f003";
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_facebook::before {
	content: "\f09a";
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_twitter::before {
	content: "\f099";
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_linkedin::before {
	content: "\f0e1";
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share::before {
	content: "\f0d5";
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share {
	position: relative;
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share #___plusone_0,
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share iframe {
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	top: 3px!important;
	opacity: 0;
}
 #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
	content: "\f231";
}

footer.bottom .address {
    position: relative;
    width: 33%;
    float: left;
    background: url(../images/sep-f.png) right center no-repeat;
    margin-left: 156px;
}
footer.bottom .hours {
	position: relative;
    text-align: left;
    width: 16%;
    float: right;
}
footer.bottom a{ color:#fee600;}
footer.bottom a:hover{ color:#fff;}



#scrollUp {
	bottom: 30px;
	right: 8px;
	padding: 8px 15px;
	background: #fde500;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
#scrollUp:hover {
	opacity:0.75;
}
 
#footerSlideContainer a {
    color: #fde500;
}
 
div.cc-cookies {
    width: 100%;
    background: #000;
}
.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept, 
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline, 
.cc-cookies a.cc-cookie-reset {
	background: #fde500 !important;
	color: #000 !important;
	margin: 0 10px;
}
.cc-cookies a:hover.cc-cookie-accept, 
.cc-cookies-error a:hover.cc-cookie-accept, 
.cc-cookies a:hover.cc-cookie-decline, 
.cc-cookies-error a:hover.cc-cookie-decline, 
.cc-cookies a:hover.cc-cookie-reset {
	background: #fff !important;
	color: #000 !important;
}

.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}
@media only screen and (max-width : 1600px) {.content-wrapper {

    background-size:contain;
}}
@media only screen and (max-width : 1199px) {	#navigation .sf-menu a {
padding: 0px 6px !important;
font-size: 14px !important;}	#navigation .sf-menu > li > ul > li a{padding:5px 5px 5px 5px!important; }	article.content .photo-box .col-left a::before {
    left: 4px;
    background-size: contain;
	display:none;

}
article.content .photo-box .col-right a::before {  left: 4px;
    background-size: contain; display:none;}	.photo-box .box h3 {
    width: 100%;
    font-size: 14px;}}
@media only screen and (max-width : 1024px) {	nav.main-nav #navigation {
		display: block;
	}
	nav.main-nav a.mobile-nav {
		display: none;
	}
	#navigation .sf-menu a {
padding: 0px 5px !important;
font-size: 14px !important;}
	article.content .photo-box .col-right a h3 {
    padding: 21px;
    font-size: 23px;}
	footer.bottom .hours {
    width: 20%;}
	#navigation .sf-menu > li > ul > li a{padding:5px 5px 5px 5px!important; }
		article.content .photo-box .col-left a::before {
    left: 4px;
    background-size: contain;
	display:none;

}
article.content .photo-box .col-right a::before {  left: 4px;
    background-size: contain; display:none;}
	.photo-box .box h3 {
    width: 100%;
    font-size: 14px;}
	}

@media only screen and (max-width : 991px) {
	.photo-box .box h3 {
    width: auto;
    font-size: 18px;}

	span.number {
		display: none;
	}
	.content-wrapper .logo .cta .number{	display: none;}
		.content-wrapper .logo .cta span.number-responsive {
	display: inline-block;
isplay: inline-block;
background: #fde500;
color: #000;
bottom: 22px;
margin-top: 35px;
transition: background .4s, color .4s;
width: 275px;
height: 61px;
line-height: 61px;
text-align: center;
font-size: 30px;
font-family: 'Open Sans', sans-serif;
padding-left: 21px;
font-weight: 700;
	}
span.number-responsive {
	display: inline-block;}
	.content-wrapper .logo .cta span.number-responsive a{ color:#000!important;}
	
	nav.main-nav #navigation {
		display: none;
	}
	nav.main-nav a.mobile-nav {
	
display: table;
	}
	nav.main-nav .language {
		position: relative;
		top: auto;
		float: right;
	}
	nav.main-nav .language a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.top .logo {
		padding: 25px;
		text-align: center;
	}
	header.top .logo .newsletter {
		position: relative;
		left: 0;
		margin: 25px -25px -25px;
		width: auto;
	}
	.content-wrapper .logo {
	margin-top: -296px;

margin: 0 auto;

    margin-top: 0px;

display: table;

float: none;

margin-top: -296px;
	}
	article.content .photo-box .col-left,
	article.content .photo-box .col-right {
		height: 300px
	}
	footer.bottom .address {
		padding: 10px 0;
		margin: 10px 0;
		border: 0;
	}
	article.content .photo-box .col-left a::before {
    left: 4px;
    background-size: contain;
	display:none;

}
article.content .photo-box .col-right a::before {  left: 4px;
    background-size: contain; display:none;}
	footer.bottom .address {

    position: relative;
    width: 100%; background:none;}
	footer.bottom .content-social {
    text-align: left;
    width: 100%;padding-top: 15px;background:none;}
	footer.bottom .hours {

    position: relative;
    text-align: left;
    width: 100%;
    float: left;

}
footer.bottom .hours h2::after {
    left: 0;}
		article.content .photo-box .col-left,
	article.content .photo-box .col-right {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	article.content .photo-box .col-left {
		height: 250px;
		margin-bottom: 20px;
	}
	article.content .photo-box .col-right {
		height: 400px;
	}
		h1, .h1 {
    font-size: 20px;
}

	h2, .h2 {
    font-size: 18px;
}
.photo-box .content-box1 {
    width: 100%;height: 381px;}
.photo-box .box1{width:100%;height: 171px; margin-bottom:20px;float: left;}
.photo-box .box2{width:100%;height: 171px;margin-bottom:20px;float: left;}
	.photo-box .box3 { width:100%;height: 171px;margin-bottom:20px;float: left;}
	.photo-box .box4{ width:100%;height: 171px;margin-bottom:20px;float: left;}
	.photo-box .box5{ width:100%;height: 171px;margin-bottom:20px;float: left;}
	footer.bottom {
    padding: 35px 0 40px;}
}
@media only screen and (max-width : 480px) {
	.image-left,
	.image-right {
		float: none;
		margin: 10px 0;
		width: 100%;
		height: auto;
	}
	header.top.banner {
		height: 400px;
	}
	.content-wrapper .logo {
float: none;
margin: -50px auto 30px;
display: table;
width: 120px;
padding: 29px 8px;
	}
	.content-wrapper .logo img{ max-width:100%;}
	.content-wrapper .logo .cta {
    font-size: 19px;}
	article.content .photo-box .col-left,
	article.content .photo-box .col-right {
		float: none;
		width: auto;
	}
	article.content .photo-box .col-left {
		height: 250px;
	}
	article.content .photo-box .col-right {
		height: 400px;
	}
	article.content .photo-box .col-left a::before {
    left: 4px;
    background-size: contain;

}
article.content .photo-box .col-right a::before {  left: 4px;
    background-size: contain;}
	footer.bottom .address {

    position: relative;
    width: 100%;}
	footer.bottom .content-social {
    text-align: left;
    width: 100%;padding-top: 15px;}
	footer.bottom .hours {

    position: relative;
    text-align: left;
    width: 100%;
    float: left;

}
footer.bottom .hours h2::after {
    left: 0;}
	header.top .logo img{ max-width:100%;}
	h1, .h1 {
    font-size: 20px;
}

	h2, .h2 {
    font-size: 18px;
}
.photo-box .content-box1 {
    width: 100%;height: 381px;}
.photo-box .box1{width:100%;height: 171px; margin-bottom:20px;float: left;}
.photo-box .box2{width:100%;height: 171px;margin-bottom:20px;float: left;}
	.photo-box .box3 { width:100%;height: 171px;margin-bottom:20px;float: left;}
	.photo-box .box4{ width:100%;height: 171px;margin-bottom:20px;float: left;}
	.photo-box .box5{ width:100%;height: 171px;margin-bottom:20px;float: left;}
	
	section.box h3 {
    font-size: 22px;}
	
	}
        