@charset "utf-8";
/* CSS Document */

.navbar {
	width: 100%;
  padding-top: 0px;
  top: 0px;
 

}


.navbar-default {
  background-color: #343e42;
  background-opacity: 0.5;
  min-height:60px;
  border:none;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
}

.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: transparent;
  text-decoration:underline;
}

.navbar-fixed-top {
	width: 100%;
}

.navbar-collapse {
/*	background-color:#343e42;*/
	z-index: 1000;
	
}






.caption {
	min-height:80px;
	
}


.navbar-brand {
	height: 50px;
	padding: 5px 5px;
}

.thumbnails2 {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnails2 > img,
.thumbnails2 a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnails2:hover,
a.thumbnails2:focus,
a.thumbnails2.active {
  border-color: #337ab7;
}
.thumbnails2 .caption {
  padding: 10px;
  color: #333;
}


.thumbnails2 img {
	margin: 0 auto;
	max-height: 100px;
	max-width: 100px;
	border: 0;
	padding: 1px;
	margin: 5px;
}

.thumbnails2 img:hover {
	border: 0;
	cursor:pointer;
}



.thumbnails img {
	margin: 0 auto;
	max-width: 95%;
	border: 0px;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 0px;
	cursor:pointer;
}

.thumbnails {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnails > img,
.thumbnails a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnails:hover,
a.thumbnails:focus,
a.thumbnails.active {
  border-color: #337ab7;
}
.thumbnails .caption {
  padding: 20px;
  color: #333;
}

.preview img {
	border: 4px solid #002405;
	padding: 1px;
	max-width: 500px;
	max-height: 250px;
}

 * Card component
 */
.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.card-container.card {
	margin: 0 auto;
    width: 350px;
    padding: 40px 40px;
}

.row {
    padding: 5px;
}

.button_lang_hu {

	width: 35px;
	height:25px;
	background-image:url(../images/lang_hu.jpg);
}

.button_lang_en {

	width: 35px;
	height:25px;
	background-image:url(../images/lang_en.jpg);
}