/*#####################################################################################################################*/
/* Menu Górne w animmenu.css*/
/*#####################################################################################################################*/
header {
  width: 100%;
  height: 222px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:transparent;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
 
header.smaller {
	width: 100%;
  	height: 94px;;
	background-color: #252b33;
	border-bottom: thick solid #181a1d;

}


header img#logo {
    display: inline-block;
    height: auto;
	width:300px;;
	margin-top:90px;
    line-height: auto;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

header.smaller img#logo {
	width: 240px;
	height: auto;
	line-height: auto;
	font-size: 10px;
	margin-top:33px;
	margin-bottom:0px;
}


header nav {
    display: inline-block;
    float: right;
	margin-right:20px; 

	}
	
header nav a {
	line-height: 230px;
	margin-left: 22px;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}

header.smaller nav a {
      line-height: 95px; }

header nav a:hover {
	color: #252b33;
	text-decoration: none;
	background: #45d78e;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }


@media(min-width: 992px) and (max-width: 1199px){


header {
  width: 100%;
  height: 292px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:transparent;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
 
header.smaller {
	width: 100%;
  	height: auto;
	background-color: #252b33;
	border-bottom: thick solid #181a1d;

}

header img#logo {
    display: block;
    float: none;
    margin: 0 auto;
	padding-top:33PX;
	padding-bottom:43PX;
    width:300px;
    line-height: 100px;
    text-align: center; }
	

	
  
header.smaller img#logo {
       width:200px;
      line-height: 20px;
      font-size: 30px;
	  margin-top:0px;} 
  

header nav {
    display: block;
    float: none;
    height: 90px;
    text-align: center;
    margin: 0 auto; }

header.smaller nav {
      height: 15px;
	  padding-bottom:22px;
	   }



header nav a {
      line-height: 20px;
      margin: 0 10px;
	  font-size:17px;}
  
header.smaller nav a {
        line-height: 5px;
		font-size:17px; } 
		}


@media(min-width: 768px) and (max-width: 991px){


header {
  width: 100%;
  height: 292px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:transparent;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
 
header.smaller {
	width: 100%;
  	height: auto;
	background-color: #252b33;
	border-bottom: thick solid #181a1d;

}

header img#logo {
    display: block;
    float: none;
    margin: 0 auto;
	padding-top:33PX;
	padding-bottom:43PX;
    width:300px;
    line-height: 100px;
    text-align: center; }
	

	
  
header.smaller img#logo {
       width:250px;
      line-height: 20px;
      font-size: 30px;
	  margin-top:0px;} 
  

header nav {
    display: block;
    float: none;
    height: 90px;
    text-align: center;
    margin: 0 auto; }

header.smaller nav {
      height: 10px;
	  padding-bottom:15px;
	   }


header nav a {
      line-height: 5px;
      margin: 0 10px;
	  font-size:17px;}
  
header.smaller nav a {
        line-height: 5px;
		font-size:16px; } 
		}






/* =Media Queries
-------------------------------------------------------------- */
@media(min-width: 600px) and (max-width: 768px){
  /* =Header
  -------------------------------------------------------------- */

header {
  width: 100%;
  height: 292px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:transparent;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
 
header.smaller {
	width: 100%;
  	height: auto;
	background-color: #252b33;
	border-bottom: thick solid #181a1d;
	padding-bottom:31px;

}

header img#logo {
    display: block;
    float: none;
    margin: 0 auto;
	padding-top:33PX;
	padding-bottom:43PX;
    width:300px;
    line-height: 100px;
    text-align: center; }
	

	
  
header.smaller img#logo {
       width:200px;
      line-height: 20px;
      font-size: 30px;
	  margin-top:0px;} 
  

header nav {
    display: block;
    float: none;
    height: 90px;
    text-align: center;
    margin: 0 auto; }

header.smaller nav {
      height: 10px;
	  padding-bottom:15px;
	   }



header nav a {
      line-height: 5px;
      margin: 0 10px;
	  font-size:14px;}
  
header.smaller nav a {
        line-height: 5px;
		font-size:12px; } 
		}
		
		
		/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 600px) {
  /* =Header
  -------------------------------------------------------------- */

header {
  width: 100%;
  height: 292px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:transparent;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
 
header.smaller {
	width: 100%;
  	height: auto;
	background-color: #252b33;
	border-bottom: thick solid #181a1d;
	padding-bottom:31px;

}

header img#logo {
    display: block;
    float: none;
    margin: 0 auto;
	padding-top:33PX;
	padding-bottom:43PX;
    width:300px;
    line-height: 100px;
    text-align: center; }
	

	
  
header.smaller img#logo {
       width:200px;
      line-height: 20px;
      font-size: 30px;
	  margin-top:0px;} 
  

header nav {
    display: block;
    float: none;
    height: 90px;
    text-align: center;
    margin: 0 auto; }

header.smaller nav {
      height: 10px;
	  padding-bottom:15px;
	   }



header nav a {
      line-height: 2px;
      margin: 0;
	  font-size:14px;}
  
header.smaller nav a {
        line-height: 2px;
		font-size:12px; } 
		}

