/*
STYLE.CSS - lassuviz.net
digiwood.hu 
WOODWORK
soos tamas alias piczege.porec

sötétkék: #042044;
középkék: #3c6287;
világos átmenet: #98dab4;
világoszöld: #8ec975;
sötétzöld: #068b49;
*/
@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), 
	     url('../fonts/Raleway-Regular.woff') format('woff'), 
	     url('../fonts/Raleway-Regular.ttf') format('truetype'), 
	     url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Thin';
	src: url('../fonts/Raleway-Thin.eot');
	src: local('☺'), 
	url('../fonts/Raleway-Thin.woff') format('woff'), 
	url('../fonts/Raleway-Thin.ttf') format('truetype'), 
	url('../fonts/Raleway-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body { 
  background: #031226 !important;
  color: #fff !important;
  font-family: 'Raleway-Regular';
}
.color-green {
  color: #8ec975 !important;
}
.color-grey {
  color: #555 !important;
}
/*-----------------------------------*\
	$NAV ￬
\*-----------------------------------*/
nav {
	background-color: #042044;
	height: 50px;
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}
nav li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}
nav li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #042044;
	text-decoration: none;
}
nav li:hover a {
	background: #3c6287;
	color: #fff;
}
.current {
  background: #3c6287;
  color: #fff;  
}
.show-menu {
	font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #3c6287;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*-----------------------------------*\
	$HEADER
\*-----------------------------------*/
header {
	background-color: #8ec975;
	height: 80px;	
}
header img{
	width: 100px;
	margin-left: 150px;
}
.header-btn { 
	background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 15px;
  text-align: center;
  text-rendering: optimizelegibility;
  transition: background 0.2s linear 0s;
  margin-top: -40px;
  margin-right: 150px;
  vertical-align: middle;
}
.header-btn:hover {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    color: #fff;
}
.social img{
	width: 50px;
	height: auto;
	display: inline-block;
	margin: 0;
	margin-top: 6px;
	margin-right: 10px;
}
/*-----------------------------------*\
	$HOME
\*-----------------------------------*/
#home {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  background: url(../img/main.jpg) no-repeat center center;
  font-family: 'Raleway-Regular';
}

#homecontent {
  background: rgba(60, 98, 135, 0.6);
  min-height: 250px;
}
#homecontent h3{
  color: #fff;
  line-height: 48px;
  font-size: 48px;
  text-align: right;
}
#homecontent h1{
  color: #fff;
  line-height: 90px;
  font-size: 630%;
  font-weight: 700;
  text-align: right;  
}
#homecontent p {
	color: #fff;
	font-size: 16px;
	margin-top: 65px;
	text-align: left;
	line-height: 120%;
}
.programtitle{
  font-family: "Raleway-Regular";
  font-size: 170%;
  color: #98dab4;
  display: block;
  line-height: 110%
}
.programdate{
  font-family: "Raleway-Regular";
  font-size: 170%;
  color: #98dab4;
  display: block;
  line-height: 110%
}
/*-----------------------------------*\
	MAINPAGE NEWS
\*-----------------------------------*/
.blogheader img{
	width: 100%;
	position: relative;
	top: -66px;
	height: 79px;
}
.mainpageblog_imgcontainer{
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.mainpageblog_img{
  height: auto;
  transform: scale(1);  
  transition: all 0.5s ease-in-out 0s;
  width: 100%;	
}
.mainpageblog_img:hover{
  transform: scale(1.5);
}
.mainpageblog h3{
  color: #8ec975 !important;
  font-size: 140%;
}
.mainpageblog_date{
  font-size: 92%;
  color: #fff;
  font-family: 'Raleway-Thin';
  top: -12px;
  position: relative;
}
.mainpageblog p{
  font-family: 'Raleway-Thin';
  line-height: 20px;
  font-size: 95%;
} 
.mainpageblog a{
  text-decoration: none;
  color: #3c6287 !important;
}
.mainpageblog a:hover{
  color: #fff !important;	
}
/*-----------------------------------*\
	FOOTER
\*-----------------------------------*/
footer{
  background-color: #8ec975;
  margin-top: 30px;
  min-height: 230px;
  padding-top: 20px;
  width: 100%;
}  
footer img{
  width: 60%;	
}
footer a{
  color: #042044 !important;	
}
footer a:hover{
  color: #fff !important;	
}
footer input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font: 14px/1.2307em "Raleway-Regular";
  height: 42px;
  margin: 0 0 11px;
  outline: medium none;
  padding: 10px 10px 10px 13px;
  width: 100%;
}
.newsletter-button a {
    background: #042044;
    color: #fff !important;    
    cursor: pointer;
    display: inline-block;
    font: 14px/20px "Raleway-Regular";
    letter-spacing: 1px;
    margin: 4px 0 0 !important;
    padding: 7px 18px 8px 19px;
    text-decoration: none;
    text-transform: uppercase;
}
.newsletter-button a:hover {
    color: #3c6287 !important;
}
.footersocial img{
	float: right;
	width: 50px;
	height: auto;
	display: inline-block;
	margin: 0;
	margin-top: 6px;
	margin-right: 10px;	
}
/*-----------------------------------*\
  BLOG
\*-----------------------------------*/
#blog {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../img/blog.jpg) no-repeat center center;
  font-family: 'Raleway-Regular';
}
#blogcontent {
  background: rgba(60, 98, 135, 0.6);
  min-height: 50px;
}
#blogcontent h3{
  color: #fff;
  line-height: 48px;
  font-size: 48px;
  text-align: right;
  margin-right: 300px;
}
.post{
  min-height: 200px;
}
.post h2{
  color: #888 !important;
  font-size: 26px;
  font-family: 'Raleway-Regular', serif;
  font-weight: 700;
  margin-right: 10px;
}
.postcontent{
  color: #555 !important;
  margin-top: 19px;
  font-family: 'Raleway-Regular', serif;
  font-size: 15px;
  line-height: 18px;
}
.post-imagecontainer{
  position: relative;
}
.post-imagecontainer a{
  color: #000;
  font-size: 16px;
  outline: none;
  text-decoration: none;  
}
.post-imagecontainer img{
  width: 100%;
  height: auto;
}
.post-imagecontainer span{
  position: absolute;
  right: 10px;
  top: 20px;
  background: rgba(255,255,255,.8);
  padding: 5px 10px;   
}
.post-imagecontainer h1 a{
  text-transform: uppercase;
  font-family: 'Raleway-Regular', serif;
  font-weight: 800 !important;
  font-size: 14px !important;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;  
  color: #3c6287;
}
.posttext{
  margin-bottom: 14px;
  margin-top: 0px;
  line-height: 19px;
  margin: 0 0 15px 0;
  text-align: justify;
  font-family: 'Raleway-Regular', serif;
  font-size: 14px;
  color: #393631;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);   
}
.blogdata-header{
  background: #3c6287;
  color: #fff;
  width: 100%;
  padding: 5px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;  
}
.blogdata-list {
  list-style: none;
  margin: 0;
  padding: 0;  
}

