/*
	Theme Name: Stilldesign egyedi sablon - OfficesToGo
	Theme URI: #
	Description: 
	Version: 1.4.2
	Author: Tolvaj Sándor (@tolvajsanyi)
	Author URI: http://www.stilldesign.hu
	Tags: HTML5, CSS3
	
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
    font: 115% Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #666666;
}

@media screen and (max-width: 650px) {
        html {
                font-size: 100%;
        }
}
* {
	outline: none;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
	clear: both;
    *zoom:1;
}

.clr {
	display: block;
	clear: both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#afd252;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/



/*-----------------------------------*\
        $RESET
\*-----------------------------------*/

* {
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
}

/*-----------------------------------*\
        $GRID
\*-----------------------------------*/

.container {
        /* Whatever you want. They’re your oats. */
        max-width: 1030px;
        margin: 0 auto;
        padding: 0 30px;
        padding: 0 1.5rem;
}

.grid {
        margin-left: -3%;
        max-width: 105%;
}

.unit {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin-left: 3%;
        margin-right: -.25em;
        /* Clearfix */
        /*overflow: hidden;*/
        *overflow: visible;
}

.span-grid {
        width: 97%;
}

.one-of-two { width: 47%; }

.one-of-three { width: 30.36%; }
.two-of-three { width: 63.666666666%; }

.one-of-four { width: 22.05%; }
.three-of-four { width: 72%; }

.one-of-five { width: 17.07%; }
.two-of-five { width: 37%; }
.three-of-five { width: 57%; }
.four-of-five { width: 77%; }

.one-of-six { width: 13.6%; }

@media screen and (max-width: 650px) {
        .grid {
                margin-left: 0;
                max-width: none;
        }

        .unit {
                width: auto;
                margin-left: 0;
                display: block;
        }
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/pt_sans-web-bold-webfont.eot');
    src: url('fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt_sans-web-bold-webfont.woff') format('woff'),
         url('fonts/pt_sans-web-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansitalic';
    src: url('fonts/pt_sans-web-italic-webfont.eot');
    src: url('fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt_sans-web-italic-webfont.woff') format('woff'),
         url('fonts/pt_sans-web-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pt_sans-web-regular-webfont.eot');
    src: url('fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt_sans-web-regular-webfont.woff') format('woff'),
         url('fonts/pt_sans-web-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
	z-index: 1;
}
a img.alignnone {
	margin:5px 20px 20px 0;
	z-index: 1;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
	z-index: 1;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}
.logomobil, .mobil {
	display: none;
}
.desktop {
	display: block;
}

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in .BevText {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in-out infinite;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in-out infinite;
	animation:fadeIn ease-in-out infinite;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:3s;
  	
  	animation-direction: alternate;
  	-webkit-animation-direction: alternate;


}
.fade-in.one .BevText {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.fade-in.two .BevText {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.fade-in.three .BevText {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.fade-in.four .BevText {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fade-in.five .BevText {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.fade-in.six .BevText {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}


@-webkit-keyframes StopfadeIn { from { opacity:1; } to { opacity:1; } }
@-moz-keyframes StopfadeIn { from { opacity:1; } to { opacity:1; } }
@keyframes StopfadeIn { from { opacity:1; } to { opacity:1; } }

.fade-in:hover .BevText {

	opacity:0;  /* make things invisible upon start */
	-webkit-animation: StopfadeIn ease-in-out infinite;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: StopfadeIn ease-in-out infinite;
	animation: StopfadeIn ease-in-out infinite;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:3s;
  	
  	animation-direction: alternate;
  	-webkit-animation-direction: alternate;
}

a.facebookButton { float: right; margin-top: -12px; margin-right: 10px; }

/*------------------------------------*\
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/* custom style */
body {
	margin-top: 0px;
	font-family: 'pt_sansregular', sans-serif;
}

h1 {
	text-align: center;
	line-height: 1.6em;
	font-size: 60px;
	font-family: 'pt_sansregular', sans-serif;
	font-weight: 400;
}
b {
	font-family: 'pt_sansbold', sans-serif;
	font-weight: 400;
}


/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none; 
	} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

#Top .flexslider {
  	margin: 0;
  	padding: 0;
  	position: relative;
  	zoom: 1;
  	height: auto;
  	max-height: 804px;
  	overflow: hidden;
  /* Elrejti a slideokat, a javascript betöltéséig, ezzel megelőzve az ugrálást */
	}

	#Top .flexslider .flex-control-nav, #Top .flexslider .flex-direction-nav {
		display: none;
	}
	#Top .flexslider ul, #Top .flexslider ol {
		padding: 0;
		margin: 0;
	}

	#BottomCarousel .flex-direction-nav {
		height: 0px;
		overflow: visible !important;
		cursor: pointer;
	}

.loading {
	position: relative;
}

.loading img {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 100px;
}

#Top h1 {
	text-align: left;
}
#IrodaBejaras {
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	}
	#IrodaBejaras h1 {
	  	font-size: 62px;
	  	font-family: 'pt_sansbold', sans-serif;
	  	color: rgb( 255, 255, 255 );
	  	line-height: 0.968;
		text-shadow: -1px -1px 1px #000000;
		margin-bottom: 0px;
	}
	#IrodaBejaras p {
		font-size: 24px;
		font-family: 'pt_sansbold', sans-serif;
		color: #fff;
		text-shadow: 1px 1px 1px #999999;
		margin-top: 12px;
		margin-bottom: 14px;
	}

.landing-lang {
	position: absolute;
	right: 0;
	top: 0;
	}
	.landing-lang ul {
		margin: 0;
		padding: 0;
		}
		.landing-lang ul li {
			display: inline-block;
			}
			.landing-lang ul li a {
				z-index: 9999999;
				}
			/*#LangSelect ul li.lang-en a {
				background: url(img/enflag.png) center center no-repeat;
			}
			#LangSelect ul li.lang-hu a {
				background: url(img/hunflag.png) center center no-repeat;
			}*/

