@charset "UTF-8";

.oldalszinek {
	_orange: rgb(239, 127, 26);
	_font color: rgb(91, 91, 91);
}

@font-face {
	font-family: 'Haettenschweiler';
    src: url('../fonts/haettenschweiler-webfont.eot');
    src: url('../fonts/haettenschweiler-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/haettenschweiler-webfont.woff2') format('woff2'),
         url('../fonts/haettenschweiler-webfont.woff') format('woff'),
         url('../fonts/haettenschweiler-webfont.ttf') format('truetype'),
         url('../fonts/haettenschweiler-webfont.svg#haettenschweilerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.reset,
.remind,
.profile,
.profile-edit,
.login,
.logout {
	margin-top: 65px;
}

.flexbox {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.hide {
	display: none !important;
}

body.itemid-309 div.category-descreption-itemid-232 {
	display: none;
}
body.itemid-232 div.category-descreption-itemid-309 {
	display: none;
}


body {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	color: rgb(91, 91, 91);
	font-size: 15px;
}
a,
a:active,
a:focus,
a:visited {
	color: rgb(91, 91, 91);
	text-decoration: none;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
a:hover {
	text-decoration: none;

	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.btn:focus {
    outline: none;
    background: none;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}
p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-family: Haettenschweiler;
	color: rgb(91, 91, 91);
	font-weight: normal;
}
h3 {
	font-size: 30px;
	line-height: 30px;
	font-family: Haettenschweiler;
	color: rgb(91, 91, 91);
	font-weight: normal;
}
h4 {
	font-size: 25px;
	line-height: 25px;
	color: rgb(91, 91, 91);
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
.item-page.cegunkrol p {
	margin-bottom: 23px;
}


.maximenuck a span.indexpos,
.maximenuck.current a span.indexpos,
.maximenuck.active a span.indexpos {
    position: absolute;
    display: inline-block;
    background: rgb(239, 127, 26);
    top: -5px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 7px;
}
.maximenuck a span.indexpos span.index,
.maximenuck.current a span.indexpos span.index,
.maximenuck.active a span.indexpos span.index {
    color: white !important;
    font-size: 10px;
    line-height: 14px !important;
    display: block;
    text-align: center;
    margin-left: -1px;
}

.mobilemaximenuckitem .maximenuck a span.indexpos,
.mobilemaximenuckitem .maximenuck.current a span.indexpos,
.mobilemaximenuckitem .maximenuck.active a span.indexpos {
    position: absolute;
    display: inline-block;
    background: rgb(239, 127, 26);
    top: 2px;
    margin-left: 2px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 7px;
}
.mobilemaximenuckitem .maximenuck a span.indexpos span.index,
.mobilemaximenuckitem .maximenuck.current a span.indexpos span.index,
.mobilemaximenuckitem .maximenuck.active a span.indexpos span.index {
    color: white !important;
    font-size: 10px;
    line-height: 14px !important;
    display: block;
    text-align: center;
    margin-left: -1px;
}

.inline {
    display: inline-block;
}
.pointer {
	_cursor: pointer;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 0px 0px rgba(255,255,255,1)  !important;
    
    background-color: #fff;
    
    background-image: -moz-linear-gradient(top,#fff,#fff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff,#fff);
    background-image: -o-linear-gradient(top,#fff,#fff);
    background-image: linear-gradient(to bottom,#fff,#fff);
    background-image: initial !important;
    
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff', GradientType=0);
    filter: none !important;
    
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(255,255,255,0.1) rgba(255,255,255,0.1) rgba(255,255,255,0.25);
    border-color: initial !important;
    
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    
    border: 1px solid #fff;
    border: initial !important;
    
    border-bottom-color: #fff;
    border-bottom-color: initial !important;
}
p.readmore .btn .icon-chevron-right:before {
	content:'';
}

p.height25 {
	display: block;
	height: 25px;
}
p.height50 {
	display: block;
	height: 50px;
}
p.height75 {
	display: block;
	height: 75px;
}
p.height100 {
	display: block;
	height: 100px;
}
span.prev-article-inactive {
	width: 24px;
	height: 24px;
	background-image: url("../images/prev-article-inactive.png");
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-right: 5px;
}

span.next-article-inactive {
	width: 24px;
    height: 24px;
    background-image: url("../images/next-article-inactive.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-left: 5px;
}
a.prev-article-active {
	width: 24px;
	height: 24px;
	background-image: url("../images/prev-article-active.png");
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
a.next-article-active {
	width: 24px;
	height: 24px;
	background-image: url("../images/next-article-active.png");
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.print-icon {
	display: block;
	width: 100%;
	height: 0px;
	margin-bottom: 5px;
	text-align: right;
}
#customprint {
	display: block;
    float: right;
    width: 38px;
    background-image: url(../../../images/template/nyomtato.png);
    height: 30px;
    color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: -38px;
}
.print-icon span {
	display: none;
}

body.itemid-111 .print-icon #customprint,
body.itemid-112 .print-icon #customprint {
	margin-top: 0px
}

body.itemid-114 .print-icon {
	position: relative;
}
body.itemid-117 .print-icon {
	position: relative;
	height: 40px;
}
body.itemid-114 .print-icon #customprint {
	position: absolute;
	right: 0px;
	margin-top: 0px;
}
body.itemid-117 .print-icon #customprint {
	position: absolute;
	right: 0px;
	margin-top: 7px;
}

a {
    text-decoration: none;
}
a {
    color: rgb(91, 91, 91);
    text-decoration: none;
}
.btn:hover {
	background-color: #fff;
}

.blog .category-desc {
	padding-top: 10px;
	padding-bottom: 10px;
}

#page-header {
	font-family: Haettenschweiler;
	font-weight: normal;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#bannerrow {
	background-color: #141414;
	background-color: rgba(20,20,20,0.7);
}

#slickmenu2 {
	background-color: #282828;
	background-color: rgba(40,40,40,0.7); 
}
#slickmenu3 {
	background-color: #3C3C3C;
	background-color: rgba(60,60,60,0.7); 
}
#slickmenu4 {
	background-color: #505050;
	background-color: rgba(80,80,80,0.7); 
}
#slickmenu5 {
	background-color: #646464;
	background-color: rgba(100,100,100,0.7); 
}

#slick-2,
#slick-3,
#slick-4,
#slick-5 {
	margin-left: 14%;
	margin-right: 9%;
}


#bannerrow > .inner {
	max-width: 1000px;
	margin: 0px auto;
}

#slickmenu2 > .inner,
#slickmenu3 > .inner,
#slickmenu4 > .inner,
#slickmenu5 > .inner {
	max-width: 1000px;
	margin: 0px auto;
}
div[id^=menu-slick].menu-slick .slick-slide a {
	white-space: nowrap;
}
.slick-next,
.slick-prev {
	width: 9px;
}
.slick-next {
    right: 0px;
}

#wrapper {
	position: relative;
}

#maincontent {
	padding: 0 5px;
}

#maincontent > div.inner {
	max-width: 1000px;
	margin: 0 auto;
}
#akcio-modul > div.inner {
	max-width: 1000px;
	margin: 0 auto;
}
#fooldali-modul > div.inner {
	max-width: 1000px;
	margin: 0 auto;
}
#kategoria-modulok > div.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.fluid {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.orange {
	color: rgb(239, 127, 26) !important;
}

