
.top_contact_bar
{
	inherit:none;
	background-color:#2d2d2d;
	font-size:14px;
	color:white;
	min-height:40px;
	line-height:40px;
}

.navbar-default
{
	border:none;
}
.offer-desc {
    position:absolute;
    width: 70%;
    box-sizing: border-box;
    top:0;
	padding-top:40px;
	padding-left:20px;
	text-transform:uppercase;
}
.desc-line
{
	color: #fff;
	background-color: #fff;
	height: 3px;
	width:30%;
	align:left;
	margin-top:10px;
}
.tint-img
{
	display:block;
	padding:0px;
}
.tint-wrap
{
	overflow:hidden;
	padding:0px;
}
.tint
{
	position: relative;
    float: left;
	cursor: pointer;
	padding-left:5px;
	padding-right:5px;
    -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
}
.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14,137,139, 0.5);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }

  .tint:hover:before {
    background: none;
  }
  .list-ul
  {
	  padding-top:20px;
	  color:#6e6e6e;
	  padding-bottom:20px;
  }
  .list-ul li
  {
	padding-top:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:14px;
  }
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
.full-width {
    width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.menu-item
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:14px;
}
.slider-text-h1
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:50px;
	text-transform:uppercase;
}
@media (max-width:800px)
{
	.slider-text-h1
	{font-size:50px;}
}
@media (max-width:600px)
{
	.slider-text-h1
	{font-size:40px;}
}
@media (max-width:400px)
{
	.slider-text-h1
	{font-size:30px;}
}
.slider-text-p
{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:30px;
	color:#44b6b8;
	cursor:pointer;
	text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff; 
}
#about h1
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:32px;
}
.header-corners
{
	padding:40px;
	background-image:url(../images/border.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
}
#about h2
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:24px;
	color:red;
	padding-top:20px;
	padding-bottom:20px;
}
#about h3
{
	font-family: 'Roboto', sans-serif;
	font-weight:800 !important;
	font-size:24px;
	text-transform: uppercase;
}
.about-first-line
{
	font-family: 'Roboto', sans-serif;
	font-weight:700 !important;
	font-size:14px;
	color:#5dc0c1;
}
#about p
{
	font-family: 'Roboto', sans-serif;
	font-weight:700 !important;
	font-size:14px;
}
#offer h1
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:32px;
	padding-top:60px;
	padding-bottom:60px;
}
#offer .container-fluid
{
	background-color:#2a2a2a;
	color:white;
	padding-bottom:80px;
}
.offer-desc p
{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:14px;
}
#footer .container-fluid
{
	background-color:#2a2a2a; color:white;
}
#footer .container-fluid .container .text-left
{
	min-height:50px; line-height:50px;
}
#footer .container-fluid .container .text-right
{
	min-height:50px; line-height:50px;
}
#footer .container-fluid .container .text-right a
{
	color:#3b898a;
	cursor:pointer;
}
.realizacje-menu
{
	border:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:18px;
}
.realizacje-menu-active
{
	border-bottom: 4px solid rgb(68, 182, 184);
}
.realizacja-header
{
	font-family: 'Roboto', sans-serif;
	font-weight:600 !important;
	font-size:18px !important;
	text-transform:uppercase;
	color:#444444 !important;
}
.realizacja-paragraph
{
	font-family: 'Roboto', sans-serif;
	font-weight:500 !important;
	font-size:14px !important;
	color:#444444 !important;
}
.nav .navbar-nav ul>li>a
{

}