.blogdata-list li {
  display: list-item;
  text-align: right !important;
}

.blogdata-list li span {
  color: #aaa;
}

.blogdata-list li a {
  color: #3c6287;
  text-decoration: none;
    clear: both;  
    display: inline;  
}

.blogdata-list li a:hover{
  color: #aaa;
}
.blogdata-labels a {
  display: inline-block;
  line-height: 20px;
  padding: 0 3px;
  border: 1px solid #3c6287;
  margin: 0 0 3px 3px;
  color: #aaa;
  font-size: 11px;
  float: right;
}
.blogdata-labels a:hover {
  color: #3c6287;
}
.blognav {
  text-align: center;
  /*background-color: #FFFFFF;*/
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  padding: 8px;
}

.blognav > * {
  font-size: 18px;
  margin-right: 10px;
  padding: 2px 13px;
  display: inline-block;
}

.blognav a, .blognav span {
  border: 1px solid #888;
  text-decoration: none;
  color: #888;
}

.blognav .current {
  color: #3c6287 !important;
  border: 1px solid #3c6287;
  background-color: #fff;
}
/*-----------------------------------*\
  CONTACT
\*-----------------------------------*/
#contact {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../img/contact.jpg) no-repeat center center;
  font-family: 'Raleway-Regular';
}
.contact-btn { 
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 15px;
  text-align: center;
  text-rendering: optimizelegibility;
  transition: background 0.2s linear 0s;
  margin-top: 10px;
  margin-left: 350px;
  vertical-align: middle;
}
.contact-btn:hover {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    color: #fff;
}
/*-----------------------------------*\
  LETÖLTÉSEK
\*-----------------------------------*/
#letoltesek {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../img/letoltesek.jpg) no-repeat center center;
  font-family: 'Raleway-Regular';
}
.downloadcontent p{
  font-size: 13px;
}
.downloadcontent a {

}
.downloadcontent a:hover {
  color: #8ec975 !important;
}
/*-----------------------------------*\
  PROGRAMOK
\*-----------------------------------*/
#programok {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../img/programok.jpg) no-repeat center center;
  font-family: 'Raleway-Regular';
}
.program-title {
  color: #fff;
}
.program-date{
  color: #8ec975 !important;
}
/*-----------------------------------*\
  STATIKUS OLDAL
\*-----------------------------------*/
#static {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center;
  background: url(../img/statikus.jpg) no-repeat center center;
  font-family: 'Raleway-Regular';
}
/*---- keresés --------------------------------*/
.inputsearch {
  width: 87%;
  font-family: 'Raleway-Regular', serif;
  color:#999;
  font-size:13px;
  padding:5px;
  border:1px solid rgba(0, 0, 0, 0.1);      
}
.inputsearch:focus {
  transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s;    
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3); 
}
.addsearch {
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
  font-family: 'Raleway-Regular', serif;
  color:#333;
  font-size:13px;
  padding:5px;
  border:1px solid rgba(0, 0, 0, 0.1);     
  width: auto;
 /*   background: url('icon-kereses.png')  no-repeat; */
  cursor: pointer;
}
.addsearch:hover {
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.addsearch img{
  display: inline-block;
}
/*----- Inputok --------------------------------*/
.inputs {
  padding: 1px 0;
  border-left: 8px solid rgba(142,201,117, 0.7) !important; 
}
.inputs a {
  color: #ed1e51 !important;
}
.inputs a:hover {
  color: #000 !important;
}
label {
  width: 30%;
  padding-right: 10px;
  text-align: right;
  display: inline-block;
  color: #fff !important;
  font-size: 110% !important;
}
label.required:after {
    content: "*";
    color: red;
  }
.registtext{
  -moz-appearance: window;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 3px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #666;
  margin-top: 5px;
  padding: 6px 12px 6px 12px;
  text-transform: none;
  width: 220px;  
  font-size: 90% !important;
}
/*-----------------------------------*\
	RESPONSIVE STYLES
\*-----------------------------------*/
@media screen and (max-width : 760px){
	nav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	nav li {
		margin-bottom: 0px;
	}
	/*Make all menu links full width*/
	nav ul li, li a {
		width: 100%;
    padding-left: 0px;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}