.page-header {
	margin: 0px;
}
.icons {
	height: 32px;
	margin-bottom: 5px;
}

.hirek .category-desc {
	padding-left: 10px;
	padding-right: 10px;
}

.hirek div[itemprop="blogPost"] > * {
	padding-left: 10px;
	padding-right: 10px;
}

/******* search modul ********/
#search-module {
	text-align: center;
	padding-left: 30px;
	padding: 4px 0 6px 30px;
}
#search-module p {
	width: 50%;
    display: inline-block;
    color: white;
    font-size: 20px;
    line-height: 30px;
    float: right;
}

/*********** header img **************/

#header-image {
	position: relative;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
#header-image img {
	margin: 0px auto;
	position: absolute;
	left: -9999px;
	right: -9999px;
	bottom: 0px;
	_height: 250px\9;
	_position: relative\9;
	_left: 0px\9;
	_right: 0px\9;
}

.header-title {
    position: relative;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.header-title h1 {
	font-family: Haettenschweiler;
    font-weight: normal;
    color: white;
    font-size: 55px;
    line-height: 55px;
    text-align: right;
    display: block;
    padding: 0px 5px 0px 0px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    text-shadow: 0px 0px 6px black;
}

@media screen and (min-width: 1024px) {
	#header-image {
		height: 250px;
	}
	.header-image {
		height: 250px;
	}
}

@media screen and (max-width: 1024px) {
	#header-image {
		height: 200px;
	}
	.header-image {
		height: 200px;
	}
	.header-title h1 {
	    font-size: 45px;
	    line-height: 45px;
	}
}

@media screen and (max-width: 757px) {
	#header-image {
		height: 100px !important;
	}
	.header-image {
		height: 100px !important
	}
	.header-title h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
}

@media screen and (max-width: 524px) {
	#header-image {
		height: 80px !important;
	}
	.header-image {
		height: 80px !important;
	}
	.header-title h1 {
	    font-size: 24px;
	    line-height: 24px;
	}
}

@media screen and (max-width: 330px) {
	
	.header-title h1 {
	    font-size: 23px;
	    line-height: 23px;
	}
}

.headerImageWidth {
	width: 100%!important;
	height: auto !important;
	max-width: 100% !important;
}
.headerImageHeight {
	width: auto !important;
	height: 100% !important;
	max-width: 500% !important;
}

/***************************************************************** mainmenu ****************************************************************/

#mainmenu ul.menu > li > a,
#mainmenu ul.menu > li > span.separator,
#mainmenu ul.maximenuck > li > a,
#mainmenu ul.maximenuck > li > span.separator {
	color: white;
	font-size: 20px;
	line-height: 20px;
	margin-right: 2px;
}
li.active a {
	color: rgb(239, 127, 26) !important;
}
#mainmenu ul li:hover a {
	color: rgb(239, 127, 26) !important;
}
#maximenuck89 {
	text-align: center;
}

div#maximenuck89 ul.maximenuck li span {
	line-height: 27px;
}

div#maximenuck89 ul.maximenuck {
	display: flex !important;
    justify-content: space-between;
}

div#maximenuck89 ul.maximenuck::after {
	content: none;
}

.maximenuck.current a span,
.maximenuck.active a span {
	color: rgb(239, 127, 26) !important;
}
.mobilemaximenuck div.current > a:after {
    content: none;
}
.mobilemaximenuck div.level1.maximenuck > a {
    background: none;
    padding-left: 0px !important;
    text-align: center;
    text-shadow: 0px 0px 2px black;
    font-family: Haettenschweiler;
    font-size: 24px;
    letter-spacing: 0.5px;
}

div#maximenuck89 ul.maximenuck li.level1.maximenuck {
	padding: 0 2.68%;
}
div#maximenuck89 ul.maximenuck li.level1.maximenuck:first-of-type {
	padding-left: 0px;
}
div#maximenuck89 ul.maximenuck li.level1.maximenuck:last-of-type {
	padding-right: 0px;
}
div#maximenuck89 ul.maximenuck li.level1.maximenuck.last {
	padding-right: 0px;
}

/*mobilemenu*/
@media screen and (max-width: 757px) {
	#bannerrow {
		background: none;
	}
	.mobilebarmenuck {
		background: rgba(0, 0, 0, 0.6);
	}
	.mobilebuttonmenuck {
		background: none;
	    height: 25px;
	    width: 30px;
	    margin: 3px;
	    text-shadow: none;
	}
	.mobilebuttonmenuck:before {
	    content: '\f0c9';
	    color: rgb(239, 127, 26);
	    font-family: 'FontAwesome';
	    font-size: 22px;
	    line-height: 30px;
	}
	.mobilemaximenuck .mobilemaximenuckclose {
		background: none;
	    height: 25px;
	    width: 30px;
	    margin: 3px;
	    text-shadow: none;
	}
	.mobilemaximenuckclose:before {
	    content: '\f00d';
	    color: rgb(239, 127, 26);
	    font-family: 'FontAwesome';
	    font-size: 22px;
	    line-height: 30px;
	}
	.mobilemaximenuck {
		background: rgba(0, 0, 0, 0.6);
		min-height: 35px;
	}
	.mobilemaximenuck .topbar {
	    height: 43px;
	    background: none;
	}
	.mobilemaximenuck div.maximenuck {
		background: none;
		padding-bottom: 0;
	}
	.mobilemaximenuck .mobilemaximenuckitem {
		border-top: 1px solid rgba(91, 91, 91, 1);
	}
	.mobilemaximenuck .mobilemaximenuckitem:last-child {
		border-bottom: 1px solid rgba(91, 91, 91, 1);
	}
	.mobilemaximenuck div.maximenuck:hover,
	.mobilemaximenuck div.maximenuck:focus {
	    background-color: transparent;
	}
	.mobilemaximenuck div.maximenuck:hover span {
		-webkit-transition: all .1s linear;
	    -moz-transition: all .1s linear;
	    -o-transition: all .1s linear;
	    transition: all .1s linear;
	}
	.mobilemaximenuck div.maximenuck:hover span.mobiletextck {
		color: rgb(239, 127, 26);
		-webkit-transition: all .1s linear;
	    -moz-transition: all .1s linear;
	    -o-transition: all .1s linear;
	    transition: all .1s linear;
	}
}

/*logo*/
.shark-logo {
	margin: 0px !important;
	padding: 0px !important;
}
.shark-logo img {
	margin: 0px !important;
	padding: 0px !important;
	height: 35px;
}

/********** custom menu ********/

.als-container {
	color: white;
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
	padding: 2px;
	margin: 0px;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev,
.als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
.als-prev-div,
.als-next-div {
	_position: absolute;
	_cursor: pointer;
	_clear: both;
}

.custom-menu {
	background-image: url(../../../images/template/prev-white.png), url(../../../images/template/next-white.png);
	background-position: left, right;
	background-repeat: no-repeat, no-repeat;
}
.als-wrapper li:hover a {
	color: rgb(239, 127, 26);
}

/**** fooldal slideshow ***/
.slideshowck {
	
}

#camera_wrap_105 {
	margin-bottom: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#camera_wrap_105 .camera_caption {
    display: block;
    position: absolute;
    top: 15%;
    bottom: initial;
    width: auto;
    right: 0;
}

