.img-full__none
{
	display: none;
}

.btn-info {
	text-transform: uppercase;
}

/*paczki 2018 - images and button over image */
@media screen and (max-width: 600px) {
    .paczki18l {
        
		z-index: -2;
		display: initial;
    }
	    .paczki18s {

		display: none;
    }
}
@media screen and (min-width: 599px) {
    .paczki18s {
        
		z-index: -2;
		display: initial;
    }
		    .paczki18l {

		display: none;
    }
}
.paczord18 {
	position: fixed;
	left:10%;
	top:30px;
	z-index: -1;
	width:200px;
	}
/* contact categories list customized */
.page-header {
    border: none;
    margin-bottom: 18px;
}
/*languages switcher module position */
.mod-languages{
  position:absolute;
  top: 0;
  right: 5%;
  
}
/*button over image used on ONA event*/

.img-wrapper {
  position: relative;
 }

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 75%;
}
.btn-ona { 
  color: #fff;
  font-size: 160%;
  font-family: 
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background:#ff868b;
  #background-image: linear-gradient(to bottom, #91ca69, #91ca69);background-repeat: repeat-x;
  border-color: #e54961 #e54961 rgb(0, 53, 65) 
}

/* below is the custom AK css from old protostar */

/*skating 2016 style - buttons over image*/
@media screen and (max-width: 600px) {
    .skating {
        background-image: url('/images/skating16/skating16e.jpg');
		background-color: #ffffff;
        background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		padding: 1px;
		z-index: -2;
    }
}
@media screen and (min-width: 600px) {
    .skating {
        background-image: url('/images/skating16/skating16c.jpg');
		background-color: #ffffff;
        background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		padding: 1px;
		z-index: -2;
    }
}
.donate {
	position: fixed;
	left:10%;
	top:30px;
	z-index: -1;
	width:200px;
	}
@font-face{font-family: "League Gothic";font-style: normal;font-weight: 400;src: url("/images/fonts/leaguegothic-regular-webfont.ttf");}
@font-face{font-family: "OpenSans";font-style: normal;font-weight: 400;src: url("/images/fonts/OpenSans-Regular.ttf");}

.myMainMenu {
	font-size: 1em;
	font-weight: bold;
    padding-top: 10px;
}
.allMargin6 {
margin: 6px 6px 6px 6px;
}
.akborder {
		border-radius: 5px;
		border: 1px solid #A9A9A9;
		padding: 2px;
        margin: 10px;
		}
/* searchbox as-search style */
.searchbox1{
position:fixed;
top:0px;
left:45%;
z-index:1000;
}

.akborderPlatinum {
		border-radius: 3px;
		border: 1px solid #A9A9A9;
		padding: 8px;
                background-color: #E5E4E2;
                margin: 10px 0px 10px 0px;
		}
.akborderGold {
		border-radius: 3px;
		border: 1px solid #A9A9A9;
		padding: 8px;
                background-color: #FFF380;
                margin: 10px 0px 10px 0px;
		}
.akborderSilver {
		border-radius: 3px;
		border: 1px solid #A9A9A9;
		padding: 8px;
                background-color: #C0C0C0;
                margin: 10px 0px 10px 0px;
		}
.akborderBlue {
		border-radius: 3px;
		border: 1px solid #A9A9A9;
		padding: 8px;
                background-color: #e5f2ff;
                margin: 10px 0px 10px 0px;
		}
.rmargin {
margin: 0px 5px 0px 0px;
}
.lmargin {
margin: 0px 0px 0px 5px;
}
/*for gala 15 tickets*/
.allmargin10{
margin: 10px 0px 10px 0px;
width: 70%;
box-shadow: 5px 5px 5px #666666;
}
/* for gala buttons by video */
.allmargin10a{
margin: 10px 0px 10px 0px;
padding: 10px;
width: 100%;
box-shadow: 3px 3px 3px #787878;
background-color: #006b4e;
border-radius: 4px;
}

