﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans/OpenSans-Regular-webfont.eot');
    src: url('font/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dejavu_serifbook';
    src: url('font/dejavu/DejaVuSerif-webfont.eot');
    src: url('font/dejavu/DejaVuSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dejavu/DejaVuSerif-webfont.woff') format('woff'),
         url('font/dejavu/DejaVuSerif-webfont.ttf') format('truetype'),
         url('font/dejavu/DejaVuSerif-webfont.svg#dejavu_serifbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#fff;
	color: #333;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'open_sansregular';
	line-height: 1.429;
	text-align: left;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);
}

.dummy {
display: none;
}

.body {
	clear: both; 
	margin: 0 auto; 	
}

div.clear { 
	clear: both; 
}

ol, ul {
	list-style: none;
}

.container {
    width: 960px;
    margin: 10px auto;
}


h2 {
	font-family: 'dejavu_serifbook';
	font-stretch: condensed;
	text-transform: uppercase;
	font-size: 1.571em;
	font-weight:400;
	color:#D35400;
	padding-left:10px;
}

h3 {
	font-weight:bold;
	color:#333;
}


a:link, a:visited  {
	color: #D35400 !important;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	color: #666 !important;
	text-decoration: none;
}




/*TOP MENU-------------------------------------------------------------------*/

.top_menu {
margin:20px 0 35px 0;
}

.top_menu a:link, .top_menu a:visited {
	color:#666 !important;
	font-size:0.93em;
}

.top_menu a:hover, .top_menu a:active {
	color:#D35400 !important;
	background-color: #fff;
	font-size:0.93em;
}

.left {
	float:left;
}

.right {
	text-align: right;
}

/*COLLECTION NAME -------------------------------------------------------------------*/

.logo {
	float:left;
}

.title {
	font-size: 3em;
	font-family: 'dejavu_serifbook';
	color:#656670;
	line-height: 1;
	margin-bottom:35px;
	margin-left:30px;
	margin-top:25px;
	float:left;
	
}

.title span {
	font-size:1.2em;
	color:#D25300;
}

.title a, .title a:hover, .title a:active {
	color:#656670 !important;
}

.icons {
	float:right;
	margin-top:-20px;
}

.title hr {
	color: #ccc;
	background-color: #ccc;
	border: 0px none;
	height:1px;
	width:169%;
}



/*-------- MAIN MENU--------------------------------------*/

#nav {
	background:#fff;
	font-family: 'dejavu_serifbook';
	font-stretch: condensed;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 20px;
}

#nav:before,
#nav:after {
    content: " "; 
    display: table; 
}
#nav:after {
    clear: both;
}


#nav ul {
    list-style: none; 
	margin: 0 auto;
}

#nav li {
	float: left; 
	display: inline; 
}

#nav a {
    padding: 10px 15px;
    color:#D35400;
}

#nav a:link, #nav a:visited {
	color: #D35400;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 100%;
}
#nav a:hover, #nav a:active,
#nav .active a:link, #nav .active a:visited {
	background: #D35400;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 100%;
	
}
#nav li.mobile {
	visibility:hidden;
	display: none;
	
}


/*VERTICAL MENU-------------------------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'dejavu_serifbook';
  font-stretch: condensed;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
  padding: 8px 0 8px 10px;
}
#cssmenu {
  width: 280px;
  
}
#cssmenu > ul > li {
  cursor: pointer;
  background: #000;
  border-bottom: 1px solid #D35400;
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #D35400;
}
#cssmenu > ul > li > a {
  font-size: 20px;
  display: block;
  color: #656670 !important;
  background: #fff;
 
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  background: #D35400;
  color: #fff !important;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #D35400;
  color: #fff !important;
  
}
#cssmenu > ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 22px;
  border: 5px solid transparent;
  border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
  background: #fff;
  display: block;
  color: #656670 !important;
  font-size: 18px;
  font-stretch: condensed;
  padding-left:20px;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
  background: #fff;
}
#cssmenu ul ul li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

/*LEFT COLUMN ------------------------------------------------*/

