*{
	box-sizing: border-box;
}
html, body{
	height: 100%;
	padding: 0;
	margin: 0;
}
/* ------- szerkezet ------- */
.wrap{
	min-height: 100%;
	position: relative;
}
#site{
	padding-bottom: 130px;
	width: 100%;
}
#footer-container{
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ebeff5;
}

#header-container{
	height: 85px;
	width: 100%;
}
#header{
	height: 100%;
	width: 990px;
	display: block;
	margin: 0 auto;
	position: relative;
}
#head-slideshow-container{
	height: 280px;
	width: 100%;
	background-color: #d20000;
	position: relative;
}
	#head-slideshow-container:before{
		content: ' ';
		background: #dce0e6;
		position: absolute;
		left: 50%;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 900;
	}
#head-slideshow{
	height: 100%;
	width: 990px;
	display: block;
	margin: 0 auto;
}
#page{
	height: 100%;
	width: 990px;
	margin: 0 auto;
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;
}
#page #center{
	height: 100%;
	width: 645px;
	display: inline-block;
}
#page #right{
	height: 100%;
	width: 310px;
	margin-left: 30px;
	display: inline-block;
}
#d_mobile{
	display: none;
}
#footer{
	height: 100%;
	width: 990px;
	display: block;
	margin: 0 auto;
}

/* ------- fejléc ------- */
#header .header-logo{
	height: 145px;
	width: 155px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	background-image: url('/parameters/ropo/templates/_img/logo.png');
	cursor: pointer;
}
#header .menu-container{
	display: inline-block;
	width: auto;
	float: right;
}
#header .menu-container > div{
	width: auto !important;
	display: inline-block;
}
 .pncustommenumenu{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.pncustommenumenu li{
	display: inline-block;
}
.pncustommenumenu li div{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
	padding-bottom: 10px;
	background-color: white;
	border: 1px solid #ebeff5;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top: none;
	margin-right: 5px;
	cursor: pointer;
}
	.pncustommenumenu li:last-child div{
		margin-right: 0;
	}
	 .pncustommenumenu li div:hover{
		background-color: #e60000;
		border-color: #e60000;
		color: white;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}
.pncustommenumenu li div a{
	font-family: 'Roboto Slab';
	font-size: 18px;
	font-weight: 700;
	color: black;
	text-decoration: none;
}
	 .pncustommenumenu li div a:hover, .pncustommenumenu li div a.hover{
		color: white;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		
	}
#header .menu-container .social-container{
	display: inline-block;
	padding-top: 42px;
	margin-left: 25px;
}
#header .menu-container .social-container a{
	font-family: 'entypo-social-customized';
	display: inline-block;
	text-decoration: none;
	color: #64696e;
	font-size: 28px;
}
	#header .menu-container .social-container a:hover{
		color: #e60000;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}
#header .menu-container .lang-selector{
	display: inline-block;
	padding-top: 25px;
	margin-left: 25px;
}
#header .menu-container .lang-selector #select_lng{
	border: 1px solid #ebeff5;
	border-radius: 8px;
	font-size: 18px;
	font-family: 'Roboto Slab';
	color: #64696e;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: url('/parameters/ropo/templates/_img/dropdown.png') no-repeat;
	background-position: 88% center;
	background-color: #ebeff5;
}#header .menu-container .lang-selector #select_lng::-ms-expand{/* IE11 */ display: none;}

/* ------- lábléc ------- */
#footer{
	padding-top: 20px;
}
#footer .disp_content_text, #footer .disp_content_text p{
	text-align: center;
	font-family: 'Roboto Slab';
	font-weight: 300;
	color: #64696e;
	font-size: 15px;
}

/* ------- jobb hasáb ------- */
#right .contact-container{
	width: 100%;
	background: #63696d;
	border-radius: 15px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
#right .contact-container .disp_content_text p{
	color: white;
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 18px;
	padding: 0 !important;
	margin: 0 !important;
}
#right .contact-container .disp_content_text p strong{
	font-size: 27px;
	margin-bottom: 30px !important;
	display: block;
}
#right .contact-container .disp_content_text p .entypo_contact{
	font-family: 'entypo-contact-customized';
	color: white;
	font-size: 13px;
}
#footer .disp_content_text p .entypo_contact{
	font-family: 'entypo-contact-customized';
	color: #64696e;
	font-size: 13px;	
}

#right .links-container{
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
#right .links-container .box_title{
	display: block;
	font-family: 'Roboto Slab';
	font-size: 27px;
	font-weight: 700;
	color: #64696e;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	margin-bottom: 15px;
}
#right .links-container .disp_content_text p {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#right .links-container .disp_content_text p a{
	width: 100%;
	display: block;
	padding: 10px;
	padding-left: 15px;
	background: #ebeff5;
	font-family: 'Roboto Slab';
	font-weight: 300;
	color: #64696e;
	text-decoration: none;
	font-size: 18px;
	border-radius: 10px;
}
	#right .links-container .disp_content_text p a:hover{
		background: #e60000;
		color: white;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}
	
/* ------- tartalom ------- */
#center h1{
	font-family: 'Roboto Slab';
	font-weight: 300;
	color: #e60000;
	font-size: 37px;
	margin: 0;
	margin-bottom: 35px;
}
#center .disp_content_text p{
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 18px;
}
#center .disp_content_text p strong{
	font-weight: 700;
}

