/*
sprite calculate: 

x-part
	-173 képpontnál van az ikon
	-80px széles az ikon
	-1000px maga a kép
---------------
	173px / (1000px - 80px) = 0.1880434783 ->> 18.80434783%

és a magasságát így kell kiszámolni:
838-nál van az elem teteje és 1000 széles a kép és 86 az ikon
1-838/(1000-86)

*/
.linktootherdict:hover {
	text-decoration: underline
}

.linktootherdict {
	text-decoration: none;
	color: inherit;
/*	font-weight: 700;
*/
}

.akasztofa_letter {
	margin-right: 5px
}

input[type=password],
input[type=text],
select,
textarea {
	outline: 0
}

.topvicctable p,
.topzenetable p {
	margin: 0
}


body {
	font-size: 16px;
	font-family: arial, helvetica, Tahoma, Verdana, sans-serif;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
	background: url(//topszotar.hu/inc/image/hatter_keret_1.png) center top repeat-y #f7f7f7;
}

.szotar {
	width: 1140px;
	margin: 10px auto 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

/* keresosav START */

.keresosav {
	padding: 0px 0 0 0;
/*	background: url(//topszotar.hu/inc/image/keresosav_hatter.png) center bottom repeat-x #fff;
*/
	background-color: #E9EAEB;
	display: flex;
	align-items: center;
	height: 50px;
	margin: 50px 0 0 0;
	position: relative;
	z-index: 200;
}

.keresosav .logo {
	position: relative;
	top: -25px;
	left: 7px;
}

.keresosav .logo a {
/*
	display: inline-block !important;
	width: 200px;
	height: 86px;
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 0 8.315098468%;
*/
}
.keresosav .logo img {
	vertical-align: bottom;
/*	margin: 0 0 8px 4px;
*/
	width: 200px;
	height: 87px;
}

.keresosav .szotarvaltoszoveg {
	display: block;
	padding: 0 0 0px 140px;
	z-index: 2000;
}
.keresosav .szotarvaltoszoveg a {
	vertical-align: bottom;
	font-weight: 700;
	color: #4c4c4c;
	display: flex;
	align-items: center;
}
/*lefele mutato nyil*/
.szotarvaltoszoveg .szotarvaltoicon {
	display: inline-block !important;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid transparent;
	background-color: white;
	box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.8);
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 51.586489252% 0;
	margin: 0 0 0 11px;

}
/*a kis zaszlok*/
.submenu .szotarvaltoicon,
#szotarvaltodropdown .szotarvaltoicon {
	display: inline-block !important;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.8);
	border: 0px solid white;
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat;
	background-color: white;
	margin: 0 0 -2px 0;
}
.submenu .szotarvaltoicon ~ .szotarvaltoicon,
#szotarvaltodropdown .szotarvaltoicon ~ .szotarvaltoicon  {
	margin-left: 5px;
	margin-right: 5px;
}
.submenu .szotarvaltoicon.szotarvaltoiconangol,
#szotarvaltodropdown .szotarvaltoicon.szotarvaltoiconangol {
	background-position: 54.111675126% 0;

}
.submenu .szotarvaltoicon.szotarvaltoiconnemet,
#szotarvaltodropdown .szotarvaltoicon.szotarvaltoiconnemet {
	background-position: 56.751269035% 0;
}
.submenu .szotarvaltoicon.szotarvaltoiconmagyar,
#szotarvaltodropdown .szotarvaltoicon.szotarvaltoiconmagyar {
	background-position: 59.390862944% 0;
}

.keresosav .keresettszo {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}

.keresosav .keresettszo input {
	vertical-align: bottom;
	font-weight: 700;
	font-size: 17px;
	width: 210px;
	color: #00b0d8;
	border: none;
	padding: 4px 15px 3px 15px;
	box-shadow: 1px 3px 5px 2px rgb(191, 189, 189,0.9);
	border-radius: 20px;
}
.keresosav .keresettszo input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4c4c4c;
	opacity: 0.5;
	font-weight: normal;
}

.keresosav .kereses {
	margin: 0 0 0px 25px;
}
.keresosav .kereses a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.8);
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 0 0;
}
.keresosav .searchclear a{
	display: block;
	width: 25px;
	height: 25px;
/*	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 0.808897876% 3.741152679%;
*/
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 0.102564102% 3.179487179%;
	background-color: white;

	margin: 0 0 0 -34px;
}


/*keresosav END*/

h1 {
	margin: 0
}

