@charset "utf-8";
/* CSS Document */

/*
Theme Name: 
Theme URI: http://www.kophaza.hu
Version: 1.0
Author: tigaman
Author URI: https://www.tigaman.hu
*/
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,700&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("weather.css");
@import url("slider.css");
.embed-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 arány, módosítható */
}

.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow Condensed', sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
}
h1, h2, h3, h4, h5 {
	font-family: 'Cinzel', serif;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #999999;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	font-weight: 300;
}
a:hover {
	color: #005CA1;
}
.clear {
	clear: both;
}
img{
	border:none;}

strong {
	font-weight: bold;
}

.szaz {
	width: 100%;
	height: auto;
}




blockquote {
	background: url(images/quote.png) no-repeat;
	color: #999999;
	font-style: italic;
	margin: 10px;
	padding: 40px 30px 33px 70px;
	font-size: 30px;
}

#totop {
	width: 100%;
	height: 1px;
	margin: -1px 0 0 0;
}

#header{
	height: 140px;
	background-color: #005CA1;
}

.header {
	width: 1200px;
	margin: 0px auto;

}
.logo {
	width: 300px;
	margin: 30px 0px 0 0px;
	height: 100px;
	float: left;
	background-image: url(images/logo.png);
	z-index: 4;
	cursor: pointer;
	background-size: cover;	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;

	
}

.logo:hover{

}
.social {
	width: 750px;
	margin: 0px 0 0 150px;
	float: left;
}

img.akadalymentes {
	width: 40px;
	height: auto;
	margin: 0 0 -15px 0;
}
.size-32 {
	font-family: 'Cinzel', serif;
	height: 32px;
	margin: 0 5px;
	font-size: 15px;
	line-height: 14px;
	margin: 5px 3px 0 0;
	padding: 5px 7px 1px 7px;
	display: inline-block;
	color: #FFF;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 30px;
	font-weight: 400;
}


.size-32 i {
	padding: 7px 0px 0 0;
	font-size: 15px;

	vertical-align: top;
	text-align: center;
}
.size-32 a{
	color: #FFF;
}
.size-32 a:hover{
	color: #CCC;
}
.email:hover {
	background-color: #DA251C;
	color: #FFF;
}
.facebook:hover {
	background-color: #DA251C;
	color: #FFF;
}
.tripadvisor:hover {
	background-color: #DA251C;
	color: #FFF;
}
.instagram:hover {
	background-color: #DA251C;
	color: #FFF;
}
.phone:hover {
	background-color: #00CC66;
	color: #FFF;
}

#menu {
	width: 100%;
	background-image: url(images/header.png);
	padding: 0px 0 0px 0;
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 60px;
	z-index: 3;
}

.menucontainer {
	width: 1260px;
	margin: 0px auto 0 auto;
   


}	
 ul.menu {
	font-family: 'Cinzel', sans-serif;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;	
	list-style: none;		
}
.menu li { float:left; font-size: 14px;}
.menu li a {
	padding: 11px 10px;
	display: block;
	color: #fff;
	text-decoration: none;

	font-weight: 400;	
	text-transform: uppercase;

}


.menu li > a:after {
	content: '\f078';
	font-family: 'FontAwesome';
	margin: 0  0 0px 5px;
	font-size: 10px;
	padding: 0 0 0px 0;
	opacity: 0.8;
}
.menu li > a:only-child:after { content: ''; }		



/* Submenu */
.menu ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	list-style-type: none;


}
.menu li:hover {
	position: relative;
	background-color: #1A9AFF;

}
.menu li:hover ul {
	left: 0px;
	top: 40px;
	padding: 0px 0 0px 0;
	z-index: 10;	

}



.menu li:hover ul li a {
	padding: 8px 10px;
	display: block;
	width: 300px;
	background-color: #005CA1;
	border-bottom: 1px solid #6CF;
}

.menu li:hover ul li a:hover {
	background-color: #0099FF;
}








.fixed-nav{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; 	
  -webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#content{
	width: 1200px;
	margin: 0px auto 0px auto;
}

#content {
	width: 1200px;
	margin: 0px auto 0 auto;

}
.fullcontent {
	width: 1200px;
	margin: 0px auto 30px auto;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
}
.homebox {
	width: 18%;
	margin: 10px 1%;
	float: left;
	text-align: center;
	color: #FFF;
	padding: 25px 0 15px 0;
	border-radius: 2px;
	/* [disabled]filter: brightness(140%); */
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	-moz-box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	-webkit-transition: all 300ms easet;
	1-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 110px;
}

.homeboxdouble {
	width: 38%;
	margin: 10px 1%;
	float: left;
	color: #FFF;
	padding: 0px 0px 0px 0px;
	border-radius: 2px;
	/* [disabled]filter: brightness(140%); */
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	-moz-box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	-webkit-transition: all 300ms easet;
	1-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 150px;
}


