@media all and (max-width:1220px) {
	.moduletable.fomenu ul.menu > li > a, .moduletable.fomenu ul.menu > li > span {
		margin: 0 15px;
	}
	body.fixedMenu .moduletable.fomenu ul.menu > li > a, body.fixedMenu .moduletable.fomenu ul.menu > li > span {
		margin: 0 19px;
	}
}

@media all and (max-width:1200px) {
	.moduletable.shop ul li a .img-wrap img {
		width: 235px;
	}
	.moduletable.fomenu ul.menu > li > a, .moduletable.fomenu ul.menu > li > span {
		margin: 0 10px;
	}
	.footer-top .moduletable {
		padding: 0 15px;
	}
}

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

	select {
		-webkit-appearance:none;
	}

  #content-side,
  .img-slider-wrap,
  .moduletable.nevnap {
    display: none;
  }
  
  .hasContentSide #content {
		margin: 0;
		padding: 10px 0;
	}
  
  header {
    padding: 20px;
    text-align: center;
  }

  body.fooldal .content {
    padding-top: 0;
  }
  
  .moduletable.footer_menu, .moduletable.keszitette, .moduletable.minden_jog {
    text-align: center;
    width: 100% !important;
  }
  
  .logo-wrap {
    border: 0 none;
    display: inline-block;
    max-width: 300px;
    padding-right: 0;
    text-align: center;
    width: 100%;
    float: none;
  }
  
  .header-a-b-wrap {
    padding: 10px;
    text-align: center;
    clear: both;
  }
  .header-a-wrap, .header-b-wrap {
    text-align: center;
  }
  
  .breadcrumb {
    padding: 10px;
  }

  body.visibleMenu {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;*/
  }
  .resp_menu-wrap .moduletable.logo {
    padding-bottom: 20px;
  }
  .resp_menu-wrap .moduletable.logo a {
    display: inline-block;
  }
  .resp_menu-wrap .moduletable.logo a img {
    width: 100%;
    max-width: 100%;
  }
  .resp_menu_button-wrap {
    display: block;
  }
  .resp_menu_button-wrap button {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
		border: 2px solid #fff !important;
		color: #fff;
		height: auto !important;
		line-height: 40px !important;
		margin-bottom: -10px;
		margin-top: 25px;
		padding: 0 20px;
		text-transform: uppercase;
	}
  .resp_menu_button-wrap button:hover {
    background: #fff !important;
		color: #000 !important;
  }
  .resp_menu-wrap {
    display: none;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .resp_menu-scroll {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 73%;
  }
  .resp_menu-inner {
    padding: 20px;
  }
  .resp_menu-inner .moduletable.logo {
    max-width: 300px;
  }
  .resp_menu-close {
    background: #fff none repeat scroll 0 0;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    cursor: pointer;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    position: absolute;
    left: 73%;
    text-align: left;
    text-indent: 5px;
    top: 50%;
    width: 40px;
  }
  .moduletable.resp_menu ul li a, .moduletable.resp_menu ul li span {
    border-bottom: 1px solid #d6d6d6;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 110%;
    height: auto;
    line-height: 100%;
    padding: 10px 0px;
    width: 100%;
    transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
  }
  .moduletable.resp_menu ul li a:hover, .moduletable.resp_menu ul li span:hover, .moduletable.resp_menu ul li.active:not(.deeper) > a, .moduletable.resp_menu ul li.active:not(.deeper) > span {
		background: #000 none repeat scroll 0 0;
		color: #fff;
		text-decoration: none;
		padding-left: 10px;
	}
  .moduletable.resp_menu ul.nav > li > a:hover, .moduletable.resp_menu ul.nav > li > span:hover {
    padding-left: 10px;
    padding-right: 10px;
    transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
  }
  .moduletable.resp_menu ul li.deeper > a::after, .moduletable.resp_menu ul li.deeper > span::after {
    content: "\e614";
    display: inline-block;
    font-family: icomoon;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
  }
  .moduletable.resp_menu ul li.deeper > a:after, .moduletable.resp_menu ul li.deeper > span:after {
  }
  .moduletable.resp_menu ul li.deeper.active > a:after, .moduletable.resp_menu ul li.deeper.active > span:after {
    content: "\e617";
  }
  .moduletable.resp_menu ul.nav > li:nth-last-of-type(1) a, .moduletable.resp_menu ul.nav > li:nth-last-of-type(1) span {
    border: 0;
  }
  .moduletable.resp_menu ul.nav li.deeper:not(.active) ul {
    display: none;
  }
  .moduletable.resp_menu ul li.deeper ul li a, .moduletable.resp_menu ul li.deeper ul li span {
    padding-left: 15px;
  }
  .moduletable.resp_menu ul li.deeper ul li.deeper ul li a, .moduletable.resp_menu ul li.deeper ul li.deeper ul li span {
    padding-left: 30px;
  }

  .navigation {
    display: none;
  }
  
  .footer-bottom {
    padding: 10px;
  }
	
	.moduletable.logo_footer {
		display: none;
	}
	.footer-top .moduletable:nth-last-of-type(2) {
		border-right: 0;
		padding-right: 0;
	}

}

