html{
	overflow-x:hidden;
}

div.clear{
	clear:both;
}

img.left{
	float:left;
}

img.right{
	float:right;
}

/* PRELOAD */

.spinner-loading {
  border: 10px solid #eee;
  border-right-color: transparent;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

#ajax-preloader h2 {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ajax-preloader h2:before,
#ajax-preloader h2:after {
  content: "..";
  position: absolute;
  animation: dot-animation 1s linear infinite alternate;
}

#ajax-preloader h2:before {
  right: -15px;
}
#ajax-preloader h2:after {
  right: -20px;
  animation-delay: 1s;
}

@keyframes dot-animation {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}


/* PRELOAD VÉGE */

p{
font-family:Roboto;
font-weight:400;
font-size:17px;
}

header.header{
	position:fixed;
	left:0;
	top:0;
	height:78px;
	width:100%;
	margin:0;
background: -moz-linear-gradient(top, rgba(16,107,171,0.96) 0%, rgba(3,137,211,0.96) 100%);
background: -webkit-linear-gradient(top, rgba(16,107,171,0.96) 0%,rgba(3,137,211,0.96) 100%);
background: linear-gradient(to bottom, rgba(16,107,171,0.96) 0%,rgba(3,137,211,0.96) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5106bab', endColorstr='#f50389d3',GradientType=0 );
-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
z-index:999;
}

header.header.close{
background: #106bab;
background: -moz-linear-gradient(left, #106bab 0%, #0389d3 100%);
background: -webkit-linear-gradient(left, #106bab 0%,#0389d3 100%);
background: linear-gradient(to right, #106bab 0%,#0389d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106bab', endColorstr='#0389d3',GradientType=1 );
}

header.header:after{
	position:absolute;
	content:'';
	left:0;
	bottom:-2px;
	height:2px;
	width:100%;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 29%, #78bee5 85%);
background: -webkit-linear-gradient(left, #ffffff 29%,#78bee5 85%);
background: linear-gradient(to right, #ffffff 29%,#78bee5 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#78bee5',GradientType=1 );
	z-index:1;
}

header.header img.logo{
	width:100%;
}

header.header a.brand.pull-left{
	position:relative;
	width:261px;
	margin:18px 0 0 48px;
}

header.header a.brand.pull-left span.backto-mainpage{
	position:absolute;
	display:inline-block;
	left:-20px;
	bottom:-16px;
	font-family:'Roboto Condensed';
	font-weight:700;
	font-style:italic;
	line-height:1;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding-left:14px;
	background:url('../images/header/back-arrow.png') no-repeat 0 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

header.header a.brand.pull-left span.backto-mainpage span.blue{
	color:#abdaff;
}

header.header a.brand.pull-left:hover span.backto-mainpage{
	left:1px;
}

body.itemid-102 header.header a.brand.pull-left span.backto-mainpage,
body.itemid-125 header.header a.brand.pull-left span.backto-mainpage{
	display:none;
}

@media (min-width: 1220px){
div.moduletable.contact #contact,
div.custom.schedule,
div.custom.ourcompany,
div.custom.online-com,
div.custom.portalserver,
div.custom.latest-news,
div.custom.clients,
header.header div.header-inner{
	position:relative;
	width:1200px;
	margin:0 auto;
}
}

div.custom.ourcompany{
	z-index:3;
}

div.header-search.pull-right{
	padding-top:17px;
	float:left;
}

header.header div.header-lang{
	padding-top:17px;
	float:right;
}

header.header #gruemenu{
	float:left;
	margin:0 0 0 70px;
	background:transparent;
}

header.header #gruemenu ul.sub-menu {
	display: none;
}

header.header #gruemenu li:hover > ul.sub-menu {
	display: initial;
}

header.header li{
	cursor:default;
}

header.header #gruemenu > ul > li{
	position:relative;
	list-style:none;
	display:inline-block;
	margin:0 36px;
}

header.header #gruemenu > ul > li.item-102,
header.header #gruemenu > ul > li.item-148,
header.header #gruemenu > ul > li.item-125,
header.header #gruemenu > ul > li.item-165{
display:none;
}

li.dj-up.separator:hover{
	cursor:default;
}

div.header-lang div.search.search{
	position:relative;
	float:left;
	width:40px;
	padding-top:2px;
	margin-right:10px;
}

div.moduletable.banner-slider{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

div.header-lang div.search.search .form-inline{
	margin:0;
}

div.header-lang div.search.search span.search-icon-btn{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	border:2px solid transparent;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	background:url('../images/header/search-icons.png') no-repeat 50% -23px;
	cursor:pointer;
		-webkit-transition: background-color 0.2s, border-color 0.2s linear;
	-moz-transition: background-color 0.2s, border-color 0.2s linear;
	-ms-transition: background-color 0.2s, border-color 0.2s linear;
	-o-transition: background-color 0.2s, border-color 0.2s linear;
	transition: background-color 0.2s, border-color 0.2s linear;
}

div.header-lang div.search.search.close span.search-icon-btn{
	background-position: 50% 13px;
}

header.header div.header-lang div.search.search span.search-icon-btn:hover{
	background-color:#76bde5;
	border-color:#addef9;
	background-position: 50% -23px;
}

div.header-lang div.search.search div.search-tab{
	display:none;
	position:absolute;
	left:-345px;
	top:63px;
	height:72px;
	width:940px;
	background:rgba(120,190,229,0.95) url('../images/header/search-grad-bg.png') repeat-x 0 100%;
	border-bottom:2px solid #cee8f6;
	z-index:5;
}

div.header-lang div.search.search div.search-tab:before{
	position:absolute;
	content:'';
	left:-76px;
	top:0;
	width:76px;
	height:74px;
	background:url('../images/header/search-corner.png') no-repeat 0 0;
	z-index:1;
}

div.header-lang div.search.search div.search-tab:after{
	position:absolute;
	content:'';
	left:350px;
	top:-15px;
	width:29px;
	height:15px;
	background:url('../images/header/search-triangle.png') no-repeat 0 0;
	z-index:2;
}

div.header-lang div.search.search #mod-search-searchword{
	font-family:'Roboto';
	font-weight:300;
	font-size:19px;
	color:#fff;
	height:36px;
	padding:0 4px;
	margin:15px 27px 0 60px;
	width:290px;
	border:none;
	border-bottom:2px solid #fff;
	background:none;
	-webkit-appearance: none;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}

div.header-lang div.search.search #mod-search-searchword::-webkit-input-placeholder { color: #fff; }

/* Firefox 4-18 */
div.header-lang div.search.search #mod-search-searchword:-moz-placeholder { color: #fff; }

/* Firefox 19+ */
div.header-lang div.search.search #mod-search-searchword::-moz-placeholder { color: #fff; }

/* IE10+ */
div.header-lang div.search.search #mod-search-searchword:-ms-input-placeholder { color: #fff; }

div.header-lang div.search.search input.submit{
	font-family:'Roboto';
	font-weight:700;
	width:56px;
	height:42px;
	border:2px solid #fff;
	background:transparent;
	font-size:17px;
	color:#fff;
	padding:0;
	margin-top:10px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

div.header-lang div.search.search input.submit:hover{
background: #ff7f00;
background: -moz-linear-gradient(left, #ff7f00 0%, #f39a00 100%);
background: -webkit-linear-gradient(left, #ff7f00 0%,#f39a00 100%);
background: linear-gradient(to right, #ff7f00 0%,#f39a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#f39a00',GradientType=1 );
}

header.header div.mod-languages{
	position:relative;
	float:left;
	width:65px;
	height:34px;
	padding-top:10px;
}

header.header div.mod-languages:after{
	position:absolute;
	content:'';
	left:0;
	top:17px;
	height:15px;
	width:1px;
	background-color:#fff;
	z-index:1;
}

header.header div.mod-languages li{
	margin:0;
	padding:0;
}

header.header div.mod-languages li a{
	display:block;
	font-family:'Roboto';
	font-weight:300;
	color:#fff;
	font-size:19px;
	line-height:29px;
	padding:0 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header.header div.mod-languages li a:hover{
	color:#0d78bb;
	background-color:#fff;
}

/* Legfrissebb híreink */

div.moduletable.latest-news{
	position:relative;
	background-color:#fff;
	z-index:99;
}

div.moduletable.latest-news:after{
	position:absolute;
	content:'';
	left:0;
	bottom:-27px;
	height:27px;
	width:100%;
	background:url('../images/module-shadow-top.png') repeat-x 0 0;
	z-index:1;
}

div.title.module-title{
	padding-top:30px;
}

div.title.module-title h3{
	position:relative;
	text-align:center;
	font-family:'Raleway';
	font-weight:700;
	font-size:30px;
	line-height:1.2;
	padding-bottom:22px;
	margin:0 10px 18px;
	color:#2870b7;
	text-transform:uppercase;
}

div.title.module-title.white h3{
	color:#fff;
}

#portalserver div.title h3{
	text-transform:none;
	color:#002a70;
	font-weight:300;
}

#portalserver div.title h3 span{
	font-weight:700;
}

div.title.module-title h3 span.dark{
color:#002a70;
}

div.title.module-title h3 span.watch{
	display:inline-block;
	height:25px;
	padding-top:7px;
	vertical-align:top;
}

div.title.module-title h3 span.watch img{
	display:block;
}

div.title.module-title h3:after{
	position:absolute;
	content:'';
	bottom:2px;
	left:0;
	right:0;
	margin:0 auto;
	width:170px;
	height:2px;
	background-color:#e5493a;
	z-index:1;
}

div.title.module-title.white h3:after{
	background-color:#fff;
}

div.title.module-title p.sub-title{
	text-align:center;
	font-family:'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:1.2;
	color:#3474ba;
	margin-bottom:45px;
}

#online-com div.title  p.sub-title{
	margin-bottom:35px;
}

div.title.module-title.white p.sub-title{
color:#a3ceeb;
}

div.schedule div.title.module-title.white p.sub-title{
color:#cfe5f9;
}

/* Cégünkről */

div.moduletable.ourcompany{
position:relative;
background:url('../images/ourcompany/grad-bg.png') repeat-y 0 0;
z-index:9;
border-top:3px solid #fff;
}

div.moduletable.ourcompany:after{
	position:absolute;
	content:'';
	left:0;
	top:50%;
	margin-top:-109px;
	width:100%;
	height:218px;
	background:url('../images/ourcompany/sparkle-bg.png') repeat-x 0 0;
	z-index:2;
}

div.moduletable.ourcompany #ourcompany{
	position:relative;
	z-index:4;
	height:552px;
	background:url('../images/ourcompany/neurons-bg.png') no-repeat 80% 0;
}

#ourcompany ul.categories{
position:relative;
padding:0;
margin:0;
}

#ourcompany ul.categories li{
position:relative;
list-style:none;
float:left;
vertical-align:top;
margin:0 2px;
padding:0;
	-webkit-transition: all 0.2s,left 0.6s,right 0.6s,opacity 0.6s linear;
	-moz-transition: all 0.2s,left 0.6s,right 0.6s,opacity 0.6s linear;
	-ms-transition: all 0.2s,left 0.6s,right 0.6s,opacity 0.6s linear;
	-o-transition: all 0.2s,left 0.6s,right 0.6s,opacity 0.6s linear;
	transition: all 0.2s,left 0.6s,right 0.6s,opacity 0.6s linear;
}

#ourcompany ul.categories li:first-child{
	margin-left:0;
}

#ourcompany ul.categories li:last-child{
	margin-right:0;
}

#ourcompany ul.categories li > a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}

#ourcompany ul.categories li span.title{
	display:block;
	font-family:'Raleway';
	font-weight:800;
	font-size:23px;
	color:#fff;
	line-height:1.2;
	margin-bottom:20px;
	text-align:center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#ourcompany ul.categories li:hover span.title{
color:#01325e;
}

#ourcompany ul.categories li span.description{
	position:relative;
	display:block;
	font-family:'Roboto';
	font-weight:400;
	font-size:14px;
	color:#bcd2ea;
	line-height:1.3;
	padding:0 5px 5px;
	min-height:70px;
	text-align:center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#ourcompany ul.categories li span.description:after{
	position:absolute;
	content:'';
	left:0;
	right:0;
	margin:0 auto;
	bottom:-2px;
	width:70px;
	height:2px;
	background-color:#fff;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#ourcompany ul.categories li:hover span.description:after{
background-color:#e86154;
}

#ourcompany ul.categories li.services span.description{
color:#c8daee;
}

#ourcompany ul.categories li.techbg span.description{
color:#d9e9fa;
}

#ourcompany ul.categories li.history span.description{
color:#fff;
}

#ourcompany ul.categories li:hover span.description{
color:#5684b9;
}

#ourcompany ul.categories li.introduce{
	background-color:rgba(255,255,255,0.15);
	left:0;
}

#ourcompany ul.categories:not(.first-visible) li.introduce{
	left:-500px;
}

#ourcompany ul.categories li.introduce span.icon{
background:url('../images/ourcompany/introduce.png') no-repeat 50% 50%;
background-size:60px;
}

#ourcompany ul.categories li.introduce span.icon:after{
background:url('../images/ourcompany/introduce-hover.png');
background-size:60px;
}

#ourcompany ul.categories li.services span.icon{
background:url('../images/ourcompany/services.png');
background-size:104px;
}

#ourcompany ul.categories li.services span.icon:after{
background:url('../images/ourcompany/services-hover.png');
background-size:104px;
}

#ourcompany ul.categories li.techbg span.icon{
background:url('../images/ourcompany/tech.png');
background-size:73px;
}

#ourcompany.eng ul.categories li.techbg span.icon{
margin-bottom:-27px;
}

#ourcompany ul.categories li.techbg span.icon:after{
background:url('../images/ourcompany/tech-hover.png');
background-size:73px;
}

#ourcompany ul.categories li.history span.icon{
background:url('../images/ourcompany/history.png');
background-size:112px;
}

#ourcompany ul.categories li.history span.icon:after{
background:url('../images/ourcompany/history-hover.png');
background-size:112px
}

div.custom.ourcompany #ourcompany ul.categories li span.icon{
	position:relative;
	display:block;
	height:46%;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

div.custom.ourcompany #ourcompany ul.categories li span.icon:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

#ourcompany ul.categories li.services{
	left:0;
	background-color:rgba(255,255,255,0.25);
}

#ourcompany ul.categories:not(.first-visible) li.services{
	left:-250px;
}

#ourcompany ul.categories li.techbg{
	right:0;
	background-color:rgba(255,255,255,0.35);
}

#ourcompany ul.categories:not(.first-visible) li.techbg{
	right:-250px;
}

#ourcompany ul.categories li.history{
	right:0;
	background-color:rgba(255,255,255,0.45);
}

#ourcompany ul.categories:not(.first-visible) li.history{
	right:-500px;
}

#ourcompany ul.categories li:hover{
  -webkit-transform:scale(1.06);
     -moz-transform:scale(1.06);
      -ms-transform:scale(1.06);
       -o-transform:scale(1.06);
          transform:scale(1.06);
-webkit-box-shadow: 0px 0px 40px 3px rgba(49,99,152,0.5);
-moz-box-shadow: 0px 0px 40px 3px rgba(49,99,152,0.5);
box-shadow: 0px 0px 40px 3px rgba(49,99,152,0.5);
z-index:3;
}

#ourcompany ul.categories li:before{
position:relative;
display:block;
content:'';
padding-top:106%;
z-index:1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
border:3px solid #fff;
background: #e7f1fc;
background: -moz-linear-gradient(-45deg, #e7f1fc 0%, #ffffff 50%, #e7f1fc 100%);
background: -webkit-linear-gradient(-45deg, #e7f1fc 0%,#ffffff 50%,#e7f1fc 100%);
background: linear-gradient(135deg, #e7f1fc 0%,#ffffff 50%,#e7f1fc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1fc', endColorstr='#e7f1fc',GradientType=1 );
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

@media (min-width: 860px){
#ourcompany ul.categories li{
width:calc(25% - 3px);	
}
#ourcompany div.slider-box span.nav-btn{
	display:none;
}
#ourcompany ul.categories,
#ourcompany div.slider{
	margin:0 !important;
	width:100% !important;
}
#ourcompany ul.categories{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
}
@media (max-width: 859px){
div.moduletable.ourcompany{
background: #0389d3;
background: -moz-linear-gradient(left, #0389d3 0%, #1d4980 100%);
background: -webkit-linear-gradient(left, #0389d3 0%,#1d4980 100%);
background: linear-gradient(to right, #0389d3 0%,#1d4980 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389d3', endColorstr='#1d4980',GradientType=1 );
}
div.moduletable.ourcompany #ourcompany{
	background-position:0 -80px;
}
#ourcompany div.slider-box,
#ourcompany div.slider{
	width:600px!important;
}
#ourcompany div.slider-box{
  position: relative;
  margin: 0 auto;
}

#ourcompany div.slider{
	position: relative;
	overflow:hidden;
	height:321px;
}
	
#ourcompany ul.categories li{
width:300px;
margin:0;
}
#ourcompany ul.categories li:before{
	padding-top:105%;
}
#ourcompany div.slider-box span.nav-btn{
	position:absolute;
	height:60px;
	width:25px;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	z-index:3;
}
#ourcompany div.slider-box span.nav-btn.prev{
	left:-25px;
	background:url('../images/ourcompany/prev.png') no-repeat 0 50%;
}
#ourcompany div.slider-box span.nav-btn.next{
	right:-25px;
	background:url('../images/ourcompany/next.png') no-repeat 100% 50%;
}
}

@media (max-width: 680px){
#ourcompany div.slider-box,
#ourcompany div.slider{
	width:300px!important;
}
div.title.module-title h3{
	font-size:25px;
	padding-bottom:15px;
}
div.title.module-title h3:after{
	width:144px;
}
div.title.module-title p.sub-title{
	margin-left:20px;
	margin-right:20px;
}
}

/* Online kommunikáció */

#online-com{
	position:relative;
	padding-bottom:74px;
	-webkit-transition: opacity 0.6s linear;
	-moz-transition: opacity 0.6s linear;
	-ms-transition: opacity 0.6s linear;
	-o-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}

div.moduletable.online-com{
position:relative;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #a1d0ff 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#a1d0ff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#a1d0ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a1d0ff',GradientType=0 );
}

div.moduletable.online-com:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	height:27px;
	width:100%;
	background:url('../images/module-shadow-bottom.png') repeat-x 0 0;
	z-index:1;
}

div.moduletable.online-com:after{
	position:absolute;
	content:'';
	left:0;
	top:-27px;
	height:27px;
	width:100%;
	background:url('../images/module-shadow-bottom.png') repeat-x 0 0;
	z-index:1;
}

#online-com div.isMobil{
	display:none;
}

#online-com ul.menu{
	text-align:center;
	margin:0;
	padding:0;
	clear:both;
}

#online-com ul.menu li{
	position:relative;
	display:inline-block;
	margin:0 11px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#online-com ul.menu li > span.label{
	position:relative;
	font-family:'Roboto';
	font-weight:500;
	list-style:none;
	display:block;
	font-size:14px;
	line-height:34px;
	color:#002a70;
	background-color:#fff;
	padding:0 20px;
	border:2px solid transparent;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#online-com ul.menu li.current > span.label{
color:#fff;
background-color:#e5493a;
}

#online-com > div.title{
	padding-bottom:40px;
}

#online-com div.video-box{
	float:left;
	width:607px;
}

#online-com div.video-box div.video{
	border:3px solid #fff;
-webkit-box-shadow: 0px 0px 35px 0px rgba(49,99,152,0.4);
-moz-box-shadow: 0px 0px 35px 0px rgba(49,99,152,0.4);
box-shadow: 0px 0px 35px 0px rgba(49,99,152,0.4);
}

#online-com div.video-box div.video img{
	display:block;
	max-width:100%;
	height:auto;
}
#online-com div.video-box,
#online-com div.text-box{
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;	
}

@media (min-width: 871px){
#online-com ul.menu li div.content{
	display:none !important;
}
}

@media (min-width: 1231px){
#online-com div.text-box{
	width:calc(100% - 607px);
	padding-left:40px;
}
}

@media (max-width: 1230px){
#online-com div.text-box{
	padding:0 20px;
	width:50%;
}
#online-com div.video-box{
width:50%;
padding-left:15px;
}
}

@media (max-width: 870px){
#online-com div.isMobil{
	display:block;
	height:0;
	padding:0;
}
#online-com{
	padding:0 10px;
}
#online-com ul.menu li{
	display:block;
	margin:0 0 6px;
}

#online-com ul.menu li div.content{
	padding:10px 5px 0;
}

#online-com ul.menu li div.content p{
	font-size:17px;
	color:#5684b9;
	text-align:justify;
	line-height:1.3;
}

#online-com ul.menu li div.content h3{
	font-size:20px;
	padding-top:15px;
	padding-bottom:0;
}

#online-com ul.menu li div.content h3:after{
	display:none;
}

#online-com ul.menu li > span.label{
	color:#3474ba;
	border-color:#9cccfb;
	background-color:#fff;
	font-size:17px;
	line-height:36px;
}

#online-com ul.menu li.current > span.label{
border-color:#e5493a;
}

#online-com ul.menu li > span.label:before,
#online-com ul.menu li > span.label:after{
	position:absolute;
	content:'';
	right:11px;
	top:11px;
	width:22px;
	height:13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#online-com ul.menu li > span.label:before{
	background:url('../images/online/close.png') no-repeat 0 0;
	z-index:1;
}

#online-com ul.menu li > span.label:after{
	background:url('../images/online/open.png') no-repeat 0 0;
	z-index:2;
}