.homebox:hover, .homeboxdouble:hover {
	filter: brightness(100%);
	box-shadow: 0 0 10px #333;	-webkit-transform: scale(2.5); /* Safari and Chrome */
	-moz-transform: scale(1.2); /* Firefox */
	-ms-transform: scale(1.2); /* IE 9 */
	-o-transform: scale(1.2); /* Opera */
	transform: scale(1.2);

}

.homebox h2, .homeboxdouble h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	margin: 35px 0;		font-family: 'Cinzel', sans-serif;

}
.homebox h2 strong {
	font-weight: 600;

}


.c1 {
	background-color: #DA251C;
}
.c2 {
	background-color: #006D33;
}
.c3 {
	background-color: #F9B901;
}
.c4 {
	background-color: #005CA1;
}
.c5 {
	background-color: #996699;
}

.newsbox {
	width: 47%;
	float: left;
	margin: 15px 1%;
	position: relative;
}


.newsbox  h2 {
	font-size: 20px;
	color: #333;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
	text-align: center;
	margin: 0 0 0 0;	

}

.newsbox p {

	margin: 0 0 5px 0 ;
}

.newsbox  ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.newsbox ul li{
	width: 90%;
	margin: 0 2.5% 0px 2.5%;
	border-bottom: 1px solid #999;
	padding: 15px 2.5%;
	box-shadow: 0 5px 3px -3px #c0c0c0;	
	font-size: 20px;
}
.newsbox ul li i{

	font-size: 15px;
}


/**/ul.news   li:last-child {
	border-bottom: 0px;
	box-shadow: 0px 0px 0px #333;	


}

.fadein {
	position: relative;
	width: 100%;
	height: auto;
}
.fadein img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}












.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;		
	box-shadow: 0 10px 5px -5px #888;

}




.fleft {
	width: 850px;
	float: left;
}
.content {
	width: 800px;
	margin: 0px 20px 30px 0px;
	padding: 15px;
	float: left;
	font-size: 20px;
	color: #666;	
	background-color: #FFF;	border-radius: 5px;
box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);

}
.content h1 {
	font-size: 30px;
	color: #333;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
}

.simage-box{
	width: 98%;
	float: none;
	margin: 5px 1% 5px 1%;
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
}

.image-box{
	width: 48%;
	float: left;
	margin: 10px 1% 20px 1%;
	overflow: hidden;	
	position: relative;box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
}
.image {
	width: 100%;
	height: 220px;
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	background-size: cover;
} 
.image:hover {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); 
} 
.morelink {
	font-size: 18px;
	left: auto;
	margin: 0;
	position: absolute;
	top: 40%;
	right: 0px;
	color: #fff;
	background-color: #005CA1;
	padding: 10px;
	z-index: 10;
	font-weight: 400;
	text-transform: uppercase;
}
.morelink a{
	color: #fff;
	text-decoration: none;
}
.morelink:hover {
	background-color: #DA271E;
}	
.morelink i {
	margin: 0 0 0px 10px;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;		
	box-shadow: 0 10px 5px -5px #888;

}


ul.doc  {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

.doc li { 
	font-family: 'Cinzel', serif;

}
.doc li a {
	border-radius: 4px;
	box-shadow: 0 0 5px #888;
	background-color: #3399FF;
	float: left;
	padding: 10px 0 10px 0%;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 300;
	display: block;
	-webkit-transition: background-position .3s;
	-o-transition: background-position .3s;
	-moz-transition: background-position .3s;
	transition: background-position .3s;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(51, 51, 51, .7)), color-stop(49%, transparent));
	background-image: -webkit-linear-gradient(right, rgba(51, 51, 51, .7) 50%, transparent 49%);
	background-image: -moz-linear-gradient(right, rgba(51, 51, 51, .7) 50%, transparent 49%);
	background-image: -o-linear-gradient(right, rgba(51, 51, 51, .7) 50%, transparent 49%);
	background-image: linear-gradient(to left, rgba(51, 51, 51, .7) 50%, transparent 49%);
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	margin: 0 0px 3px 0;
}

.doc li a:not(:disabled):not(.button_disabled):hover {
    background-position: 100% 0}

.doc li:last-child a{
	border-right: 0px solid #BEBBA7;
}
.doc li a:hover{
	text-decoration: none;
}






.doc li ::before {
	font-family: FontAwesome;
	content: "\f019";
	margin: 0 20px 0 0px;
	color: #FFFFFF;
	background-color: #005CA1;
	padding: 12px 15px 13px 15px;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid #FFF;
}

.doc li:hover ::before  {
	background-color: #3399FF;
	color: #FFF;
}








.sidebar {
	width: 350px;
	margin: 0px 0 0 0px;

	padding: 0px;
	float: left;
}

