/*
Theme Name: Siła Koloru
Theme URI: http://underscores.me/
Author: Jarek Rencz
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: silakoloru
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Siła Koloru is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/***************************
 *                         *
 *                         *
 *  Style "Siła koloru"    *
 *                         *
 *                         *
 ***************************/

a:visited {
    color:ghostwhite;
}

/**
 *
 *  Elementy Bootstrapa
 *
 */
.btn {
    height:55px;
    line-height:55px;
    box-sizing: border-box;
    border:0;
    font-size:19px;
    box-shadow:3px 4px 5px rgba(0, 0, 0, 0.2);
    border-radius:10px;
    padding:0 12px;
    font-style:normal;
    font-family:'merriweather_sans';
}
.btn.btn-large {
    height:60px;
    line-height:60px;
    padding:0px 20px;
}
.btn.btn-small {
    height:35px;
    font-size:11px;
    line-height:35px;
}
.btn.btn-mini {
    height:26px;
    font-size:11px;
    line-height:26px;
    border-radius:7px;
    box-shadow:1px 2px 3px rgba(0, 0, 0, 0.2);
}

/**
 *
 *  Pasek menu
 *
 */
.navbar {

}
.navbar .navbar-inner {
    height:70px;
    background:white;
    border:none;
}
.navbar .nav {
    height:70px;
    text-align:center;
    width:100%;
}
.navbar .nav li {
    float:none;
    min-width:136px;
    height:70px;
    line-height:34px;
    margin-left: 60px;
    display: inline-block;

}
.navbar .nav li:first-child {
    margin-left: 0;
}
.navbar .nav li a {
    font-family: 'merriweather_sans', sans-serif;
    height:36px;
    font-size:19px;
    line-height:39px;
    padding: 0;
    margin-top:34px;
    color: white;
    text-decoration: none;
    text-shadow: none;
    text-align:center;
    -webkit-transition: all 0.15s ease-in;
       -moz-transition: all 0.15s ease-in;
         -o-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in;
}
.navbar .nav li a:hover,
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
    color:white;
    margin-top:0;
    padding-top:34px;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar li.jak-pomoc a,
