/*FontFace*/
@font-face {
	font-family: 'WatersTitlingPro-Scn';
	src: url('WatersTitlingPro-Scn.eot?#iefix') format('embedded-opentype'),
		url('WatersTitlingPro-Scn.otf')	format('opentype'),
		url('WatersTitlingPro-Scn.woff') format('woff'), 
		url('WatersTitlingPro-Scn.woff2') format('woff2'), 
		url('WatersTitlingPro-Scn.ttf')	format('truetype'), 
		url('WatersTitlingPro-Scn.svg#WatersTitlingPro-Scn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-SemiCn';
	src: url('MyriadPro-SemiCn.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-SemiCn';
	src: url('MyriadPro-SemiCn.otf') format('opentype'),
		url('MyriadPro-SemiCn.woff') format('woff'),
		url('MyriadPro-SemiCn.woff2') format('woff2'), 
		url('MyriadPro-SemiCn.ttf')	format('truetype'), 
		url('MyriadPro-SemiCn.svg#MyriadPro-SemiCn') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Basic*/
body {
	color: #5a5a5a;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
#container,
#footer {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 15px;
}
html a {
	color: #7c6143;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
html a.fancy:hover,
a:hover{
	text-decoration: none;
}
a:hover, 
a:active,
a:link{
	text-decoration: none;
}
html p {
	line-height: 17px;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
b,
strong {
	font-weight: bold!important;
}
em,
i {
	font-style: italic!important;
}
h2 a:hover{
	color: #7c6143;
	text-decoration: none;
	opacity: 0.5;
}
hr{
	border-style: solid;
  	border-width: 2px 0px 0px;
  	-moz-border-image: url(../images/border.jpg) 2 0 0 repeat;
  	-webkit-border-image: url(../images/border.jpg) 2 0 0 repeat;
  	-o-border-image: url(../images/border.jpg) 2 0 0 repeat;
  	border-image: url(../images/border.jpg) 2 0 0 fill repeat;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.25em;
}
#introtext{
	font-weight: 700;
}
.cc_container{
	background-color: #8b734b!important;
}
.cc_container p{
	font-weight: normal!important;
	font-size: 1.1em!important;
}
/*------------------------
	Header - Lang Switch
--------------------------*/
.moduletable-lang-switcher{
	float:right;
	font-size: 14px;
}
.moduletable-lang-switcher a,
.moduletable-lang-switcher a:hover {
	color: #63656a;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	text-decoration: none;
}
.mod-languages-lang-switcher ul li{
	float: left;
	padding: 5px 5px;
}
.moduletable-header-bg{
	float: left;
	width: 59%;
}
#content {
	padding-bottom: 20px;
}
.lang-block {
	float: right;
}
.lang-block a {
	color: #63656a;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
}
/*----------------------
	Logo & Header image
-----------------------*/
/*---------------------
	Menu
-----------------------*/
#menu,
#menu .navbar-inner,
#menu .container,
#menu .nav-tab,
#menu .nav-tab li {
	min-height: 41px;
	position: relative;
	z-index: 1000;
}
#menu .navbar-inner {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
#menu .container {
	margin: 0;
}
#menu .nav-tab {
	margin: 0;
	width: 100%;
}
#menu .nav-tab .nav-child li:first-of-type {
	margin-left: 0px;
}