#camera_wrap_105 .camera_caption > div {
	-moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: rgba(220,220,220,0.3);
    padding: 0px;
}
#camera_wrap_105 .camera_caption > div div.camera_caption_title {
    color: rgb(239,127,26);
    font-family: Haettenschweiler;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: right;
    font-weight: normal;
}
#camera_wrap_105 .camera_caption > div div.camera_caption_desc {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: rgb(91, 91, 91);
    text-align: right;
    display: none;
}
#camera_wrap_105 .camera_caption > div div.camera_caption_title a {
    display: block;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
}
#camera_wrap_105 .camera_caption > div div.camera_caption_title a:hover {
	color: rgb(239,127,26);
}

.camera_wrap .camera_pag .camera_pag_ul {
	text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 12px;
    width: 12px;
    background: transparent;
}

.camera_pag {
	position: relative;
    top: -400px;
    height: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 12px;
    left: 0px;
    top: 0px;
    width: 12px;
    background-color: white;
    border: 1px solid white;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 12px;
    left: 0px;
    top: 0px;
    width: 12px;
    background-color: white;
    border: 1px solid transparent;
}

.pie_progress__svg {
	position: initial;
	width: 0;
	display: inline;
}

.pie_progress {
    position: relative;
    text-align: center;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2000000000;
    width: 15px;
    height: 15px;
}
/********* footer **********/

.footer-banner {
	max-width: 1000px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: center;
}
#footer-banner .footer-border {
	width: 100%;
	height: 2px;
	margin: 0px 0 10px;
	background: #7b7b7b;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91, 91, 91,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(91, 91, 91,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91, 91, 91,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91, 91, 91,1) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91, 91, 91,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(91, 91, 91,1) 50%, rgba(255,255,255,0) 100%);
}
.footer-imgs {
	display: flex;
    justify-content: space-between;
}
.footer-imgs div {
	display: inline-block;
	margin: 0px 5px;
}
.footer-imgs div:first-child {
	margin-left: 0px;
}
.footer-imgs div:last-child {
	margin-right: 0px;
}

/***** fooldal *****/
#fooldali-modul {
	position: absolute;
    bottom: 83px;
    width: 100%;
}
#fooldali-modul > .inner {
	_display: flex;
    _justify-content: space-between;
}

.moduletable.fooldali-modul {
	box-sizing: border-box;
	_margin-left: 5px;
	width: 24.6%;
    float: left;
    margin-left: 0.5%;
}
.moduletable.fooldali-modul:first-child {
	margin-left: 0px;
}
.moduletable.fooldali-modul .custom.fooldali-modul {
	position: relative;
}
.moduletable.fooldali-modul .custom.fooldali-modul p {
	margin-top: 0px;
}