.widgets {
	padding-top: 50px;
	width:280px;
}

.widgets p {
	padding-left:10px;
	padding-top:10px;
}

.widgets input[type="text"] {
	width:240px;
}






/*mainContent ------------------------------------------------*/
.mainContent {
	overflow: hidden;
	width:100%;
	height: auto;
}
.left_column {
	float:left;
}

.content {
	width:630px;
	float:left;
	margin-left:50px;
}
	
.img {
	float:left;
	margin: 0 20px 20px 0;
}


.topcontent {
	padding-bottom:40px;
}

.bottomcontent hr, .content hr, .left_column hr {
	color: #ccc;
	background-color: #ccc;
	border: 0px none;
	height:1px;
}

.button a, .button1 a {
	position: absolute;
	color:#fff !important;
	background-color: #D35400 !important;
	cursor:pointer;
	padding: 5px 10px;
	margin-top:15px;
}



.button a:hover, .button a:active, .button1 a:hover, .button1 a:active {
	background-color:#D35400 !important;
	color:#fff !important;
	font-size:100%;
}

.news {
	margin-bottom:90px;
}

content a, .title a:hover, .title a:active, .logo a:hover, .logo a:active  {
	background-color:#fff !important;
	font-size:100% !important;
}

article.topcontent a:hover, article.topcontent a:active, article.topcontent a:link {
	background-color:#fff !important;
	font-size:100% !important;
}

content p {
	padding-right:10px;
}

ul.bibl {
	margin-left:15px;
}


ul.bibl li {
	text-indent: -15px;
}

ul.linkek {
	padding:10px 10px 20px 10px;
}

ul.konyvsorozat , .monografia{
	padding-top:15px;	
}

li.konyvcim {
	font-weight:bold;
}


.konyv_img {
	float:left;
	margin-right:30px;
}

.evkonyvek {
	display:table;
	padding-top:15px;
}

.evkonyv {
	display: table-cell;
	vertical-align: top;
	padding-right:30px;
}

.hir_img {
	float:left;
	margin-right:15px;
}







/*  KIÁLLÍTÁS ------------------------------------------------------- */

.kiallitas_nyito {
	padding:20px 0;
	display:table;
}

.kiallitas_sor {
	float:left;
	padding:20px 0 15px 0;
}

.kiallitas {
	float:left;
	margin-right:45px;
}

.juicebox-container {
	width:150px;
	text-align: center;
}

.kiallitas_img1 {
	float:left;
	margin-right:15px;
	max-width:150px;
}

p.kiallitas_link {
	text-align:right;
}


/*  BREADCRUMB ------------------------------------------------------- */

.breadcrumb { 
	padding-top:16px;
	padding-right:10px;
	font-size:0.93em;
}

.breadcrumb li {
	float:right;
}

.breadcrumb a:hover, .breadcrumb a:active,
.breadcrumb .active a:link, .breadcrumb .active a:visited ,
.accordion a:hover, a:active {
	background-color:#fff;
	font-size: 100%;
	}



.breadcrumb hr {
	margin-bottom:30px;
	width:110%;
}



/*LINK - ACCORDION ----------------------------------------------- */

section {
	display:block;
}

.accordion {
	width:100%;
}



.accordion  a:link, a:visited {
	color:#333;
}

.accordion a:hover, a:active {
	color:#D35400;
	background-color: #fff;
}




.accordion  ul {
	padding:10px;
}

.accordion h3 + div {
	height:0;
	overflow:hidden;
	-moz-transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}


.accordion :target h3 a:after {
	content:'';
	position:absolute;
}

.accordion :target h3 + div {
	height:auto;
}


/*CONTACT PAGE ------------------------------------------------------ */

.kapcsolat {
	width:50%;
	float:left;
	padding:20px 0 40px 0;
}