#LangSelect {
	text-align: right;
	}
	#LangSelect ul li {
		display: inline-block;
		}
		#LangSelect ul li a {
			width: 42px;
			height: 31px;
			z-index: 9999999;
			}

#LangSelectMobil {
	display: none;
}


.gmnoprint img {
    max-width: none; 
}

.showmobile {
	display: none;
}

/* form elemek */

input, textarea, select {
	max-width: 100%;
	font-family: 'pt_sansregular', sans-serif;
	font-size: 14px;
	border: solid 1px rgb( 191, 191, 191 );
	border-radius: 2px;
	background-color: rgb( 255, 255, 255 );
	padding: 6px;
	-webkit-box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,0.1);
	margin: 0px 5px;
}

#BejarasForm form {
  	border: solid 1px rgb( 51, 51, 51 );
  	border-radius: 4px;
  	background-color: rgba( 46, 46, 46, 0.851 );
  	box-shadow: 2px 3.464px 4px 0px rgb( 17, 16, 13 );
  	padding: 6px 2px 4px 2px;
	}
	#BejarasForm form p {
		margin: 0;
	}
	#BejarasForm input {
		height: 40px;
		width: 14%;
	}
	#BejarasForm textarea {
		height: 40px;
		padding-top: 12px;
		width: 23%;
		resize:none;
	}
	#BejarasForm input[type="submit"]  {
		width: 12%;
		margin-right: 5px;
		margin-left: -30px;
		border: solid 1px rgb( 107, 139, 5 );
	  	border-radius: 2px;
	  	background-color: rgb( 191, 208, 68 );
	  	font-size: 20px;
		color: rgb( 255, 255, 255 );
		text-shadow: 1px 1.732px 0px rgb( 107, 139, 5 );
		height: 40px;
		padding-top: 5px;
		padding-bottom: 0px;
		float: right;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}

	#BejarasForm input[type="submit"]:hover {
		background: #6b8b05;
	}

.header {
	background: url(img/headermenubg.png) top center repeat-x;
	padding: 0;
	min-height: 94px;
}
.header nav {
	margin: 0;
	padding: 0;
	}
	.header nav ul {
		margin: 0;
		padding: 0;
		}
		.header nav ul li {
			display: block;
			float: left;
			margin: 0px !important;
			border-right: solid 1px #e0dfdf;
			border-left: solid 1px #fafafa;
			}
			.header nav ul li:first-child {
				border-left: none;
			}
			.header nav ul li:last-child {
				border-right: none;
				}
				.header nav ul li a {
					display: block;
					line-height: 4.9em;
					font-size: 18px;
					font-family: 'pt_sansbold', sans-serif;
					padding: 0px 20px;
					color: #666666;
					}
					.header nav ul li a:hover {
						background: #fff;
					}

.header#sticker {
	width: 100%;
	z-index: 99999999;
	position: fixed;
	top: 0;
}
.logo {
	margin-top: 10px;
	margin-bottom: 0px;
}

h1#Summary {
	/*background-color: rgba(0, 0, 0, 0.6);
	padding-top: 10px;
	font-size: 34px;
	color: #fff;
	margin-top: -64px;
	margin-bottom: 0px;
	text-align: center;*/
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 10px;
	font-size: 34px;
	color: #fff;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.GreenText {
	color: #afd252;
}



#GaleriaDiv .flexslider ul.slides {
	padding: 0;
}
#GaleriaDiv .flexslider ul.slides li {
	border-top: solid 6px #666666;
	border-bottom: solid 6px #666666;
	border-left: solid 3px #666666;
	border-right: solid 3px #666666;
}
	#GaleriaDiv .flex-control-paging {
		display: none;
	}
		#GaleriaDiv .flex-direction-nav {
			padding: 0;
			overflow: auto;
			margin-top: -90px;
		}
			#GaleriaDiv .flex-direction-nav li {
				display: inline-block;
				background: rgba(0, 0, 0, 0.6);
				padding: 10px;
				opacity: 1;
				-webkit-transition: all 0.2s ease-in-out;
			    -moz-transition: all 0.2s ease-in-out;
			    -o-transition: all 0.2s ease-in-out;
			    transition: all 0.2s ease-in-out;
			}
			#GaleriaDiv .flex-direction-nav:hover li {
				opacity: 1;	
			}
			#GaleriaDiv .flex-direction-nav li a {
				color: #fff;
				z-index: 1000;
			}
			#GaleriaDiv .flex-direction-nav {
			}
				#GaleriaDiv .flex-direction-nav li:first-child {
					float: left;
				}
				#GaleriaDiv .flex-direction-nav li:last-child {
					float: right;
				}



#ui-datepicker-div {
	display: none;
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	}
	#ui-datepicker-div table tbody tr:hover td {
		background: none;
		}
	table.ui-datepicker-calendar tbody tr td, table.ui-datepicker-calendar thead tr th {
		padding: 0px;
		}
		a.ui-state-default {
			display: block;
			width: 30px;
			height: 30px;
			border: solid 1px #dcdcdc;
			padding: 5px;
			margin: 2px;
			text-decoration: none;
			color: #abaaaa;
			}
			a.ui-state-default:hover {
				background: #abaaaa;
				color: #fff;
			}
			.ui-datepicker-title {
				color: #666666;
				font-size: 14px;
				text-transform: uppercase;
				text-align: center;
				font-family: Arial, sans-serif;
				font-weight: bold;
				margin-bottom: 10px;
			}
			.ui-datepicker-prev, .ui-datepicker-next {
				float: left;
				background: url(img/left-arrow.png) center center no-repeat;
				text-indent: -9999px;
				display: block;
				width: 10px;
				height: 18px;
				margin-left: 12px;
				z-index: 99999999;
			}
			.ui-datepicker-next {
				float: right;
				background: url(img/right-arrow.png) center center no-repeat;
				margin-right: 12px;
			}



