@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&subset=latin-ext');
* {margin: 0; padding: 0;}



/*--NORMALIZE---*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;} abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#333;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
ul, li {list-style: none; display: inline-block;}


ul, li, div, a, span, input, form, fieldset, textarea, button, select, label {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}


.trall3 {
-moz-transition: all 0.3s cubic-bezier(.4,0,.2,1);
-webkit-transition: all 0.3s cubic-bezier(.4,0,.2,1);
transition: all 0.3s cubic-bezier(.4,0,.2,1);	
	
}


fieldset {
border: 0; padding: 0;
}

textarea:focus,
select:focus,
input:focus {outline: 0;}


h1, h2, h3, h4, h5, h6 {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
display: inline-block;
float: left;
}

a, a:focus, a:hover {outline: none;}


body {
text-align: center;
background: #fff;
color: #666;
width: 100%;
font-family: 'Roboto Slab', Arial, sans-serif;
}



.clear {
display: inline-block;
float: left;	
width: 100%;
height: 1px;
}


.clearbox {
display: inline-block;
float: left;	
width: 100%;
height: auto;	
}

.clear1 {
width: 100%;
height: 10px;
}
.clear2 {
width: 100%;
height: 20px;
}




.header-wrapper {
width: 100%;
display: inline-block;
float: left;
height: 100px;
position: fixed;
vertical-align: top;	
background: #fff;
z-index: 100;
left: 0;
top: 0;
text-align: center;
}	




/*---sidebar---*/
.navpop {
width: 260px;
position: absolute;
z-index: 11300;
top: 70px;
left: 0;
min-height: 240px;
background: transparent;
overflow: hidden;
background: #e40321;
opacity: 0;
transform: scale(1,0);
-webkit-transform: scale(1,0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
text-align: left;
}

.navpop.active {
opacity: 1;
transform: scale(1,1);
-webkit-transform: scale(1,1);
}


.navpop-inner {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: auto;
z-index: 11360;
}

.navpop-inner ::-webkit-scrollbar {
    width: 12px;
}
 
.navpop-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 

.navpop-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.navpop-inner::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


.navlist {
display: inline-block;
float: left;
width: 100%;
list-style: none;
}


.navlist li {
width: 100%;
display: inline-block;
float: left;
border-bottom: 1px solid rgba(0,0,0,.05);
opacity: 0;
transform: translate3d(-50px,0,0) scale(0.9,0.9);
-webkit-transform: translate3d(-50px,0,0) scale(0.9,0.9);
-moz-transform: translate3d(-50px,0,0) scale(0.9,0.9);
-ms-transform: translate3d(-50px,0,0) scale(0.9,0.9);
}

.navpop.active .navlist li {
opacity: 1;
transform: translate3d(0,0,0) scale(1,1);
-webkit-transform:translate3d(0,0,0) scale(1,1);
-moz-transform:translate3d(0,0,0) scale(1,1);
-ms-transform: translate3d(0,0,0) scale(1,1);
}

.navpop.active .navlist li:nth-child(1) {
transition: all 0.3s ease 0.05s;
-webkit-transition: all 0.3s ease 0.05s;
-moz-transition: all 0.3s ease 0.05s;
}
.navpop.active .navlist li:nth-child(2) {
transition: all 0.3s ease 0.1s;
-webkit-transition: all 0.3s ease 0.1s;
-moz-transition: all 0.3s ease 0.1s;
}
.navpop.active .navlist li:nth-child(3) {
transition: all 0.3s ease 0.15s;
-webkit-transition: all 0.3s ease 0.15s;
-moz-transition: all 0.3s ease 0.15s;
}
.navpop.active .navlist li:nth-child(4) {
transition: all 0.3s ease 0.2s;
-webkit-transition: all 0.3s ease 0.2s;
-moz-transition: all 0.3s ease 0.2s;
}
.navpop.active .navlist li:nth-child(5) {
transition: all 0.3s ease 0.25s;
-webkit-transition: all 0.3s ease 0.25s;
-moz-transition: all 0.3s ease 0.25s;
}
.navpop.active .navlist li:nth-child(6) {
transition: all 0.3s ease 0.3s;
-webkit-transition: all 0.3s ease 0.3s;
-moz-transition: all 0.3s ease 0.3s;
}
.navpop.active .navlist li:nth-child(7) {
transition: all 0.3s ease 0.35s;
-webkit-transition: all 0.3s ease 0.35s;
-moz-transition: all 0.3s ease 0.35s;
}
.navpop.active .navlist li:nth-child(8) {
transition: all 0.3s ease 0.4s;
-webkit-transition: all 0.3s ease 0.4s;
-moz-transition: all 0.3s ease 0.4s;
}
.navpop.active .navlist li:nth-child(9) {
transition: all 0.3s ease 0.45s;
-webkit-transition: all 0.3s ease 0.45s;
-moz-transition: all 0.3s ease 0.45s;
}
.navpop.active .navlist li:nth-child(10) {
transition: all 0.3s ease 0.5s;
-webkit-transition: all 0.3s ease 0.5s;
-moz-transition: all 0.3s ease 0.5s;
}





.navlist li a {
display: inline-block;
width: 100%;
padding: 10px 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
}

.navlist li a:hover {
    background: rgba(0,0,0,0.1);
color: #fff;
}


.subnavlist {
display: none;
}

.sidebar_icons {
display: inline-block;
float: left;
width: 100%;
padding: 0;

}



/*---header info---*/
.header {
display: inline-block;
width: 100%;
float: none;
position: relative;
width: 1200px;
vertical-align: top;
}


.mainlogo {
    position: absolute;
	display: inline-block;
    z-index: 100;
    top: 20px;
    left: 50%;
    margin-left: -198px;
    border: 0;
}



.mainlogo img {
    border: 0;display: inline-block;float: left;
}


.menuclose,
.menuopen {
width: 46px;
height: 46px;
position: absolute;
left: 10px;
top: 25px;
cursor: pointer;
z-index: 1200;
border-radius: 50%;
}
.menuclose span,
.menuopen span {
width: 30px;
height: 3px;
position: absolute;
border-radius: 3px;
background: #e40321;
top: 50%;
left: 50%;
margin-top: -2px;
margin-left: -15px;
}

.menuclose span:before,
.menuclose span:after,
.menuopen span:before,
.menuopen span:after {
width: 100%;
height: 3px;
position: absolute;
border-radius: 3px;
background: #e40321;
content: '';
left: 0;
}

.menuclose span:before,
.menuopen span:before {
top: -8px;
}
.menuclose span:after,
.menuopen span:after {
top: 8px;
}



.header_icons {
display: inline-block;
float: right;
width: auto;
position: absolute;
top: 5px;
right: 0;
z-index: 100;
}

.header_phone {
		height:23px;
		line-height: 23px;
		vertical-align: middle;
		background:url('/themes/cegesutazas.hu/images/icon_top1.png') left center no-repeat;
		color:#FFF;
		font-family: 'Lobster', cursive;
		padding-left:38px;
		display:inline-block;
		font-size:1.25em;
		margin-bottom:0.2625em;
}
	
.header_contact {
		height:23px;
		line-height: 23px;
		vertical-align: middle;
		background:url('/themes/cegesutazas.hu/images/icon_top2.png') left center no-repeat;
		color:#FFF;
		font-family: 'Lobster', cursive;
		padding-left:38px;
		display:inline-block;
		font-size:1.25em;
		margin-bottom:0.2625em;
}
.header_icons a,
.header_icons a:hover {
		color:#FFF !important;
}

.header_ajanlat {
		height:23px;
		line-height: 23px;
		vertical-align: middle;
		background:url('/themes/cegesutazas.hu/images/icon_top3.png') left center no-repeat;
		color:#FFF;
		font-family: 'Lobster', cursive;
		padding-left:38px;
		display:inline-block;
		font-size:1.25em;
}








.page-wrapper {
width: 100%;
display: inline-block;
float: left;
height: auto;
position: relative;
overflow: hidden;
vertical-align: top;
padding-top: 100px;
}



.page-wrapper-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.8);
z-index: 90;
top: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
}