.name {
	font-weight:600;
}

.cim {
	padding-bottom:30px;
}



.form {
	width:439px;
	margin-bottom:15px;
}


/*CONTACT PAGE - CONTACT FORM ------------------------------------------------------ */

label {
    display:block;
    margin-top:20px;
}

input, textarea {
	width:439px;
	height:27px;
	border:1px solid #dedede;
	padding:5px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family:'open_sansregular';
}

textarea {
	height:213px;
}



#submit {
	font-family:'open_sansregular';
    position: relative;
	color:#fff;
	background-color: #D35400;
	cursor:pointer;
	height:auto;
	margin-top:15px;
	width:auto;
	padding:5px 10px;
	border:none;

}



	
	
	
	
/*  FOOTER ------------------------------------------------------- */


#footerbg {
	background-color: #333;
	height: 200px;
	width:auto;
	margin-top:50px;
}

#container2 {
	width: 90%;
    max-width: 960px;
	height:auto;
    margin: -210px auto 0px;
}

#container2 p {
	font-family: 'open_sansregular';
	font-size: 0.93em;
	color:#ffffff;
}

section#footer_left-column {
	width:50%;
	float:left;
}

.footernav {
	line-height:17px;
	margin-top:25px;
}

.footernav a{
	font-family: 'open_sansregular';
	font-size: 0.93em;
	color:#ffffff !important;
	text-decoration: none;
	display: block;
}


.footernav a:hover, a:active {
	color:#D35400 !important;
	background-color: #333;
	font-size:0.93em;
}


section#footer_right-column {
	width:50%;
	float:left;
}

.contact {
	text-align:right;
	margin-top:25px;
	line-height:17px;
}

.contact p {
	font-family: 'open_sansregular';
	font-size: 0.93em;
	color:#ffffff;
	display: block;
}

.nav li.mobile {
	visibility:hidden;
	display: none;
}

.contact a:hover, .contact a:active {
	color:#ffffff !important;
	background-color: #333;
}




/*  Media Queries ------------------------------------------------------- */

@media screen and (max-width: 780px) {
#menu {
width:1.4em;
display: block;
background:#fff;
font-size:1.35em;
}
#nav.js {
display: none;
}
ul {
width:100%;
}
li {
width:100%;
border-right:none;
}
}

@media screen and (min-width: 780px) {
#menu {
display: none;
}
}


@media only screen and (min-width : 150px) and (max-width : 780px) 
{

.container, .container2 {
	max-width:90%;
}

#cssmenu, .widgets, .icons, .breadcrumb, .form , .logo{
	visibility:hidden;
	display: none;
}

.left {
	float:none;
}

.right {
	text-align:left;
}

.title {
	font-size:200%;
	padding-left:0;
	margin-bottom:5px;
	margin-left:0;
	float:none;
}
	
.title hr {
	width:100%;
}

#nav {
	margin-bottom: 10px;
}

	
#nav li.mobile  {
	visibility:visible;
	display: block;
	
}

.icons {
	float:left;
	margin-top:-30px;
}


.left_column {
	float:none;
}
 
.content {
	float:none;
	padding-left:0;
	width:100%;
	margin-top:20px;
}
	
.img {
	margin:20px auto;
	float:none;
}


section#footer_left-column, section#footer_right-column {
	display: none;
}

body {
	font-size:100%;
}

.content {
	margin-left:0px;
}


#menu {
width:100%;
}


#nav li {
width:95%;
text-align:left;
padding-left:20px;
background-color:#D35400;
border:1px solid #D35400;
}



#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
    color:#fff !important;
	font-size:90%;
}

.img {
	display:table;
    margin:25px auto 20px auto;
	}


.left, .right, .title p {
	text-align:center !important;
}

.kapcsolat {
	float:none;
	padding:30px 0;
}

.kiallitas {
	margin-bottom:30px;
}

}