#online-com ul.menu li.current > span.label:before,
#online-com ul.menu li.current > span.label:after{
  behavior:url(-ms-transform.htc);  
  -moz-transform:rotate(180deg);  
  -webkit-transform:rotate(180deg);  
  -o-transform:rotate(180deg);  
  -ms-transform:rotate(180deg);
}

#online-com div.content,
#online-com div.video-box{
	display:none;
}
}

#online-com div.text-box h3{
	font-family:'Roboto';
	font-weight:700;
	font-size:24px;
	line-height:1.2;
	color:#356399;
	margin-bottom:25px;
	text-transform:uppercase;
}

#online-com div.text-box p{
	font-family:'Roboto';
	font-weight:400;
	text-align:justify;
	font-size:17px;
	line-height:22px;
	color:#5684b9;
	margin-bottom:20px;
}

#online-com div.more-btn a,
div.btn-box.blue.more a{
	font-family:'Roboto';
	font-weight:700;
	position:relative;
	display:inline-block;
	line-height:40px;
	padding:0 26px;
	font-size:14px;
	color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#2b5d8c;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#online-com div.more-btn a:hover,
div.btn-box.blue.more a:hover{
	background-color:#df7822;
}

#online-com div.clear{
	height:0;
}

#online-com div.hide-pages{
	display:none;
}

footer.footer{
	position:relative;
	background:#2462a2 url('../images/footer/footer-shadow.png') repeat-x 0 0;
	height:100px;
}

footer.footer p.copyright{
	font-family:'Roboto';
	font-weight:500;
	text-align:center;
	font-size:14px;
	line-height:1.4;
	color:#8fd7ff;
	margin:45px 10px 0;
	text-transform:uppercase;
}

footer.footer p.copyright a{
color:#8fd7ff;
margin:0;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

footer.footer p.copyright a:hover{
	color:#fff;
}

#map p.map-link{
	height:0;
	margin:0;
	float:left;
	width:50%;
	text-align:center;
}
#map p.map-link.usa{
	margin-left:50%;
}

#map h3.firstHeading{
	font-size:14px;
	margin:0 0 6px;
}

#map div.bodyContent p{
	font-size:14px;
}

#map p.map-link a{
	position:relative;
	display:inline-block;
	top:-67px;
	font-family:'Roboto';
	font-weight:400;
	font-size:15px;
	color:#000;
	line-height:36px;
	padding:0 13px 0 37px;
	border:2px solid #fff;
	background:#fff url('../images/map/map-link-hover.png') no-repeat 10px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(163,163,163,0.56);
-moz-box-shadow: 0px 3px 10px 0px rgba(163,163,163,0.56);
box-shadow: 0px 3px 10px 0px rgba(163,163,163,0.56);
	z-index:3;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#map p.map-link a:after{
	position:absolute;
	content:'';
	top:10px;
	left:10px;
	width:16px;
	height:16px;
background:url('../images/map/map-link.png') no-repeat 0 0;
z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#map p.map-link a:hover{
	color:#fff;
	background-color:#df7822;
}

footer.footer p span.blue{
	font-size:14px;
	font-weight:500;
	color:#abcff5;
	text-transform:uppercase;
}

footer.footer #back-top{
	position:fixed;
	bottom:21px;
	left:23px;
	width:63px;
	height:63px;
	background-color:rgba(28,76,125,0.8);
	z-index:9999;
	cursor:pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

footer.footer #back-top.hide{
	z-index:-9;
}

div#top{
	height:0;
}

footer.footer #back-top:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
background: #ff7f00;
background: -moz-linear-gradient(top, #ff7f00 0%, #f39a00 100%);
background: -webkit-linear-gradient(top, #ff7f00 0%,#f39a00 100%);
background: linear-gradient(to bottom, #ff7f00 0%,#f39a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#f39a00',GradientType=0 );
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

footer.footer #back-top:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
background:url('../images/footer/jump-top.png') no-repeat 50% 50%;
z-index:2;
}

/* Portálszerver */

div.moduletable.portalserver{
position:relative;
background: #c7e7ff;
background: -moz-linear-gradient(left, #c7e7ff 0%, #ffffff 50%);
background: -webkit-linear-gradient(left, #c7e7ff 0%,#ffffff 50%);
background: linear-gradient(to right, #c7e7ff 0%,#ffffff 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7e7ff', endColorstr='#ffffff',GradientType=1 );
z-index:9;
}

#portalserver div.img-side{
	position:relative;
	float:left;
	height:640px;
	width:542px;
}

#portalserver div.img-side img{
	width:689px;
	max-width:689px;
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#portalserver div.text-side{
	padding-right:165px;
	padding-bottom:1px;
}

#portalserver div.text-side ul.categories{
	float:right;
	margin:0 -165px 0 0;
}

#portalserver div.text-side ul.categories li{
	list-style:none;
	margin-bottom:8px;
}

#portalserver div.text-side ul.categories li img{
	position:relative;
	left:0;
	-webkit-transition: all 0.6s cubic-bezier(.25,.4,.2,1.5);
	-moz-transition: all 0.6s cubic-bezier(.25,.4,.2,1.5);
	-ms-transition: all 0.6s cubic-bezier(.25,.4,.2,1.5);
	-o-transition: all 0.6s cubic-bezier(.25,.4,.2,1.5);
	transition: all 0.6s cubic-bezier(.25,.4,.2,1.5);
}

#portalserver div.text-side ul.categories li:nth-child(2) img{
	-webkit-transition-delay:0.35s;
	transition-delay:0.35s;
}

#portalserver div.text-side ul.categories li:nth-child(3) img{
	-webkit-transition-delay:0.7s;
	transition-delay:0.7s;
}

#portalserver:not(.first-visible) div.text-side ul.categories li img{
	left:200px;
}

#portalserver div.text-side{
	font-family:'Roboto';
	font-weight:400;
	color:#355d97;
	font-size:17px;
	line-height:22px;
	text-align:justify;
}

#portalserver div.text-side p{
margin-bottom:20px;	
}

#portalserver div.text-side li{
margin-bottom:10px;	
}

#portalserver div.text-side img.left,
#schedule div.text-side img.left{
	margin:0 20px 0 0;
}

#portalserver div.text-side div.more-btn{
	padding-top:20px;
	text-align:right;
}

#portalserver div.text-side div.more-btn a{
	display:inline-block;
	font-family:'Roboto';
	font-size:17px;
	font-weight:700;
	line-height:44px;
	padding:0 32px;
	color:#002a70;
	border:2px solid #95b4cf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-right:30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#portalserver div.text-side div.more-btn a:hover{
	border-color:#df7822;
	background-color:#df7822;
	color:#fff;
}

@media (min-width: 1241px){
#portalserver div.text-side{
	float:right;
	width:393px;
}	
}

@media (max-width: 1240px){
#portalserver div.text-side{
	margin-left:50%;
	padding-right:185px;
}
#portalserver div.img-side{
	width:50%;
}
#portalserver div.text-side ul.categories{
	margin-right:-165px;
}
#portalserver div.img-side img{
	width:100%;
}
}

@media (max-width: 920px){
#portalserver div.img-side{
display:none;
}
#portalserver div.text-side{
	margin-left:20px;
}
}

@media (max-width: 580px){
#portalserver div.text-side ul.categories{
	display:none;
}
#portalserver div.text-side{
	padding-right:0;
	margin:0 10px;
}
#portalserver div.text-side img.left{
	margin-right:10px;
}
#portalserver div.title.module-title p.sub-title{
	padding-left:50px;
	padding-right:50px;
}
}

/* Orvosbeosztás */

.body .container{
	overflow:hidden;
}

div.moduletable.schedule{
position:relative;
min-height:685px;
background: #ea6030;
background: -moz-linear-gradient(left, #ea6030 10%, #3188d4 64%, #1f4287 93%);
background: -webkit-linear-gradient(left, #ea6030 10%,#3188d4 64%,#1f4287 93%);
background: linear-gradient(to right, #ea6030 10%,#3188d4 64%,#1f4287 93%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6030', endColorstr='#1f4287',GradientType=1 );
}

div.custom.schedule:before{
	position:absolute;
	content:'';
	left:519px;
	top:0;
	width:1032px;
	height:424px;
	background:url('../images/schedule/right-bg.png') no-repeat 0 0;
	z-index:1;
}

div.moduletable.schedule #schedule{
	position:relative;
	z-index:4;
}

div.moduletable.schedule:before{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	height:27px;
	width:100%;
	background:url('../images/module-shadow-top.png') repeat-x 0 0;
	z-index:1;
}

div.moduletable.schedule:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	height:27px;
	width:100%;
	background:url('../images/module-shadow-bottom.png') repeat-x 0 0;
	z-index:1;
}

div.custom.schedule div.bottom-bg{
	position:relative;
	height:75px;
	width:1200px;
}

div.custom.schedule div.bottom-bg img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

div.custom.schedule div.bottom-bg img[class^=img-]{

}

div.custom.schedule div.bottom-bg:not(.first-visible) img[class^=img-]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
}

div.custom.schedule div.bottom-bg img.left{
	left:-360px;
}

div.custom.schedule div.bottom-bg img.right{
	right:-362px;
	left:unset;
}

div.custom.schedule div.bottom-bg.first-visible img.img-0{
	left:0;
	 -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-1{
	left:84px;
	 -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-2{
	left:180px;
	 -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-3{
	left:276px;
	 -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-4{
	left:373px;
	 -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-5{
	left:470px;
	 -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-6{
	left:566px;
	 -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-7{
	left:663px;
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

div.custom.schedule div.bottom-bg.first-visible img.img-8{
	left:760px;
}


#schedule div.text-side{
	float:left;
	font-family:'Roboto';
	font-weight:400;
	color:#fff;
	font-size:17px;
	line-height:22px;
	text-align:justify;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#schedule div.text-side p{
	margin-bottom:20px;
}

#schedule div.text-side div.more-btn{
	text-align:center;
}

#schedule div.clear{
	height:0;
}

#schedule div.text-side div.more-btn a{
	display:inline-block;
	font-family:'Roboto';
	font-size:17px;
	font-weight:700;
	line-height:44px;
	padding:0 32px;
	color:#fff;
	border:2px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-right:30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#schedule div.text-side div.more-btn a:hover{
	background-color:#fff;
	color:#ea6030;
}

#schedule div.img-side{
	position:relative;
	height:444px;
	width:623px;
	float:right;
}

#schedule div.img-side img{
	position:absolute;
	left:-43px;
	-webkit-transition: all 0.5s cubic-bezier(.25,.4,.2,1.4);
	-moz-transition: all 0.5s cubic-bezier(.25,.4,.2,1.4);
	-ms-transition: all 0.5s cubic-bezier(.25,.4,.2,1.4);
	-o-transition: all 0.5s cubic-bezier(.25,.4,.2,1.4);
	transition: all 0.5s cubic-bezier(.25,.4,.2,1.4);
}

#schedule div.img-side img.page-1{
	top:-250px;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

#schedule.first-visible div.img-side img.page-1{
	top:20px;
	z-index:8;
}

#schedule div.img-side img.page-2{
	top:-164px;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#schedule.first-visible div.img-side img.page-2{
	top:115px;
	z-index:7;
}

#schedule div.img-side img.page-3{
	top:-65px;
	left:-38px;
	-webkit-transition-delay: 0.3;
	transition-delay: 0.3s;
}

#schedule.first-visible div.img-side img.page-3{
	top:205px;
	left:-38px;
	z-index:6;
}

@media (min-width: 1221px){
#schedule div.text-side{
	width:530px;
}	
}

@media (max-width: 1220px){
#schedule div.img-side{
width:60%;
}
#schedule div.text-side{
width:40%;
padding-left:10px;
}
#schedule div.img-side img{
	left:-10px;
	width:100%;
}
#schedule div.img-side img.page-3{
	left:-5px;
}
}

@media (max-width: 990px){
#schedule div.img-side img.page-1{
	top:90px;
}
#schedule div.img-side img.page-2{
	top:150px;
}
#schedule div.img-side img.page-3{
	top:205px;
}
}

@media (max-width: 820px){
#schedule div.text-side{
	width:100%;
	padding:0 20px;
}
#schedule div.img-side{
	display:none;
}
div.moduletable.schedule{
	min-height:auto;
background: #af6f68;
background: -moz-linear-gradient(left, #af6f68 0%, #4d98db 100%);
background: -webkit-linear-gradient(left, #af6f68 0%,#4d98db 100%);
background: linear-gradient(to right, #af6f68 0%,#4d98db 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af6f68', endColorstr='#4d98db',GradientType=1 );
}
div.custom.schedule:before{
	left:40%;
}
}
@media (max-width: 680px){
div.title.module-title h3 span.watch img{
	height:18px;
	margin-left:1px;
}
div.custom.schedule:before{
	left:30%;
}
#schedule div.text-side{
	padding:0 10px;
}
#schedule div.text-side img.left{
	margin-right:15px;
}
}

/* Ourworks */

#reference-list div.highlight,
#ourworks{
	text-align:center;
}

#ourworks{
	-webkit-transition: opacity 0.6s linear;
	-moz-transition: opacity 0.6s linear;
	-ms-transition: opacity 0.6s linear;
	-o-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}

#ourworks div.btn-box{
	padding:28px 0 42px;
	text-align:center;
	clear:both;
}
	div.elem-container{
		margin:0;
		float:left;
		position:relative;
		width:20%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		padding:3px;
	}
	
	div.elem-container div.card{
		position:relative;
		width:100%;
		height:100%;
	}
	
	div.elem-container div.card:after{
		display: block;
		content:'';
		padding-bottom:68%;
	}
	
	div.elem-container div.card div.cover img{
		width:100%;
	}
		
		div.elem-container div.card div.detail a,
		div.elem-container div.card div.detail span.frame{
			display:block;
			width:100%;
			height:100%;
			text-decoration:none;
			padding:25px 28px;
			border:2px solid #f9b398;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			text-align:left;
		}

		div.elem-container div.card div.detail span.title{
		display:block;
		font-family:'Roboto Condensed';
		font-weight:700;
		font-size:26px;
		color:#fff;
		line-height:1.2;
		margin-bottom:12px;
		}
		
		div.elem-container div.card div.detail span.lead{
		position:relative;
		display:block;
		font-family:'Roboto';
		font-weight:400;
		font-size:16px;
		color:#f8cc9d;
		line-height:1.3;
		padding-bottom:12px;
		}
		
		div.elem-container div.card div.detail span.lead:after{
		position:absolute;
		content:'';
		left:0;
		bottom:-2px;
		width:70px;
		height:2px;
		background-color:#f9e396;
		z-index:1;
		}
    

    div.elem-container div.card.motesz div.detail{
		background:url('../images/ourworks/motesz.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mre div.detail{
		background:url('../images/ourworks/mre.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mldt div.detail{
		background:url('../images/ourworks/mldt.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.anamed div.detail{
		background:url('../images/ourworks/anamed.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.bioscience div.detail{
		background:url('../images/ourworks/bio-science.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mkt div.detail{
		background:url('../images/ourworks/mkardio.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mdt div.detail{
		background:url('../images/ourworks/mdt.jpg') no-repeat 50% 50%;
	}
    div.elem-container div.card.mht div.detail{
		background:url('../images/ourworks/mht.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.meszk div.detail{
		background:url('../images/ourworks/meszk.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.dcont div.detail{
		background:url('../images/ourworks/dcont.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.maitt div.detail{
		background:url('../images/ourworks/maitt-web.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mst div.detail{
		background:url('../images/ourworks/mst.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.dokinet div.detail{
		background:url('../images/ourworks/dokinet.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mht-app div.detail{
		background:url('../images/ourworks/mht-app.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.stroke div.detail{
		background:url('../images/ourworks/stroke.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mtt div.detail{
		background:url('../images/ourworks/mtt.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.mtt-app div.detail{
		background:url('../images/ourworks/mtt-app.jpg') no-repeat 50% 50%;
	}
	div.elem-container div.card.maitt-app div.detail{
		background:url('../images/ourworks/maitt-app.jpg') no-repeat 50% 50%;
	}
    div.elem-container div.card.derma div.detail, div.elem-container div.card.derma-app div.detail{
		background:url('../images/ourworks/derma.jpg') no-repeat 50% 50%;
	}
	div.container div.elem-container div.card div.detail{
padding:10px;
background-size:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
}
@media all and (max-width: 1500px) and (min-width: 1151px){
		div.container div.elem-container div.card div.detail > *{
		padding:10px;
		}		
		div.elem-container div.card div.detail span.title{
font-size:20px;
		margin-bottom:5px;
		}
div.elem-container div.card div.detail span.lead{
font-size:14px;
padding-bottom:8px;
}	
}

@media all and (max-width: 1200px) and (min-width: 1151px){
		div.elem-container div.card div.detail span.title{
font-size:18px;
		}	
}

@media (max-width: 1150px){
	div.elem-container{
		width:25%;
	}
		div.container div.elem-container div.card div.detail *{
		padding:5px;
		}
		div.elem-container div.card div.detail span.title{
font-size:18px;
		margin-bottom:5px;
		}
div.elem-container div.card div.detail span.lead:after{
	left:5px;
	bottom:-5px;
}
}
@media (max-width: 990px){
	div.elem-container{
		width:33.3%;
	}	
}

@media (min-width: 741px){
#ourworks-page div.slider,
#ourworks div.slider{
	width:100%!important;
}
#ourworks-page div.slider-box div.slider div.track-list,
#ourworks div.slider-box div.slider div.track-list{
margin:0 !important;
width:100% !important;
}	
}

@media (max-width: 740px){
	div.elem-container{
		width:360px;
	}
#ourworks-page div.slider-box,
#ourworks-page div.slider-box div.slider,
#ourworks div.slider-box,
#ourworks div.slider-box div.slider{
position:relative;
}
#ourworks-page div.slider-box div.slider,
#ourworks div.slider-box div.slider{
  margin: 0 auto;
}
#ourworks-page div.slider-box div.slider div.track-list,
#ourworks div.slider-box div.slider div.track-list{
	position:absolute;
	top:40px;
}
#ourworks div.slider-box div.slider div.track-list{
	
}
#ourworks div.title.module-title p.sub-title{
	margin-bottom:20px;
}
#ourworks-page div.slider,
#ourworks div.slider{
	position: relative;
	overflow:hidden;
	height:281px;
	width:360px!important;
	padding:20px 0;
}
#ourworks-page div.slider-box span.nav-btn.prev,
#ourworks div.slider-box span.nav-btn.prev{
    left:0;
    background: url('../images/ourcompany/prev.png') no-repeat 50% 50%;
}
#ourworks-page div.slider-box span.nav-btn.next,
#ourworks div.slider-box span.nav-btn.next{
    right:0;
    background: url('../images/ourcompany/next.png') no-repeat 50% 50%;
}
#ourworks-page #reference-list div.slider-box span.nav-btn,
div.ourworks #ourworks div.slider-box span.nav-btn{
    position: absolute;
    height: 57px;
    width: 57px;
    top: 50%;
    margin-top: -29px;
    cursor: pointer;
	background-color:rgba(28,76,125,0.85);
    z-index: 3;
}
#ourworks-page #reference-list div.slider-box.single span.nav-btn{
	display:none;
}
#ourworks div.btn-box{
	padding-top:0;
}
}
@media (max-width: 390px){
	div.elem-container{
		padding:0;
	}
}
		
/* Ügyfeleink */

div.moduletable.clients{
background:#e4eefa url('../images/clients/top-shadow.png') repeat-x 0 0;
padding-bottom:22px;
}

div.moduletable.clients div.slider-box{
	position:relative;
	width:100%;
	max-width:1164px;
}

div.moduletable.clients div.slider-box:before,
div.moduletable.clients div.slider-box:after{
	position:absolute;
	content:'';
	top:0;
	width:40px;
	height:100%;
	z-index:2;
	pointer-events: none;
}

div.moduletable.clients div.slider-box:before{
left:0;
background: -moz-linear-gradient(left, rgba(228,238,250,1) 0%, rgba(228,238,250,0) 100%);
background: -webkit-linear-gradient(left, rgba(228,238,250,1) 0%,rgba(228,238,250,0) 100%);
background: linear-gradient(to right, rgba(228,238,250,1) 0%,rgba(228,238,250,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eefa', endColorstr='#00e4eefa',GradientType=1 );
}

div.moduletable.clients div.slider-box:after{
right:0;
background: -moz-linear-gradient(left, rgba(228,238,250,0) 0%, rgba(228,238,250,1) 100%);
background: -webkit-linear-gradient(left, rgba(228,238,250,0) 0%,rgba(228,238,250,1) 100%);
background: linear-gradient(to right, rgba(228,238,250,0) 0%,rgba(228,238,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4eefa', endColorstr='#e4eefa',GradientType=1 );
}

#client-slider div.title.module-title p.sub-title{
	margin-bottom:25px;
}

#client-slider{
position:relative;
margin:0 auto 10px;
}

@media (min-width: 1200px){
#client-slider{
	width:1164px;
}	
}

@media (max-width: 1170px) and (min-width:1005){
#client-slider{
	width:970px;
}	
}

@media (max-width: 1004px) and (min-width:1005){
#client-slider{
	width:785px;
}	
}

#client-slider div.slide{
	position:relative;
	width:194px;
	height:136px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#client-slider div.slide:hover{
background-color:#f7fbff;
-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
}

#client-slider div.slide a{
	position:relative;
	display:block;
	height:100%;
}

#client-slider div.slide img.blue{
	display:block;
	margin:0 auto;
	width:136px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#client-slider div.slide img.hover{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-68px;
	width:136px;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#client-slider div.slide:hover img{
	-webkit-transform:scale(1.2);
     -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
       -o-transform:scale(1.2);
          transform:scale(1.2);
}