#menu .nav-tab li a {
	background: none;
	box-shadow: none;
	color: #fff;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	text-shadow: 1px 1px #555;
	text-transform: uppercase;
}
#menu .nav-tab li .nav-child li a{
	background: none;
}
#menu .nav-tab li.current,
#menu .nav-tab li:hover{
	background-image: url(../images/submenu-bg.png);
}
#menu .nav-tab li.current a,
#menu .nav-tab li a:hover,
#menu .nav-tab li.current > ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu .nav-tab li.current > ul li a{
	color: #fff;
}
#menu .nav-tab li.current > ul li a {
	background: none;
}
#menu .nav-tab li.current > ul li a:hover {
	text-decoration: none;
}
#menu .nav-tab li:hover > ul {
	z-index: 1000;
}
#menu .nav-child {
	/*background: #b4a28b; */
	background-image: url(../images/submenu-bg.png);
	display: none;
	opacity: 0.95;
	min-width: 100%;
	position: absolute;
}
#menu .nav-child li {
	min-height: 40px;
}
#menu .nav-child li:last-of-type a,
#menu .nav-child li:last-of-type span.nav-header {
	border: none;
}
#menu .nav-child li a,
 #menu .nav-child li span.nav-header{
	border-bottom: 1px dotted;
	display: block;
	color: #fff;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	margin: 0 15px;
	padding: 10px 0!important;
	text-transform: none;
	white-space: nowrap;
}
 #menu .nav-child li span.nav-header{
 	text-shadow: 1px 1px #000;
 	cursor: pointer;
 }
 /*---------------------
	Submenu
-----------------------*/
#sub-menu ul.nav.menu li{
	float: left;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: -20px;
}
#sub-menu ul.nav.menu li img{
	display: block;
}
#sub-menu ul.nav.menu li span.image-title{
	color: #fff;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	background-color: rgba(134, 103, 74, 0.9);
	width: 100%;
	position: relative;
	bottom: 40px;
}
#sub-menu .nav>li>a:hover,#sub-menu .nav>li>a:focus{
	background: none;
	opacity: 0.9;
}
/*----------------------------
	Header - Image
------------------------------*/
.moduletable-logo{
	float: left;
	width: 100%;
}
.moduletable-logo img{
	float: left;
	padding-right: 13px;

}
.moduletable-logo h1 a{
	float: left;
    font-size: 50px;
    color: #fff;
    font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64);
    display: inline-block;
    padding-top: 23px;
    letter-spacing: 1px;
}
/*Vadfüge & Báta*/
#content .blog.vadfuge + .moduletable.vadfuge-banner{
	display: none;
}
h2 span.subheading-category{
	color: #7c6143;
	  font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	  font-size: 31px;
}
/*Hitoktatás*/
#content .tag-category h1{
	color: #7c6143;
	  font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	  font-size: 31px;
}
/*Right column*/
#right-two {
	position: relative;
	padding-bottom: 15px;
}
#right-two .moduletable-szallasfoglalas{ 
	padding-bottom: 20px;
}
#right-two .moduletable-szallasfoglalas a{
	color: #fff;
	display: inline-block;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 20px;
	text-align: center;
	width: 100%;
	line-height: 35px;
}
#right-two .moduletable.banners h3,
#right-two .moduletable.banners h3 a {
	color: #fff;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 31px;
	line-height: normal;
	padding-bottom: 5px;
	text-align: center;
	text-shadow: 1px 1px #6e563c;
}
#right-two .moduletable.banners a,
#right-two .moduletable.banners span.nav-header  {
	color: #fff;
	display: block;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	line-height: 17px;
	width: 100%;
}
#right-two .moduletable.banners span.nav-header {
	padding: 0px;
	text-shadow:none;
	font-weight: normal;
	text-transform: none;
}
#right-two .moduletable.banners a:hover {
	text-decoration: none;
	background: none;
}
#right-two .moduletable.banners span.mod-articles-category-date {
	color: #3f2f21;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