.img-responsive {
  display: block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.shadow {
box-shadow: 5px 5px 10px #cccccc;
}

.flex{
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: row;
}
.btnG {
  background: #006b4e;
  background-image: -webkit-linear-gradient(top, #9ba,#006b4e);
  background-image: -moz-linear-gradient(top, #9ba,#006b4e);
  background-image: -ms-linear-gradient(top, #9ba,#006b4e);
  background-image: -o-linear-gradient(top, #9ba,#006b4e);
  background-image: linear-gradient(to bottom,#9ba,#006b4e);
  text-shadow: 0 1px 1px rgba(100,100,99,0.75);
  background-repeat: repeat-x;
  font-family: Arial;
  color: #efe;
  font-size: 13px;
  border-color: #006b4e #006b4e #bfbfbf;
  *background-color: #006b4e;
  /*-webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  
  padding: 3px 5px 3px 5px;
  border: solid #1f628d 2px;
  text-decoration: none;*/
}
.btnG:hover {
  color: #efe;
  background-color: #006b4e;
  *background-color: #006b4e;
  /*//background: #3cb0fd;
  //background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  //background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  //background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  ///background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  //background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  //text-decoration: none;*/
}

.btn-primary-t {
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background:#228897;
  background-image: linear-gradient(to bottom, #289, #267);background-repeat: repeat-x;
  border-color: #267 #267 rgb(0, 53, 65)
}

.btn-primary-t2 {
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background:#679db6;
  background-image: linear-gradient(to bottom, #289, #267);background-repeat: repeat-x;
  border-color: #267 #267 rgb(0, 53, 65)
}


.btn-primary-t:hover{
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background-color: #267;
  *background-color: #226676;
}
.btn-success-g {
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background:#006b4e;
  background-image: linear-gradient(to bottom, #006b4e, #006b4e);background-repeat: repeat-x;
  border-color: #006b4e #006b4e rgb(0, 53, 65)
}
.btn-success-g:hover{
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background-color: #006b4c;
  *background-color: #226676;
}

/* tooltip */

.wrapper {
  text-transform: uppercase;
  background: #ececec;
  color: #555;
  /*cursor: help;
  font-family: "Gill Sans", Impact, sans-serif; 
  font-size: 20px;
  margin: 100px 75px 10px 75px;
  padding: 15px 20px;*/
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #F2F2F2;
  bottom: 5%;
  color: #fff;
  display: block;
  left: -1%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  text-transform: initial;
  text-align: left;
  color: #000000;
  font-size: 1em;
  z-index: 2;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}

/* end of tooltip */

/* ribbon for ch brunch 2016 */


/*end of ribbon ch br 2016 */

.btn-skat16 { 
  color: #FFF;
  font-size: 180%;
  font-family: 
  #text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background:#91ca69;
  #background-image: linear-gradient(to bottom, #91ca69, #91ca69);background-repeat: repeat-x;
  border-color: #006b4e #006b4e rgb(0, 53, 65) 
}

/* above is the custom AK css from old protostar */

.foo {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.blue {
  background: #13b4ff;
}

.purple {
  background: #ab3fdd;
}

.wine {
  background: #ae163e;
}
/* lines across text */
.heading-1{
  position:relative;
  text-align: center
}
.heading-1:before {
  content: "";
  display: block;
  border-top: solid 2px #bebebe;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.heading-1 span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
/* border around round picture - picture class from bs 2 */
.avatar {
    display: block;
    border-radius: 180px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    box-sizing: border-box;
    background-color: #DDD;
    border: 3px solid #136e60;
    margin-left: auto;
    margin-right: auto
}

#logo h1 span.char_0,
#logo h2 span.char_0,
#logo h3 span.char_0,
#logo h1 span.char_7,
#logo h2 span.char_7,
#logo h3 span.char_7,
#logo h1 span.char_16,
#logo h2 span.char_16,
#logo h3 span.char_16
{
  /*color: #27b8d2;*/
  color: #DE3F57;
}
#logo h1 span.char_4,
#logo h2 span.char_4,
#logo h3 span.char_4,
#logo h1 span.char_5,
#logo h2 span.char_5,
#logo h3 span.char_5,
#logo h1 span.char_6,
#logo h2 span.char_6,
#logo h3 span.char_6
{
	color: #fff;
}

#bottom-header-row {
    padding: 0px 0 0px;
    margin-top: -180px;
    z-index: 10;
    position: relative;
}
#logo {
    margin: 5px 0px 0px;
}
#logo img{
  float: left;
  padding-right: 10px
}
#menu-row{
  background-color: rgba(0,0,0, 0.7)
}
#logo h1 span, #logo h2 span, #logo h3 span {
    font-size: 2vw;
}
#logo h6 {
    font-size: 1vw;
}
/*#logo img{
	width: 7vw
}*/
.mod-newsflash-adv__home-about .item_container{
    margin-bottom: -9999px;
    padding-bottom: 9999px !important;

}

.mod-newsflash-adv__home-about .row-fluid{
    overflow: hidden; 
}
.mod-newsflash-adv__home-about figure{
    text-align: center;
}

#ascopy {
    visibility: hidden;
}
#copyright .siteName
{
	/* color: #fff;
	font-size: 4em;	
	font-weight: 800;*/
	margin-bottom: 0px;
}

/*
#copyright .siteSlogan
{
	font-size: 1em;	
	color: #fff;
	margin-bottom: 0px;
}*/

.footer-men
{
  font-size: 1.3em;
  margin-bottom: 10px;
}

.nav.menu.footer li a{
  padding: 0px 0px 0px 2px;
  color: #ccc;
}

#footer-row-3 .mod-menu .nav.menu.footer li a:before {
  content: '';
}

#footer-row-3 .mod-menu .nav.menu.footer li a:hover {
  color: #be1f37;
  padding-left: 3px;
}

#footer-row-3 {
    padding: 50px 0 10px;
}

#footer-row-2 {
    padding: 120px 0px 50px;
    position: relative;
}