.box {
	float: left;
	width: 100%;
	color: #666;
	background-color: #F9F9F9;
	margin: 0px 0 20px 0;
	font-size: 20px;
box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	border-radius: 5px;
	
}
.boxcontent {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0;	background-color: #FFF;

}
.boxcontent .form {
	margin: 15px 0px 5px 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.box h2{
	text-transform: uppercase;
	padding: 10px 20px;
	color: #FFF;
	background-color: #005CA1;
	margin: 0px 0 1px 0;
	font-weight: 300;
	font-size: 18px;
	box-shadow: 0 5px 5px -5px #888;
	text-shadow: 3px 3px 2px rgba(100, 100, 100, 1);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box h2 a{

	color: #FFF;

}
.box h2:hover, .box h2 a:hover{
	color: #FFF;
	background-color: #FFB739;
}

.boxcontent p , .textwidget{
	padding: 0 5px 0px 5px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5px;
}


ul.boxlist  {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

.boxlist li { 
	font-family: 'Cinzel', serif;

}
.boxlist li i {
	font-size: 15px;
	font-weight: 300;
}
.boxlist li a {
	border-radius: 4px;
	box-shadow: 0 0 5px #888;
	background-color: #3399FF;
	float: left;
	padding: 10px 0 10px 4%;
	width: 96%;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 300;
	display: block;
	-webkit-transition: background-position .3s;
	-o-transition: background-position .3s;
	-moz-transition: background-position .3s;
	transition: background-position .3s;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(51, 51, 51, .7)), color-stop(49%, transparent));
	background-image: -webkit-linear-gradient(right, rgba(51, 51, 51, .7) 50%, transparent 49%);
	background-image: -moz-linear-gradient(right, rgba(51, 51, 51, .7) 50%, transparent 49%);
	background-image: -o-linear-gradient(right, rgba(51, 51, 51, .7) 50%, transparent 49%);
	background-image: linear-gradient(to left, rgba(51, 51, 51, .7) 50%, transparent 49%);
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	margin: 0 0px 3px 0;
}

.boxlist li a:not(:disabled):not(.button_disabled):hover {
    background-position: 100% 0}

.boxlist li:last-child a{
	border-right: 0px solid #BEBBA7;
}
.boxlist li a:hover{
	text-decoration: none;
}



fieldset.search {
	border: none;
	width: 98%;
	margin: 10px 0 10px 0;
	padding: 0 1%;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input {
	color: #FFFFFF;
	width: 80%;
	padding: 11px 2.5%;
	background-color: rgba(139,60,231,0.8);
	margin: 0 2% 0 0;
}
.search input:focus {
	background-color: rgba(139,60,231,.6);
	outline: none;
	color: #FFFFFF;
}
.search button.btn {
	width: 10%;
	padding: 5% 0 1% 0;
	cursor: pointer;
	background-color: rgba(139,60,231,.6);
	background-image: url(images/search.png);
	background-size: cover;
	text-indent: -9900px;
}
.search button.btn:hover {
	background-color: rgba(139,60,231,1);
}


#breadcrumb {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
	color: #FFF;
	display: block;
	background-color: #3498db;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 5px 0 2.5px;
	text-align: center;
	margin:5px  23px 0 0;
	font-size: 12px;
	font-weight: 400;
}
#breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}





img.banner  {
	width: 98%;
	margin: 5px 1%;
	border-radius: 5px;

}

#footer {
	width: 100%;
	margin: 0px auto;
	height: 100px;
	background-color: #3399FF;
	border-top: 2px solid #627894;	
}
.footer {
	width: 1200px;
	margin: 0px auto;
	height: 50px;
	padding: 25px 0;
	color: #FFF;
	font-weight: 300;
}
.footer  a{

	color: #FFF;
	font-weight: 400;
}
#top {
	position: fixed;
	bottom: -20px;
	left: 50%; 
    transform: translate(-50%, -50%); 
}

.elem, .gallery-item {
	transition: all 1s ease-in-out;
	transform: scale(1.0);
	opacity: 0.0;
}
.elem.in-view, .gallery-item.in-view {
	opacity: 1.0;
	transform: scale(1.0);

}



     /* -----------------------------------------------*/
.gallery {
				margin: auto;
}


.gallery-icon a img {
	display: block;
	margin: 0px auto;
	width: 100%;	
	height: auto;}


dl.gallery-item {
	float: left;
	margin-bottom: 10px;	
	width: 22%;	
	margin-right: calc(2% - 2px);
	box-shadow: 0 0 5px #ccc;
	padding: 10px 0.5% 15px 0.5%;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

	
}
dl.gallery-item:hover {
	-webkit-transform: scale(1.10); /* Safari and Chrome */
	-moz-transform: scale(1.10); /* Firefox */
	-ms-transform: scale(1.10); /* IE 9 */
	-o-transform: scale(1.10); /* Opera */
	transform: scale(1.10);
}