.moduletable.fooldali-modul h2 {
	cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.55);
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.moduletable.fooldali-modul h2 a {
	white-space: nowrap;
    background-size: 100% !important;
    color: rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text !important;
    display: block;
    height: 100%;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.moduletable.fooldali-modul h2:hover {
	background-color: transparent;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.moduletable.fooldali-modul h2:hover a {
	color: rgb(239,127,26);
	text-shadow: 0px 0px 10px white;
	background: transparent;
	-webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

/*akcio minden termekre*/
.mindentermek {
	margin: 10px 0px 50px;
    display: flex;
    background: rgb(239, 127, 26);
}

.mindentermek-left {
	width: 28%;
	position: relative;
}
.mindentermek-right {
	width: 72%;
}

.mindentermek-szazalek {
	font-family: Haettenschweiler;
    font-size: 283px;
    color: white;
    line-height: 205px;
    position: absolute;
    left: -5px;
}
.mindentermek-kedvezmeny {
    position: absolute;
    font-family: Haettenschweiler;
    bottom: 0;
    font-size: 68px;
    line-height: 63px;
}

.mindentermek-title h2 {
    color: white;
    font-family: Haettenschweiler;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 39px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

#akcio-modul {
	text-align: center;
}
.moduletable.akcio {
    display: inline-block;
    position: relative;
    margin: 5px;
}
.moduletable.akcio h3 {
    position: absolute;
    z-index: 1;
    top: 4px;
    font-size: 42px;
    line-height: 42px;
    padding-left: 5px;
}

/******** hirek ********/
.news-title-div {
	position: absolute;
	top: 13%;
	left: 4%;
}
.news-title-div h1 {
    color: rgb(239, 127, 26);
    font-size: 75px;
    line-height: 70px;
    font-family: Haettenschweiler;
    font-weight: normal;
    text-shadow: 0px 0px 5px white;
}
.news-title-div h2 {
    color: rgb(239, 127, 26);
    font-size: 40px;
    line-height: 35px;
    font-family: inherit;
    font-weight: normal;
    text-shadow: 0px 0px 5px white;
}
.news-imgage-div {
	margin: 0;
	text-align: center;
}
.news-imgage-div img {
}
.news-text-div h1 {
	font-family: Haettenschweiler;
	font-family: Haettenschweiler;
    font-weight: normal;
    text-transform: uppercase;
}
.news-date {
	margin: 0;
	margin-top: 0;
}


.hirek-img {
	text-align: center;
}

.hirek .items-row {
    margin: 20px 0 50px;
}
.hirek div[itemprop="blogPost"] {
	position: relative;
	padding: 10px 0;
	margin: 10px 0;
	box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	-moz-box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	-webkit-box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	box-shadow: 0px -8px 8px -8px #999;
	-moz-box-shadow: 0px -8px 8px -8px #999;
	-webkit-box-shadow: 0px -8px 8px -8px #999;
}
p.readmore {
	text-align: right;
}
/******** karrier ********/


.karrier-item {
	height: 80px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.karrier-item .karrier-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.karrier-item .karrier-title-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.karrier-item .karrier-title-div .page-header {
	width: 100%;
	padding-bottom:0;
}
.karrier-item .karrier-title-div .page-header h2[itemprop="name"] {
	margin: 0;
	margin-top: 0;
	padding: 0;
	display: block
}
.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a,
.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:active,
.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:focus,
.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:visited {
	color: rgba(255,255,255,0.8);
    font-size: 80px;
    line-height: 80px;
    -webkit-text-stroke: 1px black;
    padding: 0px 10px;
    margin: 0;
    white-space: nowrap;
    display: block;
}
.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:hover {
	color: rgb(239, 127, 26) !important;
	-webkit-text-stroke: 1px transparent;
	text-shadow: 0px 0px 4px white;
}

/*karrier article*/

.item-page.karrier .page-header h2 {
    padding: 3px 0;
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 30px;
}
.item-page.karrier div[itemprop="articleBody"] {
	padding: 5px 5px;
    margin: 0px 0 20px;
	box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	-moz-box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	-webkit-box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
}
.item-page.karrier div[itemprop="articleBody"] h5 {
	font-size: 16px;
	padding: 0px;
}
.item-page.karrier div[itemprop="articleBody"] ul {
	padding-top: 0;
    margin-bottom: 15px;
    margin-left: 0px;
    list-style-type: none;
}

.item-page.karrier div[itemprop="articleBody"] ul li:before {
	display: inline-block;
	content: "-";
	margin-right: 5px;
}

a.mailto,
a.mailto:hover,
a.mailto:active,
a.mailto:focus,
a.mailto:visited {
	color: blue;
	text-decoration: underline;
}

/*karrier jelentkezes*/

.karrierJelentkezes {
    text-align: center;
    margin: 0px 0px 40px;
}

.karrierJelentkezes a {
    padding: 0px 50px;
    background: rgb(239, 127, 26);
    color: white;
    font-family: Haettenschweiler;
    letter-spacing: 0.2px;
    font-size: 40px;
    line-height: 29px;
    display: inline-block;
    width: auto;
    border-radius: 2px;
}

/*hirlevelJelentkezes*/

.hirek .category-desc {
    padding-left: 10px;
    padding-right: 10px;
}

.hirlevelJelentkezes {
    text-align: center;
    margin: 6px 0px 0px 10px;
    float: right;
}
.hirlevelJelentkezes a {
    padding: 1px 20px 0px;
    background: rgb(239, 127, 26);
    color: white;
    font-family: Haettenschweiler;
    letter-spacing: 0.2px;
    font-size: 40px;
    line-height: 27px;
    display: inline-block;
    width: auto;
    border-radius: 2px;
}

/************************ kapcsolat ****************************/
#kapcsolat {
	text-align: center;
}
.w30 {
	width: 35%;
}
.w70 {
	width: 64%;
}
#kapcsolat .elerhetosegek {
	width: 100%;
}
#kapcsolat .cim tr td:first-child {
	width: 100px;
	vertical-align: top;
}
#kapcsolat .nyitvatartas tr td:first-child {
	width: 100px;
}
#kapcsolat .terkep {
	width: 100%;
	border-left: 4px solid rgb(239, 127, 26);
	margin: 3px 0 0 3px;
}
#kapcsolat .bank {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#kapcsolat .szsz {
	margin-top: 0px;
	margin-bottom: 5px;
}
.embed-container { 
	position: relative; 
	overflow: hidden; 
	max-width: 100%;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********************************************************* TERMEKEK *******************************************************************************/

/*main-category new*/

.termekekkategorialeiras {
    padding-top: 10px;
}

.main-category-new {
	height: 86px;
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
}

.main-category-new .main-category-image {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.9;
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
}
.main-category-new .main-category-title {
    position: absolute;
    top: 0;
    left: 0;
}
.main-category-new .main-category-title h2 a {
	color: rgba(255,255,255,0.8);
    font-size: 80px;
    line-height: 80px;
 	-webkit-text-stroke: 1px black;
 	margin: 0px 10px;
 	white-space: nowrap;
}

.main-category-new .main-category-subcategories {
	position: absolute;
	width: 100%;
    top: 0;
    left: 0;
}

.main-category-new .main-category-subcategories .subcat-w25 {
	min-width: 25%;
	max-width: 37%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-category-new .main-category-subcategories .subcat-w25:first-child {
	width: 25%;
}

.main-category-new .main-category-subcategories .subcat-w25 a {
	color: black;
	font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-category-new .main-category-subcategories .subcat-w25 h2 a {
    white-space: normal;
}
.main-category-new .main-category-subcategories .subcat-w25 a:hover {
	color: rgb(239, 127, 26);
}

.main-category-new .main-category-subcategories .subcat-w25 h2 a {
	color: rgb(239, 127, 26);
	margin: 0px;
	font-weight: normal;
}

/*services szolgáltatások*/

.services-category {
	margin-top: 30px;
	margin-bottom: 20px;
}

.services-category .service h3 {
	text-transform: uppercase;
}

.services-category .service ul {
	margin-left: 0px;
    list-style-type: none;
    padding: 5px 0;
}
.services-category .service ul li:before {
	display: inline-block;
	content: "-";
	margin-right: 5px;
}

/****** kategoria clipartok ******/

.w33 {
	width: 25%;
}
.w33 > .inner {
	margin: 20px 10px;
	background-color: #ECECEC;
}
.w33 > .inner > a {
	display: block;
	padding: 0px 10px;
}
.w33 > .inner > a:hover,
.w33 > .inner > a:focus {
	text-decoration: none;
	background-color: #646464;
	background-color: rgba(100,100,100,0.1);
	opacity: 0.9;
}
.w33 > .inner > a > h3{
	height: 2em;
	vertical-align: middle;
	z-index: 1;
    position: relative;
}

#kategoria-modulok {
	margin-top: 12px;
}
.kategoria-modulok {
	text-align: center;
}
.kategoria-modulok.left-align {
	text-align: left;
}
.category-clipart.fluid.w33 {
	text-align: center;
}
.category-clipart img {
    width: 70%;
}
.category-clipart h3 {
	font-size: 2.5vw;
    line-height: 2.5vw;
}

.kategoria-modulok .w33 > .inner > a:hover,
.kategoria-modulok .w33 > .inner > a:focus {
	background-color: initial;
	opacity: 1;
}
.kategoria-modulok .w33 > .inner > a > h3 {
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.kategoria-modulok .w33 > .inner > a:hover > h3 {
    color: #ef7c00;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.kategoria-modulok .category-clipart img {
    width: 70%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.kategoria-modulok .w33 > .inner > a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/********** terméklista / termék ************/

.item-page {
	margin-bottom: 20px;
	padding-top: 10px;
}
.blog {
	margin-bottom: 20px;
}

.blog .items-row:hover .span12 .item .page-header h2[itemprop="name"] a,
.blog .items-row:hover .span12 .item p.readmore a.btn {
	color: rgb(239, 127, 26);
}

.blog .item .termek-leiras {
	width: 84%;
    float: right;
    padding-left: 1%;
    box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
    -moz-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
    -webkit-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
    min-height: 93px;
    height: 170px;
    overflow: hidden;
}
p.readmore {
	width: 84%;
    float: right;
    padding-left: 1%;
    box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
    -moz-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
    -webkit-box-shadow:  10px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
    margin: 0px;
}
.hirek p.readmore {
	width: 100%;
    float: none;
    padding-left: 0%;
    box-shadow: none;
    margin: 0px;
}
.blog .item .page-header h2 {
	margin-top: 10px;
	clear: both;
}
.blog .item .page-header h2 a:hover,
.blog .item .page-header h2 a:focus {
	text-decoration: none;
	color: rgb(91, 91, 91);
}

.blog .item .item-image {
	width: 15%;
	float: left;
	text-align: right;
	overflow: hidden;
}

.blog .item div.productimage {
    position: relative;
    width: 120%;
}

.blog .item div.productimage img {
    max-height: 197px;
}

.item-page .item-image {
	width: 23%;
	float: left;
	text-align: right;
}
.item-page .termek-leiras {
	width: 75%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
    box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
    -moz-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
	-webkit-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
    min-height: 85px;
}
.item-page .termek-leiras-tovabb {
	width: 75%;
    float: right;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
    box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999, 0px -8px 8px -8px #999;
    -moz-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999, 0px -8px 8px -8px #999;
	-webkit-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999, 0px -8px 8px -8px #999;
    min-height: 85px;
}
.item-page .termek-leiras-tovabb h4 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

/*************************** productimage **********************************************************/

.item-page .productimages-container {
    display: block;
    position: relative;
    width: 23%;
    overflow: hidden;
}
.item-page .productimages-container .productimages {
	width: 120%;
}
.item-page .productimages-container .productimages .productimage img {
	margin-bottom: 50px;
}
.blog div.productimage span.HDquality {
	position: absolute;
	width: 50%;
}
.item-page div.productimages span.HDquality {
	position: absolute;
	width: 40%;
	left: 0;
}
div.productimage span.HDquality img {
	border-radius: 50px;
}

.items-row .productimage-container {
	display: block;
  width: 15%;
  float: left;
  overflow: hidden;
}

/************************************************* termekek geometria rajzok ********************************************************************/
.item-page .termek-leiras-tovabb .table-title * {
	margin: 0;
	padding: 0;
}

.tablehead-div {
	display: table;
	width: 100%;
}
.table-title {
	display: block;
    vertical-align: top;
    position: relative;
    min-height: 55px;
    padding-bottom: 20px;
}
.table-title p {
	position: absolute;
	bottom: 0;
	left: 0;
}
.table-sketch {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

img.sketch {
    max-height: 70px;
    max-width: 300px;
    object-fit: contain;
    margin-bottom: 5px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.absoluteposition {
	position: absolute;
}
.mceTmpl {
	clear: both;
}
img.sketch-full {
    max-width: 750px;
    max-height: 230px;
    margin: 0 auto;
    margin-top: 75px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/****************************************************** termekek tabla *************************************************************************/

.termek-tabla,
.termek-tabla-magyarazat {
    margin-top: 5px;
    margin-bottom: 20px;
}

table.termek-tabla {
	border-collapse: collapse !important;
}

.termek-tabla tbody {
	font-size: 14px;
	
}

.termek-tabla {
	border-top: 2px solid rgb(239, 127, 26);
    border-bottom: 2px solid rgb(239, 127, 26);
    text-align: center;
    vertical-align: middle;
    width: 100% !important;
}
.termek-tabla thead {
	border-bottom: 2px solid rgb(239, 127, 26);
	background-color: rgb(30, 40, 43);
	font-weight: bold;
}
.termek-tabla thead tr td {
	color: #ffffff;
}
.termek-tabla td.fuggoleges {
	border-right: 2px solid rgb(239, 127, 26);
}

.termek-tabla tr,
.termek-tabla td {
	padding: 0px 2px;
    white-space: nowrap;
}
.termek-tabla .rotate {
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	padding: 0px 0px !important;
	font-weight: normal;
}
.termek-tabla span.rotate {
	display: block;
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	padding: 0px 0px !important;
	font-weight: normal;
	width: 26px;
    height: 26px;
}
.termek-tabla thead tr:last-child {
	line-height: 34px;
	height: 34px;
}
.termek-tabla tbody tr:nth-child(even) {
	background-color:rgb(191, 191, 191);
}

/*************************** termék tábla magyarazat **********************************************************/

.termek-tabla.magyarazat {
	border-top: none;
}

.termek-tabla.magyarazat thead tr:nth-child(2) {
	border-top: 2px solid rgb(239, 127, 26);
}

.termek-tabla.magyarazat thead tr.magyarazat-tr {
	background: none;
}
.termek-tabla.magyarazat thead tr.magyarazat-tr td {
	position: relative;
}
.termek-tabla.magyarazat thead tr.magyarazat-tr td div[m-c] {
    display: block;
    display: none;
    position: absolute;
    background: #EE7C00;
    bottom: 0;
    left: 0;
    right: 0;
    color: black;
    border-bottom: 1px solid white;
}

.termek-tabla.magyarazat thead tr.magyarazat-tr td div[m-c] table tr td {
	line-height: 18px;
}

.termek-tabla.magyarazat thead tr.magyarazat-tr td div[m-c] table tr:nth-child(even) {
	background: #EE7C00;
}
.termek-tabla.magyarazat thead tr.magyarazat-tr td div[m-c] table tr:nth-child(2) {
	border-top: none;
}
.termek-tabla.magyarazat thead tr.magyarazat-tr td div[m-c] .magyarazat-head {
	background-color: #1E282B;
	border-bottom: 1px solid white;
	color: white;
    padding: 2px;
}
.termek-tabla.magyarazat span[m] {
    cursor: pointer;
    display: block;
    width: 100%;
}
.termek-tabla.magyarazat span[m]:hover {
	background-color: #EF7C00;
}

.termek-tabla.magyarazat span[m]:after {
    content: "";
    display: inline-block;
    background-image: url("/templates/shark/images/more-info-pictogram.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 15px;
    top: 2px;
    position: relative;
}

/*************************** termék tábla popover **********************************************************/

.popover {
	border-radius: 0px;
    padding: 0px;
}
.popover-title {
	background: #333;
    color: white;
    padding: 3px 10px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0px;
}
.popover-content {
	background: #EF7C00;
    color: white;
    padding: 3px 10px;
}
.popover.top .arrow:after {
    border-top-color: #EF7C00;
}
div[popover-content] {
	display: none;
}

span[popover] {
    cursor: default;
    display: block;
    width: 100%;
}
span[popover]:hover {
	background-color: #EF7C00;
}

span[popover]:after {
    content: "";
    display: inline-block;
    background-image: url("/templates/shark/images/more-info-pictogram.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 15px;
    top: 2px;
    position: relative;
}

td < span[popover] {
	padding: 0px;
}

.termek-tabla .popover-content tbody tr:nth-child(even) {
	background-color:#EF7C00;
}
.termek-tabla .popover-content tbody tr td:nth-child(2) {
	font-weight: normal;
}

/*hd-minoseg article*/

.hd-article-title h1 {
    color: rgb(239, 127, 26);
    position: absolute;
    font-size: 50px;
    padding-left: 4%;
    line-height: 140px;
    font-family: Haettenschweiler;
    font-weight: normal;
}

.hd-article-img {
	margin: 10px 0;
	text-align: center;
}
.hd-article-img img {
	width: 30%;
}

.hd-article-text {
	box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
    -moz-box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
    -webkit-box-shadow: 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
    padding: 5px 5px;
    margin-bottom: 40px;
}
.hd-article-text p {
	margin: 10px 0px;
}

/****************************** modal *******************************/

div.modal.fade.in {
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
	background: #eeeeee;
	background: rgba(255,255,255,0.8);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-align: center;
	border: none;
}
div.modal-dialog {
	height: 100%;
}
div.modal-content {
	height: 100%;
}
div.carousel {
	height: 100%;
}
div.carousel-inner {
	height: 100%;
}
.carousel-control {
	top: 50%;
	font-size: 34px;
    line-height: 36px;
}
div.carousel-inner .item {
	height: 100%;
}
div.carousel-inner .item .middle-helper {
	
    height: 100%;
    width:100%;
}
div.carousel-inner .item .middle-helper img {
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width: 90%;
    max-height: 90%;
    border: 20px solid white;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: 0px 0px 10px 1px black;
}
.close {
	color: white;
	font-size: 30px;
	line-height: 30px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-weight: normal;
	margin-right: 10px;
	position: absolute;
	right: 0;
	z-index: 2000;
}
.close:hover, .close:focus {
    color: white;
	font-size: 30px;
	line-height: 30px;
	opacity: 1;
	font-weight: normal;
	margin-right: 10px;
	position: absolute;
	right: 0;
}

.pager {
    clear: both;
    display: block;
}

/*smartsearch*/
.smartsearchpage #searchform-div {
	background: url("../../../images/headers/kapcsolat-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
    min-height: 29px;
    padding: 118px 0;
}

.smartsearchpage fieldset.word {
	max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.smartsearchpage fieldset.word input#q {
	width: 98%;
	overflow: hidden;
	border: none;
	border-radius: 0;
	padding: 3px 1% 2px;
}
.smartsearchpage fieldset.word button[name="Search"] {
	background: #ff6600;
    color: rgba(255,255,255,1);
    line-height: 21px;
    font-size: 23px;
    text-transform: uppercase;
    font-family: Haettenschweiler;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 2px;
    padding: 2px 5px 0px;
    position: absolute;
    right: 0;
    
}

/*customsearch*/

#searchform-div {
	background: url("../../../images/headers/kapcsolat-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px 0px;
    position: relative;
    padding-top: 100px;
}

#searchform-div > form {
	max-width: 1000px;
	margin: 0 auto;
}

#searchform.disableEvents {
	cursor: wait;
}
#searchform.disableEvents .clearfix {
	pointer-events: none;
}

.keresesPageTitle {
	margin-top: -45px;
    margin-bottom: -10px;
    padding-top: 0;
    font-family: Haettenschweiler;
    font-weight: normal;
    color: white;
    font-size: 55px;
    line-height: 55px;
    text-align: right;
    display: block;
    padding: 0px 5px 0px 0px;
}

.szuro-div {
	width: 53%;
	padding-right: 10%;
}
.meret-div {
	width: 23%;
}
.egyeb-div {
	width: 63%
}
.submit-div {
	width: 23%;
}

.inlineblock {
	display: inline-block;
	vertical-align: top;
}

.inline-divs .input-div {
	display: inline-block;
    width: 33.33%;
    padding: 4px;
    box-sizing: border-box;
}
.inline-divs .input-div.w100 {
	width: 100%;
}
.inline-divs .input-div.w100 p.meretInputTitle {
	text-align: center;
	background: #555;
	color: white;
	font-weight: bold;
	margin: 0 !important;
	padding: 3px 0 2px !important;
	transition: .3s linear;
}

#searchform input[type="text"],
#searchform input[type="number"],
#searchform input[type="submit"] {
	width: 100% !important;
    box-sizing: border-box !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.chzn-container {
	width: 100% !important;
	text-transform: uppercase;
}

.chzn-container .chzn-single {
	border: none !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background: #cccccc !important;
    border-radius: initial !important;
    box-shadow: none !important;
    transition: .3s linear;

}
.chzn-container-single .chzn-single div b {
    background: url(../images/down-orange.png);
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: -5px;
    margin-top: -3px;
}

.chzn-container li.highlighted {
	background: #ff6600 !important;
}

.chzn-container .chzn-drop {
    background: #ccc;
}
.chzn-container .chzn-results li.disabled-result {
    color: #999;
}

.hasSelected.meretInputTitle {
	background: #ff6600 !important;
	color: white !important;
	transition: .3s linear;
}

.hasSelected .chzn-single {
	background: #ff6600 !important;
	color: white !important;
	transition: .3s linear;
}
.hasSelected.chzn-container-single .chzn-single div b {
    background: url(../images/down-orange.png);
    filter: grayscale(100%) brightness(0.5);
}
.input-div.hided {
	display: none;
}

input#submit {
    background: #ff6600;
    color: rgba(255,255,255,1);
    line-height: 21px;
    font-size: 23px;
    text-transform: uppercase;
    font-family: Haettenschweiler;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 2px;
    position: relative;
}
input#submit:disabled {
    filter: grayscale(100%);
    pointer-events: none;
}
.submitPopover {
	height: 23px;
	display: block;
}
#searchform .popover-content {
	text-align: center;
}

#resultNumber span {
    background: #ff6600;
    width: auto;
    padding: 1px 5px 2px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 2px;
}

/*clickToTechHelp*/

#techHelpContainer {
    display: block;
    clear: both;
    margin: 20px 0 10px;
    text-align: center;
}

a#clickToTechHelp span {
    color: #f58220;
}
a#clickToTechHelp,
a#clickToTechHelp:hover,
a#clickToTechHelp:focus,
a#clickToTechHelp:visited,
a#clickToTechHelp:active {
    display: inline-block;
    color: rgb(91, 91, 91);
    background: #cccccc;
    padding: 0px 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    padding-top: 3px;
}