/*------------------------------------*\
    BLOKK DESIGN-OK
\*------------------------------------*/


#IrodaBejaras {}
#Bevezeto {
	margin-bottom: -50px;
}


#Bevezeto .span-grid .BevezetoBox {
	display: block;
	margin: 0.8%;
	overflow: hidden;
	float: left;
}

#Bevezeto .span-grid .BevezetoBox h2 {
	display: block;
	font-size: 22px;
	font-family: 'pt_sansbold', sans-serif;
	font-weight: 400;
	color: #666;
	margin: 0 0 3px 0;
	text-align: center;
	width: 100%;
	}
	#Bevezeto .span-grid .BevezetoBox p {
		font-size: 15px;
		margin: 0;
		text-align: center;
		width: 100%;
	}

#Produktivitas, #Koltseghatekonysag, #Kenyelem, #Minimalkoltseg {
	width: 38%;
	height: 260px;
} 

#Image, #Flexibilitas {
	width: 18%;
	min-width: 165px;
	height: 260px;
}

#Produktivitas {
	background: url(img/bevezeto/produktivitas.png) right bottom no-repeat;
}

#Koltseghatekonysag {
	background: url(img/bevezeto/koltseghatekonysag.png) left bottom no-repeat;
}

#Kenyelem {
	background: url(img/bevezeto/kenyelem.png) right top no-repeat;
}

#Minimalkoltseg {
	background: url(img/bevezeto/minimalkoltseg.png) left top no-repeat;
}

#Image {
	background: url(img/bevezeto/image.png) center bottom no-repeat;
}

#Flexibilitas {
	background: url(img/bevezeto/flexibilitas.png) center top no-repeat;
}

.BevIcon {
	display: block;
	width: 170px;
	height: 170px;
}
.BevText {
	display: block;
	width: 170px;
	height: 170px;
}
.BevText table {
	height: 100%;
}

#Produktivitas .BevIcon {
	float: right;
	margin-top: 88px;
	background: url(img/icons/produktivitas-icon.png) center center no-repeat;
}
#Produktivitas .BevText {
	float: left;
	margin-top: 88px;
}

#Image .BevText {
	height: 85px;
	margin-bottom: 3px;
}
#Image .BevText table {
	width: 100%;
}

	html[lang="en-US"] #Image p {
		line-height: 15px;
		}


#Image .BevIcon {
	background: url(img/icons/image-icon.png) center center no-repeat;
}

#Koltseghatekonysag .BevText {
	float: right;
	margin-top: 88px;
}
#Koltseghatekonysag .BevIcon {
	float: left;
	margin-top: 88px;
	background: url(img/icons/koltseghatekony-icon.png) center center no-repeat;
}

#Kenyelem .BevIcon {
	float: right;
	background: url(img/icons/kenyelem-icon.png) center center no-repeat;
}
#Kenyelem .BevText {
	float: left;
}

#Flexibilitas .BevIcon {
	background: url(img/icons/flexibilitas-icon.png) center center no-repeat;
}
#Flexibilitas .BevText {
	height: 85px;
	margin-top: 6px;
}

#Minimalkoltseg .BevIcon {
	float: left;
	background: url(img/icons/minimbef-icon.png) center center no-repeat;
}
#Minimalkoltseg .BevText {
	float: right;
}




/*#MiAzInstantIroda, */#Szolgaltatasaink, #Lokacio {
	height: 90px;
}
#Arak, #Berlok-Es-Partnerek {
	height: 130px;
	background: #2e2e2e;
}
#Arak .Dummy {
	height: 40px;
	background: #f4f4f3;
}
#Galeria {
	height: 130px;
	margin-top: -60px;
}
#Kapcsolat {
	height: 40px;
}
#MiAzInstantIroda {
	height: 120px;
	margin-top: -120px;
}

#MiAzInstantIrodaDiv {
	background-image: url(img/hatterek/miazinstantiroda.jpg);
	color: #fff;
	line-height: normal;
	padding-bottom: 30px;
}
	#MiAzInstantIrodaDiv h1 {
		background-color: rgba(0, 0, 0, 0.6);
		padding-top: 10px;
		margin-top: 0;
	}
	#MiAzInstantIrodaDiv span.number {
		float: left;
		display: inline-block;
		font-size: 60px;
		margin-top: 14px;
		margin-right: 10px;
		border-bottom: solid 4px #fff;
		height: 74px;
		font-family: 'pt_sansbold';
	}
	#MiAzInstantIrodaDiv h2 {
		font-family: 'pt_sansregular';
		font-size: 38px;
		text-align: center;
	}
	#MiAzInstantIrodaDiv .span-grid b {
		font-size: 28px;
		font-family: 'pt_sansbold';
		text-align: center;
		display: block;
		margin-top: 80px;
		margin-bottom: 54px;
	}
	#MiAzInstantIrodaDiv ul li {
		margin-bottom: 6px;
	}

	#KikVagyunk {

	}

	#KikVagyunk #accordion h3 {
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 20px;
		color: #fff;
		text-align: center;
		font-family: 'pt_sansregular';
		font-weight: 300;
		font-size: 38px;
		cursor: pointer;
		}
		#KikVagyunk #accordion h3 span.container {
			display: block;
			background: url(img/accordionnyilacska.png) right 8px no-repeat;
			}
			#KikVagyunk #accordion h3.ui-accordion-header-active span.container {
				background: url(img/accordionnyilacska.png) right -39px no-repeat;
			}
		#KikVagyunk #accordion p {
			margin: 0px auto;
			max-width: 960px;
			color: #fff;
			padding-bottom: 30px;
			text-align: center;
		}

		.KikVagyunkAccordion {
			background: #afd252;
			-webkit-box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
			box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
		}
		div.KikVagyunkAccordion {
			background: #afd252;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		div.KikVagyunkAccordion a {
			color: #432918;
		}
			div.KikVagyunkAccordion a:hover {
				color: #fff;
			}

		.KuldetesAccordion {
			background: #fbab14;
			-webkit-box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
			box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
		}
		div.KuldetesAccordion {
			background: #fbab14;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.VizioAccordion {
			background: #442a19;
			-webkit-box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
			box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
		}
		div.VizioAccordion {
			background: #442a19;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

#SzolgaltatasainkDiv h2 {
	font-size: 30px;
	text-align: center;
	font-family: 'pt_sansregular';
}
#SzolgaltatasainkDiv ul {
	padding-left: 20px;
}