h2,
h3 {
	margin: 0;
	font-size: 1em
}

.left {
	float: left;
	width: 71%;
	background-color: white;
}

.right {
	float: right;
	width: 29%;
	background-color: white;
}

.left .box {
	margin: 15px 27px 27px 27px;
	padding: 15px
}

.right .box {
	margin: 15px 27px 27px 0;
	padding: 10px
}

.box {
	border: 1px solid #E9EAEB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 20px;
/*delete 2020.05.09 k.m.
	behavior: url(//topszotar.hu/inc/css/ie-css3.htc);
*/
	background-color: #E9EAEB;
	zoom: 1;
	position: relative
}

.right .susiboxbox {
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	min-height: 140px;
}

.highlight {
	color: #be1e2d;
	font-weight: 700
}

.facebook {
	padding: 0 0 10px;
	text-align: center
}

a img {
	border: none
}

a {
	text-decoration: none;
	color: #00b0d8
}

.widget {
	padding: 5px;
	text-align: center
}

.foot {
	text-align: center;
	font-size: 1em;
	margin: 0 auto 10px;
	color: #acacac;
	clear: both
}

.foot a {
	color: #acacac
}

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px 0 0;
	margin: 0;
	top: 10px;
	min-width: 150px;
	text-align: center
}

.peldabuborek {
	z-index: 200;
	background: url(//topszotar.hu/inc/image/buborek_hatter.png) left top repeat-y #35449a;
	padding: 0 15px 0 25px;
	text-indent: 0;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	cursor: pointer;
	border: 1px solid #cecece;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

#tooltip div,
#tooltip h3 {
	background: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 -35px;
	padding: 2px 10px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.left .entry.box {
	padding: 5px 15px 15px 15px;
}

.angolmagyar .left .entry.box,
.magyarangol .left .entry.box,
.nemetmagyar .left .entry.box,
.magyarnemet .left .entry.box {
	padding: 0px 35px 5px 35px;  
	margin-bottom: 12px;
}

.headword {
	font-size: 1.7em;
	color: #00b0d8;
	margin: 0px 20px 0 0px;
	font-family: "arial black";
}

.kimondatas {
	margin: 0px 20px 0 0px;
	display: flex;
	align-items: center;
}
.kimondatas a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.8);
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 3.24947589% 0;
}
.kimondatas img { /*majd kivenni a html forrasbol is*/
	display: none !important;
}
.kimondatas .pronunciation {
	display: inline-block !important;
	margin: 0 0 0 10px; 
}

.ragozottestalalatiszam {
	flex-grow: 2;
}

.ragozott {
	display: block;
	font-style: italic;
	font-weight: 700;
	font-size: 1em;
}

.talalatiszam { /*majd kivenni a html forrasbol is*/
	display: none;
	font-style: italic;
	margin: 3px 0;
	font-size: 0.8em;
}

.topmeaninglink {/*majd kivenni a html forrasbol is*/
	display: none;
	font-weight: bold;
}

.garancia {
	position: relative;
	top: -10px;
	right: -47px;
}
.garancia a{
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: white;
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 8.42332613% 0;
}
.garancia a img {
	display: none;
}

.headword_extra {
	display: flex;
	align-items: center;
}

.posgroup {
	border-top: 2px solid #fff;
	padding: 0;
	margin: 0 0 10px;
	overflow: hidden;
	clear: both;
}

.remark {
	width: 300px!important;
	overflow: hidden
}

.remark p {
	margin: 10px 0 0
}

.remark ul,
li {
	margin: 0 0 0 -5px
}

.remark li:first-child {
	margin-top: 4px
}

.pos_spec {
	background-color: #fff;
	float: right;
	width: 210px;
	margin: 0 0 0px 5px;
	padding: 10px;
}

.pos_spec img {
	max-width: 192px
}

.rightcolumnboximage { /*majd kivenni a html forrasbol is*/
	display: none;
}
.pos_spec .posspecimage {
	display: block !important;
	margin: 10px -10px 0px  -10px ;
	border-top: 10px solid #E9EAEB;
	padding: 10px 10px 0px 10px ;
}
.pos_spec .posspecimage h2 {
	display: none;
}
.pos_spec .posspecimage img{
	max-height: 180px;
	margin: 0px auto 0 auto;
	max-width: 96%; 
	display: block;
}

.pos {
	margin: 0 0 10px 3px;
	font-weight: 700;
	font-size: 1.3em;
	color: #999
}

