*{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
}
body{
	background-color:#ffffff;
	color:#36648A;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"PT Sans",sans-serif;
	background-position:top center;
	background-size:auto auto;
	background-repeat:no-repeat;
	background-image:url(../../../../images/bg.png);
}
a, a:visited{
	text-decoration:none;
	color:#36648A;
}
a:hover, a:active, a:focus{
	color:#000000;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	background-position:top center;
	background-repeat:repeat;
}
#wrapper{
	width:100%;
	height:100%;
}
#wrapper_content{
	width:100%;
	max-width:1040px;
	margin:auto;
	background-color:#ffffff;
}
#content{
	min-height:500px;
	padding:15px;
}
#footer_wrapper{
	width:100%;
	background-color:transparent;
	height:auto;
}
#footer{
	max-width:1040px;
	width:100%;
	margin:auto;
}
#footer_content{
	padding:15px;
	text-align:center;
	font-size:72%;
	color:#666666;
}
#footer_content a, #footer_content a:visited{
	color:#666666;
	padding:5px;
	display:inline-block;
}
#footer_content a:focus, #footer_content a:hover, #footer_content a:active{
	color:white;
	background-color:black;
}
#banner_wrapper{
	width:100%;
}
#banner{
	max-width:1040px;
	width:100%;
	margin:auto;
	height:auto;
	min-height:50px;
	background-color:#ffffff;
}
#banner_content{
	padding:15px;
}
.title{
	font-size:250%;
	margin:10px 17px;
}
.txt{
	font-size:110%;
	margin:0px 17px;
}
.txt img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	text-align:center;
}
.banner_logo{
	display:inline-block;
	float:left;
	width:39%;
	height:auto;
}
.banner_logo img{
	width:100%;
	height:100%;
	max-width:100%;
	max-width:100%;
}
.banner_menu{
	margin-top:2%;
	display:inline-block;
	float:right;
	width:60%;
	height:auto;
	text-align:right;
	border-bottom:thin solid #67A5C8;
}
.banner_menu a, .banner_menu a:visited{
	margin:0px 15px;
	display:inline-block;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:72%;
}
.banner_menu a:hover, .banner_menu a:active, .banner_menu a:focus{
	color:white;
	background-color:#67A5C8;
}
.banner_search{
	display:inline-block;
	float:right;
	margin-top:1%;
}
.banner_search input[type="text"]{
	padding:6px;
	color:#999999;
	background-color:#eeeeee;
	border:0;
}
.banner_search input[type="text"]:hover, .banner_search input[type="text"]:active, .banner_search input[type="text"]:focus{
	color:#333333;
	background-color:#cccccc;
}
.banner_search input[type="submit"]{
	padding:6px;
	color:#ffffff;
	background-color:#649ED0;
	border:0;
	margin-left:-5px;
}
.banner_search input[type="submit"]:hover, .banner_search input[type="submit"]:active, .banner_search input[type="submit"]:focus{
	background-color:#FFB220;
	cursor:pointer
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="telephone"], .contact_form textarea{
	color:#999999;
	background-color:#fefefe;
	border:none;
	width:50%;
	padding:3px;
	border:2px solid #cccccc;
	margin:3px;
}
.contact_form textarea{height:10vw;min-height:100px;}
.menu_wrapper{
	max-width:1040px;
	width:100%;
	margin:auto;
	height:auto;
	background-color:#ffffff;
}
.menu{
	display:block;
	margin-left:33px;
}
.menu a, .menu a:visited{
	background-color:#67A5C8;
	color:#ffffff;
	padding:10px;
	font-size:106%;
	display:inline-block;
	width:auto;
	margin-right:5px;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background-color:rgb(255,178,32);
}
.content_left{
	width:20%;
	max-width:200px;
	float:left;
}
.content_right{
	width:80%;
	float:right;
}
.sidemenu a, .sidemenu a:visited{
	background-color:#67A5C8;
	color:#ffffff;
	padding:10px;
	font-size:106%;
	display:block;
	width:auto;
	margin-bottom:5px;
}
.sidemenu a:hover, .sidemenu a:active, .sidemenu a:focus{
	background-color:rgb(255,178,32);
}
.menu_hover{
	border-bottom:5px solid rgb(255,178,32);
}
.content_img{
	text-align:center;
	margin-right:10px;
	margin-left:5px;
}
.content_img img{
	max-width:100%;
	max-height:100%;
	width:100%;
	height:100%;
	border:thin solid #c0c0c0;
}
.contact-image{
	width: 15px;
	margin-right: 3px;
}

