/*   
 * Template Name: HVA
 * Version: 1.0
 * Author: zgabor
*/
/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-family: sans-serif, 'open sans', arial;  
  color: #666666;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*background: url('../images/hatter_jo_2.jpg') repeat-y bottom;*/
  /*background-size: 100% 100%;*/
  /*background: url('../images/hatter_jo2.jpg') no-repeat bottom;*/
  
  /*    background-image: url('../images/hatter_jo2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif, 'open sans', arial;
  font-weight: 300;
}

a {
  font-weight: bold;
  color: #C27EE5; /*#0000ff;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #666666;
}
a:focus {
  text-decoration: none;
}

.hatter {
    background-image: url('../images/hatter_jo2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
    background-attachment: fixed;*/
    
}

#container{
	/*max-width:1055px;*/
	text-align:center;
	margin:auto;
	padding-top:20px;
    /*background: url('../images/hatter1.jpg') no-repeat fixed top, url('../images/hatter2.jpg') repeat fixed center;*/
    /*background: url('../images/hatter.jpg') no-repeat fixed top;*/
    /*background: url('../images/hatter_jo_1.jpg') no-repeat top; */ 


}

.clearfix:after{
	content:" ";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}

.centered{
	margin:0 auto;
}

.btn-info {
    margin-top: 6px;
    color: #ffffff
}

.custom {
    margin-top: 7px;
    color: #666666;
    border-color: #666666;
    /*background: #0000ff;*/
      background: -webkit-linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8 70%, #f0f0f0, #d0d0d0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8  70%, #f0f0f0, #d0d0d0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8  70%, #f0f0f0, #d0d0d0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8  70%, #f0f0f0, #d0d0d0 ); /* Standard syntax (must be last) */  
}

.custom2 {
    
    width: 100px !important;
}

.btn-primary:hover {
    color: #fff;
    /*background-color: #C27EE5;*/
    /*border-color: #663399;*/
    background: -webkit-linear-gradient(#B360DF, #C27EE5 70%, #B360DF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B360DF, #C27EE5 70%, #B360DF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B360DF, #C27EE5 70%, #B360DF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B360DF, #C27EE5 70%, #B360DF); /* Standard syntax (must be last) */    
}

.form-control:focus {
  border-color: #C27EE5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 102, 204, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 102, 204, .6);
}

.cookie{
    background-color:#000000;
}

.cookie2{
    z-index: 999999;
    top:auto;
    font-family:'open sans','helvetica neue',helvetica,arial,sans-serif;
    position:fixed;
    bottom:0;
    background:#000;
    padding: 10px;
    opacity:0.85;
    border-top:1px solid;
}

.pagination > li > a {
  color: #C27EE5;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { 
  background-color: #C27EE5; /*#007D71;*/
  border-color: #E0EEEE;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { 
  background-color: #C27EE5; /*#eef3f8;*/
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-top: 30px;
  
  /*border-bottom: 1px solid #e8e8e8;*/
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
  color: #C27EE5; /*#0000ff; #6699ff;*/
  font-weight: 600;
  margin-bottom: 30px;
}
.page-wrapper .breadcrumbs {
  /*display: inline-block;*/
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #6699ff;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #365d7e;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #007D71;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #007D71;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #6091ba;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #6091ba;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}

/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}

.date-label {
  background: #C27EE5; /*#0000ff; #f5f5f5;*/
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #C27EE5; /*#0000ff; #027C71;*/
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}

.box {
  /*background: #f5f5f5;*/
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  	/*border-radius: 15px;
    border: 2px solid #666666;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;  */
}
.box.box-border {
  /*border-left: 5px solid #0000ff*/ /*#007D71;*/
}
.box.box-dark {
  background: #027C71;
  color: #fff;
}
.box.box-theme {
  background: #6091ba;
  color: #fff;
}
.box .date-label {
  background: #fff;
}

/*----------------------------------------------------------------------------
Header
----------------------------------------------------------------------------*/
header a{
	border:none;
	text-decoration:none;
}
header{
	min-height:150px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    /*background: #eee;*/
}
#headerlink{
	float:left;
}
#logo{
    position: absolute;
    float:left;
	/*margin:5px 0 5px 5px;*/
	vertical-align:top;
}
.logo {
    max-height: 150px;
    max-width: 150px;    
}