#clients div.slider-nav{
	position:relative;
	width:138px;
	height:50px;
	margin:0 auto;
	background:url('../images/clients/slider-nav-sep.png') no-repeat 50% 50%;
}

#clients div.slider-nav span.slick-prev{
	left:0;
	background:url('../images/clients/prev-hover.png') no-repeat 17px 13px;
}

#clients div.slider-nav span.slick-prev:after{
	background:#e4eefa url('../images/clients/prev.png') no-repeat 17px 13px;
}

#clients div.slider-nav span.slick-next{
	right:0;
	background:url('../images/clients/next-hover.png') no-repeat 18px 13px;
}

#clients div.slider-nav span.slick-next:after{
	background:#e4eefa url('../images/clients/next.png') no-repeat 18px 13px;
}

#clients div.slider-nav span.slick-arrow{
	position:absolute;
	display:inline-block;
	top:0;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#clients div.slider-nav span.slick-arrow:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#clients div.slider-nav span.slick-arrow:hover{
	background-color:#fff;
}

div.moduletable.contact{
position:relative;
border-top:3px solid #fff;
background:url('../images/contact/bg.jpg') no-repeat 50% -445px;
}

div.moduletable.contact:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:27px;
	background:url('../images/module-shadow-top.png') repeat-x 0 0;
	z-index:1;
}

div.moduletable.contact div.custom.contact{
	
}

div.moduletable.contact div.intellimed{
	text-align:center;
	margin-bottom:25px;
}

div.moduletable.contact p.sub-title{
	margin-bottom:30px;
}

@media (min-width:1156px){
div.moduletable.contact #contact div.blocks{
	padding-left:26px;
}
}

@media (max-width: 1199px) and (min-width:1155px){
div.moduletable.contact #contact div.blocks{
	padding-left:0;
}	
}

div.moduletable.contact #contact div.blocks .clear{
	height:0;
}

div.moduletable.contact #contact div.block{
	position:relative;
	float:left;
	width:278px;
	padding:2px 6px 0 4px;
	
}

div.moduletable.contact #contact div.block.date{
cursor:pointer;	
}

div.moduletable.contact #contact div.block:not(.meet):after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:2px;
	height:98px;
	background-color:#3196d5;
	z-index:1;
}

div.moduletable.contact #contact div.block.email:after{
	background-color:#3ea4e2;
}

div.moduletable.contact #contact div.block.date:after{
	background-color:#3a92c9;
}

@media (max-width: 1154px){
div.moduletable.contact #contact div.blocks{
	text-align:center;
}
div.moduletable.contact #contact div.blocks div.block{
	width:25%;
	float:none;
	text-align:left;
	vertical-align:top;
	display:inline-block;
	margin:0 -4px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}	
}

@media (max-width: 900px){
	div.moduletable.contact #contact div.blocks{
		width:560px;
		margin:0 auto;
		padding-bottom:15px;
	}
	div.moduletable.contact #contact div.blocks div.block{
	width:50%;
	float:left;
	margin:0;
	}
	div.moduletable.contact #contact div.block.phone:after{
	display:none;
}
div.moduletable.contact #contact .blocks div.block:after{
	height:100%;
}
div.moduletable.contact.eng #contact .blocks div.block:after{
	height:90%;
}
div.moduletable.contact.eng #contact .blocks div.block{
	margin-bottom:10px;
}
div.moduletable.contact.eng #contact .blocks div.block.meet{
	margin:0 auto 10px;
	float:none;
}
div.moduletable.contact #contact div.block.date:after{
	background-color:#3ea4e2;
}
}
@media (max-width: 580px){
	div.moduletable.contact #contact div.blocks{
		width:100%;
	}
	div.moduletable.contact #contact div.blocks div.block h4{
		padding:40px 0 0;
		font-size:18px;
		text-align:center;
		background-position: 50% 4px;
	}
	div.moduletable.contact #contact div.blocks div.block div.content{
		padding-left:10px;
		text-align:center;
	}
	div.moduletable.contact #contact div.blocks div.block h4:after{
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-position: 50% 4px;
	}
	div.moduletable.contact.eng #contact div.blocks div.block.meet{
	float:none;
	}
}

div.moduletable.contact #contact div.block h4{
	position:relative;
	font-family:'Roboto';
	font-weight:500;
	color:#fff;
	font-size:19px;
	line-height:40px;
	margin:0 0 3px;
	text-transform:uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.moduletable.contact #contact div.block.email h4{
	padding-left:58px;
	background:url('../images/contact/email.png') no-repeat 16px 5px;
}

div.moduletable.contact #contact div.block.email h4:after{
	background:url('../images/contact/email-hover.png') no-repeat 0 0;
}

div.moduletable.contact #contact div.block.phone h4{
	padding-left:47px;
	background:url('../images/contact/phone.png') no-repeat 16px 5px;
}

div.moduletable.contact #contact div.block.phone h4:after{
	background:url('../images/contact/phone-hover.png') no-repeat 0 0;
}

div.moduletable.contact #contact div.block.date h4{
	padding-left:58px;
	background:url('../images/contact/date.png') no-repeat 16px 5px;
}

div.moduletable.contact #contact div.block.date h4:after{
	background:url('../images/contact/date-hover.png') no-repeat 0 0;
}

div.moduletable.contact #contact div.block.meet h4{
	padding-left:47px;
	background:url('../images/contact/meet.png') no-repeat 16px 5px;
}

div.moduletable.contact #contact div.block.meet h4:after{
	background:url('../images/contact/meet-hover.png') no-repeat 0 0;
}

div.moduletable.contact #contact div.block h4:after{
	position:absolute;
	content:'';
	left:16px;
	top:5px;
	width:30px;
	height:32px;
	z-index:1;
}

div.moduletable.contact #contact div.block:hover h4{
	background-color:#fff;
	color:#0d8bd3;
}

div.moduletable.contact #contact div.block div.content{
	min-height:40px;
	padding:5px 10px 10px 58px;
	background:url('../images/contact/block-content-bg.png') repeat-x 0 -53px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.moduletable.contact #contact div.block.meet div.content,
div.moduletable.contact #contact div.block.phone div.content{
	padding-left:48px;
}

div.moduletable.contact #contact div.block:hover div.content{
	background-position:0 0;
}

div.moduletable.contact #contact div.block div.content p{
	font-family:'Roboto';
	font-size:16px;
	line-height:1.3;
	font-weight:300;
	color:#ffffff;	
}

div.moduletable.contact #contact div.block div.content p a{
	color:#fff;
}

div.moduletable.contact #contact ul.switcher{
	margin:0 0 0 -7px;
	padding:0;
}

div.moduletable.contact #contact ul.switcher li{
	position:relative;
	font-family:'Roboto';
	display:inline-block;
	list-style:none;
	font-size:19px;
	line-height:24px;
	padding:0 7px;
	margin:0;
	cursor:pointer;
	color:#a9e0fe;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.moduletable.contact #contact ul.switcher li.current{
	color:#fff;
}

div.moduletable.contact #contact ul.switcher li:not(:last-child){
	margin-right:9px;
}

div.moduletable.contact #contact ul.switcher li:not(:last-child):after{
	position:absolute;
	content:'';
	display:inline-block;
	top:4px;
	right:-7px;
	width:1px;
	height:17px;
	background-color:#76bbe6;
	z-index:1;
}

div.moduletable.contact #contact ul.switcher li:not(.current):hover{
	color:#df7822;
	background-color:#fff;
}

div.moduletable.contact.hun div.block.phone p:not(.hun),
div.moduletable.contact.hun div.block.meet p:not(.hun){
	display:none;
}

div.moduletable.contact.eng div.block.phone p:not(.usa),
div.moduletable.contact.eng div.block.meet p:not(.usa){
	display:none;
}

/* Térkép */

div.moduletable.map{
	position:relative;
	padding-top:2px;
}

div.moduletable.map:after{
position:absolute;
content:'';
left:0;
top:0;
height:3px;
width:100%;
background: #6dbee8;
background: -moz-linear-gradient(left, #6dbee8 0%, #129eeb 100%);
background: -webkit-linear-gradient(left, #6dbee8 0%,#129eeb 100%);
background: linear-gradient(to right, #6dbee8 0%,#129eeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dbee8', endColorstr='#129eeb',GradientType=1 );
z-index:1;
}

div.moduletable.map div.module-title{
position:relative;
background: #0389d3;
background: -moz-linear-gradient(left, #0389d3 0%, #2a92d3 100%);
background: -webkit-linear-gradient(left, #0389d3 0%,#2a92d3 100%);
background: linear-gradient(to right, #0389d3 0%,#2a92d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389d3', endColorstr='#2a92d3',GradientType=1 );
text-align:center;
border-bottom:2px solid #fff;
z-index:4;
-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}

div.moduletable.map div.module-title h4{
	position:relative;
	text-align:center;
	margin:0;
}

div.moduletable.map div.module-title h4 span{
	display:inline-block;
	font-family:'Roboto';
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	padding-left:38px;
	margin:0;
	font-size:19px;
	line-height:49px;
	background:url('../images/map/spot.png') no-repeat 0 9px;
}

div.moduletable.map div.map-switcher{
	position:relative;
	background-color:#248acd;
	border-bottom:2px solid #fff;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
z-index:2;
}

div.moduletable.map div.map-switcher ul{
	position:relative;
	margin:0 auto;
}

div.moduletable.map div.map-switcher ul:after{
	display:block;
	content:'';
	height:0;
	clear:both;
}

div.moduletable.map div.map-switcher ul li{
	position:relative;
	float:left;
	list-style:none;
	height:46px;
	width:50%;
	border-right:2px solid #30a0dc;
	text-align:center;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div.moduletable.map div.map-switcher ul li.current{
cursor:default;
}

div.moduletable.map div.map-switcher ul li:after{
	position:absolute;
	content:'';
	left:-2px;
	top:0;
	width:100%;
	height:100%;
background: #e5493a;
background: -moz-linear-gradient(top, #e5493a 0%, #df7822 100%);
background: -webkit-linear-gradient(top, #e5493a 0%,#df7822 100%);
background: linear-gradient(to bottom, #e5493a 0%,#df7822 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5493a', endColorstr='#df7822',GradientType=0 );
border-left:2px solid #fff;
border-right:2px solid #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:2;
}

div.moduletable.map div.map-switcher ul li:before{
	position:absolute;
	content:'';
	left:-2px;
	top:0;
	width:100%;
	height:100%;
	padding-left:4px;
background: #8fd7ff;
background: -moz-linear-gradient(top, #8fd7ff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #8fd7ff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #8fd7ff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd7ff', endColorstr='#ffffff',GradientType=0 );
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:1;
}

div.moduletable.map div.map-switcher ul li:first-child{
	border-left:2px solid #30a0dc;
}

div.moduletable.map div.map-switcher ul li span.local{
	position:relative;
	display:inline-block;
	font-family:'Roboto';
	font-weight:500;
	color:#fff;
	font-size:18px;
	line-height:46px;
	padding-left:32px;
	z-index:3;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.moduletable.map div.map-switcher ul li span.local span{
	font-weight:400;
	color:#a9e0fe;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.moduletable.map div.map-switcher ul li span.local:after{
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 20px;
    height: 12px;
    background: url('../images/map/map-arrow-down.png') no-repeat 0 50%;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.moduletable.map div.map-switcher ul li.current span.local:after{
	top: 18px;
}

div.moduletable.map div.map-switcher ul li:not(.current):hover span.local{
	color:#fff;
}

div.moduletable.map div.map-switcher ul li:not(.current):hover span.local span{
color:#fed5b2;
}

div.moduletable.map div.map-switcher ul li.current span.local{
	color:#2870b7;
}

div.moduletable.map div.map-switcher ul li.current span.local span{
color:#4697e7;
}

#map div.map-box > div.map{
	height:400px;
}

#contact-page div.map-box{
	position:relative;
	height:529px;
}

#map div.map-box > div.map,
#contact-page #map-hun,
#contact-page #map-usa{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:0;
}

#map div.map-box #map-deb p.moving{
	font-size:22px;
}

#map div.map-box #map-deb p.more-details{
	font-size:17px;
}

#map div.map-box > div.map,
#contact-page div.map-box div.map{
	z-index:1;
}

#map div.map-box > div.map.current,
#contact-page div.map-box div.map.current{
	z-index:2;
}

#map-im h1#firstHeading,
#map-im #bodyContent{
font-size:13px;
text-align:left;
margin:0;
}

div.moduletable.map #map > div.map-box{
	position:relative;
	height:400px;
	border-bottom:3px solid #fff;
}

@media (min-width:1221px){
div.moduletable.map div.map-switcher ul{
	width:800px;
}
}



@media (max-width:900px){
div.moduletable.map div.module-title{
background:#197abb;
}
div.moduletable.map div.module-title h4{
background: #0389d3;
background: -moz-linear-gradient(left, #0389d3 0%, #0389d3 100%);
background: -webkit-linear-gradient(left, #0389d3 0%,#0389d3 100%);
background: linear-gradient(to right, #0389d3 0%,#0389d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389d3', endColorstr='#0389d3',GradientType=1 );
-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
z-index:3;
}
div.moduletable.map div.module-title:after{
	display:block;
	content:'';
	height:0;
	width:100%;
	clear:both;
}
div.moduletable.map div.module-title div.addr-name{
position:relative;
float:left;
}
div.moduletable.map div.module-title div.addr-name:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:100%;
	width:100%;
background: #8fd7ff;
background: -moz-linear-gradient(top, #8fd7ff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #8fd7ff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #8fd7ff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd7ff', endColorstr='#ffffff',GradientType=0 );
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
div.moduletable.map div.module-title div.addr-name span.local{
	position:relative;
	display:block;
	padding:0;
	font-size:16px;
	background:none;
	text-align:center;
	background-color:#197abb;
	text-transform:uppercase;
	cursor:pointer;
	z-index:2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
div.moduletable.map div.module-title div.addr-name.current span.local{
	color:#2870b7;
	cursor:default;
	background-color:transparent;
}

div.moduletable.map div.module-title div.addr-name span.local span{
	display:none;
}

#map-hun,
#map-usa{
	position:absolute !important;
	left:0;
	top:0;
	float:none;
	width:100%;
	border:none;
	z-index:1;
}
div.moduletable.map #map > div.map-box > div.map.current{
z-index:2 !important;
}

div.moduletable.map #map p.map-link{
	width:100%;
	margin:0;
}

div.moduletable.map.eng #map p.map-link:not(.usa),
div.moduletable.map.hun #map p.map-link:not(.hun){
	display:none;
}
}

@media (max-width:820px){
div.moduletable.map div.map-switcher ul li span.local{
	padding:0;
}
div.moduletable.map div.map-switcher ul li span.local:after{
	display:none;
}
}

@media (max-width:740px){
div.moduletable.map div.map-switcher ul li span.local span{
	display:none;
}	
}

@media (max-width:540px){
div.moduletable.map div.map-switcher ul li{
	line-height:46px;
}
div.moduletable.map div.map-switcher ul li span.local{
	font-size:16px;
	line-height:1.2;
	vertical-align:middle;
	padding:0 5px;
}
#map div.map-box #map-deb p.moving {
    font-size: 20px;
}
}

/* Bemutatkozó oldal*/

div.page-head{
	position:relative;
	text-align:center;
	height:340px;
	padding-top:207px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

div.page-head:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	height:27px;
	width:100%;
	background:url('../images/head-bottom-shadow.png') repeat-x 0 0;
	z-index:1;
}

div.page-head h3{
	position:relative;
	display:inline-block;
	font-family:'Raleway';
	font-size:50px;
	font-weight:700;
	color:#fff;
	margin:0 0 8px;
	text-transform:uppercase;
	line-height:1.2;
}

div.page-head p.breadcumb{
	font-family:'Roboto Condensed';
	font-weight:700;
	margin:0;
	padding:0;
	font-size:17px;
	color:#aae0ff;
}

div.page-head p.breadcumb a{
	color:#aae0ff;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

div.page-head p.breadcumb a:hover{
	color:#fff;
}

div.page-head h3:after{
	position:absolute;
	content:'';
	top:-80px;
	left:0;
	width:100%;
	z-index:1;
}

#aboutus-page div.page-head h3:after{
	height:60px;
	background:url('../images/aboutus/title-icon.png') no-repeat 50% 0;	
}

#aboutus-page div.page-head{
	background:url('../images/aboutus/head-bg.jpg') no-repeat 50% 0 fixed;
}

#techbg-page div.page-head, #pricebg-page div.page-head, #reg-page div.page-head{
	background:url('../images/techbg/head-bg.jpg') no-repeat 50% 0 fixed;
}

#remind-page div.page-head{
    background:url('../images/breadcrumbs/forgotten-pass.jpg') no-repeat 50% 0 fixed;
}

#techbg-page div.page-head h3:after{
	height:64px;
	background:url('../images/techbg/title-icon.png') no-repeat 50% 0;	
}

#pricebg-page div.page-head h3:after{
    height:64px;
	background:url('../images/tender/title-icon-price.png') no-repeat 50% 0;
}

#reg-page div.page-head h3:after{
    height:64px;
	background:url('../images/tender/title-icon-registration.png') no-repeat 50% 0;
}

#remind-page div.page-head h3:after{
    height:64px;
	background:url('../images/tender/title-icon-new-login.png') no-repeat 50% 0;
}

#competition-page div.intro-text,
#ourworks-page div.intro-text,
#services-page div.intro-text,
#aboutus-page div.intro-text,
#techbg-page div.intro-text,
#pricebg-page div.intro-text,
#reg-page div.intro-text{
	background:#eff4fc url('../images/aboutus/intro-shadow.png') repeat-x 0 100%;
	padding:30px 20px 25px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}

#competition-page div.intro-text p,
#ourworks-page div.intro-text p,
#services-page div.intro-text p,
#techbg-page div.intro-text p,
#aboutus-page div.intro-text p,
#pricebg-page div.intro-text p,
#reg-page div.intro-text p,
#ourstory-page div.content p.lead{
	font-family:'Roboto';
	font-size:25px;
	font-weight:300;
	line-height:34px;
	color:#1d7ab6;
	text-align:center;
	max-width:1140px;
	margin:0 auto;
}

#aboutus-page div.white-box{
	position:relative;
	background-color:#fff;
	z-index:2;
}

#aboutus-page div.white-box div{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#aboutus-page div.white-box div.text-side{
	float:left;
	width:58%;
	padding:30px 0 0 10px;
}

#aboutus-page div.white-box div.img-side{
	position:relative;
	float:left;
	width:42%;
	min-height:330px;
}

#aboutus-page div.white-box p{
	font-family:'Roboto';
	font-size:17px;
	line-height:26px;
	font-weight:400;
	color:#355d97;
	margin:0 0 20px;
	text-align:justify;
}

#aboutus-page div.white-box div.img-side img.apps{
	position:absolute;
	top:130px;
	left:65px;
	z-index:2;
	-webkit-transition: all 0.9s cubic-bezier(.25,.4,.2,1.7);
	-moz-transition: all 0.9s cubic-bezier(.25,.4,.2,1.7);
	-ms-transition: all 0.9s cubic-bezier(.25,.4,.2,1.7);
	-o-transition: all 0.9s cubic-bezier(.25,.4,.2,1.7);
	transition: all 0.9s cubic-bezier(.25,.4,.2,1.7);
    -ms-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

#aboutus-page div.white-box:not(.first-visible) div.img-side img.apps{
  -webkit-transform:scale(0.1);
     -moz-transform:scale(0.1);
      -ms-transform:scale(0.1);
       -o-transform:scale(0.1);
          transform:scale(0.1);
}

#aboutus-page div.white-box.first-visible div.img-side img.apps{
top:-26px;
}

#aboutus-page div.white-box div.img-side img.tablet{
	position:absolute;
	left:75px;
	top:100px;
	z-index:1;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
    -ms-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#aboutus-page div.white-box.first-visible div.img-side img.tablet{
	top:225px;
}

#aboutus-page div.description{
position:relative;
background:url('../images/aboutus/face-bg.jpg') no-repeat 50% 0;
}

#aboutus-page div.description:before,
#aboutus-page div.description:after,
#ourstory-page div.page-head:after{
	position:absolute;
	content:'';
	left:0;
	height:27px;
	width:100%;
	z-index:1;
}

#aboutus-page div.description:before{
	top:0;
	background:url('../images/aboutus/top-shadow.png') repeat-x 0 0;
}

#aboutus-page div.description:after,
#ourstory-page div.page-head:after{
	bottom:0;
	background:url('../images/aboutus/bottom-shadow.png') repeat-x 0 0;
}

#aboutus-page div.description div.inner-section{
min-height:660px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#aboutus-page div.description div.inner-section p,
#aboutus-page div.blue-box div.inner-section p{
	font-family:'Roboto';
	font-size:17px;
	line-height:26px;
	font-weight:400;
	color:#fff;
	margin:0 0 20px;
	text-align:justify;
}

#aboutus-page div.description div.inner-section p:last-of-type{
	margin:0;
}

#aboutus-page div.description div.inner-section p a{
	color:#98d4fb;
	text-decoration:underline;
}

#aboutus-page div.blue-box{
position:relative;
border-top:3px solid #fff;
background:url('../images/aboutus/blue-bg.jpg') no-repeat 50% 0;
min-height:468px;
}

#aboutus-page div.blue-box div.module-title p.sub-title{
color:#a9e0fe;
}

#aboutus-page div.blue-box div.inner-section{
position:relative;
padding:0 510px 25px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#ourstory-page div.content p.lead{
	padding-top:25px;	
}

@media (min-width:1220px){
div.inner-page{
	position:relative;
	width:1200px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#ourstory-page div.content p.lead{
	width:1050px;
	margin:0 auto;	
}
div.inner-section{
	width:1200px;
	margin:0 auto;
}
#aboutus-page div.description div.inner-section{
padding:28px 10px 0 595px;
}
#aboutus-page.eng div.description div.inner-section{
padding-left:450px;
}
}

