.satir-1 {
	background-image: url("satir-alap-1.png");
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: contain;
	text-align: center;
	padding: 35px 0px;
}
.satir-2 {
	background-image: url("satir-alap-2.png");
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: contain;
  	text-align: center;
	padding: 35px 0px;
}


/* #Site Styles
================================================== */

body, html{
	position:relative;
	overflow-x: hidden;
}

hr{
	border-color:rgba(255, 255, 255, .1);
}

.center{
	text-align:center;
}

#window{
	visibility:hidden;
	display:none;
}

#window .top{
	position:fixed;
	left:0px;
	top:0px;
	z-index:9999;
	
	width:100%;
	height:10px;
	background:#000;
}

#window .bottom{
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:9999;
	
	width:100%;
	height:10px;
	background:#000;
}


#window .right{
	position:fixed;
	right:0px;
	top:0px;
	z-index:9999;
	
	width:10px;
	height:100%;
	background:#000;
}

#window .left{
	position:fixed;
	left:0px;
	top:0px;
	z-index:9999;
	
	width:10px;
	height:100%;
	background:#000;
}


#site{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}


#site.active{
	margin-left:200px;
}

sup {
	vertical-align: super;
	font-size: 60%;
}

.tc{
	text-align:center;
}


/* Navigation Styles
================================================== */



a.toggleMenu{
	width:50px;
	height:50px;
	text-indent:-9999em;
	background:url(../images/menu-icon.png) center center no-repeat;
	background-color:#92C83E; 
	position:fixed;
	right:0px;
	top:0px;
	
	z-index:9999;

	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}


a.toggleMenu:hover{
	background-color:#666; 
}

a.toggleMenu.active{
	background-color:#666; 
	
	/*
	-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg); 
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	*/
	
}

.nav{
	width:200px;
	height:100%;
	
	overflow:auto;
	
	background:#111;
	
	
	position:fixed;
	left:0px;
	top:-1px;
	
	margin-left:-220px;
	
	z-index:999;
	
	
	-webkit-box-shadow: 10px 0px 10px -4px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    10px 0px 10px -4px rgba(255, 255, 255, 0.1);
	box-shadow:         10px 0px 10px -4px rgba(255, 255, 255, 0.1);
	
	
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}

.nav.active{
	margin-left:0px;
}


.nav ul{
	margin:0px;
	padding:0px;
}

.nav ul li{
	margin:0px;
	padding:0px;
	border-top:1px solid rgba(255, 255, 255, .1);
	border-bottom:1px solid rgba(0, 0, 0, .8);
}

.nav ul li:last-child{
	border-bottom:1px solid rgba(255, 255, 255, .1);
}

.nav ul li a{
	color:#f4f4f4;
	font-family: Cambria, "Oranienbaum", sans-serif;
	font-size:20px;
	display:block;
	padding:15px 20px;
	
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}

.nav ul li a:hover{
	color:#fff;
	background:#92C83E;
}

.nav ul li:first-child a{
	color:#fff;
	background:#92C83E;
	font-size:40px;
	padding:15px 18px;
}




/* #Accordion Styles
================================================== */

.accordion{
	text-align:left;
}

.accordion dt a{  
	color:#000;
	background:#fff;
	display:block;
	padding:10px;
	margin-bottom:5px;
}

.accordion dd{  
	padding:10px 10px 0 10px;
	margin-bottom:5px;
}

.accordion dd p{  
	font-size: 13px;
	margin-bottom:10px;
}



/* #Flexible iFrame
================================================== */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	max-height:350px;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.page-title, .title{
	color:#92C83E;
	/*background:#444248;*/
	position: relative;
	margin-top:10px;
	font-family: Cambria, "Oranienbaum", sans-serif;
	font-size:34px;
}



/* 
.page-title:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #ee1c25;
	border-width: 15px;
	margin-top: -15px;
}
*/



.box{
	background:rgba(0, 0, 0, .75);
	
	margin:0 0 20px 0;
	padding:20px;
	
	/*
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
	*/
}





.box h4{
	color:#fff;
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,.1);

}

.box h4 span{
	background:#ee1c25;
	padding:10px 10px;
	margin:-10px 0;
}

.box h4 i{
	color:#ee1c25;
	font-weight:normal;
}

.box h4 span i{
	color:#fff;
}









.nextpage{
	padding:40px 0 0 0;
	text-align:center;
	display:block;
}

.nextpage a{
	width:40px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#333;
	border:2px solid #333;
	
	/*
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	*/
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}

.nextpage i{
	color:#fff;
	vertical-align:middle;
	font-size:30px !important;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}

.nextpage a:hover{
	color:#fff;
	background:#92C83E;
	border:2px solid #92C83E;
}

.nextpage a:hover i{
	color:#fff;
}


.totop{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:999;
	
	display:none;
}
				

/* #Page Styles
================================================== */

.container12{
	position:relative;
	z-index:999;
}


#home{
	background:url(../images/home.jpg) center top no-repeat #cdcdcd;
	text-align:center;
	
	position:relative;
}





#home .logo{
	margin-top:90px;
	margin-bottom:90px;
}


#home .splash{
	
}

#home h2{
	color:#000;
	font-size:40px;
}