#right-two .moduletable.banners ul li {
	list-style: disc;
	color: #fff;
	margin-left: 15px;
	padding: 2px 0px;
}
#right-two .moduletable.banners {
	padding: 20px 15px 30px 15px;
	margin-bottom: 20px;
}
/*Search*/
.moduletable-search {
	margin-top:-15px;
	margin-bottom: 20px;
}
.moduletable-search input{
	background: #b4a28b!important;
	border: #b4a28b;
	color: #fff;
	height: 25px;
	text-shadow: 1px 1px #555;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	opacity: 0.7;
	width: 90%;
}
.moduletable-search input[type="text"]:focus{
	box-shadow: none;
	opacity: 0.6;
}
div#content div.search div.ordering-box{
	float: left;
}
div#content div.search div.form-limit{
	float: right;
	margin-top: -40px;
}
div#content div.search dl.search-results{
	margin-top: 30px;
}
div#content div.search dl.search-results dt{
	padding-top: 10px;
}
div#content div.search dl.search-results span.highlight{
	  color: #7c6143;
	  font-family: 'MyriadPro-SemiCn', sans-serif;
}
div#content div.search dl.search-results dd.result-category{
	display: none;
}
/*Content*/
.animate:hover {
	color: inherit;
	text-decoration: none;
}
.blog h3,
h2.contentheading {
	border-bottom: 2px solid #7c6143;
	border-top: 2px solid #7c6143;
	color: #7c6143;
	line-height: 30px;
	height: 30px;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	letter-spacing: 0px;
	padding-left: 8px;
	text-transform: uppercase;
}
.blog .items-row {
	margin-top: 20px;
}
.blog p{
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 15px;
	line-height: 16px;
	text-align: justify;
}
.item-page,
.item-page p {
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: justify;
}
.blog .item-text {
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 40px;
	position: relative;
}
.blog .page-header,
.item .page-header {
	border: none;
	margin: 0;
	padding: 0;
}
.blog .page-header h3 span {
	color: #b19f87;
	float: right;
	padding-top: 2px;
	padding-right: 7px;
	font-size: 25px;
	transition: color 0.5s, opacity 0.5s linear;
}
.blog .page-header h3 span.hidden-text {
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	line-height: 27px;
}
.blog .page-header h3:hover span {
	color: #7c6143;
	opacity: 1;
	transition: color 0.5s, opacity 0.5s linear;
}
.blog .items-row h3{
		border: none;
		color: #5a5a5a;
		font-family: 'MyriadPro-SemiCn', sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: normal;
		text-transform: none;
}
.item .page-header .published {
	color: #b19f87;
	font-size: 14px;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
.item .page-header h2,
.item .page-header h2 a {
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	padding: 5px 0;
	text-transform: uppercase;
}
.item .item-image {
	margin-right: 17px;
	position: relative;
	z-index: 999;
}
.blog .attachmentsContainer {
	display: none;
}
.readmore a {
	background: #7c6143;
	color: #fff;
	display: block;
	float: left;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
	width: 85px;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#right-one .dizi_gallery .dizi_pictures{
	text-align: center;
}
#right-one div.dizi_gallery div.dizi_pictures a{
	padding-right: 0px;
}
.dizi_gallery .dizi_pictures img{
	border: 1px solid #aca69a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 18px;
}
.item-page [itemprop="articleBody"] img{
	padding: 10px 10px 10px 0px;
}
a.newsarchive span:hover{
	opacity: 0.5;
}
/*Cards*/
.item-page.cards table td{
	border: none;
}
.item-page.cards table td p {
	text-align: center;
}
/*Pagination*/
.pagination{
	text-align: center;
}
.pagination ul>li:first-child>a, 
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a, 
.pagination ul>li:last-child>span{
	border-radius: 0px;
}
.pagination ul>li>span{
	background-color:#7c6143;
	color: #fff; 
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	border:none;
	margin-right: 1px;
}
.pagination ul>li>a{
	background-color:#b19f87;
	color: #7c6143;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	border:none;
	margin-right: 1px;
}
/*Aloldalak*/
.item-page .page-header {
	border-bottom: none;
	margin: 0;
	padding-bottom: 20px;
	text-align: left;
}
.item-page div.introtext {
	font-weight: 700;
}
.item-page div.introtext p {
	width: 100%;
}
div.article-info.muted dl.article-info dt.article-info-term,
div.tags,
.dizi_gallery h3 {
	margin-bottom: 10px;
}
div.article-info.muted dl.article-info dt.article-info-term,
.dizi_gallery h3,
div.attachmentsContainer caption {
	color: #806545;
	font-size: 14px!important;
	text-transform: none!important;
	font-weight: 700;
	font-family: 'MyriadPro-SemiCn', sans-serif!important;
}
div.dizi_gallery div.dizi_pictures a {
	padding-right: 18px;
}
div.tags a.label-info[href],
div.tags a.badge-info[href] {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: none;
	border: 2px solid #cdc0aa;
	padding: 10px 14px;
	color: #806545;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	font-family: 'MyriadPro-SemiCn', sans-serif!important;
}
#main div.attachmentsList table,
div.attachmentsList table {
	border: none;
	font-family: 'MyriadPro-SemiCn', sans-serif!important;
}
div.attachmentsList table td.at_filename a,
div.attachmentsList table td.at_filename a:hover {
	color: #5a5a5a;
	font-weight: normal;
	text-decoration: none;
}
div.attachmentsList table td a.at_url,
div.attachmentsList table td a.at_url:hover {
	position: relative;
 	top: -7px;
}
.item-page .page-header h2 a{
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 31px;
	line-height: 80%;
}
.item-page p {
	padding-bottom: 20px;
}
.item-page em, .item-page p em{
	font-style: italic;
}
.item-page strong, .item-page p strong{
	font-weight: 700;
}
.item-page h2 {
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 31px;
	line-height: normal;
}
.item-page h3 {
	color: #7c6143;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	padding: 5px 0;
	text-transform: uppercase;
}
.item-page h4 {
	color: #000;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	padding: 5px 0;
	font-weight: 700;
	text-transform: uppercase;
}
.pull-left.item-image{
	padding-right: 20px;
	padding-bottom: 20px;
}
.pull-right.item-image{
	padding-left: 20px;
	padding-bottom: 20px;
}
.item-page blockquote,
#content  blockquote {
	background-image: url(../images/blockquote_bg.png), url(../images/quotation-marks_bg.png);
	background-position: top left, 10px 10px;
	background-repeat: repeat, no-repeat;
	color: #5a5a5a;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	padding: 25px 45px 25px 90px; 
	margin-bottom: 10px;
	clear: both;
}
.item-page ul,
.blog ul  {
	font-family: 'MyriadPro-SemiCn', sans-serif;
	list-style: disc;
	font-size: 16px;
	padding-left: 20px;
}
.item-page ol,
.blog ol  {
	font-family: 'MyriadPro-SemiCn', sans-serif;
	list-style: decimal;
	padding-left: 20px;
	font-size: 14px;
}
.item-page ol li, 
.item-page ul li{
	padding-bottom: 10px;
}
.item-page ul li > ul{ 
	padding-top: 10px;
	padding-bottom: 0px!important;
}
.pull-none.item-image > img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 100%;
}
/*Alaprajzok*/
.item-page.alaprajz [itemprop="articleBody"] img{
	padding: 0px;
}
/*Cimke aloldalak*/
#content .tag-category h2{
	border-bottom: 2px solid #7c6143;;
  	border-top: 2px solid #7c6143;;
  	color: #7c6143;;
  	line-height: 30px;
  	height: 30px;
  	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
  	font-size: 18px;
  	letter-spacing: 0px;
  	padding-left: 8px;
  	text-transform: uppercase;
}
#content .tag-category .item {
	margin-top: 20px;
}
#content .tag-category .item h3 a{
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
  	font-size: 18px;
  	padding: 5px 0;
  	text-transform: uppercase;
}
/*Gallery*/
#content .gallery_items{
	padding-top: 20px;
	margin: 0px;
}
#content .gallery_items dd.published{
	display: none;
}
#content .gallery_item .article-info{
	display: none;
}
#content .gallery_item .dizi_gallery .dizi_pictures{
	text-align: left!important;
}
/*--------------------------
	Guestbook
---------------------------*/

