*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:focus {
  outline: none !important;
}
a {
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
html {
  font: 100%/1.5 'Open Sans', sans-serif;
  font-weight: 300;
  color: #070803;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
    background-image: url(images/body_bg.jpg);
    background-color: #eadbb4;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 20px;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.column {
    float: left;
    margin: 0;
}

.column.full { width: 100%; }

.column.five { width: 5%; }

.column.ten { width: 10%; }
.column.tenPlusFive { width: 15%; }

.column.twenty { width: 20%; }
.column.twentyPlusFive { width: 25%; }

.column.thirty { width: 30%; }
.column.thirtyPlusFive { width: 35%; }

.column.fourty { width: 40%; }
.column.fourtyPlusFive { width: 45%; }

.column.fifty { width: 50%; }
.column.fiftyPlusFive { width: 55%; }

.column.sixty { width: 60%; }
.column.sixtyPlusFive { width: 65%; }

.column.seventy { width: 70%; }
.column.seventyPlusFive { width: 75%; }

.column.eighty { width: 80%; }
.column.eightyPlusFive { width: 85%; }

.column.ninety { width: 90%; }
.column.ninetyPlusFive { width: 95%; }

.column.flow-opposite { float: right; }

.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.noFloat {
    float: none;
    clear: both;
}
.relPos {
    position: relative;
}
.absPos {
    position: absolute;
}
.statPos {
    position: static;
}
.fixPos {
    position: fixed;
}

.leftAlign {
    text-align: left;
}
.rightAlign {
    text-align: right;
}
.centerAlign {
    text-align: center;
}
.marginAuto {
    margin: auto;
}
.noBg {
    background: none;
}
.whiteBg {
    background-color: #ffffff;
}
.fontGreen {
    color: #8dc63f;
}
.fontWhite {
    color: #ffffff;
}
.fontLightGrey {
    color: #8c8c8c;
}
.fontDarkGrey {
    color: #474747;
}
.fontGrey {
    color: #535353;
}
.fontBlue {
    color: #196ab3;
}
.fontRed {
    color: #c83a5a;
}
.fontSemiBold {
    font-weight: 600;
}
.fontBold {
    font-weight: 800;
}

.noDisplay {
    display: none;
}
.inlineBlock {
    display: inline-block;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
img.image100 {
    width: 100%;
    height: auto;
}
.noBorder {
    border: 0;
}

.remove-padding { padding-bottom: 0; }
.remove-border { border: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

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

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  
}

::-webkit-input-placeholder {
   font-family: gotham_book;
   font-size: 1rem;
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: gotham_book;
   font-size: 0.8rem;
   color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: gotham_book;
   font-size: 0.8rem;
   color: #000000;
}

:-ms-input-placeholder {  
   font-family: gotham_book;
   font-size: 0.8rem;
   color: #000000;
}
.inner {
    width: 95%;
    max-width: 1280px;
    padding: 0 40px;
}
.inner:first-child {
    padding-top: 15px;
}
.inner:last-child {
    padding-bottom: 15px;
}

nav.cmn-tile-nav {
  display: none;
}
nav.cmn-tile-nav.open {
  display: block;
}
nav.cmn-tile-nav ul {
  padding: 0;
  list-style: none;
  width: 100%;
  height: 50px;
}
nav.cmn-tile-nav li {
  display: block;
  overflow: hidden;
  transition: background 0.3s;
  height: 50px;
}
nav.cmn-tile-nav a {
  display: block;
  color: #fff;
  height: 50px;
}

 
/* repeat this section for the 8 different colours */
/* --- BEGIN --- */
nav.cmn-tile-nav li.colour-1 {
  border: 1px solid #f1f1f1;
  border-left: 0;
  color: #535353;
  font-size: 0.9rem;
}
nav.cmn-tile-nav li.colour-1 a {
  color: #535353;
  font-size: 0.9rem;
}
nav.cmn-tile-nav li:first-child {
    border-left: 1px solid #f1f1f1;
}
nav.cmn-tile-nav li.colour-1:hover,
nav.cmn-tile-nav li.colour-1:hover a {
  color: #ea6542;
}

nav.cmn-tile-nav li.colour-2 {
  border: 1px solid #f1f1f1;
  border-left: 0;
  border-bottom: 3px solid #f1f1f1;
  color: #535353;
  font-size: 1rem;
}
nav.cmn-tile-nav li.colour-2 a {
  color: #535353;
  font-size: 1rem;
  border: 0;
}
nav.cmn-tile-nav li.colour-2:hover,
nav.cmn-tile-nav li.colour-2:hover a {
  color: #ea6542;
}
/* --- END --- */
 
/* smoother transitions */
nav.cmn-tile-nav li,
nav.cmn-tile-nav a {
  
}
a.nav-toggle {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #dce6f0;
  color: #646464;
  text-align: center;
}
a.nav-toggle:hover {
  background-color: #c8d2dc;
}

@media all and (max-width: 480px) {
    nav.cmn-tile-nav ul {
      height: auto;
    }
    nav.cmn-tile-nav ul li {
        text-align: center;
        border: 1px solid #f1f1f1;
        padding-top: 15px;
    }

}

@media all and (min-width: 480px) {
  nav.cmn-tile-nav {
    display: block;
  }
  nav.cmn-tile-nav li {
    width: 50%;
    float: left;
    text-align: center;
  }
  nav.cmn-tile-nav a {
    padding: 13px 0;
  }
  a.nav-toggle {
    display: none;
  }
}
@media all and (min-width: 768px) {
  nav.cmn-tile-nav li {
    width: 25%;
  }
  nav.cmn-tile-nav a {
    text-align: center;
    padding: 13px 17px 17px 13px;
  }
  nav.cmn-tile-nav a:hover {
    transform: translateX(0);
    
  }
  nav.cmn-tile-nav li.colour-2 {
      border: 1px solid #f1f1f1;
      border-left: 0;
      border-bottom: 3px solid #f1f1f1;
    }
  
}
@media all and (min-width: 1024px) {
  nav.cmn-tile-nav li {
    overflow: visible;
    width: 14.28%;
  }
  nav.cmn-tile-nav a {
    text-align: center;
    padding: 12px 0;
  }
}
#fb-root {
    position: absolute;
}
.leadImg {
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    padding-top: 20px;
    margin-bottom: 30px;
}
.leadImg img {
    max-width: 90%;
    height: auto;
}
.leadContainer {
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 30px;
}
.content {
    margin-bottom: 30px;
}
.gallery {
    margin-bottom: 30px;
}
.gallery a {
   display: inline-block;
   margin: 0px 32px 20px 0px;
   padding: 0px !important;
   position: relative;
   background-color: #fff;
}

.folded-corner {
   width: 0px;
   height: 0px;
   position: absolute;
   top: -1px;
   right: -1px;
   border-width: 0;
   border-style: solid;
   background: hsla(260,5%,60%,0.2);
   -webkit-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   -moz-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   -webkit-border-bottom-left-radius: 15px;
   -moz-border-radius: 0 0 0 15px;
   border-radius: 0 0 0 15px;
   border-color: #fff #fff transparent transparent;
   -webkit-transition: border-width 0.2s ease-out;
   -moz-transition: border-width 0.2s ease-out;
   -ms-transition: border-width 0.2s ease-out;
   -o-transition: border-width 0.2s ease-out;
   transition: border-width 0.2s ease-out;
}
.gallery a:hover .folded-corner {border-width: 0 40px 40px 0;}
.gallery a .folded-corner {background: hsla(260,5%,75%,0.5);}
section#header {
    height: 122px;
}
section#header .logo img {
    margin-top: 20px;
}
section#header div.floatRight {
    margin-top: 20px;
}
section#header div.floatRight div {
    display: inline-block;
    padding: 13px;
}
section#header div.floatRight div:first-child {
    border-right: 1px solid #d70b52;
}
section#header div.floatRight div:last-child {
    padding-right: 0;
}
section#topmenu {
    padding-bottom: 30px;
}
div#content-left {
    padding-right: 20px;
    padding-bottom: 50px;
}
div#content-right {
    padding-left: 20px;
    padding-bottom: 30px;
}
section#top-slider h1 {
    color: #d7473f;
    font-size: 2.2rem;
}
section#top-slider h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
section.box {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}
section.box.noBorder {
    border-bottom: 0;
}
section.box h1 {
    color: #d7473f;
    font-size: 2.2rem;
}
section.box h2 {
    color: #d7473f;
    font-weight: 800;
    font-size: 1rem;
}
section.box h1.main {
    font-weight: 600;
    color: #000000;
}
section.box h1.main-product {
    color: #d7473f;
}

