/*
Theme Name: MrBudka.pl
Author: JNieczaj
*/

@charset "utf-8";

@import url('css/reset.css');
@import url('libs/fontawesome/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800|Oswald:300,700&subset=latin,latin-ext);


html { height:100%; }
body { font-family: 'Open Sans', sans-serif; font-weight:400; background:#000; font-size:14px; line-height:18px; height:100%; }

































.home .ngg-album-link {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid yellow;
}
.home .ngg-album-link img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.home .ngg-albumoverview.default-view .ngg-album-compact {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}


/*
.container {
    width:980px;
    margin:0px auto;
}
*/
/* menu gorne */
.post-password-form label input {
    color: rgb(0,0,0) !important;
}
.nav-bar {
    height:84px;
    background:#000;
    font-size: 1.286em;
    font-weight:800;
    border-bottom:1px solid #fff;

}
.nav-bar.fixed {
    position:fixed;
    top:0;
    width:100%;
    z-index: 1000;
}
.nav-bar a {
    margin-left:30px;
    color:#fff;
    line-height:84px;
}
.nav-bar a.purple:hover { color:#9a5ac6; }
.nav-bar a.purple span { border-bottom:3px solid #9a5ac6; }
.nav-bar a.green:hover { color:#4fbdb5; }
.nav-bar a.green span { border-bottom:3px solid #4fbdb5; }
.nav-bar a.yellow:hover { color:#fffc6b; }
.nav-bar a.yellow span { border-bottom:3px solid #fffc6b; }
.nav-bar a.red:hover { color:#fa2d2d; }
.nav-bar a.red span { border-bottom:3px solid #fa2d2d; }
.nav-bar a.active { color:#fff !important; }
.nav-bar a.active span { border-bottom:3px solid #fff; }

.site_nav-bar {
    height:84px;
    background:#000;
    font-size: 1.286em;
    font-weight:800;
    border-bottom:1px solid #fff;

}

/*slider*/
.slider {
    width:100%;
    background:url('images/slider_bg.png') no-repeat right 20% #000;
    position:relative;
}
.slider .slide {
    width:100%;
}
.slider .image {
    width:70%;
    height:450px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:bottom right;
}
.slider .image.slide1 { background-image:url('images/slide1.jpg?1'); } 
.slider .image.slide2 { background-image:url('images/slide2.jpg?1'); } 
.slider .image.slide3 { background-image:url('images/slide3.jpg?1'); } 
.slider .image.slide4 { background-image:url('images/slide4.jpg?1'); }
.slider .text {
    font-family: 'Oswald';
    font-weight: 300;
    color:#fff;
    position:absolute;
    bottom:50px;
    right:30px;
    text-align:right;
    font-size:3.571em;
    line-height:1.4em;
    text-shadow: -2px 0 2px #222222;
}
.slider .text strong {
    font-weight: 700;
    display:block;
    font-size:1.200em;
}
.slider .pager {
    position:absolute;
    right:30px;
    bottom:20px;
    z-index:100;
}
.slider .pager span {
    width:16px;
    height:16px;
    border-radius:8px;
    background:#fff;
    opacity: 0.5;
    display:inline-block;
    text-indent: -9000px;
    margin-left:5px;
    cursor:pointer;
}
.slider .pager span.cycle-pager-active {
    opacity:1;
}


/*section*/
.section{
  //  background:url('images/section_bg.jpg');
    background:url('images/panele.jpg?1') center no-repeat;
    background-size:cover;
    padding:30px 0;
    color:#fff;
}
.page {
    /*background:url('images/section_bg.jpg');*/
    background:url('images/panele.jpg?1') center no-repeat;
    background-size:cover;
    color:#fff;
}
/*
.page .section {
    background:none;
}
*/
.section.section2 {
    background:url('images/section2_bg.png');
    color:#222;
}
.section .header {
    text-align:center;
    font-size:2.143em;
    line-height: 1.5em;
    padding:10px;
    /*width:50%;*/
    font-weight: 800;
    margin:0px auto;
}
.section.purple .header {
    border-bottom:2px #9a5ac6 solid;
}
.section.purple .column {
    /*width:246px;*/
    color:#f3f3f3;
}
.section.purple .column.middle {
    /*margin:0 120px;*/
}
.section.purple .column h3 {
    border-radius:3px;
    background: #9a5ac6;
    color:#fff;
    width:100%;
    font-size:2.143em;
    font-weight: 300;
    line-height: 1.2em;
    text-align:center;
    padding:5px 0;
    margin-bottom:10px;
}
.section.purple .column h3 strong {
    display:block;
    font-weight: 800;
}

.section.green .header {
    border-bottom:2px #4fbdb5 solid;
}
.section.green table {
    width:100%;
    font-size:1.143em;
}
.section.green table td {
    padding:10px;
    text-align:center;
}
.section.green table .column-1{
    text-align:left;
}
.section.green table th {
    font-size:1.500em;
    padding:10px;
    font-weight: 800;
}

.section.green table tfoot th {
    background:#4fbdb5;
    color:#fff;
}
.section.green table tfoot .column-1 {
    background:transparent;
    color:#4fbdb5;
}
.section.green ul {
    font-size:0.857em;
    list-style-type: circle;
    margin:30px;
}

.section.yellow .header {
    border-bottom:2px #fffc6b solid;
}
.section.yellow .ngg-album {
    /*width:220px;*/
    /*height:185px;*/
    /*float:left;*/
    border:none;
    /*position:relative;*/
    color:#222;
   /* margin-right:25px;*/
    margin-bottom:10px;
    /*padding:0;*/
	min-height: 250px;
}
/*
.section.yellow .ngg-thumbnail {
    height:146px;
    width:146px;
    overflow: hidden;
    border-radius:73px;
    border:4px #fffc6b solid;
    text-align:center;
    margin:0px 37px;
    display:block;
}
*/
.section.yellow .ngg-thumbnail {
  border: 4px solid #fffc6b;
  border-radius: 100%;
  display: block;
  float: none !important;
  height: 146px;
  margin: 0 auto -10px;
  overflow: hidden;
  width: 146px;
}
.section.yellow .ngg-thumbnail img {
    border:none;
    background: transparent;
    padding: 0;
    margin: 0;
}
.section.yellow .ngg-albumtitle {
    display:block;
    width:100%;
    /*height:45px;*/
    background: #fffc6b;
    border-radius:3px;
    text-align:center;
    padding:5px 0;
    font-size:1em;
    text-transform: uppercase;
    /*position:absolute;
    top:125px;*/
    z-index:3;
}
.section.yellow .ngg-description {
    /*position: absolute;
    z-index: 4;*/
    /*bottom:20px;*/
    text-align:center;
    /*display:block;
    width:100%;*/
	font-weight: 100;
}
.section.yellow .ngg-albumtitle a {
    color:#222;
	font-size: 1.2em;
}
.section.yellow .ngg-album-gallery-image-counter {
    display:none;
}

.section.red .header {
    border-bottom: 1px #fa2d2d solid;
}
.section.red .left span {
    font-size:1.9em;
    line-height:2em;
    display:block;
}
.section.red .left span i {
    color:#fa2d2d;
    width:30px;
    text-align: center;
}
.section.red .w50 {
    width:50%;
}
.section.red span input {
    height:30px;
    width:100%;
    background: #eee;;
    border:1px #dedede solid;
    border-radius:3;
    max-width:250px;
    margin:5px 0;
    padding: 0 5px;
}
.section.red span textarea {
    height:150px;
    width:100%;
    background: #eee;;
    border:1px #dedede solid;
    border-radius:3;
    margin:5px 0;
    padding: 5px;
}
.section.red .wpcf7-submit {
    background:#fa2d2d;
    height:34px;
    width:120px;
    text-align:center;
    border-radius:3px;
    line-height: 34px;
    border:none;
    font-size:1.286em;
    color:#fff;
    cursor:pointer;
    margin-bottom: 30px;
}
.section.red .screen-reader-response {
    font-size:1.286em;
    margin-bottom: 20px;  
    padding:10px;
}
.section.red .wpcf7-response-output {
    display:none;
}
.section.red a {
    color:inherit;
}
.section.red a:hover {
    text-decoration:underline;
}

/*galeria*/
.goBack {
    display:inline-block;
    padding:10px 20px;
    border-radius:3px;
    background:#fffc6b;
    color:#222;
    font-weight:800;
    margin:20px 0;
}
.post-password-form p {
    margin:20px 0;
    text-align:center;
}
.post-password-form label input {
    height:30px;
    border:1px #fffc6b solid; 
    padding:0 5px;
}
.post-password-form p > input {
    background:#fffc6b;
    color:#222;
    font-weight: 800;
    text-align: center;
    width:100px;
    height:30px;
    border:1px #fffc6b solid;
}

/*stopka*/
#footer {
    height:90px;
    line-height: 90px;
    background:#000;
    color:#fff;
    position:relative;
}
#footer:before {
    content: '';
    background:url('images/logo_footer.png') no-repeat;
    display:block;
    width:56px;
    height:56px;  
    position:absolute;
    top:-28px;
    left:50%;
    margin-left: -28px;
}

/* fb plugin */
.pluginFacebook {
    position:fixed;
    top:15%;
    right:-290px;
    z-index:3000;
    width:338px;
}
.pluginFacebook .trigger {
    width:48px;
    height:155px;
    position:absolute;
    top:0;
    left:0;
    background:url(https://mrbudka.pl/wp-content/uploads/2015/09/fb1-right.png);
}
.pluginFacebook .fb-page {
    margin-left:48px;
    border:5px solid #3B5998;
    background:#000;
}


/* ngg-gallery */
.ngg-galleryoverview {
padding:0 0 30px;
display:block;
margin-top: 0px !important;
}
.ngg-galleryoverview:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.ngg-gallery-thumbnail {
float:none !important;
display:block;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev {
color:#fff !important;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
background-color:#000!important;
}
.ngg-navigation .current {
border:1px solid #fffc6b;
margin-right: 3px;
    padding: 3px 8px;
    text-decoration: none;
}
.error404 h2 {
	color: #fff;
}
.error404h2 {
  background: #000 none repeat scroll 0 0;
  font-size: 22px;
  padding: 4%;
  text-align: center;
}
/*-------------------------------------------*/
#responsive-menu-additional-content {
  background: #000 none repeat scroll 0 0 !important;
}
#logo_fotobudka {
  text-align: center;
}
.sublogo_text {
  text-align: center;
}
/*----------------*/
.nav-bar h1 {
  float: right;
  font-size: 15px;
}
#footer .container {
  background: #000 none repeat scroll 0 0;
}