#resultBlog {
	margin: 10px 0;
}

/*customsearchmenu*/

.custom-menu-kereso {
	display: flex;
    justify-content: space-between;
}
.custom-menu-kereso li a {
	color: white;
    text-transform: uppercase;
    font-size: 17px !important;
    line-height: 22px !important;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
.custom-menu-kereso li.current a,
.custom-menu-kereso li a:hover {
	color: #ff6600;
}

/*orderButtons*/
.orderButtonsContainer {
	display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    text-align: center;
}
.orderButtonDiv {
	width: 30%;
	background: #e8e8e8;
}
.orderButton {
	width: 20px;
    height: 20px;
    display: none;
    background: url(../images/down-orange.png);
    filter: grayscale(100%) brightness(0.5);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    margin: 0 5px;
    cursor: pointer;
}
.orderButton.down {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    float: left;
}
.orderButton.up {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    float: right;
}
.orderTitle {
	display: inline-flex;
	color: #7b7b7b;
	font-size: 15px;
    line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.selectedOrder .orderTitle {
	color: #ff6600;
}
.selectedOrder .orderButton{
	display: inline-flex;
}
.selectedOrderButton {
	filter: grayscale(0%) brightness(1);
}

/*messages*/
#searchMessageContainer {
	margin: 10px 0;
}
#searchMessage {
    float: left;
    display: block;
}
#hitNrContainer {
    float: right;
    display: block;
}