#logolink {
    max-height: 130px;
    max-width: 130px;
    
} 

.logolink {
    height: 130px;
    width: 130px;
    
} 

.sitename {
    background-image: url('../images/425x130.png');
    width: 425px;
    height: 130px;
    background-size:100% auto;
    margin:  0 auto;
    /*font-size:3em;
	color: #666666; /*#0000ff;*/
	/*line-height:50px;
    /*padding-left: 120px;*/
    /*margin-left: -10px;*/
    /*text-align: center;
    font-weight: bold;
    /*text-shadow: 0px 5px 3px #000000; */
    /*font-family: myFirstFont;
    src: url(amherst.ttf);*/
}

.sitename .fist-letter {
    font-size: 1.4em;
}

#langauge1 {

}

#newsletter {
    display: block;
}

#newsletter2 {
    display: none;
}

.language1 { 
    float:right;    
    padding-right: 10px; 
    padding-top: 10px; 
    height: 100px;
    vertical-align:top; 
}

.banknumber {
    font-size:1.2em;
    color: #666666;
    vertical-align: middle; 
    text-align: center;
    text-shadow: 0px 5px 3px #dddddd; 
    margin-top: 5px;
}

/*nav {
    position: absolute;
    top: 70px;
    left: 10%;
   
}*/

/*.nav {
    font-size:1.2em;
	text-transform:uppercase;
    font-weight: 600;
}*/

.main-nav {
  /*background: #027C71;*/
  /*margin-bottom: 30px;*/  
  /*margin-top: 90px;*/
}

.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}

/*.main-nav .navbar-toggle {
  background-color: #6699ff; 
  top: 52px;
  float: right; 
  width: 50px;
  height: 50px;
}

.main-nav button .icon-bar {
  background-color: #fff;
}*/
.main-nav .navbar-collapse {
  font-size:1em;  
    background: -webkit-linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8 70%, #f0f0f0, #d0d0d0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8  70%, #f0f0f0, #d0d0d0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8  70%, #f0f0f0, #d0d0d0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d0d0d0, #f0f0f0, #f8f8f8  70%, #f0f0f0, #d0d0d0 ); /* Standard syntax (must be last) */  
  /*background-color: #0000ff;  */
  /*padding-left: 5%;
  padding-right: 10%;*/ 
  /*float: right;*/
  /*margin-right: 25px;*/
  /*max-width: 1024px;*/
    margin-top: 40px;
}
.main-nav .nav .nav-item {
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #666666; /*#6699ff;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #C27EE5; /*#0000aa; /*#99ccff;*/
  color: #fff; /*#000;*/
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #1E201D;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #C27EE5; /*#0000aa; #99ccff;*/
  color: #fff; /*#000;*/
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 225px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #201A1C;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #B360DF;  /*#6699ff;/*#*/
  color: #f0f0f0;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
.main-nav .nav .nav-item .dropdown-submenu:hover > .dropdown-menu {
  display: block;
} 


.f-header { 
 z-index: 9999;
 position: fixed;
 top: 0;
 /*min-height:100px;*/
 /*margin: 0 5px 10px 5px;*/
 /*width: 100%;*/
}



.f-nav {
    opacity: 0.9;
 z-index: 9999;
 position: fixed;
 top: 0;
 /*min-height:100px;*/
 font-size:1.4em;
 text-transform:uppercase;
 font-weight:600; 
 margin:0 auto;
 background-color: #eee; /*#eee;*/
  display: box;                   /* As specified */
  display: -moz-box;              /* Mozilla */
  display: -webkit-box;           /* WebKit */ 
   /* Align children to the horizontal center of this box */
  box-align: center;              /* As specified */
  -moz-box-align: center;         /* Mozilla */
  -webkit-box-align: center;      /* WebKit */
 } /* this make our menu fixed top */

.f-nav2 { 
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:600;
	/*display:inline-block;
	float:right;
	margin-right:20px;
	margin-left:330px;*/
	/*margin-top:40px;*/
    /*margin-top:0px;*/
 }

#nav a{
	color:#202020;
}

