/* ----------------------------------------------------- */
/* Basic Setup */
/* -----------------------------------------------------  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html  body{
    color: #2C2C2C;
    font-size: 16px;
	line-height: 1.5em;
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif;
}

img {
    max-width: 100%;
}

a:focus, a:hover {
	text-decoration: none;
}

.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
}

.row-fluid:after {
    clear: both;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----------------------------------------------------- */
/* Navigáció */
/* -----------------------------------------------------  */

#menusor {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff;
}

.navbar {
	margin-bottom: 0;
}

.navbar-inner {
	min-height: 110px;
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	*zoom: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding-bottom: 10px;
}

.nav.menu {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 40px;
	margin-left: 40px;
}

ul.nav.menu > li > a {
	color: #000;
}

ul.nav.menu > li > a:hover {
	border-bottom: 2px solid #3c69b1;
	color: #3c69b1;
}

.navbar .nav > .active > a {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav > .active > a:hover {
	color: #3c69b1;
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.melyut-logo {
	float: left;
	z-index: 10;
	position: relative;
  	margin-left: 50px;
}

.infoblokk {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 240px;
}

.eu-logo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
  	width: 215px;
}

.img-slider {
    width: 500px;
    height: 150px;
    margin: auto;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

#menusor.sticky {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
	font-size: 0.8em;
    background-color: #fff;
    z-index: 20;
	height: 65px;
	border-bottom: 1px solid #8a9593;
}

#menusor.sticky .melyut-logo {
	width: 18%;
}
	
#menusor.sticky .melyut-logo img {
	height: 60px;
}

#menusor.sticky .navbar-inner {
	min-height: 60px;
	padding-bottom: 0;
}

#menusor.sticky .nav.menu {
	margin-top: 20px;
	margin-left: 100px;
}

#menusor.sticky ul.nav.menu > li > a {
	border-bottom: 2px solid #fff;
	padding: 10px 15px 5px 15px;
}

#menusor.sticky ul.nav.menu > li > a:hover {
	border-bottom: 2px solid #3c69b1;
}

/* ----------------------------------------------------- */
/* Videó */
/* -----------------------------------------------------  */

#video {
	margin-top: 110px;
}

.element-with-video-bg.jquery-background-video-wrapper {
	height: 450px;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(templates/melyut/images/melyut-cover.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(templates/melyut/images/melyut-cover.jpg);
}

/* Video overlay and content */

.element-with-video-bg {
	background-image: url(templates/melyut/images/melyut-cover.jpg);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
  opacity: 0.3;
}

.video-hero--content {
  position: relative;
  text-align: center;
  color: #fff;
  margin: 150px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}

.video-hero--content p {
  font-size: 20px;
  margin: 0;
}

.video-kulso {
	position: relative;
}

.szlogen {
	display: none;
	position: absolute;
	top: 35%;
	left: 25%;
	width: 50%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	padding: 1em 1em 1em 1em;
	border-radius: 8px;
}

.szlogen > h2 {
	margin-top: 1em;
}

/* ----------------------------------------------------- */
/* Tartalom */
/* ----------------------------------------------------- */

#tartalom {
	margin-bottom: 1em;
}

#tartalom li {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

/* ----------------------------------------------------- */
/* Vektor ikonok */
/* ----------------------------------------------------- */

#icons {
	background: -webkit-linear-gradient(rgba(212, 212, 212, 0), rgba(212, 212, 212, 212));
	background: linear-gradient(rgba(212, 212, 212, 0), rgba(212, 212, 212, 212));
}

.ikonok {
	text-align: center;
	font-weight: bold;
}

.ikonok > div {
	margin-top: 1.5em;
	margin-bottom: 2.0em;
}

.ikonok p {
	font-size: 1.2em;
}

/* ----------------------------------------------------- */
/* Cégbemutatás */
/* ----------------------------------------------------- */

div.num-highlights > div {
	margin-top: 4em;
	margin-bottom: 4em;
}

.bignum {
	font-size: 110px;
	line-height: 100px;
	font-weight: bold;
	text-align: right;
}

.bignum-text p {
	font-weight: bold;
}

.full-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-top: 2em;
	margin-bottom: 1em;
}

.full-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------- */
/* Referenciák */
/* ----------------------------------------------------- */

#references {
	background-color: #dfdfdf;
}


/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 1em;
    margin-left: -3px;
}

/* Container around content */
.timeline-lining {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline-lining::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #3c68b1;
    border: 4px solid #3c68b1;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 1em;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #5c5c5c;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #5c5c5c transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.timeline-content {
    padding: 5px 30px;
    background-color: #5c5c5c;
    position: relative;
    border-radius: 6px;
    color: white;
}