@media screen and (max-width: 757px) {
	.inlineblock {
		display: inline;
	}
}

@media screen and (max-width: 524px) {
	.inline-divs .input-div {
	    width: 50%;
	}
	.inline-divs .input-div select {
   		width: 100%;
   		background: #ccc;
   	}
}

/*karrier modal*/
body.body-overlayed {
    overflow: initial;
}

#sbox-window {
	box-sizing: border-box;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	position: fixed !important;
}
#sbox-overlay {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.8 !important;
	position: fixed;
}
.sbox-content-iframe html {
	height: 100%;
}
#sbox-window.shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    _background: rgba(152, 68, 68, 0.12);
}
#sbox-content {
	background-color: transparent;
}
#sbox-btn-close {
    position: fixed;
    display: block;
    width: 100%;
    width: 100px;
    height: 30px;
    text-align: right;
    background-position-x: 100%;
    top: 46px;
}
#sbox-btn-close:before {
	display: inline;
    content: "Bezárás";
    position: relative;
    right: 30px;
    line-height: 26px;
    color: white;
    font-style: normal;
}
iframe, svg {
	height: 100%;
}

/*rsmail unsubscribe*/

body.com_rsmail #maincontent {
	margin-top: 60px;
}

body.com_rsmail #maincontent ul.nav.nav-tabs {
	padding: 0;
}

