/* CSS Document */

body {font-family: 'Roboto', Arial, sans-serif; background: #2e87c3; /* #777 */ 
/* 
-webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 filter: grayscale(100%);
*/
}
.well {padding:15px;}
.well.transparent {background: transparent; border:none; box-shadow:none;}

#logo {background: #e1e1e1 ; border-bottom:3px #d49f47 solid; padding:1em 0 0 0; box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1); position: relative;}
/* #logo:after {background: url("https://trueblues.pl/uploads/theme/trueblues/img/logo_chelsea.png") no-repeat scroll center center rgba(0, 0, 0, 0); content: ""; height: 155px; left: 50%; margin-left: -79px; position: absolute; top: 46px; width: 154px; z-index: 9;} */
#logo h1 a{display: block;    position: relative;    top: -10px;}
#logo h1 a > small {  bottom: 4px;  color: #666;  font-size: 19px;  left: 83px;  position: absolute;  white-space: nowrap;}
#logo img {display: block; max-width: 100%; height: auto;}


#nav, header .search  {background:#30313f;}
#menu {background: rgb(0,93,145); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,93,145,1) 0%, rgba(0,68,132,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,93,145,1)), color-stop(100%,rgba(0,68,132,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,93,145,1) 0%,rgba(0,68,132,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,93,145,1) 0%,rgba(0,68,132,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,93,145,1) 0%,rgba(0,68,132,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,93,145,1) 0%,rgba(0,68,132,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d91', endColorstr='#004484',GradientType=0 ); /* IE6-9 */

border-radius: 0 0 5px 5px; border-top: 0 none; margin-bottom:0; box-shadow:0 6px 7px -3px #000;
}