/*--------------------------
	Table
---------------------------*/
.item-page table,
.blog table,
.tag-category table,
#content .jev_evdt_desc table {
	padding-top: 20px;
	width: 100%;
}
.item-page table caption,
.blog table caption,
.tag-category table caption,
#content .jev_evdt_desc table caption {
	color: #7c6143;
	text-align: left;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 24px;
}
.item-page table th,
.blog table th,
.tag-category table,
#content .jev_evdt_desc table th {
	background-color: #7c6143;
	border: 1px solid #b19f87;
	color: #ded3c3;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}
.item-page table td,
.blog table td,
.tag-category table td,
#content .jev_evdt_desc table td {
	border: 1px solid #b19f87;
	color: #7c6143;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	height: 40px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
.item-page table td a,
.blog table td a,
.tag-category table td a,
#content .jev_evdt_desc table td a{
	color: #7c6143;
}
.item-page table td a:hover,
.blog table td a:hover,
.tag-category table td a:hover,
#content .jev_evdt_desc table td a:hover{
	color: #7c6143;
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;
}

a.fancy:hover{
	text-decoration: none;
}
.moduletable.jevents-calendar td:hover{
	cursor: pointer;
	opacity: 0.7;
}
.item-page table{
	width: 100%;
}
.item-page table caption{
	color: #7c6143;
	text-align: left;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 24px;
}
.item-page table th{
	background-color: #7c6143;
	border: 1px solid #b19f87;
	color: #ded3c3;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	height: 40px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
.item-page table td{
	border: 1px solid #b19f87;
	color: #7c6143;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	height: 40px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
.item-page table td a{
	color: #7c6143;
}
.item-page table td a:hover{
	color: #7c6143;
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;
}
div.login .well,
div.reset .well,
div.remind .well{
	background: none;
	border: none;
	box-shadow: none;
	font-family: 'MyriadPro-SemiCn', sans-serif; 
}
div.login .well p,
div.reset .well p,
div.remind .well p{
	padding-bottom: 20px;
}
div.login .well .btn-primary,
div.reset .well .btn-primary,
div.remind .well .btn-primary{
	background-color: #7c6143;
	background-image:none;
	border-radius:0px;
	border: none;
	color: #fff;
	display: block;
	float: left;
	font-family: 'MyriadPro-SemiCn', sans-serif; 
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
	text-shadow:none;
}
div.login+div .nav-tabs.nav-stacked>li>a{
	float: left;
	clear: both;
	border: none;
	background: none;
}
div.login+div ul li a:hover,
div.login+div ul li a:visited{
	background: none;
	color: #7c6143;
	opacity: 0.5;
}
/*Events module*/
.moduletable.coming-event {
	padding-bottom: 20px;
	padding-top: 10px;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
.moduletable-rss h3,
.moduletable.coming-event h3{
	border-bottom: 2px solid #7c6143;
    border-top: 2px solid #7c6143;
    color: #7c6143;
    line-height: 30px;
    height: 30px;
    font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
    font-size: 18px;
    letter-spacing: 0px;
    padding-left: 8px;
    text-transform: uppercase;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.mod_events_monthyear td {
	height: 31px;
}
.mod_events_monthyear .arrow-color {
	transition: color 0.5s;
}
.mod_events_monthyear .arrow-color:hover {
	color: #7c6143;
	opacity: 1;
	transition: color 0.5s;
}
.event_legend_container {
	display: none;
}
div.jevth {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 120px;
}
div.jevth a.ev_link_row {
	text-align: center;
	display: block;
}
div.jevth img {
	margin: 0px auto;
}
.jeventslatest img,
.mod_events_latest_table img {
	float: left;
	margin: 0px 2px 2px 0px;
	width: 50px;
}
.mod_events_latest_table {
	width: 225px;
}
.jev_pagination {
	display: none;
}
#jevents_body ul.ev_ul li.ev_td_li {
	overflow: auto;
}
.tip-title {
	background: #fff;
	border-radius: 5px;
	font-family: "MyriadPro-SemiCn",sans-serif;
	opacity: 0.9;
	padding: 15px;
}

.moduletable.coming-event .location,
.mod_events_latest_date {
	padding-left: 15px;
}
.moduletable.coming-event tr span:last-of-type {
	padding-left: 0px!important;
}
.mod_events_table a {
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
}
#jevents_body .jev_back.btn{
	background: #7c6143;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	color: #fff;
	display: block;
	float: left;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	text-shadow:none;
	width: 85px;
}
#jevents_body{
	padding-bottom: 50px;
}
.jev_evdt_title h2{
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
    font-size: 31px;
    line-height: 100%!important;
    color: #7c6143;
    text-decoration: none;
}
.jev_evdt_summary {
	font-family: "MyriadPro-SemiCn",sans-serif;
}
/*RSS*/
.moduletable-rss{
	padding-bottom: 21px;
}
.moduletable-rss ul.newsfeed-rss li{
	list-style: url(../images/bullet.png);
	font-family: 'MyriadPro-SemiCn', sans-serif;
  	font-size: 15px;
  	line-height: 16px;
  	margin-left: 15px;
  	text-align: left;
}
.moduletable h3 {
	padding-bottom: 10px;
}
/*Contact*/
#chronoform-Kapcsolat label,
#chronoform-bejelentkezesi_adatlap_csoportok_reszere label{
	color: #6c6c6c;
	font-family: "MyriadPro-SemiCn",sans-serif;
		font-weight: normal;
}
fieldset.chronoform-container{
	padding-bottom: 30px;
}
#chronoform-bejelentkezesi_adatlap_csoportok_reszere legend{
	border-bottom: 1px solid #b3a28a!important; 
	color: #7c6143;
	line-height: 30px;
	height: 30px;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	letter-spacing: 0px;
	padding-left: 8px;
	text-align: center;
	text-transform: uppercase;
}
#chronoform-bejelentkezesi_adatlap_csoportok_reszere .btnsubmit{
	background: #7c6143;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	color: #fff;
	display: block;
	float: left;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0px 10px;
	text-align: center;
	text-shadow:none;

}
.chrono_credits{
	display: none;
}

