/**MAIN**/
html,body {
    background:#fdfdfd;
}

@font-face {
    font-family: myFont;
    /*src: url('../lib/font/Prototype.ttf');*/
    src: url('../lib/font/Candara.ttf');
    
}
@font-face {
    font-family: quote;
    /*src: url('../lib/font/Prototype.ttf');*/
    src: url('../lib/font/Republica_Minor_Regular.ttf');
    
}

#slider_main {
width:100%;
}


.menu_fixed1 .row {
margin-left:0px;
margin-right:0px;

}

body {
  font-family: myFont, Candara;

}

.cursorpointer {
	cursor:pointer;
}
.alert-my{
    color: #FFF;
    background: #054a7f;
}
.alert-my1{
    color: #FFF;
    background: #F00;
	font-weight:bold;
}
.bg-p-a .countMedal:before, .bg-p-a {color:#e4e0a3;}
.bg-gp-a .countMedal:before, .bg-gp-a {color:#ffd552;}
.bg-g-a .countMedal:before, .bg-g-a {color:#e8b002;}
.bg-s-a .countMedal:before, .bg-s-a {color:#dedede;}
.bg-b-a .countMedal:before, .bg-b-a {color:#804212;}
.bg-c-a .countMedal:before, .bg-c-a {color:#fbfbfb;}

.bg-h-a .countMedal:before, .bg-h-a {color: #345dfa;}

.widget .media-ex {
	background:#FFF;
}

.medal-list-addon {
    font-size: 4em;
    margin-left: -0.5em;
    text-shadow:  0px 0px 8px #071753;
}
.medal-list-addon-first{
margin-left:0.1em !important;
}

.active-blue {
background:#1479c6;
    border-radius: 4px;
color:#FFF !important;
margin-left:2px;
margin-right:2px;
}

.full_gallery {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 99999999999999999999;
	background-position:center;
}
.full_gallery.full {
	display:block;
	    cursor: zoom-out;
}
.media-ex{
	border:1px solid #FFF;
	border-radius:4px;padding:0.5em;
}
.media-ex:hover {
	border:1px solid #ccc;
}
.image_full:hover {
	border-color: #152d9a;
    background-color: #0068c1;
	cursor: zoom-in;
}

.coverEx {
	width:100%;
	padding-bottom:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.alignleft {
	float:left;
	margin:2px;
}
.alignright {
	float:right;
	margin:2px;
}
a {
    color:#054a7f;
    text-decoration:none !important;
    
}

.footer a {
    color:#FFF;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}
hr {
    margin: 10px;
}
button {
    background:#054a7f;
    color:#FFF;
}

.post {
    margin: 0px -15px 0px -15px;
    /*padding: 2em 15px 4em 15px;*/
	padding: 2em 3em 0em 3em;
    transition:0.5s background ease-in-out;
    border-radius:0px 4px 4px 0px;
}
/*.post:hover {
    background:rgba(0, 128, 0, 0.1);
}*/

.post .author,
.post .date,
.post .tags,
.post .category {
    margin-right:1em;
    font-size:1em;
}
.post .date, .post .tags {
    color:#555;
}
.post .icon {
    width: 50%;
    margin: 10% 25%;
}
.post .iconm {
    height: 2em;
    float: right;
}
.post .text {
    font-size:1.2em;
    padding-top:1em;
    padding-bottom:1em;
    word-break: break-word;
	text-align:justify;
}
.post .addon {
    padding:1em 0px;
}
.post .addon_link {
    padding: 0.5em 1em;
    font-size: 1.5em;
    white-space: normal;
    display: inline-block;
    margin: 1em auto;
}
.post .addon_image img{
    width:100%;
    /*padding:15px;*/
	box-shadow: 0px 0px 4px #000;

}
.post .addon_quote .author {
    
    font-size: 0.8em;
    float:right;

}
.post .addon_quote .quote {
    font-size: 1em;
}
.post .addon_quote .quote:before {
    content:'';
    display:block;
    width:1em;
    float:left;
    height:1em;
    background-image:url('../gfx/quote.png');
    background-size:contain;
    margin-top:-0.2em;
}
.post .addon_quote .quote:after {
    content:'';
    display:block;
    width:1em;
    float:right;
    height:1em;
    background-image:url('../gfx/quoteC.png');
    background-size:contain;
    margin-top:0.5em;
}

.post .addon_quote {
    padding: 0.5em 1em;
    font-size: 1.5em;
    white-space: normal;
    display: inline-block;
    margin: 0em 1em;
}

#main {
    padding:0px;
    border-top:2px solid #054a7f;
	border:none;
}
.main.row {
    margin: 1em 0px 1em 0em;
	
}
.box {
    background: #fdfdfd;
    /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);*/

}
.header {
    padding:15px;
    margin:0px;
    padding-top:1em;
    z-index:2;
    position:relative;
    /*background:#FFF;*/
    z-index:9;
}
.site-search {
    margin-top:2em;
}
.site-name {
    margin-bottom: -0.2em;
}
.site-name a {
    text-decoration:none;
}
.site-desc {
    margin-left:1em;
}
.site-logo {
    width:100%;
}


.content {
    background: #fdfdfd;
    z-index:0;
    position:relative;
    padding:0em 0px;
    margin:0px;
}
.footer {
    background: #054a7f;
    z-index:2;
    position:relative;
   
    color:#FFF;
	font-size:0.8em;
}
.footer > .col {
    padding:1em;
}
/**MAIN END**/

.RightBar > .widget h3 {
    
    /*border-bottom:2px solid #054a7f;*/
    display:inline-block;
    padding: 0px 0.5em 0px 0px;
    
}

.letter {
    display:inline-block;
    color: #054a7f;
}

.widget {
    /* box-shadow: -3px 0px 2px #00000096, 3px 0px 2px #00000096; */
    background: rgba(0, 104, 193, 0.1);
    padding: 0.2em;
    text-align: center;
    margin-top: 1em;
    border-radius: 4px;
	
}

.widget {
    margin-bottom:1em;
	overflow:auto;
}
.widget h3 .fa {
    color: #054a7f;
}
.tagsbutton {
    margin:0px 2px;
    background:#f9f9f9;
    color:#000000;
    border-color:#ccc;
}
.tagsbutton:hover {
    background:#054a7f;
}

.widgetCategory, .widgetRecent {
    padding:0px;
    display:block;
    font-size:1.2em;
}
.widgetCategory li, .widgetRecent li {
    padding:5px;
    border-bottom:0.1px solid #ccc;
    display:block;
    
}

.widget div.text {
    font-size:1.2em;
}

.post h3.title {
    font-weight:bold;
}

.title a {
        color:#000;
}


/**MENU**/

a.active, .subMenu.active, a.active:after, .subMenu.active:after, a:hover:after {
    background:#054a7f;
	border-radius:4px;
    color:#FFF !important;
}
.menu {
    display:block;
	background:rgba(255,255,255,0.2);
    z-index:9;
    position:relative;
}
/*
.main .menu {
    box-shadow: 0px 2px 2px #444;
    margin-bottom: 5px;
}
*/
.menu ul {
    display:block;
	text-align:right;
    padding: 0px;
    margin: 0px 1em 1px 1em;
}
.menu li {
    display:inline-block
}
.menu li a {
    text-decoration:none;
    display: block;
    padding: 4px 20px;
	margin: 1em 2px;
	
    font-size: 1.2em;
    font-weight: 100;
    color:#000000;
}
.menu li > a:hover, .menu li > .subMenu:hover, .menu li .subMenu:hover:after {
    background:@@COLOR1;
    background:#054a7f;
    color:#FFF;
	border-radius:4px;
}
.menu li ul li a:hover {
	background:#054a7f;
	color:#FFF;
	border-radius:0px;
	margin:0px;
} 

.menu li .subMenu {
    text-decoration:none;
    display: block;
    padding: 4px 10px;
    font-size: 1.2em;
    font-weight: 100;
    color:#000000;
}
.menuF li .subMenu {
    text-decoration:none;
    display: block;
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: 100;
    color:#000000;
}
.subMenu:after {
    content:' \f107';
    font-family: FontAwesome;
    color:#000;
    
}
._extLink:after {
    content:' \f08e';
    font-family: FontAwesome;
    color:#000; 
    font-size:0.5em;
}


li ul li .subMenu:after {
    content:' \f105';
    font-family: FontAwesome;
    color:#000;
    
}

.fb-like , .fb-like > span, .fb-like iframe, .fb-like body, .fb-like iframe table, .fb-like button[type="submit"], html#facebook body, html#facebook body table {
	width:100%;
}

.menu  li ul {
    
    display:none;
    position:absolute;
    background:#FFF;
    margin-left:0px;
    border-radius:0px 0px 4px 4px;
    box-shadow: 0px 0px 5px #ccc;
	text-align:left;
    
}
.menu li ul li ul {
    margin-left: 100%;
    margin-top: -2.7em;
}
.menu li:hover > ul {
    display:block;
	z-index:99;
	height:auto;
} 
.menu li ul li {
    display:block;
    white-space: nowrap;
}
.menu li ul li a {
    text-decoration:none;
    display: block;
    padding: 4px 10px;
    font-size: 1.2em;
    font-weight: 100;
    color:#000000;
	margin:0px;
}

.menuF {
    display:block;
    
    z-index:9;
    position:relative;
    text-align:right;
    background:transparent;
}

.menuF ul {
    display:block;
    padding: 0px;
    margin: 0px 1em 1px 1em;
	    height: 2.8em;
    overflow: hidden;
}
.menuF li {
    display:inline-block
}
.menuF li a {
    text-decoration:none;
    display: block;
    padding: 5px 10px;
	margin:0px;
    font-size: 1.2em;
    font-weight: 100;
    color:#000000;
}
.menuF li a:hover {
    background:@@COLOR1;
    background:#054a7f;
    color:#FFF;
}
.menu_fixed .site-name {
    margin-top:2px;
    font-size:1.3em;
}
.menu_fixed .site-desc{
    font-size:0.7em;
}
.menu_fixed {
    padding:2px 1em;
    
    background:#fdfdfd;
    box-shadow:0px 1px 5px rgba(0, 0, 0, 0.5);
    position:fixed;
    top:0px;
    left:0px;
    z-index:99;
    transition:0.1s margin-top linear;
    width:100%;
    margin-top:-50px;
}

.menu_fixed .site-search {
    margin-top:0.2em;
}
.menu_fixed.fixed {
    top:0px;
    margin-top:0px;
}
/**MENU END**/

/*
 * SLIDER
 */
#sliderMin {
    position: relative;
    width:100%;
    top: 10px;
	height:5px;
    z-index: 0;
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}

#slider,#cooperation {
    position: relative;
    overflow: hidden;
    top: 0px;
    
    z-index: 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#slider ul, #cooperation ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

#slider ul li, #cooperation ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 600px;
  height: 300px;
  /*background: #ccc;*/
  text-align: center;
  line-height: 10px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment: scroll;
}
#cooperation ul li {
	background-size:contain;
	margin:0px 2px ;
}
#cooperation {
	margin:1em 0px;
	border:none;
}
    

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 0% 2%;
    width: auto;
    background: rgba(42, 42, 42, 0);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 2em;
    opacity: 0.8;
    vertical-align: middle;
    cursor: pointer;
    font-family: FontAwesome;
    color:#ccc;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_prev:before {
    content:'\f137';
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
a.control_next:before {
    content: '\f138';
}
.footer > .col > h3 {
border-bottom: 2px solid #FF;
    display: inline-block;
    padding: 0px 0.5em 0px 0px;
    color:#FFF;
}
.footer > col > h3 i {
    color:#FFF;
}

.powered {
    padding-top:1em;
padding-bottom:1em;
text-align:center;
}

/**
 * SLIDER END *
 * */



/**AUDIO**/
.audiojs div {
    -webkit-box-shadow: none !important;
    box-shadow:none !important;
    text-shadow:none !important;
}

.audiojs {
    margin: 5%;
    width: 90%;
    position: relative;
    height: 36px;
    background: #054a7f;
    overflow: hidden;
    box-shadow: 0px 0px 2px #ccc;
    font-family: myFont;
    font-size: 12px;
    color: #fff !important;
    border-radius: 4px;
}
.audiojs .play-pause {
    height: 40px;
    padding: 0px;
    padding-top: 4px;
    margin: 0px;
    width: 10%;
    float: left;
    overflow: hidden;
    border-right: none;
    display: block;
}
.audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #f9f9f9;
    font-style: normal;
}
.audiojs .time {
    float: right;
    width: 30%;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 12px;
    border-left: none;
    color: #FFF;
}
.audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}
.audiojs .scrubber {
    position: relative;
    float: left;
    width: 56%;
    background: #f9f9f9;
    height: 14px;
    margin: 10px 2%;
    border-top: none;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
    border-radius: 4px;
}
.audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #054a7f;
    z-index: 1;
}
.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    background: rgba(63, 113, 197, 0.2);
}

