.bg-dark {
    background-color: #3367b2 !important;
}

.btn-primary {
    background-color: #3367b2;
	border: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #2c5696 !important;
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.navbar-brand {
	padding-top: 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background-color: white;
	color: #3367b2;
	border-radius: .25rem;
}

.navbar .btn-outline-success {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}

@media (min-width: 500px) {
	.navbar .mr-sm-2 {
		max-width: 120px;
	}
}


@media (max-width: 499px) {
	.navbar .mr-sm-2 {
		margin-bottom: 5px;
	}
}

.sidebar {
	background-color: #f0f2f4;
	color: #565e65;
}

.sidebar a {
	width: 100%;
	color: #495057;
	padding: 5px 10px 7px 10px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.125);
	text-decoration: none;

}

.sidebar a:hover {
	color: #fff;
    background-color: #6c757d;
}

.nopadding {
	padding: 0;
}

.form-heading {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.active a {
	border: 1px solid #28A745;
	border-radius: .25rem;
	color: #28A745 !important;
}

@media (max-width: 499px) {
	.active a {
	border: 0;
	text-decoration: underline;
}
}

.new-pass {
	color: white;
	display: block;
	margin-left: 7px;
	padding: 3px 4px 3px 4px;
}

.new-pass:hover {
	background-color: white;
	color: #3367b2;
	text-decoration: none;
	border-radius: .25rem;
}

.height1 {
	height: 150px;
}

.margin-top-1 {
	margin-top: 1.5rem;
}

.margin-bottom-1 {
	margin-bottom: 1.5rem;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.card-header-grey {
	background-color: #c9cdd1;
	font-weight: bold;
	text-align: center;
}

.card-header-lightblue {
	background-color: #b4c9e9;
	font-weight: bold;
	text-align: center;
}

.card-header-blue {
	background-color: #3367b2;
	font-weight: bold;
	color:  white;
	text-align: center;
}

.card-subheader {
	background-color: #f0f0f0;
	width: 100%;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
	font-size: 0.9rem;
}

.offer {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}


.offer li {
	padding-left: 24px;
	margin-left: 0;
	padding-bottom: 0.7rem;
	background: url(../images/check.png) 0 3px;
	background-size: 20px;
	background-repeat: no-repeat;
}

#cover {
	background-color: black; 
	position: absolute;
	display: none;
	z-index: 5000;
}

div#dialog_load {
	background-image: url(../images/square_load.gif);
	width: 128px;
	height: 25px;
	position: absolute;
	z-index: 5001;
}

.danger {
	color: #dc3545;
	font-weight: bold;
}

#pass1, #pass2 {
	height: auto !important;
}

.navbar-nav .active a:hover {
	color: #3367b2 !important;
}	



#index-video {
	background-size: 100%;
	background-image: url(../images/tablet.png);
	padding-top: 22px;
	padding-bottom: 67px;
	padding-left: 26px;
	padding-right: 26px;
}

@media (max-width: 499px) {
	
	#index-video {
		background-size: 100%;
		background-image: url(../images/tablet.png);
		padding-top: 18px;
		padding-bottom: 45px;
		padding-left: 50px;
		padding-right: 50px;
	}

}


#index-video video {
  width:100%;
   max-width:522px;
   height:auto;
}

.index-separator {
	width: 100%;
	background-color: #6c757d;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.index-o-1
{
	width: 100%;
}

.o-bottom
{
	width: 100%;
	background-color: #144d9e;
	text-align: center;
	font-size: 1.5rem;
	line-height: 3.2rem;
	color: white;
	display: block;
	clear: left;
	max-height: 290px;
	overflow: hidden;
}

.o-bottom-1
{
	background-image: url(images/ajanlat2.png);
	width: 100%;
	height: 294px;
}

.o-bottom:hover
{
	text-decoration: none;
	color: white;
}

.index-o-margin
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.index-boxes-bg
{
	background-image: url(../images/t.gif);
	background-position: center top;
}


@media (max-width: 499px) {
	
	
	.index-boxes-bg
	{
		background: none;
	}


	.index-o-1-m
	{
		margin-bottom: 15px;
	}

}

/* Index.php oldalról másolva ide*/

.col-lg-4 {
    padding-top: 15px;
}

.banner-height{
	min-height: 300px;
	margin: 15px;
}

.carousel-height{
	min-height: 250px;
	margin: 15px;
}

.banner-blog-height{
	height: 600px;
}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}

.card {
    height: 100%;
}

.item.list-group-item .thumbnail {
    width: 100%;
}

.btn {
    white-space: unset;
}
.width100 {
	width:100%;
}

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  }
.panel-pricing .panel-heading {
  padding: 20px 10px;
}

.col-lg-4 {
    padding-top: 15px;
}

@media (max-width: 499px) {			
	.pagination {
		display: unset !important;
	}		
}			

@media (max-width: 499px) {			
	.modal-dialog {
		max-width: 350px !important;
	}		
}

.custom-file-label::after {
    content: "keresés" !important;
}