@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);


/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

html{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #ecf5fe;
    font-family: 'Roboto', sans-serif;
	margin: 0px;
	color: #5c718a;
	font-size: 16px;
	font-weight: 300;
}

a{
	color: #d3c286;
	text-decoration: none;
}

a:hover{
	color: #5c718a;
}


.error_block{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #1b2428;
	border: 1px solid #ce0b0b;
	padding: 20px;
	margin-top: 8px;
	margin-bottom: 20px;
	background-color: #fafafa;
	width: calc(100% - 40px);
}

.error_block img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.error_block h2{
	color: #ce0b0b;
	font-size: 22px;
	font-weight: bold;
	top: -8px;
	display: inline;
}

.error_block p{
	clear: both;
	color: #ce0b0b;
	line-height: 15px;
	line-height: 20px;
}

.button{
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
	padding: 15px 30px;
	transition: 0.2s ease all;
}

.deep-blue .button{
	background-color: #b4bec9;
	color: #5c718a;
	font-size: 30px;
	font-weight: 500;
}

.deep-blue .button:hover{
	background-color: #ffffff;
}

.success, .abort {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	background-color: #5cb03e; 
	z-index: 10000; 
	position: fixed; 
	width: calc(60% - 20px);
	max-width: 1140px;
	left: 50%;
	margin-left: -30%;
	top: 10px;
	padding: 20px 0px 20px 20px;
}

.success{
	background-color: #5cb03e; 
	color: #ffffff;
}

.success span{
	font-size: 16px;
	margin-right: 15px;
}

.abort{
	background: #e23535;
	color: #ffffff;
}

.abort span{
	font-size: 16px;
	margin-right: 15px;
}

.abort .bezar{
	float: right;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.abort .bezar:hover{
	float: right;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #e23535;
}

.success .bezar{
	float: right;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.success .bezar:hover{
	float: right;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #5cb03e;
}

h1{
	text-transform: uppercase;
	padding: 0px;
}

h3{
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
}

p{
	margin: 0px;
	/*padding: 2%;*/
}

.white{
	background-color: #ffffff;
}

.deep-blue{
	background-color: #5c718a;
}

.deep-blue{
	color: #ecf5fe;
}

.title{
	text-transform: uppercase;		
}

h2.title{
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	margin: 0px;
}

h2.title span{
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	text-transform: lowercase;
	margin-top: -10px;
}

#home_main_title{
	text-align: center;
}

#home_main_title h1{
	font-size: 36px;
}

#home_main_title h1 span{
	font-size: 32.2px;
	font-weight: 300;
	display: block;
}

#top .go-home{
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	height: 70px;
	color: #5c718a;
	padding-left: 80px;
	font-weight: 500;
	font-size: 18px;
}

#top .go-home img{
    position: absolute;
	margin-left: -80px;
}

#top nav{
	float: right;
	margin: 10px 0px;
}

#top nav ul{
	list-style-type: none;
	padding: 0px;
}

#top nav ul li{
	display: inline-block;
}

#top nav ul li a{
	font-weight: 300;
	color: #5c718a;
	margin-top: -5px;
}

#top nav ul li a:hover{
	text-decoration: underline;
}

#submenu nav{
	float: right;
	margin: 10px 0px;
}

#submenu nav ul{
	list-style-type: none;
	padding: 0px;
}

#submenu nav ul li{
	display: inline-block;
}

#submenu nav ul li:first-child a{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 12px;
}

#submenu nav ul li:last-child a{
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#submenu nav ul li a{
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	margin-top: -5px;
	padding: 6px 12px;
	background-color: #5c718a;
}

#submenu nav ul li a:hover{
	background-color: #d3c286;
}

#about_from_sign_up{
	padding-bottom: 30px;
}

#about_from_sign_up .col h3{
	text-align: center;
}

#about_from_sign_up .col p{
	text-align: justify;
}