.breadcrumb {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -25px;
    margin-bottom: 5px;
    text-align: left; 
    font-size: 1.3em; 
    background-color: #F8F8F8;  
}

#info {
    display: none;
	/*min-height:50px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);*/
}   

#info1 {
    display: none;
}    
 

#info2 {
    display: block;
} 
    
#info3 {
    display: none;
}

/*----------------------------------------------------------------------------
Main
----------------------------------------------------------------------------*/
  
  #sidebarLeft {
  /*margin-left: 15px;*/
  margin-bottom: 20px;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  }
  
  #sidebarLeft1 {
  /*margin-left: 15px;*/
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  }

  #sidebarLeft2 {
  /*margin-left: 15px;*/
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  }  
  
  #sidebarRight {
  /*margin-right: 15px;*/
  margin-bottom: 20px;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  }

  #sidebarRight1 {
  /*margin-right: 15px;*/
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  }
  
  #sidebarRight2 {
  /*margin-right: 15px;*/
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  }  

  #main {
  /*margin-left: 26px;
  margin-right: 27px; */ 
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  }
  
/*----------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------*/
/* ======= Footer ======= */
.footer {
  background: #333333;
  color: #fff;
}
.footer p {
  color: #dcdcdc;
  margin-bottom: 2px;
  text-align: left;
}
.footer ul {
  padding-left: 0;
  text-align: left;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
}

.footer img {
  margin-left: 10px;
}

.footer a {
  color: #dddddd;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer a:hover {
  text-decoration: none;
  color: #C27EE5;
}
.footer a:focus {
  text-decoration: none;
}

.footer .footer-content {
  padding: 20px 0;
  font-size: 12px;
  min-height: 110px;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 10px 10px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #FFFFFF;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 5px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #dcdcdc;
}
.footer .footer-content .footer-col a:hover {
  color: #C27EE5;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}

.footer .bottom-bar {
  background: #151515;
  padding: 5px 0;
  text-align: left;
}
.footer .bottom-bar .copyright {
  font-size: 12px;
  color: #dcdcdc;
  line-height: 2;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #DBE7E7;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #6091ba;
}


/*----------------------------768px - 992px--------------------------------*/
@media (min-width:768px) and (max-width:992px) {
    
.sitename {
    background-image: url('../images/380x70.png');
    width: 380px;
    height: 70px;
    background-size:100% auto;
    margin:  0 auto;
    
    /*font-size:2em;
	color: #666666; /*#0000ff;*/
    /*font-weight: bold;
	line-height:25px;
    padding-top: 10px;
    margin-left: 120px;
    text-align: center;
    /*text-shadow: 0px 5px 3px #000000; */
    /*vertical-align: middle;*/
}

header{
	min-height:150px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    /*background: #eee;*/
}

nav {
    font-size: 0.65em;
    /*position: absolute;
    top: 110px;*/
    /*left: 15%;*/
    /*width: 97%;
    max-width: 992px;*/
}


#info3 {
    display: block;
	/*min-height:50px;
	margin:0 15px 10px 15px;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#newsletter {
    display: none;
}

#newsletter2 {
    display: block;
}

#footer-menu {
    display: none;
}

}


/*----------------------------992px - 1200px--------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
    
/*.container {
    max-width:1055px;
    margin-left: 0px;
    margin-right: 0px; 
}*/

/*.row2 {
    margin-left: 0px;
    margin-right: -50px; 
}*/

header{
	min-height:150px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    /*background: #eee;*/
}

nav {
    /*position: absolute;*/
    top: 70px;
    left: 10%;
    
}

.sitename {
    background-image: url('../images/340x100.png');
    width: 340px;
    height: 100px;
    background-size:100% auto;
    margin:  0 auto;
}

#sidebarLeft {
    /*margin-left: 0px;*/
    margin-right: 20px;
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}
  
#sidebarLeft1 {
    /*margin-left: 0px;
    margin-right: 20px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarLeft2 {
    /*margin-left: 0px;
    margin-right: 20px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight {
    /*margin-right:7px;*/
    margin-left: 20px;
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarRight1 {
    /*margin-right:7px;
    margin-left: 20px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight2 {
    /*margin-right:7px;
    margin-left: 20px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#main {
    margin-left: 20px;
    margin-right: 20px; 
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.main-nav .navbar-collapse {
  font-size:0.8em;  
  /*background-color: #ff0000; */
  /*padding-left: 5%;*/
  /*padding-right: 10%; 
  float: right;
  margin-right: 10%;*/
  /*max-width: 900px;*/
}


}



