@font-face {
	font-family: 'AllerDisplay';
	src: url(../font/allerdisplay-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Museo';
	src: url(../font/museo500-regular-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Museo';
	src: url(../font/museo700-regular-webfont.woff2) format('woff2');
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans';
	src: url(../font/sourcesanspro-light-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans';
	src: url(../font/sourcesanspro-regular-webfont.woff2) format('woff2');
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans';
	src: url(../font/sourcesanspro-semibold-webfont.woff2) format('woff2');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans';
	src: url(../font/sourcesanspro-bold-webfont.woff2) format('woff2');
	font-weight: 900;
	font-style: normal
}

*{padding:0;margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}

a{text-decoration:none}
a:focus,input,textarea{outline:0}

abbr{border-bottom: 1px dotted black}
del{color:red;text-decoration:line-through}
ins{border-bottom:1px solid green;color:green;text-decoration:none}
q{font-style:italic}
fieldset{border:0}

html{overflow-y:scroll;}
img{border:0;vertical-align:bottom;max-width:100%}
label{cursor:pointer}
ul{list-style:none}
table{border-collapse:collapse;border-spacing:0;margin-bottom:1em}

@media screen {

/* reusable */
.clear{clear:both}
.left{float:left}
.right{float:right}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.hide{display:none}
.offscr{position:absolute;left:-9999px}

.entrance {
background: rgb(79,184,30);
background: -moz-radial-gradient(center, ellipse cover,  rgba(79,184,30,1) 0%, rgba(47,127,12,1) 100%); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(79,184,30,1) 0%,rgba(47,127,12,1) 100%); 
background: radial-gradient(ellipse at center,  rgba(79,184,30,1) 0%,rgba(47,127,12,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb81e', endColorstr='#2f7f0c',GradientType=1 ); 
width: 100%;
height: 100%;
}

.entrance h1 {
  font: normal 60px/60px "AllerDisplay", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 70px;
  text-shadow: 1px 1px 1px rgba(39,75,21, 0.3);
  padding-bottom: 50px;
}

.entrance a {
  width: 1148px;
  height: 337px;
  overflow: hidden;
  display: block;
  padding-top: 20px;
  margin: auto;
  position: relative;
  text-align: center;
}
.entrance a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1148px;
  height: 337px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all ease .5s;
}

.entrance a img {
  position: absolute;
  top: 0;
  left: 0;
}

.entrance a div {
  position: absolute;
  display: block;
  padding: 20px 25px;
  font: normal 48px/48px "Source Sans", sans-serif;
  background: #fff;
  margin: auto;
  text-align: center;
  float: left;
  top: 50%;
  left: 50%;
  transition: top ease 1s;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.entrance div em {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}

.entrance a b { font-weight: 900; }

.entrance a.szkola {color: #006bfd;}
.entrance a.przedszkole {color: #ff7200;}
.entrance a.szkola:after { background: rgba(0,107,253,0.5); }
.entrance a.przedszkole:after { background: rgba(253,149,0,0.5); }

.entrance a:hover:after {opacity: 0;}
.entrance a:hover div { top: 60%; }

body { background-image: url(../img/bg.png); background-attachment: fixed; }

header {
  width: 100%;
  height: 770px;
  position: relative;
}

header nav {
  width: 1200px;
  height: 121px;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

header nav .logo {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  display: block;
  height: 140px;
  width: 485px;
  position: relative;
  top: 5px;
  left: -10px;
  font: normal 26px/26px Museo, sans-serif;
  color: #959595;
}
header nav .logo p {
  display: block;
  position: absolute;
  width: 370px;
  text-transform: uppercase;
  text-align: right;  
  top: 35px;
  left: 110px;
}
header nav .logo i {
  font-style: normal;
  color: #959595;
}
header nav .logo em {
  font: normal 16px/20px "Source Sans", sans-serif;
  display: block;
  clear: both;
  position: relative;
  text-align: right;
  text-transform: none;
  color: #959595;
}

.szkola header nav .logo p {
  color: #0880c1;
}
.szkola .toolbox a:after {
  color: #0880c1;
}

.przedszkole header nav .logo p {
  color: #fdb900;
  text-align: left;
  top: 44px;
  left: 128px;  
  font-size: 36px;
  line-height: 36px;
}
.przedszkole .toolbox a:after {
  color: #fdb900;
}
.przedszkole .menu, .przedszkole .menu a.home:after {
  background-color: #33b7ff;
  color: #fff;
}
.przedszkole .menu a.home:hover:after {
  background-color: #efefef;
  color: #006fa7
}
.przedszkole .menu > li > a {
  color: #fff;
}
.przedszkole .menu > li:hover > a {
  color: #006fa7;
}
.przedszkole #home-menu {
  background-image: url(../img/bg-przedszkole.svg);
}

.przedszkole .toolbox a:hover { color: #fdb900 }

.toolbox {
  width: 680px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.toolbox li {
  display: inline-block;
  height: 66px;
  font: 500 16px/66px "Source Sans", sans-serif;
  color: #383838;
  vertical-align: middle;
}

.toolbox a {
  color: #383838;  
  position: relative;  
  height: 66px;  
  margin-left: 10px;
  margin-right: 15px;
}
.toolbox a:hover {
  color: #0880c1;
}

.toolbox .search {
  width: 66px;
  height: 66px;
  background: #f4f4f4;
  display: block;
  text-align: center;
  color: #f4f4f4 !important;
  overflow: hidden;
  margin-right: 0;
}
.toolbox .search:after {
  position: absolute;
  content: "";
  width: 66px;
  height: 66px;
  font: normal 28px/66px FontAwesome;
  color: #383838 !important;
  top: 0;
  left: 0;
  text-align: center;
}
.toolbox .search:hover {
  background: #e7e7e7;
  color: #e7e7e7 !important;
}

.toolbox .bip {
  width: 60px;
  text-align: center;
  display: block; 
}
.toolbox .bip:after {
  position:absolute;
  width: 60px;
  height: 66px;
  background: #fff url(../img/bip.png) scroll no-repeat 50% 50%;
  top: 0;
  left: 0;
  display: block;
  content: "";
}
.toolbox .bip:hover { opacity: 0.6; }

.toolbox .email, .toolbox .phone {
  padding-left: 32px;
}

.toolbox .email:after {
  position: absolute;
  width: 23px;
  font: normal 23px/23px FontAwesome;
  content: "";
  left: 0;
  top: 0;  
}
.toolbox .phone:after {
  position: absolute;
  width: 23px;
  font: normal 23px/23px FontAwesome;
  content: "";
  left: 0;
  top: 0;  
}

.menu {
  width: 680px;
  height: 55px;
  position: absolute;
  top: 66px;
  right: 0;
  text-align: center;
  background: #fdb900;
}
.menu > li {
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  position: relative;
}
.menu > li > a {
  display: block;
  height: 55px;
  font: 500 16px/55px "Source Sans", sans-serif;
  color: #143f53;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.menu a.home {
  width: 55px;
  height: 55px;
  overflow: hidden;  
  margin: 0;
}
.menu a.home:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;  
  font: normal 24px/55px FontAwesome;
  content: "";
  background: #fdb900;
  display: block;
  text-align: center;    
}

header .menu .sub {
    display: none;
    background: #efefef;
    position: absolute;
    padding: 15px 10px;
    text-align: left;
    width: 500px;
    left: 0;
}
header .menu .sub.right {
  left: auto;
  right: 0;
}

header .menu .sub.single {
  width: 250px;
}

header .menu > li:hover .sub {
  display: block;
}
header .menu > li:hover, header .menu a:hover:after {
  background: #efefef;
}

header .menu .sub ul {
  width: 220px;
  display: block;
  float: left;
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: normal 18px/22px "Source Sans", sans-serif;
  border-right: 1px solid #d1d1d1;
}
header .menu .sub ul:last-child {
  border-right: 0;
}

header .menu .sub a {
  display: block;
  color: #115273;
  padding-top: 4px;
  padding-bottom: 4px;
}

header .menu .sub a:hover { color: #fdb900 }

.slider {
  position: absolute;
  width: 100%;
  height: 770px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.slider > div {
  position: absolute;
  width: 100%;
  height: 770px;
  top: 0;
  left: 0;
  right: 0;
  background-attachment: fixed;
  background-position: 50% 0%;
}

.slider > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: 770px;
  margin: auto;
}


.slider > div p {
  font: normal 60px/60px "Museo", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 130px;
  left: 50px;
  text-shadow: 2px 1px 1px rgba(13,87,121, 0.7);  
}

#home-menu {
  width: 100%;
  height: 211px;
  overflow: hidden;
  position: relative;
  top: -20px;
  z-index: 10;
  background-image: url(../img/bg-szkola.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1920px 211px;
  text-align: center;
}

#home-menu a {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 150px;
  text-align: center;
  color: #fff;
  font: normal 24px/24px "Source Sans", sans-serif;
  position: relative;
  top: 40px;
}
#home-menu a:hover {
  opacity: 0.7;
}

#home-menu a i {
  font-size: 68px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10px;  
  transition: all ease .5s;
}

#home-menu a:hover i {
  transform: rotate(6deg) scale(1.1) translateY(5px);
}

#home-menu a p {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0; 
  bottom: 20px;
} 

footer {
  background: #b0aba0;
  padding-top: 40px;
  position: relative;  
  font: 500 18px/22px "Source Sans", sans-serif;
  color: #55524c;
}

.wrapper {
  width: 1200px;
  margin: auto;
  position: relative; 
}

footer p {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
}  

footer a {
  color: #55524c;
}
footer a:hover {
  text-decoration: underline;
}

footer .name {
  font: normal 18px/24px "Museo", sans-serif;
  margin-right: 50px;
}
footer .address { padding-left: 40px; margin-right: 30px; }
footer .address:after { width: 30px; height: 40px; text-align: center; font: normal 30px/40px FontAwesome; display: block; content: ""; position: absolute; top: 0; left: 0; }

footer .contact { padding-left: 40px; margin-right: 65px; }
footer .contact:after { width: 30px; height: 40px; text-align: center; font: normal 30px/40px FontAwesome; display: block; content: ""; position: absolute; top: 0; left: 0; }

footer .copyright {
  font: normal 14px/18px "Source Sans", sans-serif; padding-left: 40px;
  border-left: 1px solid #969188;
}
footer .copyright:after {
  width: 177px;
  height: 169px;
  background: url(../img/ciuchcia.png);
  overflow: hidden;
  position: absolute;
  top: -122px;
  left: -72px;
  display: block;
  content: "";
}

main {
  padding-bottom: 50px;
}

div.news, article.news { text-align: center; }


main h1 {
  font: normal 47px/55px "Museo", sans-serif;
  color: #0068a4;
  padding-top: 20px;
  padding-bottom: 15px;
}

a.news {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  min-height: 330px;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 18px;
  margin-left: 18px;
  margin-bottom: 35px;
  overflow: hidden;
  color: #3a3a3a;
  font: normal 14px/18px "Source Sans", sans-serif;
  text-align: left;
}
a.news img {
  width: 340px;
  height: 200px;
}
a.news em {
  font-style:normal;
  font-weight: 900;
  color: #1993cb;
}
a.news h3 {
  font: bold 18px/22px "Source Sans", sans-serif;
  padding-left: 10px;
  padding-top: 10px; 
}
a.news time {
  font: normal 18px/22px "Source Sans", sans-serif; 
  padding-left: 10px;
  margin-bottom: 5px;
  display: block;
}
a.news p {
  padding: 0 10px;
}
a.news:hover { background-color: #efefef; }

.buttons {
  text-align: center;
  position: relative;
}

a.more {
  display: inline-block;
  text-align: center;
  position: relative;
  font: bold 18px/18px "Source Sans", sans-serif;
  color: #fff;
  background-color: #1993cb;
  border-radius: 3px;
  padding: 12px 8px;
}

a.more:hover { background-color: #fdb900; }

.page header { height: 360px; }
.page header .slider, .page header .slider div { height: 360px; background-position: 50% 80%; background-attachment: scroll; }

main nav {
  width: 317px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 30px;
  overflow: hidden;
  vertical-align: top;
}

main nav h2 {
  height: 52px;
  width: 100%;
  background: #0068a4;
  color: #fff;
  font: normal 24px/52px "Museo", sans-serif;
  text-indent: 20px;
}

main nav ul {
  padding: 5px;
  padding-bottom: 10px;
}

main nav a {
  font: 500 18px/22px "Source Sans", sans-serif;
  color: #0f0f0f;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #efefef;
}
main nav li:last-child a {
  border-bottom: none;
}
main nav li.selected, main nav a:hover { color: #fd5900; }

main article, div.news {
  display: inline-block;
  width: 840px;
  font: 500 18px/24px "Source Sans", sans-serif;
  color: #252525;
  padding-bottom: 20px;
}
main .wide {
  width: 100%;
}

article p {
  padding-top: 15px;
  padding-bottom: 15px;
}

article h2 { 
  color: #fd5900;
  font: normal 36px/42px "Source Sans", sans-serif;
  padding-top: 15px;
  padding-bottom: 5px;
}

article h3{font:200 28px/33px "Source Sans", sans-serif;color:#009b1d;margin-bottom:10px; margin-top: 20px;}
article ul, article ol {padding-left:10px;}
article ol li { padding-top: 5px; padding-bottom: 5px; margin-left: 10px;  }
article ul li{position:relative;padding-left:20px;padding-top:5px;padding-bottom:5px;}
article ul li:before{position:absolute;content:'';font:normal 14px/24px FontAwesome;left:0px;}

article a { color: #0098f0 }
article a:hover { color: #f07700 }

.paginator {
  text-align: center;
}

.paginator li {
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.paginator li:before, .paginator li:after {
  display: none;
}
.paginator li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0 10px;
}
.paginator li.selected a {
    color: #fff;
}
.paginator li.selected {
    background-color: #ee6e73;
}
.paginator li.disabled a {
    color: #999;
    cursor: default;
}
.paginator li i {
    font-size: 2rem;
}
.paginator li.pages ul li {
    display: inline-block;
    float: none;
}

article table{border-collapse:collapse;margin-bottom:1em;border-spacing:2px;background-color:#fff;border: 1px solid #ECECE6; min-width: 60%; max-width: 95%; margin: auto;}
article table thead td,article table th,article table.zebra thead td,article table.zebra th{padding-top: 4px; padding-bottom: 5px; background-color:#9CCD54;color:#fff;text-align:center;font-weight:bold;}
article table td{background-color:#fff;padding:4px 6px;border: 1px solid #ECECE6}
article table tfoot td{background-color:#BFBFBF;text-align:center;font-weight:bold}
article table.zebra{border-collapse:collapse;margin-bottom:1em; width: 100%;}
article table.zebra td{padding:3px 5px;background-color: #fff}
article table.zebra tr:nth-child(2n) td{background-color:#ECECE6}
article table.zebra tfoot td{background-color:#BFBFBF;text-align:center;font-weight:bold}

article table td p { padding: 0; margin: 0;}
           
article .subtitle { color: #b7b7a4; position: relative; top: -20px; }
article time { display: inline-block; }

a.pdf, a.doc, a.xls, .text a[href$=".pdf"], .text a[href$=".doc"], .text a[href$=".docx"]{padding:12px 0 12px 45px;margin-left:1.5em;display:inline-block;background-repeat:no-repeat;background-position:0 50%}
a.pdf, .text a[href$=".pdf"]{background-image:url(../img/icon_pdf.png);}
a.doc, .text a[href$=".doc"], .text a[href$=".docx"]{background-image:url(../img/icon_doc.png);}
a.xls{background-image:url(../img/icon_xls.png);}

blockquote *{padding:0 35px;}
blockquote *:first-child{background:url(../img/quote_open.png) no-repeat scroll 0 0;min-height:24px;}
blockquote * *:first-child{background:none !important;min-height:0;}
blockquote * *{padding:0;}
blockquote{margin:1em 0;padding:12px;padding-bottom:0;background:#EDF3F6 url(../img/quote_close.png) no-repeat scroll right bottom;border:1px solid #CBDCE4;border-width:1px 0}

.gallery {
  width: 100%;
}

.gallery a, .gallery-list a {
  display: inline-block;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);  
  margin: 4px;
}

.gallery-list {
  display: inline-block;
  width: 30%;
  border: 1px solid #efefef;
  vertical-align: top;
  background: rgba(255,255,255,0.8);
  min-height: 300px;
  margin: 1%;
}

.gallery-list h3 em {
    font-style: normal;
    font-size: 14px;
    display: block;
    line-height: 18px;
    color: #777;
}

.gallery a img, .gallery-list a img {
  width: 140px;
}

.gallery a i {
  font-style: normal;
  text-align: center;
  padding-top: 5px;
}

.gallery-group {
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gallery-group > span {
  width: 100%;
  display: block;
  background: #ecece6;
  color: #7a7a78;
  height: 39px;
  font: normal 18px/39px Arial, sans-serif;
  text-indent: 15px;
  border-bottom: 1px solid #d3d3c1; 
  cursor: pointer;
}

.gallery-group > span:hover {
  background: #E0E0D9
}

#searchbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e2ded5;
  z-index: 1001;
  text-align: center;
}

#searchbox input[type=text] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 650px;
  border: 3px solid #fdb900;
  background: #fff;
  height: 55px;
  padding: 5px;
  font: normal 44px/55px "Source Sans", sans-serif;
  margin: auto;
  text-indent: 10px;
  color: #000;
  z-index: 10;
  border-radius: 3px;
}

#searchbox input[type=submit] {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 0;
  text-align: center;
  overflow: hidden;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translatex(297px) translatey(6px);
  cursor: pointer;
  z-index: 1;
  font: normal 50px/60px FontAwesome;
  color: #000;
  background: #b2b0ab;
  border-radius: 3px;
  z-index: 11;
  
}

.article-image { float: left; max-width: 250px; margin-right: 10px; margin-bottom: 8px; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(../img/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}

.searchresults {
  width: 100%;
}

.searchresults li:before {
  display: none;  
}

.searchresults li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 5px;
  margin: 5px;
}

.searchresults li a {
  font-size: 20px;
  line-height: 24px;
}
.searchresults li {
  font-size: 14px;
  line-height: 18px;
}