.top-bar {
	line-height: 95px;
	height: 95px;
	padding: 0;
}
.logocontainer {
	width: 160px;
	height: 65px;
	margin: 4px 0 0 4px;
}
#logo {
	display: block;
	width: 93px;
	height: 65px;
	margin: 0 33px;
}
h1 {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: #214f24;
}
#topMenu, #sideMenu {
	background-color: #20f016; /* A.T.:#fa3aab */
}
#topMenu {
	height: 65px;	
	padding-left: 32px;
	padding-right: 32px;
}
#topMenu li.active a, #sideMenu li.active a {
	background-color: #fff;	
	color: #20f016;
}
#topMenu li a, #sideMenu li a {
	line-height: 65px;
	color: #fff;
	font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
}
#topMenu li a:hover, #sideMenu li a:hover {
	background-color: #fff;	
	color: #20f016;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
#topMenu button {
	margin-top: 24px;
}
#sideMenu {
	position:fixed;
	display: none;
	top: 160px;
	width: 100%;
	z-index: 2;
}
.orbit, .orbit-container, .orbit-slide, .orbit-slide div {
	height: 100%;
	width: 100%;
}
.orbit-slide div {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.orbit-bullets {
	margin-top: -60px;
}
#slide-basic {
	background-image: url("../images/slide-basic.jpg");
}
#slide-basicplus {
	background-image: url("../images/slide-basic-plus.jpg");
}
#slide-unlimited {
	background-image: url("../images/slide-unlimited.jpg");
}
#slide-mobilnet {
	background-image: url("../images/slide-net.jpg");
}
.orbit-slide-inner p {
	padding: 0 2rem 0 2rem;
}
a.offerInterest {
	font-weight: bold;	
	border-color: #20f016 !important;
}
.orbit-slide-inner a, .orbit-slide-inner a:hover {
	color: #20f016 !important;
}
a.offerInterest:hover {
	border-width: 2px;
}
a.offerInterest:hover:after {
	content: " \00bb";
}
.tariffRow a.offerInterest, .tariffRow a.offerInterest:hover, #contactSubmit {
	background-color: #20f016;
	color: #fff;
	border-color: #20f016
}
.article-heading {
	height: 200px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 1em 0;
	padding: 0;
	background-attachment: fixed;
}
.article-heading-inner, .orbit-slide-inner {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.article-heading h2, .orbit-slide-inner h2 {
	padding: 0 1rem 0 1rem;	
}
.article-heading h2, .orbit-slide-inner h2 {
	text-transform: uppercase;
	font-size: 45px;
	font-weight: bold;	
}
.article-heading h2 {
	line-height: 200px;
}
#aboutHeading {
	background-position: 50% 100%;
	background-image: url("../images/headerbg_rolunk1.jpg");
}
#tariffHeading {
	background-position: 50% 50%;
	background-image: url("../images/headerbg_tarifaink.jpg");
}
#faqHeading {
	background-position: 50% 70%;
	background-image: url("../images/headerbg_gyik7_mod.jpg");
}
#contactHeading {
	background-position: 50% 40%;
	background-image: url("../images/headerbg_kapcsolat6.jpg");
}
#internetHeading {
	background-position: 50% 100%;
	background-image: url("../images/headerbg_internet.jpg");
}
#actualHeading {
	background-position: 50% 100%;
	background-image: url("../images/headerbg_actual.jpg");
}
#phonesHeading {
	background-position: 50% 100%;
	background-image: url("../images/headerbg_phones.jpg");
}

.accordion-title {
	color: #000;
	font-weight: bold;
	font-size: 125%;
}
.accordion-item > a:before {
	position: relative;
	content: "?";
	padding-left: 1em;
}
.is-active > a:before {
    content: "!" !important;
}
footer {
	background-color: #20f016;
	color: #fff;
	height: 65px;
	line-height: 65px;
	width: 100%;
	padding: 0 32px 0 32px;
}
footer a, footer a:hover {
	color: #fff;	
}
.footer-bullets {
	font-size: 200%;
}
.fade-in {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}
@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-ms-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}