.spec_item_freq {
	color: #999!important;
	margin-bottom: 10px!important
}

.freq {
	margin: 0 0 0 7px
}

.freq img {
	margin: 0 0 0 3px
}

.spec_item_highlight {
	color: #be1e2d
}

.spec_name {
	font-weight: 400;
	font-style: normal
}

.spec_item {
	margin-left: 6px;
	text-indent: -3px;
	margin-bottom: 3px;
	font-weight: 700;
	font-style: italic
}

.spec_item_remark {
	margin: 2px 2px 2px 10px;
	color: #be1e2d
}

.sensegroup {
	text-indent: -8px;
	padding: 7px 0 4px 8px;
	display: block;
/*	font-weight: 700;
*/
}


.sensegrouphide_toggle {
	margin: 10px 0 5px 0;
}
.sensegrouphide_toggle a{
	color: #00b0d8;
	font-weight: bold;
}
.sensegrouphide_toggle .moresensegroupicon {
	display: inline-block !important;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.8);
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 17.1487603% 0;
	vertical-align: middle;
	margin: -3px 0 0 15px;
}
.sensegrouphide_toggle img { /*majd kivenni a html forrasbol is*/
	display: none;
}



.sensegrouphide {
	display: none
}

.sensegroup_spec {
	font-style: italic;
	font-weight: 400
}

.sensegroup_spec p {
	margin: 0;
	padding: 0;
	display: inline
}

.headword_spec {
	font-style: italic;
	font-weight: 400;
	color: #00000075;
}
.headword_spec b{
	color: #4c4c4c;
}
.sense {
	margin: 0
}

.sensespec {
	font-weight: 400;
	font-style: italic;
	font-size: .8em
}

.allexamples {
	display: block !important;
	margin: 10px 0 0 0;
}
.allexamples .exampletitle{
	font-weight: bold;
}
.exampleitem::before {
	width: 11px;
	height: 10px;
	background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 15.4701719% 0;
	content: '';
	top: -6px;
	display: inline-block;
	position: relative;
	margin: 0 3px 0 0;
}
.exampleitem {
	font-style: italic;
	margin: 10px 0 0 5px;
	cursor: pointer;
}
.exampleequalsign {
	color: #00b0d8;
}
.markedexamplesense {
	color: red;
}

.example { /*majd kivenni a html forrasbol is*/
	display: none;
	position: relative;
	top: 0
}
.example img {
	cursor: pointer;
	padding: 0;
	position: relative;
	top: 3px
}


.firstsensegroup {
	margin-top: 5px;
	color: #00b0d8
}

.firstsensegroup .sense {
/*	font-weight: 700;*/
	font-size: 1.2em
}

.fromante .sense,
.fromext .sense {
	display: block;
	margin: 0 0 10px
}

.HUEN .elsoharomjelentes .bull {
/*	font-size: .6em !important
*/
}

.HUEN .elsoharomjelentes {
	font-weight: 700!important;
	color: #00b0d8;
	font-size: 1.2em
}

.ext_dictionary {
}
.ext_dictionary.box {
	padding: 30px;
}
.angolmagyar .ext_dictionary.box,
.magyarangol .ext_dictionary.box {
	padding: 10px 30px 30px 30px;
}
.ext_name {
	float: right;
	text-align: right;
	font-weight: 700;
	margin: 0;
}

.ext_headword {
	border-bottom: 2px solid #fff;
	font-size: 1.2em;
	font-weight: 400;
	display: block;
	margin: 25px 0 0
}

.ext_sense {
	font-weight: 400;
	margin: 5px 0 0 20px
}

.socialplugins {
	overflow: hidden;
}
.socialplugins img{
	float: right;
}

.ui-autocomplete.ui-menu {
	background: #fff;
	z-index: 2000;
	border-radius: 5px;
	padding-bottom: 5px;
}
.ui-autocomplete.ui-menu li.ui-menu-item {
	margin: 5px 0 0 5px;
}

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-active {
	border: none!important;
	color: #000!important;
	font-weight: 700!important;
	background: none!important;
	margin: 0!important
}

.a_kifejezesek_ele,
.a_top {
	margin: 0;
	padding: 0;
	text-align: center
}

.a_main_screen {
	margin: 0 auto;
	width: 50%
}

.a_center {
	text-align: center
}

.a_center_text {
	padding: 10px 15px
}

.a_left {
	padding: 5px;
	text-align: center
}