section.box h3 {
    color: #535353;
    font-weight: 600;
}
.grey-box {
    background-color: #faf4e4;
    padding: 20px 0;
}
.grey-box .greyLogo {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.grey-box .contact-icon {
    padding-top: 5px;
    font-size: 1.5rem;
    color: #ea6441;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.contact-icon:nth-child(5) {
    margin-top: 15px;
    padding-top: 0 !important;
}
.grey-box .contact-right {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact-right:last-child {
    margin-top: 10px;
    padding-top: 10px;
}
.grey-box .parking {
     padding-left:  25px;
}
.grey-box .parking img {
    top: 8px;
    margin-right: 5px;
}
.grey-box .obliqueBlock {
    height: 74px;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background: #c83a5a;
    left: -1rem;
    font-family: 'Myriad Pro';
    font-size: 37px;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.8;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}
.egeszsegPenztar {
    font-size: 2.18rem;
    margin-top: 30px;
    left: 10%;
    line-height: 0.8;
}
.egeszsegPenztar span {
    font-size: 1.2rem;
}
.egeszsegPenztar i {
    right: -20px;
    bottom: 0;
}
#logo-wall {
    width: 100%;
    height: auto;
    max-width: 289px;
    margin-top: 30px;
}
footer {
    padding-bottom:  50px;
}
footer .greyLogo {
    padding: 40px 0;
}
footer nav.cmn-tile-nav li.colour-1, footer nav.cmn-tile-nav li.colour-2 {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 0 !important;
    border-right: 0 !important;
}
footer .contact-icon {
    padding-top: 5px;
    font-size: 1.5rem;
    color: #8ec741;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
footer .contact-right {
    margin-top: 20px;
    margin-bottom: 10px;
}
footer .contact-last {
    padding-top: 10px;
}
footer .contact-last i {
    font-size: 1.5rem;
    color: #8ec741;
    margin-top: 20px;
    padding-top: 5px;
    margin-right: 10px;
    text-align: center;
}

.product-group {
    height: 150px;
    background-image: url(images/grey_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 35px;
    margin: 15px;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
    vertical-align: top;
}
.product-group:hover {
    background-size: 100% 100%;
}
.product-group img {
    width: 100%;
    height: auto;
}
.product-group div {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-image: url(images/grey_bg.png);
    padding: 0 3px;
}
.product-list {
    clear: both;
    padding: 0;
    border-bottom: 1px solid #231f20;
    top: 20px;
    margin-bottom: 20px;
}
.product-list:after {
    content: "";
    display: table;
    clear: both;
}
.product-list .img {
    overflow: hidden;
    margin-bottom: -6px;
}
.product-list .img img {
    width: 100%;
    height: auto;
    display: block;
}
.product-list .img a {
    display: block;
    padding: 0px !important;
    position: relative;
    background-color: #fff;
    top: -6px;
}
.product-list .img a .folded-corner {
   width: 0px;
   height: 0px;
   position: absolute;
   top: -1px;
   right: -1px;
   z-index: 100;
   border-width: 0;
   border-style: solid;
   background: hsla(260,5%,60%,0.2);
   -webkit-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   -moz-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   -webkit-border-bottom-left-radius: 15px;
   -moz-border-radius: 0 0 0 15px;
   border-radius: 0 0 0 15px;
   border-color: #fff #fff transparent transparent;
   -webkit-transition: border-width 0.2s ease-out;
   -moz-transition: border-width 0.2s ease-out;
   -ms-transition: border-width 0.2s ease-out;
   -o-transition: border-width 0.2s ease-out;
   transition: border-width 0.2s ease-out;
}
.product-list .img a:hover .folded-corner {border-width: 0 40px 40px 0;}
.product-list .img a .folded-corner {background: hsla(260,5%,75%,0.5);}


.product-list .name {
    padding-left: 5%;
    padding-top: 25px;
    font-size: 1.3rem;
}
.btn {
    display: inline-block;
    padding: 10px 17px;
    font-size: 0.8rem;
    margin-top: 10px;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}
.btn.black {
    color: #ffffff;
    background: #231f20;
}
.btn.black:hover {
    background: #8dc63f;
    color: #000000;
}
/*1.btn.green {
    color: #ffffff;
    background: #73b11e;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
}
.btn.green:hover {
    background: #231f20;
    color: #ffffff;
}*/
.btn.green {
    color: #ffffff;
    background: #73b11e;
    font-weight: 600;
    font-size: 1.3rem;
}
.btn.green:hover {
    background: #231f20;
    color: #ffffff;
}
/* Button container */
.progress-button {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 45%;
	min-width: 250px;
	margin: 10px;
}

/* Button style */
.progress-button button {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 250px;
	height: 70px;
	border: 2px solid #73b11e;
	background: transparent;
	color: #1ECD97;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

.progress-button button:hover {
	color: #fff;
    border: 2px solid #231f20;
}

.progress-button button:focus {
	outline: none;
}

/* Text (transition for when returning to initial state) */
.progress-button button span {
	-webkit-transition: opacity 0.3s 0.1s;
	transition: opacity 0.3s 0.1s;
}

/* Common style of SVGs */
.progress-button svg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.progress-button svg path {
	opacity: 0;
	fill: none;
}

.progress-button svg.progress-circle path {
	stroke: #73b11e;
	stroke-width: 5;
}

.progress-button svg.checkmark path,
.progress-button svg.cross path {
	stroke: #fff;
	stroke-linecap: round;
	stroke-width: 4;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

/* Loading, success and error effects */
.loading.progress-button button {
	width: 70px; /* make a circle */
	border-width: 5px;
	border-color: #ddd;
	background-color: transparent;
	color: #fff;
    border-radius: 40px;
}

.loading.progress-button span {
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
	opacity: 0; /* keep it hidden in all states */
}

.success.progress-button button,
.error.progress-button button {
	-webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
	transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}

.success.progress-button button {
	border-color: #73b11e;
	background-color: #73b11e;
}

.error.progress-button button {
	border-color: #c83a5a;
	background-color: #c83a5a;
}

.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
	opacity: 1;
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
}

/* Optional elastic effect for the width of the button */
.elastic.progress-button button {
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
}

.loading.elastic.progress-button button {
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
}



























.breadCrumb {
    font-size: 0.8rem;
}
.breadCrumb a {
    text-decoration: underline;
}
.breadCrumb i {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 10px;
}
.product-gallery a {
    display: inline-block;
    overflow: hidden;
    width: 25%;
}
.product-gallery a:first-child {
    width: 100%;
}
.product-gallery a img {
    width: 100%;
    height: auto;
    margin: 5px;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}
.product-gallery a:first-child img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.product-gallery a {
    
    padding: 0px !important;
    position: relative;
    background-color: #fff;
    top: -6px;
}
.product-gallery a .folded-corner {
   width: 0px;
   height: 0px;
   position: absolute;
   top: -1px;
   right: -1px;
   z-index: 100;
   border-width: 0;
   border-style: solid;
   background: hsla(260,5%,60%,0.2);
   -webkit-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   -moz-box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   box-shadow: 2px -2px 0px #fff, 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
   -webkit-border-bottom-left-radius: 15px;
   -moz-border-radius: 0 0 0 15px;
   border-radius: 0 0 0 15px;
   border-color: #fff #fff transparent transparent;
   -webkit-transition: border-width 0.2s ease-out;
   -moz-transition: border-width 0.2s ease-out;
   -ms-transition: border-width 0.2s ease-out;
   -o-transition: border-width 0.2s ease-out;
   transition: border-width 0.2s ease-out;
}
.product-gallery a:hover .folded-corner {border-width: 0 40px 40px 0;}
.product-gallery a .folded-corner {background: hsla(260,5%,75%,0.5);}





.product-right {
    padding-left: 3%;
}
.product-right img {
    max-width: 100%;
    height: auto;
}
.form-container {
    margin-top: 20px;
}
.form-container h2 {
    font-size: 2rem !important;
    color: #2f2f2f !important;
    border-bottom: 1px solid #e7e7e7;
}
.form-container h2 > span {
    font-size: 1.3rem;
    font-weight: 400;
    color: #535353;
}
.form-container h2 > span > span {
    font-weight: 600;
}
.form-box {
    padding-left: 20px;
    padding-right: 15px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-left: 0;
    width: 80%;
}
.form-box .title {
    color: #4b4b4b;
    font-size: 1.3rem;
}
.form-box .title span {
    color: #c83a5a;
}
.form-box input, .form-box textarea {
    width: 100%;
    background: #f9f9fa;
    border: 1px solid #d9d9d9;
    padding: 10px;
}
.form-box p {
    font-style: italic;
}
.more-products {
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    color: #ffffff;
    background: #231f20;
    margin-top: 50px;
}
.marka {
    padding-top: 30px;
}
span.fontBold a {
    text-decoration: underline;
    color: #ea6441;
}

@media (max-width: 1560px) {
}
@media (max-width: 1085px) {
    .grey-box .obliqueBlock {
        font-size: 30px;
    }
    .egeszsegPenztar {
        left: 5%;
    }
}
@media (max-width: 1024px) {
    .egeszsegPenztar {
        left: 0;
    }
}
@media (max-width: 910px) {
    .grey-box .obliqueBlock {
        font-size: 25px;
        padding-top: 20px;
    }
    .egeszsegPenztar {
        font-size: 1.8rem;
    }
    .egeszsegPenztar span {
        font-size: 1rem;
    }
}
@media (max-width: 900px) {
    section#header {
        height: auto;
    }
    section#header a.logo {
        display: block;
        text-align: center;
    }
    section#header img {
        float: none;
        clear: both;
        display: inline-block;
        margin: auto;
        text-align: center;
        max-width: 50%;
    }
    section#header div.floatRight {
        float: none;
        clear: both;
        display: block;
        text-align: center;
        margin: auto;
    }
}
@media (max-width: 850px) {
    section#mainCont {
        padding: 0 0;
    }
    section#top-slider {
        margin-left: 10px;
    }
    section.box {
        padding: 30px 40px;
    }
    div#content-left {
        padding-right: 0;
        width: 100%;
        float: none;
        clear: both;
    }
    div#content-right {
        padding-left: 0;
        width: 100%;
        float: none;
        clear: both;
    }
    footer div.column.thirty, footer div.column.thirtyPlusFive, footer div.column.thirty div, footer div.column.thirtyPlusFive div {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        margin: 0;
    }
    footer div.column.thirtyPlusFive {
        margin-top: 10px;
    }
    footer .contact-last i {
        display: block;
        margin-bottom: 10px;
    }
    .grey-box .obliqueBlock {
        font-size: 37px;
        padding-top: 10px;
    }
    .egeszsegPenztar {
        font-size: 2.18rem;
        margin-top: 30px;
        left: 30%;
        line-height: 0.8;
    }
    .egeszsegPenztar span {
        font-size: 1.2rem;
    }
}
@media (max-width: 800px) {
}
@media (max-width: 775px) {
}
@media (max-width: 700px) {
}
@media (max-width: 660px) {
}
@media (max-width: 600px) {
    .egeszsegPenztar {
        font-size: 2.18rem;
        margin-top: 30px;
        left: 15%;
        line-height: 0.8;
    }
    .egeszsegPenztar span {
        font-size: 1.2rem;
    }
}
@media (max-width: 560px) {
    section#header div.floatRight {
        font-size: 0.8rem;
    }
}
@media (max-width: 480px) {
    .grey-box .obliqueBlock {
        font-size: 30px;
        padding-top: 10px;
    }
    .egeszsegPenztar {
        font-size: 2.18rem;
        margin-top: 30px;
        left: 5%;
        line-height: 0.8;
    }
    .egeszsegPenztar span {
        font-size: 1.2rem;
    }
}