.navbar li.jak-pomoc a:hover,
.navbar li.jak-pomoc.active a,
.navbar li.jak-pomoc.active a:hover {
    background: rgb(214,110,187); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(214,110,187,1) 0%, rgba(164,81,134,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,110,187,1)), color-stop(100%,rgba(164,81,134,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(214,110,187,1) 0%,rgba(164,81,134,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(214,110,187,1) 0%,rgba(164,81,134,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(214,110,187,1) 0%,rgba(164,81,134,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(214,110,187,1) 0%,rgba(164,81,134,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d66ebb', endColorstr='#a45186',GradientType=0 ); /* IE6-9 */
}

.navbar li.o-projekcie a,
.navbar li.o-projekcie a:hover,
.navbar li.o-projekcie.active a,
.navbar li.o-projekcie.active a:hover {
    background: rgb(255,111,31); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,111,31,1) 0%, rgba(235,97,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,111,31,1)), color-stop(100%,rgba(235,97,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,111,31,1) 0%,rgba(235,97,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,111,31,1) 0%,rgba(235,97,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,111,31,1) 0%,rgba(235,97,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,111,31,1) 0%,rgba(235,97,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f1f', endColorstr='#eb6123',GradientType=0 ); /* IE6-9 */
}

.navbar li.lokalizacje a,
.navbar li.lokalizacje a:hover,
.navbar li.lokalizacje.active a,
.navbar li.lokalizacje.active a:hover {
    background: rgb(41,171,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(41,171,226,1) 0%, rgba(0,113,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,171,226,1)), color-stop(100%,rgba(0,113,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(41,171,226,1) 0%,rgba(0,113,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(41,171,226,1) 0%,rgba(0,113,188,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(41,171,226,1) 0%,rgba(0,113,188,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(41,171,226,1) 0%,rgba(0,113,188,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#0071bc',GradientType=0 ); /* IE6-9 */
}

.navbar li.program a,
.navbar li.program a:hover,
.navbar li.program.active a,
.navbar li.program.active a:hover {
    background: rgb(248,200,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,200,0,1) 0%, rgba(247,147,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,200,0,1)), color-stop(100%,rgba(247,147,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c800', endColorstr='#f7931e',GradientType=0 ); /* IE6-9 */
}

.navbar li.na-silowniach a,
.navbar li.na-silowniach a:hover,
.navbar li.na-silowniach.active a,
.navbar li.na-silowniach.active a:hover {
    background: rgb(52,206,176); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(52,206,176,1) 0%, rgba(35,142,124,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,206,176,1)), color-stop(100%,rgba(35,142,124,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(52,206,176,1) 0%,rgba(35,142,124,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(52,206,176,1) 0%,rgba(35,142,124,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(52,206,176,1) 0%,rgba(35,142,124,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(52,206,176,1) 0%,rgba(35,142,124,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34ceb0', endColorstr='#238e7c',GradientType=0 ); /* IE6-9 */
}

/**
 *
 *  Layout
 *
 */
#content {
    padding-top:70px;
}
.admin-bar #content {
    padding-top:42px;
}

.wrapper {
    height:575px;
    position:relative;
    overflow:hidden;
    box-sizing: border-box;
    padding: 35px 0;
}
.wrapper a[name] {
    position:relative;
    top:-70px;
}
.wrapper.template-white {
    padding:20px;
}
.container {
    position:relative;
    z-index: 3;
}
.container h2 {
    font-family: 'merriweather_sans', sans-serif;
    font-size: 48px;
    line-height:60px;
    color:white;
}
.template-white .container h3 {
    font-family: 'scada';
    font-size: 32px;
    color:#BC5E9F;
    font-weight: bold;
    font-style: italic;
}
.template-white .container h4 {
    font-family:'merriweather_sans';
    color:#999;
    font-size:23px;
    margin:30px 0;
}

/* Tła sekcji */
section.o-projekcie {
    background: rgb(251,197,51); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(251,197,51,1) 0%, rgba(249,183,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,197,51,1)), color-stop(100%,rgba(249,183,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,197,51,1) 0%,rgba(249,183,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,197,51,1) 0%,rgba(249,183,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,197,51,1) 0%,rgba(249,183,66,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,197,51,1) 0%,rgba(249,183,66,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc533', endColorstr='#f9b742',GradientType=0 ); /* IE6-9 */
}
section.lokalizacje {
    background: rgb(57,190,231); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,190,231,1) 0%, rgba(0,113,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,190,231,1)), color-stop(100%,rgba(0,113,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(57,190,231,1) 0%,rgba(0,113,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(57,190,231,1) 0%,rgba(0,113,188,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(57,190,231,1) 0%,rgba(0,113,188,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(57,190,231,1) 0%,rgba(0,113,188,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bee7', endColorstr='#0071bc',GradientType=0 ); /* IE6-9 */
}
section.program {
    background: rgb(249,197,40); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,197,40,1) 0%, rgba(244,179,37,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,197,40,1)), color-stop(100%,rgba(244,179,37,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,197,40,1) 0%,rgba(244,179,37,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,197,40,1) 0%,rgba(244,179,37,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,197,40,1) 0%,rgba(244,179,37,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,197,40,1) 0%,rgba(244,179,37,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c528', endColorstr='#f4b325',GradientType=0 ); /* IE6-9 */
}
section.na-silowniach {
    background: rgb(0,169,155); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,169,155,1) 0%, rgba(0,126,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,169,155,1)), color-stop(100%,rgba(0,126,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,169,155,1) 0%,rgba(0,126,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,169,155,1) 0%,rgba(0,126,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,169,155,1) 0%,rgba(0,126,138,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,169,155,1) 0%,rgba(0,126,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99b', endColorstr='#007e8a',GradientType=0 ); /* IE6-9 */
}
section.dolacz-do-nas {
    background: rgba(204, 204, 204, 0.30);
}

/* "skosy" */
section.o-projekcie:after,
section.lokalizacje:after,
section.program:after,
section.na-silowniach:after {
    content:"";
    width:100%;
    height:100%;
    top:0;
    display:block;
    position:absolute;
    -webkit-transform: matrix(1,0,-0.543,1,0,0);
    -moz-transform: matrix(1,0,-0.543,1,0px,0px);
    -ms-transform: matrix(1,0,-0.543,1,0,0);
    -o-transform: matrix(1,0,-0.543,1,0,0);
    transform: matrix(1,0,-0.543,1,0,0);
    z-index: 2;
    left:50%;
}
section.o-projekcie:after {
    margin-left:-146px;

    background: rgb(255,147,30); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,147,30,1) 0%, rgba(241,90,36,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,147,30,1)), color-stop(100%,rgba(241,90,36,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff931e', endColorstr='#f15a24',GradientType=0 ); /* IE6-9 */
}
section.lokalizacje:after {
    margin-left:58px;

    background: rgb(63,169,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(63,169,245,1) 0%, rgba(0,113,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,169,245,1)), color-stop(100%,rgba(0,113,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#0071bc',GradientType=0 ); /* IE6-9 */
}
section.program:after {
    margin-left:-256px;

    background: rgb(248,200,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,200,0,1) 0%, rgba(247,147,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,200,0,1)), color-stop(100%,rgba(247,147,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,200,0,1) 0%,rgba(247,147,30,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c800', endColorstr='#f7931e',GradientType=0 ); /* IE6-9 */
}
section.na-silowniach:after {
    margin-left:-140px;

    background: rgb(0,169,155); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,169,155,1) 0%, rgba(0,100,124,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,169,155,1)), color-stop(100%,rgba(0,100,124,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,169,155,1) 0%,rgba(0,100,124,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,169,155,1) 0%,rgba(0,100,124,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,169,155,1) 0%,rgba(0,100,124,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,169,155,1) 0%,rgba(0,100,124,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99b', endColorstr='#00647c',GradientType=0 ); /* IE6-9 */

}

/* podkreślenia pod nagłówkami kolorowych sekcji */
section.o-projekcie h2:after,
section.jak-pomoc h2:after,
section.lokalizacje h2:after,
section.program h2:after,
section.na-silowniach h2:after {
    content: "";
    display:block;
    width:100%;
    background:white;
    height:4px;
    z-index:1;
    position:relative;
    top:10px;
}
section.jak-pomoc h2:after {
    width:400px;
    background:#C13F86;
}
section.lokalizacje h2:after {
    width:627px;
}
section.program h2:after {
    width:313px;
}
section.na-silowniach h2:after {
    width: 427px;
}

/**
 *
 *  Shortcodes
 *
 */
.absolute {
    position:absolute;
}

/*roundie shortcode*/
.roundie {
    border-radius: 50%;
    box-sizing: border-box;
    background:whitesmoke;
    overflow:hidden;
    font-family: 'merriweather_sans', sans-serif;
    font-size:12px;
    color:white;
    line-height:1.75em;
}
.roundie.big-text {
    font-size:17px;
    font-weight:bold;
    line-height:1.2em;
}
.roundie.well {
    box-shadow: inset 4px 4px 7px rgba(0, 0, 0, 0.15);
    border:none;
    margin-bottom:0;
}
.roundie:not(.small):after,
.roundie:not(.small):before {
    content:"";
    border-radius: 50%;
    position: absolute;
    background: rgba(0,0,0,0);
    display:block;
}
.roundie span {
    position:relative;
    z-index:10;
}
/*hugenumber shortcode*/
.hugenumber {
    border-radius: 50%;
    font-family: 'merriweather_sans', sans-serif;
    color:white;
    font-weight: bold;
}


/**
 *
 *  Style właściwe dla poszczególnych sekcji
 *
 */

/* Sekcja Nagłówek */
section.head {
    background: url("images/head.jpg") no-repeat center top;
}
section.head .roundie-1 {
    background:white;
}
section.head .roundie-1:after {
    width: 101.9%;
    height: 101.9%;
    border:1px solid white;
    top: -3.5%;
    left: -3.5%;
}
section.head .roundie-2 {
    background: rgb(248, 200, 0);
    background: rgba(248, 200, 0, 0.70)
    background: -moz-linear-gradient(top,  rgba(248,200,0,0.7) 0%, rgba(247,147,30,0.7) 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,200,0,0.7)), color-stop(78%,rgba(247,147,30,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,200,0,0.7) 0%,rgba(247,147,30,0.7) 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,200,0,0.7) 0%,rgba(247,147,30,0.7) 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,200,0,0.7) 0%,rgba(247,147,30,0.7) 78%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,200,0,0.7) 0%,rgba(247,147,30,0.7) 78%); /* W3C */
}
section.head .roundie-2:before {
    width: 104.6%;
    height: 104.6%;
    border:2px solid rgba(248, 200, 0, 0.70);
    top: -6%;
    left: -0%;
}
section.head .roundie-2:after {
    width: 116.2%;
    height: 116.2%;
    border:1px solid rgba(248, 200, 0, 0.70);
    top: -3%;
    left: -18%;
}
section.head .roundie-3 {
    background: rgba(128, 128, 128, 0.70);
}
section.head .roundie-3:after {
    width: 100%;
    height: 100%;
    border:1px solid rgba(128, 128, 128, 0.70);
    top: -3%;
    left: 3%;
}
section.head .roundie h2,
section.head .roundie p {
    font-family: 'merriweather_sans', sans-serif;
    line-height:1.2em;
    font-size: 14px;
}
section.head .roundie h2 {
    font-size: 34px;
    font-weight:bold;
}
section.head .roundie p.date-info {
    font-size: 20px;
    margin-bottom:0.1em;
}
section.head .roundie p.date {
    font-size: 34px;
    font-weight: bold;
}
section.head .btn.btn-primary {
    background: rgb(238,122,42); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,122,42,1) 0%, rgba(222,85,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,122,42,1)), color-stop(100%,rgba(222,85,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,122,42,1) 0%,rgba(222,85,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,122,42,1) 0%,rgba(222,85,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,122,42,1) 0%,rgba(222,85,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,122,42,1) 0%,rgba(222,85,35,1) 100%); /* W3C */
}
section.head .btn.btn-primary:hover {
    background: rgb(222,85,35); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,85,35,1) 0%, rgba(238,122,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,85,35,1)), color-stop(100%,rgba(238,122,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(222,85,35,1) 0%,rgba(238,122,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(222,85,35,1) 0%,rgba(238,122,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(222,85,35,1) 0%,rgba(238,122,42,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(222,85,35,1) 0%,rgba(238,122,42,1) 100%); /* W3C */

}

section.head .campaign-info {
    width:350px;
    height:350px;
}
section.head .campaign-info .timer {
    width:240px;
    margin-left:-120px;
}
section.head .campaign-info h2 {
    font-size:26px;
}
section.head .campaign-info h2 span {
    font-size:40px;
}

section.head .campaign-info .details {
    background: rgb(0,142,125); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,142,125,1) 0%, rgba(0,108,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,142,125,1)), color-stop(100%,rgba(0,108,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,142,125,1) 0%,rgba(0,108,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,142,125,1) 0%,rgba(0,108,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,142,125,1) 0%,rgba(0,108,125,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,142,125,1) 0%,rgba(0,108,125,1) 100%); /* W3C */

}

section.head .campaign-info .details .got,
section.head .campaign-info .details .goal {
    font-size:24px;
    top:10px;
}
section.head .campaign-info .details p span {
    font-size:28px;
    font-weight:bold;
}
section.head .campaign-info .details .timer {
    top:95px;
}
section.head .campaign-info .details .timer span {
    font-size:35px;
}
section.head .tw_button {
    position:relative;
    z-index:1;
}

/* Sekcja Jak pomóc */
section.jak-pomoc h2 {
    font-family: 'merriweather_sans', sans-serif;
    font-size: 48px;
    color: #C13F86;
}
section.jak-pomoc .roundie-1 {
    background: rgba(0, 186, 239, 0.80);
}
section.jak-pomoc .roundie-1.small {
    background: rgb(63,169,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(63,169,245,1) 0%, rgba(0,113,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,169,245,1)), color-stop(100%,rgba(0,113,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(63,169,245,1) 0%,rgba(0,113,188,1) 100%); /* W3C */
}
section.jak-pomoc .roundie-2 {
    background: rgba(64, 171, 194, 0.80);
}
section.jak-pomoc .roundie-2.small {
    background: rgb(10,179,203); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(10,179,203,1) 0%, rgba(0,111,142,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,179,203,1)), color-stop(100%,rgba(0,111,142,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(10,179,203,1) 0%,rgba(0,111,142,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(10,179,203,1) 0%,rgba(0,111,142,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(10,179,203,1) 0%,rgba(0,111,142,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(10,179,203,1) 0%,rgba(0,111,142,1) 100%); /* W3C */
}
section.jak-pomoc .roundie-3 {
    background: rgba(63, 169, 245, 0.80);
}
section.jak-pomoc .roundie-3.small {
    background: rgb(103,122,177); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(103,122,177,1) 0%, rgba(0,113,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,122,177,1)), color-stop(100%,rgba(0,113,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(103,122,177,1) 0%,rgba(0,113,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(103,122,177,1) 0%,rgba(0,113,188,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(103,122,177,1) 0%,rgba(0,113,188,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(103,122,177,1) 0%,rgba(0,113,188,1) 100%); /* W3C */
}
section.jak-pomoc .roundie-1:not(.small):after {
    width: 100.1%;
    height: 100.1%;
    border:1px solid rgba(0, 186, 239, 0.80);
    top: -5%;
    left: -1%;
}
section.jak-pomoc .roundie-2:not(.small):after {
    width: 104.3%;
    height: 104.3%;
    border:1px solid rgba(0, 186, 239, 0.80);
    top: -2%;
    left: -5%;
}
section.jak-pomoc .roundie-3:not(.small):after {
    width: 96%;
    height: 96%;
    border:1px solid rgba(63, 169, 245, 0.80);
    top: 1.5%;
    left: 8%;
}
section.jak-pomoc .hugenumber {
    color:#C13F86;
    opacity:0.7;
}
section.jak-pomoc .btn.btn-primary,
section.dolacz-do-nas .btn.btn-primary {
    background: rgb(255,109,231); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,109,231,1) 0%, rgba(164,81,134,1) 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,109,231,1)), color-stop(88%,rgba(164,81,134,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,109,231,1) 0%,rgba(164,81,134,1) 88%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,109,231,1) 0%,rgba(164,81,134,1) 88%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,109,231,1) 0%,rgba(164,81,134,1) 88%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,109,231,1) 0%,rgba(164,81,134,1) 88%); /* W3C */
}
section.jak-pomoc .btn.btn-primary:hover,
section.dolacz-do-nas .btn.btn-primary:hover {
    background: rgb(164,81,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(164,81,134,1) 12%, rgba(255,109,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,rgba(164,81,134,1)), color-stop(100%,rgba(255,109,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(164,81,134,1) 12%,rgba(255,109,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(164,81,134,1) 12%,rgba(255,109,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(164,81,134,1) 12%,rgba(255,109,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(164,81,134,1) 12%,rgba(255,109,231,1) 100%); /* W3C */
}

/* Sekcja O projekcie */
section.o-projekcie h2:after {
    width:422px;
}
section.o-projekcie p {
    font-family: 'merriweather_sans', sans-serif;
    font-size:16px;
    line-height:2em;
    color:white;
}
section.o-projekcie p.slogan {
    margin:20px 0 0 -50px;
    font-family: 'scada';
    color:#EA5100;
    font-size:28px;
    line-height:1.35em;
}

/* Sekcja Razem z Rak'n'Roll Pomagamy */
section.razem-z-raknroll-pomagamy .container h3 {
    color: #F75C06;
}
section.razem-z-raknroll-pomagamy .container:before,
section.razem-z-raknroll-pomagamy .container:after {
    content:"";
    border-radius:50%;
    display:block;
    position:absolute;
    z-index:1;
}
section.razem-z-raknroll-pomagamy .container:before {
    width:45px;
    height:45px;
    border:2px solid #ABC920;
    top:30px;
    right:-50px;
}
section.razem-z-raknroll-pomagamy .container:after {
    width:150px;
    height:150px;
    border:1px solid #ABC920;
    top:420px;
    right:-100px;
}
section.razem-z-raknroll-pomagamy .roundie-1 {
    font-family: 'merriweather_sans', sans-serif;
    font-size: 13px;
    line-height:1.8em;

}
section.razem-z-raknroll-pomagamy .roundie-1,
section.razem-z-raknroll-pomagamy .roundie-1:before,
section.razem-z-raknroll-pomagamy .roundie-1:after{
    background: rgb(171,201,32);
    background: rgba(171,201,32,0.7);
    background: -moz-linear-gradient(left,  rgba(171,201,32,0.7) 0%, rgba(0,155,54,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,201,32,0.7)), color-stop(100%,rgba(0,155,54,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(171,201,32,0.7) 0%,rgba(0,155,54,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(171,201,32,0.7) 0%,rgba(0,155,54,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(171,201,32,0.7) 0%,rgba(0,155,54,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(171,201,32,0.7) 0%,rgba(0,155,54,0.7) 100%); /* W3C */
}
section.razem-z-raknroll-pomagamy .roundie-1:before {
    content:"";
    display:block;
    width:37%;
    height:37%;
    top:20px;
    left:-50px;
    position:absolute;
    z-index:1;
}
section.razem-z-raknroll-pomagamy .roundie-1:after {
    content:"";
    display:block;
    width:6.8%;
    height:6.8%;
    top:20px;
    left:870px;
    position:absolute;
    z-index:1;
}
section.razem-z-raknroll-pomagamy .roundie-2:before,
section.razem-z-raknroll-pomagamy .roundie-2:after {
    width: 103.7%;
    height: 103.7%;
    border:1px solid #ccc;
}
section.razem-z-raknroll-pomagamy .roundie-2:before {
    top: -1.85%;
    left: -3.7%;
}
section.razem-z-raknroll-pomagamy .roundie-2:after {
    top: -3%;
    left: 0%;
}
section.razem-z-raknroll-pomagamy .roundie-2 img {
    max-width:999%;
}
section.razem-z-raknroll-pomagamy .roundie-2 h4 {
    font-family:'merriweather_sans';
    font-size:30px;
    line-height:1.2em;
    color:white;
    margin:0;
}


/* Sekcja Lokalizacje */
section.lokalizacje .span3 h3 {
    font-family:'scada';
    color:white;
    font-weight:bold;
    font-size:22px;
    font-style:italic;
    margin: 30px 0;
}
section.lokalizacje .btn {
    padding:0;
    text-transform: uppercase;
}
section.lokalizacje .btn.btn-primary {
    background: rgb(0,161,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,161,221,1) 0%, rgba(0,85,161,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,161,221,1)), color-stop(100%,rgba(0,85,161,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,161,221,1) 0%,rgba(0,85,161,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,161,221,1) 0%,rgba(0,85,161,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,161,221,1) 0%,rgba(0,85,161,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,161,221,1) 0%,rgba(0,85,161,1) 100%); /* W3C */
}
section.lokalizacje .span3 .btn {
    width:102px;
    margin:10px 59px 0 59px;
}
section.lokalizacje .span3 .btn,
section.lokalizacje .span3 .btn:visited {
    color:#0071bc;
}
section.lokalizacje .span3 .btn.btn-primary,
section.lokalizacje .span3 .btn.btn-primary:visited {
    color:whitesmoke;
}

section.lokalizacje .btn img {
    vertical-align:middle;
    position:relative;
    top:-2px;
}
section.lokalizacje .span12 {
    margin:40px 0;
    font-family:'scada';
    color:white;
    font-style:italic;
    font-size:22px;
}
section.lokalizacje .span12 .btn {
    width: 103px;
    margin: 0 20px;
}

/* Sekcja program */
section.program h3 {
    font-family:'scada';
    color:white;
    font-weight:bold;
    font-style:italic;
    font-size:35px;
    margin:0 0 30px -20px;
}
section.program p {
    color:white;
    font-family:'merriweather_sans';
    font-weight: 200;
}
section.program .hugenumber {
    color:#F9741D;
}
section.program .hugenumber.narrow {
    letter-spacing:-20px;
}



/* Sekcja Trenuj profesjonalnie z Siłą Koloru */
section.trenuj-profesjonalnie-z-sila-koloru img.alignleft {
    margin: -10px 45px 30px -20px;
}
section.trenuj-profesjonalnie-z-sila-koloru img + br,
section.trenuj-profesjonalnie-z-sila-koloru img + p:empty{
    display:none;
}
section.trenuj-profesjonalnie-z-sila-koloru p {
    font-family: 'merriweather_sans', sans-serif;
    font-size:13px;
    color:#999999;
}
section.trenuj-profesjonalnie-z-sila-koloru .slogan p {
    font-family:'scada';
    color:#FF931E;
    font-style:italic;
    font-size:28px;
    line-height:1.2em;
    padding-left:30px;
}
section.trenuj-profesjonalnie-z-sila-koloru.template-white .container h3 {
    color:#F75C06;
    margin-bottom:20px;
}
section.trenuj-profesjonalnie-z-sila-koloru h5 {
    clear:none;
    font-family:'scada';
    color:#4D4D4D;
    font-style:italic;
    font-weight:bold;
    font-size:26px;
    margin-bottom:10px;
    left:-20px;
    position:relative;
}
section.trenuj-profesjonalnie-z-sila-koloru .span6 {
    margin-bottom:30px;
}
section.trenuj-profesjonalnie-z-sila-koloru .btn.btn-primary {
    background: rgb(255,147,30); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTMxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTVhMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,147,30,1) 0%, rgba(241,90,36,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,147,30,1)), color-stop(100%,rgba(241,90,36,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,147,30,1) 0%,rgba(241,90,36,1) 100%); /* W3C */
}
section.trenuj-profesjonalnie-z-sila-koloru .btn.btn-primary:hover {
    background: rgb(241,90,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(241,90,36,1) 0%, rgba(255,147,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,90,36,1)), color-stop(100%,rgba(255,147,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,90,36,1) 0%,rgba(255,147,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,90,36,1) 0%,rgba(255,147,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,90,36,1) 0%,rgba(255,147,30,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,90,36,1) 0%,rgba(255,147,30,1) 100%); /* W3C */
}
section.trenuj-profesjonalnie-z-sila-koloru .btn img {
    vertical-align:middle;
    position:relative;
    top:-2px;
}
section.trenuj-profesjonalnie-z-sila-koloru .container:after {
    content:"";
    border-radius:50%;
    display:block;
    position:absolute;
    z-index:1;
    width:270px;
    height:270px;
    border:1px solid #26A795;
    top:420px;
    right:-150px;
    z-index:-1;
}

/* Sekcja Na siłowniach */
section.na-silowniach h3,
section.na-silowniach p {
    font-family:'merriweather_sans';
    color:white;
}
section.na-silowniach h3 {
    font-size:23px;
    line-height:3em;
    margin-bottom:1.5em;
}
section.na-silowniach p {
    font-size:18px;
}
section.na-silowniach p.counter {
    font-size:38px;
    margin-bottom:0.1em;
}

/* Sekcja Sport to także rywalizacja */
section.sport-to-takze-rywalizacja {
    height:145px;
}
section.sport-to-takze-rywalizacja .container:after {
    content:"";
    border-radius:50%;
    display:block;
    position:absolute;
    z-index:1;
    width:344px;
    height:344px;
    border:1px solid rgba(6, 22, 86, 0.30);
    top:-180px;
    right:-200px;
    z-index:-1;
}
section.rank {
    height:420px;
    padding:0;
}
section.rank .container {
    width:100%;
    margin:0;
}
section.rank .jspPane {
    background-color: #008C91;
    background-image: linear-gradient(transparent 50%, rgba(255,255,255,.5) 50%);
    background-size: 140px 140px;
    width:100% !important;
}
section.rank .scroll-pane {
    width: 100%;
    height: 420px;
    overflow: auto;
}
section.rank .jspVerticalBar {
    right:50%;
    margin-right:-470px;
    width:26px;
    background:white;
}
section.rank .jspVerticalBar .jspArrow {
    position:relative;
    top:5px;
    height: 5px;
    background:white
}
section.rank .jspTrack {
    width:16px;
    left:5px;
    background:white;
}
section.rank .jspDrag {
    background:#008C91;
}
section.rank .scroll-pane ol {
    margin:0 auto;
    width:940px;
}
section.rank .scroll-pane ol {
    list-style-position: inside;
}
section.rank .scroll-pane ol li {
    height:70px;
    color:white;
    font-family:'merriweather_sans';
    font-size:25px;
}

section.rank .scroll-pane ol li h5,
section.rank .scroll-pane ol li p {
    display:inline-block;
    margin-right:20px;
    margin-top:24px;
}
section.rank .scroll-pane ol li h5 {
    font-size:31px;
    width:220px;
    font-family: 'scada';
    font-weight:bold;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
section.rank .scroll-pane ol li p {
    font-size:14px;
    width:120px
}
section.rank .scroll-pane ol li p.type {
    width:190px
}
section.rank .scroll-pane ol li p.time {
    font-size:25px;
    font-weight:bold;
    width:130px;
}
section.rank .scroll-pane ol li p.volume span {
    font-size:23px;
    font-weight:bold;
}


/* Sekacja Galeria Siły koloru */
section.galeria-sily-koloru.wrapper.template-white{
    padding:50px;
}
section.galeria-sily-koloru h3 {
    font-size:40px;
}
section.galeria-sily-koloru .gallery_wrapper {
    margin:70px 0 0 -20px;
    width:980px;
}
section.galeria-sily-koloru ul.instagram-gallery {
    margin:0;
    list-style:none;
}
section.galeria-sily-koloru ul.instagram-gallery li {
    margin-left:20px;
    margin-bottom: 20px;
    float:left;
    max-width:140px;
    height:140px;
}


/* Sekcja Dołącz do nas */
section.dolacz-do-nas {
    overflow:visible;
}
section.dolacz-do-nas.wrapper.template-white {
    padding:50px 0;
}
section.dolacz-do-nas.template-white .container h3 {
    font-size:52px;
}
section.dolacz-do-nas.template-white .container h4 {
    font-size:32px;
    color: #7A7A7A;
    font-style:italic;
    font-weight:bold;
    margin: 1em 0 2em 0;
    line-height:1.3em;
}
section.dolacz-do-nas .btn.btn-primary {
    font-size:25px;
}
section.dolacz-do-nas p {
    font-family:'merriweather_sans';
}
section.dolacz-do-nas p.info {
    font-size:29px;
    color:#999999;
    margin-bottom:1em;
    margin-top:3em;
    position: relative;
}
section.dolacz-do-nas p.timer {
    font-size:59px;
    color:#C13F86;
    position: relative;
    font-weight:bold;
    top:-10px;
}
section.dolacz-do-nas .container:after,
section.dolacz-do-nas .container:before,
section.dolacz-do-nas p.info:after,
section.dolacz-do-nas p.timer:before,
section.dolacz-do-nas p.timer:after {
    content:"";
    border-radius:50%;
    display:block;
    position:absolute;
    z-index:-1;
}
section.dolacz-do-nas .container:after {
    width:540px;
    height:540px;
    border:1px solid rgba(85, 89, 198, 0.25);
    top:0px;
    left:-180px;
}
section.dolacz-do-nas .container:before {
    width:315px;
    height:315px;
    border:1px solid rgba(85, 89, 198, 0.25);
    top:230px;
    left:130px;
}
section.dolacz-do-nas p.info:after {
    width:66px;
    height:66px;
    border:1px solid rgba(0, 142, 125, 0.30);
    top:-40px;
    left:50%;
    margin-left:150px;
}
section.dolacz-do-nas p.timer:before {
    width:265px;
    height:265px;
    border:2px solid rgba(171, 201, 32, 0.30);
    top:-40px;
    left:50%;
    margin-left:350px;
}
section.dolacz-do-nas p.timer:after {
    width:183px;
    height:183px;
    border:none;
    top:42px;
    left:50%;
    margin-left:391px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNzE4ZCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhkMmU2MiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(235,113,141,0.3) 0%, rgba(141,46,98,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,113,141,0.3)), color-stop(100%,rgba(141,46,98,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(235,113,141,0.3) 0%,rgba(141,46,98,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(235,113,141,0.3) 0%,rgba(141,46,98,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(235,113,141,0.3) 0%,rgba(141,46,98,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(235,113,141,0.3) 0%,rgba(141,46,98,0.3) 100%); /* W3C */

}


/* Sekcja stopka */
section.stopka {
    height:485px;
}
section.stopka h3 {
    font-family:'merriweather_sans';
    font-size:21px;
    margin-bottom:1em;
    line-height:1.2em;
    color:#777E9A;
}
section.stopka a {
    color:#777E9A;
}
section.stopka img {
    margin-right:40px;
}

html .chromeframe {
    display: none;
}
html.lt-ie9 .navbar,
html.lt-ie9 footer {
    display:none;
}
html.lt-ie9 .row.events h3 {
    min: 80px;
}
html.lt-ie9 #container {
    display:none;
}
html.lt-ie9 .chromeframe {
    display:block;
}
html.lt-ie9 .chromeframe h2 {
    color:#333;
}



footer {
    padding:30px 0;
    border-top:2px solid #ccc;
    color:#808080;
}
footer a:visited {
    color:#808080;
}