@charset "utf-8";
/* CSS Document */


/*
Theme Name: Hotel Wollner
Theme URI: http://www.wollner.hu/
Version: 2
Author: tigaman
Author URI: http://www.tigaman.hu
*/

@import 'https://fonts.googleapis.com/css?family=Cormorant+Infant:300,400,700&subset=latin-ext';

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("slider.css");
@import url("responsivecforms.css");
body {

	text-decoration: none;
	margin: 0px;
	color: #333;
	font-family: 'Cormorant Infant', serif;
	font-weight: 400;
	background-color: #D9CBB0;	
	background-image: url(images/ornament.png);
	background-attachment: fixed;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
a:hover {
	color: #3E3E3E;
}
strong {
	font-weight: bold;


}
blockquote {
	background: url(images/quote.png) no-repeat;
	color: #999999;
	font-style: italic;
	margin: 10px;
	padding: 40px 30px 33px 70px;
	font-size: 30px;
}
#header {
	background-color: #510603;
	height: 120px;
	background-image: url(images/ornament.png);
	box-shadow: 0 5px 5px -5px #888;	
}
.header {
	width: 1200px;
	margin: 0px auto;

	font-family: 'Cormorant Infant', serif;

}

.lang {
	margin: 10px 0px 0px 150px;
	height: 20px;
	padding-top: 0px;
	width: 300px;
	float: left;
	font-size: 16px;
}

.lang ul {
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

.lang li  {
	float: left;


}

.lang li a {
	display: block;
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
	color: #FFFFFF;
}

.lang li a:hover, .lang li.current_page_item a {
	color: #AF9A5F;
}
	
.lang li a:after{
	content: "/";
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
}



.lang  li:last-child a:after {
	display: none;
}




.logo {
	width: 280px;
	float: left;
}


.menu {
	margin: 45px 0px 0px 10px;
	height: 10px;
	padding-top: 0px;
	width: 450px;
	font-size: 22px;

	float: left;
}




.menu ul {
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;	

}

.menu li {
	float: left;
}

.menu li a {
	display: block;
	float: left;
	margin: 0px 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: #F6F0E4;
	font-weight: 300;

}

.menu li a:hover, .menu li.current_page_item a {
	color: #F7EACE;
}

.menu li a:after{
	content: "/";
	color: #CCCCCC;
	padding: 0 10px;

	font-size: 20px;
}
.menu  li:last-child a:after {
	display: none;
}

.menur {
	margin: 14px 0px 0px 10px;
	height: 10px;
	padding-top: 0px;
	width: 450px;
	font-size: 22px;

	float: left;
}




.menur ul {
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;	

}

.menur li {
	float: left;
}

.menur li a {
	display: block;
	float: left;
	margin: 0px 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: #F6F0E4;
	font-weight: 300;

}

.menur li a:hover, .menu li.current_page_item a {
	color: #F7EACE;
}

.menur li a:after{
	content: "/";
	color: #CCCCCC;
	padding: 0 10px;

	font-size: 20px;
}
.menur  li:last-child a:after {
	display: none;
}




#content {
	width: 1200px;
	margin: 0 auto;
	min-height: 350px;
	padding-top: 0px;
}

.otven {
	width: 49%;
	margin: 1% 0 1% 1%;
	float: left;

	
	
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
	background-color: #FFFFFF;
	min-height: 650px;
}

.otven h1{
	padding: 15px 20px;
	color: #FFF;
	background-color: #510603;	
	background-image: url(images/ornament.png);
	margin: 0px 0 3px 0;
	font-weight: 100;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
}
.otven h1 a{

	color: #FFF;

}
.otven h1:hover, .otven h1 a:hover{
	color: #FFF;
	background-color: #827167;
}




.otven img {
	width: 96%;
	margin: 0 2% 10px 2%;
	float: left;
}

.otven p {
	padding: 0px 15px;
	font-size: 22px;
}

.fleft{
	width: 890px;
	margin: 0 10px 0 0 0;
	float: left;
}

.content {
	width: 850px;
	font-size: 22px;
	margin: 10px 0px 25px 0px;
	float: left;
	padding: 5px 15px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}


.content p{
	margin-top: 5px;
	text-align: justify;
}