#home h2 span{
	color:#ee1c25;
}

#home .lead{
	color:#000 !important;
}



#home .nextpage{
	padding: 100px 0 30px 0 !important;
}



#about{
	padding:60px 0 20px 0;
	background:url(../images/about.jpg) center top no-repeat #cdcdcd;
}



#bg1{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	width:100%;
	height:100%;
	background:url(../images/pic1.png) center bottom no-repeat;
}

/*
#activities{
	padding:60px 0 20px 0;
	background:url(../images/activities.jpg) center top no-repeat #cdcdcd;
}


#activities ul{
	list-style-type:square;
	color:#fff;
	margin:0 0 0 30px;
}

#services{
	padding:60px 0 20px 0;
	background:url(../images/services.jpg) center top no-repeat #cdcdcd;
}


#services ul{
	list-style-type:square;
	color:#fff;
	margin:0 0 0 30px;
}

*/
#references{
	padding:60px 0 20px 0;
	background:url(../images/references.jpg) center top no-repeat #cdcdcd;
}

#references .reflist{
	color:#000;
}

#references .reflist h4{
	text-transform:none;
	/* border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);*/
	background-image: url("satir-alap-1.png");
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: contain;
  	text-align: center;
	padding: 40px 0px;
	margin-top: 40px;
}


#kapcsolat{
	padding:60px 0 20px 0;
	background:url(../images/contact.jpg) center top no-repeat #cdcdcd;
}

#kapcsolat .logo{
	padding:60px 0 20px 0;
	text-align:center;
}

/* show effect */


.showanim {
	

	
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.animated{
	

	
}


.showanim.delay1 {
	-webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	    -ms-animation-delay: 1s;
	     -o-animation-delay: 1s;
	        animation-delay: 1s;
}

.showanim.delay2 {
	-webkit-animation-delay: 1.5s;
	   -moz-animation-delay: 1.5s;
	    -ms-animation-delay: 1.5s;
	     -o-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}


.showanim.delay3 {
	-webkit-animation-delay: 2s;
	   -moz-animation-delay: 2s;
	    -ms-animation-delay: 2s;
	     -o-animation-delay: 2s;
	        animation-delay: 2s;
}

.showanim.delay4 {
	-webkit-animation-delay: 2.5s;
	   -moz-animation-delay: 2.5s;
	    -ms-animation-delay: 2.5s;
	     -o-animation-delay: 2.5s;
	        animation-delay: 2.5s;
}

.showanim.delay5 {
	-webkit-animation-delay: 3s;
	   -moz-animation-delay: 3s;
	    -ms-animation-delay: 3s;
	     -o-animation-delay: 3s;
	        animation-delay: 3s;
}

.showanim.delay6 {
	-webkit-animation-delay: 3.5s;
	   -moz-animation-delay: 3.5s;
	    -ms-animation-delay: 3.5s;
	     -o-animation-delay: 3.5s;
	        animation-delay: 3.5s;
}

.showanim.delay7 {
	-webkit-animation-delay: 4s;
	   -moz-animation-delay: 4s;
	    -ms-animation-delay: 4s;
	     -o-animation-delay: 4s;
	        animation-delay: 4s;
}



/* #Media Queries
================================================== */

	/* Smaller than 1152 (devices and browsers) */
	@media only screen and (max-width: 1151px) {
		
		
		

		
		}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
			
	

		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		
				
		
				.page-title, .title{
					font-size:21px;
				}
		

		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
				
				#home .logo{
					margin-top:45px;
					margin-bottom:45px;
				}
				
				#home h2{
					font-size:28px;
					line-height:1.3em;
				}
				
				#home .lead{
					max-width:70%;
					margin:0 auto 20px auto;
				}
				
				#home .nextpage{
					padding: 60px 0 30px 0 !important;
				}
				
				
				.nextpage{
					padding: 20px 0 0 0 !important;
				}

		
				.page-title:after {
					border:0;
				}
				
				.page-title, .title{
					font-size:21px;
					padding:5px 20px;
				}
				
				#about, #references, #kapcsolat{
					padding:20px 0 20px 0;
				}
								
				#references .reflist h4{
	text-transform:none;
	/* border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);*/
	background-image: url("satir-alap-1.png");
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  	text-align: center;
	padding: 50px 10px;
	margin-top: 40px;
	}

			
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
				
	}


/* #Font-Face
================================================== */


@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinproregular';
    src: url('../fonts/dinpro-regular-webfont.eot');
    src: url('../fonts/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-regular-webfont.woff') format('woff'),
         url('../fonts/dinpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-regular-webfont.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dinprobold';
    src: url('../fonts/dinpro-bold-webfont.eot');
    src: url('../fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-bold-webfont.woff') format('woff'),
         url('../fonts/dinpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-bold-webfont.svg#dinprobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinprolight';
    src: url('../fonts/dinpro-light-webfont.eot');
    src: url('../fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-light-webfont.woff') format('woff'),
         url('../fonts/dinpro-light-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-light-webfont.svg#dinprolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinpromedium';
    src: url('../fonts/dinpro-medium-webfont.eot');
    src: url('../fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-medium-webfont.woff') format('woff'),
         url('../fonts/dinpro-medium-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-medium-webfont.svg#dinpromedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