@media (max-width:1199px){
#aboutus-page div.description div.inner-section{
padding:28px 10px 0 35%;
}
#aboutus-page div.blue-box div.inner-section{
padding:40px 35% 0 10px;	
}
}

@media (max-width:1200px){
	#aboutus-page div.description{
		background-position:50% 0;
	}
}

@media (max-width:1030px){
	#aboutus-page div.white-box div.img-side img.apps{
		left:10px;
	}
	#aboutus-page div.white-box div.img-side img.tablet{
		left:20px;
	}
}

@media (max-width:900px){
	#aboutus-page div.white-box div.text-side{
		float:none;
		width:100%;
	}
	#aboutus-page div.white-box div.text-side,
	#aboutus-page div.blue-box div.inner-section,
	#aboutus-page div.description div.inner-section{
		padding:20px 10px 1px;
		min-height:auto;
	}
	#aboutus-page div.white-box div.img-side{
		display:none;
	}
	div.title.module-title p.sub-title{
		margin-bottom:20px;
	}
	#aboutus-page div.blue-box{
		background-position:10% 0;
		background-size: auto 100%;
		min-height:auto;
	}
	#aboutus-page div.white-box div.text-side p,
	#aboutus-page div.description div.inner-section p, 
	#aboutus-page div.blue-box div.inner-section p{
		line-height:21px;
	}
    div.page-head h3:after{
	position:absolute;
	content:'';
	top:-70px;
	left:0;
	width:100%;
	z-index:1;
}
}

@media (max-width:500px){
	#aboutus-page div.description{
		background-size:auto 100%;
	}	
}


/* Cégtörténet */

#ourstory-page div.page-head h3:after{
	height:63px;
	background:url('../images/ourstory/title-icon.png') no-repeat 50% 0;
}

#ourstory-page div.page-head{
	background:url('../images/ourstory/head-bg.jpg') no-repeat 50% 0 fixed;
}

#ourstory-page div.content{
min-height:700px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #bcdeff 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#bcdeff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#bcdeff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcdeff',GradientType=0 );
}

#ourstory-page div.content div.slider-bg{
	position:relative;
	padding:60px 0 40px;
	overflow:hidden;
	background:url('../images/ourstory/slider-grad-bg.png') no-repeat 50% 0;
		-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#ourstory-page #event-box{
	position:relative;
	width:900px;
	margin:0 auto;
	border:4px solid #fff;
-webkit-box-shadow: 0px 9px 43px 0px rgba(86,143,199,0.35);
-moz-box-shadow: 0px 9px 43px 0px rgba(86,143,199,0.35);
box-shadow: 0px 9px 43px 0px rgba(86,143,199,0.35);
z-index:3;
}

#ourstory-page #event-box:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:-31px;
	height:27px;
	width:54px;
	margin-left:-27px;
width: 0; 
	height: 0; 
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 27px solid #fff;
}

#ourstory-page #event-box div.clear{
	height:0;
}

#ourstory-page #event-box div.top-line{
	clear:both;
	height:6px;
background: #e5493a;
background: -moz-linear-gradient(left, #e5493a 0%, #f39a00 100%);
background: -webkit-linear-gradient(left, #e5493a 0%,#f39a00 100%);
background: linear-gradient(to right, #e5493a 0%,#f39a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5493a', endColorstr='#f39a00',GradientType=1 );
	border-bottom:3px solid #fff;
}

#ourstory-page #event-box .slick-track{
	background-color:#fff;
}

#ourstory-page #event-box div.event.slick-slide:after{
	display:block;
	content:'';
	clear:both;
	height:0;
}

#ourstory-page #event-box div.year-side{
	float:left;
	text-align:center;
	height:410px;
	width:168px;
	border-right:3px solid #fff;
background: #f39a00;
background: -moz-linear-gradient(top, #f39a00 0%, #fccf07 40%, #ffffff 100%);
background: -webkit-linear-gradient(top, #f39a00 0%,#fccf07 40%,#ffffff 100%);
background: linear-gradient(to bottom, #f39a00 0%,#fccf07 40%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39a00', endColorstr='#ffffff',GradientType=0 );
}

#ourstory-page #event-box div.year-side span.year{
	display:inline-block;
	font-family:'Roboto';
	font-weight:900;
	font-size:42px;
	line-height:1;
	padding:33px 0 20px;
	border-bottom:2px solid #fff;
	color:#fff;
}

#ourstory-page #event-box div.text-side{
	font-family:'Roboto';
	font-weight:400;
		-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
padding:28px 30px 0 200px;
background: #daedff;
background: -moz-linear-gradient(top, #daedff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #daedff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #daedff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daedff', endColorstr='#ffffff',GradientType=0 );
font-size:17px;
color:#355d97;
}

#ourstory-page #event-box div.text-side p{
	line-height:26px;
	text-align:justify;
}

#ourstory-page div.arrow-box{
	position:absolute;
	top:60px;
	width:104px;
	height:428px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #c1e0ff 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#c1e0ff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#c1e0ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1e0ff',GradientType=0 );
}

#ourstory-page div.prev-box{
	left:50%;
	margin-left:-558px;
}

#ourstory-page div.next-box{
	right:50%;
	margin-right:-558px;
}

#ourstory-page div.prev-box:after,
#ourstory-page div.next-box:after{
	position:absolute;
	content:'';
	top:0;
	width:4px;
	height:100%;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index:1;
}

#ourstory-page div.prev-box:after{
	left:0;
}

#ourstory-page div.next-box:after{
	right:0;
}

#ourstory-page span.slick-arrow{
	position:absolute;
	top:50%;
	width:43px;
	height:74px;
	margin-top:-37px;
	z-index:1;
	background:url('../images/ourstory/nav-icons.png') no-repeat 0 0;
	cursor:pointer;
}

#ourstory-page span.slick-disabled.slick-prev{
	cursor:default;
	background-position: 0px 0px;
}

#ourstory-page span.slick-disabled.slick-next{
	cursor:default;
	background-position: 0px -237px;
}

#ourstory-page span.slick-prev{
	left:-72px;
	background-position: 0px -79px;
}

#ourstory-page span.slick-next{
	right:-72px;
	background-position: 0px -316px;
}

#ourstory-page span.slick-arrow:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('../images/ourstory/nav-icons.png') no-repeat 0 -158px;
	z-index:1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#ourstory-page span.slick-next.slick-arrow:after{
	background-position: 0px -395px;
}

#ourstory-page #time-line{
position:relative;
height:10px;
background-color:#fff;
z-index:4;
}

#ourstory-page #time-line ul.slick-dots{
position:absolute;
width:6000px;
right:50%;
top:-14px;
	margin:0 -21px 0 0;
	padding:0;
	line-height:1;
z-index:2;
float:left;
}

#ourstory-page #time-line ul.slick-dots li{
	position:relative;
	float:right;
	margin-left:150px;
	padding:11px;
	background-color:#fff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	height:18px;
	width:18px;
	line-height:1;
	list-style:none;
	cursor:pointer;
	z-index:2;
}

#ourstory-page #time-line ul.slick-dots li:before{
		-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#ourstory-page #time-line ul.slick-dots li.slick-active:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('../images/ourstory/current-year-btn.png') no-repeat 0 0;
	z-index:3;
}

#ourstory-page #time-line ul.slick-dots li:not(.slick-active):before{
	position:absolute;
	content:'';
	left:-4px;
	top:-4px;
	width:48px;
	height:48px;
	background:url('../images/ourstory/year-btn-hover.png') no-repeat 50% 50%;
	background-size:85%;
	z-index:4;	
}

#ourstory-page #time-line ul.slick-dots li:not(.slick-active):hover:before{
	background-size:100%;
}

#ourstory-page #time-line ul.slick-dots li button{
	font-size:1px;
	text-indent:-40px;
	overflow:hidden;
	line-height:1;
	color:transparent;
	height:18px;
	width:18px;
	outline:0;
	border:none;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	background-color:#80bef9;
}

#ourstory-page #time-line ul.slick-dots li:after{
	position:absolute;
	content:'';
	font-family:Roboto;
	font-weight:900;
	left:-27px;
	bottom:-56px;
	height:23px;
	width:95px;
	padding:32px 0 14px;
	border-bottom:3px solid transparent;
	text-align:center;
	color:#fff;
	line-height:1;
	font-size:24px;
	z-index:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ourstory-page #time-line ul.slick-dots li:not(.slick-active):hover:after{
	font-size:28px;
	border-color:#fff;
	background-color:rgba(255,255,255,0.3);
}

#ourstory-page #time-line ul.slick-dots li:after{
	content:attr(data-year);
}

#ourstory-page div.years-bg{
	height:192px;
	background:url('../images/ourstory/straff-bg.jpg') no-repeat 50% 0;
}

@media (max-width:1120px){
#ourstory-page #event-box{
	width: calc(100% - 208px);
	margin:0 104px;
}
#ourstory-page div.prev-box{
	left:0;
	margin-left:0;
}

#ourstory-page div.next-box{
	right:0;
	margin-right:0;
}
#ourstory-page #event-box div.year-side,
#ourstory-page #event-box div.text-side{
height:550px;
}
#ourstory-page div.content div.slider-bg{
	height:690px;
}
#ourstory-page div.arrow-box{
	height:568px;
}
#ourstory-page span.slick-arrow{
	top:50%;
	margin-top:-37px;
}
}

@media (max-width:950px){
#ourstory-page #event-box div.year-side,
#ourstory-page #event-box div.text-side{
float:none;
}
#ourstory-page #event-box div.year-side{
	height:90px;
	width:100%;
background: #f39a00;
background: -moz-linear-gradient(top, #f39a00 0%, #fcce03 100%);
background: -webkit-linear-gradient(top, #f39a00 0%,#fcce03 100%);
background: linear-gradient(to bottom, #f39a00 0%,#fcce03 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39a00', endColorstr='#fcce03',GradientType=0 );
}
#ourstory-page #event-box div.text-side{
height:450px;
padding: 20px 20px 5px;
border-top:3px solid #fff;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
#ourstory-page #event-box div.year-side span.year{
	font-size:36px;
	line-height:90px;
	border:0;
	padding:0;
}
}
@media (max-width:890px){
	#ourstory-page span.slick-arrow:after,
	#ourstory-page div.arrow-box{
		display:none;
	}
#ourstory-page #event-box{
	width: 100%;
	margin:0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
#ourstory-page span.slick-arrow{
	top:45px;
	width:60px;
	height:90px;
	z-index:3;
}

#content #ourstory-page span.slick-prev{
	left:0;
	background:url('../images/ourstory/prev-mobile.png') no-repeat 10px 50%;
}
#content #ourstory-page span.slick-next{
	right:0;
	background:url('../images/ourstory/next-mobile.png') no-repeat right 10px top 50%;
}
#content #ourstory-page span.slick-arrow.slick-disabled{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;	
}
}

@media (min-width:831px){
#ourstory-page #time-select{
	display:none;
}
}

@media (max-width:830px){
	#ourstory-page div.years-bg,
#ourstory-page #time-line{
	display:none;
}
#ourstory-page #event-box div.text-side,
#ourstory-page div.content div.slider-bg{
	height:auto;
}
#ourstory-page div.content{
	min-height:auto;
}
#ourstory-page #event-box div.year-side{
	margin-bottom:58px;
}
#ourstory-page div.content div.slider-bg{
	padding-bottom:0;
}
#ourstory-page #time-select{
	position:absolute;
	top:99px;
	left:0;
	right:0;
	width:360px;
	padding:9px 0;
	margin:0 auto;
	text-align:center;
}
#ourstory-page #time-select label{
	display:inline-block;
	font-family:'Roboto';
	font-weight:500;
	line-height:40px;
	font-size:17px;
	color:#ec731c;
	margin-right:10px;
	cursor:default;
	vertical-align:top;
}
#ourstory-page #time-select div.select-box{
	position:relative;
	display:inline-block;
	width:140px;
	height:40px;
	background-color:#f39a00;
}
#ourstory-page #time-select div.select-box span{
	font-family:'Roboto';
	font-size:17px;
	font-weight:400;
	position:relative;
	display:block;
	line-height:40px;
	padding:0 48px 0 17px;
	color:#fff;
	white-space:nowrap;
	background:url('../images/ourstory/select-year.png') no-repeat right 15px top 14px;
	text-overflow:ellipsis;
}
#ourstory-page #time-select div.select-box select{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	margin:0;
}
}

@media (max-width:640px){
#ourstory-page div.page-head h3:after{
	background-size:78px;
	top:-56px;
}
}

@media (max-width:380px){
	#ourstory-page #time-select{
		width:100%;
	}
}


 /* Technológiai háttér */
 
#techbg-page div.microsoft-partner p{
	 font-family:Roboto;
	 font-size:17px;
	 line-height:26px;
	 font-weight:400;
	 color:#355d97;
	 margin-bottom:20px;
}

#techbg-page div.microsoft-partner div.inner-page{
	padding:23px 20px 5px 30px;
	background:url('../images/techbg/microsoft-logo.png') no-repeat 30px 20px;
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-ms-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}

#techbg-page div.microsoft-partner:not(.first-visible) div.inner-page{
	background-position:-338px 170px;
}

#techbg-page div.microsoft-partner div.inner-page img.right{
	margin:55px 0 60px 45px;
	width:33%;
}

#techbg-page div.development{
	position:relative;
	height:676px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	background:url('../images/techbg/sky-bg.jpg') no-repeat 50% 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#techbg-page div.infrastructure{
	position:relative;
	height:900px;
	background:url('../images/techbg/it-anim-bg.jpg') no-repeat 50% 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#techbg-page div.development:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:27px;
	width:100%;
	background:url('../images/techbg/blue-shadow.png') repeat-x 0 0;
	z-index:1;
}

div.section-title h3{
	position:relative;
	font-family:Roboto;
	font-weight:700;
	font-size:24px;
	line-height:1.2;
	text-align:center;
	color:#2870b7;
	text-transform:uppercase;
	padding:33px 0 24px;
	margin:0;
}

.infrastructure div.section-title h3{
color:#a6d3ff;
}

div.section-title h3:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:-2px;
	height:2px;
	width:70px;
	margin-left:-35px;
	background-color:#ecf2fb;
	z-index:1;
}

div.section-title h3 span.dark{
	color:#002a70;
}

div.section-title h3 span.white{
	color:#fff;
}

#techbg-page dl{
	font-family:Roboto;
	font-size:17px;
	margin:0;
	float:left;
}

#techbg-page div.development dl{
	color:#355d97;	
}

#techbg-page div.infrastructure dl{
	color:#fff;
	margin-right:60px;
}

#techbg-page div.infrastructure dl.mobile{
	margin-bottom:65px;
}

#techbg-page div.infrastructure dl.client{
	width:720px;
	margin:62px 0 0;
}

@media (min-width:951px){
#techbg-page div.infrastructure dl.client dd{
display:inline-block !important;
}
}

#techbg-page div.infrastructure dl.client dd.col2{
width:200px;
}

#techbg-page div.infrastructure dl.client dd:not(.col2){
	float:left;
	clear:left;
	width:290px;
	padding-right:30px;
}

#techbg-page div.infrastructure div.clear{
margin-bottom:30px;
}

#techbg-page div.infrastructure dl.client2 > dt{
	color:transparent;
}

#techbg-page div.development img.right{
	margin-bottom:-35px;
}

#techbg-page dl > dt{
	font-weight:700;
	margin:0 0 15px 10px;
	line-height:1.3;
	text-indent:-10px;
}

#techbg-page dl dd{
	position:relative;
	font-weight:400;
	margin:0 0 18px;
	padding-left:38px;
	line-height:1.3;
}

#techbg-page dl dd:after{
	position:absolute;
	content:'';
	left:11px;
	top:6px;
	width:8px;
	height:8px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background-color:#f39a00;
	z-index:1;
}

#techbg-page dl dd dt{
	margin-bottom:18px;
}

#techbg-page dl dd dd:after{
	width:4px;
	height:4px;
	border:2px solid #5ba0e3;
	background-color:transparent;
}

#techbg-page div.healthcare:before,
#techbg-page div.healthcare:after,
#techbg-page div.infrastructure:after,
#techbg-page div.infrastructure:before{
	position:absolute;
	content:'';
	left:0;
	height:27px;
	width:100%;
	z-index:1;
}

#techbg-page div.healthcare:before,
#techbg-page div.infrastructure:before{
top:0;
background:url('../images/techbg/infrastr-top-shadow.png') repeat-x 0 0;	
}

#techbg-page div.healthcare:after,
#techbg-page div.infrastructure:after{
bottom:0;
background:url('../images/techbg/infrastr-bottom-shadow.png') repeat-x 0 0;	
}

#techbg-page div.healthcare:before{
top:0;
background:url('../images/techbg/health-top-shadow.png') repeat-x 0 0;	
}

#techbg-page div.healthcare:after{
bottom:0;
background:url('../images/techbg/health-bottom-shadow.png') repeat-x 0 0;	
}

#techbg-page div.development dl{
	margin-right:35px;
}

#techbg-page div.development dl.server,
#techbg-page div.development dl.database{
	margin-top:55px;
}

#techbg-page div.development dl.server{
	margin-right:105px;
	margin-bottom:30px;
}

#techbg-page div.development dl.database{
	margin-right:0;
}

#techbg-page div.development dl.service{
	clear:left;
}

#techbg-page div.infrastructure img.right{
	position:absolute;
	top:5px;
	right:-200px;
}

#techbg-page div.spec-knowledge{
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	padding:25px 20px;
background: #efefef;
background: -moz-linear-gradient(left, #efefef 0%, #ffffff 30%, #ffffff 70%, #efefef 100%);
background: -webkit-linear-gradient(left, #efefef 0%,#ffffff 30%,#ffffff 70%,#efefef 100%);
background: linear-gradient(to right, #efefef 0%,#ffffff 30%,#ffffff 70%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
}
#techbg-page div.spec-knowledge p{
	text-align:center;
	line-height:22px;
	margin:0;
}

#techbg-page div.healthcare{
	position:relative;
	padding:40px 20px 30px;
background: #dfefff;
background: -moz-linear-gradient(left, #dfefff 0%, #ffffff 25%, #ffffff 75%, #dfefff 100%);
background: -webkit-linear-gradient(left, #dfefff 0%,#ffffff 25%,#ffffff 75%,#dfefff 100%);
background: linear-gradient(to right, #dfefff 0%,#ffffff 25%,#ffffff 75%,#dfefff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfefff', endColorstr='#dfefff',GradientType=1 );
}

#techbg-page div.healthcare ul{
	text-align:center;
	margin:0 0 15px;
	padding:0;
}

#techbg-page div.healthcare ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
	padding:0;
list-style:none;	
}

#techbg-page div.healthcare p{
color:#4a4a4a;
line-height:22px;
margin:0 180px;
text-align:center;
}

#techbg-page div.scrum{
border-top:3px solid #fff;
background: #b6e8ff;
background: -moz-linear-gradient(left, #b6e8ff 0%, #ffffff 30%, #ffffff 70%, #b6e8ff 100%);
background: -webkit-linear-gradient(left, #b6e8ff 0%,#ffffff 30%,#ffffff 70%,#b6e8ff 100%);
background: linear-gradient(to right, #b6e8ff 0%,#ffffff 30%,#ffffff 70%,#b6e8ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e8ff', endColorstr='#b6e8ff',GradientType=1 );
}

#techbg-page div.scrum .inner-page{
	padding:30px 10px;
	text-align:center;
}

#techbg-page div.scrum .inner-page img{
	margin:0 15px 30px;
}

#techbg-page div.scrum .inner-page p{
	margin:0 105px;
	line-height:22px;
}

#techbg-page .inner-page p a{
color:#3474ba;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#techbg-page p a:hover{
color:#f0a523;
}

#techbg-page dl.client2{
	width:210px;
}

@media (max-width:1250px){
#techbg-page div.inner-page{
padding:0 10px;
}
#techbg-page div.development{
	height:auto;
	min-height:676px;
}
}

@media (max-width:1220px){
#techbg-page div.development img.right{
	width:47%;
}
#techbg-page div.infrastructure img.right{
	width:76%;
	top:4%;
	right:-165px;
}
#techbg-page div.infrastructure div.content:after{
	display:block;
	content:'';
	height:0;
	clear:both;
}
#techbg-page div.infrastructure{
	background-size:auto 100%;
	height:auto;
	min-height:900px;
}
}

@media (max-width:1180px){
	#techbg-page div.development dl.cloud{
		width:210px;
		margin-right:0;
	}
}

@media (max-width:1050px){
	#techbg-page div.healthcare{
		padding:40px 0 30px;
	}
	#techbg-page div.healthcare p{
		width:600px;
		margin:0 auto;
	}
	#techbg-page div.healthcare ul li{
	margin-bottom:10px;
	}
}

@media (max-width:1000px){
#techbg-page div.development div.section-title{
	margin-bottom:55px;
}
#techbg-page div.development div.clear,
#techbg-page div.development img.right{
	display:none;
}
#techbg-page div.development dl.service{
	clear:none;
}
#techbg-page div.development div.inner-page{
	text-align:center;
}
#techbg-page div.development .content > dl{
	margin:0 0 30px;
	width:24%;
	padding-right:10px;
	min-height:280px;
	float:none;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#techbg-page div.infrastructure dl.server{
	margin-bottom:40px;
}
#techbg-page div.infrastructure dl.mobile{
	clear:left;
}
}