.icon {
	width: 130px;
	height: 130px;
	background-position: top center;
	-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    margin: 35px auto 40px auto;
}
#IrodaBerles:hover .icon, #KonferenciaTeremBerles:hover .icon, #Coworking:hover .icon, #VirtualisIroda:hover .icon {
	background-position: bottom center;
}
#IrodaBerles .icon {
	background-image: url(img/icons/irodaberlesicon.png);
}
#KonferenciaTeremBerles .icon {
	background-image: url(img/icons/konferenciateremicon.png);
}
/*#AzIrodahaz .icon {
	background-image: url(img/icons/irodahazicon.png);
}*/
#Coworking .icon {
	background-image: url(img/icons/coworking.png);
}
#VirtualisIroda .icon {
	background-image: url(img/icons/virtualis-iroda.png);
}

#LokacioDiv {
	background: #f4f4f3;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
	#LokacioDiv h1 {
		margin-bottom: 0px;
		padding-top: 10px;
	}
	#LokacioDiv img {

	}
#map {
	margin-top: 0px;
	margin-bottom: 40px;
}
.LocationList {
	padding-left: 140px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.LocationList li {
	display: block;
}
	.LocationList#Cim {
		background: url(img/icons/pinicon.png) left center no-repeat;
	}
	.LocationList#Auto {
		background: url(img/icons/autoicon.png) left center no-repeat;
	}
	.LocationList#Bkv {
		background: url(img/icons/trambusicon.png) left center no-repeat;
	}

#ArakDiv {
	background: #2e2e2e url(img/pricetag.png) top right no-repeat;
	color: #fff;
	margin-top: 0px;
	padding-bottom: 25px;
}
#ArakDiv h1 {
	margin-top: 0px;
}
#ArakDiv ul {
	padding-left: 18px;
}


#BerlokEsPartnerek {
	background-image: url(img/hatterek/rolunk-mondtak-bg-min.jpg);
	padding-bottom: 100px;
	text-align: center;
	background-size: cover;
}
	#BerlokEsPartnerek h1 {
		margin-top: 0px;
		background-color: rgba(0, 0, 0, 0.6);
		padding-top: 10px;
		color: #fff;
		margin-bottom: 80px;
	}
	#BerlokEsPartnerek .unit.one-of-five {
		width: 16.2%;
		margin-bottom: 60px;
		text-align: center;
		background: #fff;
		padding: 5px;
	}

#GaleriaDiv {}

#GaleriaDiv h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#KapcsolatDiv {
	
}
#KapcsolatDiv h1 {
	margin-top: 85px;
}

	#EmailIcon {
		background: url(img/icons/levelicon.png) left center no-repeat;
		line-height: 1.8em;
		padding-left: 40px;
	}
	#MobilIcon {
		background: url(img/icons/mobilicon.png) left center no-repeat;
		line-height: 1.8em;
		padding-left: 40px;
	}
	#TelefonIcon {
		background: url(img/icons/telefonicon.png) left center no-repeat;
		line-height: 1.8em;
		padding-left: 40px;
	}
	#KapcsolatDiv textarea {
		width: 98.55%;
	}

	#KapcsolatDiv input[type="submit"]  {
		margin-right: 5px;
		border: solid 1px rgb( 107, 139, 5 );
	  	border-radius: 2px;
	  	background-color: #afd252;
	  	font-size: 20px;
		color: rgb( 255, 255, 255 );
		text-shadow: 1px 1.732px 0px rgb( 107, 139, 5 );
		height: 40px;
		padding: 5px 10px;
		float: right;
		margin-right: 8px;
		-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
		box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}

	#KapcsolatDiv input[type="submit"]:hover {
		background: #6b8b05;
	}


footer {
	display: block;
	margin-top: 50px;
	background: #383838;
	padding: 25px 0 0;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	margin-bottom: 3px;
}
footer ul li a {
	color: #fff;
	text-decoration: underline;
}
footer ul ul {
	display: none;
}
.copyright {
	background: #282828;
	margin-top: 25px;
}
.grey-box {
	background: #eee;
	margin: 30px 0;
	padding: 20px 0;
}
.wpcf7-not-valid-tip {
	text-shadow: none;
	position: absolute;
	font-size: 12px !important;
	background: #fff;
	border-radius: 2px;
	margin-left: 4px;
	padding: 2px;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
	border: none;
	background: none;
	margin-top: 60px;
	color: #fff;
}

#KapcsolatDiv div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
	color: #666666;
}

/*.page-template-page-landing-php .header nav ul {
	float: left;
}*/

.page-template-page-landing-php .header-facebook {
	float: right;
	line-height: 3.3em;
	margin-left: 10px;
}

.visszalink {
	text-align: center;
	margin-top: 30px;
}

.page-template-page-landing.ajanlatkeres textarea {
	width: 100%;
	height: 185px;
}