.timeline-content p {
	margin: 10px 0 10px 0;
}

/* Media queries - Responsive timeline on screens less than 600px wide */

@media all and (max-width: 600px) {
	  /* Place the timelime to the left */
	  .timeline::after {
		left: 31px;
	  }
	  
	  /* Full-width containers */
	  .timeline-lining {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	  }
	  
	  /* Make sure that all arrows are pointing leftwards */
	  .timeline-lining::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent #5c5c5c transparent transparent;
	  }

	  /* Make sure all circles are at the same spot */
	  .left::after, .right::after {
		left: 15px;
	  }
	  
	  /* Make all right containers behave like the left ones */
	  .right {
		left: 0%;
	  }
}

.image-raster {
	height: 100%;
}

.image-raster.top .span3 {
	margin-top: 3em;
}

.image-raster.bottom .span3 {
	margin-bottom: 3em;
}

.image-raster .span3 {
	margin-bottom: 4%;
}

.image-raster:nth-child(2), .image-raster:nth-child(3) {
	text-align: center;
}

.image-raster:nth-child(4) {
	text-align: right;
}

/* ----------------------------------------------------- */
/* Contact */
/* ----------------------------------------------------- */

#contact {
	margin-bottom: 2em;
}

.kapcsolat-adatok-kulso {
	position: relative;
}

.kapcsolat-adatok {
	font-size: 1.3em;
	line-height: 1.3em;
	position: relative;
	top: 40px;
}

.kapcsolat-adatok p {
	margin-bottom: 2em;
}

#map {
	height: 450px;
	width: 100%;
}

.geppark-gomb-container {
	text-align: center;
	margin: 2em auto 4em auto;
}

.geppark-gomb {
	background-color: #3c69b1;
	border: 2px solid #3c69b1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 1em;
	color: #fff;
	font-weight: bold;
}

.geppark-gomb:hover, .geppark-gomb:active, .geppark-gomb:focus {
	background-color: #dfdfdf;
	color: #3c69b1;
	border: 2px solid #3c69b1;
}

/* ----------------------------------------------------- */
/* Form formatting */
/* ----------------------------------------------------- */

#userForm label, input, button, select, textarea {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
}

#userForm select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 2em;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 2em;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#userForm .rsform-input-box {
	margin-top: 4px;
}


#userForm .rsform-text-box {
	height: initial;
}

#userForm input[type="checkbox"] {
	width: initial;
}

#userForm input, textarea, .uneditable-input {
	width: 30%;
}

#userForm .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
	color: red;
}

#userForm .control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: red;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#userForm .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
	color: red;
}

#userForm .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: red;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
	color: red;
}

.formError {
	color: red;
	font-weight: bold;
	font-size: 0.8em;
}


/* ----------------------------------------------------- */
/* Image-raster */
/* ----------------------------------------------------- */

.raster.span6 {
	display: inline-block;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

.raster img {
	width: 100%;
}

/* ----------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------- */

#footer {
	background-color: #000;
	color: #dfdfdf;
}

.iso-outer {
	position: relative;
}

.iso-logo {
	position: absolute;
	top: 20%;
	left: 0;
}

.custom.footer-content {
	text-align: center;
}

.visitorcounter p {
	text-align: center;
}

