/* Theme Name: cesin-fasmont
Author: cesin.pl
Author URI: http://www.cesin.pl
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Play:400,700&amp;subset=latin-ext');
@import url('css/bootstrap.min.css'); 
@import url('css/animate.css'); 


* {	
	margin: 0px 0px;
	padding: 0px 0px;
}

html, body { 
    height: 100%;
    font-family: 'Play', sans-serif;
    color: #3a3d3a;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* Wysokosć stopki */
}

#push, #footer {
	height: 50px; /* Wysokość stopki */
}
.col-lg-12, .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
}

  
  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* WP - koniec*/

/*NAVBAR*/
.navbar {
    min-height: 100px;
    border: none;
    background: rgba(0,0,0,.8);
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 40px 20px 0;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #7dc24b;
}
.navbar-brand {
    overflow: hidden;
    height: auto;
    padding: 7px 15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #bbb;
    background-color: transparent;
    pointer-events: none;
    cursor: default;
}

/*SLIDER*/
.carousel-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.carousel-caption p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.btn-fasmont {
    background: #7dc24b;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    padding: 12px 20px;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-fasmont:hover {
    background: #fff;
}
@media (min-width: 768px) {
    .carousel-caption {
        padding-bottom: 200px;
    }
}

/*OFERTA*/
.oferta {
    overflow: hidden;
    background: #e6e6e6;
    padding-top: 50px;
    padding-bottom: 50px;
}
.oferta-item {
    overflow: hidden;
    background: #fff;
    display: block;
    margin-bottom: 30px;
    box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.oferta-img {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
}
.oferta-txt {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}
.oferta-txt p {
    margin: 0;
}
.oferta-txt h3 {
    color: #7dc24b;
    font-weight: 700;
    font-size: 30px;
    height: 70px;
}
.oferta-txt h3 a {
    color: #7dc24b;
}
.oferta-txt {
    font-size: 18px;
    font-weight: 400;
}
.oferta-txt a {
    color: #3a3d3a;
}
.oferta-item .oferta-img img {
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.oferta-item:hover .oferta-img img {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
    transform: scale(1.05);
}

/*MODAL*/
.modal-content {
    border-radius: 0;
}
.modal-header {
    background: #7dc24b;
}
.modal-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.modal-body {
    background-repeat: no-repeat;
    background-position: bottom right;
}
.modal-body h5 {
    font-size: 18px;
    font-weight: 700;
    color: #7dc24b;
}
.modal-body ul {
    padding-left: 30px;
}
/*HST*/
.space-image {
    background: transparent;
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    text-align: center;
    color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.space-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 0;
    background: url('img/shw.png') no-repeat center;
}
.space-image:hover {
	background: rgba(125,194,75,.5);
}
.space-image h2 {
    font-size: 32px;
    font-weight: 700;
}
.space-image p {
    font-size: 28px;
}
.title-line {
    width: 80px;
    max-width: 90%;
    display: block;
    height: 4px;
    background: #7dc24b;
    margin: 15px auto 30px;
}
.space-image .title-line {
    background: #fff;
}

/*REALIZACJE*/
.realizacje {
    padding-top: 40px;
    padding-bottom: 40px;
}
.title-txt {
    font-size: 32px;
    font-weight: 700;
    color: #3a3d3a;
    text-align: center;
}
.realizacje-img {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect a {
  color: #FFF;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  font-size: 28px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 30px;
  height: 30px;
}
.hovereffect a:hover {
    color: #7dc24b;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*PARTNERZY*/
.partnerzy {
    padding-bottom: 40px;
}
.partnerzy-item {
    box-sizing: border-box;
    padding: 15px;
}
.partnerzy-item a img {
    filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.partnerzy-item a:hover img {
    filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

/*MAP*/
.map {
    overflow: hidden;
    height: 600px;
    filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.map:hover {
    filter: none;
  -webkit-filter: grayscale(0);
}
.map:before {
    content: '';
    display: block;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 0;
    background: url('img/shw.png') no-repeat center;
}

/*PODSTRONY*/
.top-bg {
    background: transparent;
    height: 400px;
}
.main {
    padding-top: 40px;
    position: relative;
}
.main p {
    font-size: 16px;
    line-height: 24px;
}
.main p::first-letter {
    font-size: 32px;
    color: #7dc24b;
    font-weight: 400;
    line-height: 24px;
}
.main:before {
    content: '';
    width: 100%;
    height: 28px;
    display: block;
    background: url(img/shw.png) no-repeat center;
    position: absolute;
    top: -28px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.video-title {
    text-align: center;
    font-size: 18px;
    color: #7dc24b;
}
.video-item iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.kontakt h3 {
    margin-top: 0;
}
.kontakt h4 {
    margin-bottom: 3px;
}
.kontakt {
    font-size: 16px;
}
.kontakt a {
    color: #3a3d3a;
}
.kontakt a:hover {
    color: #7dc24b;
}
.green {
    color: #7dc24b;
}
.formularz form label {
    width: 380px;
}
.formularz input {
    max-width: 100%;
    width: 380px;
}
.wpcf7-submit {
    background: #7dc24b;
    border: none;
    padding: 6px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wpcf7-submit:hover {
    background: #383b38;
}
/* STOPKA */
#footer {
    background-color: #383b38;
}

.credit {
	margin: 15px 0;
	text-align: center;
        color: #2f312f;
}
.credit a {
    color: #2f312f;
    font-weight: 700;
}
.credit a:hover {
    color: #fff;
}

/*PORADNIK*/
.panel-body ul {
	margin-left: 20px;
}
.panel-default>.panel-heading:hover {
	background: #7dc24b;
	border-color: #7dc24b;
	color: #fff;
}


/* RESPONSYWNOŚĆ */

@media (max-width: 1500px) {
    .carousel-caption {
        padding-bottom: 100px;
    }
}
/* Large desktop */
@media (min-width: 1200px) {
    .modal-dialog {
        width: 1000px;
    }
}

/* Medium desktop */
@media (max-width: 1199px) {
    .carousel-caption h1 {
        font-size: 32px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
    .btn-fasmont {
        font-size: 18px;
    }
    .carousel-caption {
        padding-bottom: 50px;
    }
    .oferta-txt h3 {
        font-size: 26px;
        height: 65px;
        margin-top: 5px;
    }
    .oferta-txt p {
        font-size: 15px;
    }
    .oferta-txt {
        padding: 15px;
    }
    .realizacje-img {
        padding-right: 15px;
    }
    .map iframe, .map {
        height: 500px;
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 26px;
    }
    .carousel-caption p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .btn-fasmont {
        font-size: 16px;
    }
    .carousel-caption {
        padding-bottom: 35px;
    }
    .oferta-txt h3 {
        font-size: 16px;
        height: 44px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .oferta-txt p {
        font-size: 12px;
    }
    .oferta-txt {
        padding: 10px 10px 5px;
    }
    .space-image {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .space-image h2, .title-txt {
        font-size: 26px;
    }
    .space-image p {
        font-size: 18px;
    }
    .map iframe, .map {
        height: 400px;
    }
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		padding: 40px 12px 0;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 15px;
    text-align: center;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #7dc24b;
}
.carousel-caption p {
    display: none;
}
.carousel-caption h1 {
        font-size: 18px;
    }
    .btn-fasmont {
        font-size: 12px;
        padding: 5px 10px;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-caption {
        padding-bottom: 20px;
    }
    #carousel-example-generic {
        margin-top: 100px;
    }
    .oferta-txt h3 {
        font-size: 26px;
        height: auto;
        margin-bottom: 15px;
    }
    .oferta-txt p {
        font-size: 15px;
    }
    .oferta-txt {
        padding: 20px;
    }
    .realizacje-img {
        padding-left: 15px;
    }
    .realizacje-img img {
        display: block;
        margin: 0 auto;
    }
    .map iframe, .map {
        height: 300px;
    }
    .credit {
        font-size: 12px;
    }
    .top-bg {
        height: 40vh;
    }
	.navbar-collapse {
		margin-top: 3px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    .oferta-txt {
        padding: 10px;
    }
    .oferta-txt h3 {
        font-size: 16px;
    }
    .oferta-txt p {
        font-size: 12px;
    }
    .map iframe, .map {
        height: 200px;
    }
    #footer {
        height: auto;
    }
}