.a_right_text {
	padding: 5px;
	text-align: center
}

#korok_lp {
	position: relative;
	top: -30px;
	margin: 0 0 0 37px
}

#korok_lp #kekkor {
	background: url(//topszotar.hu/inc/image/kezdolap_kekkor.png) left top no-repeat;
	text-align: center;
	width: 294px;
	height: 294px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	top: 138px;
	margin: 0 0 0 23px;
	padding: 70px 0 0;
	font-weight: 700;
	font-style: italic
}

#korok_lp #piroskor {
	background: url(//topszotar.hu/inc/image/kezdolap_piroskor.png) left top no-repeat;
	text-align: center;
	width: 213px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 30px;
	position: absolute;
	top: 325px;
	margin: 0 0 0 451px;
	padding: 60px 0 35px
}

#korok_lp #szurkekor img {
	margin: 0 0 0 18px;
	position: absolute;
	top: 29px;
	left: 257px
}

#korok_lp #szurkekor {
	background: url(//topszotar.hu/inc/image/kezdolap_szurkekor_ures.png) left top no-repeat;
	width: 441px;
	height: 441px;
	position: absolute;
	top: 40px;
	margin: 0 0 0 225px;
	padding: 37px 0 0 135px
}

#korok_lp #garancia {
	position: absolute;
	top: 291px;
	margin: 0 0 0 580px
}

#szotarvaltodropdown {
	display: none;
	position: absolute;
	padding: 5px;
	margin: 5px 0 0 330px;
	list-style: none;
	z-index: 2100;
	background-color: #fff;
	border-radius: 5px;
	top: 30px;
}

.angolmagyar:not(.landingpage) #szotarvaltodropdown,
.magyarangol:not(.landingpage) #szotarvaltodropdown,
.nemetmagyar:not(.landingpage) #szotarvaltodropdown,
.magyarnemet:not(.landingpage) #szotarvaltodropdown {
	width: 190px;
/*	top: 81px;*/
}
.szotarvaltoszovegtext {
	display: inline-block;
	padding: 0 1px 0 0;
}

#szotarvaltodropdown li {
	margin: 2px 0 2px 0;
	padding: 0px;
	font-weight: 700;
	list-style: none;
/*	width: 100px;*/
	text-align: center
}

.angolmagyar:not(.landingpage) #szotarvaltodropdown li,
.magyarangol:not(.landingpage) #szotarvaltodropdown li,
.nemetmagyar:not(.landingpage) #szotarvaltodropdown li,
.magyarnemet:not(.landingpage) #szotarvaltodropdown li {
	text-align: left;
}

#szotarvaltodropdown a {
	color: #4c4c4c;
	display: block;
	padding: 5px 8px 5px 5px;
	background-color: #fff
}

#szotarvaltodropdown a:hover {
	color: #000;
	background-color: #ececec
}

/*MENU START*/

/*old menu*/.menu {
	display: none;
}
.submenulayer {
	display: none;
	z-index: 300;
	position: fixed;
	width: 100%;
	height: 150%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.mainmenu {
	background-color: white;
	display: block !important;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 100;
}
.mainmenu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	border-bottom: 2px solid #E9EAEB;
}
.mainmenu > ul > li {
	margin: 0;
	padding: 0;
	flex-grow: 1;
	text-align: center;
	width: 20%;

/*
	display: flex;
	justify-content: center;
	align-items: center;
*/
	overflow: hidden;

}
.mainmenu > ul > li + li {
	border-left: 2px solid #E9EAEB;
}
.mainmenu a:hover {
	color: #00b0d8;
}
.mainmenu > ul > li > a {
	font-weight: bold;
	color: #4c4c4c;
	padding: 13px 0px;
	display: block;
}

/*submenu*/
.mainmenu .submenu {
	display: none;
	position: absolute;
}
.mainmenu  ul li:hover .submenu {
	display: block;
}
.mainmenu ul.submenu  {
	margin: 0px 0 0 -2px;
	padding: 0;
	width: 20%;
	border-left: 2px solid #E9EAEB;
}
.mainmenu ul.submenu li {
	margin: 0px;
	list-style: none;
	border-bottom: 2px solid #E9EAEB;
	border-right: 2px solid #E9EAEB;
	background-color: white;
}
.mainmenu .submenu li:first-child {
	border-top: 2px solid #E9EAEB;
}
.mainmenu  ul li .submenu a{
	color: #9c9c9c;
	padding: 13px 10px 16px 10px;
	display: block;
}
.mainmenu  ul li:hover .submenu a:hover {
	color: #00b0d8;
}