table:not(.nostyle){
	border-collapse: separate;
	border-spacing: 10px 0;
}

table tr td, table tr td p{
	font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 18px;
}
table tr td{
	height: 50px;
}/*
table tr:nth-child(2n){
	background: #ebeff5;
	padding: 0;
	margin: 0;
}*/
input:not([type='radio']), textarea, select{
	border: 1px solid #ebeff5;
	border-radius: 8px;
	font-size: 18px;
	font-family: 'Roboto Slab';
	color: #64696e;
	padding: 10px;
	width: 100%;
}


*:focus {
    outline: 0;
}

input[type='submit']:hover, input[type='submit']:focus{
		background: #e60000;
		color: white;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;	
}
input:focus, textarea:focus{
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);

    background: transparent;	
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}



input[type="radio"]{
	width: auto !important;
	float:left; clear:none; margin: 2px 10px 0 2px;
	
}
input[type=radio] {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha("opacity=0");
	display:none;
} 


input[type=radio] + label:before {
	content: "";
	display: inline-block;

	width: 19px;
	height: 19px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	border: 1px solid #cccccc;
	border-radius: 19px !important;
	background: #f5f9f9;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;

}
input[type=radio] + label:before {  
    border-radius: 4px;  
}  

input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 34px;
	text-align: center;
    line-height: 20px;
	font-weight:900;
	margin-top:-5px;
	position:absolute;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;		

}
input[type=radio]:focus + label {
    outline: 0px dotted #CCCCCC;
}
input[type=radio] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-top:15px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
}

.libdoc a{
	font-size: 18px;
	font-family: 'Roboto Slab';
	font-weight: 300;
	text-decoration: none;
	color: black;
}

/* ------- képváltó ------- */
#fooldal-slider{
	height: 282px;
	position: relative;
	z-index:999;
	
}
.slide_container{
	width: 100%;
	height: 280px;
	display: table;
}
.slide_container .slide_text, .slide_container .slide_image {
	width: 50%;
	display: table-cell;
}

#fooldal-slider .slides li a{
	text-decoration: none;
}
#fooldal-slider .slides li a .slide_container .slide_text{
	background: #D20000;
}
#fooldal-slider .slides li a .slide_container .slide_text, #fooldal-slider .slides li a .slide_container .slide_text p{
	font-family: 'Roboto Slab';
	font-weight: 700;
	color: white;
	vertical-align: middle;
	text-align: right;
	margin-right: 30px;
	font-size: 27px;
}
.slideshow_bgimg{
	height: 280px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: relative;
	z-index: 990;
	
}
	.slideshow_bgimg:after{
		content: ' ';
		height: 100%;
		width: 100%;
		position: absolute;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 75%, rgba(220,224,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(220,224,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 75%,rgba(220,224,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 75%,rgba(220,224,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 75%,rgba(220,224,230,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 75%,rgba(220,224,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dce0e6',GradientType=1 ); /* IE6-9 */	
}
.flexslider{
	background: none !important;
	border: none !important;
	height: 100%;
}
.slideshowtext{
	margin: 0;
	padding: 0;
}
#maingallery_nav_prev, #maingallery_nav_next{
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 35px;
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 995;
	cursor: pointer;
}
#maingallery_nav_prev{
	background-image: url('/parameters/ropo/templates/_img/nav_prev.png');
	left: 0;
}
#maingallery_nav_next{
	background-image: url('/parameters/ropo/templates/_img/nav_next.png');
	right: 0;
}
.flex-control-nav li{
	margin: 0px 2px !important;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
	background: #1e2228 !important;
	text-shadow: none !important;
	box-shadow: none !important;
}
.flex-control-paging li a{
	background: #e0e6eb !important;
	text-shadow: none !important;
	box-shadow: none !important;
}


.fixed{
	position: fixed;
}



.dd{
	border: 1px solid #EBEFF5 !important;
}
.dd .ddTitle{
	font-size: 18px;
	font-family: "Roboto Slab";
	color: #64696E !important;
}
.dd .divider{
	display: none;
}
.dd .ddArrow:hover{
	background: url('/parameters/ropo/templates/_img/dropdown_hover.png') no-repeat !important;
	background-position: center center;
}
.dd .ddTitle .ddTitleText {
	padding: 10px 20px 10px 10px !important;
}
#sel_lng_msdd{
	width: 100px !important;
}
.ddcommon .ddArrow{
	background-position: center center !important;
	height: 10px !important;
	width: 18px !important;
	background: url('/parameters/ropo/templates/_img/dropdown.png') no-repeat !important;
	transform: translatey(-50%) !important;
	-webkit-transform: translatey(-50%) !important;
	-ms-transform: translatey(-50%) !important;
	right: 10px !important;
	margin-top: 0 !important;
}
.ddcommon .ddTitle .ddTitleText img{
	position: absolute !important;
	top: 50% !important;
	transform: translatey(-50%) !important;
	-webkit-transform: translatey(-50%) !important;
	-ms-transform: translatey(-50%) !important;
}
.ddlabel{
	padding-left: 30px;
	font-family: 'Roboto Slab';
}
#sel_lng_child{
	height: auto !important;
}
#sel_lng_child ul li .ddlabel{
	padding-left: 0 !important;
	position: relative;
	top: 3px;
}

.flex-direction-nav{
	display: none;
}

#d_mobile #sel_lng_msdd{
	width: 110px !important;
}