.mod-newsflash-adv__home-about a {
    color: white;
}

.mod-newsflash-adv__home-about a:hover {
    color: #ce2f47;
}

#bottom-header-row {
    padding: 0px 0 0px;
}

.body__home #main-content-row {
    padding: 0px 0px;
}

.sequence-slider.sequence-thumbnails {
    margin-bottom: 50px !important;
}
.gallery-grid .view .mask .mask_wrap .mask_cont, #content-row-3 .gallery-grid .view .content .mask_wrap .mask_cont {
    padding: 8% 10% !important;
}
#footer-row-2 .mod-custom__address {
    text-align: center;
    color: #777;
    margin: 0px 5px 80px;
    border-radius: 50%;
    background-color: #be1f37;
    padding: 50px;
}
#footer-row-2 .mod-custom__address p {
    font-weight: 300;
    padding-bottom: 15px;
    color: #fff;
}

/* centered columns styles */
#footer-row-2 .row-fluid {
    text-align:center;
}
#footer-row-2 .address {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* fixes overflow problem in single contact page*/
.accordion-body.in:hover {
    overflow: hidden;
}

.sequence-slider > .sequence-canvas li > .info {
    top: 20% !important;
}
/*front page portfolio, make text in first line same as the rest*/
.gallery-grid .view .mask .mask_wrap .mask_cont .item_title::first-line 
{
	font-size: 22px;
}

.gallery .btn-info {
    margin-top: 10px;
}

.sequence-slider > .sequence-canvas .info .slide-title {
	text-shadow: 2px 2px 8px #000000;
   /*font-size: 7vw; */
      	font-size: 5vw; /* temp override*/
    font-weight: 700;
    line-height: 7vw;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-left: -20px;
}

@media (max-width: 1400px)
{
	.sequence-slider > .sequence-canvas .info .slide-title	
	{
    		/*font-size: 7vw; */
      	font-size: 5vw; /* temp override*/
    		line-height: 7vw;
		margin-left: -15px;	
	}
}

@media (max-width: 1200px)
{
	
	.sequence-slider > .sequence-canvas .info .slide-title	
	{
    	/*font-size: 7vw; */
      	font-size: 5vw; /* temp override*/
    	line-height: 7vw;
		margin-left: -15px;	
	}
}
@media (max-width: 979px)
{
  .sequence-slider > .sequence-canvas .info .slide-title {
      /*font-size: 7vw; */
      	font-size: 5vw; /* temp override*/
      line-height: 7vw;
      margin-left: -10px;
  }
  ul.sf-menu li > ul {
    top: 103px !important;
  }
}