/*MENU END*/

.tohandheld {
	position: absolute;
	left: -9000px
}

.socialtable {
	border: none;
	width: 690px;
	margin: 0 0 -15px;
	padding: 0
}

.socialtable td {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0
}

.socialtable tr td:nth-child(1) {
	width: 165px;
	padding-top: 5px
}

.socialtable tr td:nth-child(2),
.socialtable tr td:nth-child(3) {
	width: 20px
}

.socialtable tr td:nth-child(4) {
	width: 200px;
	text-align: right
}

.fbiframe {
	overflow: hidden;
	width: 105px;
	height: 20px;
	border: none;
}

#korok_lp h1 {
	position: absolute;
	top: 500px;
}


.cc_container {
	opacity: 0.9;
	padding: 5px 20px 5px 20px !important;
}

.cc_container .cc_btn {
	max-width: 80px !important;
}

.szotar.idegen-szavak .szotarvalto {
	display: none;
}

#top_3_1 {
	max-height: 100px;
}


.kifejezesek_ele {
	min-height: 1px;
	border: 1px solid white;
}
.kifejezesek_ele:visible ~ section > .box,
.kifejezesek_ele ~ .box{
	margin-top: 12px;
}



@media only screen and (max-width: 1140px) {
	#korok_lp {
		display: none;
	}
	.szotar {
		width: 100%
	}
	body {
		background: none;
	}
	.left {
		float: none;
		width: 100%;
	}
	.right {
		float: none;
		width: 100%;
	}
	.right .box {
		margin: 27px 27px 0 27px;
		padding: 10px;
	}
	.keresosav .szotarvaltoszoveg {
		padding: 0 0 0px 80px;
	}
	#szotarvaltodropdown {
		margin-left: 277px;
	}
}
@media only screen and (max-width: 790px) {
	.keresosav .szotarvaltoszoveg {
		padding: 0 0 0px 30px;
	}
	#szotarvaltodropdown {
		margin-left: 200px;
	}
	.keresosav .keresettszo input {
		width: 140px;
	}
}
@media only screen and (max-width: 690px) {
	.keresosav .szotarvaltoszoveg {
		padding: 0 0 0px 10px;
	}
}