/*Footer Basic*/
div#footer-wrapper {
	margin: 0 auto;
	width: 100%;
}
div#footer {
	padding-top: 32px;
	padding-bottom: 50px;
}
div#footer h3 {
	border-style: solid;
	border-width: 0px 0px 1px;
	-moz-border-image: url(../images/footer-border.png) 0 0 1 repeat;
	-webkit-border-image: url(../images/footer-border.png) 0 0 1 repeat;
	-o-border-image: url(../images/footer-border.png) 0 0 1 repeat;
	border-image: url(../images/footer-border.png) 0 0 1 fill repeat;
	color: #fff;
	text-shadow: 1px 1px #6e563c;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 18px;
	padding-bottom: 10px;
}
div#footer a {
	color: #3f2f21;
}
/*Footer Social module style*/
div#footer .social {
	vertical-align: middle;
}
div#footer .social p {
	border-style: solid;
	border-width: 0px 0px 1px;
	-moz-border-image: url(../images/footer-border.png) 0 0 1 repeat;
	-webkit-border-image: url(../images/footer-border.png) 0 0 1 repeat;
	-o-border-image: url(../images/footer-border.png) 0 0 1 repeat;
	border-image: url(../images/footer-border.png) 0 0 1 fill repeat;
	height: 40px;
	vertical-align: middle;
}
div#footer .social p img {
	padding-top: 5px;
}
div#footer .social a {
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}
div#footer .social a:hover {
	text-decoration: none;
}
/*Footer Menu module style*/
div#footer .footer-menu ul {
	padding-top: 10px;
}
div#footer .footer-menu ul li {
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
}
div#footer .footer-menu ul li a:hover {
	background: none;
	text-decoration: none;
}
/*Footer Kapcsolat module style*/