@media (max-width: 950px)
{
  
 
	#logo
	{
		float: left;
	}
	.btn.btn-navbar.btn-sf-menu{
		float: right;
	}
  
}
@media (max-width: 767px)
{
	#logo
	{
		float: left;
	}
	.btn.btn-navbar.btn-sf-menu{
		float: right;
	}
	.sequence-slider > .sequence-canvas .info .slide-title {
		font-size: 7vw;
		line-height: 10vw;
		margin-left: -5px;
	}

	#bottom-header-row {
		padding: 0px 0 0px;
		margin-top: 10px;
		z-index: 10;
		position: relative;
	}

	#bottom-header-row article.item {
		/* margin-bottom: 10px; */
		margin-top: 10px;
		/* padding-top: 20px; */
		overflow: hidden;
	}

}
@media (max-width: 480px)
{
	#slider-row
	{
		display: block;
	}
     #slider-row .camera_caption
	{
		margin-top: -35px;
	}
   
	#logo
	{
		float: left;
	}
	.btn.btn-navbar.btn-sf-menu{
		float: right;
	}
	#logo h1 span, #logo h2 span, #logo h3 span {
		font-size: 4vw;
	}
	#logo h6 {
		font-size: 2vw;
	}
	#logo img{
		width: 10vw
	}
}
.navigation_site_name{
	font-size: 3vw;
		
}

.lastItem ul{
  left: -6em !important;
}

.body__contacts.item-title{
  padding-top: 4em;
}

.body__contacts .page-header{
  padding-top: 4em;
}

#bottom-header-row .mod-newsflash-adv .item_container {

padding: 40px 40px 60px 40px;

}

.mod-newsflash-adv .item_container {
text-align: center;
}
/* skating 2019 */
.buttonskating19 {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #121441;
  border: none;
  border-radius: 15px;
  box-shadow: 0 7px #999;
}

.buttonskating19:hover {background-color: #5269af}

.buttonskating19:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
/* skating 2019 */
.button-hn {
    background-color: #CE1126;
    color: #ffffff;
    width: 300px;
    padding-left: 32px;
    font-size: 24px; 
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* internship menu module created manually*/
.mod-menu .nav.menu.iship li a {
    color: #B22222;
    padding: 22px 35px 3px 35px;
}

/* testing */
#.category-module.kaes.mod-list {
	list-style-type: upper-roman;
}

#.category-module.kaes.mod-list li a {
	color: green;
	background-color: lightgrey;
}

/** animista animations **/

.shadow-drop-center {
	animation: shadow-drop-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

.wilson {
line-height: 25px;
color: brown;
text-align:right;
font-weight: bold;
font-size: 1.1em;
}

/** paczki 22 old and probably unused**/
.btn-p22 {
  background: #d12c2c;
  background-image: -webkit-linear-gradient(top, #d12c2c, #613030);
  background-image: -moz-linear-gradient(top, #d12c2c, #613030);
  background-image: -ms-linear-gradient(top, #d12c2c, #613030);
  background-image: -o-linear-gradient(top, #d12c2c, #613030);
  background-image: linear-gradient(to bottom, #d12c2c, #613030);
  -webkit-border-radius: 21;
  -moz-border-radius: 21;
  border-radius: 21px;
  text-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 27px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-p22:hover {
  background: #692127;
  background-image: -webkit-linear-gradient(top, #692127, #a64612);
  background-image: -moz-linear-gradient(top, #692127, #a64612);
  background-image: -ms-linear-gradient(top, #692127, #a64612);
  background-image: -o-linear-gradient(top, #692127, #a64612);
  background-image: linear-gradient(to bottom, #692127, #a64612);
  text-decoration: none;
}

/**paczki-2022 button **/

.p22b {
	background-color:#8c2429;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #408046;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding:15px 13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.p22b:hover {
	background-color:#ad2d33;
    color:white;
}
.p22b:active {
	position:relative;
	top:1px;
}

/** Inlement weather popup */
#dailyposition{
  width: 80%;
  height: 90%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #aaaaaa;
}