@media (max-width:950px){
#techbg-page div.infrastructure div.section-title{
	margin-bottom:50px;
}
#techbg-page div.infrastructure div.clear,
#techbg-page div.infrastructure img.right{
	display:none;
}
#techbg-page div.infrastructure div.inner-page div.content{
text-align:center;
}
#techbg-page div.infrastructure .content > dl{
	margin:0 0 40px;
	width:50%;
	padding:0 20px;
	min-height:280px;
	float:left;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#techbg-page div.infrastructure .content > dl.creative{
	clear:left;
}
#techbg-page div.infrastructure .content > dl.mobile{
	clear:none;
	min-height:auto;
}
#techbg-page div.infrastructure .content > dl.client dd{
	clear:none;
	float:none;
	width:auto;
	display:block;
	padding-right:0;
}
#techbg-page div.infrastructure .content > dl.corp{
	min-height:auto;
}

#techbg-page div.scrum{
background: #e7f7ff;
background: -moz-linear-gradient(left, #e7f7ff 0%, #ffffff 50%, #e7f7ff 100%);
background: -webkit-linear-gradient(left, #e7f7ff 0%,#ffffff 50%,#e7f7ff 100%);
background: linear-gradient(to right, #e7f7ff 0%,#ffffff 50%,#e7f7ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f7ff', endColorstr='#e7f7ff',GradientType=1 );
}
}

@media (max-width:900px){
	#techbg-page div.development .content > dl{
		width:32%;
		padding-right:20px;
		min-height:auto;
	}
}

@media (max-width:900px) and (min-width:641px){
#techbg-page div.scrum .inner-page p{
	width:600px;
	margin:0 auto;
}
}

@media (max-width:640px){
	#techbg-page div.page-head h3:after{
		top:-50px;
		background-size:51px;
	}
	#techbg-page div.development .content > dl{
		width:49%;
	}
	#techbg-page div.infrastructure .content > dl{
		padding-left:0;
	}
	#techbg-page div.healthcare p{
		width:auto;
	}
	#techbg-page div.scrum .inner-page p{
	margin:0;
	}
}

@media (max-width:590px){
	#techbg-page div.microsoft-partner div.inner-page img.right{
		display:none;
	}
	#techbg-page div.microsoft-partner div.inner-page{
		padding:20px 10px 5px;
	background-position:left 10px bottom -140px;
}

}

@media (min-width:501px){
#techbg-page div.isMobil{
display:none;
}
#techbg-page dl dd{
	display:block !important;
}
}

@media (max-width:500px){
	#techbg-page div.development{
		min-height:auto;
		padding-bottom:30px;
	}
	#techbg-page div.development .content dl,
	#techbg-page div.infrastructure .content dl{
		float:none;
	}
	#techbg-page div.development .content > dl,
	#techbg-page div.infrastructure .content > dl{
		width:auto;
		display:block;
		padding:0;
		margin:0 0 6px;
	}
	#techbg-page div.infrastructure div.inner-page div.content{
		padding-bottom:40px;
	}
	#techbg-page div.infrastructure,
	#techbg-page div.infrastructure .content > dl{
		min-height:auto;
	}
	#techbg-page div.infrastructure div.content > dl.client dd{
		display:none;
	}
	#techbg-page div.development .content > dl > dt,
	#techbg-page div.infrastructure .content > dl > dt{
		position:relative;
		text-indent:0;
		margin:0;
		padding:7px 45px 7px 12px;
		border:2px solid #9cccfb;
		color: #355d97;
		background-color:#fff;
		cursor:pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	#techbg-page div.infrastructure .content > dl > dt{
		border-color:#fff;
	}
	#techbg-page div.infrastructure .content > dl.open > dt:not(.empty),
	#techbg-page div.development .content > dl.open > dt:not(.empty){
		color:#fff;
		background-color:#e5493a;
		border-color:#e5493a;
		margin-bottom:15px;
	}
	#techbg-page div.development .content > dl > dt.empty{
		margin-bottom:6px;
		cursor:default;
	}
	#techbg-page div.development .content > dl > *:not(dt),
	#techbg-page div.development .content > dl > dt span.per,
	#techbg-page div.infrastructure .content > dl > *:not(dt),
	#techbg-page div.infrastructure .content > dl > dt span.per{
		display:none;
	}
	#techbg-page div .content > dl > dt:not(.empty):before,
	#techbg-page div .content > dl > dt:not(.empty):after{
		position:absolute;
		content:'';
		top:12px;
		right:10px;
		width:22px;
		height:13px;
		background:url('../images/techbg/close.png') no-repeat 50% 50%;
		z-index:1;
		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	#techbg-page div .content > dl > dt:not(.empty):after{
		background:url('../images/techbg/open.png') no-repeat 50% 50%;
		z-index:2;
	}
	#techbg-page div .content > dl.open > dt:not(.empty):before,
	#techbg-page div .content > dl.open > dt:not(.empty):after{	
		behavior:url(-ms-transform.htc);  
  -moz-transform:rotate(180deg);  
  -webkit-transform:rotate(180deg);  
  -o-transform:rotate(180deg);  
  -ms-transform:rotate(180deg);
	}
	#techbg-page div.development div.section-title,
	#techbg-page div.infrastructure div.section-title{
		margin-bottom:40px;
	}
}

/* Szolgáltatások */
#services-page div.page-head{
	background:url('../images/services/head-bg.jpg') no-repeat 50% 0 fixed;
}

#services-page div.page-head h3:after{
	height:70px;
	background:url('../images/services/title-icon.png') no-repeat 50% 0;
}

#services-page div.solutions{
	height:395px;
	background:url('../images/services/grad-bg.jpg') no-repeat 50% 0;	
}

#services-page div.solutions div.section-title{
	padding:5px 0 10px;
}

#services-page div.solutions div.section-title h3:after{
	display:none;
}

#services-page div.solutions div.inner-page > p{
	text-align:center;
	font-size:20px;
	font-weight:400;
	color:#3a3a3b;
	line-height:1.3;
	margin:0 230px;
}

#services-page div.parts{
	text-align:center;
	width:1005px;
	margin:0 auto;
	padding-top:25px;
}

#services-page div.parts span.tech,
#services-page div.parts span.marketing{
	position:relative;
	display:inline-block;
	width:350px;
	font-family:'Roboto';
	font-size:17px;
	font-weight:700;
	line-height:22px;
	margin:32px 0 0;
	text-transform:uppercase;
	background-color:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: all 0.3s,left 0.7s,right 0.7s linear;
	-moz-transition: all 0.3s,left 0.7s,right 0.7s linear;
	-ms-transition: all 0.3s,left 0.7s,right 0.7s linear;
	-o-transition: all 0.3s,left 0.7s,right 0.7s linear;
	transition: all 0.3s,left 0.7s,right 0.7s linear;
}

#services-page div.parts:not(.first-visible) span.tech,
#services-page div.parts:not(.first-visible) span.marketing{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
}

#services-page div.parts:not(.first-visible) span.tech{
	left:300px;
}

#services-page div.parts span.tech{
	left:0;
}

#services-page div.parts:not(.first-visible) span.marketing{
	right:300px;
}

#services-page div.parts.first-visible span.marketing{
	right:0;
}

#services-page div.parts img.screen{
	position:relative;
	z-index:3;
}

#services-page div.parts span.tech:after,
#services-page div.parts span.marketing:after{
	position:absolute;
	content:'';
	top:0;
	height:100%;
	width:4px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	z-index:1;
}

#services-page div.parts span.tech:after{
	left:3px;
	background-color:#28b138;
}

#services-page div.parts span.marketing:after{
	right:3px;
	background-color:#ff7f00;
}

#services-page div.parts span.tech{
	float:left;
	color:#23812e;
	padding:14px 17px 14px 30px;
	text-align:right;
}

#services-page div.parts span.marketing{
	float:right;
	color:#df7822;
	padding:14px 30px 14px 17px;
	text-align:left;
}

#services-page div.categories, #pricebg-page div.categories{
padding:95px 0 65px;
text-align:center;
}

#services-page div.categories div.category,
#pricebg-page div.categories div.category{
	display:inline-block;
	width:31%;
	height:410px;
	padding:32px 37px 0;
	margin:0 10px 20px;
	vertical-align:top;
background: #e7f1fc;
background: -moz-linear-gradient(-45deg, #e7f1fc 0%, #ffffff 50%, #e7f1fc 100%);
background: -webkit-linear-gradient(-45deg, #e7f1fc 0%,#ffffff 50%,#e7f1fc 100%);
background: linear-gradient(135deg, #e7f1fc 0%,#ffffff 50%,#e7f1fc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1fc', endColorstr='#e7f1fc',GradientType=1 );
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	border:3px solid #b6d1ec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-page div.categories div.category h4,
#pricebg-page div.categories div.category h4{
font-family:'Raleway';
	position:relative;
	font-size:24px;
	font-weight:700;
	color:#002a70;
	line-height:1.2;
	text-decoration:uppercase;
	padding:0 0 18px;
	margin:0 0 32px;
	text-align:left;
}

#services-page div.categories div.category h4:after,
#pricebg-page div.categories div.category h4:after{
	position:absolute;
	content:'';
	left:0;
	bottom:2px;
	height:2px;
	width:70px;
	background-color:#e5493a;
	z-index:1;
}

#services-page div.categories div.category p,
#pricebg-page div.categories div.category p{
	text-align:justify;
	font-weight:400;
	color:#355d97;
	margin:0;
	line-height:22px;
}

#services-page div.categories div.category h4 span.green{
	color:#1ca43a;
}

#services-page div.categories div.category h4 span.red{
	color:#e5493a;
}

#services-page div.categories div.category h4 span.grey{
	color:#989898;
}

#services-page div.philosophy{
	position:relative;
	height:230px;
background: #e5e5e5;
background: -moz-linear-gradient(-45deg, #e5e5e5 0%, #f7f7f7 25%, #f7f7f7 75%, #e5e5e5 100%);
background: -webkit-linear-gradient(-45deg, #e5e5e5 0%,#f7f7f7 25%,#f7f7f7 75%,#e5e5e5 100%);
background: linear-gradient(135deg, #e5e5e5 0%,#f7f7f7 25%,#f7f7f7 75%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 );
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-page div.philosophy:before,
#services-page div.philosophy:after{
	position:absolute;
	content:'';
	left:0;
	height:26px;
	width:100%;
	z-index:1;
}

#services-page div.philosophy:before{
	top:0;
	background:url('../images/services/grey-top-shadow.png') repeat-x 0 0;
}

#services-page div.philosophy:after{
	bottom:0;
	background:url('../images/services/grey-bottom-shadow.png') repeat-x 0 0;
}

#services-page div.philosophy p{
font-size:25px;
line-height:34px;
color:#4a4a4a;
font-weight:300;
margin:0;
padding:48px 40px 0 312px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-page div.philosophy span.graph{
	position:absolute;
	top:-24px;
	left:35px;
	width:258px;
	height:248px;
	z-index:2;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-page div.philosophy span.graph img.display{
	position:absolute;
	width:92.64%;
	height:auto;
	right:0;
	bottom:0;
}

#services-page div.philosophy span.graph img[class^="icon-"]{
	position:absolute;
	top:0;
	width:27.13%;
	height:auto;
	z-index:2;
	-webkit-transition: all 0.5s cubic-bezier(.25,.4,.2,1.7);
	-moz-transition: all 0.5s cubic-bezier(.25,.4,.2,1.7);
	-ms-transition: all 0.5s cubic-bezier(.25,.4,.2,1.7);
	-o-transition: all 0.5s cubic-bezier(.25,.4,.2,1.7);
	transition: all 0.5s cubic-bezier(.25,.4,.2,1.7);
}

#services-page div.philosophy:not(.first-visible) span.graph img[class^="icon-"]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
  -webkit-transform:scale(0.2);
     -moz-transform:scale(0.2);
      -ms-transform:scale(0.2);
       -o-transform:scale(0.2);
          transform:scale(0.2);	
}

#services-page div.philosophy span.graph img.icon-1{
	left:0;
	top:26%;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

#services-page div.philosophy span.graph img.icon-2{
	left:17%;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

#services-page div.philosophy span.graph img.icon-3{
	left:47%;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

#services-page div.philosophy span.graph img.icon-4{
	right:9%;
	top:26%;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

#services-page div.partners{
	border-top:3px solid #fff;
	background:url('../images/services/partners-bg.jpg') no-repeat 50% 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-page div.partners div.inner-page{
	height:452px;
}

#services-page div.partners div.inner-page ul{
	margin:0 0 0 247px;
	padding-top:15px;
}

#services-page div.partners div.inner-page ul li{
	position:relative;
	margin:0 0 18px;
	padding-left:22px;
	line-height:1.2;
	list-style:none;
	font-family:Roboto;
	font-weight:400;
	font-size:17px;
	color:#355d97;
}

#services-page div.section-title h3{
	padding:33px 15px 24px;
}

@media (max-width:1740px){
#services-page div.categories div.category{
	height:470px;
}
}

@media (max-width:1520px){
#services-page div.categories div.category{
height:510px;
padding: 32px 18px 0;
}
#services-page div.categories div.category p{
	text-align:left;
}
}

@media (max-width:1480px){
	#services-page div.partners{
		background-position:100% 0;
	}
}

@media (max-width:1220px){
#services-page div.solutions div.inner-page > p{
margin:0 20%;
}
#services-page div.philosophy{
	height:auto;
}
#services-page div.philosophy p{
padding:30px 40px 30px 312px;
}
#services-page div.partners div.inner-page ul{
	margin:0 auto;
	width:800px;
	padding-left:50px;
}
}

@media (max-width:1190px){
#services-page div.categories div.category{
margin:0 5px;
height:590px;
}
}

@media (max-width:1070px){
#services-page div.solutions{
background-size:100% 100%;
padding-bottom:30px;
height:auto;
}
#services-page div.parts{
	margin-bottom:-46px;
}
#services-page div.categories{
	padding-top:50px;
}
}

@media (max-width:1025px){
#services-page div.parts{
	position:relative;
	width:100%;
}
#services-page div.parts:after{
	display:block;
	content:'';
	height:0;
	clear:both;
}

#services-page div.parts img.screen{
	width:calc(100% - 700px);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
}

@media (min-width:991px){
#services-page div.categories div.category div.content{
	display:block !important;
}
#services-page div.isMobil{
display:none;
}
}

@media (max-width:990px){
#services-page div.categories div.category{
	display:block;
	width:480px;
	margin:0 auto 14px;
	height:auto;
	background:#fff;
	padding:0;
}
#services-page div.categories div.category h4{
	font-size:20px;
	padding:12px 100px 12px 10px;
	margin:0;
	cursor:pointer;
}
#services-page div.categories div.category h4:before{
	position:absolute;
	content:'';
	right:12px;
	top:50%;
	margin-top:-7px;
	width:22px;
	height:13px;
	background:url('../images/services/open.png') no-repeat 50% 50%;
	z-index:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-page div.categories div.category.open h4:before{
	behavior:url(-ms-transform.htc);  
  -moz-transform:rotate(180deg);  
  -webkit-transform:rotate(180deg);  
  -o-transform:rotate(180deg);  
  -ms-transform:rotate(180deg);
}

#services-page div.categories div.category div.content{
	padding:0 10px 12px;
}

#services-page div.categories div.category h4 br,
#services-page div.categories div.category h4:after{
	display:none;
}
#services-page div.categories div.category div.content{
	display:none;
}
}

@media (max-width:940px){
#services-page div.parts span.tech,
#services-page div.parts span.marketing{
	margin-top:10px;
}
#services-page div.parts:before{
	position:absolute;
	content:'';
	top:45px;
	left:0;
	right:0;
	margin:0 auto;
	width:120px;
	height:94px;
	background:url('../images/services/puzzle.png') no-repeat 50% 50%;
	background-size:100% auto;
	z-index:2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
}



@media (max-width:902px){
#services-page div.parts img.screen{
	display:none;
}
#services-page div.parts{
	margin-bottom:0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#services-page div.parts:before{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
}

#services-page div.parts span.tech, 
#services-page div.parts span.marketing{
-webkit-box-shadow: 0px 5px 16px 0px rgba(208,208,208,1);
-moz-box-shadow: 0px 5px 16px 0px rgba(208,208,208,1);
box-shadow: 0px 5px 16px 0px rgba(208,208,208,1);
}
#services-page div.philosophy p{
	font-size:20px;
	line-height:28px;
}
}

@media (max-width:880px){
	#services-page div.partners div.inner-page ul{
		width:auto;
		padding-right:30px;
	}
}

@media (max-width:860px){
#services-page div.parts:before{
width:calc(100% - 720px);
}	
}

@media (max-width:760px){
#services-page div.parts:before{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
}	
}

@media (max-width:730px){
	#services-page div.parts span.tech, 
	#services-page div.parts span.marketing{
		clear:both;
		margin:0;
	}
	#services-page div.parts span.tech{
		margin-bottom:19px;
	}
	
	#services-page div.parts{
		width:440px;
		padding:25px 10px 0;
	}
	#services-page div.philosophy span.graph{
		left:0;
		right:0;
		margin:0 auto;
	}
	#services-page div.philosophy p{
		padding:240px 10px 20px;
		width:400px;
		margin:0 auto;
		text-align:justify;
	}
	#services-page div.partners {
    background-position: 90% 0;
}
}

@media (max-width:640px){
#services-page div.page-head h3:after{
	top:-53px;
	background-size:71px;
}
#services-page div.section-title h3{
	font-size:20px;
	padding:20px 15px 20px;
}
#services-page div.solutions div.inner-page > p{
margin:0 10px;
}
#services-page div.partners div.inner-page{
	height:auto;
	min-height:452px;
}
}

@media (max-width:500px){
#services-page div.categories div.category{
	margin:0 10px 14px;
	width:auto;
}
}


@media (max-width:470px){
	#services-page div.parts{
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#services-page div.philosophy p{
		width:auto;
	}
	#services-page div.partners div.inner-page ul{
		padding-left:10px;
	}
	#services-page div.partners{
		background-size:auto 100%;
		background-position:85% 0;
	}
}



ul.yellow-bullet li:after{
	position:absolute;
	content:'';
	top:8px;
	left:0;
	width:8px;
	height:8px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background-color:#f39a00;
	z-index:1;
}

/* Ajánlatkérés */

#pricebg-page div.btn-box{
	padding:28px 0 42px;
	text-align:center;
	clear:both;
}


/* Modulok */

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.view-products form.j2store-addtocart-form .text-success > a.j2store-checkout-link{
    display: none;
}
.j2store-products-row div[class*='col-sm-'] > div.j2store-single-product{
    width: calc(100% - 30px);
}

.j2store-cart-nav .btn-large{
    padding: 6px 10px;
    font-size: 14px;
}

.j2store-cart-nav ~ div.pull-right,
.top-subtotal ~ div.pull-right{
    display: none;
}

.j2store-product-images,
.product-title,
.product-short-description,
.product-price-container,
.discount-percentage,
.j2store-addtocart-form{
    float: left;
}

.top-subtotal{
    font-weight: normal!important;
}

.j2store-cart-item-box .pull-right:last-of-type{
    display: none;
}

.j2store-product-images{
    min-height: 120px;
    min-width: 120px;
    position: relative;
}