.haegy {
	background-image: url(images/haegy.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;

}
.haegy h1{
	text-align: center;
	font-size: 60px;
	margin: 0px;
}
.haegy h1 span{
	background-color: #FFF;
	padding: 0px 15px;
	text-transform: uppercase;
}

.programitem {
	width: 30%;
	float: left;
	margin: 10px 1% 20px 1%;
	padding: 0px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	display: block;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.programitem h2{
	padding: 10px 5px;
	color: #FFF;
	background-color: #60534A;
	background-image: url(images/ornament.png);
	margin: 0px 0 0px 0;
	font-weight: 100;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	/* [disabled]height: 45px; */
}
.programitem h2 a{

	color: #FFF;

}
.programitem h2:hover, .programitem h2 a:hover{
	color: #FFF;
	background-color: #827167;
}


.programitem img {
	width: 100%;
	margin: 0px 0%;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}


.star ul {
	list-style-type: none;
	margin:0;
    padding: 0;
}
.star li {
	margin-bottom: px;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 13px 15px 13px 30px;



}

.star li a:hover {
	border-bottom: 1px solid #AF9A5F;
}

.sidebar{
	width: 300px;
	min-height: 420px;
	float: left;
	margin: 0px 0 0 0;

}
.pala {
	width: 230px;
	height: 312px;
	margin-top: 10px;
	background-image: url(images/palao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #009966;
	color: #FFFFFF;
	padding: 120px 35px 0px 35px;
	font-size: 22px;
	/* [disabled]text-shadow: 4px 4px 2px #FFFFFF; */
}
.box {
	float: left;
	width: 300px;
	color: #666;
	background-color: #ECE5D7;
	margin: 10px 0 20px 0;
	font-size: 20px;-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.boxcontent {
	width: 300px;

	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0 ;

}

.box h2{
	text-transform: uppercase;
	padding: 10px 20px;
	color: #FFF;
	background-color: #510603;	
	background-image: url(images/ornament.png);
	margin: 0px 0 1px 0;
	font-weight: 300;
	font-size: 25px;	
	box-shadow: 0 5px 5px -5px #888;	

}
.box h2 a{

	color: #FFF;

}
.box h2:hover, .box h2 a:hover{
	color: #FFF;
	background-color: #827167;
}

.boxcontent p , .textwidget{
	padding: 0 5px 0px 5px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5px;
}


.box ul {
	list-style-type: none;
	margin: 0px 0 2px 0;
	padding:0px
}
.box li {
	list-style: none;
	font-weight: 300;
	margin: 0 0 1px 0px;
	font-size: 18px;	

}
.box li a {
	display: block;
	color: #111111;
	width: 90%;
	padding: 10px 2%;	
	margin: 0 3%;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #666;  	
	box-shadow: 0 5px 5px -5px #888;
	
 
}

.box  li a:last-child {

	border-bottom: 0px; 
	box-shadow: 0 0px 0px 0px #888;
 
}	

.box li a:hover{
	color: #000000;
	-webkit-transition: all 500ms ease-in-out;
	1-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-image: url(images/logosmall.png);
	background-repeat: no-repeat;	box-shadow: 0 -5px 5px -5px #888;	

}




fieldset.search {
	border: none;
	width: 300px;
	margin: 20px 0 0 0;
}
.search input, .search button {
	border: none;
	float: left;

}
.search input {
	color: #666;
	width: 215px;
	height: 20px;
	padding: 10px;
	margin-right: 10px;
	font-weight: 300;
	margin-bottom: 5px;
	background-color: #D6D1BE;
	font-size: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.search input:focus {
	background-color: #D6D1BE;
	outline: none;
	color: #999999;
}
.search button.btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #997153;
	background-image: url(images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.search button.btn:hover {
	background-color: #9DC372;
}





#footer {
	width: 100%;
	margin: 10px auto 0 auto;
	background-image: url(images/ornament.png);
	background-color: #252525;
	box-shadow: 0 -5px 5px -5px #888;	

}
.footer {
	width: 1200px;
	margin: 0px auto;
	color: #E9DCAA;
	letter-spacing: 2px;
	font-size: 14px;
	padding-top: 20px;

}
.footer a {
	color: #FFFFCC;
	text-decoration: none;
}

.elismeresek  {
	width: 600px;
	margin: 50px 0px;
	float: left;
}
.elismeresek img {
	float: left;
	margin: 5px;

	height: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.elismeresek img:hover {
	-webkit-transform: scale(2.5); /* Safari and Chrome */
	-moz-transform: scale(2.5); /* Firefox */
	-ms-transform: scale(2.5); /* IE 9 */
	-o-transform: scale(2.5); /* Opera */
	transform: scale(2.5);
}
.wollner  {
	width: 270px;
	margin: 0px 0px;
	float: left;
	padding: 0 0 0 330px;
	color: #8E8E8E;
	background-image: url(images/footerlogo.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	font-size: 18px;
}
.stars {
	color: #AF9A5F;
}


.booknow {
	color: #FFF;
	background-color: #60534A;
	width: 280px;
	position: fixed;
	margin: 0  auto;
	left: 0;
	right: 0;
	bottom: 0px;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

}
.booknow a {
	color: #FFFFFF;
}
.booknow:hover {
	background-color: #000000;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;	
}


.singleimage {
	padding: 5px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;

}

.szaz {
	width: 95%;
	margin: 5px 2% 20px 2%;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.szaz {

	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

#map_div{
	width: 95%;
	min-height: 450px;
	border: 6px solid #F4F4F4;
	margin: 20px auto 50px auto;
}


/* = 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: 0px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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;

}

     /* -----------------------------------------------*/
dt.gallery-icon{
	background-image: url(images/enlarge.png)!important;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery-icon a img{
	padding: 5px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 90%;
	height: auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
	
	
}
.gallery-icon a:hover img{
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-moz-transform: scale(1.05); /* Firefox */
	-ms-transform: scale(1.05); /* IE 9 */
	-o-transform: scale(1.05); /* Opera */
	transform: scale(1.05);
}

.gallery {
				margin: auto;
			}
.gallery .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;
			}
.gallery img {
			}
.gallery .gallery-caption {
				margin-left: 0;	display: none;


}

table{
	margin: 0 5% 20px 5%;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
	letter-spacing: 0px;
	font-size: 20px;
	text-transform: uppercase;
}
table td, table th {
	padding: 15px 8px;

}
table tr {


	color: #666;


	border-bottom: 1px solid #ebebeb;
}
table tr:hover {
	color: #999;
	background-color: #efefef;
}
table img {
	float: left;
	margin: -15px 10px  0 0;
}



.linklove {
	display: none;
}


/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	padding: 15px;
	width: 90%;
	float: left;
}

#pagenav .page a {
	float: left;
	margin-right: 9px;
	display: block;
	text-align: center;
	padding: 15px;
	text-decoration: none;

}
#pagenav #current a {
	float: left;
	margin-right: 9px;
	display: block;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	background-color: #993300;
}

.wp-pagenavi { padding: 30px; text-align: right; }

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:hover {
	padding: 15px  25px!important;
	margin: 1px 5px !important;
	font-weight: normal !important;
	color: #FFFFFF !important;
	box-shadow: 5px 5px 10px  1px #000;
	background-color: #666666;
	background-image: url(images/ornament.png);
}

.wp-pagenavi span.pages {
	padding: 15 !important;
	margin: 1px !important;
	color: #FFFFFF !important;
	border: none !important;
	background: none !important;
}

.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 15px  25px!important;
	margin: 1px 5px !important;
	font-weight: normal !important;
	color: #FFFFFF;
	background-color: #510603;
	box-shadow: 5px 5px 10px  1px #000;	
	background-image: url(images/ornament.png);

}








.mobil{
	display: none;
}
.nomobil{
	display: inline;
}

/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/

.mobil{
	display: inline;
}
.nomobil{
	display: none;
}

body {

	margin: 0 0 70px 0px;

}




.more {
      display: none;
}
.mobil_nav_img{
	width: 100%;
	border: 0;
	margin-bottom: 1px;
}
.mobilmenu {
	padding: 0px;
	width: 100%;
}
.mobilmenu ul {
	margin: 0px;
	padding: 0px;
}
.mobilmenu li {
	list-style: none;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: 500;
	background-color: #282828;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/blank.png);
	background-repeat: repeat;
	margin: 0 0 1px 0;
}
.mobilmenu li a {
	display: block;
	color: #FFFFFF;
	width: 90%;
	padding: 15px 5%;
	text-decoration: none;
	text-align: left;
		}	
.mobilmenu li a:hover, .mobilmenu .current_page_item a, .mobilmenu .current-page-ancestor a{
	background-color: #212121;
	color: #AF9A5F;
}



#header {
      display: none;
}
#content, .fleft {
	width: 100%;
	margin: 0px auto;
}

.otven {
	width: 97%;
	margin: 1% 0 1% 1%;
	float: left;
	min-height: auto;
}



.content {
	width: 95%;
	padding: 2.5%;
	margin: 5px auto;
	font-size: 20px;
	background-image: url(images/blank.png);
}
.content p, .box h3, .box ul li {

	background-image: url(images/blank.png);

}
.content h1 {



	text-align: center;
	font-size: 30px;
	margin: 0px 0 10px 0;
	background-image: url(images/blank.png);
}


.sidebar {
	width: 95%;
	padding: 2.5%;
	margin: 5px auto;
	font-size: 20px;
	background-image: url(images/blank.png);
}


.pala {
	width: 98%;
	height: auto;
	margin-top: 10px;
	background-image: none;
	background-color: #373B3E;
	color: #B8B8B8;
	padding: 1%;
	font-size: 22px;
	text-align: center;
}
.box {
	float: left;
	width: 100%;
	color: #666;
	background-color: #FFFFFF;
	margin: 10px 0 20px 0;
	font-size: 20px;
}
.boxcontent {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0px;


}

.box h2{

}
.box h2 a{

	color: #FFF;

}
.box h2:hover, .box h2 a:hover{
	color: #FFF;
	background-color: #827167;
}

.boxcontent p , .textwidget{
	padding: 0 5px 0px 5px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5px;
}



.box li a {
	display: block;
	color: #111111;
	width: 90%;
	padding: 10px 2%;	
	margin: 0 3%;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #666;   
}	

.box li a:hover{
	color: #000000;
	-webkit-transition: all 500ms ease-in-out;
	1-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-image: url(images/logosmall.png);
	background-repeat: no-repeat;
}

.programitem {
	width: 47%;
	float: left;
	margin: 10px 1% 20px 1%;
	padding: 0;


	
	
}



.programitem h2{
	font-size: 16px;


	
}



#footer {
	display: none;	 
}

.totop {
	width: 100px;
	height: 100px;
	margin: 30px auto;
	display: block;
	background-color: #4E3636;
}

.gallery-item {

	width: 100%;

}


}