#about_from_sign_up .row label{
	line-height: 35px;
	display: block;
	text-align: right;
}

/*
#about_from_sign_up label{
	display: inline-block;
	width: 140px;
	text-align: right;
}

#sign_up_conditions_accept label{
	width: 500px;
}*/

#about_from_sign_up #sign_up_gpdr_accept .form_checkbox_wrapper_style1, #about_from_sign_up #sign_up_conditions_accept .form_checkbox_wrapper_style1{
	float: left;
}

#about_from_sign_up #sign_up_gpdr_accept label, #about_from_sign_up #sign_up_conditions_accept label{
	line-height: 22px;
}

#setting_reset, #setting_update, #sign_up_button, #log_in_button{
	background: #5c718a;
	float: right;
	padding: 6px 50px;
	text-transform: normal;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid transparent;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s ease all;
}

#setting_reset, #setting_update:hover, #sign_up_button:hover, #log_in_button:hover{
	background: #ecf5fe;
	border: 1px solid #5c718a;
	color: #5c718a;
}

#setting_reset{
	margin-right: 10px;
	text-transform: lowercase;
}

#services{
	padding: 30px 0px;
}

#services div div{
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #d3c286;
	color: #705b39;
	font-weight: 400;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

#services i{
	font-size: 100px;
	text-align: center;
	display: block;
	margin: 50px 0px 20px 0px;
}

#services h3{
	font-size: 16px;
	padding: 15px;
	height: 65px;
}

#registration{
	padding: 20px 0px;
}

#registration span{
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}

#registration a{
	margin: 0px 0px 0px 20px;
	display: inline-block;
	float: right;
}

#contact{
	padding: 30px 0px;
}

#contact .title{
	margin-bottom: 30px;
}

#contact img{
	width: 100%;
}

#contact table{
	font-size: 20px;
	line-height: 30px;
}

#contact table td:nth-child(odd){
	text-align: right;
}

#contact p strong{
	text-align: right;
	font-weight: 600;
	font-size: 14px;
	padding-top: 20px;
}

footer .section  div:first-child div{
	text-align: left;
}

footer .section div:last-child{
	text-align: right;
	padding-top: 12px;
	color: #d3c286;
}

footer .section div:last-child a:hover{
	color: #ffffff;
}

.copier_table{
	border-collapse: collapse;
}

.copier_table th {
	background-color: #5c718a;
	color: #ffffff;
	padding: 16px 2px;
	text-align: center;
}

.copier_table tr td{
	transition: all 0.3s ease;
	text-align: center;
}

.copier_table tr:hover td { 
	background-color: #ebebeb;
}

.copier_table .select{
	background-color: #ebebeb;
}

.copier_table  .select td, .unselect td{
	padding: 11px 2px;
	border-bottom: 1px solid #efefef;
}

#floating_object_header th{
	font-weight: 300;
}

.c1{
	width: 40px;
	text-align: center;
}

.c2{
	width: 21px;
}

.c3{
	width: 272px;
	text-align: left !important;
}

.c4{
	width: 70px;
}

.c5{
	width: 90px;
}

.c6{
	width: 75px;
}

.c7{
	width: 65px;
}

.c8{
	width: 90px;
}

.c9, .c10, .c11{
	width: 40px;
}

.c12{
	width: 80px;
}

.c13{
	width: 110px;
}

.c14{
	width: 110px;
}

.c15{
	width: 35px;
}

.copier_table .statpdf{ 
	width: 21px;
	height: 21px;
	background: url('../images/site/icons/pdf_icon.png') no-repeat center;
	display: inline-block;
	margin: 0px 2px 0px 0px;
}

.copier_table .statpdf-none{ 
	width: 21px;
	height: 21px;
	background: url('../images/site/icons/pdf_icon.png') no-repeat center;
	display: inline-block;
	margin: 0px 2px 0px 0px;
	opacity: 0.25;
}