.j2store-product-images .j2store-thumbnail-image{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-title,
.product-short-description{
    width: 70%;
}

.product-price-container,
.discount-percentage,
.j2store-addtocart-form{
    width: calc(30% - 120px);
}

.view-products.j2store-single-product-view .product-price-container{
    width: 100%;
}

.j2store-addtocart-form{
    margin: 0 0 5px;
}

.j2store-products:after,
.j2store-single-product:after{
    display: block;
    clear: both;
    contetn: '';
}

.j2store-product-list,
.j2store-single-product.configurable.detail{
	position:relative;
	width: 98%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.product-short-description p{
    font-size: 16px;
    line-height: 1.3;
}

.product-price-container .sale-price,
.cart-action-complete p.text-success,
.product-price-container .tax-text{
    text-align: center;
}

form.j2store-addtocart-form .j2store-add-to-cart {
    margin-left: 0;
}

.j2store-addtocart-form input.j2store-cart-button{
    margin: 5px auto;
    display: block;
}

input.j2store-cart-button.btn-primary{
    border: 0px;
}


div[class*='j2store_cart_module_'] {
    position: fixed;
    left: calc(100% - 55px);
    top: 40%;
    color: #fff;
    transform: translateY(-50%);
    min-width: 345px;
    z-index: 99999;
    background: #0d70b1;
    border: 1px solid #eee;
    border-radius: 31px 0 0 31px;
    padding: 0px 20px 0 60px;
    transition: all ease-in .3s;
}
div[class*='j2store_cart_module_']:hover{
    left: calc(100% - 420px);
}

#j2store_cart_item_129.j2store-cart-item-box{
    display: block!important;
}

.j2store-cart-item-box{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.cart-action-complete[style=""] ~ .j2store-add-to-cart,
.cart-action-complete[style=""] ~ .j2store-cart-button{
    display: none;
}

.j2store-products-row h2.product-title a{
    font-size: 18px;
}
.j2store-products-row{
    margin: 8px 0;
}

.j2store-cart-item-box ul.j2store-cart-list{
    max-height: 345px;
    overflow-y: scroll;
}


.j2store-products-row:not(:last-of-type){
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}


li.cartitems p.j2store-product-name{
    font-size: 14px;
}

li.cartitems p.j2store-product-name ~ br{
    display: none;
}

/*div[class*='_child']{
    display: block;
    /*display: none;
    opacity: 0;*/
    /*color: #777;
    -webkit-animation: all 1s ease-out;
    -moz-animation: all 1s ease-out;
    -o-animation: all 1s ease-out;
    animation: all 1s ease-out;*/
    /*-webkit-animation: fadeIn 1s ease-out;
    -moz-animation: fadeIn 1s ease-out;
    -o-animation: fadeIn 1s ease-out;
    animation: fadeIn 1s ease-out;
}*/
/*
div[class*='_child'] h2.product-title a{
    color: #666;
}

div[class*='_child'] form.j2store-addtocart-form{
    position: relative;
}

div[class*='_child'] form.j2store-addtocart-form:before{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    cursor: not-allowed;
    z-index: 10;
}

.visible div[class*='_child'] form.j2store-addtocart-form:before{
    display: none;
}

div[class*='_child'] .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #444;
    background-image: -moz-linear-gradient(top,#444,#272727);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#272727));
    background-image: -webkit-linear-gradient(top,#444,#272727);
    background-image: -o-linear-gradient(top,#444,#272727);
    background-image: linear-gradient(to bottom,#444,#272727);
    background-repeat: repeat-x;
    border-color: unset!important;
}

.visible div[class*='_child']{
    display: block;
    /*opacity: 1;
}

.visible div[class*='_child']:before{
    display: none;
}

.visible div[class*='_child'] .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
    background-image: -webkit-linear-gradient(top,#08c,#0044cc);
    background-image: -o-linear-gradient(top,#08c,#0044cc);
    background-image: linear-gradient(to bottom,#08c,#0044cc);
    background-repeat: repeat-x;
}

.visible div[class*='_child'] .btn-primary:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#0579b3,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0579b3),to(#0044cc));
    background-image: -webkit-linear-gradient(top,#0579b3,#0044cc);
    background-image: -o-linear-gradient(top,#0579b3,#0044cc);
    background-image: linear-gradient(to bottom,#0579b3,#0044cc);
    background-repeat: repeat-x;
}

.visible div[class*='_child'] h2.product-title a{
    color: #0088cc;
}
*/
div[class*='j2store_cart_module_']:before{
    content:url('../images/webshop/cart-icon-w.png'); 
    position:absolute; 
    z-index: 99999;
    left: 0px;
    top: 0px;
    display: inline-block;
    padding: 18px;
}

.j2store-cart-info-link a{
    color: #bde6fb;
}

.j2store-cart-item-box{
    color: #232323;
}

div[class*='j2store_cart_module_'] .cart-module-title{
    margin: 12px 0 2px;
}
div[class*='j2store_cart_module_'] .j2store-cart-info{
    margin: 0 0 10px;
}

 /*@-webkit-keyframes fadeIn {
       0% {display: none; opacity:0;}
       1% {display: block; opacity:0;}
       100% {display: block; opacity:1;}
    }

    @-moz-keyframes fadeIn {
       0% {display: none; opacity:0;}
       1% {display: block; opacity:0;}
       100% {display: block; opacity:1;}
    }

    @-o-keyframes fadeIn {
       0% {display: none; opacity:0;}
       1% {display: block; opacity:0;}
       100% {display: block; opacity:1;}
    }

    @keyframes fadeIn {
       0% {display: none; opacity:0;}
       1% {display: block; opacity:0;}
       100% {display: block; opacity:1;}
    }*/


#akeeba-renderjoomla{
    padding: 35px 0 75px;
    margin: 0 auto;
}

/* KÉT OSZLOP */

/*.j2store-products-row div[class*='col-sm-']{
    width: calc(50% - 30px);
}*/


/* Product detail page */

#akeeba-renderjoomla > div.detail .row:first-of-type div[class*='col-sm-']:first-of-type{
    width: 250px;
}
#akeeba-renderjoomla > div.detail .row:first-of-type div[class*='col-sm-']{
    width: calc(100% - 310px);
}

#akeeba-renderjoomla > div.detail .product-description{
    line-height: 1.5;
}

#akeeba-renderjoomla > div.detail .product-description p{
    margin-bottom: 10px;
}


/* Cart page */

.view-carts .j2store-cart{
    padding-top: 30px;
}

.view-carts .j2store-cart:before{
    content: 'Az alábbi modulok kerültek kiválasztásra az árajánlat kéréshez';
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    display: block;
    margin-bottom: 20px;
}

.view-carts .j2store-cart:after{
    display: block;
    content: '';
    clear: both;
}

.view-carts .j2store-cart-table span.cart-product-unit-price{
    display: none;
}

.view-carts .j2store-cart .col-md-12{
    display: block;
}

.view-carts .j2store-cart .row{
    float: left;
    margin: 20px 0;
}


.view-carts .j2store-cart .row:nth-of-type(2){
    width: 100%;
    max-width: 800px;
}

.j2store-cart-table .remove-icon {
    margin: 3px 5px 3px 20px;
    float: right;
}

/* Check out page */

.view-checkout .checkout-content #akeeba-renderjoomla{
    padding: 20px 0;
    width: calc(100% - 30px);
}

.view-checkout .checkout-content #akeeba-renderjoomla div[class*='col-md-']{
    width: calc(50% - 30px);
}

.view-checkout #j2store-checkout #checkout{
    display: none;
}

.view-checkout .j2store .checkout-heading{
    background: -moz-linear-gradient(top, rgba(16,107,171,1) 0%, rgba(3,137,211,1) 100%);
    background: -webkit-linear-gradient(top, rgba(16,107,171,1) 0%,rgba(3,137,211,1) 100%);
    background: linear-gradient(to bottom, rgba(16,107,171,1) 0%,rgba(3,137,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5106bab', endColorstr='#f50389d3',GradientType=0 );
    color: #fff;
    padding: 15px;
    font-weight: normal;
    margin: 15px 0 0;
    border: 0px;
}

.j2store .checkout-heading a{
    color: #fff;
}

.j2store #shipping-payment-method .checkout-heading a{
    z-index: 2;
    position: relative;
    color: transparent!important;
}

.j2store #shipping-payment-method .checkout-heading a:before{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    content: 'Megtekintés';
    color: #fff;
    z-index: 1;
}

#shippingcost-pane {
display: none;
}

#onCheckoutPayment_wrapper {
display: none;
}

.view-checkout #shipping-payment-method .checkout-content p{
    line-height: 1.3;
}

.view-checkout .j2store .checkout-content{
    border: 1px solid #ccc;
    padding: 15px;
}

.view-checkout .j2store .checkout-content label{
    display: inline-block;
    line-height: 22px;
}

.view-checkout .j2store .checkout-content input[type="radio"]{
    width: 18px;
    height: 18px;
    margin: 0 4px 4px 4px;
}

.view-checkout .j2store .checkout-content #billing-existing{
    width: calc(100% - 30px);
}

.view-checkout #confirm .j2storeOrderSummary ~ h3{
    display: none;
}
.view-checkout #j2store-checkout-content h1{
    display: none;
}

.view-checkout .payment{
    margin-top: 35px;
}

.view-checkout .payment .note-payment_banktransfer,
.view-checkout .payment .note-payment_cash{
    display: none;
}

#akeeba-renderjoomla ~ .moduletable{
    margin: 0 auto 60px;
    display: none;
}

body[class*='view-product-'] #akeeba-renderjoomla ~ .moduletable{
    display: block;
}

form#member-registration{
    margin: 0px auto 50px;
}

.remind form, .reset form{
    margin: 50px auto;
}

@media (min-width:1220px){
    #akeeba-renderjoomla,
    .j2store-product-list,
    .j2store-single-product.configurable.detail,
    .j2store-checkout,
    .j2store-cart,
    #akeeba-renderjoomla ~ .moduletable,
    form#member-registration,
    form#login-form,
    .remind form, .reset form{
        width: 1220px;
    }
}

/* Step Progress Bar */



.progressbar-wrapper {
      background: #fff;
      width: 700px;
      margin: 0 auto 35px;
      max-width: 90%;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
}

.progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.progressbar li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     background-color: #7d7d7d;
     top: 30px;
     left: -50%;
     z-index: 0;
}

.progressbar li:hover{
    color: #54c5f9;
}

.progressbar li:hover:before{
     border: 2px solid #54c5f9;
}

.progressbar li:first-child:after {
     content: none;
}

a.progress-link{
    position: absolute;
    width: 46%;
    height: 100%;
    top: 0;
    left: 27%;
    z-index: 2;
}


.progressbar li.active,
.view-carts .progressbar li:not(:last-of-type){
    color: #106bab;
    font-weight: bold;  
}
.progressbar li.active:before,
.view-carts .progressbar li:not(:last-of-type):before{
    border-color: #106bab;
    background: -webkit-linear-gradient(top, rgba(16,107,171,1) 0%,rgba(3,137,211,1) 100%);
    background: linear-gradient(to bottom, rgba(16,107,171,1) 0%,rgba(3,137,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5106bab', endColorstr='#f50389d3',GradientType=0 );
    color: #fff;
 }

.progressbar li.active + li:after,
.view-carts .progressbar li:last-of-type:after{
    background-color: #106bab
}

.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step; 
}

.progressbar-wrapper:after,
.progressbar li:after{
    display: block;
    content: '';
    clear: both;
}


/* Login és regisztráció oldalak*/

div.inner-container{
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
}

.login ~ div,
.remind ~ div,
.reset ~ div{
    display: none;
} 

body.view-registration div.registration-header,
body.view-login div.registration-header,
body.view-remind div.registration-header,
body.view-reset div.registration-header,
body.view-checkout div.registration-header
{display: block;}


body.view-registration main#content,
body.view-profile main#content,
body.view-carts main#content,
body.view-registration form#member-registration > fieldset,
form#member-profile > fieldset:last-of-type,
body.view-profile form#member-profile  fieldset
{
    display: flex;
    flex-wrap: wrap;
    flex-direction : column;
}


body.view-registration main#content > div,
body.view-profile main#content > div,
body.view-carts main#content > div,
body.view-registration form#member-registration fieldset > div,
body.view-profile form#member-profile  fieldset > div 
{
    flex: 1;
}
body.view-registration main#content .upper-content,
body.view-profile main#content .upper-content{
    order: 1;
}

/* Reg fieldek felcserélése */
body.view-registration form#member-registration > fieldset:first-of-type,
body.view-profile form#member-profile > fieldset:first-of-type
{
    order: 2;
}

body.view-registration form#member-registration > fieldset:nth-of-type(2),
body.view-profile form#member-profile > fieldset:nth-of-type(3)
{
    order: 1;
}
body.view-registration form#member-registration > .control-group,
body.view-profile form#member-profile > .control-group
{
    order: 3;
}

body.view-profile form#member-profile > fieldset:nth-of-type(2){
    display: none;
}

/* Fieldseteken belüli mezők sorrendje */

body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(1),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(1)
    {order: 3;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(2),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(2)
    {order: 2;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(3),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(3)
    {order: 1;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(4),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(4)
    {order: 5;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(5),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(5)
    {order: 4;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(6),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(6)
    {order: 7;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(7),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(7)
    {order: 6;}
body.view-registration form#member-registration > fieldset:nth-of-type(2) > .control-group:nth-of-type(8),
form#member-profile > fieldset:last-of-type> .control-group:nth-of-type(8)
    {order: 8;}

/* */


body.view-registration form#member-registration > fieldset:first-of-type .control-group.field-spacer{
    display:none;
}

body.view-registration form#member-registration > fieldset:first-of-type .control-group.field-spacer + .control-group{
    margin-top: 18px;
}
/* */

.form-horizontal .controls{
    margin-left: 0;
}
.form-horizontal .control-label{
    float: unset;
    text-align: left;
    width: auto;
}

body.view-registration main#content #system-message-container,
body.view-profile main#content #system-message-container{
    order: 2;
    margin: 5px auto 20px;
}

body.view-carts main#content #system-message-container{
    order: 1;
}
body.view-carts main#content #akeeba-renderjoomla{
    order: 2;
}

body.view-carts span.cart-update-button{display: none;}

body.view-registration main#content #system-message-container .alert,
body.view-profile main#content #system-message-container .alert,
body.view-article main#content #system-message-container .alert,
body.view-carts main#content #system-message-container .alert{
    width: 800px;
    max-width: 100%;
    margin: 10px auto;
    position: relative;
}
.alert a.close,
.alert button.close{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 19px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    box-sizing: unset;
    padding: 0;
}

.alert.alert-error a.close,
.alert.alert-error button.close{
    color: #b94a48;
    width: 33px;
    height: 28px;
    padding: 0px 0px 5px;
}

.alert a.close:hover{
    background: #1d7ab6;
    color: #fff;
}

.alert.alert-error a.close:hover,
.alert.alert-error button.close:hover{
    color: #fff;
    background: #b94a48;
}

body.view-registration main#content .registration,
body.view-profile main#content .profile-edit{
    order: 3;
}

form#member-registration,
.view-profile form#member-profile{
    display: flex;
    flex-wrap: wrap;
}

form#member-registration > fieldset,
.view-profile form#member-profile > fieldset{
    align-self: flex-start;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}

form#member-registration > fieldset ~ div.control-group,
.view-profile form#member-profile > fieldset ~ div.control-group{
    display: block;
    width: 100%;
    margin: 10px 0;
}

form#member-registration > fieldset ~ div.control-group .controls,
.view-profile form#member-profile > fieldset ~ div.control-group .controls{
    margin: 0 auto;
    max-width: 80%;
}


form#member-registration,
form#login-form,
.remind form, .reset form,
.login form.form-validate,
.view-profile .profile,
.view-profile form#member-profile{
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 38px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

form#login-form, .login form.form-validate{
    max-width: 400px;
    width: 100%;
    margin: 50px auto;
    text-align: left;
    box-sizing: border-box;
}

.view-profile .profile{
    max-width: 400px;
    width: 95%;
    margin: 100px auto;
    text-align: left;
}

.profile-edit{
    margin: 0 0 40px;
}

.view-profile .registration-header .inner-container{
    text-align: center;
}

.view-profile .profile > ul.btn-toolbar{
    position: absolute;
    right: 35px;
    top: 30px;
}

.profile fieldset#users-profile-custom{
    display: none;
}

#member-profile fieldset:nth-of-type(2){
    display: none;
}
.remind form, 
.reset form{
    max-width: 400px;
    margin: 70px auto 100px;
    text-align: left;
}

form#login-form.login-error{
    border: 2px solid #dd5252;
}
form#login-form span.add-on{
    border-color: #106bab;
    background: -webkit-linear-gradient(top, rgba(16,107,171,1) 0%,rgba(3,137,211,1) 100%);
    background: linear-gradient(to bottom, rgba(16,107,171,1) 0%,rgba(3,137,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5106bab', endColorstr='#f50389d3',GradientType=0 );
}

form#login-form span.add-on span.icon-user,
form#login-form span.add-on span.icon-lock{
    color: #fff;
}

form#login-form .input-prepend{
    width: 100%;
}

form#member-registration fieldset legend{
    text-align: left;
}

form#member-registration .control-group,
form#member-profile .control-group{
    margin-bottom: 0!important;
    margin-top: 0!important;
}

form#member-registration fieldset input,
form#member-registration fieldset textarea,
form#login-form input:not([type*='checkbox']),
.remind form input, .reset form input,
.checkout-content input:not([type*='radio']),
.login form.form-validate input:not([type*='checkbox']),
.view-profile form.form-validate input:not([type*='checkbox']),
.view-profile form#member-profile input:not([type*='checkbox']),
.view-profile form#member-profile textarea
{
  outline: 0;
  background: #f1f1f1;
  width: 100% !important;
  border: 2px solid #ccc;
  margin: 0 0 15px;
  padding: 20px 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.remind form input.invalid, 
.reset form input.invalid{
    border: 2px solid #9d261d;
}

form#login-form input:not([type*='checkbox']){
    width: calc(100% - 44px)!important;
    margin: 0 0 5px;
}

.login form.form-validate input:not([type*='checkbox']),
.view-profile form.form-validate input:not([type*='checkbox']){
    margin: 0 0 5px;
}

body.com_users.view-login main#content .login:before{
    display: block;
    background: #7ebc4e;
    padding: 10px 25px;
    max-width: 750px;
    color: #fff;
    width: 100%;
    content: "Kérjük jelentkezzen be az adminisztrátor a regisztráció jóváhagyása érdekében";
    text-align: center;
    margin: 30px auto 0;
}
body.com_users.view-login main#content .progressbar-wrapper{
    display: none;
}

form#login-form .logout-button input{
    width: 100%!important;
    margin: 30px 0;
    color: #232323;
}

form#login-form .logout-button input:hover{
    background: #e4e4e4;
}

form#login-form input[type*='checkbox']{
    margin: 1px 4px 0 0;
    width: 16px;
    height: 16px;
}


form#member-registration fieldset input:focus,
form#member-registration fieldset textarea:focus,
form#login-form input:focus,
.checkout-content input:not([type*='radio']):focus,
.login form.form-validate:focus,
.view-profile form.form-validate:focus,
.view-profile form#member-profile input:focus,
.view-profile form#member-profile textarea:focus{
    border: 2px solid #2d5a8c;
}

form#member-registration > .control-group .controls button,
form#login-form .control-group .controls button.login-button,
.remind form button, 
.reset form button,
.checkout-content input[type*='button'],
.login form.form-validate button,
.view-profile form.form-validate button{
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    margin-bottom: 15px;
    background: #7fbd4f;
	background: -moz-linear-gradient(top, #7fbd4f 0%, #7dbb4e 45%, #6fa63f 55%, #69a339 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fbd4f), color-stop(45%, #7dbb4e), color-stop(55%, #6fa63f), color-stop(100%, #69a339));
	background: -webkit-linear-gradient(top, #7fbd4f 0%, #7dbb4e 45%, #6fa63f 55%, #69a339 100%);
	background: -o-linear-gradient(top, #7fbd4f 0%, #7dbb4e 45%, #6fa63f 55%, #69a339 100%);
	background: -ms-linear-gradient(top, #7fbd4f 0%, #7dbb4e 45%, #6fa63f 55%, #69a339 100%);
	background: linear-gradient(to bottom, #7fbd4f 0%, #7dbb4e 45%, #6fa63f 55%, #69a339 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbd4f', endColorstr='#69a339', GradientType=0 );
	width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.view-profile button.btn.btn-primary.validate{color: transparent; text-shadow: none;}

.view-profile button.btn.btn-primary.validate:before {
    content: 'Módosítás';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.checkout-content input[type*='button']{
    width: auto!important;
    padding: 15px 30px;
}

form#login-form .control-group .controls button.login-button{
    margin: 15px auto;
}

form#login-form ul li{
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

form#login-form ul li a{
    color: #666;
}

form#login-form ul li a.reg-button{
    text-decoration: underline;
    color: #0088cc;
    
}

form#member-registration > .control-group .controls button:hover,
form#login-form .control-group .controls button.login-button:hover,
.checkout-content input[type*='button']:hover,
.remind form button:hover, 
.reset form button:hover,
form#member-registration > .control-group .controls button:active,
form#member-registration > .control-group .controls button:focus{
  background: #6BA53D;
	background: -moz-linear-gradient(top, #6BA53D 0%, #73ac48 45%, #6fa63f 55%, #69a339 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #6BA53D), color-stop(45%, #73ac48), color-stop(55%, #6fa63f), color-stop(100%, #69a339));
	background: -webkit-linear-gradient(top, #6BA53D 0%, #73ac48 45%, #6fa63f 55%, #69a339 100%);
	background: -o-linear-gradient(top, #6BA53D 0%, #73ac48 45%, #6fa63f 55%, #69a339 100%);
	background: -ms-linear-gradient(top, #6BA53D 0%, #73ac48 45%, #6fa63f 55%, #69a339 100%);
	background: linear-gradient(to bottom, #6BA53D 0%, #73ac48 45%, #6fa63f 55%, #69a339 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BA53D', endColorstr='#69a339', GradientType=0 );
}

form#login-form ul li a.reg-button:hover{
    
}

form#member-registration .control-group .controls a.btn{
    display: none;
}

/*.view-registration div.registration-header{display: block;}*/


/* Munkáink */

#ourworks-page #tabs{
position:relative;
background: #eff4fc;
background: -moz-linear-gradient(left, #eff4fc 0%, #ffffff 30%, #ffffff 70%, #eff4fc 100%);
background: -webkit-linear-gradient(left, #eff4fc 0%,#ffffff 30%,#ffffff 70%,#eff4fc 100%);
background: linear-gradient(to right, #eff4fc 0%,#ffffff 30%,#ffffff 70%,#eff4fc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4fc', endColorstr='#eff4fc',GradientType=1 );
-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
z-index:3;
}

#ourworks-page.sticked #tabs{
	position:fixed;
	top:78px;
	width:100%;
	text-align:center;
	background-color:#fff;
	z-index:99;
-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}

#ourworks-page.sticked div.intro-text{
	margin-bottom:100px;
}

#ourworks-page #tabs ul{
text-align:center;
margin:0;
padding:14px 0 18px;
}

#ourworks-page #tabs ul li{
position:relative;
display:inline-block;
margin:0 20px;
font-family:'Raleway';
font-size:20px;
line-height:1;
color:#555555;
padding:13px 13px 11px;
text-transform:uppercase;
border:2px solid transparent;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
cursor:pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ourworks-page #tabs ul li:not(.current):hover{
	color:#3474ba;
	border-color:#6ea0ca;
}

#ourworks-page #tabs ul li:after{
position:absolute;
content:'';
left:50%;
bottom:-5px;
margin-left:-10px;
width:20px;
height:2px;
z-index:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ourworks-page #tabs ul li.current{
color:#e5493a;
cursor:default;
}

#ourworks-page #tabs ul li.current:after{
width:46px;
margin-left:-23px;
background-color:#e5493a;
}

#ourworks-page #reference-list{
position:relative;
background: #e4e4e4;
background: -moz-linear-gradient(left, #e4e4e4 0%, #f5f5f5 30%, #f5f5f5 70%, #e4e4e4 100%);
background: -webkit-linear-gradient(left, #e4e4e4 0%,#f5f5f5 30%,#f5f5f5 70%,#e4e4e4 100%);
background: linear-gradient(to right, #e4e4e4 0%,#f5f5f5 30%,#f5f5f5 70%,#e4e4e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=1 );
}

#ourworks-page.sticked #reference-list{
	margin-top:-60px;
}

#ourworks-page #reference-list div.highlight div.group-title:before,
#ourworks-page #reference-list div.prof:before{
position:absolute;
content:'';
left:0;
top:0;
width:100%;
height:26px;
background:url('../images/ourworks/top-shadow.png') repeat-x 0 0;
z-index:1;
}

#ourworks-page #reference-list div.highlight div.group-title:before{
top:100%;
}

#ourworks-page #reference-list div.prof{
position:relative;
}