/*----------------------------1200px - 1900px--------------------------------*/
@media (min-width:1200px) and (max-width:2200px) {
    
/*.container {
    max-width:992px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px; 
}*/

/*.row {
    max-width:992px;
    margin-left: 0px;
    margin-right: 0px;
}*/


/*nav {
    position: absolute;
    top: 70px;
    left: 22%;
   
}*/

.sitename {  
    /*font-size:2.5em;
	color: #666666; /*#0000ff;*/
    /*font-weight: bold;
	line-height:50px;
    /*padding-left: 120px;*/
    /*margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    /*text-shadow: 0px 5px 3px #000000; */
    /*vertical-align: middle;*/
}


#sidebarLeft {
    /*margin-left: 15px;*/
    margin-right: 2%;
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarLeft1 {
    /*margin-left: 15px;
    margin-right: 2%;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarLeft2 {
    /*margin-left: 15px;
    margin-right: 2%;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight {
    /*margin-right:-15px;*/
    margin-left: 2%;
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarRight1 {
    /*margin-right:-15px;
    margin-left: 2%;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight2 {
    /*margin-right:-15px;
    margin-left: 2%;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#main {
    margin-left: 2%;
    margin-right: 2%;  
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.main-nav .navbar-collapse {
  margin-top: 20px;
}

}

/*----------------------------Mobile Version--------------------------------*/
@media (min-width:480px) and (max-width:765px) {

.sitename {
    background-image: url('../images/380x70.png');
    width: 380px;
    height: 70px;
    background-size:100% auto;
    /*margin:  10px auto;*/  
    /*margin-left: 100px;*/
    /*font-size:1.5em;
	color: #666666; /*#0000ff;*/
    /*font-weight: bold;
	line-height:25px;
    padding-top: 10px;
    margin-left: 120px;
    text-align: left;*/
    /*text-shadow: 0px 5px 3px #000000; */
    /*vertical-align: middle;*/
}    

#language1 {
    display: none;
}

#language2 {
    display: block;
    padding-top: 5px; 
    
}

.language2 {
    
}

#newsletter {
    display: none;
}

#newsletter2 {
    display: block;
}

#footer-menu {
    display: none;
}

.menu {
    position: relative;
    float: right;
    top: -44px;
    right: 1px;
}

#info {    
    display: none;
} 

#info1 {
    display: block;
	/*min-height:50px;
	margin:0 15px 10px 15px;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#info1 img {
    width: 50px;
    padding-top: 10px;
    padding-left: 5px;
}

#info2 {
    /*display: none;*/
    display: block;
	min-height:50px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
}