.page-template-page-landing.ajanlatkeres input[type="text"],
.page-template-page-landing.ajanlatkeres input[type="email"],
.page-template-page-landing.ajanlatkeres input[type="tel"] {
	width: 100%;
}

.page-template-page-landing.virtualisirodamegrendelo input[type="text"],
.page-template-page-landing.virtualisirodamegrendelo input[type="email"],
.page-template-page-landing.virtualisirodamegrendelo input[type="tel"],
.page-template-page-landing.virtualisirodamegrendelo select {
	width: 100%;
	margin: 0;
}

.ajanlat-szolg .wpcf7-list-item {
	width: 50%;
	float: left;
	margin: 0;
}

/*------------------------------------*\
    V2
\*------------------------------------*/

#Bevezeto {
	margin-top: 50px;
	}

	.home-box {
		text-align: center;
		font-size: 14px;
		}

		.home-box h2 {
			font-size: 18px;
		}

		.home-icon {
			max-width: 100px;
			margin: 0 auto;
			background: #afd252;
			padding: 25px 0;
			line-height: 50px;
			border-radius: 50px;
		}

		/*.home-icon:after {
			content: "";
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #afd252 transparent transparent transparent;
		}*/

		.home-icon.second {
			background: #422512;
		}

		/*.home-icon.second:after {
			border-color: #422512 transparent transparent transparent;
			}*/

			.home-icon img {
				vertical-align: middle;
			}

.header .topnav {
	width: 100%;
	background: #afd252; /* Old browsers */
	background: -moz-linear-gradient(top, #afd252 0%, #9abe3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afd252), color-stop(100%,#9abe3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afd252 0%,#9abe3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afd252 0%,#9abe3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #afd252 0%,#9abe3c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #afd252 0%,#9abe3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd252', endColorstr='#9abe3c',GradientType=0 ); /* IE6-9 */
	z-index: 1000;
	text-align: center;
	font-family: "pt_sansbold",sans-serif;
	clear: both;
	}

	.header .topnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}

		.header .topnav ul li {
			display: inline-block;
			float: none;
			border: none;
			}

			.header .topnav ul li a {
				display: block;
				line-height: 40px;
				color: #fff;
				padding: 0 20px;
			}

			.header .topnav ul li a:hover {
				background: rgba(0,0,0,.5);
			}

.topnav-mobile {
	background: #afd252; /* Old browsers */
	background: -moz-linear-gradient(top, #afd252 0%, #9abe3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afd252), color-stop(100%,#9abe3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afd252 0%,#9abe3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afd252 0%,#9abe3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #afd252 0%,#9abe3c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #afd252 0%,#9abe3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd252', endColorstr='#9abe3c',GradientType=0 ); /* IE6-9 */
	}
	.header nav ul.topnav-mobile li a {
		border-top: 1px solid rgba(255,255,255,.1);
		}
		.header nav ul.topnav-mobile a {
			color: #fff;
		}
		.header nav ul.topnav-mobile a:hover {
			background: transparent;
		}

.header nav ul ul {
	font-size: 11px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	/*left: 0;*/
	z-index: 1100;
	width: 250px;
	padding: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header nav ul ul a {
	background: #e5e5e5;
	color: #2a2929;
	display: block;
	position: relative;
	padding: 0 10px;
	border-top: none;
	line-height: 49px;
	border-bottom: 1px solid #c9c9c9;
}

.header nav ul ul a:hover {
	background: #fff;
}

.header nav ul ul li {
	display: block;
	margin: 0;
	line-height: 60px;
	width: 100%;
	border-right: none;
}

.header nav ul ul ul {
	top: 0px;
	left: 100%;
}

.header nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.top-buttons {
	text-align: center;
	margin-top: 90px;
	}

	/*.button {
		border-radius: 5px;
		color: #fff;
		line-height: 70px;
		padding: 0 20px;
		margin: 0 20px;
		display: inline-block;
		text-align: center;
		background: #afd252;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		box-shadow: 0 2px 5px rgba(0,0,0,.4), inset 0 0 5px rgba(255,255,255,.5);
	}

	.button:hover {
		color: #fff;
		background: #abbe20;
	}*/

	.top-buttons .button {
		margin: 0 0 10px;
	}

	.button  {
		margin-right: 5px;
		border: solid 1px rgb( 107, 139, 5 );
	  	border-radius: 10px;
	  	background-color: #afd252;
	  	font-size: 24px;
		color: rgb( 255, 255, 255 );
		text-shadow: 0px 1px 2px rgb( 107, 139, 5 );
		height: 60px;
		line-height: 60px;
		padding: 0px 20px;
		margin-right: 8px;
		-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
		box-shadow: 0 4px 0 0 rgba(0,0,0,0.1), inset 0 2px 2px rgba(255,255,255,.5), 0 -2px 0.5px rgba(0, 0, 0, 0.15) inset;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    display: inline-block;
	    text-transform: uppercase;
	    font-family: 'pt_sansbold', sans-serif;
	}

	.button:hover {
		background: #6b8b05;
		color: #fff;
	}

	.button.fullwidth {
		display: block;
		text-align: center;
		padding: 0;
	}

#TopSlider .slides > li {display: none; -webkit-backface-visibility: hidden;}
#TopSlider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
#BerloSlider .slides > li {display: none; -webkit-backface-visibility: hidden;}
#BerloSlider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}

.berlo-szoveg {
	color: #000;
}

.berlo-nev {
	color: #000;
	font-weight: bold;
}

#BerloSlider {
	position: relative;
}

#BerloSlider .flex-direction-nav {
	text-align: center;
}

#BerloSlider .flex-direction-nav li {
	display: inline-block;
}

#BerloSlider .flex-direction-nav .flex-prev {
	display: block;
	width: 36px;
	height: 36px;
	margin: 10px;
	background: url(img/ref-prev.png) no-repeat center center;
}