@media only screen and (max-width: 650px) {
	header:not(.landingpage) {
		position: sticky;
		top: 0;
		z-index: 1900; 
		border: none;
		background-color: #E9EAEB;
	}
	header:not(.landingpage) .keresosav {
		border: none;
		border-bottom: 4px solid white;
	}
	.keresosav .keresettszo input {
		box-shadow: none;
		border: 1px solid #d7d7d7;
	}
	header:not(.landingpage).scrolled .keresosav  {
	/*	margin: 0;*/
	}
	header:not(.landingpage).scrolled .keresosav .logo {
		overflow: hidden;
		top: 8px;
		left: 7px;
	}
	header:not(.landingpage).scrolled .keresosav .logo a {
		width: 42px;
		height: 42px;
		background-size: 830px;
	}
	header:not(.landingpage).scrolled .keresosav .dictchangemobilscrolled {
	/*	display: block !important;
		width: 18px;
		height: 18px;
		background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?3') no-repeat 61.710794297% 0;
		margin: 0 0 0 26px;
		flex-shrink: 0;
		cursor: pointer;
	*/
	}
	header:not(.landingpage) a.mainmenuhamburger {
		margin: 0 0 0 22px !important;
	}


	.szotar {
		margin: 0 auto;
	}
	a.mainmenuhamburger {
		display: block !important;
		width: 27px;
		height: 19px;
		background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 20.5549846% 0;
		margin: 0 0 0 26px;
		flex-shrink: 0;
		cursor: pointer;
	}

	.keresosav {
		margin: 33px 0 10px 0;
		height: 58px;
		padding: 0px 13px 0 58px;
		background: none;
		background-color: #E9EAEB;
		justify-content: center;
		align-items: center;
		flex-wrap: no-wrap;
		justify-content: space-between;
		z-index: 200;
	}
	.keresosav .logo {
		position: absolute;
		left: 5px;
		top: -27px;
	}
	.keresosav .logo a{
		display: block;
		width: 48px;
		height: 48px;
		background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 26.5282584% 0;
		background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 24.1596639% 0;
	}
	.keresosav .logo a:after{
		content: ' ';
		position: absolute;
		display: block;
		width: 83px;
		height: 18px;
		background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 30.5027263% 0.712830957%;
		left: 48px;
		top: 7px;
	}
	.keresosav .logo a img{
		display: none;
	}

	/*.test*/ .keresosav.speciallogo  {
		position: relative;
	}
	/*.test*/ .keresosav.speciallogo  .logo a {
		background: none;
	}
	/*.test*/ .keresosav.speciallogo  .logo a:after {
		background: none;
	}
	/*.test*/ .keresosav.speciallogo .logo a img{
		display: block;
		width: 120px;
		height: auto;
	}
	/*.test*/ .keresosav.speciallogo .keresettszo{
		position: relative;
		z-index: 10000;
	}


	.keresosav .szotarvaltoszoveg{
		position: absolute;
		padding: 0px;
		top: -25px;
		right: 10px;
		z-index: 2200;
	}
	.keresosav .keresettszo {
		margin: 0px;
		flex-grow: 2;
		padding: 0px 38px 0px 0px;
	}
	.keresosav .keresettszo input {
		margin: 0px;
		width: 100%;
		padding: 9px 15px 8px 15px;
	}
	.keresosav .kereses {
		margin: 0px 0 0 -36px;
	}
	.keresosav .kereses a {
		display: block;
		width: 18px;
		height: 18px;
		border-radius: 0;
		box-shadow: none;
		background: url(https://topszotar.hu/inc/image/top_szotar_icons.svg?1) no-repeat 0.610376399% 0.610376399%;
	}
	.keresosav .searchclear a {
		margin: 0 0 0 -66px;
	}

	/*mobilmenu*/
	body.mobilmainmenuactive {
		overflow: hidden;
	}
	body.mobilmainmenuactive header {
		padding-bottom: 1000px;
	}
	.mainmenu {
		display: none !important;
		width: 280px;
		max-width: 97%;
		margin: 0 auto;
/*		border: 3px solid white;*/
		z-index: 400;
		top: 10px;
		right: 0;
		left: 0;
		border-radius: 25px;
		position: absolute;
	}
	.mainmenu > ul {
/*		border-top: 2px solid #E9EAEB !important;
*/
	}
	.mainmenu > ul {
		display: block;
		border: none;

/*		border-left: 2px solid #E9EAEB !important;
		border-right: 2px solid #E9EAEB !important;
*/

	}
	.mainmenu > ul > li{
		display: block;
		width: 100%;
		border: none;
	}
	.mainmenu > ul > li + li {
		border: none;
	}
	.mainmenu > ul > li > a {
		border-bottom: 1px solid #E9EAEB !important;
		padding: 6px 8px;
	}
	.mainmenu > ul > li:last-child ul.submenu li:last-child {
		border-bottom: none !important;
		border-radius: 0 0 30px 30px;
	}

	.mainmenu ul.submenu {
		width: 100%;
		display: block;
		margin: 0px;
		position: relative;
		border: none;
	}
	.mainmenu ul.submenu li {
		border: none;
		border-bottom: 1px solid #E9EAEB !important;
	}

	.mainmenu ul.submenu li:first-child {
		border: none;
	}
	.mainmenu ul li .submenu a {
		color: #9c9c9c;
		padding: 6px 8px;

	}

	#szotarvaltodropdown {
		padding: 5px;
		width: 220px;
		max-width: 100%;
		top: -7px !important;
		right: 0px;
		margin: 0;
		z-index: 3000;
	}
	body.scrolled #szotarvaltodropdown {
		top: 25px !important;
	}
	.szotarvaltoszoveg .szotarvaltoicon.szotarvaltoiconpici {
		display: inline-block !important;
		width: 15px;
		height: 15px;
		box-shadow: none;
		background: url('https://topszotar.hu/inc/image/top_szotar_icons.svg?1') no-repeat 51.586489252% 0.61%;
		margin: 0 0 0 5px;
		border-radius: 50%;
		border: 1px solid transparent;
	}
}

@media only screen and (max-width: 500px) {
	.right .box,
	.left .box {
		margin: 10px 5px 20px 5px;
		border-radius: 15px;
		padding: 20px;
	}
	.entry.box {
/*		padding: 0 20px 20px 20px;*/
	}
	.susiboxbox.box {
		padding: 0;
	}

	.mobil2 ~ .box{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 310px) {
	.keresosav .szotarvaltoszoveg a {
		font-weight: normal;
	}
}