div#footer .chrono_credits {
	display: none;
}

div#footer #chronoform-Kapcsolat label {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	font-family: 'MyriadPro-SemiCn', sans-serif;
}
div#footer #chronoform-Kapcsolat #adatok_container input,
div#footer #chronoform-Kapcsolat #uzenet_container textarea {
	background: url(../images/input-bg-pattern.jpg) repeat;
	color: #fff;
	border: 1px solid #9b8262;
	border-radius: 0px;
}
div#footer #chronoform-Kapcsolat #adatok_container input {
	height: 22px;
}
div#footer #chronoform-Kapcsolat #uzenet_container textarea {
	height: 109px;
}
div#footer #chronoform-Kapcsolat #uzenet_container input#id_kapcsolat_kuldes {
	float: right!important;
	background: url(../images/input-bg-pattern.jpg) repeat;
	border-radius: 0px;
	border: 1px solid #9b8262;
	color: #fff;
	font-family: 'MyriadPro-SemiCn', sans-serif;
	font-weight: 400;
	text-shadow: none;
}
/*Footer Copyright module style*/
div#footer #copyright {
	margin-top: 20px;
}
div#footer .copy {
	text-align: center;
}
div#footer .copy h3 {
	border: none;
}
div#footer .copy a,
div#footer .copy a:hover{
	border: none;
	color: #fff;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	text-decoration: none;
}
div#footer .copy p {
	color: #2d2014;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
}
/*Responsive*/
@media all and (min-width: 1200px) {
	.moduletable-logo{
		background-size: 100%;
		padding-top: 38px;
	}
	#content.span9{
	padding-right: 35px;
	}
	#menu .nav-tab li:first-of-type{
		margin-left: 19px;
	}
	#menu .nav-tab li:first-of-type a{
		background: url(../images/nav-menu-border-right.png) no-repeat right center;
	}
	#menu .nav-tab li a {
		background: url(../images/nav-menu-border-left.png) no-repeat left center,url(../images/nav-menu-border-right.png) no-repeat right center;
	}
	#menu .nav-tab li:last-of-type a {
		background: url(../images/nav-menu-border-left.png) no-repeat left center;
	}
	#menu .nav-child li.deeper.parent ul.nav-child {
		position: absolute;
		left: 100%;
		top: 0;
	}
	 #menu .nav-child li.deeper.parent .nav-shift + ul.nav-child {
	  left: auto;
	  right: 100%;
	 }
	#sub-menu ul.nav.menu li:first-of-type{
		padding-left: 0px;
	}
	#sub-menu ul.nav.menu li:last-of-type{
		padding-right: 0px;
	}
	.blog p.readmore {
		position: absolute;
		display: inline-block;
		left: 152px;
	}
	.moduletable.right-banner {
		background: url(../images/sidebar.jpg) repeat-y top center;	
	}
	.moduletable.right-banner1 {
		background: url(../images/sidebar-top.jpg) no-repeat top center;
	}
	.moduletable.right-banner2 {
		background: url(../images/sidebar-bottom.jpg) repeat top center;
	}
	.mod_events_td_dayname,
	.mod_events_td_dayoutofmonth,
	.mod_events_td_todaynoevents,
	.mod_events_td_daynoevents,
	.mod_events_td_daywithevents {
		height: 39px;
	}

	#chronoform-Kapcsolat #adatok_container input,
	#chronoform-Kapcsolat #uzenet_container textarea {
		width: 278px;
	}
	#chronoform-Kapcsolat #uzenet_container #form-row-id_kapcsolat_kuldes {
		float: right;
	}
	div#footer .social {
		margin-top: 0px;
	}
}
@media all and (max-width: 1200px) {
	.moduletable-logo{
		padding: 30px 0 30px 0;
		background-size: 100%;
		height: auto;
	}
	#menu .nav-child li.deeper.parent ul.nav-child {
		position: absolute;
		left: 100%;
		top: 0;
	}
	#menu .nav-tab li a {
		background: url(../images/nav-menu-border-left.png) no-repeat left center,url(../images/nav-menu-border-right.png) no-repeat right center;
		padding: 9px 20px 9px 20px;
	}
	.marker span {
		font-size: 1.3vw;
	}
	.moduletable.right-banner1 {
		background: url(../images/footer-bg-pattern.jpg) repeat top center;
	}
	.moduletable.right-banner2 {
		background: url(../images/footer-bg-pattern.jpg) repeat top center;
	}
	.blog p.readmore {
		position: relative;
		left: 0px;
		bottom: 0px;
	}

	#chronoform-Kapcsolat #adatok_container input,
	#chronoform-Kapcsolat #uzenet_container textarea {
		width: 100%;
	}
	#chronoform-Kapcsolat #uzenet_container #form-row-id_kapcsolat_kuldes {
		float: left;
	}
}
@media (min-width: 980px){
}
@media (min-width: 980px) and (max-width: 1199px) {
	.moduletable-logo{
		background-size:cover!important;
		padding-top: 38px;
	}
	#menu .nav-child li.deeper.parent ul.nav-child {
		position: absolute;
		left: 100%;
		top: 0;
	}
	.mod_events_td_dayname,
	.mod_events_td_dayoutofmonth,
	.mod_events_td_todaynoevents,
	.mod_events_td_daynoevents,
	.mod_events_td_daywithevents{
		height: 39px;
	}

	#menu .nav-tab li a,
	#menu .nav-child li span.nav-header {
		font-size: 1.65vw;
		padding: 10px 20px;
	}
	#sub-menu ul.nav.menu li{
		width: 23%;
	}
	#sub-menu ul.nav.menu li:first-of-type{
		padding-left: 5px;
	}
	#sub-menu ul.nav.menu li:last-of-type{
		padding-right: 0px;
	}
	#sub-menu ul.nav.menu li img{
		width: 100%;
	}
	#content{
		width: 100%!important;
	}
	#right-two {

	}
	#right-two .moduletable-szallasfoglalas{ 
		margin-right: -32px;
	}
	#right-two .moduletable-idokep{

	}
}
@media (max-width: 979px){
	#wrapper .custom-logo,
	#header .custom-logo {
		margin: 10px 0;
	}
	.navbar {
		left: 0;
		position: relative;
		width: 100%;
	}
	#menu .nav-collapse,
	#menu .nav-collapse.collapse {
		background: url('../images/nav-bg.jpg') #7c6143 no-repeat top left;
		width: calc(100% - 50px);
	}
	#menu .nav-collapse,
	#menu .nav-collapse.collapse {
		position: relative;
		top: -35px;
	}
	#menu .nav-child {
		position: relative;
	}
	#menu .nav-child li a,
	#menu .nav-child li span.nav-header {
		margin: 0 33px;
	}

	.moduletable.coming-event table tr td {
		padding-top: 10px;
		text-align: center;
	}
	#content{
		width: 100%!important;
	}

}
@media (min-width: 768px) and (max-width: 979px) {
	.moduletable-logo{
		background-size:cover!important;
		padding-top: 38px;
	}
	#menu .nav-child li.deeper.parent ul.nav-child {
		position: relative;
		height: auto;
		left:20px;
	}
	.moduletable.coming-event .mod_events_latest_content a::before {
		content: none;
	}
	.mod_events_td_dayname,
	.mod_events_td_dayoutofmonth,
	.mod_events_td_todaynoevents,
	.mod_events_td_daynoevents,
	.mod_events_td_daywithevents {
		padding: 3px;
		height: auto;
		font-size: 15px;
	}

	div#footer .social a {
		font-size: 13px;
	}
	#right-two {
		clear: both;
		margin: 0px!important;
		float: left;
	}
	#right-two .moduletable-szallasfoglalas{ 
		margin-right: -32px;
	}
	#right-two .moduletable-idokep{

	}
}
@media (max-width: 767px) {
	.moduletable-logo{
		height: 200px;
		background-size:cover!important;
		padding-top: 38px;
	}
	#menu .nav-child li.deeper.parent ul.nav-child {
		position: relative;
		height: auto;
		left: 20px;
	}
	.blog .page-header h3 span{
		padding-top: 4px!important;
	}
	.mod_events_monthyear td{
		padding-top: 3px;
	}

	div#footer .moduletable {
		padding-top: 40px;
	}
	.moduletable.coming-event .mod_events_latest_content a::before {
		content: none;
	}
	.mod_events_td_dayname,
	.mod_events_td_dayoutofmonth,
	.mod_events_td_todaynoevents,
	.mod_events_td_daynoevents,
	.mod_events_td_daywithevents {
	height: 39px;
	}
	#right-two {
		margin: 10px 0 10px 0;
	}
	a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
		font-size: 10px;
	}
	.cal_td_weeklink {
		text-align: center;
	}
	div#footer .social a{
		font-size: 13px;
	}
	div#footer{
		text-align: center;
	}
	div#footer .social p{
		border:none
	}
	#right-two .moduletable-idokep{
	position: relative;
	left: calc(50% - 150px);
	float:left;
	}
}
@media (max-width: 480px) {
	.moduletable-logo h1 a{
		font-size: 30px;
	}
	.cal_td_daysnames {
		font-size: 12px;
	}
#wrapper .custom-logo,
#header .custom-logo {
	width: 300px;
}
#chronoform-bejelentkezesi_adatlap_csoportok_reszere textarea{
	width: 100%!important;
}
}