#ourworks-page #reference-list div.inner-page{
width:1080px;
padding:35px 0;
margin:0 auto;
}

#ourworks-page #reference-list div.more div.inner-page{
padding:45px 0 0;
}

#ourworks-page #reference-list > div{
height:0;
overflow:hidden;
}

#ourworks-page ul.ref-list{
margin:0;
list-style:none;
}

#ourworks-page div.more div.inner-page ul.ref-list{
padding:10px 0 45px;
}

#ourworks-page ul.ref-list li{
position:relative;
margin:0 0 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#ourworks-page ul.ref-list li:hover{
margin:0 -8px 4px;
-webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.24);
box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.24);
}

#ourworks-page ul.ref-list li:before{
position:absolute;
content:'';
display:block;
left:0;
top:0;
width:100%;
height:100%;
background: #e5493a;
background: -moz-linear-gradient(left, #e5493a 0%, #f39a00 50%, #e5493a 100%);
background: -webkit-linear-gradient(left, #e5493a 0%,#f39a00 50%,#e5493a 100%);
background: linear-gradient(to right, #e5493a 0%,#f39a00 50%,#e5493a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5493a', endColorstr='#e5493a',GradientType=1 );
z-index:1;
}

#ourworks-page ul.ref-list li span,
#ourworks-page ul.ref-list li a{
position:relative;
display:block;
line-height:1.2;
padding:13px 10px;
font-size:20px;
text-transform:uppercase;
color:#5684b9;
text-align:center;
background-color:#fff;
border:1px solid #e8e8e8;
z-index:2;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#ourworks-page ul.ref-list li:hover span,
#ourworks-page ul.ref-list li:hover a{
padding:13px 18px;
color:#fff;
background-color:transparent;
border-color:#fff;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}

#ourworks-page #reference-list div.highlight div.group-title{
position:relative;
background-color:#fff;
}

#ourworks-page #reference-list div.highlight div.group-title:after{
position:absolute;
content:'';
left:50%;
bottom:-20px;
margin-left:-20px;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
 z-index:3;
  }

  #ourworks-page #reference-list div.card-box{
	  position:relative;
	  background-color:#fff;
	  z-index:2;
  }
  
  #ourworks-page #reference-list div.card-box:after{
	  display:block;
	  content:'';
	  clear:both;
	  width:100%;
	  height:0;
  }
  
#ourworks-page #reference-list div.highlight div.group-title h3{
text-transform:uppercase;
font-family:'Raleway';
font-weight:700;
font-size:30px;
text-align:center;
color:#002a70;
padding:35px 10px 15px;
line-height:1.2;
margin:0;
}

#ourworks-page #reference-list div.highlight div.group-title h3 span{
color:#2870b7;
}

div.ref-list-title{
border-top:3px solid #fff;
border-bottom:3px solid #fff;
background: #2870b7;
background: -moz-linear-gradient(left, #2870b7 0%, #0389d3 50%, #2870b7 100%);
background: -webkit-linear-gradient(left, #2870b7 0%,#0389d3 50%,#2870b7 100%);
background: linear-gradient(to right, #2870b7 0%,#0389d3 50%,#2870b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2870b7', endColorstr='#2870b7',GradientType=1 );
}

div.ref-list-title h3{
text-transform:uppercase;
font-family:'Raleway';
font-weight:700;
font-size:24px;
color:#fff;
line-height:1.3;
text-align:center;
padding:15px 200px;
margin:0;
}

@media (max-width:1240px) and (min-width:741px){
	#ourworks-page #tabs ul li span.thin{
		font-size:0;
	}
}

@media (max-width:1100px){
#ourworks-page #reference-list div.inner-page{
width:100%;
padding:35px 0;
}
div.ref-list-title,
#ourworks-page ul.ref-list{
	margin:0 10px;
}
}

@media (min-width:741px){
#ourworks-page #tabs div.mobil-menu,
#ourworks-page #tabs span.nav-btn{
	display:none;
}
#ourworks-page #tabs div.mobil-menu ul,
#ourworks-page #tabs div.mobil-menu{
	width:100% !important;
}
}


@media (max-width:740px){
#ourworks-page #tabs span.nav-btn{
	position:absolute;
	display:inline-block;
	top:0;
	width:27px;
	height:100%;
	cursor:pointer;
	z-index:1;
}
#ourworks-page #tabs span.nav-btn.prev{
	left:0;
	background:url('../images/ourworks/prev.png') no-repeat right 5px top 50%;
}
#ourworks-page #tabs span.nav-btn.next{
	right:0;
	background:url('../images/ourworks/next.png') no-repeat 5px 50%;
}
#ourworks-page #tabs div.mobil-menu{
	position:relative;
	width:360px;
	height:42px;
	margin:0 auto;
	overflow:hidden;
}
#ourworks-page #tabs ul.track-list{
position:absolute;
padding:0;
margin:0;
text-align:left;
}
#ourworks-page #tabs div.mobil-menu ul.track-list li{
	line-height:42px;
	padding:0;
	border:0;
	font-size:18px;
	width:360px;
	margin:0;
	background:none;
	color:#555;
	text-align:center;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#ourworks-page #tabs div.mobil-menu ul.track-list li.current{
color:#e5493a;
}

#ourworks-page #tabs > ul{
	display:none;
}
div.ref-list-title h3{
	padding-left:20px;
	padding-right:20px;
}

#ourworks-page.sticked #tabs{
top:62px;
}
div.ref-list-title h3{
	font-size:20px;
	padding:10px 5px;
}
}
@media (max-width:660px){
#ourworks-page #reference-list div.highlight div.group-title h3{
font-size:20px;
padding-top:0;
}
#ourworks-page ul.ref-list li a{
font-size:17px;		
}
#ourworks-page div.more div.inner-page ul.ref-list{
	padding-bottom:30px;
}
}

/* Kapcsolat */

#ourworks-page div.page-head{
	background:url('../images/ourworks/head-bg.jpg') no-repeat 50% 0 fixed;
}

#contact-page div.page-head{
	background:url('../images/contact/head-bg.jpg') no-repeat 50% 0 fixed;
}

#contact-page div.page-head h3:after{
	height:70px;
	background:url('../images/contact/title-icon.png') no-repeat 50% 0;
}

div.contact-miscinfo .dl-horizontal dd{
	margin:0;
}

div.contact-miscinfo dl.dl-horizontal{
	margin:0;
}

#contact-page div.contact-types{
	position:relative;
}

#contact-page div.contact-types > ul{
	text-align:center;
	margin:0;
	padding:54px 0 30px;
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #eff4fc 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#eff4fc 100%);
background: linear-gradient(to bottom, #ffffff 0%,#eff4fc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff4fc',GradientType=0 );
}

#contact-page div.contact-types > ul > li{
	position:relative;
	display:inline-block;
	width:398px;
	padding:92px 0 0;
	margin:0 -2px;
	vertical-align:top;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

#contact-page div.contact-types ul.switcher{
	text-align:center;
	margin:0 0 10px;
}

#contact-page div.contact-types ul.switcher li{
position: relative;
font-family: 'Raleway';
display: inline-block;
list-style: none;
font-size: 24px;
line-height: 32px;
font-weight:600;
padding: 0 8px;
margin: 0;
cursor: pointer;
color: #4597e6;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;	
}

#contact-page div.contact-types ul.switcher li:not(:last-child){
	margin-right:18px;
}

#contact-page div.contact-types ul.switcher li.current{
	color:#2870b7;
	cursor: default;
}

#contact-page div.contact-types ul.switcher li:not(.current):hover{
	color:#fff;
	background-color:#2870b7;
}

#contact-page div.contact-types ul.switcher li:not(:last-child):after{
	position: absolute;
	content: '';
	display: inline-block;
	top: 4px;
	right: -7px;
	width: 2px;
	height: 22px;
	background-color: #c2d2ec;
	z-index: 1;
}

div.custom.map.hun div.contact-types li p.usa{
	display:none;
}

div.custom.map.eng div.contact-types li p.hun{
	display:none;
}

div.contact-types div.map-switcher{
padding-top:21px;
background:#eff4fc url('../images/contact/blue-bottom-shadow.png') repeat-x 0 100%;
border-bottom:3px solid #fff;
}

#contact-page div.map-box:after,
div.contact-types div.map-switcher:after{
	display:block;
	content:'';
	clear:both;
	height:0;
}

div.contact-types div.map-switcher ul{
	position:relative;
	border-top:3px solid #fff;
	margin:0 auto;
	padding:0;
background: #f0f7ff;
background: -moz-linear-gradient(top, #f0f7ff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #f0f7ff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #f0f7ff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7ff', endColorstr='#ffffff',GradientType=0 );
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

div.contact-types div.map-switcher ul:after{
	display:block;
	content:'';
	clear:both;
}

div.contact-types div.map-switcher ul li{
	margin:0;
	padding:0;
	background-color:#dae8fe;
	float:left;
	width:400px;
	list-style:none;
	text-align:center;
	cursor:pointer;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

div.contact-types div.map-switcher ul li.current{
	cursor:default;
	background-color:transparent;
}

div.contact-types div.map-switcher ul li:first-child{
	border-right:2px solid #fff;
	border-left:3px solid #fff;
}

div.contact-types div.map-switcher ul li:last-child{
	border-left:2px solid #fff;
	border-right:3px solid #fff;
}

div.contact-types div.map-switcher ul li span.local{
	position:relative;
	display:inline-block;
	font-family:'Roboto';
	font-weight:500;
	line-height:57px;
	font-size:20px;
	color:#4597e6;
	padding-left:32px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

div.contact-types div.map-switcher ul li span.local:after{
position:absolute;
content:'';
left:0;
top:14px;
width:20px;
height:12px;
background: url('../images/map/arrow-down.png') no-repeat 0 50%;
z-index:1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;	
}

div.contact-types div.map-switcher ul li.current span.local:after{
	top:23px;
}

div.contact-types div.map-switcher ul li span.local span{
	font-weight:400;
	color:#70aeeb;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;	
}

div.contact-types div.map-switcher ul li:not(.current):hover{
	background-color:#f39a00;
}

div.contact-types div.map-switcher ul li:not(.current):hover span.local,
div.contact-types div.map-switcher ul li:not(.current):hover span.local span{
	color:#fff;
}

div.contact-types div.map-switcher ul li.current span.local{
	color:#002a70;
}

div.contact-types div.map-switcher ul li.current span.local span{
	color:#4697e7;
}

div.map-box > div.map{
	position:relative;
	height:528px;
}
/*
div.map-box #map-deb{
padding-top:164px;
background:url('../images/contact/moving-bg.jpg') no-repeat 50% 0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
*/
div.map-box #map-deb p.moving{
	font-family:'Raleway';
	font-size:26px;
	line-height:1.2;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding-top:92px;
	margin:0 0 8px;
	background:url('../images/contact/location-icon.png') no-repeat 50% 0;
}

div.map-box #map-deb p.more-details{
	font-family:'Roboto';
	font-weight:500;
	font-size:20px;
	color:#bce6fe;
	margin:0;
	text-align:center;
}

#contact-page div.contact-types ul li.email{
background:url('../images/contact/email-contact.png') no-repeat 50% 0;	
}

#contact-page div.contact-types ul li.phone{
background:url('../images/contact/phone-contact.png') no-repeat 50% 0;	
}

#contact-page div.contact-types ul li.meet{
background:url('../images/contact/personal-contact.png') no-repeat 50% 0;	
}

#contact-page div.contact-types ul li.email:after,
#contact-page div.contact-types ul li.phone:after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:2px;
	height:170px;
	background: #e0eafa;
background: -moz-linear-gradient(top, #e0eafa 0%, #f2f6fd 100%);
background: -webkit-linear-gradient(top, #e0eafa 0%,#f2f6fd 100%);
background: linear-gradient(to bottom, #e0eafa 0%,#f2f6fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eafa', endColorstr='#f2f6fd',GradientType=0 );
	z-index:1;
}

#contact-page div.contact-types ul li h4{
text-transform:uppercase;
font-family:'Raleway';
font-weight:700;
font-size:28px;
line-height:1;
margin:0 0 8px;
	text-align:center;
	color:#2870b7;
}

#contact-page div.contact-types ul li p{
	margin:0;
	font-family:Roboto;
	font-weight:300;
	font-size:20px;
	color:#4697e7;
	text-align:center;
}

#contact-page div.contact-types ul li p a{
	color:#4697e7;
}

#contact-page #map-im{
	position:relative;
	border-top:3px solid #fff;
	height:530px;
}

#contact-page #contact-conditions{
position:relative;
background: #efefef;
background: -moz-linear-gradient(left, #efefef 0%, #ffffff 20%, #ffffff 80%, #efefef 100%);
background: -webkit-linear-gradient(left, #efefef 0%,#ffffff 20%,#ffffff 80%,#efefef 100%);
background: linear-gradient(to right, #efefef 0%,#ffffff 20%,#ffffff 80%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
border-bottom:4px solid #fff;
}

#contact-page #map-im:after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:27px;
	background:url('../images/map/bottom-shadow.png') repeat-x 0 0;
	z-index:999;
}

#contact-page #contact-conditions div.inner-page{
	background:url('../images/contact/intellimed-watermark.png') no-repeat 50% 56px;
}

#contact-page #contact-conditions div.title.module-title{
	padding-top:118px;
	background:url('../images/contact/watch.png') no-repeat 50% 30px;
}

#contact-page #contact-conditions div.inner-page ul{
	margin:0 0 0 175px;
	padding-bottom:20px;
}

#contact-page #contact-conditions div.inner-page ul li{
	position:relative;
	margin:0;
	list-style:none;
	font-family:'Roboto';
	color:#355d97;
	font-size:17px;
	line-height:20px;
	margin-bottom:20px;
}

#contact-page #contact-conditions div.inner-page ul li:after{
	position:absolute;
	content:'';
	top:7px;
	left:-25px;
	width:8px;
	height:8px;
	background-color:#f39a00;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	z-index:1;
}

div.creativecontactform_header{
	position:relative;
	height:38px;
	padding:0;
	z-index:2;
}

div.creativecontactform_header:after{
position:absolute;
content:'';
left:0;
right:0;
margin:0 auto;
width: 0;
height: 0;
border: 0 solid transparent;
border-left-width: 19px;
border-right-width: 19px;
border-top: 19px solid #ffffff;
z-index:1;
}

div.creativecontactform_wrapper.creative_form_1{
	position:relative;
}

div.creativecontactform_wrapper.creative_form_1:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:27px;
	background:url('../images/contact/blue-top-shadow.png') repeat-x 0 0;
	z-index:1;
}

@media (min-width: 1221px){
div.contact-types div.map-switcher ul{
	width:800px;
}
}

@media (max-width: 1220px){
div.contact-types div.map-switcher ul{
	width:100%;
}
div.contact-types div.map-switcher ul li{
	width:50%;
}
#contact-page div.contact-types > ul > li{
	width:33%;
	min-width:320px;
}
div.creativecontactform_wrapper_inner{
	width:100%;
}
div.creativecontactform_field_box{
	display:inline-block;
	float:none;
	width:370px;
	margin:0 10px 15px;
}
div.creative_field_box_wrapper_0{
	text-align:center;
}
div.creativecontactform_body p.textarea-label{
	margin-top:0;
	padding-top:30px;
	clear:both;
}
div.creativecontactform_field_box.creative_timing_4{
	margin:0 10px 15px;
}
div.creativecontactform_field_box.creative_timing_text-area{
	display:block;
}
#contact-page #contact-conditions div.inner-page ul{
	margin:0 10px 0 60px;
}
}

@media (max-width: 972px){
	#contact-page div.contact-types > ul > li.phone:after{
	display:none;
}
#contact-page #contact-conditions div.inner-page{
	background-size:80%;
}
}

@media (max-width: 928px){
    div.contact-types div.map-switcher ul li span.local:after,
    div.contact-types div.map-switcher ul li span.local span{
        display:none;
    }
    div.contact-types div.map-switcher ul li span.local{
        padding:0;
    }
    body.view-registration main#content,
    body.view-carts main#content,
    body.view-registration form#member-registration > fieldset
    {
        flex-wrap: unset;
    }
    form#member-registration > fieldset{
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    form#member-registration,
    form#login-form,
    .remind form, .reset form,
    .login form.form-validate,
    .view-profile .profile{
        box-sizing: border-box;
    }
    div.page-head h3{
        font-size: 38px;
    }
    .product-title, .product-short-description{
        width: calc(100% - 120px);
    }
    .product-price-container, .discount-percentage, .j2store-addtocart-form {
    width: 150px;
    margin-left: 120px;
    text-align: left;
    display: block;
    }
    .j2store-addtocart-form{
        margin-left: 0;
    }
    .j2store-products-row div[class*='col-sm-'] > div.j2store-single-product{margin-bottom: 15px; position: relative;}
    .j2store-products-row div[class*='col-sm-'] > div.j2store-single-product:after{
        content: '';
        display: block;
        clear: both;
    }
    #akeeba-renderjoomla > div.detail .configurable-product > .row:first-of-type > div[class*='col-sm-'],
    .view-products .product-title{
        width: 100%!important;
        float: unset;
    }
    .price-sku-brand-container.row div[class*='col-sm-']{
        width: calc(50% - 30px)!important;
    }
    
    .price-sku-brand-container .product-price-container{
        margin-left: 0;
    }
    
    .j2store-product-main-image{
        margin: 0 auto;
        display: block;
    }
    
}
@media (max-width: 700px){
	#contact-page div.contact-types > ul > li{
	width:50%;
	min-width:50%;
}
div.contact-types div.map-switcher ul li span.local{
	font-size:16px;
	line-height:1.2;
	vertical-align:middle;
}
div.contact-types div.map-switcher ul li{
	line-height:57px;
}
    form#member-registration,
form#login-form,
.remind form, .reset form,
.login form.form-validate,
    .view-profile .profile{
        padding: 15px;
    }
    
    ul.progressbar li{
        visibility: visible;
        width: calc(50% - 30px);
    padding: 15px;
    }
    .progressbar li:after{
        display: none;
    }
    .view-carts .j2store-cart{
        padding: 30px 10px;
    }
}

@media (max-width: 480px){
#contact-page div.contact-types > ul > li{
padding: 44px 0 0;
margin-bottom:10px;
}
#contact-page div.contact-types > ul > li.email:after{
height:120%;
}
#contact-page div.contact-types > ul > li h4{
	font-size:18px;
}
#contact-page div.contact-types > ul > li p{
	font-size:16px;
}
#contact-page div.contact-types > ul > li.email{
    background-size:34px;
}
#contact-page div.contact-types > ul > li.phone{
    background-size:22px;
}
#contact-page div.contact-types > ul > li.meet{
    background-size:22px;
}
#contact-page div.contact-types ul.switcher li{
	font-size:16px;
	line-height:20px;
}
#contact-page div.contact-types ul.switcher li:not(:last-child):after{
	height:14px;
}
#contact-page div.contact-types ul.switcher li:not(:last-child){
	margin-right:8px;
}
#contact-page #contact-conditions div.inner-page ul{
	margin-left:32px;
}
div.title.module-title p.sub-title{
	margin-bottom:35px;
}
#contact-page #contact-conditions div.inner-page ul li:after{
	left:-22px;
}
#contact-page #contact-conditions div.title.module-title{
	padding-top:78px;
	background-size:54px;
	background-position:50% 17px;
}

div.creativecontactform_input_element input{
	width:100%;
}
div.creativecontactform_field_box.creative_timing_4,
div.creativecontactform_field_box{
	width:90%;
}
div.creative_field_box_wrapper_0 .creativecontactform_field_box_inner{
	width:100%;
}
div.moduletable div.creativecontactform_body p.textarea-label{
	margin:0 10px 10px;
	padding-top:20px;
}

div.creativecontactform_field_box{
	margin-bottom:30px;
}
div.map-box > div.map{
	height:370px;
}
div.map-box #map-deb{
	padding-top: 75px;
	background-size:auto 100%;
	background-position:38% 0;
}
div.map-box #map-deb p.moving{
	font-size:20px;
}
div.map-box #map-deb p.moving br{
	display:none;
}
div.map-box #map-deb p.more-details{
	font-size:16px;
}
}

/* Keresés */

body.com_search div.search{
	width:1240px;
	margin:0 auto;
	padding-top:115px;
}

#searchForm fieldset.only,
#searchForm div.form-limit,
dl.search-results dd.result-category,
dl.search-results dd.result-created{
	display:none;
}

dl.search-results dt.result-title{
font-size: 20px;
font-weight: bold;
color: #65bce7;
padding: 0;
margin: 0 0 10px;	
}

dl.search-results dt.result-title a{
	display: inline-block;
    color: #0088cc;
    margin-left: 20px;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

dl.search-results dd{
font-size: 17px;
color: #777777;
margin-left:45px;
}

dl.search-results dd.result-text{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px dashed #d0d0d0;
}

dl.search-results dd.result-text:last-of-type{
	border-bottom:0;
}

#searchForm div.controls{
margin-bottom:30px;
text-align:center;
}