#BerloSlider .flex-direction-nav .flex-next {
	display: block;
	width: 36px;
	height: 36px;
	margin: 10px;
	background: url(img/ref-next.png) no-repeat center center;
}

#BerloSlider ul {
	margin: 0;
	padding: 0;
}

.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.bejaras-form input,
.bejaras-form textarea {
	width: 100%;
}

/*.bejaras-form */input[type="submit"] {
	margin-right: 5px;
	border: solid 1px rgb( 107, 139, 5 );
  	border-radius: 3px;
  	background-color: rgb( 191, 208, 68 );
  	font-size: 18px;
	color: rgb( 255, 255, 255 );
	text-shadow: 0px 1px 2px rgb( 107, 139, 5 );
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	margin-right: 8px;
	-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 4px 0 0 rgba(0,0,0,0.1), inset 0 2px 2px rgba(255,255,255,.5), 0 -2px 0.5px rgba(0, 0, 0, 0.15) inset;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'pt_sansbold', sans-serif;
    width: auto;
}

.bejaras-form input[type="submit"]:hover {
	background: #6b8b05;
	color: #fff;
}

.home-szolg-link {
	display: block;
	color: #333;
}

/*------------------------------------*\
    PRICING TABLE
\*------------------------------------*/
table.pricing {
	width: 100%;
	background: #383838;
	color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
table.pricing th {
	padding: 5px;
	border-bottom: 3px solid rgba(255,255,255,.1);
	text-transform: uppercase;
	background: rgba(0,0,0,.1);
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
table.pricing th strong {
	font-size: 30px;
	display: block;
}
table.pricing td {
	padding: 5px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	text-align: center;
}
table.pricing td:first-child {
	text-align: left;
}
table.pricing td a {
	background: #ABD048;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	line-height: 18px;
	border-radius: 3px;
}



.pricing-table {
	margin-bottom: 20px;
	background: #383838;
	color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pricing-table h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	background: #666;
	padding: 5px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 20px;
}
.pt-price {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin: 0;
	line-height: 36px;
	margin-bottom: 10px;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.pt-price span {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	display: block;
}
#SzolgaltatasainkDiv .pricing-table ul {
	margin: 0;
	padding: 0;
}
#SzolgaltatasainkDiv .pricing-table ul li {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 5px;
	background: rgba(0,0,0,.1) url(http://www.offices2go.hu/wp-content/themes/officestogo/img/check-mark.png) no-repeat 7px 7px;
}
.blockbutton {
	display: block;
	text-align: center;
	color: #AED150;
	background: #222;
	padding: 5px;
}
.blockbutton:hover {
	background: #AED150;
	color: #fff;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
	.flexslider {
	  max-height: 767px;
	}

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

	.top-buttons {
		margin-top: 50px;
	}
}

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

.header nav ul li a {
	display: block;
	line-height: 5.5em;
	font-size: 16px;
	font-family: 'pt_sansbold', sans-serif;
	padding: 0px 15px;
	color: #666666;
	}

	.top-buttons {
		margin-top: 20px;
	}

}



@media only screen and (max-width:980px) {
	#BejarasForm textarea {
		height: 40px;
		padding-top: 12px;
		width: 21%;
	}

	#Bevezeto .span-grid .BevezetoBox p {
		opacity: 1;
	}

	#Produktivitas, #Koltseghatekonysag, #Kenyelem, #Minimalkoltseg {
		width: 36%;
	} 

	#Image, #Flexibilitas {
		min-width: 160px;
	}

	.BevIcon {
		display: block;
		width: 170px;
		height: 170px;
		}
	.BevText {
		display: block;
		width: 40%;
		height: 160px;
	}

	#Image .BevText, #Flexibilitas .BevText {
		width: 100%;
	}

}

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

.header nav ul li a {
	display: block;
	line-height: 5.5em;
	font-size: 16px;
	font-family: 'pt_sansbold', sans-serif;
	padding: 0px 7px;
	color: #666666;
	}

	.BevText {
		display: block;
		width: 35%;
		height: 160px;
	}
	.BevText table, .BevText table tr, .BevText table td {
		width: 100%;
	}

	#Bevezeto .span-grid .BevezetoBox h2 {
    	font-size: 17px;
    	width: 100%;
    }

    #Bevezeto .span-grid .BevezetoBox p {
    	font-size: 13px;
    }
	#Image .BevText, #Flexibilitas .BevText {
		width: 100%;
	}

	.button.fullwidth {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}


 }

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

	#BejarasForm textarea {
		height: 40px;
		padding-top: 12px;
		width: 20%;
	}


	#Bevezeto .span-grid .BevezetoBox h2 {
	    display: block;
	    font-size: 16px;
	    font-family: 'pt_sansbold',sans-serif;
	    font-weight: 400;
	    width: 118px;
	}

	#Bevezeto .span-grid .BevezetoBox {
		height: 200px;
	}

	#Bevezeto .one-of-six {
		width: 30%;
	}

	.BevIcon {
		display: block;
		width: 118px;
		height: 118px;
	}
	.BevText {
		display: block;
		width: 118px;
		height: 118px;
	}


	#Produktivitas {
		background: url(img/bevezeto/produktivitas-70.png) right bottom no-repeat;
	}

	#Koltseghatekonysag {
		background: url(img/bevezeto/koltseghatekonysag-70.png) left bottom no-repeat;
	}

	#Kenyelem {
		background: url(img/bevezeto/kenyelem-70.png) right top no-repeat;
	}

	#Minimalkoltseg {
		background: url(img/bevezeto/minimalkoltseg-70.png) left top no-repeat;
	}

	#Image {
		background: url(img/bevezeto/image-70.png) center bottom no-repeat;
		min-width: 119px;
	}

	#Flexibilitas {
		background: url(img/bevezeto/flexibilitas-70.png) center top no-repeat;
		min-width: 119px;
	}
	#Image .BevIcon, #Flexibilitas .BevIcon {
		width: 100%;
	}

	#Image h2, #Flexibilitas h2, #Image p, #Flexibilitas p {
		width: 100% !important;
		min-width: 119px;
	}


	html[lang="en-US"] #Koltseghatekonysag h2 {
	    letter-spacing: 0.02em;
	}


	html[lang="en-US"] #Minimalkoltseg h2 {
	    letter-spacing: 0.02em;
	}


	#Bevezeto .span-grid .BevezetoBox p  {
		font-size: 12px;
	}

	h1#Summary {
		font-size: 28px;
	}

}

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

	.header nav ul li a {
		display: block;
		line-height: 5.5em;
		font-size: 16px;
		font-family: 'pt_sansregular', sans-serif;
		padding: 0px 6px;
		color: #666666;
		}

	h1#Summary {
		margin-top: -55px;
	}


}

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

	#Bevezeto .one-of-six {
		width: auto;
	}