.gallery .gallery-caption {
	
}


.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 15px;

}

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

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;	
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
}

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

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

.wp-caption-text {
	text-align: center;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 12px;
	color: #454f40;
	margin: 15px 0 0 0;

}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	width: 100%;
	float: left;
	margin: 10px 0;
}

.wp-pagenavi {
	padding: 15px 20px;
	display: block;
	clear: both;
}
.last {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 20px !important;
	margin: 2px !important;
	text-decoration: none !important;
	border: 1px solid #e2e5e5 !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
	background-color: #005CA1;
}
.wp-pagenavi span.pages {
	padding: 20px !important;
	margin: 2px !important;
	border: none !important;
	color: #005CA1 !important;
	background: none !important;
	display: none;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 20px !important;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #e2e5e5 !important;
	color: #FFFFFF !important;
	background-color: #DA251C;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.wp-pagenavi a:hover {
	color: #FFF !important;
}



.comment.list{
	display: none;
}

#map_div{
	width: 100%;
	height: 400px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px 4px rgba(153,153,153,0.7);
	margin: 10px auto;
}


.linklove {
	display: none;
}
.mobil{
	display: none;
}
.nomobil{
	display: inline;
}



/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}






.mobilmenu {
	padding: 0px;
	width: 100%;
	margin: -20px 0 0 0;
	background-color: rgba(0,92,161,1.0);
	background-position: center top;
}
.mobilmenu img {
	cursor: pointer;
	padding: 15px 10px;
	height: 60px;
	width: auto;

}
.menuicon {
	float: right;
}
.mobillogo{
	float: left;

}

.mobilmenucontent {
	padding: 0px;
	width: 100%;
	margin: 5px 0 0 0;
	display: none;	
}
.mobilmenucontent ul{
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent ul ul {
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent li  {
	list-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/blank.png);
	margin: 0 0 3px 0;
	border-bottom: 1px solid #999;
	font-size: 22px;
}
.mobilmenucontent li a  {
	display: block;
	color: #FFFFFF;
	padding: 25px 2.5%;
	width: 95%;
	text-decoration: none;
	background-color: #005CA1;
}

.mobilmenucontent li > a:hover
{
	background-color: #3399FF;
	color: #FFFFFF;
}

.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #996699;
	color: #FFFFFF;
}

.mobilmenucontent li.current_page_item a
{
	background-color: #DA251C;
	color: #FFFFFF;
}

.mobilmenucontent a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.mobilmenucontent ul ul {

}
.mobilmenucontent ul ul > li a {
	background-color: #3399FF;
	margin: 2px 0 0 0;
	color: #FFFFFF;
}
.mobilmenucontent li.mobilmenucontent-node {
	position: relative;
	left: 0px;
}
.mobilmenucontent li.mobilmenucontent-node > a:before {
	color: #FFF;
	position: absolute;
	right: 30px;
	font-size: 50px;
	top: 0px;
}
.mobilmenucontent li.mobilmenucontent-open > a:before {
  content: '-';

}
.mobilmenucontent li.mobilmenucontent-closed > a:before {
	content: '+';

}



.mobilmenucontent li.mobilmenucontent-node:last-child > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}






#header, #menu {
	display: none;
}
.fullcontent {
	width: 100%;
	margin: 0px auto 50px auto;

}
#content {
	width: 100%;
	margin: 0px auto;
}
.fleft{

	width: 100%;

}

.newsbox {
	width: 98%;
	float: none;
	margin: 15px 1%;
}


.homebox {
	width: 48%;
	margin: 10px 1%;


	height: 110px;
}

.homeboxdouble {
	width: 98%;
	margin: 10px 1%;

	/* [disabled]filter: brightness(140%); */

	height: 150px;
}



.content  {
	width: 94%;
	padding: 1.5%;
	margin: 5px 1.5%;
	background-image: url(images/blank.png);

}
.content p, .content li, .box h3, .box ul li {

	background-image: url(images/blank.png);	

}



.content h1, .fullcontent h1 {
	background-image: url(images/blank.png);
	font-size: 30px;

}
.contentimg {
	width: 98%;
	margin: 20px 1% 20px 1%;
	height: 200px;
}

.sidebar {
	width: 95%;
	padding: 2.5%;
	margin: 5px auto;



}



.image-box{
	width: 98%;

}
.image {

	height: 300px;

} 

dl.gallery-item {
	float: left;
	margin-bottom: 10px;	
	width: 47%;	
	margin-right: calc(2% - 2px);
	box-shadow: 0 0 5px #ccc;
	padding: 10px 0.5% 15px 0.5%;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

	
}


#footer {
	display: none;	 
}

}