@media screen and (max-width: 1500px) {
  .seoright{
    display:none;
  }
}
@media screen and (max-width: 1000px) {
	body{background-color:white;background-image:none;}
  .menu{
	  margin:0% 4%;
  }
  .menu_wrapper .menu a, .menu_wrapper .menu a:visited{
	  display:inline-block;
	  width:47%;
	  padding:1%;
	  margin:2px;
	  vertical-align:top;
  }
}
@media screen and (max-width: 800px) {
  .banner_logo{
    display:block;
	float:initial;
	width:90%;
	margin-left:5%;
	text-align:center;
  }
  .banner_logo img{
	  max-width:80%;
	  max-height:auto;
  }
  .banner_menu{
	  display:block;
	  float:initial;
	  width:100%;
	  text-align:center;
  }
  .banner_menu a, .banner_menu a:visited{
	  padding:10px;
	  font-size:80%;
	  vertical-align:top;
  }
  .banner_search{
	  display:block;
	  float:initial;
	  text-align:center;
	  margin-top:10px;
  }
  .banner_search input[type="text"]{
	  width:76%;
	  padding:2%;
	  font-size:100%;
  }
  .banner_search input[type="submit"]{
	  width:11%;
	  padding:2%;
	  text-align:center;
	  font-size:100%;
  }
  .g-slider{
	  top:5px !important;
  }
  .content_left{
	  width:100%;
	  max-width:100%;
	  float:initial;
  }
  .content_right{
	  width:100%;
	  max-width:100%;
	  float:initial;
  }
  .sidemenu a, .sidemenu a:visited{
	  display:inline-block;
	  width:46.5%;
	  padding:1%;
	  margin:2px;
	  vertical-align:top;
  }
  .sidemenu{
	  margin:0% 1%;
  }
  .txt{
	  margin:0% 1%;
  }
  .title{
	  margin:1%;
  }
  #content_shadow{
	  max-width:100%;
	  max-height:auto;
  }
  .txt form input, .txt form textarea{padding:10px !important;font-size:110%;color:black !important;width:80% !important;}
  .txt form input[type="checkbox"]{padding:10px !important;width:auto !important;}
  .szolgaltatasaink_left{display:none;}
  #footer_content, #footer_content *{font-size:100% !important;}
  #footer_content img{display:block;}
}
@media screen and (max-width: 550px) {
  .menu_wrapper .menu a, .menu_wrapper .menu a:visited{
	  display:block;
	  margin:2px;
	  padding:10px;
	  width:auto;
  }
  .sidemenu a, .sidemenu a:visited{
	  display:block;
	  margin:2px;
	  padding:10px;
	  width:auto;
  }
}
@media screen and (max-width: 500px) {
  .banner_logo img{
	  max-width:90%;
  }
  .banner_menu{
	  border-bottom:initial;
  }
  .banner_menu a, .banner_menu a:visited{
	  display:block;
	  padding:10px;
	  font-size:100%;
	  border-bottom:thin solid #67A5C8;
  }
}



/* Third Party */
/*-----------------------------------------
---------------harmónia--------------------
------------------------------------------*/

.fb-slider {
      top: 100px; /* atirando */
  	width: 280px;
  }

  .g-slider {
      top: 150px; /* atirando */
  }

  .t-slider {
      top: 200px; /* atirando */
  	width: 280px;
  }

  .p-slider {
      top: 150px; /* atirando */
  }

  .y-slider {
      top: 300px; /* atirando */
  	padding: 3px;
  }

  .b-slider {
      top: 350px; /* atirando */
  }

  .fl-slider {
      top: 400px; /* atirando */
  }

  .fb-page-plugin-container,
  .g-page-plugin-container,
  .t-page-plugin-container,
  .p-page-plugin-container,
  .y-page-plugin-container,
  .b-page-plugin-container,
  .fl-page-plugin-container
  {
    position: fixed;
    right: 0;
    transform: translate3D(100%,0,0);
    -moz-transform: translate3D(100%,0,0);
    -webkit-transform: translate3D(100%,0,0);
    -o-transform: translate3D(100%,0,0);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    background: #fff;
    border-radius: 5px;
  }

  @media only screen and (min-width: 0px) and (max-width: 400px) {
      .fb-slider, .g-slider, .t-slider, .p-slider, .y-slider, .b-slider, .fl-slider { display: none !important; }
  }

  .fb-page-plugin-container { border: 5px solid #3A5897;z-index:99999; }
  .g-page-plugin-container { border: 5px solid #D5422D;z-index:99999; }
  .t-page-plugin-container { border: 5px solid #33CCFF;z-index:99999; }
  .p-page-plugin-container { border: 5px solid #CB2027;z-index:99999; }
  .y-page-plugin-container { border: 5px solid #9B9B9B;z-index:999999; }
  .b-page-plugin-container { border: 5px solid #FF8D33;z-index:999999; }
  .fl-page-plugin-container { border: 5px solid #D3D3D3;z-index:999999; }

  .fb-page-plugin-container:hover,
  .g-page-plugin-container:hover,
  .t-page-plugin-container:hover,
  .p-page-plugin-container:hover,
  .y-page-plugin-container:hover,
  .b-page-plugin-container:hover,
  .fl-page-plugin-container:hover
  {
    transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    z-index:999999999;
  }

  .fb-page-plugin-label,
  .g-page-plugin-label,
  .t-page-plugin-label,
  .p-page-plugin-label,
  .y-page-plugin-label,
  .b-page-plugin-label,
  .fl-page-plugin-label
  {
    position: relative;
    right: 100%;
    height: 100%;
  }

  .fb-page-plugin-label img,
  .g-page-plugin-label img,
  .t-page-plugin-label img,
  .p-page-plugin-label img,
  .y-page-plugin-label img,
  .b-page-plugin-label img,
  .fl-page-plugin-label img
  {
  	width: 35px;
  	right:5px;
  	position: absolute;
  }