.header {
	background: #fffffd url(img/headermenubg_phone.jpg) bottom center repeat-x;
	padding: 0;
	min-height: 94px;
	padding-bottom: 4px;
}

.header nav {
	margin: 0;
	padding: 0;
	}
	.header nav ul {
		margin: 0 auto !important;
		padding: 0;
		overflow: auto;
		}
		.header nav ul li {
			display: block;
			float: left;
			margin: 0px !important;
			border: none;
			}
			.header nav ul li a {
				padding-left: 10px;
				padding-right: 10px;

			}
				
	.header#sticker {
		width: 100%;
		z-index: 99999999;
		position: relative !important;
	}
	.logo {
		margin: 20px auto 0px auto;
		clear: both;
		float: none;
		padding-bottom: 10px;
	}
	.logo.alignleft {
		text-align: center;
	}
	.nav.alignright {
		float: none;
	}
	#BejarasForm textarea {
		height: 40px;
		padding-top: 12px;
		width: 18%;
	}



	.logomobil {
		display: block;
		width: 100%;
		clear: both;
		float: none;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		min-height: 94px;
		background: url(img/headermenubg.png) bottom center repeat-x;
		margin-bottom: -4px;
	}

	.logo {
		margin: 20px auto 0px auto;
		clear: both;
		float: none;
		padding-bottom: 10px;
		display: none;
	}

#LangSelect {
	display: none;
}

#LangSelectMobil {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	}
	#LangSelectMobil ul li {
		display: inline-block;
		}
		#LangSelectMobil ul li a {
			width: 42px;
			height: 31px;
			z-index: 9999999;
			}
	#IrodaBejaras h1 {
		margin-top: 0px;
	}

}


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

	#Bevezeto .span-grid .BevezetoBox {
		display: block;
		clear: both;
		width: 100%;
		height: 170px;
	}
	#Produktivitas, #Koltseghatekonysag, #Flexibilitas {
		background: url(img/bevezeto/produktivitas.png) right bottom no-repeat;
	}
	#Image, #Kenyelem, #Minimalkoltseg {
		background: url(img/bevezeto/minimalkoltseg.png) left bottom no-repeat !important;
	}
	
	.BevIcon {
		display: block;
		width: 170px !important;
		height: 170px !important;
		margin-top: 0 !important;
	}
	.BevText {
		display: block;
		width: 68% !important;
		height: 170px !important;
		margin-top: 0 !important;
	}

	.BevText h2 {
		font-size: 22px !important;
	}
	.BevText p {
		font-size: 16px !important;
	}

#Produktivitas .BevIcon, #Koltseghatekonysag .BevIcon, #Flexibilitas .BevIcon {
	float: right;
}

#Minimalkoltseg .BevIcon, #Kenyelem .BevIcon, #Image .BevIcon {
	float: left;
}

#Produktivitas .BevText, #Koltseghatekonysag .BevText, #Flexibilitas .BevText {
	float: left;
	text-align: left !important;
}

#Minimalkoltseg .BevText, #Kenyelem .BevText, #Image .BevText {
	float: right;
}

#Produktivitas .BevText p, #Koltseghatekonysag .BevText p, #Flexibilitas .BevText p,
#Produktivitas .BevText h2, #Koltseghatekonysag .BevText h2, #Flexibilitas .BevText h2 {
	text-align: right !important;
}
#Image .BevText p, #Kenyelem .BevText p, #Minimalkoltseg .BevText p,
#Image .BevText h2, #Kenyelem .BevText h2, #Minimalkoltseg .BevText h2 {
	text-align: left !important;
}

.BevText h2 {
	width: 100% !important;
}

.BevText br {
	display: none;
}

	#IrodaBejaras h1 {
	    margin-top: 0px;
	    font-size: 50px;
	}

}


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

a.facebookButton { float: right; margin-top: -8px; margin-right: 10px; }

.wpcf7-not-valid-tip {
	position: relative;
}

.header {
	min-height: 78px;
}