#searchForm div.ordering-box,
#searchForm div.searchintro,
#searchForm .phrases{
	text-align:center;
}

#searchForm div.btn-toolbar{
	width:335px;
	margin:0 auto 15px;
}

#searchForm div.controls label.radio{
display:inline-block;
margin:0 20px;
}

/* Pályázatok */

#competition-page div.page-head {
    background: url('../images/competition/head-bg.jpg') no-repeat 50% 0 fixed;
}

#competition-page div.page-head h3:after{
    height: 65px;
    background: url('../images/competition/title-icon.png') no-repeat 50% 0;
}

#competition-page div.competition-list{
position:relative;
padding:45px 0 1px;
background: #bedefc;
background: -moz-linear-gradient(left, #bedefc 0%, #e7f3ff 50%, #bedefc 100%);
background: -webkit-linear-gradient(left, #bedefc 0%,#e7f3ff 50%,#bedefc 100%);
background: linear-gradient(to right, #bedefc 0%,#e7f3ff 50%,#bedefc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bedefc', endColorstr='#bedefc',GradientType=1 );
}

#competition-page div.competition{
font-family:'Roboto', sans-serif;
width:1080px;
border:3px solid #fff;
margin:0 auto 50px;
background-color:#fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#competition-page div.competition:hover{
-webkit-box-shadow: 0px 0px 51px 0px rgba(122,155,190,1);
-moz-box-shadow: 0px 0px 51px 0px rgba(122,155,190,1);
box-shadow: 0px 0px 51px 0px rgba(122,155,190,1);	
}

@media (max-width:1120px){
#competition-page div.competition{
	width:auto;
	margin:0 15px 50px;
}
}

#competition-page div.competition div.title{
position:relative;
background: #e5493a;
background: -moz-linear-gradient(left, #e5493a 0%, #f39a00 50%, #e5493a 100%);
background: -webkit-linear-gradient(left, #e5493a 0%,#f39a00 50%,#e5493a 100%);
background: linear-gradient(to right, #e5493a 0%,#f39a00 50%,#e5493a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5493a', endColorstr='#e5493a',GradientType=1 );
border-bottom:3px solid #fff;
}

#competition-page div.competition div.title:after{
position:absolute;
content:'';
left:0;
top:0;
height:100%;
width:100%;
background: #2870b7;
background: -moz-linear-gradient(left, #2870b7 0%, #0389d3 50%, #2870b7 100%);
background: -webkit-linear-gradient(left, #2870b7 0%,#0389d3 50%,#2870b7 100%);
background: linear-gradient(to right, #2870b7 0%,#0389d3 50%,#2870b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2870b7', endColorstr='#2870b7',GradientType=1 );
z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#competition-page div.competition div.title h3{
position:relative;
font-weight:700;
color:#fff;
font-size:24px;
line-height:1.2;
text-align:center;
padding:16px 20px 14px;
margin:0;
z-index:2;
}

#competition-page div.competition div.content:after{
position:absolute;
content:'';
left:0;
top:-3px;
width:100%;
height:3px;
background: #e5493a;
background: -moz-linear-gradient(left, #e5493a 0%, #f39a00 50%, #e5493a 100%);
background: -webkit-linear-gradient(left, #e5493a 0%,#f39a00 50%,#e5493a 100%);
background: linear-gradient(to right, #e5493a 0%,#f39a00 50%,#e5493a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5493a', endColorstr='#e5493a',GradientType=1 );
z-index:2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#competition-page div.competition div.content{
position:relative;
border-top:3px solid #e5493a;
padding:14px 11px;
}

#competition-page div.competition div.img{
text-align:center;
float:left;
width:360px;
}

#competition-page div.competition a.fancybox{
position:relative;
display:inline-block;
border:2px solid #deecfe;
-webkit-box-shadow: 0px 4px 7px 0px rgba(232,239,251,1);
-moz-box-shadow: 0px 4px 7px 0px rgba(232,239,251,1);
box-shadow: 0px 4px 7px 0px rgba(232,239,251,1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#competition-page div.competition a.fancybox:hover{
border-color:#98bce2;
-webkit-box-shadow: 0px 4px 12px 0px rgba(122,155,190,1);
-moz-box-shadow: 0px 4px 12px 0px rgba(122,155,190,1);
box-shadow: 0px 4px 12px 0px rgba(122,155,190,1);
}

#competition-page div.competition a.fancybox:before{
position:absolute;
content:'';
right:8px;
bottom:8px;
width:29px;
height:29px;
background:url('../images/competition/zoom-icon.png') no-repeat 50% 50%;
z-index:2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#competition-page div.competition a.fancybox:after{
position:absolute;
content:'';
right:6px;
bottom:6px;
width:34px;
height:34px;
background:url('../images/competition/zoom-icon-hover.png') no-repeat 50% 50%;
z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#competition-page div.competition a.fancybox img{
display:block;
max-width:100%;
}

#competition-page div.competition div.text{
margin-left:380px;
font-size:17px;
line-height:24px;
color:#355d97;
height:260px;
}

#competition-page div.competition:hover div.text{
color:#01325e;
}

#competition-page div.competition div.more-btn{
clear:both;
text-align:center;
}

#competition-page div.competition div.more-btn span{
position:relative;
display:inline-block;
padding:0 18px 0 45px;
text-transform:uppercase;
font-weight:700;
font-size:17px;
line-height:44px;
color:#002a70;
cursor:pointer;
border:2px solid #deecfe;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:url('../images/competition/arrow-btns.png') no-repeat 19px -37px;
	-webkit-transition: background-color 0.2s,border-color 0.2s, color 0.2s linear;
	-moz-transition: background-color 0.2s,border-color 0.2s, color 0.2s linear;
	-ms-transition: background-color 0.2s,border-color 0.2s, color 0.2s linear;
	-o-transition:background-color 0.2s,border-color 0.2s, color 0.2s linear;
	transition:background-color 0.2s,border-color 0.2s, color 0.2s linear;
}

#competition-page div.competition div.more-btn span.less{
background-position: 19px -65px;
}

#competition-page div.competition div.more-btn span:after{
position:absolute;
content:'';
left:19px;
top:19px;
width:14px;
height:8px;
background:url('../images/competition/arrow-btns.png') no-repeat 0 0;
z-index:1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#competition-page div.competition div.more-btn span.less:after{
background-position: 0px -28px;
}

#competition-page div.competition div.more-btn span:hover{
color:#fff;
border-color:#df7822;
background-color:#df7822;
}

#competition-page div.competition div.fulltext{
display:none
}

/* GDPR */

#gdpr-page div.page-head{
    background: url('../images/gdpr/head-bg.jpg') no-repeat 20% 0 fixed;
}

#gdpr-page div.page-head h3:after{
	top:-70px;
    height:50px;
    background: url('../images/gdpr/title-icon.png') no-repeat 50% 0;
}

#gdpr-page{
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #355d97;
    margin: 0 0 20px;
    text-align: justify;
}

#gdpr-page p.important{
	display:flex;
	border-left:3px solid #00aeff;
	padding: 5px 10px;
	background-color: #e0fbff;
}

#gdpr-page div.inner-section{
padding: 40px 15px;
}

#gdpr-page div.inner-section li{
	padding-left:20px;
	line-height:1.4;
	margin:0 0 15px;
}

#gdpr-page div.inner-section p.title{
font-weight: bold;
margin-bottom: 20px;
}

#gdpr-page div.inner-section p.signo{
	text-align:right;
}

#gdpr-page li a,
#gdpr-page p a{
	color:#2bb8ff;
	font-weight:bold;
}

#gdpr-page li a.normal{
	font-weight:normal;
}

#gdpr-page ul.link-list{
	margin-left:20px;
}

#gdpr-page ul.link-list li{
position:relative;
list-style:none;
padding-left:20px;
}

#gdpr-page ul.link-list li a{
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#gdpr-page ul.link-list li a:hover{
color: #3abdff;
}

#gdpr-page ul.link-list li:after{
	position:absolute;
	content:'';
	left: 0px;
	top: 8px;
	width:8px;
	height:8px;
	background-color:#5be5f9;
}

p.dashed-sep{
	margin:20px 0 10px;
	border-top:1px dashed #ccc;
}

#gdpr-page div.inner-section img.right{
margin: 0 0 10px 20px;
max-width: 210px;
}

#gdpr-page div.motesz-box{
	border: 3px solid #3db5cf;
	padding: 10px 10px 40px;
	margin-bottom: 20px;
	background:url('../images/gdpr/motesz-logo.png') no-repeat center bottom 10px;
}

#gdpr-page div.motesz-box p.title{
	text-align:center;
}

#gdpr-page div.motesz-box p.title:after{
	display:block;
	content:'';
	width:180px;
	margin:10px auto;
	height:1px;
	background-color:#5fa9cd;
}

#gdpr-page table.link-list{
	width:90%;
	margin:0 auto 30px;
	border:2px solid #3881cc;
	background-color: #e8f6fd;
	border-collapse: separate;
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}

#gdpr-page table.link-list th{
	text-align:center;
	padding:10px;
	font-size:18px;
	background-color: #3881cc;
	border-bottom:2px solid #fff;
	color: #fff;
}

#gdpr-page table.link-list tr.section-title td{
	text-align:center;
	font-size:16px;
	background-color: #92d5f0;
	color: #065e83;
	padding:7px;
}

#gdpr-page table.link-list tr.section-title + tr td{
	border-bottom:1px dashed #85dafc;
}

#gdpr-page table.link-list td a{
	display:block;
	padding:7px 40px 7px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#gdpr-page table.link-list td.pdf a{
	background:url('../images/gdpr/pdf-icon.png') no-repeat right 10px center;
}

#gdpr-page table.link-list td a:hover{
	background-color: #0e9ed8;
	color: #fff;
}

@media (max-width: 700px){
	#competition-page div.competition div.img,
#competition-page div.competition div.text{
	width:40%;
	float:left;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#competition-page div.competition div.text{
	width:60%;
	padding-left:15px;
}
}

@media (max-width: 640px){
#competition-page div.page-head h3:after{
	top:-54px;
	background-size:34px;
}
}

@media (min-width:541px){
#competition-page div.isMobil{
display:none;
}
#competition-page div.competition:hover div.title:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
}
	#competition-page div.competition div.content{
		display:block !important;
	}
}

@media (max-width: 540px){
	#competition-page div.competition{
		margin:0 0 28px;
	}
	#competition-page div.competition div.title{
		border-bottom:0;
		cursor:pointer;
	}
	#competition-page div.competition div.content{
		display:none;
	}
	#competition-page div.competition div.img,
	#competition-page div.competition div.text{
		float:none;
		width:100%;
		padding:0;
	}
	#competition-page div.competition div.img{
		margin-bottom:15px;
	}
	#competition-page div.competition div.text{
		text-align:justify;
		height:510px;
	}
	#competition-page div.competition div.title h3{
		position:relative;
		font-size:20px;
		text-align:left;
		padding: 10px 44px 8px 8px;
	}
	#competition-page div.competition div.title h3:after{
		position:absolute;
		content:'';
		right:11px;
		top:50%;
		width:22px;
		height:13px;
		margin-top:-7px;
		background:url('../images/competition/open.png') no-repeat 50% 50%;
		z-index:2;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	#competition-page div.competition.open div.title h3:after{
	behavior:url(-ms-transform.htc);  
  -moz-transform:rotate(180deg);  
  -webkit-transform:rotate(180deg);  
  -o-transform:rotate(180deg);  
  -ms-transform:rotate(180deg);
	}
}

div.header-lang div.mod-languages ul.lang-inline li{
	display:inline-block;
	vertical-align:top;
}

@media (max-width: 1100px){
header.header #gruemenu > ul > li{
	margin:0 5px;
}
}

@media (max-width: 1020px) and (min-width: 860px){
#ourcompany ul.categories li span.title{
	font-size:20px;
}
#ourcompany ul.categories li span.description{
	font-size:13px;
	min-height:60px;
}
}

@media (min-width: 1000px){
header.header #gruemenu li > a{
	font-size:19px;
}
}

@media (max-width: 999px){
header.header #gruemenu li > a{
	font-size:16px;
}
#gruemenu > ul > li > ul.sub-menu li a{
	font-size:15px;
}

header.header #gruemenu{
	margin-left:10px;
}

div.header-lang div.search.search{
	margin-right:5px;
}
}

@media (max-width: 840px){
header.header a.brand.pull-left{
	margin-left:15px;
}
header.header #gruemenu > ul > li{
	margin:0;
}
}

@media (min-width: 741px){
#sidr-main{
	display:none !important;
}
}

@media (max-width: 740px){

header.header{
	height:62px;
}

header.header a.brand.pull-left span.backto-mainpage,
div.header-lang div.search.search{
	display:none;
}
	
header.header a.brand.pull-left{
display:block;
width:191px;
margin:18px auto 0;
float:none;
}
	
header.header div.header-lang{
	position:absolute;
	top:0;
	right:0;
	padding-top:7px;
}

header.header #navigation-toggle{
	width:48px;
	height:48px;
	left:9px !important;
	top:7px !important;
	padding:15px 12px 0!important;
	-moz-box-sizing:border-box!important;
	-webkit-box-sizing:border-box!important;
	box-sizing:border-box!important;
	background-color:rgba(0,42,112,0.25)!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	border-radius:0!important;
}

header.header #navigation-toggle:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('../images/header/close-menu.png') no-repeat 50% 50%;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header.header #navigation-toggle:not(.close):after,
#navigation-toggle.close span.nav-line{
  -webkit-transform:scale(0.2);
     -moz-transform:scale(0.2);
      -ms-transform:scale(0.2);
       -o-transform:scale(0.2);
          transform:scale(0.2);	
}

#navigation-toggle span.nav-line{
	height:3px!important;
	width:100%!important;
	-moz-border-radius:2px!important;
	-webkit-border-radius:2px!important;
	border-radius:2px!important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#sidr-main{
top:62px;
width:100%;
padding-top:20px;
background: #106bab;
background: -moz-linear-gradient(left, #106bab 0%, #0389d3 100%);
background: -webkit-linear-gradient(left, #106bab 0%,#0389d3 100%);
background: linear-gradient(to right, #106bab 0%,#0389d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106bab', endColorstr='#0389d3',GradientType=1 );
}

#sidr-main ul{
	border:0;
}

#sidr-main li{
	background:transparent;
	border:0;
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent{
	border:2px solid #fff;
	margin-bottom:10px;
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent > a{
background: #1c4c7d;
background: -moz-linear-gradient(top, #1c4c7d 0%, #107cbe 100%);
background: -webkit-linear-gradient(top, #1c4c7d 0%,#107cbe 100%);
background: linear-gradient(to bottom, #1c4c7d 0%,#107cbe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4c7d', endColorstr='#107cbe',GradientType=0 );
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent li{
background: #ff7f00;
background: -moz-linear-gradient(left, #ff7f00 0%, #f39a00 100%);
background: -webkit-linear-gradient(left, #ff7f00 0%,#f39a00 100%);
background: linear-gradient(to right, #ff7f00 0%,#f39a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#f39a00',GradientType=1 );
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent li:nth-child(odd) a{
	background-color:#fff;
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent li:nth-child(even) a{
	background-color:#edf7ff;
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent li a{
	font-family:'Roboto';
	font-weight:400;
	font-size:19px;
	color:#356399;
	padding-left:32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#sidr-main div.sidr-inner li.sidr-class-has-sub.sidr-class-parent li a:hover{
	color:#fff;
	background:transparent;
}

#sidr-main .sidr-class-current > a{
	background:transparent;
}

#sidr-main a.sidr-class-toggle-sidr-close{
	display:none;
}

#sidr-main  div.sidr-inner > ul > li > a{
	font-family:'Roboto Condensed';
	font-weight:700;
	font-size:19px;
	padding:9px 15px 9px 21px;
	color:#fff;
	line-height:1.2;
	text-transform:uppercase;
}

#sidr-main ul li span{
	padding:0;
}

#competition-page div.intro-text p,
#ourworks-page div.intro-text p,
#services-page div.intro-text p,
#techbg-page div.intro-text p,
#aboutus-page div.intro-text p,
#ourstory-page div.content p.lead{
	font-size:20px;
	font-weight:300;
}

#competition-page div.intro-text, #ourworks-page div.intro-text, #services-page div.intro-text, #aboutus-page div.intro-text, #techbg-page div.intro-text{
	padding:20px;
}

}

@media (max-width: 640px){
	#content div div.page-head{
		height:238px;
		padding-top:124px;
		background-size:280%;
	}
	#content div div.page-head.icon{
		padding-top: 146px;
        padding-bottom: 15px;
	}
	#content #aboutus-page div.page-head.icon h3:after{
	background-size:42px;
	top:-55px;
	}
	#content #contact-page div.page-head.icon h3:after{
	background-size:49px;
	top:-52px;
	}
	div.page-head h3{
		font-size:26px;
		margin-bottom:2px;
	}
	div.page-head p.breadcumb{
		font-size:13px;
	}
	div.moduletable.banner-slider #banner-slider{
		margin:0 !important;
	}
	footer.footer p.copyright{
		margin-top:18px;
	}
	footer.footer{
		height:auto;
		padding-bottom:18px;
	}
	footer.footer #back-top{
		height:52px;
		width:52px;
		right:4px;
		bottom:4px;
		background: #0389d3;
background: -moz-linear-gradient(top, #0389d3 0%, #106bab 100%);
background: -webkit-linear-gradient(top, #0389d3 0%,#106bab 100%);
background: linear-gradient(to bottom, #0389d3 0%,#106bab 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389d3', endColorstr='#106bab',GradientType=0 );
	}
    
    ul.progressbar{margin: 0;}
    .product-title, .product-short-description,
    .j2store-products-row div[class*='col-sm-'] > div.j2store-single-product,
    .j2store-product-images{
        width: 100%;
    }
    .product-short-description p{
        text-align: justify;
    }
    .j2store-product-images .j2store-thumbnail-image{
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .product-price-container, .discount-percentage, .j2store-addtocart-form {
    width: 100%;
        margin: 0;
    }
}
@media (max-width: 500px){
    #content div div.page-head{
        background-size: auto;
        height: auto;
    }
    #content #ourworks-page div.page-head{
        background-position:39% 0;
    }
    div[class*='j2store_cart_module_']{
        top: 20%;
    }
    div[class*='j2store_cart_module_']:hover{
        left: calc(0% - 55px);
        width: 100%;
        min-width: unset;
    }
    .j2store-cart-item-box{
        width: calc(100% - 90px);
        min-width: unset!important;
    }
}
@media (max-width: 400px){
    .j2store-products-row div[class*='col-sm-'] > div.j2store-single-product{
        width: 100%;
    }
}

/* Temporary */

#schedule div.more-btn,
#portalserver div.more-btn,
#online-com div.more-btn{
	display:none !important;
}

#ourstory-page #time-line ul.slick-dots li:not(.slick-active):hover:before,
#ourstory-page #time-line ul.slick-dots li.slick-active:before,
#ourstory-page span.slick-arrow:not(.slick-disabled):hover:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity:1;	
}

div.fadeIn{
	-webkit-transition: opacity 0.8s linear;
	-moz-transition: opacity 0.8s linear;
	-ms-transition: opacity 0.8s linear;
	-o-transition: opacity 0.8s linear;
	transition: opacity 0.8s linear;
}

div.fadeIn:not(.first-visible){
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#techbg-page div .content > dl.open > dt:not(.empty):after,
div.moduletable.map div.map-switcher ul li:not(.current) span.local:after,
div.moduletable.map div.map-switcher ul li:not(.current):before,
div.moduletable.map div.map-switcher ul li:not(:hover):after,
div.moduletable.map div.map-switcher ul li.current:after,
#ourstory-page #time-select div.select-box select,
div.contact-types div.map-switcher ul li:not(.current) span.local:after,
#online-com ul.menu li.current > span.label:after,
header.header #navigation-toggle:not(.close):after,
#navigation-toggle.close span.nav-line,
#competition-page div.competition div.more-btn span:hover:after,
#competition-page div.competition a.fancybox:not(:hover):after,
#competition-page div.competition a.fancybox:hover:before,
#competition-page div.competition.open div.title:after,
#ourworks:not(.first-visible),
#online-com:not(.first-visible),
#ourcompany ul.categories:not(.first-visible) li,
#portalserver:not(.first-visible) div.text-side ul.categories li img,
#schedule:not(.first-visible) div.img-side img,
#map p.map-link a:hover:after,
#ourstory-page #time-line ul.slick-dots li:before,
header.header a.brand.pull-left span.backto-mainpage,
div.moduletable.hide,
#ourstory-page span.slick-arrow:after,
#aboutus-page div.white-box:not(.first-visible) div.img-side img,
div.moduletable.contact #contact div.block:not(:hover) h4:after,
#client-slider div.slide:hover img.blue,
#clients div.slider-nav span.slick-arrow:hover:after,
#client-slider div.slide:not(:hover) img.hover,
footer.footer #back-top.hide,
footer.footer #back-top:not(:hover):before,
#ourcompany ul.categories li:not(:hover):before,
#ourcompany ul.categories li:not(:hover) span.icon:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

@media (max-width:400px){
    form#login-form, .login form.form-validate{
        padding: 20px;
    }
}

#szechenyi-bar{
    position: fixed;
    bottom: -4px;
    right: 0;
    width: 300px;
    transition: all .2s linear;
    z-index: 10;
}

#szechenyi-bar:hover{
    width: 320px;
}

#szechenyi-bar img{
    max-width: 100%;
}