/*
#------------------------------------------------------------------------
# News II - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Animacje http://daneden.github.io/animate.css/
*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}


/* Here you can include your override CSS styles */

.box.color_kur a {
color: rgba(219, 219, 219, 0.95)!important;
}

.box.color_glob
{
	background-color: #73A822;
}
.box.color_biz
{
	background-color: #CD8301;
}
.box.color_kul
{
	background-color: #9F0E87;
}
.box.color_kur
{
	background-color: #0D507A;
	color: #FFF;
}
.box.color_war
{
	background-color: #D22C2C;
}
.box.color_nau
{
	background-color: #D1EA2C;
}

.box.title-color_glob .header, .box.title-color_glob .header A
{
	color: #73A822;
}
.box.title-color_biz .header, .box.title-biz .header A
{
	color: #CD8301;
}
.box.title-color_kul .header, .box.title-kul .header A
{
	color: #9F0E87;
}
.box.title-color_kur .header, .box.title-kur .header A
{
	color: #0D507A;
}
.box.title-color_war .header, .box.title-war .header A
{
	color: #D22C2C;
}
.box.title-color_nau .header, .box.title-nau .header A
{
	color: #D1EA2C;
}
.box.title-color_white .header, .box.title-white .header A
{
	color: #FFF;
}

.box.title-border.title-glob .header
{
	border-top: 1px solid #736357;
}
.box.title-border.title-biz .header
{
	border-top: 1px solid #736357;
}
.box.title-border.title-kul .header
{
	border-top: 1px solid #736357;
}
.box.title-border.title-kur .header
{
	border-top: 1px solid #0D507A;
}
.box.title-border.title-war .header
{
	border-top: 1px solid #D22C2C;
}
.box.title-border.title-nau .header
{
	border-top: 1px solid #D1EA2C;
}
.box.title-border.title-white .header
{
	border-top: 1px solid #FFF;
}

/* Menu do prawej */

#gkMainMenu {
float: right;
}