.boxW {
    height:15em;
    position:relative;
    padding: 0px;
    overflow:hidden;
}
.boxW .cover {
    position:absolute;
    width:100%;
    height:inherit;
    background-color:#054a7f;
    background-size:cover;
    background-position:center;
    background-image:url('../gfx/homePost.png');
}
.boxW:hover .info{
    /*top:0px !important;*/
    background:rgba(255,255,255,0.9);
}
.boxW .info h5 {
    font-size: 1.5em;
	margin-top:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#000 !important;
}
.boxW:hover .info h5 {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
.box .info h5 a {
    color:#000 !important;
}

.boxW .info {
    position:absolute;
    background:#f00;
    width:100%;
    height:inherit;
    background:rgba(255,255,255,0.5);
    transition:0.4s all ease-in-out;
    padding:0px 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iconh {
    width: 3em;
    right: 1em;
    position: absolute;
    top: 1em;
    opacity:0.6;
}
.quoteh {
    position: absolute;
    color: #000;
    text-align: center;
    opacity:0.8;
    font-weight: 200;
    text-shadow: 1px 0px 0px #FFF,0px 1px 0px #FFF,1px 1px 0px #FFF,-1px -1px 0px #FFF,-1px 0px 0px #FFF,0px -1px 0px #FFF, 0px 0px 4px #FFF, 2px 0px 0px #FFF,2px 2px 0px #FFF,-2px -2px 0px #FFF,0px 2px 0px #FFF,-2px 0px 0px #FFF,0px -2px 0px #FFF, 0px 0px 4px #FFF;
    padding: 1em;
    font-family:quote, myfont;
    word-break: break-word;
}

.NewsletterBox {
    background: #00579a;
    margin: 0em -15px;
    color: #FFF;
    padding: 2em 0px;
    text-align: center;
}
.NewsletterBox .alertBox {
    padding: 0px 1em;
    margin-top: 1em;
}
/*
.content {
	background-image:url('../gfx/middleTlo.jpg');
	background-position:center;
	background-size:cover;
}
*/
.headerTop {
	background-image:url('../gfx/topTlo.jpg');
	background-position:center;
	background-size:cover;
	box-shadow: 0px 2px 2px #000000c7;
	z-index: 11;
    position: relative;
	
    overflow: hidden;
}

.headerTop1 {
	background-image:url('../gfx/topTlo.jpg');
	background-position:center;
	background-size:cover;
	box-shadow: 0px 2px 2px #000000c7;
	
    position: absolute;
	width:100%;
	height:100%;
    overflow: hidden;
}

.napisSdz
{
	position: absolute;
    right: 5%;
    width: 45%;
    bottom: 2em;
	/*animation:napisWlot 1s;*/
}
@keyframes napisWlot {
	0% { right:-100%;}
	50% {right:7%}
	70% {right:4%}
	100% {right:5%}
}

.kobietaSdz
{
	position: absolute;
    right: 5%;
    max-width: 40%;
	height:98%;
    bottom: 0em;
	display:none;
	
}

.krystynaSdz
{
	position: absolute;
	position: absolute;
    right: 5%;
    max-width: 40%;
	height:98%;
    bottom: 0em;
}


.topInfo {
    padding: 0.5em;
    color: #FFF;
    margin-bottom: -1.2em;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
    position: relative;
	text-shadow: 0px 0px 10px #000;
}
.topInfo > span {
	padding:0px 1em;
}
.topInfo a {
	color:#FFF;
}
.topInfo a:hover {
	color:#000;
	text-shadow: 0px 0px 10px #FFF;
}

.topInfo > span:hover {
	color:#000;
}

.usluga {
	/*position:absolute;*/
	top:0px;
	left:0px;
	width:100%;
}
.usluga img {
	width:100%;
	display:block;
}
.usluga .u {
	transition: 0.2s ease-in-out;
}
.usluga .u:hover {
	transform:scale(1.02);
}

hr {
	    border-top: 1px solid #054a7f;
}

img.shadow {
	box-shadow:0px 0px 4px #000;
}

.shadow {
	margin-top:3em;
}


.btn-primary {
    color: #fff;
    background-color: #0068c1;
    border-color: #054a7f;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00a700;
    border-color: #054a7f;
}

.shareItFb {
	    background: #4575f7;
    padding: 2px 10px;
    color: #FFF;
    border-radius: 2px;
	white-space: nowrap;
}

.animatedhover:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.animatedhover:hover {
  animation-play-state: running;
}

.logoHidden {
	margin-top:0.2em;
    padding: 6px;
    opacity: 0;
}
.siteName {
		background-image:url('../gfx/logosmall.png');
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
}
.menu_fixed1 .site-search {
	margin-top:0.2em !important;
}
.menu_fixed1 {
    position: relative;
    z-index: 99;
    /* box-shadow: 0px 0px 2px #000; */
    background: #fdfdfd;
    left: 0px;
    top: 0px;
    padding: 0px 1em;
}

.newsletterSDZ {
	        padding: 1.5em 0px;
		position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    /*height: 80%;*/
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
    z-index: 999999;
	       background: #054a7f;
}
.NewsletterBox {
		       padding: 2em 25px;
}
.NewsletterBox .form-control {
	      margin-bottom:0.5em;
}

.newsletterSDZ .NewsletterBox {
	       background: #054a7f;
		       padding: 2em 25px;
}
.newsletterSDZ .NewsletterBox .form-control {
	      margin-bottom:0.5em;
}
.newsletterSDZ1 {  
	        padding: 1.5em 0px;
		position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    /*height: 80%;*/
	color:#FFF;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
    z-index: 999999;
	       background: #054a7f;
}
.OfferBox {
		       padding: 2em 25px;
}
.OfferBox .form-control {
	      margin-bottom:0.5em;
}

.newsletterSDZ1 .OfferBox {
	       background: #054a7f;
		       padding: 2em 25px;
}
.newsletterSDZ1 .OfferBox .form-control {
	      margin-bottom:0.5em;
}
.widget .btn {
	    white-space: normal;
}
.roundImg {
border-radius: 50%;
min-width: 150px;
float:left;
margin-right:1em;
margin-bottom:1em;
}



@media only screen and (max-width: 960px) {
  .medal-list-addon {
    font-size:3rem;
  }
}