.page-wrapper-overlay.active {
opacity: 1;
visibility: visible;
}






/*---Sections---*/
#content {
min-height: 480px;
}

.section {
width: 100%;
height: auto;
min-height: 200px;
display: inline-block;
float: left;
text-align:center;
position: relative;
background: #f5f5f5;
}


.section.red {
	background: #e40321;
	color: #fff;	
}



ul.covidlist {list-style-type: none;}

ul.covidlist li {padding-left: 20px; position: relative; color: #fff;}


ul.covidlist li:before {
  content: "•"; /* Insert content that looks like bullets */
  left: 0;
  top: 0;
  color: blue; /* Or a color you prefer */
  position: absolute;
  color: #fff;
  font-size: 24px;
}




.section-title {
width: 100%;
height: 350px;
background-color: #bbb;
display: inline-block;
float: left;
text-align: center;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url('../img/sbg1.jpg');
}
#bl1 .section-title {height: 700px;}


.section-title:after {
background-color: rgba(0,0,0,0.3);
content: '';
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;	
}	

.section-title h2 {
	display: inline-block;
	max-width: 80%;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	}

#bl1 .section-title h2 {
    font-size: 60px;
	line-height: 70px;	
}

.section-inner {
width: 100%;
min-height: 200px;
display: inline-block;
float: none;
margin: 0 auto;
padding: 60px 20px 80px 20px;
width: 1200px;
text-align: left;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}

