
#white_line {
	padding-top: 2px;
	height: 35px;
	background-color: white;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#white_line>div.right>a {
	display: inline-block;
	border-right: solid 1px #A3A3A3;
	line-height: 10px;
	padding-right: 5px;
	color: #A3A3A3;
	text-decoration: none;
}

#white_line>div.right>a:hover {
	color: black;
}

#white_line>div.right>a:last-of-type {
	border: none;
}

#white_line>div.left {
	padding-left: 170px;
	color: #8A8A8A;
	margin-top: 3px;
	text-transform: uppercase;
}

#white_line>div.right {
	margin-top: 5px;
}

.ipari_krizis{
	font-style: normal;
	font-size: 19px;
	color: #000000;
	font-weight: 600;
	margin-right: 15px;
	font-family: 'Oswald';
	font-weight: 300;
}

.ipari-cim {
	
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999999;
	box-shadow: 0px 24px 29px -19px rgba(0, 0, 0, .75);
}

#menu {
	width: 100%;
	background: url("../img/header_pattern.jpg");
	height: 77px;
	border-bottom: solid 2px black;
}

#menu>ul {
	width: 1000px;
	padding: 0;
	padding-left: 170px;
	margin: 0 auto;
	clear: both;
    position: relative;
    top: -7px;
}

#menu>ul>li {
	display: inline-block;
	padding: 0;
	max-width: 155px;
	vertical-align: top;
	background: url('../images2/menu_sep.png') no-repeat center right;
	margin-left: -4px;
}

#menu>ul>li:last-of-type {
	padding-right: 0;
}

#menu>ul>li>a {
	background: no-repeat url("../img/menu_arrow.png") left 8px;
	text-transform: uppercase;
	color: #BFBBBB;
	text-decoration: none;
	font-size: 12px;
	padding:10px 15px 10px 15px;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	min-height: 75px;
}

#menu ul li:last-of-type {
	background: none;
}

#menu>ul>li>a:hover {
	color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1790cc+0,1578ad+100 */
background-color: rgb(23,144,204); /* Old browsers */
background-color: -moz-linear-gradient(top,  rgba(23,144,204,1) 0%, rgba(21,120,173,1) 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(top,  rgba(23,144,204,1) 0%,rgba(21,120,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to bottom,  rgba(23,144,204,1) 0%,rgba(21,120,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1790cc', endColorstr='#1578ad',GradientType=0 ); /* IE6-9 */
	background-image: url("../img/menu_arrow.png") ;
	background-repeat: no-repeat;
	background-position: left 8px;
	    
}

#header_content {
	width: 100%;
	/* background-color: #191919; */
	
}

#slider_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.slider_content {
	
	width: 1000px;
	    margin: 25px auto 0 auto;
	max-width: 95%;
}

.slider_inner_content{
	width: 445px;
	max-width: 100%;
	margin-top:75px;
}

.slider_inner_content>h1 {
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	line-height: 35px;
	margin-bottom: 15px;
	
}

.slider_inner_content>h1>mark {
	font-weight: 800;
	color: #1472A5;
	background-color: transparent;
	padding: 0;
	font-size:38px
}

.slider_inner_content>p {
	color: #c9c9c9;
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
}

#slider {
	position: relative;
	margin: 0;
	/*egyforma magas slide*/
	height: 383px!important;
	padding: 0!important;
	
}

#slider_inner {
	position: relative;
}

.tartalom_cim{
	font-size: 16px;
	color: #1472A5;
}

a{
	color: inherit;
}

.lSAction > a{
	width: 38px;
	height: 57px;
	top: 45%;
}

.lSAction > .lSPrev{
	background: url(../images2/prev_btn.jpg) no-repeat;
	left: 0;
}

.lSAction > .lSNext{
	background: url(../images2/next_btn.jpg) no-repeat center;
	right: 0;
}

a.next_btn {
	display: block;
	background: url("../img/button.png");
	width: 115px;
	height: 36px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}

input[type=submit] {
	display: block;
	background: url("../img/button.png");
	width: 115px;
	
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	border:0;
	outline: 0;
	font-size: 12px;
}

input[type=submit]:hover {
color:#ddd;
animation: fadeIn;
animation-duration: 1s;
}


