@charset "utf-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTOK. */
@font-face {
	font-family: "Open Sans";
    src: url(open-sans-regular.ttf) format("truetype");
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url(open-sans-semibold.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway Bold";
    src: url(raleway-bold.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway Medium";
    src: url(raleway-medium.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway Regular";
    src: url(raleway-regular.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway Semibold";
    src: url(raleway-semibold.ttf) format("truetype");
}

body {
	font-family: "Open Sans";
	font-size: 18px;
	line-height:22px;
	color: #000000;
}

/* Mobilon elrejtett tartalom */
@media(max-width:750px) {
    .hideonmobile{
		display:none;
	}
}
@media(min-width:480px) {
    .csakmobil{
		display:none;
	}
}


/* Ez a fő sárga GOMB / LINK designja */
.magas30 {
	line-height: 30px;
	height: 30px;
	width: 98%;
	font-size: 13px;
}

.magas33 {
	line-height: 33px;
	height: 33px;
	width: 98%;
	font-size: 15px;
}

.magas41 {
	line-height: 41px;
	height: 41px;
	width: 98%;
	font-size: 17px;
}

.magas44 {
	line-height: 44px;
	height: 44px;
	width: 98%;;
	font-size: 19px;
}

.magas50 {
	line-height: 50px;
	height: 50px;
	width: 98%;;
	font-size: 21px;
}

.magas55 {
	line-height: 55px;
	height: 55px;
	width: 98%;
	font-size: 23px;
}

.magas58 {
	line-height: 58px;
	height: 58px;
	width: 98%;
	font-size: 25px;
}

.magas66 {
	line-height: 66px;
	height: 66px;
	width: 98%;
	font-size: 30px;

}

.magas73 {
	line-height: 73px;
	height: 73px;
	width: 98%;
	font-size: 33px;
}

.magas80 {
	line-height: 80px;
	height: 80px;
	width: 98%;
	font-size: 35px;
}

.a-button{
	background: #e7e9ec;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: center;
	text-decoration: none!important;
	vertical-align: middle;
	font-family: "Open Sans Semibold", Helvetica,Arial,sans-serif;
	box-shadow: 4px 4px 2px #DDDFE1;
	border-color: #a88734 #9c7e31 #846a29;
	letter-spacing: 0.5px;
}
.clr {
	clear:both;
}

.felsor {
	line-height:25px;
	margin-left:25px;
	margin-top: 7px;
	margin-bottom: 12px;
	}
.felsor li {
	padding-left: 11px;
	list-style-type: square;
	}	

.inaktiv {
	background-color: #CCC;
}

.a-button .a-button-inner {
	background: #eff0f3;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background:linear-gradient(to bottom,#f7f8fa,#e7e9ec)
}

.a-button:hover .a-button-inner{
	background: #e0e3e8;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}

.a-button:active .a-button-inner{
	box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
	background-color: #e7e9ec;
	background-image: none
}

.a-button:active .a-button-inner {
	background-color: #dcdfe3;
}

.a-button:active,.a-button:active:hover{
	border-color: #adb1b8 #a2a6ac #a2a6ac;
	text-transform: underline;
	background-color:none;
}

.a-button:hover{
	border-color: #a2a6ac #979aa1 #82858a;
	box-shadow: 1px 1px 2px 0px #ADAFB4;
	text-decoration: underline;
	box-shadow: 0px 0px 0px #ffffff;
}

.a-button-inner{
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
	border-radius: 2px;
	vertical-align: middle;
}

.a-button a{
	color: #8D1013;
	font-weight: bold;
	text-decoration: none!important;
	padding-left: 21px;
	padding-right: 21px;
	vertical-align: middle;
}

.a-button:hover a{
	padding-left: 21px;
	padding-right: 21px;
	vertical-align: middle;
	color: #F2EFB0;
	text-decoration: underline;
	background-color:none;
}

.a-button+.a-button{margin-left:.385em}

.a-button-primary{
	background: #f0c14b;
	overflow: hidden;
}

.a-button-primary .a-button-inner{
	background: #f3d078;
	background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
	background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.a-button-primary:hover .a-button-inner{
	background: linear-gradient(to bottom, #409324, #2D6718);
}

.a-button-primary:active .a-button-inner{
	background-color: #f0c14b;
	background-image: none
}

.a-button-primary:hover {
	border-color: #368943 #368943 #368943;
	text-decoration: underline;
	background-color:none;
}

.a-button-primary.a-button-focus,.a-button-primary:focus,.a-button-primary:hover,.a-button-primary:hover:active{
	border-color: #61A00A;
	text-decoration: underline;
}

.a-button-primary:active{border-color:#a88734 #9c7e31 #9c7e31}

.a-button-primary .a-button-inner{box-shadow:0 1px 0 rgba(255,255,255,.4) inset}

/* CUSTOM CSS */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

header {
	width: 100%;
	background-color:#fff;
}

a {
	color: #0033CC;
	text-decoration: none;
	cursor: pointer;
}

.content p a {
	text-decoration: underline;
}

.content p a:hover {
	text-decoration: none;
	background-color:#FFFEE6;
	color: #00F;
}

strong {
	font-weight: bold;
	font-family: "Raleway Semibold", arial, sans-serif;
}

samp {
	background-color: #BBDA03;
}

em {
	font-style: italic;
}

h1 {
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
}

h2 {
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 27px;	
	line-height: 32px;
	background-color: #F7F2B7;
	padding: 10px;
}

h3 {
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 25px;
	line-height: 31px;
}

h4 {
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
}

h5 {
	font-size: 19px;
	line-height: 28px;
}

img {
	user-select: none;
}

.gov_links{
	margin-top:3px;
	border-bottom: #CCC 1px dashed;
	
}
.gov_links a{
	font-size:14px; line-height:23px;
	color:#036;
}

.green {
	color: #009900;
}
.green2 {
	color: #287747;
}

.green3 {
	color: #1aa94d;
}

.red {
	color: #CC0000;
}

.redhot {
	color: #e41c27;
}

.redking {
	color: #b71c1c;
}

.brown {
	color: #96250f;
}

.cardinal {
	color: #9b011b;
}
.barnasvoros {
	color: #aa2b10;
}
.melykek {
	color: #20639b;
}
.viola {
	color: #950b52;
}
.sotetkekzold {
	color: #16383a;
}
.erosnarancs {
	color: #e27812;
}
.mattkek {
	color: #1180ae;
}

.red--bg {
	background-color: #CC0000;
}

.light--bg {
	padding: 5px;
	background-color: #FFFFD2;
	line-height: 21px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.green {
	color: #009900;
}

.yellow {
	color: #FFD11A;
}

.button {
	cursor: pointer;
	user-select: none;
}



/* NAV */
.nav {
	border-bottom: 1px solid #009900;
	box-shadow: 0px 2px 5px #DDD;
	background-color: #fafafa;
	user-select: none;
}

.nav__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	padding: 10px;
	margin: 0 auto;
}

.nav__text {
	font-family: "Raleway Regular", arial, sans-serif;
}

.nav span {
	font-size: 18px;
	line-height: 22px;
}

.nav__tel {
	font-size: 21px;
	font-weight: bold;
	color: #0D181D;
}

.nav__wrapper > a {
	white-space: nowrap;
}

.nav__wrapper > a,

.nav__text {
	text-align: center;
	margin-bottom: 10px;
}

.nav__wrapper > a img {
	vertical-align: middle;
}

.nav__shopping {
	font-family: "Raleway Medium", arial, sans-serif;
}

.nav__shopping:hover {
	text-decoration: underline;
}

.nav--fix {
	display: none;
	position: fixed;
	top: -1000px;
	width: 100%;
	transition: all 0.3s ease-out;
	z-index: 999;
}

.nav--fix--open {
	top: 0;
}

.nav--fix .nav__wrapper {
	flex-direction: row;
}

.nav--fix .nav__wrapper .nav__logo {
	margin-right: 20px;
}

.nav--fix .nav__wrapper .nav__tel,

.nav--fix .nav__wrapper .nav__shopping {
	display: none;
}

.nav--fix .nav__cards {
	height: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .2s ease-out;
	overflow-x: hidden;
	overflow-y: scroll;
}                             

.nav--fix__cards--open{
	border-top:1px dashed #009900;
	}

.nav--fix__cards:not(.nav--fix__cards--open) {
    height: 0;
}

.nav--fix .nav--fix__cards--open .nav__cards {
	transform: scaleY(1);
	padding: 10px;
	height: 100%;
}

.nav--fix .nav__cards-dropdown > img {
	align-self: center;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	transition: all .2s ease-out;
}

.nav--fix .nav__cards-dropdown--open > img {
	transform: rotate(180deg);
}

.nav--fix .card h6 {
	font-size: 17px;
}

/* NAV CARDS */
.nav__cards {
	padding: 10px 20px;
}

.nav__cards__box {
	display: flex;
	flex-wrap: wrap;
}

.nav__cards .card {
	padding: 4px 10px 4px 4px;
}

.nav__cards .card:hover {
	background: #FFFFD2;
}

.nav__cards .card:active {
	background: #009900;
}

.nav__cards-dropdown {
	display: flex;
	cursor: pointer;
}

.nav__cards-dropdown > img {
	align-self: center;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.nav__cards__box--mobile {
	display: none;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .2s ease-out;
}

.nav__cards__box--mobile--open {
	display: flex;
	transform: scaleY(1);
}

/* CARD */
.card {
	display: flex;
	width: 285px;
}

.card__image {
	width: 50px;
}

.card__image img {
	width: 100%;
}

.card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 8px;
}

.card__content h6 {
	font-family: "Raleway Medium", arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
}

.card__content span {

	font-size: 13px;

	color: #000000;

}



/* NAV SECONDARY */

.nav__secondary {
	position: relative;
	user-select: none;
}

.nav__secondary ul {
    display: flex;
	flex-direction: column;
	height: 0;
	overflow: hidden;
	transition: all .2s ease-out;
}

.nav__secondary--open ul {
	height: 276px;
}

.nav__secondary li {
	height: 46px;
	background-color: #0D181D;

}

.hamburger {
	width: 40px;
	height: 40px;
	margin-left: 20px;
	cursor: pointer;
}

.nav__secondary li:not(:last-child) {
	border-bottom: 1px solid #DDD;

}

.nav__secondary li:hover a {

	color: #FFD11A;

}

.nav__secondary a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: white;
}

.nav__secondary img {
	vertical-align: middle;
	margin-right: 8px;
}

/* AD */
.ad {
	display: flex;
	align-items: center;
	height: 0;
	overflow: hidden;
	border-bottom: 0 solid #CC0000;
	transition: all 1s ease-out;
}

.ad.ad--open {
	height: 250px;
	border-bottom-width: 2px;
}

.ad__wrapper {
	position: relative;
	display: flex;
	padding: 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.ad__img {
	display: none;
}

.ad__img img {
	width: 100%;
}

.ad__text p:first-child {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 23px;
	font-family: "Raleway Regular", arial, sans-serif;
}

.ad__text p:last-child {
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
}

.ad__button__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	padding: 20px 0;
	font-size: 25px;
	color: white;
	border-radius: 10px;
	font-weight:bold;
}

.ad__button__inner:hover {
	color: #000000;
	background-color: #BBDA03;
}

.ad__button img {
	display: none;
}

.ad__wrapper > img {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
}

/* FACE LIKE BTN */
.facelike{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* VIDEO */
.video {
	display: flex;
	flex-direction: column;
	padding-top: 12px;
	padding-bottom: 12px;
}

.video iframe {
	margin: 0 auto;
}

.video__button {
	padding: 20px;
}

.video__button__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	font-size: 21px;
	color: white;
	background-color: #CC0000;
	border-radius: 10px;
	font-size:25px;
}

.video__button__inner:hover {
	background-color: #009900;
}

.video__text {
	font-size: 17px;
	line-height: 20px;
	font-family: "Open Sans", arial, sans-serif;
}

/* MAIN */
.main__box {
	padding: 20px;
	background-color:#fff;
}

/* CONTENT */
.content {
	padding: 15px 0 9px;
	font-family: "Open Sans", arial, sans-serif;
}

.content h1 {
	margin-bottom: 10px;
}

.content h3 {
	padding: 6px 0 0px 10px;
	border-left: 10px solid #BBDA03;
}

.content > span {
	font-family: "Raleway Regular", arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

.content p {
	font-size: 17px;
	line-height: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Open Sans", arial, sans-serif;
}

.content__button {
	padding: 33px 0 39px;
}

.content__button img {
	display: none;
}

.content__button .button {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
}

/* CONTENT-LIST */
.content-list h1 {
	margin-bottom: 10px;
	margin-top: 15px;
}

.content-list > span {
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 19px;
	line-height: 22px;
}

.content-list__links {
	padding: 20px 0 30px 40px;
	font-family: "Raleway Semibold", arial, sans-serif;
}

.content-list__links li {
	font-size: 20px;
	line-height: 24px;
}

.content-list__links li::before {
	content: "•";
	margin-right: 10px;
	color: #0033CC;
}

.content-list__links a:hover {
	text-decoration: underline;
}

.content-list__links li:not(:last-child) {
	margin-bottom: 10px;
}

.content-list__wrapper {
	padding: 22px 0;
	border-top: 1px dashed #0D181D;
}

.content-list__box {
	display: flex;
}

.content-list__box img {
	flex-shrink: 0;
	align-self: flex-start;
}

.content-list__box div {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px 0 0 20px;
}

.content-list__box h3 {
	margin-bottom: 10px;
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

.content-list__box p {
	padding-top: 10px;
	margin-left: -86px;
	font-size: 17px;
	line-height: 23px;
}

.content-list__box:not(:last-child) {
	margin-bottom: 20px;
}

.content-list a:hover{
	text-decoration:underline;
	}

/* CALL TO ACTION */
.call-to-action {
	padding: 12px;
	border: dashed 3px #CC0000;
	background-color:#F7F2B7;
	}
	
.call-to-action h6{
	font-weight: bold;
	font-size:23px;
	line-height:33px;
	color:#0D181D;
	}
.ca_sub{
	margin-bottom:12px;
	}

/* ARROW */
.module-info {
	position: relative;
	left: -20px;
	display: inline-block;
	background-color: #0D181D;
	margin-top:3px;
	margin-bottom:3px;
}

.module-info__content {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.module-info__content div {
	padding: 10px 20px;
}

.module-info__content div:first-child {
	padding-top: 20px;
}

.module-info__content div:last-child {
	padding-bottom: 20px;
}

.module-info__content p {
	font-family: "Raleway Regular", arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: white;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.module-info__content a {
	font-size: 19px;
	color: #FFD11A;
}

.module-info__content a:hover {
	text-decoration:underline;
	color:#FFF;
}

.module-info__content a::before {
	content: "»";
	margin-right: 20px;
	font-family: "Raleway Regular", arial, sans-serif;
	font-size: 33px;
	color: white;
}

.module-info__arrow {
	position: absolute;
	top: 0;
	right: -33px;
	width: 0; 
	height: 0; 
	border-top: 33px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 33px solid #0D181D;;
}

/* VIDEO SMALL */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom:12px;
	margin-top:12px;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* CARD BIG */
.card-big {
	display: flex;
}

.card-big:not(:last-child) {
	margin-bottom: 20px;
}

.card-big__content {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}

.card-big h6 {
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 10px;
}

.card-big:hover h6 {
	text-decoration: underline;
}

.content .card-big p {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}

.content .in-content-cards p {
	padding-top: 0px;
	padding-bottom: 0px;
}

.card-big img {
	width: 99px;
}

/* IN CONTENT CARDS */
.in-content-cards {
	padding: 0;
	margin-top:9px;
	margin-bottom:9px;
}


/* REVIEW */
.review {
	display: flex;
	width: 100%;
	padding: 21px 0 21px;
}

.review__text {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	font-size: 15px;
	line-height: 19px;
}

.review__text p {
	margin-bottom: 10px;
	font-style: italic;
}

.review__meta span:first-child {
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #0D181D;
}


/* GUARANTEE */
.guarantee {
	position: relative;
	left: -20px;
	display: flex;
	flex-direction: column;

}

.guarantee__red-box {
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding: 8px 0 0px 90px;
	color: white;
}

.guarantee__red-box p {
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 21px;
	line-height: 32px;
}

.guarantee p span {
	text-decoration: underline dashed;
}

.guarantee img {
	position: absolute;
	left: 10px;
	top: 32px;
}

.guarantee__arrow {
	position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
	border-style: solid;
	border-width: 58px 0 58px 30px;
	border-color: transparent transparent transparent #CC0000;
}

.guarantee__gray-box {
	display: flex;
}

.guarantee__text-box {
	flex: 1;
	padding: 10px 10px 0px 0px;
	background-color: #fafafa;
}

.content .guarantee__gray-box p {
	font-family: "Open Sans", arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.guarantee__arrow--gray {
	border-style: solid;
	border-width: 100px 50px 0 0;
	border-color: #fafafa transparent transparent transparent;
}


/* SUBDOMAIN */
.subdomain {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	margin-left:-20px;
	margin-right:-20px;
}

.subdomain select {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-size: 19px;
	border-radius: 10px;
	line-height: 28px;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 15px;
  	background-position: calc(100% - 10px) 17px;
  	background-repeat: no-repeat;
	background-color: #F7F2B7;
	cursor: pointer;
}

.subdomain option {
	font-size: 19px;
}

.subdomain a {
	display: flex;
	align-items: center;
	padding: 10px;
}

.subdomain span {
	padding-left: 10px;
}

.subdomain a:hover span {
	text-decoration: underline;
}

/* SIDE */
.side {
	padding: 20px;
}

/* IMG 3D */
.img-3d {
	display: flex;
	justify-content: center;
}

.rightprod {
	display: flex;
	margin-bottom: 13px;
	margin-left:0px;
	margin-right: 0px;
	justify-content: center;
}


/* ORDER */
.order {
	display: flex;
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
}

.order__text {
	display: flex;
	flex-direction: column;
	width: calc(100% - 66px);
	padding-left: 10px;
}

.order img {
	align-self: center;
}
.order p:first-child ,   {
	font-size: 28px;
	line-height: 40px;
	color: #0033CC;
}

.order:hover p:first-child {
	text-decoration: underline;
}
.order p:last-child , .order_2 .card-big__content p{
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}


/* TRANSPORT */
.transport {
	display: flex;
	width: 100%;
	padding-bottom: 20px;
}

.transport img {
	align-self: center;
}

.transport__text {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	color: #000000;
}

.transport p:first-child {
	font-family: "Raleway Bold", arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
}

.transport p:last-child {
	font-size: 19px;
	line-height: 25px;
}

/* REVIEW RIGHT */
.review-right {
	width: 100%;
	padding: 0 0 20px;
}

.review-right__title {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px dotted #0D181D;
}

.review-right__title h4 {
	margin-bottom: 14px;
}

.review-right__box {
	padding: 20px 0;
	border-bottom: 1px dotted #0D181D;
}

.review-right__box p {
	font-size: 15px;
	line-height: 20px;
}

.review-right__box .review__meta {
	padding-top: 10px;
	font-size: 15px;
}

.review-right__button {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}

.review-right__button__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	font-size: 21px;
	color: #CC0000;
	background-color: #FFD11A;
}

.review-right__button__inner:hover {
	background-color: #BBDA03;
}

.review-right__button p {
	padding: 20px;
	font-size: 14px;
	line-height: 17px;
}

.review-right__button img {
	align-self: center;
}

.review-right p img {
	float: left;
	margin-right:6px;
}

/* LINKS */
.links  {
	padding-bottom:10px;
}

.links h5 {
	padding: 6px 0 6px 10px;
	margin-bottom: 10px;
	border-left: 10px solid #BBDA03;
}

.link {
	display: block;
	font-size: 17px;
	line-height: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 20px;
}

.links .link:hover {
	text-decoration: underline;
}

/* TEL */
.tel {
	padding: 20px 0;
}

.tel__number {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
}

.tel__number span {
	padding-left: 10px;
	font-size: 30px;
	color: #000000;
	white-space: nowrap;
}

.tel__number:hover span {
	text-decoration: dashed underline;
}

.tel p:first-of-type {
	padding-bottom: 10px;
	font-size: 17px;
	font-family: "Raleway Regular", arial, sans-serif;
	line-height: 22px;
}

.tel p:last-of-type {
	font-size: 15px;
	line-height: 20px;
}


/* ORDER 2 */
.order_2 {
	padding: 20px 0;
	border-top: 2px solid #BBDA03;
	border-bottom: 2px solid #BBDA03;
}


/* PRODUCTS-RIGHT */
.products-right {
	padding: 10px 0;
}

.products-right .card {
	padding: 6px 0;
}

.products-right .card:hover h6 {
	text-decoration: underline;
}


/* RESALE */
.resale {
	padding: 40px 0;
}

.resale__button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	font-size: 21px;
	font-weight: bold;
	color: white;
	background-color: #0066CC;
}

.resale__button:hover {
	color: #000000;
	background-color: #FFD11A;
}

.resale p {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

.resale a:hover {
	text-decoration: underline;
}

/* NAV FOOTER */
.nav-footer {
	width: 100%;
	background-color: #BBDA03;
}

.nav-footer ul {
	display: flex;
	flex-direction: column;
}

.nav-footer li {
	width: 100%;
	height: 46px;
	font-size: 18px;
	font-family: "Raleway Semibold", arial, sans-serif;
}

.nav-footer li:not(:last-child) {
	border-bottom: 1px solid white;
}

.nav-footer a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	color: #000000;
}

.nav-footer a:hover {
	background-color: #FFD11A;
}

/* FOOTER */
.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0 90px;
}

.footer__text {
	padding: 20px;
	color: darkgray;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

.footer__bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	font-size: 13px;
	color: white;
	background-color: #0D181D;
}

/* FOOTER STICKY */
.footer-sticky {
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px;
	background-color: white;
	box-shadow: 0px -2px 5px #DDD;
	transition: all .5s ease-out;
}

.footer-sticky .button {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	max-width: 455px;
    height: 50px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    color: white;
    background-color: #CC0000;
}

.footer-sticky .button:hover {
	background-color: #BBDA03;
}

.face-box{
	margin-bottom:12px;
	}
	
/* RIGHT OUT LINK */

.right_link{
	margint-bottom: 7px;
	font-size: 17px;
	margin-bottom: 20px;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 24px;
	}
	
.right_link2{
	margint-bottom: 7px;
	font-size: 17px;
	margin-bottom: 20px;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 24px;
	}
	
.right_link2 img, .right_link img{
		float:left;
		margin-right:6px;
	}
	
.right_link a:hover, .right_link2 a:hover{
		text-decoration: underline;
	}

/* COUNTER */
.counter {
	display: flex;
	justify-content: center;
	height: 0;
	width: 100%;
	overflow: hidden;
	transition: all 1s ease-out;
}

.counter--open {
	height: 200px;
	box-shadow: 0px 2px 5px #DDD;
}

.counter__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.counter__text {
	display: flex;
	align-items: center;
	padding: 10px 0 20px;
	text-align: center;
	font-family: "Raleway Semibold", arial, sans-serif;
	font-size: 21px;
	line-height: 28px;
}

.counter__text img {
	width: 70px;
	margin-right: 10px;
}

.counter__text span {
	text-decoration: underline dotted;
}

.counter__number {
	padding-left: 14px;
	font-family: Arial Black;
	font-size: 42px;
	font-weight: bold;
	color: white;
	letter-spacing: 14px;
	background: -webkit-linear-gradient(top, #0D181D 10%, #444 20%, #0D181D 35%, #0D181D 70%, #444 100%);
	border: 2px solid #0D181D;
	border-radius: 5px;
}

.counter__wrapper > p {
	padding: 40px 0 20px;
}


/* CONTAINER */
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px;
}

/* ALBUM */
.album {
	padding: 40px 20px 0;
	text-align: center;
}

.album h1 {
	display: inline;
	border-bottom: 1px solid #009900;
}

.album__container {
	display: flex;
  	flex-flow: row wrap;
	margin: 0 auto;
	padding: 20px 0;
	justify-content: center;
}

.album-card {
	margin: 10px;
	text-align: center;
	color: #000000;
	font-family: "Raleway Bold", arial, sans-serif;
}

.album-card h2 {
	padding: 4px;
}

.album-card:hover {
	background-color: #BBDA03;
}


/* TEAM */
.team {
	display: flex;
}

.team img {
	display: none;
	align-self: flex-start;
}

.team__content {
	padding-left: 20px;
}

.team h3 {
	padding-left: 10px;
	border-left: 15px solid #BBDA03;
}

.team p {
	padding: 20px 0;
	font-size: 21px;
	line-height: 27px;
	font-family: "Open Sans", arial, sans-serif;
}


/* LINKS IMAGES */
.links-images {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.links-images__box {
	display: flex;
	max-width: 580px;
	margin-bottom: 10px;
}

.links-images__box img {
	align-self: center;
}

.links-images__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(100% - 198px);
	padding-left: 20px;
}

.links-images__content a {
	padding: 10px 0;
	font-size: 21px;
}

.links-images__content p {
	font-size: 17px;
	line-height: 22px;
}

.param img{
	margin-top:12px;
	}

/* AJÁNLOTTAK */


.ajanlott_in h3{
	margin-bottom:15px;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
	
.ajanlott_in img{
	align:left;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	}

/* EGYÜTTEM */

.plussz{
	font-size:66px;
	font-weight: bold;
	padding-left:9px;
	padding-right:9px;
	color:#C00;
	vertical-align:middle;
	}
	
.egyuttm div{
	margin:0px;
	padding:0px;
	}
.egyuttm div img{
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	margin-bottom:6px;
	}
.content-list__box2 h3{
	font-size:22px;
	}

/* MEDIA QUERIES */

@media only screen and (min-width: 320px) {
	.guarantee__text-box {
		padding-left:20px;
	}
}

@media only screen and (min-width: 480px) {
	h1 {
		font-size: 30px;
		line-height: 38px;
	}

	h2 {
		font-size: 27px;	
		line-height: 35px;
	}

	h3 {
		font-size: 25px;
		line-height: 33px;
	}

	h4 {
		font-size: 30px;
		line-height: 38px;
	}

	h5 {
		font-size: 21px;
		line-height: 29px;
	}

	.nav__cards-dropdown--mobile {
		display: none;
	}

	.nav--fix {
		display: block;
	}

	.nav__cards__box--mobile {
		transform: scaleY(1);
		display: flex;
	}

	.nav__secondary ul {
		height: auto;
	}

	.hamburger {
		display: none;
	}

	.ad__img {

		display: block;

	}

	.ad__text {
		padding-left: 16px;
	}

	.module-info__content p,

	.content-list__box p,

	.content p {

		font-size: 18px;

		line-height: 25px;

	}

	.content-list__box p {
		padding-top: 0;
		margin-left: 0;
	}

	.footer {
		padding: 20px 0 0;
	}

	.footer-sticky {
		bottom: -1000px;
	}
	
	.guarantee__text-box {
		padding-left:40px;
		padding-top:23px;
	}

}


@media only screen and (min-width: 600px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
	}

	h2 {
		font-size: 29px;	
		line-height: 37px;
	}

	h3 {
		font-size: 27px;
		line-height: 35px;
	}

	.nav__secondary ul {
		height: auto;
	}
	
	.guarantee__text-box {
		padding-left:80px;
		padding-top:15px;
		padding-bottom:0px;
	}


}


@media only screen and (min-width: 768px) {
	h1 {
		font-size: 35px;
		line-height: 43px;
	}

	h2 {
		font-size: 32px;	
		line-height: 40px;
	}

	h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.nav--fix .nav__wrapper .nav__tel {
		display: block;
		padding-left: 20px;
	}

	.ad__text {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.ad__text > p:first-child {
		font-size: 25px;
		line-height: 32px;
	}

	.ad__text p:last-child {
		font-size: 17px;
		line-height: 23px;
	}

	.ad__button {
		display: flex;
	}

	.ad__button__inner {
		display: inline-flex;
	}

	.ad__button img {
		display: inline-block;
		align-self: center;
		margin-left: 20px;
	}

	.content {
		padding: 0 0 9px;
	}

	.video__button__inner {
		max-width: 800px;
		margin: 0 auto 20px;
		font-size: 35px;
	}

	.video__text {
		text-align: center;
	}

	.content__button {
		position: relative;
		display: flex;
		justify-content: center;
	}

	.content__button:hover img {
		position: absolute;
		top: 53px;
		left: calc((100% - 362px) / 2 - 140px);
		display: inline-block;
	}

	.content__button > div {
		display: inline-block;
	}

	.review {
		padding: 0 0 40px;
	}

	.guarantee {
		max-width: 760px;
	}

	.guarantee__red-box {
		padding-left: 112px;
	}

	.guarantee img {
		top: 8px;
	}

	.guarantee__arrow {
		right: -26px;
		border-width: 26px 0 26px 26px;
	}

	.guarantee__arrow--gray {
		border-width: 45px 45px 0 0;
	}

	.guarantee__text-box {
		padding-left: 70px;
		padding-top:0px;
	}


	.in-content-cards {
		display: flex;
	}

	.in-content-cards .card-big {
		width: 50%;
	}

	.card-big__content {
		padding: 0 20px;
	}

	.products-right {
		display: flex;
		flex-wrap: wrap;
	}

	.products-right .card {
		margin-right: 10px;
	}

	.resale {
		max-width: 800px;
		margin: 0 auto;
	}

	.subdomain {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.subdomain select {
		width: 320px;
		margin-bottom: 0;
	}

	.subdomain a {
		white-space: nowrap;
	}
	

	.module-info {
		width: 100%;
	}
	
	.module-info__content {
		flex-direction: row;
	}

	.module-info__content div:first-child {
		padding: 10px 0 10px 40px
	}

	.module-info__content div:nth-child(2) {
		padding: 10px 0 10px 20px;
	}

	.module-info__content div:last-child {
		padding: 10px 10px 10px 20px;
	}

	.module-info__content > div:not(:first-child) {
		display: flex;
		align-items: center;
	}

	.module-info__content a {
		display: flex;
		align-items: center;
	}

	.module-info__content a::before {
		position: relative;
		top: -4px;
	}

	.module-info__arrow {
		right: -35px;
		border-top-width: 35px;
		border-bottom-width: 35px;
		border-left-width: 35px;
	}
	
}

@media only screen and (min-width: 850px) {
	.nav__wrapper {
		flex-direction: row;
	}

	.nav__wrapper > a {
		margin-bottom: 0;
	}

	.nav__wrapper > a:first-child,

	.nav__cards-dropdown,

	.nav__tel {

		margin-right: 10px;
	}

	.nav__text {
		margin-bottom: 0;
	}

	.guarantee__text-box {
		padding-left: 70px;
		padding-top:0px;
	}


}

@media only screen and (min-width: 950px) {
	.nav--fix .nav__wrapper .nav__shopping {
		display: block;
		padding-left: 20px;
	}
}

@media only screen and (min-width: 1050px) {
	.nav__wrapper {
		justify-content: space-between;
	}

	.nav__wrapper > a:first-child,

	.nav__tel {
		margin-right: 20px;
	}
	
	.nav__wrapper > span {
		display: inline-block;
		margin: 0;
		margin-right: 20px;
	}

	.nav__secondary ul {
		flex-direction: row;
		justify-content: center;
		background-color: #0D181D
	}

	.nav__secondary li {
		padding: 0 5px;
	}

	.nav__secondary li a {
		white-space: nowrap;
	}

	.nav__secondary li:not(:last-child) {
		border-bottom: none;
	}
	
	.products-right {
		padding: 10px 0 10px 20px;;
	}
	
	.resale {
		padding: 0;
	}

	.nav-footer ul {
		flex-direction: row;
		justify-content: center;
		background-color: #BBDA03
	}

	.nav-footer li {
		width: auto;
		padding: 0 5px;
	}

	.nav-footer li a {
		white-space: nowrap;
	}

	.nav-footer a {
		padding: 0;
	}

	.nav-footer li:not(:last-child) {
		border-bottom: none;
	}	

	.nav-footer a:hover {
		background-color: #BBDA03;
		text-decoration: underline;

	}
	
	.subdomain {
	margin-top:15px;
	}
	
}

@media only screen and (min-width: 1100px) {
	.main {
		display: flex;
		background-color:#fff;
	}

	.subdomain {
		max-width: 800px;
	}
}


@media only screen and (min-width: 1200px) {

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.nav__cards {
	max-width: 1200px;
	margin: 0 auto;
}

.nav__secondary li, c.nav-footer li {
		padding: 0 10px;
	}

}

@media only screen and (min-width: 768px) {
	.team img {
		display: block;
	}

	.team__content {
		width: calc(100% - 99px);
	}
}


@media only screen and (min-width: 1000px) {
	.links-images__box {
		width: 50%;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 1050px) {
	.counter--open {
		height: 85px;
	}

	.counter__wrapper {
		flex-direction: row;
	}

	.counter__text {
		padding: 0;
		margin-right: 20px;
	}

	.counter__wrapper > p {
		padding: 0;
		margin-left: 20px;
	}

	.team {
		padding: 40px;
	}

	.links-images__box {
		margin-bottom: 40px;
	}
.links-images {
	padding-left:15px;
}	
	
}

@media only screen and (max-width: 800px) {
	.ajanlott_in{
		text-align:center;
	}
	.ajanlott_in p img{
	display:block;
	align:center;
	float:none;
	margin-left:auto;
	margin-right:auto;
	}
	.ajanlott_in p{
		text-align:center;
		line-height:22px;
	}	
	
.order {
	margin-left:auto;
	margin-right:auto;
}

.links-images {
	padding-left:15px;
}	
}

@media only screen and (max-width: 480px) {

	.link {
		display: block;
		font-size: 17px;
		line-height: 24px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 0px;
		padding-left: 0px;
		text-decoration:underline;
	}

	.counter__wrapper > p {
		text-align:center;
	}
	
	.counter__text {
		margin-bottom:15px;
	}
	
	.call-to-action {
		margin-left:-20px;
		margin-right:-20px;	
		border-right: none;
		border-left: none;
	}
	
	.outlink{
		background-color: #000;
		margin-right:-20px;
		margin-left:-20px;
		margin-top:15px;
		margin-bottom:15px;
	}

	.module-info {
		width:100%;	
		left:0px;
	}
	
	.module-info__content{
		left:60px;
		}
	
	.module-info__arrow{
		display:none;
		width:1px;
		}
	.guarantee_out{
		background-color: #CC0000;
		margin-right:-20px;
		}	
	.guarantee__arrow{
		display:none;
		}
	
	.ajanlott_in p img{
	margin-left:-15px;
	}


.links-images {
	display: block;
	flex-wrap: none;
	padding: 20px 0;
}

.links-images__box {
	display: block;
	max-width: 1000px;
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}

.links-images__box img {
	align: center;
}

.links-images__content {
	display: block;
	justify-content: none;
	padding-left: 20px;
	width:100%;
	text-align:center;
	padding-left:0px;
}	
.links-images__content a{
	line-height:39px;
}	

}