.section-inner2 {
min-height: 100px;
display: inline-block;
padding: 10px 20px 10px 20px;
width: 1200px;
text-align: left;
}

.section-inner {
font-size: 17px;
line-height: 28px;	
-webkit-font-smoothing: subpixel-antialiased;
}



.leftbox {
width: 50%;
display:inline-block;
float: left;	
}	

.leftbox.terkep iframe {
	width: 100% !important;
}


.pdl20 {padding-left: 30px;}
.pdr20 {padding-right: 30px;}


.signiture {
padding-top: 5px;
width: 100%;
color: #000 !important;	
font-style: italic;
line-height: 22px;
text-align: right;
}

.signiture span {
	font-size: 14px;
	display: inline-block;
	color: #666 !important;
	float: right;
	width: 100%;
	text-align: right;
}



/*--Dotnav--*/
.dotnav {
width: 26px;
height: auto;
position: fixed;
top: 50%;
left: 20px;
transform: translate3d(0,-50%,0);
-webkit-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
z-index: 300;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.dotnav li {
list-style: none;
width: 24px;
height: 30px;
display: inline-block;
float: left;
position: relative;
}


.dotnav li a {
position: relative;
width: 26px;
height: 30px;
display: inline-block;
}


.dotnav li a .dot {
position: absolute;
width: 18px;
height: 18px;
background: #00ffcc;
border-radius: 50%;
display: inline-block;
top: 4px;
left: 4px;
transform: scale(0.7,0.7);
-webkit-transform: scale(0.7,0.7);
-moz-transform: scale(0.7,0.7);
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}

.dotnav li a:hover .dot,
.dotnav li.selected a .dot {
transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
}


.dotnav li a .dot .dot-label {
position: absolute;
left: 30px;
height: 24px;
line-height: 24px;
padding: 0 6px;
background: rgba(0,0,0,0.5);
border-radius: 2px;
display: inline-block;
color: #fff;
font-size: 13px;
white-space: nowrap;
opacity: 0;
top: -3px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.dotnav li a:hover .dot .dot-label {
opacity: 1;
}

.dotnav li.selected a .dot {
box-shadow: 0 0 0 3px #00ffcc;
background: #fff;
}

/*--anchor--*/
a.anchor {
display: inline-block;
float: left;
width: 100%;
height: 1px;
}




.table {

}

.table td {
padding: 5px 10px;
font-size: 18px;
line-height: 26px;	

position: relative;
}

.pricetable td {
	
border: 1px dotted #ccc;	
}


.servicestable td {padding-left: 26px;}
.servicestable td:before {
content: '';
width: 6px;
height:6px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 10px;
margin-top: -2px;
background: #e40321;		
}


















.scrolltotop {
position: fixed; 
bottom: 25px;
right: 20px;
width: 44px;
height: 44px;
border-radius: 50%;
margin-left: -22px;
display: inline-block;
cursor: pointer;
opacity: 0;
background-color: #e40321;
background-image: url('../img/totop.png');
background-position: center;
background-repeat: no-repeat;
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
z-index: 3000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}
.scrolltotop.show {opacity: 1;}
.scrolltotop:active {
background-color: #b90119;
box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}




form#cform {
width: 50%;
float: left;
padding: 0;
display: inline-block;		
}

fieldset {
displaY: inline-block;
width: 100%;
float: left;	
}

fieldset legend {
displaY: inline-block;
width: 100%;
float: left;	
text-transform: uppercase;
font-size: 11px;
}


fieldset input,
fieldset select {
width: 100%;
padding: 5px;
line-height: 20px;
font-size: 16px;
display: inline-block;
floaT: left;
box-sizing: border-box;
-webkit-box-sizing: border-box;	
border: 1px solid #ccc;
}

fieldset.hidden {displaY: none;}

.highlight, .highlight1  {background: #f5e2e5 !important;}
#error {display: none; float: left; color: #cc0000; line-height: 18px; width: 50%; font-size: 14px; padding: 5px 0;}
#done {display: none; clear: both; color: #1d131d; line-height: 30px; font-size: 25px; padding: 25px 0; width: 50%;}



.button {
background: #0099ff;
color: #fff;
padding: 10px;
border: 0;
border-radius: 5px;
margin-top: 15px;	
}


.ckepbox {
display: inline-block;
float: right;
width: 50%;
text-align:center;
max-height: 400px;
overflow: hiddn;
}


.ckepbox img {
float: none;
margin: 0 auto;
max-height: 400px;
width: auto;
}



.process {
	position: absolute;
	top: 250px;
	left: 50%;
	z-index: 305;
	margin: -40px 0 0 -40px;
	height: 80px;
	width: 80px;
	text-indent: 250px;
	white-space: nowrap;
	overflow: hidden;
	background:  url(../img/spinner.png);
	-webkit-animation: spinnerRotate 0.5s infinite linear;
	-ms-animation: spinnerRotate 0.5s infinite linear;
	-moz-animation: spinnerRotate 0.5s infinite linear;
    animation: spinnerRotate 0.5s infinite linear;
	display: none;
}
@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}
@-keyframes spinnerRotate {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
@-ms-keyframes spinnerRotate {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
@-moz-keyframes spinnerRotate {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}







@media screen and (max-width:1280px) {
.section-inner{
width: 100%;
padding-left: 60px;
padding-right: 60px;
}
.header {
width: 100%;
}
.menuopen {left: 50px}


}


@media screen and (max-width:900px) {
.leftbox {width: 100%;}
.pdl20 {padding-left: 0; padding-top: 20px;}
.pdr20 {padding-right: 0;}
.leftbox.terkep {margin-top: 25px;}

.section-title {height: 260px;}
#bl1 .section-title {height: 400px;}
#bl1 .section-title h2 {
font-size: 40px;
    line-height: 50px;
}
.section-title h2 {
	font-size: 40px;
    line-height: 50px;
}
.section-inner {
    font-size: 15px;
    line-height: 22px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.table td {
    padding: 5px 5px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
}
.servicestable td {
    padding-left: 26px;vertical-align: top;
}
.servicestable td:before {top: 15px;}
form#cform {
    width: 100%;
    float: left;
    padding: 0 15%;
    display: inline-block;
}
.ckepbox {width: 100%; max-height: 800px; padding-top: 30px;}
#done {width: 50%;}
}




@media screen and (max-width:800px) {
.dotnav {display: none;}
.section-inner{
padding: 20px 15px 35px 15px;
}

.header-wrapper {
height: 60px;	
}
.menuopen {
left: 10px;
top: 9px;	
}
.mainlogo img {
	width: 200px;
}

.mainlogo {
margin-left: -100px;
top: 15px;	
}
.navpop {
	top: 60px;
	
}

form#cform { padding: 0; width: 100%;}
.ckepbox {width: 100%; }



.section-title {height: 200px;}
#bl1 .section-title {height: 300px;}
#bl1 .section-title h2 {
font-size: 30px;
    line-height: 40px;
}
.section-title h2 {
	font-size: 30px;
    line-height: 40px;
}

.center{
margin-left: auto;
margin-right: auto;      
}

div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
}

div.scroll-container img {
  padding: 5px;
} 
   



}