@keyframes fadeIn {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

a.back_btn {
	display: block;
	background: url("../img/button2.png");
	width: 162px;
	height: 36px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}

a.back2_btn {
	display: block;
	background: url("../img/button3.png");
	width: 115px;
	height: 36px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}

.lSSlideOuter {
	position: relative;
}

.pager_outer{
	    width: 100%;
    text-align: center;
    position: absolute;
	bottom: 20px;
	z-index: 15;
}

.lSPager {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 30px;
    padding: 5px 7px 7px 7px!important;
    z-index: 13;
    width: auto;
	display: inline-block;
	margin-top: 0!important;
}

.lslide{
	width: 100%;
	/*egyforma magas slide*/
	height: 383px;
	background-position: center top, left top;
	background-repeat: no-repeat, repeat-x;
	background-size: auto 100%, auto;
}

.lslide img{
	width: 100%;
}

.lSSlideOuter .lSPager.lSpg > li {
	position: relative !important;
	margin-right: 8px;
}

.lSSlideOuter .lSPager.lSpg > li:last-of-type {
	margin-right: 0;
}

.lSSlideOuter .lSPager.lSpg > li:before {
	background-color: white;
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	border-radius: 48px;
	width: 18px;
	height: 18px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: white;
}

hr {
	width: 100%;
	background-color: #E0E0E0;
	height: 1px;
	border: none;
	outline: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

.content{
	width: 1000px;
    margin: 15px auto;
    max-width: 95%;
    padding: 0 0 15px 0;
    background: rgba(255,255,255,0.5);
}

.content-nav{
	width: 1000px;
    margin: 5px auto;
    max-width: 95%;
    text-align: right;
   
}

.content_list {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	padding: 25px 0;
	border-bottom: 1px solid #E0E0E0;
}

.content_list>div {
	/* flex: 1 50%; */
	overflow: hidden;
	/* min-width: 300px; */
}

.content_list>div:nth-of-type(odd) {
	/* padding-right: 10px; */
}

.content_list>div:nth-of-type(even) {
	/* padding-left: 10px; */
}


.content_list>div>img {
	width: 100%;
	display: block;
}

.content_list>div>h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3D3D3D;
	margin-top: 10px;  
}

.content_list>div>p {
	/* margin-left: 10px; */
}

.content_list>div>a {
	/* margin-left: 10px; */
}

div.highlighted_content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin: 25px auto;
}

div.highlighted_content>img {
	width: 100%;
	display: block;
}

div.highlighted_content>div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(21, 61, 93, .8);
	color: white;
	padding-left: 30px;
}

div.highlighted_content>div>h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	margin-top: 10px;
}

#footer hr {
	border-top: solid 1px #151515;
	background-color: rgba(255, 255, 255, .1);
	margin: 0;
}

#footer {
	position: relative;
	overflow: hidden;
	color: #B1ABAB;
	
	width: 100%;
	background-image: url("../img/footer_pattern.jpg");
}

#footer>section {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer>section>center>img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#copyright {
	padding-top: 10px;
	float: left;
}

#watermark {
	float: right;
}

#real_footer>div {
	color: #5D5D5D;
}

#real_footer {
	overflow: auto;
	padding-top: 10px;
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 10px;
}

#three_div {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

#three_div>div {
	flex: 1 33.33%;
	min-width: 280px;
	margin-bottom: 10px;
}

#three_div>div:last-of-type {
	padding-right: 0;
}

#three_div>div>p {
	padding-right: 30px;
	padding-left: 30px;
}

#three_div>div:last-of-type>p {
	padding-right: 0;
}

#three_div>div>h1 {
	padding-left: 30px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

#three_div>div>hr {
	margin-bottom: 20px;
}

#three_div>div>h1>img {
	margin-right: 10px;
}

#three_div>div>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 30px;
}

#three_div>div>ul>li>a {
	color: #B1ABAB;
	text-decoration: none;
}

#three_div>div>ul>li>a:hover {
	color: white;
}

#magic_hr {
	position: absolute;
	top: 52px;
	left: 0;
}

#three_div>div>hr {
	display: none;
}

h1{
	margin-top: 0;
	margin-bottom: 15px;
}

.cikk_holder{
	margin: 25px auto;
	width: 1000px;
	max-width: 95%;
	padding: 0 0 10px 0px;
	background: rgba(255,255,255,0.5);
	font-size: 20px;
}

.cikk_holder > *{
	margin-left: 10px;
	margin-right: 10px;
}

.rovat_kep{
	max-width: 100%;
	display: block;
	margin: 0 auto 10px auto;
}

.rovat_kep.default img{
	opacity: 0.4;
}

.rovat_kep img{
	max-width: 100%;
	width: 100%;
}

