body {font-family: 'Noto Sans', sans-serif;}

/* Headlines */



/* Fix */
.clearing-thumbs {list-style: none;}

/* Global Classes */
.align-center {text-align: center;}

/* Top Bar */
#top {
	position: fixed; top: 35px!important;
	left: 0px;
	right: 0px;
	background: white !important;
	z-index: 100;
	padding: 0 !important;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(0,0,0,.1);	
}
.top-bar,
.top-bar-section ul,
.top-bar-section li a:not(.button) {background: white !important;color: #222;font-size: 20px;font-weight: 200;}
.top-bar {height: 85px;line-height: 64px;}
.top-bar a{font-family: 'Cabin Condensed', sans-serif;}
.top-bar .logo {height: 64px;line-height: 64px;}
.top-bar .logo img {display: inline-block;}
.top-bar-section li a:not(.button) {line-height: 64px;color: #222;}
.top-bar-section li a:hover:not(.button) {color: #666;}
.top-bar-section ul li:last-child {line-height: 64px;}
.top-bar-section ul li>a.button {
	min-width: inherit !important;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	display: inline-block;
}
.top-bar .toggle-topbar.menu-icon a,
.top-bar .toggle-topbar a {color: #222;font-weight: normal;}
.top-bar .toggle-topbar.menu-icon span,
.top-bar .toggle-topbar span {padding-right: 20px;text-indent: -60px;}
.top-bar.expanded .title-area {background: white;}
.top-bar.expanded .top-bar-section li a:not(.button) {line-height: 40px;}
.top-bar.expanded .top-bar-section li {border-top: 1px solid #e1e1e1;}
.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #222,
						0 16px 0 1px #222,
						0 22px 0 1px #222;
	box-shadow: 0 10px 0 1px #222,
				0 16px 0 1px #222,
				0 22px 0 1px #222;
}
.top-bar.expanded .toggle-topbar.menu-icon a,
.top-bar.expanded .toggle-topbar a {color: #888;}
.top-bar.expanded .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #888,
						0 16px 0 1px #888,
						0 22px 0 1px #888;
	box-shadow: 0 10px 0 1px #888,
				0 16px 0 1px #888,
				0 22px 0 1px #888;
}
.top-bar .active a {color: #4e97cc !important;}

/* Header */
header {
	padding: 60px 0 0;
	background-color: #4e97cc;
	color: white;
	margin-top: 78px;
	overflow: hidden;
}
header img {margin-bottom: -140px;display: inline-block;}
header h1 {
	color: white;
	font-size: 70px;
	line-height: 74px;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
header .large-8 h1 {margin: 100px 0 5px;}
header .subheading {display: block;margin-bottom: 30px;font-size: 25px;line-height: 1.2;}
header .large-8 {padding-left: 40px !important;}

/* Slider */
.texture {height: 100%;width: 100%; position: absolute;top:0;left:0}
#header {background: #334455 ; }
#teaser-slider-2 {	
	width: auto;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 5px;
	overflow: hidden;
	height: 499px;}

#teaser-slider-2 .flexslider:hover .flex-next {right: 15px!important}
#teaser-slider-2 .flexslider {left: 270px;top: 80px;}

.sargagomb {
	background-color: #ff6800;
	padding:12px 15px;
	float:left;
	margin:10px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px}

.sargagomb:hover {background-color:#ff9900;}

/* Product */
.hints {position: relative;}
.hints img {display: inline-block;text-align: center;}
.hint {max-width: 250px;}
.hint p {font-size: 16px;font-weight: 200;}
.hint h3 {color: #4e97cc;display: inline-block;}
.hint .icon {font-size: 24px;line-height: 40px;}
.hint-left {float: right;text-align: right;}
.hint-right {float: left;}
.hint-left .icon,.align-center .hint .icon {float: left;margin-right: 10px;}
.hint-right .icon {margin-left: 10px;}
.hint-top {margin-top: 30%;}
.hint-bottom {margin-top: 25%;}
.align-center .hint {max-width: 100% !important;margin-bottom: 60px;}
.ipad .hint {max-width: 100% !important;}
.ipad .hint-top {margin-top: 15% !important;}
.ipad .hint-bottom {margin-top: 15% !important;}

/* Buttons */
.button {padding-left: 40px;padding-right: 40px;
	-webkit-transition: all 0.4s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-in-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-in-out;  /* Opera 10.50â??12.00 */
          transition: all 0.4s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.button.small {min-width: inherit !important;}
.button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #4e97cc;	
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;}
.button.secondary {color: #666;	 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f3f3f3;	
}
.button.secondary:hover {border: 1px solid #e8e8e8;background-color: #e9e9e9;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	background-image: -moz-linear-gradient(bottom, #e7e7e7 0%, #fafafa 100%);
	background-image: -o-linear-gradient(bottom, #e7e7e7 0%, #fafafa 100%);
	background-image: -webkit-linear-gradient(bottom, #e7e7e7 0%, #fafafa 100%);
	background-image: linear-gradient(bottom, #e7e7e7 0%, #fafafa 100%);}
.button:hover, .button:focus {background-color: #f06060;}
a:hover, a:focus {color: #f06060;}
.button.white {clear: both;color: #4e97cc;background-color: white;border: 0 !important;	
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2) !important;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2) !important;
	box-shadow: 0 1px 0 rgba(0,0,0,.2) !important;	
	background-image: none !important;}
.button.white:hover {opacity: 0.9;}

/* Section */
.section {padding: 70px 0;}
.section.orange {background-color: #4e97cc;}
.section.gray {border-top: 1px solid #f2f2f2;border-bottom: 1px solid #f2f2f2;background:#FCFCFC;}
.section .subheading {
	font-size: 20px;
	font-weight: 200;
	line-height: 1.3em;
	display: block;
	text-align: center;
	margin-bottom: 60px;
	display: block;}

/* Features */
.feature {text-align: center;padding-top: 30px;}
.feature h3 {font-size: 24px;}
.feature p {font-size: 14px;}
.feature .icon {	
	font-size: 4.8em;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	padding-top: 25px;
	width: 130px;
	height: 130px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;}

/* Random Quote */
.quotes {padding-bottom: 30px;border-bottom: 1px solid #e7e7e7;margin-bottom: 60px;}
.quote blockquote {
	border-left: none;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 200;
	padding: 0 !important;
	line-height: 1.3em;}
.quote blockquote:before {content: "â??"}
.quote blockquote:after {content: "â??";}
.quote .author {font-size: 20px;color: #4e97cc;display: block;text-align: center;}
.quotes .orbit-container {background: transparent !important;}
.quotes .orbit-prev,
.quotes .orbit-next,
.quotes .orbit-slide-number{display: none !important;}
.quotes .orbit-timer {visibility: hidden;}
.quotes .orbit-bullets {text-align: center;}
.quotes .orbit-bullets li{
	display: inline-block;
	float: none;
	height: 10px;
	width: 10px;
	border: none;
	background: #CCC;
	cursor:pointer;
}
.quotes .orbit-bullets li.active {background: #4e97cc;}

/* Pricing Table */
.pricing-table {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;}

.pricing-table .title {
	font-size: 34px; 
	font-family: 'Cabin Condensed', sans-serif;
	background: transparent !important;
	padding-bottom: 0;}
.pricing-table .description {font-size: 16px;font-weight: 200;border-bottom: none;}
.pricing-table .price{font-weight: 200;background-color: #f3f3f3 !important;margin-bottom: 20px;}
.pricing-table ul {margin-bottom: 0;}
.pricing-table .bullet-item {margin: 0 40px;font-size: 16px;font-weight: 200;}
.pricing-table .bullet-item:last-child {border-bottom: none;}
.pricing-table .cta-button {background-color: transparent !important;}
.pricing-table.featured .title {color: #4e97cc !important;}
.pricing-table .price-table-toggle {display: none;}

.featured {background:#4e97cc; border:1px solid #4e97cc !important;}
.pricing-table.featured .description, .pricing-table.featured .title{background:#4e97cc;color:#fff !important;}
.pricing-table.featured .price { background:#fff !important; color:#f06060; }
.pricing-table.featured .button { background:#fff; color:#f06060; border:0 !important;}
.pricing-table.featured .bullet-item {background:#4e97cc;color:#fff !important;}

/* contact us */

.contact {background:#4e97cc}

/* Footer */
footer {padding: 20px 0 0;}
footer .inline-list {line-height: 45px;}
footer a.icon {
	color: #CCC !important;
	font-size: 40px;
	-webkit-transition: all 0.4s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-in-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-in-out;  /* Opera 10.50â??12.00 */
          transition: all 0.4s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
footer a.icon:hover {color: #4e97cc !important;}

/* COLORS */
.green .button,
.lime .button,
.olive .button,
.cyan .button,
.blue .button,
.red .button,
.winered .button,
.pink .button,
.purple .button,
.brown .button,
.black .button {color: white !important;}
.green .button.white,
.lime .button.white,
.olive .button.white,
.cyan .button.white,
.blue .button.white,
.red .button.white,
.winered .button.white,
.pink .button.white,
.purple .button.white,
.brown .button.white,
.black .button.white {background: white !important;}
.green .button.white:hover,
.lime .button.white:hover,
.olive .button.white:hover,
.cyan .button.white:hover,
.blue .button.white:hover,
.red .button.white:hover,
.winered .button.white:hover,
.pink .button.white:hover,
.purple .button.white:hover,
.brown .button.white:hover,
.black .button.white:hover {background: white !important;}
.green .button.secondary,
.lime .button.secondary,
.olive .button.secondary,
.cyan .button.secondary,
.blue .button.secondary,
.red .button.secondary,
.winered .button.secondary,
.pink .button.secondary,
.purple .button.secondary,
.brown .button.secondary,
.black .button.secondary {color: #666 !important;border-color: #e8e8e8 !important;}

.green .top-bar a:not(.button),
.lime .top-bar a:not(.button),
.olive .top-bar a:not(.button),
.cyan .top-bar a:not(.button),
.blue .top-bar a:not(.button),
.red .top-bar a:not(.button),
.winered .top-bar a:not(.button),
.pink .top-bar a:not(.button),
.purple .top-bar a:not(.button),
.brown .top-bar a:not(.button),
.black .top-bar a:not(.button) {color: #222 !important;}

/* Green */
.green a,
.green h2,
.green .hint h3,
.green .feature .icon,
.green .top-bar .active a,
.green .button.white,
.green .pricing-table.featured .title,
.green footer a.icon:hover,
.green .quote .author {color: #7ab800 !important;}
.green .quotes .orbit-bullets li.active,
.green header,
.green .top-bar-section ul li>a.button,
.green .button {background-color: #7ab800 !important;}
.green .button:hover {background-color: #72ab00 !important;	}
.green .feature .icon {border-color: #7ab800 !important;}
.green .button {border-color: #6a9f00 !important;}


/* Lime Green */
.lime a,
.lime h2,
.lime .hint h3,
.lime .feature .icon,
.lime .top-bar .active a,
.lime .button.white,
.lime .pricing-table.featured .title,
.lime footer a.icon:hover,
.lime .quote .author {color: #cccc33 !important;}
.lime .quotes .orbit-bullets li.active,
.lime header,
.lime .top-bar-section ul li>a.button,
.lime .button {background-color: #cccc33 !important;}
.lime .button:hover {background-color: #bcbc27 !important;}
.lime .feature .icon {border-color: #cccc33 !important;}
.lime .button {border-color: #b8b826 !important;}

/* Olive Green */
.olive a,
.olive h2,
.olive .hint h3,
.olive .feature .icon,
.olive .top-bar .active a,
.olive .button.white,
.olive .pricing-table.featured .title,
.olive footer a.icon:hover,
.olive .quote .author {color: #8FA411 !important;}
.olive .quotes .orbit-bullets li.active,
.olive header,
.olive .top-bar-section ul li>a.button,
.olive .button {background-color: #8FA411 !important;}
.olive .button:hover {background-color: #7e920c !important;}
.olive .feature .icon {border-color: #8FA411 !important;}
.olive .button {border-color: #788c0a !important;}


/* Lime Green */
.cyan a,
.cyan h2,
.cyan .hint h3,
.cyan .feature .icon,
.cyan .top-bar .active a,
.cyan .button.white,
.cyan .pricing-table.featured .title,
.cyan footer a.icon:hover,
.cyan .quote .author {color: #66cccc !important;}
.cyan .quotes .orbit-bullets li.active,
.cyan header,
.cyan .top-bar-section ul li>a.button,
.cyan .button {background-color: #66cccc !important;}
.cyan .button:hover {background-color: #52c3c3 !important;}
.cyan .feature .icon {border-color: #66cccc !important;}
.cyan .button {border-color: #44b6b6 !important;}

/* Blue */
.blue a,
.blue h2,
.blue .hint h3,
.blue .feature .icon,
.blue .top-bar .active a,
.blue .button.white,
.blue .pricing-table.featured .title,
.blue footer a.icon:hover,
.blue .quote .author {color: #21aded !important;}
.blue .quotes .orbit-bullets li.active,
.blue header,
.blue .top-bar-section ul li>a.button,
.blue .button {background-color: #21aded !important;}
.blue .button:hover {background-color: #189cd8 !important;}
.blue .feature .icon {border-color: #21aded !important;}
.blue .button {border-color: #1895d0 !important;}

/* Red */
.red a,
.red h2,
.red .hint h3,
.red .feature .icon,
.red .top-bar .active a,
.red .button.white,
.red .pricing-table.featured .title,
.red footer a.icon:hover,
.red .quote .author {color: #E97c5f !important;}
.red .quotes .orbit-bullets li.active,
.red header,
.red .top-bar-section ul li>a.button,
.red .button {background-color: #E97c5f !important;}
.red .button:hover {background-color: #d06345 !important;}
.red .feature .icon {border-color: #E97c5f !important;} 
.red .button {border-color: #c85a3c !important;}

/* Winered */
.winered a,
.winered h2,
.winered .hint h3,
.winered .feature .icon,
.winered .top-bar .active a,
.winered .button.white,
.winered .pricing-table.featured .title,
.winered footer a.icon:hover,
.winered .quote .author {color: #990000 !important;}
.winered .quotes .orbit-bullets li.active,
.winered header,
.winered .top-bar-section ul li>a.button,
.winered .button {background-color: #990000 !important;}
.winered .button:hover {background-color: #8a0000 !important;}
.winered .feature .icon {border-color: #990000 !important;} 
.winered .button {border-color: #790000 !important;}

/* Pink */
.pink a,
.pink h2,
.pink .hint h3,
.pink .feature .icon,
.pink .top-bar .active a,
.pink .button.white,
.pink .pricing-table.featured .title,
.pink footer a.icon:hover,
.pink .quote .author {color: #ea4c88 !important;}
.pink .quotes .orbit-bullets li.active,
.pink header,
.pink .top-bar-section ul li>a.button,
.pink .button {background-color: #ea4c88 !important;}
.pink .button:hover {background-color: #d13c75 !important;}
.pink .feature .icon {border-color: #ea4c88 !important;} 
.pink .button {border-color: #cd2e6b !important;}

/* Purple */
.purple a,
.purple h2,
.purple .hint h3,
.purple .feature .icon,
.purple .top-bar .active a,
.purple .button.white,
.purple .pricing-table.featured .title,
.purple footer a.icon:hover,
.purple .quote .author {color: #993399 !important;}
.purple .quotes .orbit-bullets li.active,
.purple header,
.purple .top-bar-section ul li>a.button,
.purple .button {background-color: #993399 !important;}
.purple .button:hover {background-color: #8f2b8f !important;}
.purple .feature .icon {border-color: #993399 !important;}
.purple .button {border-color: #871c87 !important;}
 
/* Brown */
.brown a,
.brown h2,
.brown .hint h3,
.brown .feature .icon,
.brown .top-bar .active a,
.brown .button.white,
.brown .pricing-table.featured .title,
.brown footer a.icon:hover,
.brown .quote .author {color: #663300 !important;}
.brown .quotes .orbit-bullets li.active,
.brown header,
.brown .top-bar-section ul li>a.button,
.brown .button {background-color: #663300 !important;}
.brown .button:hover {background-color: #512800 !important;}
.brown .feature .icon {border-color: #663300 !important;}
.brown .button {border-color: #492400 !important;} 

/* Black */
.black a,
.black h2,
.black .hint h3,
.black .feature .icon,
.black .top-bar .active a,
.black .button.white,
.black .pricing-table.featured .title,
.black footer a.icon:hover,
.black .quote .author {color: black !important;}
.black .quotes .orbit-bullets li.active,
.black header,
.black .top-bar-section ul li>a.button,
.black .button {background-color: black !important;}
.black .button:hover {background-color: #1f1f1f !important;}
.black .feature .icon {border-color: black !important;} 
.black .button {border-color: black !important;}

/* Media Queries*/

@media (min-width: 768px) and (max-width: 1023px) {
	header h1 {font-size: 60px;}
	header .subheading {font-size: 26px;}
}
@media (max-width: 767px) {
	#top {position: static !important;top: auto !important;left: auto;right: 0px;}
	.top-bar,
	.top-bar-section ul{background: white !important;}
	.top-bar-section li a:not(.button) {background: white !important;}
	header {text-align: center !important;margin-top: 0 !important;}
	header img {margin-bottom: 50px;max-height: 400px;}
	header h1,
	header .large-8 h1 {margin-top: 10px !important;}
	header .large-8 {padding-left: 0.9375em !important;}
	.hint p {font-size: 14px !important;font-weight: 200;}
	.hint-top {margin-top: 15%;}
	.hint-bottom {margin-top: 15%;}
	.top-bar .top-bar-section ul li>a.button  {color: white;padding: 10px 0;font-size: 24px;margin: 10px 0;}
	.pricing-table .price-table-toggle {display: block;text-align: center;}
	.pricing-table .price-table-features {display: none;}
}
@media (max-width: 568px) {
	h2 {font-size: 40px;}
	.section .subheading {font-size: 18px;}
	.hint-top {margin-top: 0%;}
	.hint-bottom {margin-top: 0%;}
	.hint h3 {margin-top: 10px;margin-bottom: 0;}
	.hint .icon {line-height: 30px;}
	.hints img {margin: 30px 0;}
	.product {text-align: center;}
	.product .columns {float: none;width: auto !important;max-width: 100% !important;}
	.product img {max-height: 300px;display: inline-block;}
	.hint {max-width: 100% !important;}
	.hint-left {float: none !important;text-align: center !important;}
}

/* Icon Effects */

.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 4px #4e97cc;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;}

.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: green;
	-webkit-transition: -webkit-transform 1s, opacity 0.6s;
	-moz-transition: -moz-transform 1s, opacity 0.6s;
	transition: transform 1s, opacity 0.6s;}

/* Effect */
.hi-icon-effect-3b .hi-icon {color: #fff;background: #4e97cc;}

.no-touch .hi-icon-effect-3b .hi-icon:hover {
	color: #f06060;
	background:#fff;
	box-shadow: 0 0 0 4px #f06060;}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(2.3);
	-moz-transform: scale(2.3);
	-ms-transform: scale(2.3);
	transform: scale(2.3);
	opacity: 0;}

.no-touch .hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;}

#success{width: 100%;padding: 10px;text-align: center;color: green;display:none;}
#error{width: 100%;padding: 10px;text-align: center;color: red;display:none;}

.changed-block {border-left: .5em solid #47ad09;padding: .75em .5em .75em 1em; background: #999;display: block;-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5); box-shadow: 0 0 6px rgba(0,0,0,0.5);}
.changed-block2 {border-left: .5em solid #47ad09;background: #fff;-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5); box-shadow: 0 0 6px rgba(0,0,0,0.5);}
a.anchor{display: block; position: relative; top: 20px; visibility: hidden;}

.blokk11 {float: left; width: 24%; background: #304e50; position: relative;}
.blokk11 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}
.blokk12 {float: left; margin-left: 1px; width: 24%; background: #356c66; position: relative;}
.blokk12 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}
.blokk13 {float: left; margin-left: 1px;  width: 24%; background: #60805b; position: relative;}
.blokk13 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}
.blokk14 {float: left; margin-left: 1px;  width: 24%; background: #96ae5a; position: relative;}
.blokk14 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}

#szinsor {float: left; width: 100%; margin-left: 20px; margin-bottom: 30px;display:block;}
#szinsorlent {float: left; width: 95%; margin-left: 20px; margin-bottom: 30px;display:block;}
.szin1 {float: left; width: 24%; background-color: #304e50; position: relative;}
.szin1 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}
.szin2 {float: left; margin-left: 1px; width: 24%; background: #356c66; position: relative;}
.szin2 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}
.szin3 {float: left; margin-left: 1px;  width: 24%; background: #60805b; position: relative;}
.szin3 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}
.szin4 {float: left; margin-left: 1px;  width: 24%; background: #96ae5a; position: relative;}
.szin4 .main {float: left; padding: 10px 20px 20px 20px; text-align: left; color: #FFF; line-height: 25px;}

#main {width:80%; padding: 20px; margin:0 auto;}
.alkatreszek {display:inline;}
.rejtett {display:none;}