.copier_table .add_cart{ 
	width: 20px;
	height: 20px;
	background: url('../images/site/icons/cart_icon_mini.png') no-repeat center;
	display: inline-block;
	margin: 0px 0px -5px 0px;
}

.copier_table .no_cart{ 
	width: 20px;
	height: 20px;
	background: url('../images/site/icons/nocart_icon_mini.png') no-repeat center;
	display: inline-block;
	margin: 0px 0px -5px 0px;
}

.copier_table .logi_in_to_cart{ 
	width: 20px;
	height: 20px;
	background: url('../images/site/icons/login_to_cart.png') no-repeat center;
	display: inline-block;
	margin: 0px 0px -5px 0px;
}

.copier_table .new{ 
	padding: 2px 10px;
	background-color: #5c718a;
	color: #ffffff;
	display: inline-block;
}

.copier_table .tooltip{ 
	text-decoration: none;
}

.copier_table .yes, .no{ 
	width: 13px;
	height: 13px;
	display: block;
	margin: 0px auto;
	background-color: #5c718a;
	border: 2px solid #5c718a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.copier_table .no{ 
	background-color: transparent;
	border: 2px solid #5c718a;
}

.copier_table .favorited, .star{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-bottom: -2px;
	transition: all 1s ease;
}

.copier_table .star {
	background: url('../images/site/icons/nofav_mini.png') no-repeat center;
}

.copier_table .favorited {
	background: url('../images/site/icons/fav_mini.png') no-repeat center;
}

#keszulek_reszletes_modellek{
	display: none;
	position: absolute;
	z-index: 1001;
	padding: 15px;
	width: 1109px;
	background-color: #5c718a;
	color: #ffffff;
	top: 150px;
}

#keszulek_reszletes_modellek td{
	width: 220px;
	padding: 5px 0px 5px 0px;
}

#keszulek_reszletes_modellek a{
	margin-top: -10px;
}

#keszulek_reszletes_modellek a:hover{
	background: #ecf5fe;
	color: #5c718a;
}

.block{
	border: 1px solid #5c718a;
	padding: 20px;
}

.block .row div:first-child	{
	line-height: 32px;
}

.block .row .col .row div:last-child	{
	text-align: right;
}

.block a{
	background: #5c718a;
	float: right;
	padding: 6px 0px;
	width: 100%;
	text-transform: normal;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid transparent;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s ease all;
}

.block a:hover{
	background: #ffffff;
	border: 1px solid #5c718a;
	color: #5c718a;
}

#cookie-adatvedelem{
	position: fixed;
	bottom: 0;
	color: #ffffff;
	background: rgba(92,113,138,0.9);
	width: 100%;
	padding: 10px;
}

#cookie-adatvedelem p{
	display: inline-block;
	margin: 0px;
}

#cookie-adatvedelem a{
	color: #ffffff;
}

#cookie-adatvedelem a.cookie_elfogad{
	color: #000000;
	padding: 4px 10px;
	background-color: #ffffff;
	margin: 6px 20px 0px 10px;
	position: absolute;
	right: 15px;
}

#cookie-adatvedelem a.cookie_elfogad:hover{
	text-decoration: none;
}

@media only screen and (max-width: 1050px) {

	#registration{
		text-align: center;
	}

	#registration a{
		margin: 10px 0px 15px 0px;
		float: none;
	}

}

@media only screen and (max-width: 480px) {

	#sign_up_button, #log_in_button{
		display: block;
		margin: 0 auto;
		float: none;
	}

	#about_from_sign_up .row label{
		text-align: center;
		margin-bottom: -10px;
	}
		
	#registration{
		text-align: center;
	}		
	
	#registration span{
		text-align: center;
	}
	
	#top .go-home{
		display: block;
		text-align: center;
	}

	#top nav{
		float: none;
		text-align: center;
	}
	
	footer .section, footer .section p{
		text-align: center;
	}
	
	footer{
		padding: 10px 0px;
	}
}