body.com_rsmail #maincontent i {
	display: none;
}

body.com_rsmail #maincontent .accordion-body {
	display: none !important;
}

body.com_rsmail #maincontent label[for="email"],
body.com_rsmail #maincontent input#email {
	pointer-events: none;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

body.com_rsmail #maincontent button.btn.btn-primary {
	background-color: rgb(239, 127, 26);
    background-image: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    border-color: none filter: none;
    color: white;
    text-shadow: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: none;
    outline: none;
    outline-offset: none;
    width: 100%;
    font-family: Haettenschweiler;
    font-size: 35px;
    letter-spacing: 1px;
}

body.com_rsmail #maincontent button.btn.btn-primary span {
	display: none;
}

body.com_rsmail #maincontent {
	
}

body.com_rsmail #maincontent {
	
}

body.com_rsmail #maincontent {
	
}

/*akcio-matrica*/

.akcioMatrica {
	float: right;
    margin: 5px 0 5px 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(/images/template/akcio-matrica-1.png);
    background-size: cover;
}
.akcioMatrica:hover {
	background: url(/images/template/akcio-matrica-2.png);
	background-size: cover;
}

/*uj termek matrica*/

.ujtermekMatrica {
	float: right;
    margin: 5px 0 5px 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(/images/template/ujtermek-matrica-1.png);
    background-size: cover;
}


/*akcioPage*/
.blog.akciokPage .item .akcio-intro-image .item-image  {
	width: 100%;
}
.blog.akciokPage .items-row {
  margin: 20px 0 50px;
}
.akcio-intro-image {
	width: 33%;
	float: left;
}
.akcio-intro-text {
	width: 66%;
	float: left;
	padding-left: 1%;
    box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
    -moz-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
    -webkit-box-shadow: 10px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
}

.akcio-intro-text img {
	margin-left: 5px;
}

.akcio-title {
	font-family: Haettenschweiler;
	text-transform: uppercase;
    color: rgb(239, 127, 26);
    font-size: 45px;
    line-height: 45px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 757px) {
	.akcioMatrica,
	.ujtermekMatrica {
	    width: 60px;
	    height: 60px;
	}
	.akcio-title {
		font-size: 35px;
    	line-height: 35px;
    }
    .akcio-intro-text img {
    	width: 40%;
    }
}

@media screen and (max-width: 524px) {
	.akcioMatrica,
	.ujtermekMatrica {
	    width: 40px;
	    height: 40px;
	}
	.akcio-intro-image {
		width: 20%;
	}
	.akcio-intro-text {
		width: 79%;
		box-shadow: 10px 0px 0px -8px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	    -moz-box-shadow: 10px 0px 0px -8px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	    -webkit-box-shadow: 10px 0px 0px -8px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999, 0px 8px 8px -8px #999;
	}
	.akcio-intro-text img {
		float: none !important;
		width: 100%;
	}
	.akcio-title {
		font-size: 20px;
    	line-height: 20px;
    	overflow: hidden;
    }
}

/*letoltesek katalogus*/

.katalogusokPage h2[itemprop="name"] {
    padding: 3px 0;
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 30px;
}
.item-page.katalogusokPage .page-header {
	padding-top: 5px;
}

.katalogus-div {
	box-sizing: border-box;
	width: 24.6%;
    float: left;
    margin-left: 0.5%;
    margin-bottom: 10px;
}
.katalogus-div:nth-child(4n+1) {
    margin-left: 0px;
}
.katalogus-div .katalogus-inner {
	position: relative;
}
.katalogus-div .katalogus-inner p {
	margin-top: 0px;
}

.katalogus-div .katalogus-inner h2 {
	cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    background-color: rgba(0,0,0,0.55);
    font-size: 5.2vw;
    line-height: 5.2vw;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.katalogus-div .katalogus-inner h2 a {
	white-space: nowrap;
    background-size: 100% !important;
    color: rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text !important;
    display: block;
    height: 0%;
    padding-top: 50%;
    padding-bottom: 92%;
    padding-left: 1%;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.katalogus-div .katalogus-inner h2:hover {
	background-color: transparent;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.katalogus-div .katalogus-inner h2:hover a {
	color: rgb(239,127,26);
	text-shadow: 0px 0px 10px white;
	background: transparent;
	-webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

@media screen and (min-width: 1025px) {
	.katalogus-div .katalogus-inner h2 {
		font-size: 52px;
    line-height: 52px;
	}
}
@media screen and (max-width: 757px) {
	.katalogusokPage h2[itemprop="name"] {
	    font-size: 30px;
	    line-height: 30px;
	}
}
@media screen and (max-width: 524px) {
	.katalogusokPage h2[itemprop="name"] {
	    margin-top: 0px;
	    margin-bottom: 5px;
	    font-size: 20px;
	    line-height: 20px;
	}
}

/*************************************************************** RESPO ******************************************************************************/

@media screen and (min-width: 1025px) {
	.main-category h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.category-clipart h3 {
		font-size: 25px;
	    line-height: 25px;
	}
}

@media screen and (max-width: 1024px) {
	#search-module {
		padding-right: 5px;
	}
	.blog .item .termek-leiras {
		height: auto;
	}
	.moduletable.fooldali-modul h2 {
		font-size: 5vw;
    	line-height: 5vw;
	}
	#camera_wrap_105 .camera_caption > div div.camera_caption_title {
		font-size: 8vw;
	    line-height: 8vw;
	}
	#camera_wrap_105 .camera_caption > div div.camera_caption_desc {
		font-size: 3vw;
	    line-height: 3vw;
	}
	#camera_wrap_105 .camera_caption > div div.camera_caption_title a {
	    font-size: 3vw;
	    line-height: 3vw;
	}
	.karrier-item {
		height: 8vw;
	}
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:hover,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:focus,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:visited,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:active {
	    font-size: 8vw;
	    line-height: 8vw;
	}
	.hd-article-title h1 {
		font-size: 5vw;
		line-height: 14vw;
	}
	.news-title-div h1 {
		font-size: 7.5vw;
		line-height: 7vw;
	}
	.news-title-div h2 {
		font-size: 4vw;
		line-height: 3.5vw;
	}
	.mindentermek-left {
		min-width: 280px;
	}
}


