/*FONTY*/
h1, h2, h3, h4, h5, h6 {
  font-family:'open sans', sans-serif !important;
}
.main-navigation > li > a, .main-navigation .sub-menu > li > a {
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
}
.testimonials .testimonial-person .testimonial-author, .dropcap-wrap .dropcap-title {
  font-family:'open sans', sans-serif !important;
}
h3.sub-title {
  color: #fff !important;
}
/*LOGO*/
.navbar-brand {
  padding-top: 10px !important;
}
/*MENU*/
.navbar-toggle {
  background-color: #009933;
}
.fbox {
  position: relative;
  overflow: hidden;
  height: 320px;
  width: 100%;
  background-color: #009933;
}
.fbox2 {
  position: relative;
  overflow: hidden;
  height: 320px;
  width: 100%;
  background-color: #3A3A3A;
}
.fboxtitle {
  font-family: 'open sans';
  font-weight: 400;
  color: #fff;
  padding: 25px;
  border-bottom: 1px dashed green;
}
.fbox2 .fboxtitle {
	border-bottom: 1px dashed #4e4e4e;
}  
.fboxbutton {
  display: block;
  position: absolute;
  z-index: 2;
  width: 140px;
  height: 50px;
  margin-left: 45%;
  padding: 12px 40px;
  bottom: 80px;
  border: 2px solid #fff;
  color: #fff;
    -webkit-transition: all(0.3s);
-moz-transition: all(0.3s);
-ms-transition: all(0.3s);
-o-transition: all(0.3s);
transition: all(0.3s);
}
.fboxbutton:hover {
background-color: #fff;
color: #009933;
-webkit-transition: all(0.3s);
-moz-transition: all(0.3s);
-ms-transition: all(0.3s);
-o-transition: all(0.3s);
transition: all(0.3s);
text-decoration: none;
}
.fbox2 .fboxbutton:hover {
  color: #3A3A3A;
}
.fboximg {
  position: absolute;
  left: -10px;
  bottom: -10px;
}
.fbox2 .fboximg {
  position: absolute;
  left: -120px;
  bottom: -30px;
}
.fboxtriangle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 100px solid transparent;
}
.fboxicon {
    position: absolute;
    bottom: 20px;
    right: 100px;
    color: #009933;
    font-size: 25px;
    z-index: 3;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.fbox2 .fboxicon {
  color: #3A3A3A;
}
.fboxbutton:hover + .fboxicon {
z-index: 10000;
  right: 20px; 
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-duration: 0.4s;
text-decoration: none;
}
.carousel-inner {

}
/*BLOG*/
.post-meta-data {
  display: none;
}
/*GALERIA*/
@media screen and (min-width: 1240px) {
    .post-inner.type-portfolio {
        width: 70%;
      	margin-left: 15%;
  }
}
.post-type-archive-portfolio .sub-title {
  color: #333333 !important;
}
.post-type-archive-portfolio .col-md-9 {
  width: 100%;
}
.post-type-archive-portfolio .post-inner .post-content {
  margin-left: 0;
}
.post-type-archive-portfolio .sidebar {
  display: none;
}
.box.date {
  display: none;
}
.single-portfolio .page-header{
  background-image: url('http://selis.com.pl/wp-content/uploads/2016/03/galeria-1.jpg') !important;
  background-size: cover !important;
  background-position: bottom !important;
  background-attachment: fixed !important;
}
.single-portfolio .page-header .main-title {
    color: #fff !important;
}
/*KONTAKT*/
.opening-times ul li {
    padding: 7px 0 !important;
}

/*NUMERY GOOGLE*/
.mobilegnumber:hover {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .desktopgnumber {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .mobilegnumber {
        display: none;
    }
}

.revealArea {
	width: 250px;
	text-align: left;
	color: #a5a5a5;
	font-size: 2rem;
}
button {
	font-size: 1.3rem;
	width: 250px;
	padding: 20px 20px;
	border: none;
	border-radius: 10px;
	background-color: #d82929;
	color: #000;
}
button:hover {
	background-color: #d60000;
}

*, *:hover {
	transition-duration: .3s;