.navbar-toggle {border-color:#fff;}
.navbar-toggle .icon-bar {background: #fff;}
.navbar-brand {color:#d49f47; font-weight: 900; text-transform: uppercase;} 

#menu .navbar-nav > li > a {text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2); color:#fff; font-weight: 900; text-transform: uppercase; padding:30px 27px; transition: all 0.5s ease 0s; }
#menu .navbar-nav > li > a:hover {color:#00508A; } 
#menu .navbar-nav > li > a:hover:after { border-color: #d49f47 transparent transparent; border-style: solid; border-width: 15px 15px 0; content: ""; height: 0; left: 50%; margin-left: -15px; position: absolute; top: 0; width: 0;}

#menu .navbar-nav > li:nth-child(4) {margin-right:0;}



header .search .well {background: #252631; border:none; border-left:1px solid #666; border-right:1px solid #666; border-radius:0; width: 93%; margin: 0 auto; padding:5px 0;}
header .search .well .icon {color: #fff; text-align: center; cursor: pointer; transition: all 0.5s ease 0s;}
header .search .well .icon.open {margin: 0 auto; -ms-transform: translateY(15px); -webkit-transform: translateY(15px);  transform: translateY(15px); width: 20px; z-index: 10;}
header .search .well .row {display: none; margin-top: -20px; padding: 10px 20px; }

header .search .well .row .social {margin-top:0.2em}
header .search .well .row .social i {color:#41424b; margin:0 5px; transition: all 0.5s ease 0s;}
header .search .well .row .social i:hover {color:#fff; -webkit-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4);}

header .search form input {border:1px #383944 solid; border-radius:0; background: none; transition: all 0.2s ease-out 0s; width: 85%; float: right; color:#eaeaea;}
header .search form input:focus {width: 100%;}
header .search form button, .btn.btn-dark {
background: #3d3e49; /* Old browsers */
background: -moz-linear-gradient(top, #3d3e49 0%, #33343f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3e49), color-stop(100%,#33343f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3d3e49 0%,#33343f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3d3e49 0%,#33343f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3d3e49 0%,#33343f 100%); /* IE10+ */
background: linear-gradient(to bottom, #3d3e49 0%,#33343f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3e49', endColorstr='#33343f',GradientType=0 ); /* IE6-9 */
color:#eaeaea;
}
header .search form button:hover, header .search form button:focus header .search form button:active, .btn.btn-dark:hover {
background: #3d3e49; /* Old browsers */
background: -moz-linear-gradient(top, #33343f 0%, #3d3e49 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33343f), color-stop(100%,#3d3e49)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #33343f 0%,#3d3e49 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #33343f 0%,#3d3e49 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #33343f 0%,#3d3e49 100%); /* IE10+ */
background: linear-gradient(to bottom, #33343f 0%,#3d3e49 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33343f', endColorstr='#3d3e49',GradientType=0 ); /* IE6-9 */
color:#fff}

.wrap {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-top:0;
  box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
  width: 93%;
  margin: 0 auto 20px;
  padding: 0 10px 10px;
  border-radius:0 0 20px 20px;
  
}

#content, footer {background: #e5e5e5; border-radius:0; padding-bottom:20px}
#content section.header {background: #ffffff;}

#slider {margin-bottom:1em; padding-bottom:1em; border-bottom:3px #d49f47 solid;}

#slider .carousel-inner {
background: #005b8c; /* Old browsers */
background: -moz-linear-gradient(top, #005b8c 0%, #004484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005b8c), color-stop(100%,#004484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #005b8c 0%,#004484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #005b8c 0%,#004484 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #005b8c 0%,#004484 100%); /* IE10+ */
background: linear-gradient(to bottom, #005b8c 0%,#004484 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b8c', endColorstr='#004484',GradientType=0 ); /* IE6-9 */
max-height:310px;
}
#slider .carousel-indicators {bottom: auto; left: auto; margin: 0; right: 1em; top: 1em; width: auto; z-index: 9;}
#slider .carousel-control {width: 10%; opacity:0.3}
#slider .carousel-control:hover {opacity:1}

#slider aside {}
#slider aside .txt {padding:3% 7% 3% 0; color:#fff; line-height: 1.5em;}
#slider header {font-size: 30px; color:#fff; font-weight: 900; line-height: 1.2em; margin-bottom:0.5em}


#box .box {
  border-radius: 10px;
  color: #fff;
  height: 300px;
  position: relative;
  background-size:cover !important;
  background-position: center !important;
}

.sidebar #box .box {margin-bottom:20px;}

#box > div .box:after {position: absolute; width: 100%; height: 100%; left:0; top:0; content:''; opacity:0.4; transition: all 0.5s ease 0s; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); background-size:cover !important; background-position: center !important;} 
#box > div .box:hover:after {opacity:0.6; -webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0);}

#box > div:first-child .box {background: radial-gradient(ellipse at center center , rgba(0, 91, 141, 0.5) 0%, rgba(0, 91, 141, 1) 70%) repeat scroll 0 0%, 
                                    url(https://trueblues.pl/uploads/theme/trueblues/img/box/mourinho.jpg) no-repeat;}
#box > div:first-child .box:after {background:url(https://trueblues.pl/uploads/theme/trueblues/img/box/box-forum.png) no-repeat; }

#box > div .box a {position:absolute; width:100%; height:100%; z-index:11;}

#box > div:first-child + div .box {background: radial-gradient(ellipse at center center , rgba(0, 91, 141, 0.5) 0%, rgba(0, 91, 141, 1) 70%) repeat scroll 0 0%, 
                                    url(https://trueblues.pl/uploads/theme/trueblues/img/box/flagi.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);}
                                    
#box > div:first-child + div .box:after {background:url(https://trueblues.pl/uploads/theme/trueblues/img/box/box-zostantb.png) no-repeat; }                                    
                                    
#box > div:last-child .box {background: radial-gradient(ellipse at center center , rgba(0, 91, 141, 0.5) 0%, rgba(0, 91, 141, 1) 70%) repeat scroll 0 0%, 
                                    url(https://trueblues.pl/uploads/theme/trueblues/img/box/koszulki.jpg) no-repeat;}

#box > div:last-child .box:after {background:url(https://trueblues.pl/uploads/theme/trueblues/img/box/box-sklep.png) no-repeat; }                                        

.content {margin-bottom:0; padding-bottom:0}

#main h2, #main h3, footer h5 {border-bottom: 1px solid #aaa; font-size: 16px; font-weight: 900;margin-bottom: 1.8em; padding-bottom: 5px; overflow:hidden; zoom:1;}
#main h2:after, #main h3:after, footer h5:after {border-bottom: 3px solid #115098; content: ""; display: block; margin-top: 0; position: relative; top: 5px; width: 3em;}

#main h2 i, #main h3 i {text-shadow:1px 1px 1px #666}


article.news-detail {background: #F5F5F5; margin-bottom:1em; position: relative;}
article.news-detail header {margin-top:2em}
article.news-detail time {position: absolute; top:2px; right:30px; color:#aaa; font-size:0.8em; font-weight: bold;}
article.news-detail img {margin:0 auto}
article.news-detail .description {padding-right:2em;}
article.news-detail .description a {float: right;}
article.news-detail hr {margin:5px 0}

aside h3 i.fa-twitter {color: #31aae1;}    
aside h3 i.glyphicon-map-marker {color: red;  position: relative; top: 3px;}    

#subpages .main ul, #subpages .main ol {overflow:hidden;}

footer { border-radius:0 0 15px 15px;}

#news-detail .NewsDetailField {margin-right:10px;}
#news-detail .NewsDetailField img { float: left;    margin-right: 20px;    max-width: 50%;}
#NewsPostDetailSummary {margin-bottom:15px;}


#twitter-widget-0 {position: absolute; top:16px; right:15px;}
#twitt > i.fa-refresh {text-align: center; display: block; padding: 2em !important; color: #134992;}
.twitter-layout {border-bottom: 2px solid #d49f47; margin-bottom: 1em; padding-bottom: 0; position: relative;}
.twitter-user img {float: left; margin-right:1em}   
.twitter-layout p.tweet {overflow: hidden; margin-top:5px;}     
.twitter-layout .twitter-time {position: absolute; top:0; right:0; font-size: 0.8em;}
.twitter-layout .interact  {left: 0; position: absolute; bottom: 10px;}
.twitter-layout .interact > a {margin-right:5px}

#map .well > div {width:auto !important;}

footer {padding-bottom:0}
footer #footerContent {background-color: #f9f9f9; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); padding: 10px 15px 0; position: relative; z-index: 99;}
footer .user {clear: both; margin-bottom:5px; overflow: hidden;}
footer .user img {margin-right:5px;}
footer .user h6 {font-size: 14px; font-weight: 700;}

footer .partnerzy img {border:2px #ddd solid; padding:2px; transition: all 0.2s ease-in-out 0s; margin: 0 auto 10px; display: block;}

footer .partnerzy img:hover {-webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2)}

#copyright {overflow: hidden; padding: 5px 15px ;}
#copyright small {color:#a5a5a5;}


#subpages .main strong {color:#004886}

html, body, #map-canvas {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.infoBoxContent {
  background: none repeat scroll 0 0 #333;
  border: 2px solid black;
  border-radius: 2px;
  box-shadow: 0 0 8px #000;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-top: 8px;
  padding: 0.5em 1em;
  text-shadow: 0 -1px #000000;
}

/* Formularz */

.form-group {  clear: both;  display: block;  margin-bottom: 15px;  overflow: hidden;}
label.control-label {display:block;}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group textarea
{
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="number"]:focus,
.form-group textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.form-group textarea {
    height: auto;
}

.form .form-group .select {width:25%;}
.form .form-group .select + .select {margin-left: 15px;}
.form .form-group .select select {width: 100%;}




.captcha {text-align:center; margin-bottom:15px;}
.captcha > div {width:318px; margin:0 auto}


/* validacja */

.form span.label-important {
  background-color: #bf4856;
  box-shadow: 0 2px 3px -2px #666666;
  display: block;
  font-size: 12px;
  margin-top: 0.6em;
  padding: 0.7em;
  position: relative;
}

.form span.label-important:before {
  border-bottom: 5px solid #bf4856;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 5%;
  position: absolute;
  top: -5px;
  width: 0;
}

/* fix */

#slider .image img {max-width: 100%; height: auto; display: block;}
article.img-thumbnail {display: block;}

@media (min-width: 1119px) {
#slider aside .txt {padding-left:3%}
#home #main article .description {padding-left:0;}
}

@media (max-width: 992px) {


}

@media (min-width: 768px) {
.navbar-brand {display: none;} 
}

@media (max-width: 767px) {
#logo:after {background: none;}
#box .box {height: 150px; margin-bottom:1em}


} 


@media (min-width: 768px) and (max-width: 1200px){
#box .box {height: 200px;}

} 

@media (max-width: 476px) {
#logo h1 a > small { font-size: 11px; left: 60px;}

}                           

.dolacz {
    background: radial-gradient(ellipse at center center , rgba(0, 91, 141, 0.5) 0%, rgba(0, 91, 141, 1) 70%) repeat scroll 0 0%, url(https://trueblues.pl/uploads/theme/trueblues/img/box/flagi.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    color: #fff;
    height: 180px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.dolacz-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.dolacz-cta::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.4;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background-size: cover !important;
    background-position: center !important;
    background: url(https://trueblues.pl/uploads/theme/trueblues/img/box/box-zostantb.png) no-repeat;
}

.dolacz:hover .dolacz-cta::after {
    opacity: 0.6;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.fb-page,
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

#box {
display: none !important; }

.well {
padding-bottom: 1px;
}

@media only screen and (min-width:768px) {
.navbar-nav {
float: none;
display: flex;
justify-content: center; 
}

}

#logo h1 {
padding: 0;
margin: 0 10px; 
width: auto;
}

#logo h1 a {
top: 0; }

#logo .row {
padding-bottom: 15px;
display: flex;
justify-content: center;
align-items: center; 
}

.logocfc {
width: auto; 
margin: 0 10px; 
}

.logocfc img {
    height: 130px !important;
    width: auto;
    margin: auto;
}

#logo h1 a > small {
display: none; 
}

.captcha {
display: flex;
flex-direction: column;
max-width: 200px; 
}

.captchapict {
margin-bottom: 15px;
}

#cntnt01fbrp_captcha_phrase {
margin-top: 15px;
border: none;
 }

.footer__row {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}

.partnerzy {
width: 22%; }

@media screen and (max-width:767px) { 
.footer__row {
grid-template-columns: 1fr; }
}

@media screen and (max-width:1024px) { 
.partnerzy {
width: unset;}
}

.partnerzy img {
max-width: 100%;}

/* Stylesheet: main-style Modified On 2022-07-05 19:40:30 */