@media screen and (max-width: 757px) {
	.w30 {
		width: 99%;
	}
	.w70 {
		width: 99%;
	}
	.w33 {
		width: 33%;
	}
	.category-clipart h3 {
		font-size: 2.8vw;
	    line-height: 2.8vw;
	}
	
	.main-category h2 {
	    font-size: 25px;
	    line-height: 25px;
	}

	#bannerrow .flexiblecolumn {	
		width: 100% !important;
	}
	#bannerrow #sharksolutions-logo {
		position: absolute;
		width: 36%;
	    top: 0;
	    left: 5px;
	    z-index: 40000;
	}
	#bannerrow #sharksolutions-logo img {
		width: 92px !important;
	}

	#bannerrow #search-module {
		position: absolute;
		width: 36%;
	    top: 0;
	    right: 53px;
	    z-index: 40000;
	    padding: 0;
	}
	#search-module p {
		line-height: 27px;
	}
	#custom-menu-2 > .inner,
	#custom-menu-3 > .inner,
	#custom-menu-4 > .inner,
	#custom-menu-5 > .inner {
    	padding: 7px 0px;
	}

	#slick-2,
	#slick-3,
	#slick-4,
	#slick-5,
	#slick {
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}
	#slick-2 > .inner > .moduletable,
	#slick-3 > .inner > .moduletable,
	#slick-4 > .inner > .moduletable,
	#slick-5 > .inner > .moduletable {
		padding: 7px 0px;
	}
	
	h2 {
    	font-size: 30px;
    	line-height: 30px;
	}
	h3 {
	    font-size: 26px;
	    line-height: 26px;
	}

	.footer-banner {
	    padding-bottom: 10px;
	}

	.main-category-new {
		height: auto;
		margin: 5px;
	}
	.main-category-new .main-category-image-div {
	    position: relative;
	    height: 36px;
	    overflow: hidden;
	    opacity: 1;
	}
	.main-category-new .main-category-title h2 a {
		font-size: 30px;
		line-height: 30px;
	}
	.main-category-new .main-category-subcategories {
		position: relative;
		display: none !important;
	}
	.main-category-new .main-category-subcategories .subcat-w25 {
		width: 33.33%;
	}
	.main-category-new .main-category-subcategories .subcat-w25 a {
		display: block;
	}
	.main-category-new .main-category-subcategories .subcat-w25:first-child {
		display: none !important;
	}
	.karrier-item {
	    margin: 5px 0px;
	}
	.mindentermek-left {
		min-width: 200px;
	}
	.mindentermek-szazalek {
	    font-size: 211px;
	    line-height: 154px;
	    left: -4px;
	}
	.mindentermek-kedvezmeny {
	    font-size: 50px;
	    line-height: 63px;
	    top: 140px;
	}
	.mindentermek-title h2 {
		font-size: 35px;
    	line-height: 26px;
	}
	#sbox-btn-close {
		top: 0px;
	}
	
	.table-title {
		display: block;
		width: 100%
	}
	.table-sketch {
		display: block;
		width: 100%;
	}


	img.sketch {
	    width: 80% !important;
	    cursor: inherit;
	    max-height: initial;
	    padding: 0 10% !important;
	}
	img.sketch-full {
		margin-top: 0px;
	}
	.absoluteposition {
		position: relative;
	}

	.item-page .page-header {
		position: relative;
		padding-top: 40px;
		margin-bottom: 0px;
	}
	.item-page .page-header h2 {
		padding-right: 50px;
	}
	.item-page .page-header a.prev-article-active,
	.item-page .page-header span.prev-article-inactive {
		position: absolute;
		left: 0;
		top: 10px;
	}
	.item-page .page-header a.next-article-active,
	.item-page .page-header span.next-article-inactive {
		position: absolute;
		right: 0;
		top: 10px;
	}
}

@media screen and (max-width: 524px) {
	#customprint {
		margin-top: -30px;
	    background-size: 100%;
	    width: 30px;
	}

	.main-category-container {
		text-align: center;
	}
	h2 {
    	font-size: 20px;
    	line-height: 20px;
	}
	h3 {
	    font-size: 18px;
	    line-height: 18px;
	}
	.blog .item .termek-leiras {
	    box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
	    -moz-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
		-webkit-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
	}
	p.readmore {
	    box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
	    -moz-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
		-webkit-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
	}
	.item-page .termek-leiras {
	    box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
	    -moz-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
		-webkit-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px -8px 8px -8px #999;
	}
	.item-page .termek-leiras-tovabb {
	    box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
	    -moz-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
		-webkit-box-shadow: 7px 0px 0px -5px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
	}
	.item-page .item-image {
	    width: 100%;
	}
	.item-page .termek-leiras {
		width: 99%;
		padding-top: 0px;
		padding-left: 0px;
		box-shadow: 0px 0px 0px 0px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
		-moz-box-shadow: 0px 0px 0px 0px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
		-webkit-box-shadow: 0px 0px 0px 0px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
	}
	.item-page .termek-leiras-tovabb {
		width: 99%;
		padding-left: 0px;
		box-shadow: 0px 0px 0px 0px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
		-moz-box-shadow: 0px 0px 0px 0px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
		-webkit-box-shadow: 0px 0px 0px 0px rgb(239, 127, 26) inset, 0px 8px 8px -8px #999;
	}

	.w33 {
		width: 50%;
	}
	.category-clipart h3 {
		font-size: 4.6vw;
	    line-height: 4.6vw;
	}
	.item-page .termek-leiras-tovabb {
	    float: none;
	}


	div[itemprop="articleBody"] {
	    display: flex;
    	flex-direction: column;
	}
	

	.item-page .productimages-container {
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
	}

	.item-page .productimages-container .productimages {
		width: 100%;
	}

	.item-page .productimages-container .productimages .productimage img {
		margin-bottom: 50px;
    width: 50%;
    float: left;
	}

	.main-category-new .main-category-subcategories .subcat-w25 {
		width: 50%;
	}
	#camera_wrap_105 .camera_caption > div div.camera_caption_desc {
		font-size: 15px;
	    line-height: 20px;
	}
	#camera_wrap_105 .camera_caption > div div.camera_caption_title a {
	    font-size: 15px;
	    line-height: 20px;
	}
	

	.karrier-item {
	  height: 42px
	}
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:hover,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:focus,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:visited,
	.blog .item .karrier-item .karrier-title-div .page-header h2[itemprop="name"] a:active {
		line-height: 42px;
	}
	








	.mindentermek-left {
		min-width: 100px;
	}
	.mindentermek-right {
		width: 100%;
	}
	.mindentermek-szazalek {
	    font-size: 100px;
	    line-height: 73px;
	    left: -4px;
	}
	.mindentermek-kedvezmeny {
	    font-size: 23px;
	    line-height: 23px;
	    top: 70px;
	}
	.mindentermek-title h2 {
		font-size: 25px;
    	line-height: 18px;
	}
	a.inline.prev-article-active,
	a.inline.next-article-active,
	span.inline.prev-article-inactive,
	span.inline.next-article-inactive {
	    top: 5px;
	    position: relative;
	}
	.news-text-div h1 {
		font-size: 18px;
    	line-height: 18px;
	}
	.hirlevelJelentkezes {
	    text-align: center;
	    width: auto;
	    margin: 0;
	    float: none;
	}
	.hirlevelJelentkezes a {
	    padding: 0px 10px;
	    font-size: 26px;
	    line-height: 18px;
	    height: auto;
	}

}

@media screen and (max-width: 330px) {
	.main-category {
		width: 100%;
		min-width: 0px;
	}
	.category-clipart h3 {
		font-size: 15px;
	    line-height: 15px;
	}
	.main-category-new .main-category-subcategories .subcat-w25 {
		width: 100%;
	}
}
@media print {
	body {
		background-color: red !important;
	}
	h2 {
		font-size: 50px;
	}
}