.visitorcounter .floatright {
  float: none;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MEDIA QUERIES */
/* ----------------------------------------------------- */

    /* Large desktop */
    @media (min-width: 1200px) { 
	
        .eu-logo {
        	position: fixed;
     	}

      .infoblokk {
        position: fixed;
    }
      
	}
    
	
	/* Tablet -> desktop */
	@media (min-width: 980px) and (max-width: 1200px) {
	
		#menusor.sticky .navbar-inner {
			min-height: 60px;
			padding-bottom: 0;
		}

		#menusor.sticky .nav.menu {
			margin-top: 20px;
			margin-left: 2%;
		}

		#menusor.sticky ul.nav.menu > li > a {
			border-bottom: 2px solid #fff;
			padding: 10px 15px 5px 15px;
		}

		#menusor.sticky ul.nav.menu > li > a:hover {
			border-bottom: 2px solid #3c69b1;
		}

		#menusor.sticky .melyut-logo img {
			height: 60px;
		}
		
		.ikonok p {
			font-size: 1em;
		}
		
		.kapcsolat-adatok {
			font-size: 1em;
			top: 0;
		}
		
		.logoimage {
			width: 80%;
		}
		
		.melyut-logo {
			float: left;
			width: 30%;
		}
      
        .eu-logo {
        position: fixed;
     	}
      
            .infoblokk {
        position: fixed;
    }
		
		.nav.menu {
			margin-left: 0;
			margin-top: 20px;
		}
		
		ul.nav.menu > li > a {
			border-radius: 0;
			border-bottom: 2px solid #fff;
		}
		
		#userForm .rsform-input-box {
			width: 50%;
		}
		
		#userForm .rsform-text-box {
			width: 50%;
		}
	
	}
	
	/* From tablet to desktop */
    @media (min-width: 980px) and (max-width: 1199px) {
		
      
            #menusor {
        top: 80px;
      }
      
      .item-page {
        margin-top: 80px;
      }

      
      .melyut-logo {
			width: 22%;
		}
		
      .eu-logo {
        position: fixed;
      }
      
		.nav.menu {
			font-size: 1em;
			margin-top: 30px;
		}
		
		.navbar .nav > li > a {
			padding: 10px 12px 10px;
		}
		
		
	}
	
	
	
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) { 

      
            #menusor {
        top: 80px;
      }
      
      .item-page {
        margin-top: 80px;
      }

      
      .ikonok p {
			font-size: 0.8em;
		}

		.kapcsolat-adatok {
			font-size: 0.9em;
			top: 0;
		}

		.logoimage {
			width: 80%;
		}
		
		#menusor .melyut-logo {
			width: 30%;
			position: absolute;
		}
		
		#menusor.sticky .melyut-logo img {
			height: 60px;
		}
		
		#menusor.sticky .navbar .btn-navbar {
			margin-top: 2%;
		}
		
		#menusor.sticky .navbar-inner {
			min-height: 60px;
		}
		
		#menusor.sticky .nav.menu {
			margin-left: 0;
		}
		
		.nav.menu {
			margin-left: 0;
			margin-top: 20px;
		}
		
		ul.nav.menu > li > a {
			border-radius: 0;
			border-bottom: 2px solid #fff;
		}
		
		.navbar-inner {
			text-align: center;
			min-height: 90px;
		}
		
		.navbar .btn-navbar {
			display: inline-block;
		}
		
		.navbar .btn-navbar {
			float: none;
			display: inline-block;
			margin-top: 5%;
			text-shadow: none;
			background-color: #fff;
			*background-color: #fff;
			background-image: none;
			background-repeat: repeat-x;
			border-color: #3C68B1;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		.felso-menu {
			position: relative;
		}
		
		.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
			background-color: #f2f2f2;
			*background-color: #f2f2f2;
		}
		
		.btn {
			display: inline-block;
			*display: inline;
			padding: 4px 12px;
			margin-bottom: 0;
			*margin-left: .3em;
			font-size: 14px;
			line-height: 20px;
			color: #333;
			text-align: center;
			text-shadow: none;
			vertical-align: middle;
			cursor: pointer;
			background-color: #fff;
			*background-color: #fff;
			background-image: none;
			background-repeat: repeat-x;
			border: 0;
			*border: 0;
			border-color: #3C68B1;
			border-bottom-color: #3C68B1;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0); */
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			*zoom: 1;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		.navbar .btn-navbar .icon-bar {
			display: block;
			width: 18px;
			height: 4px;
			background-color: #3C68B1;
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		#userForm .rsform-input-box {
			width: 80%;
		}
      
		
		#userForm .rsform-text-box {
			width: 80%;
		}
		
        .cookies-policy-display-bottom {
      	height: 20%;
  	}
      
      
      
	}
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 

		body {
			padding-left: 0;
			padding-right: 0;
		}
      
            #menusor {
        top: 80px;
      }
      
      .item-page {
        margin-top: 80px;
      }

      
		#menusor .melyut-logo {
			width: 35%;
			position: absolute;
		}
		
		#menusor.sticky .melyut-logo {
			width: 30%;
			position: absolute;
		}
		
		#menusor.sticky .melyut-logo img {
			height: 60px;
		}
		
		#menusor.sticky .navbar .btn-navbar {
			margin-top: 2%;
		}
		
		#menusor.sticky .navbar-inner {
			min-height: 60px;
		}
		
		#menusor.sticky .nav.menu {
			margin-left: 0;
		}
		
		
		.eu-logo {
			width: 30%;
			z-index: 5;
			text-align: right;
		}
		
		.eu-logo > img {
			max-height: 100px;
		}
      
        .img-slider {
			height: 130px;
        }
		
		.nav.menu {
			margin-left: 0;
		}
		
		ul.nav.menu > li > a {
			border-radius: 0;
			border-bottom: 2px solid #fff;
		}
		
		.navbar-inner {
			text-align: center;
			min-height: 90px;
		}
		
		.navbar .btn-navbar {
			display: inline-block;
		}
		
		.navbar .btn-navbar {
			float: none;
			display: inline-block;
			margin-top: 5%;
			text-shadow: none;
			background-color: #fff;
			*background-color: #fff;
			background-image: none;
			background-repeat: repeat-x;
			border-color: #3C68B1;
			/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0); */
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			position: relative;
			top: 30%;
		}
		
		.felso-menu {
			position: relative;
		}
		
		.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
			background-color: #f2f2f2;
			*background-color: #f2f2f2;
		}
		
		
		#menusor .btn {
			display: inline-block;
			*display: inline;
			padding: 4px 12px;
			margin-bottom: 0;
			*margin-left: .3em;
			font-size: 14px;
			line-height: 20px;
			color: #333;
			text-align: center;
			text-shadow: none;
			vertical-align: middle;
			cursor: pointer;
			background-color: #fff;
			*background-color: #fff;
			background-image: none;
			background-repeat: repeat-x;
			border: 0;
			*border: 0;
			border-color: #3C68B1;
			border-bottom-color: #3C68B1;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0); */
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			*zoom: 1;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		.navbar .btn-navbar .icon-bar {
			display: block;
			width: 18px;
			height: 4px;
			background-color: #3C68B1;
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		#bemutatkozas {
			margin-top: 110px;
		}
		
		#video {
			display: none;
		}
		
		#icons {
			display: none;
		}
		
		#tartalom {
			padding-left: 20px;
			padding-right: 20px;
		}
		
		#tartalom h1 {
			margin-top: 10px;
			font-size: 1.8em;
		}
		
		#references {
			padding-left: 20px;
			padding-right: 20px;
		}
		
		.kapcsolat-adatok-kulso {
			padding-left: 20px;
			padding-right: 20px;
		}
		
		.kapcsolat-adatok {
			font-size: 1em;
			top: 0;
		}
		
		#outro {
			min-height: 100px;
		}
		
		#outro1 .raster.span6 {
			width: initial;
		}
		
		#footer {
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 1em;
		}
		
		.iso-logo {
			position: relative;
			top: 0;
			left: 0;
			text-align: center;
		}
		
		.logoimage {
			width: 20%;
		}
		
        #userForm h2 {
        	margin-top: 0.75em;
      	}
      
		#userForm .rsform-input-box {
			width: 80%;
		}
		
		#userForm .rsform-text-box {
			width: 80%;
		}
      
            .cookies-policy-display-bottom {
    	font-size: 80%;
      	height: 15%;
  	}
  
      .cookies-policy-inner.cookies-policy-display-bottom {
    	padding-top: 10px;
	}
      
    .cookies-policy-inner button {
		font-family: 'Nunito Sans', sans-serif;
      	font-size: 80%;
      	padding: 3px 12px;
    }
      
	
	}
     
    /* Landscape phones and down */
    @media (max-width: 480px) { 

		body {
			padding-left: 0;
			padding-right: 0;
		}
      
      #menusor {
        top: 80px;
      }
      
      .item-page {
        margin-top: 80px;
      }
      
      .melyut-logo {
        margin-left: 20px;
      }

		#menusor.sticky .navbar .btn-navbar {
			margin-top: 4%;
		}
		
		#menusor.sticky .melyut-logo {
			width: 35%;
		}
		
		#menusor.sticky .melyut-logo img {
			height: 50px;
		}
		
      
		#bemutatkozas {
			margin-top: 90px;
		}
		
		#tartalom {
			padding-left: 20px;
			padding-right: 20px;
		}
		
		.timeline-content {
			padding: 2px 15px;
		}
		
		.kapcsolat-adatok-kulso {
			padding-left: 20px;
			padding-right: 20px;
		}
		
		.kapcsolat-adatok {
			font-size: 1em;
			top: 0;
		}
		
		#outro {
			min-height: 100px;
		}
		
		#outro1 .raster.span6 {
			width: initial;
		}
		
		.image-raster.top .span3 {
			margin-top: 2em;
		}
		
		.image-raster.top {
			margin-bottom: 2em;
		}
		
		.image-raster.bottom .span3 {
			margin-bottom: 2em;
		}
		
		#footer {
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 1em;
		}
		
		.iso-logo {
			position: relative;
			top: 0;
			left: 0;
			text-align: center;
		}
		
		.logoimage {
			width: 30%;
		}

		#userForm .rsform-input-box {
			width: 80%;
		}
		
		#userForm .rsform-text-box {
			width: 80%;
		}
      
                  .cookies-policy-display-bottom {
    	font-size: 65%;
      	height: 20%;
  	}
  
      .cookies-policy-inner.cookies-policy-display-bottom {
    	padding-top: 10px;
	}
      
    .cookies-policy-inner button {
		font-family: 'Nunito Sans', sans-serif;
      	font-size: 80%;
      	padding: 3px 12px;
    }
      
	
	}