.kategoria_valaszto{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.kategoria_valaszto .tartalom_cim{
	
	background-color:rgb(35, 35, 35);
	border-bottom: 2px solid #1472a5;
    color: white;
	   margin: 0;
	   padding: 10px;
	   margin: 10px 0;
}
	
.kategoria_valaszto .tartalom_cim.keppel{
	position: absolute;
    left: 15px;
    top: 0;
	right: 15px;
    width: auto;
	margin: 0;
    
	
}

.kategoria_valaszto .tartalom_cim:hover{
	background: rgba(255,255,255,0.7);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	    -webkit-box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
    box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
}

.kategoria_valaszto .tartalom_cim:hover a{
	color: #1472A5;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.main_title{
	margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
   color: white;
    background-color: #073767;
    padding: 0;
    font-size: 28px;
    margin-bottom: 25px;
/*    border-bottom: 2px solid #1472a5;
*/    padding: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
	box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
	margin: 0 0 15px 0!important;
}

.main_title_arajanlat{
	margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
   color: white;
    background-color: #073767;
    font-size: 28px;
/*    border-bottom: 2px solid #1472a5;
*/    padding: 10px 0px 10px 0px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
	box-shadow: 0px 2px 5px 0px rgba(20,114,165,0.5);
	margin: 0 0 5px 0!important;
	width:100%;
}


.alignCenter{
	display: block;
	margin: 15px 0;
	text-align: center;
}

.alignRight{
	display: block;
	float: right;
	margin: 5px 10px 10px 10px;
	
}

.alignLeft{
	display: block;
	float: left;
	margin: 5px 10px 10px 10px;
	
}

.kapcsolodo{
	    color: #1F1F1F;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: #1472A5 1px solid;
}

form{
	display: block;
	margin: 15px 10px;
}

form input[type="text"], form textarea, form select{
	padding: 5px 10px;
	width: 100%;
	display: block;
	margin: 10px 0;
	box-sizing: border-box;
	border: /*1px solid #1472A5;*/1px solid #B2B2B2;
	border-left: 0;
}

 form textarea{
	 width: 333px;
	 max-width: 100%!important;
	 background: url('../images2/form4.png') no-repeat 0 0 white;
	 padding-left: 43px;
	 border-left: 1px solid #B2B2B2;
	 min-height: 70px;
	 width: 100%;
	 font-size: 14px;
    line-height: 1.42857143;
 }
 
 #arajanlat.kapcsolati{
	 width: 100%;
	 max-width: 330px;
	 margin: 15px auto;
 }

.input-group-addon{
	padding: 0;
	border: 0;
	 background: none;
}

.input-group .form-control{
	margin: 10px 0;
	border-radius: 0;
}

#mobil_menu{
	display: none;
    width: 60px;
    float: right;
    padding: 10px;
}

#mobil_menu img{
	width: 100%;
} 

.galeriakep{
	margin: 0 10px 10px 10px;
	display: inline-block;
}

.keszitette, .keszitette:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5D5D5D;
}

.keszitette:hover {
	color: white;
	text-decoration: none;
}


#mailpopup {
	display: none;
	position: fixed;
	top:50%;
	left: 50%;
	background: white;
	border-radius: 5px;
	width:100%;
	max-width:400px;
	z-index: 20000;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
	animation: fadeIn;
	animation-duration: 0.3s;
	transition: all 0.3s;
	    transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	}

#mailbox {
width:calc(100% - 20px);
border-radius: 5px;
z-index: 20000;
margin-top: 20px;
padding: 0px;
}

#mailbox input, #mailbox textarea {
	max-width: 300px;
}

#hibadiv {
	padding: 10px;
	color:#ff0000;
}

#mailpopup h3, #mailbox h3 {
	margin:0;
	font-size:20px;
	text-align: center;
	padding-left: 10px;
	font-family: 'Oswald';
	font-weight: 400;
	display: block;
}

#mailbox h3 {
	margin:0;
	font-size:20px;
	text-align: left;
	padding-left: 10px;
	font-family: 'Oswald';
	font-weight: 400;
	display: block;
}
#tevkor_text {
	margin:5px;
	padding: 0;
	font-size:14px;
	text-align: center;
}

#megkereses {
	margin:10px;
	margin-bottom: 0px;
	padding: 0;
	font-size:14px;
	text-align: center;
}

#mailpopup .close_popup {
	float: right;
	padding:10px;
}

#mailpopup .close_popup:hover {
animation-name:rotateIn;
animation-duration: 1s;
}


@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}}