#info3 {
    display: block;
	/*min-height:150px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarLeft {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarLeft1 {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarLeft2 {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight {
    /*margin-right: 15px;
    margin-left: 15px;*/
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarRight1 {
    /*margin-right: 15px;
    margin-left: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight2 {
    /*margin-right: 15px;
    margin-left: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#main {
    /*margin-left: 15px;
    margin-right: 15px;  */
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.main-nav {
      /*background-color: rgba(255, 255, 255, 0.7); */ 
  /*background: #0000ff;*/
  /*margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;*/
  /*margin-top: 15px;*/
}

.main-nav .navbar-toggle {
  background-color: #C27EE5; /*#0000ff; #6699ff;*/ 
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin-top: 40px;
}

.main-nav button .icon-bar {
  background-color: #fff;
  width: 30px;
}

/*-------------------------------------------------------------*/

.main-nav .navbar-collapse {
  /*padding: 0;*/
  float: none;
  margin-right: 0px;  
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #666666 /*#6699ff;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #C27EE5;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #1E201D;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #C27EE5; /*#0000ff; #99ccff;*/
  color: #fff; /*#000;*/
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  text-align: center; /*középre rakja a szöveget a lenyíló menüben*/ 
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #C27EE5;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #B360DF   ; /*#6699ff;/*#*/
  color: #f0f0f0;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
.main-nav .nav .nav-item .dropdown-submenu:hover > .dropdown-menu {
  display: block;
} 
/*----------------------------------------------------------------*/

}
  

/*----------------------------Mobile Version--------------------------------*/
@media all and (max-width:480px) {
#container{
	/*max-width:1055px;
	text-align:center;
	margin:auto;
	padding-top:20px;*/
  /*background: url('../images/hatter_2_fix.jpg') no-repeat fixed top;
  background-size: 100% 100%;*/

}

.sitename {
    background-image: url('../images/160x120.png');
    width: 160px;
    height: 120px;
    margin-left: 60px;
    /*background-size:100% auto;
    margin:  0 auto; */     
    /*font-size:1.5em;
	color: #666666; /*#0000ff;*/
    /*font-weight: bold;
	line-height:25px;
    padding-top: 10px;
    margin-left: 120px;
    text-align: left;*/
    /*text-shadow: 0px 5px 3px #000000; */
    /*vertical-align: middle;*/
}

#language1 {
    display: none;
}

#language2 {
    display: block;
    padding-top: 5px; 
    
}

.language2 {
    
}


#newsletter {
    display: none;
}

#newsletter2 {
    display: block;
}

#footer-menu {
    display: block;
}

.logo {
    max-height: 100px;
    max-width: 1000px;    
}

.menu {
    position: relative;
    float: right;
    top: -44px;
    right: 1px;
}

#info {    
    display: none;
} 

#info1 {
    /*display: block;*/
	min-height:50px;
	margin:0 15px 10px 15px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#info1 img {
    width: 50px;
    padding-top: 10px;
    padding-left: 5px;
}

#info2 {
    /*display: block;*/
    display: block;
	min-height:50px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
}

#info3 {
    display: block;
	/*min-height:150px;
	margin:0 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarLeft {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarLeft1 {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarLeft2 {
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight {
    /*margin-right: 15px;
    margin-left: 15px;*/
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#sidebarRight1 {
    /*margin-right: 15px;
    margin-left: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sidebarRight2 {
    /*margin-right: 15px;
    margin-left: 15px;*/
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#main {
    /*margin-left: 15px;
    margin-right: 15px;  */
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.main-nav {
      /*background-color: rgba(255, 255, 255, 0.7); */ 
  /*background: #0000ff;*/
  /*margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;*/
  /*margin-top: 15px;*/ 
}

.main-nav .navbar-toggle {
  background-color: #C27EE5; /*#0000ff; #6699ff;*/ 
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.main-nav button .icon-bar {
  background-color: #fff;
  width: 30px;
}

/*-------------------------------------------------------------*/

.main-nav .navbar-collapse {
  /*padding: 0;*/
  float: none;
  margin-right: 0px;
  margin-top: 0px;  
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #666666 /*#6699ff;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #C27EE5;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #1E201D;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #C27EE5; /*#0000ff; #99ccff;*/
  color: #fff; /*#000;*/
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  text-align: center; /*középre rakja a szöveget a lenyíló menüben*/ 
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #C27EE5;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #B360DF   ; /*#6699ff;/*#*/
  color: #f0f0f0;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
.main-nav .nav .nav-item .dropdown-submenu:hover > .dropdown-menu {
  display: block;
} 
/*----------------------------------------------------------------*/

}

