/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-08-08, 08:05:55
    Author     : miroslawwierzchnicki
*/

.nm-header-placeholder{
	
}

.nm-header.centered .nm-header-logo {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    z-index: 10;
	text-align:left;
}
.nm-main-menu-wrap {
	text-align:center;
	width:75%;
	float:right;
	padding-right: 127px;
}

#nm-header{
	
}
.nm-menu li a {
	font-size:16px;
	text-transform: uppercase
}
.nm-header.centered .nm-menu > li > a {
    padding: 16px 18px;
	margin:0px 18px;
	font-weight:700;
	opacity:0.5;
	
}
.nm-main-menu {
    display: block;
    text-align: right;
}

.header-on-scroll .nm-header:not(.static-on-scroll){
	background-color:transparent;
	
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner #header-cont {
    background-color:#fff;
    height: auto;
    position: relative;
	border-top-left-radius: 60px;
	-webkit-box-shadow: 0 12px 40px -11px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 12px 40px -11px rgba(0, 0, 0, 0.15);
	box-shadow: 0 12px 40px -11px rgba(0, 0, 0, 0.15);
	padding-top:25px;
	padding-bottom:25px;
	margin-top:20px;
	
}
.header-on-scroll .nm-header:not(.static-on-scroll) #mylang{
	top:-25px;
	bottom:-25px;
	right:0px;
	border-bottom-right-radius: 0px;
	background-color: #00558c;
	
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner #header-cont .col-md-1{
	display:none;
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner #header-cont .col-xs-8{
	float:right;
}

.header-on-scroll .nm-header:not(.static-on-scroll) .nm-main-menu-wrap{
	width: 75%;	
	padding-left:0;
	
	text-align:right;
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner  .nm-menu li a{
	color:#00558c !important;
	opacity:1 !important;
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner  .nm-menu li:hover a,
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner  .nm-menu li.current-menu-item a{
    color:#00a0dd !important;
	opacity:1 !important;
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner .nm-header-logo a{
	text-align:left;
	display:inline-block;
	padding-left:35px;
	
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner .nm-header-logo img{
	height:auto
}
.header-on-scroll .nm-header:not(.static-on-scroll) .nm-header-inner .nm-header-logo{
	text-align:left;
}
.header-on-scroll .nm-header:not(.static-on-scroll) #header-cont{
	padding-right:0px;
}

.nm-menu li:hover a,
.nm-menu li.current_page_parent a,
.nm-menu li.current-menu-item a{
    color: #fff !important;
	opacity:1 !important;
}

.header-on-scroll .nm-header:not(.static-on-scroll) .nm-main-menu-wrap .nm-menu li.current_page_parent a{
	color:#00a0dd !important;
	opacity:1 !important;
}
#mylang{
	background-color:#00a0dd;
	position:absolute;
	top:-54px;
	bottom:-54px;
	right:-15px;
	border-bottom-right-radius: 40px;
	width:130px;
	transition: all 0.3s linear;
	text-align:center;
	cursor:pointer;
}
#mylang:hover{
	background-color:#00558c;
	border-bottom-right-radius: 0px;
}
#mylang > a{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	
}

#mylang > a,
#mylang a span{
	font-size: 15.257px;
  font-family: "Rubik";
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase;
  line-height: 5.637;
  text-align: center;
  font-weight:500;
  opacity:1;
}
#mylang a span{
	color:#00558c;
}
#mylang > a:hover{
	color:#fff;
}

.flaga{
	display:inline-block;
	margin-top:50px;
	transition: all 0.3s linear;
}
.strz-dol{
	position:absolute;
	top:77%;
	left:50%;
	transform: translate(-50%,-50%);
}
#mylang .sub-menu{
	max-width:130px;
	min-width:130px;
	width:130px;
	left:0;
	background-color:transparent;
	padding:0;
	
}
#mylang .sub-menu a{
	background-color:rgba(0,160,221,0.7);
	border-left:5px solid #00558c;
	
}

#mylang .sub-menu .active a{
	background-color:rgba(0,160,221,0.9);
	border-left:5px solid rgba(0,160,221,1);
	
}
#mylang .sub-menu li:hover a{
	background-color:rgba(0,160,221,1);
    
}
#mylang .sub-menu li:hover a span{
   color: #00558c !important;
}
#mylang li a span{
	transition: all 0.3s linear
}
#mylang  li:hover a span,
#mylang  .active a span{
	color:#fff;
}
#mmylang li{
	
}
#mmylang li:hover{
	border-left:5px solid #00a0dd;
}
.lang-en{
	
}

.header-on-scroll  #mylang{
	top:-54px;
	bottom:-54px;
}
.header-on-scroll .flaga{
	opacity:0;
}

.pagination .prev,
.pagination .next{
	
}