@media all and (max-width:960px){  
	.moduletable:not(.elerhetosegek):not(.follow):not(.newsletter) .moduletable-inner > h3, .page-header h1, body.view-contact #content h3, div.jshop h1, legend, .accordion-heading {
		font-size: 170%;
	}
	.moduletable:not(.elerhetosegek):not(.follow):not(.newsletter) .moduletable-inner > h3::after, .page-header h1::after, body.view-contact #content h3::after, div.jshop h1::after, legend::after, .accordion-heading::after {
		display: none;
	}
	.moduletable.bemutatkozas .left-side {
		background-size: cover;
		display: block;
		padding-top: 75%;
		width: 100%;
	}
	.moduletable.bemutatkozas .right-side {
		display: block;
		width: 100%;
	}
	.moduletable.wellness .left-side {
		display: block;
		width: 100%;
	}
	.moduletable.wellness .left-side p {
		display: none;
	}
	.moduletable.wellness .right-side {
		background-size: cover;
		display: block;
		padding-top: 44%;
		width: 100%;
	}
	.moduletable.clients .sides-wrap {
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.moduletable.clients .left-side {
		display: none;
	}
	.moduletable.clients .right-side {
		display: block;
		width: 100%;
	}
	.moduletable.shop ul li {
		margin-bottom: 25px;
	}
	.moduletable.gyorskapcsolat {
		background-position: center center !important;
	}
	.gyorskapcsolat-wrap .left-side {
		width: 40%;
	}
	.gyorskapcsolat-wrap .right-side {
		width: 60%;
	}
}

@media all and (max-width:790px){
	.footer-top .moduletable:not(.logo_footer) {
		border: 0 none !important;
		display: block;
		padding: 0 !important;
		width: 100%;
	}
	.footer-top .moduletable:not(:nth-last-of-type(2)) {
		border-bottom: 1px solid #b6b6b6 !important;
		margin-bottom: 20px;
		padding-bottom: 20px !important;
	}
}
  
@media all and (max-width:768px){  
	body.fixedMenu {
		padding-top: 98px;
	}
	body.fixedMenu header {
		left: 0;
		padding: 7px 0;
		position: fixed;
		top: 0;
		width: 100%;
	}
	body.fixedMenu header .logo-wrap {
		max-width: 100%;
		margin-bottom: -24px;
	}
	body.fixedMenu header .logo-wrap p {
		display: block;
		float: left;
		width: 100px;
	}
	body.fixedMenu header .logo-wrap .resp_menu_button-wrap {
		display: inline-block;
		float: right;
		margin-top: 14px;
		vertical-align: middle;
	}
	body.fixedMenu header .resp_menu_button-wrap button {
		margin: 0;
	}
	
	
  table.breakpoint-768 tr th {
    display: none;
  }
  table.breakpoint-768 tr td {
    display: block;
    margin: -1px 0;
    max-width: 100% !important;
    padding: 10px !important;
    width: 100%;
  }
  table.breakpoint-768 tr td[data-title]:before {
    content: attr(data-title)":";
    font-weight: bold;
    margin-right: 5px;
  }
  .search fieldset label {
    width: 49%;
    margin: 0 !important;
  }
}

@media all and (max-width:630px){
  #contact-form .left-side, #contact-form .right-side {
    width: 100%;
  }
  #contact-form .right-side {
    padding-left: 0;
    padding-top: 15px;
  }
	.gyorskapcsolat-wrap .left-side {
		width: 100%;
	}
	.gyorskapcsolat-wrap .right-side {
		width: 100%;
		padding: 0;
	}
}

@media all and (max-width:590px){
	.items-row {
		padding-left: 0;
		padding-right: 0;
	}
  .items-row .left-side, .items-row .right-side {
    width: 100%;
  }
	.items-row .item-image::before {
		bottom: -11px;
		left: 25px;
		right: auto;
		top: auto;
		transform: rotate(90deg);
	}
  .items-row .item-header {
    height: auto;
    padding: 10px 0;
  }
  .items-row .introtext {
    height: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .tag-category .filters {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #d6d7d8;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px;
  }
  .search #searchForm .searchintro {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .search #searchForm .btn-toolbar {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .search #searchForm .btn-toolbar > * {
    float: none !important;
    vertical-align: middle;
  }
  .contact-address > div {
    width: 100%;
  }
}

@media all and (max-width:480px){
  
  .control-group .control-label, .control-group .controls {
    width: 100% !important;
    text-align: left;
  }
  .control-group .controls input:not([type="radio"]), .control-group .controls .chzn-container {
    width: 100% !important;
  }
  
  .user-profile dt, .user-profile dd {
    width: 100%;
    text-align: center;
    padding: 3px;
  }
  
  .login .control-group:not(.remember_me) .control-label, .login .control-group:not(.remember_me) .controls {
    width: 100%;
    text-align: center !important;
  }
  .login .control-group.remember_me, .login .control-group.button-group {
    padding-left: 0;
    text-align: center;
  }
  .login + div .nav li {
    width: 100%;
  }
  
  
  .remind .control-group .osolCaptchaBlock, .reset .control-group .osolCaptchaBlock, .registration .control-group .osolCaptchaBlock {
    width: 250px;
  }
  .remind .control-group-wrap, .reset .control-group-wrap {
    width: 100%;
  }
  
  
  .registration .control-group:not(:nth-of-type(1)) .control-label, .registration .control-group:not(:nth-of-type(1)) .controls {
    width: 100%;
  }
  
  .search fieldset label {
    width: 100%;
  }
  .search #searchForm .btn-toolbar input {
    width: 150px;
  }
  
  
  .items-row .readmore-wrap {
    line-height: 120%;
    padding: 5px;
    text-align: center;
  }
  .items-row .readmore {
    float: none;
  }
  .items-row .readmore-wrap > * {
    padding: 5px;
  }
	
	.vsig_ctrl_right {
		font-size: 0;
	}
	.vsig_ctrl_right .btn {
		font-size: 16px !important;
		margin: 0 5px;
	}

}
@media all and (max-width:400px){
  
	table.acymailing_form {
		width: 100%;
	}
  .moduletable.newsletter table tr, .moduletable.newsletter table tr td {
		display: block;
		width: 100%;
	}
	.moduletable.newsletter table tr td .inputbox {
		margin-bottom: 15px;
		margin-right: 0;
		width: 100% !important;
	}

}