/* szürke, kék, fehér, fekete */
* {
	font-family: 'Open Sans';
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Oswald'
}

a:hover{text-decoration:none;}

.mtop40 {
	margin-top: 40px;
}

.mtop20 {
	margin-top: 20px;
}

.mbottom20 {
	margin-bottom: 20px;
}

header {
	/*background: #06276F;*/
	background: #0B3861;
	margin-bottom: 0px;
	border-bottom: 5px solid #084B8A;
}

header .logo {
	font-family: 'Oswald';
	/*text-transform: uppercase;*/
	font-size: 36px;
	line-height: 80px;
	vertical-align: middle;
	float: left;
	color:#fff;
}

header ul.menu {
	display: inline-block;
	margin: 0px;
	padding:0px;
	list-style: none;
}

header ul.menu li {
	display: inline-block;
	margin: 0px;
	padding:0px;
}

header ul.menu li a {
	display: block;
	padding: 0px 20px;
	line-height: 80px;
	vertical-align: middle;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 14px;
	outline: none;
	cursor: pointer !important;
}

header ul.menu li a:hover {
	background:#084B8A;
	border-left: 1px solid #0A122A;
	border-right: 1px solid #0A122A;
	padding: 0px 19px;
}

.aukcioform{
	border-bottom: 1px solid #D8D8D8;
}

.form-group {
	overflow: auto;
}


.home-slider-wrapper {
	/*
	height: 500px;
	overflow: hidden;
	*/
}

.home-slider li {
	position: relative;
}

.home-slider li span {
	position: absolute;
	top: 20px;
	right:20px;
	width: 500px;
	display: block;
	color:#000;
	font-family: 'Open Sans';
	padding: 15px;
	background: rgba(250,250,250,0.8);
}
.home-slider li span b {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Oswald';
}


.bx-wrapper, .bx-viewport {
    height: 500px !important;
}

.whyus {
	background: #454447;
	margin-top: 40px;
}

.whyus h1 {
	line-height: 100px;
	text-align: center;
	color:#fff;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.arrow-down {
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -6px;

	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

	border-top: 6px solid #454447;
}

.services .boxes {
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
}

.whyus .boxes .col1,
.whyus .boxes .col2,
.whyus .boxes .col3 {
	border-right: #fff 1px solid;
}


.whyus .boxes .col1 {background: #ebf3f3;}
.whyus .boxes .col2 {background: #e4ecec;}
.whyus .boxes .col3 {background: #dde5e5;}
.whyus .boxes .col4 {background: #d6dddd;}

.whyus .col-md-3 {
	background: #ccc;
	padding: 60px 40px;
	position: relative;
	text-align: center;
}

.whyus .col-md-3 p {
	color: #434146; /* text color */
	font-size: 14px;
	text-align: justify;
}

.whyus .col-md-3 p.title {
	color: #434146; /* text color */
	font-family: "Oswald";
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}

/* aukcio elemek */
.aukcio-item {
	margin-top: 35px;
	border-bottom: 1px solid #D8D8D8;
}

.aukcio-item p {

}

.aukcio-item p.infos {
	font-style: italic;
	font-size: 14px;
}

.aukcio-item p.infos i {
	margin-right: 5px;
	margin-left: 15px;
}

p.aukcio-nev {
	margin-bottom: 0px;
}

.aukcio-nev a {
	float: left;
	width: 100%;
	font-family: 'Oswald';
	font-size: 20px;
	margin-bottom: 5px;
}

.info-tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}

.info-tbl tr {
	vertical-align: top;
	border-bottom:#eee 1px solid;
}

.info-tbl td {
	padding: 5px;
}

.info-tbl i {
	margin-right: 10px;
}

.bid-item {
	margin-top: 10px;
}

.bid-item .bidder {
	font-family: 'Oswald';
	margin-bottom: 0px;
}

.bid-item .price {
	margin-bottom: 0px;
}

.bid-item .time {
	font-style: italic;
	font-size: 13px;
	margin-bottom: 0px;
}

.curprice {
	font-size: 20px;
	font-family: 'Oswald';
	font-weight: bold;
}

.timeleft {
	color:#1142AA;
	font-weight: bold;
}

.page-title {
	text-transform: uppercase;
}

/* footer */
footer {
	background: #454447;
	color:#aaa;
	margin-top: 60px;
}

footer .col-md-12 {
	padding:20px 0px;
}

footer .col-md-3,
footer .col-md-6
{
	padding:40px 0px;
}

footer p {
	font-size: 13px;
	width: 90%;
}

.bottom-footer {
	border-top: #5b5a5f 1px solid ;
}

.bottom-footer .col-md-12 {
	font-size: 13px;
}

.foot-head {
	font-family: 'Oswald';
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: #5b5a5f 1px solid ;

}

footer a {
	color: #acabb0; /* text color */
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 8px 0px;
}

footer a:hover {
	color:#FFF;
}

.form-group2 label {
	display: block;
	margin-top: 10px;
}

.aukcio-table {
	box-shadow:         0px 5px 10px 0px rgba(158, 158, 158, 0.5);
}

.aukcio-table th {
	background: LightBlue;
}

.aukcio-table td,
.aukcio-table th,
.aukcio-table a
{
	font-size: 14px;
}

.aukcio-table a {
	display: block;
	color:#333;
}

.aukcio-table tr:hover {
	background: #ccc !important;
}

.lowerpad td {
	padding-bottom: 0px !important;
}

.filterform {
	margin-bottom: 20px;
}

.filterform label {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.filterform .col-md-3 {
	margin-bottom: 5px;
}

label.error,p.error {
	font-weight: bold;
	color:red;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
}

#aszf-error {
	/*float: right;*/
}

#telephone1-error {
	/*display: none !important;*/
}

.meret-tbl {
	width: 100%;
}

.meret-tbl .head td {
	font-size: 12px;
	text-align: center;
}

.meret-tbl td {
	padding:3px;
}

.meret-tbl label {
	font-weight: normal;
}

.spectimer {
	font-size: 14px;
	color:#00a651;
	float: right;
}

.closed {
	color:red !important;
}

.soundbox {
	padding-top: 20px;
}

.soundbox i {
	cursor: pointer;
}

tr.disabled input {
	background: #eee;
}


.approvemod {
	display: block;
	color:red;
}

.container.mtop40 {
	min-height: 400px;
}