#sticker-sticky-wrapper {
	display: none !important;
}
	.desktop {
		display: none;
	}
	.mobil {
		display: block;
	}

	#MobilMenu {
		display: none;
		position: relative;
		clear: both;
	}
	#MobilMenuBar {
		text-align: right;
		margin-top: 21px;
		margin-bottom: 10px;
	}
		a#MobilMenuLink {
			display: block;
			width: 40px;
			float: right;
			z-index: 999999;
			cursor: pointer;
			margin-right: 20px;
		}
			a#MobilMenuLink .Hamburger {
				display: block;
				background: #666;
				height: 8px;
				width: 40px;
				margin-bottom: 5px;
			}

	#ArakDiv {
		background: #2e2e2e;
	}
	.header .container {
		padding: 0px;
	}
	.header nav ul {
		padding: 0px;
		margin: 0px;
	}
	.header nav ul li {
		display: block;
		float: none;
		margin: 0px !important;
		padding: 0px;
		border: none;
		border-bottom: solid 1px #e0dfdf;
		border-top: solid 1px #fafafa;
		}
		.header nav ul li a {
			line-height: 2.5em;
			margin: 0px !important;
			padding: 0px 0px 0px 20px;
			font-size: 22px;
			font-weight: bold;
		}
		.header nav ul li:first-child {
			border-top: solid 1px #e0dfdf;
		}
		.header nav ul li:last-child {
			border-bottom: none;
			}
		#Bevezeto {
			margin-top: 30px;
		}

	#BerlokEsPartnerek .one-of-five {
		width: 27.07% !important;
	}

	#BerlokEsPartnerek .unit {
	        display: inline-block;
	        *display: inline;
	        *zoom: 1;
	        vertical-align: top;
	        margin-left: 3%;
	        margin-right: -.25em;
	        /* Clearfix */
	        /*overflow: hidden;*/
	        *overflow: visible;
	}

	#BejarasForm {
		position: relative;
	}
	#BejarasForm form {
		padding-bottom: 30px;
		height: auto;
	}

		#BejarasForm input {
		    height: 40px;
		    width: 98%;
		    margin-bottom: 10px;
		}
		#BejarasForm textarea {
			display: block;
			width: 98%;
			min-height: 150px;
		}
		#BejarasForm input[type="submit"] {
			margin-top: 10px;
			width: 80%;
		}
		input {
			width: 100%;
			display: block;
		}
		
		#IrodaBejaras {
			position: relative;
		}
		#Top {
			background: #ededec; 
			overflow: hidden; 
		}

#IrodaBejaras {
	position: relative;
}

#IrodaBejaras h1 {
    font-size: 40px;
    display: block;
    text-align: center;
}
h1 {
	font-size: 40px;
}
#IrodaBejaras p {
	display: block;
	text-align: center;
}

#MiAzInstantIrodaDiv .unit.one-of-two {
	padding-bottom: 10px;
}
#MiAzInstantIrodaDiv span.number {
	margin-top: -10px;
}

	#Image br {
			display: none;
		}

	#Bevezeto .span-grid .BevezetoBox {
		min-height: 122px;
	}

	h1#Summary {
		font-size: 20px;
		margin: 0;
		position: relative;
	}

	DIV#EmailIcon.unit.one-of-three, DIV#MobilIcon.unit.one-of-three, DIV#TelefonIcon.unit.one-of-three {
		margin-bottom: 8px;
	}

	#KapcsolatDiv input[type="submit"] {
		width: 160px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.BevText {
		display: block;
		width: 58% !important;
		height: 170px !important;
		margin-top: 0 !important;
	}

	.header nav ul ul {
		position: relative;
		opacity: 1;
		width: 100%;
		visibility: visible;
	}

	.header nav ul ul li a {
		padding-left: 30px;
	}

}

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

	.showmobile {
		display: block;
	}

	.hidemobile {
		display: none;
	}

	h1#Summary {
		font-size: 20px;
		height: 64px;
		line-height: normal;
		position: relative;
		margin: 0;
	}



	#Bevezeto .span-grid .BevezetoBox {
		display: block;
		clear: both;
		width: 100%;
		height: auto;
		min-height: 290px;
	}

	#Produktivitas, 
	#Koltseghatekonysag, 
	#Flexibilitas, 
	#Image, 
	#Kenyelem, 
	#Minimalkoltseg,
	#Produktivitas .BevText p, 
	#Koltseghatekonysag .BevText p, 
	#Flexibilitas .BevText p, 
	#Image .BevText p, 
	#Kenyelem .BevText p, 
	#Minimalkoltseg .BevText p,
	#Produktivitas .BevText h2, 
	#Koltseghatekonysag .BevText h2, 
	#Flexibilitas .BevText h2, 
	#Image .BevText h2, 
	#Kenyelem .BevText h2, 
	#Minimalkoltseg .BevText h2 {
		display: block;
		width: 100% !important;
		text-align: center;
		float: none;
		clear: both;
		color: #696969 !important;
		margin: 0 !important;
	}

	.BevText {
		height: 95px !important
	}
	.BevIcon {
		margin: 0 auto !important;
		float: none !important;
	}
	.BevText {
		width: 100% !important;
		text-align: center !important;
	}
	.BevText p, .BevText h2 {
		text-align: center !important;
	}

	#Produktivitas, #Koltseghatekonysag, #Flexibilitas {
		background: url(img/bevezeto/flexibilitas.png) center top no-repeat;
		padding-right: 0px;
	}
	#Image, #Kenyelem, #Minimalkoltseg {
		background: url(img/bevezeto/imageinvert.png) center top no-repeat !important;
		padding-left: 0px;
	}

	#Produktivitas .BevText h2, #Koltseghatekonysag .BevText h2, #Flexibilitas .BevText h2,
	#Produktivitas .BevText p, #Koltseghatekonysag .BevText p, #Flexibilitas .BevText p {
		text-align: center !important;
		margin-top: 0px !important;
	}

	#Image .BevText h2, #Kenyelem .BevText h2, #Minimalkoltseg .BevText h2,
	#Image .BevText p, #Kenyelem .BevText p, #Minimalkoltseg .BevText p {
		text-align: center !important;
		margin-top: 0px !important;
	}

	#Produktivitas p, #Koltseghatekonysag p, #Flexibilitas p, #Image p, #Kenyelem p, #Minimalkoltseg p {
		margin-top: 0px !important;
		font-size: 16px !important;
	}


	#Image br {
		display: none;
	}

	table.pricing {
		display: block;
		overflow-x: scroll;
	}


}

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

}








