body {
	width: 100%;
	height: 100%;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.navbar {
	margin: 0;
}
.row{
 margin:0; 
}
@media (max-width: 830px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in { 
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
@media (min-width:830px) {
  .navbar .navbar-nav {
  	display: inline-block;
  	float: none;
  	vertical-align: top;
    font-size: 16px;
  }
  .navbar .navbar-collapse {
  	text-align: center;
  }
  .navbar-default {
  	background: #fff;
    border: none;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color: #736E73;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    color: #736E73;
    background: none;
  }
}
p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}
li {
	margin: 0;
	font-size: 14px;
}
@media(min-width:768px) {
  p {
  	margin: 0 0 35px;
  	font-size: 20px;
  	line-height: 1.6;
  }
}
a {
	color: #42dca3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1d9b6c;
}
.light {
	font-weight: 400;
}
.intro {
  margin-top: 50px;
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 40px;
  color: #FFF100;
}
.intro .intro-body .intro-text {
	font-size: 18px;
}
@media(min-width:768px) {
  .intro {
  	height: 100%;
  	padding: 0;
  }
  .intro .intro-body .brand-heading {
  	font-size: 100px;
  }
  .intro .intro-body .intro-text {
  	font-size: 26px;
  }
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
  }
  100% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
  	-moz-transform: scale(1);
  	transform: scale(1);
  }
  50% {
  	-moz-transform: scale(1.2);
  	transform: scale(1.2);
  }
  100% {
  	-moz-transform: scale(1);
  	transform: scale(1);
  }
}
.content-section {
	padding-top: 100px;
}
.download-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#map {
	width: 100%;
	height: 200px;
	margin-top: 100px;
}
@media(min-width:767px) {
  .content-section {
  	padding-top: 250px;
  }
  .download-section {
  	padding: 100px 0;
  }
  #map {
  	height: 400px;
  	margin-top: 250px;
  }
}
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #42dca3;
	color: #42dca3;
	background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #42dca3;
	outline: 0;
	color: #000;
	background-color: #42dca3;
}
ul.banner-social-buttons {
	margin-top: 0;
}
@media(max-width:1199px) {
  ul.banner-social-buttons {
  	margin-top: 15px;
  }
}
@media(max-width:767px) {
  ul.banner-social-buttons li {
  	display: block;
  	margin-bottom: 20px;
  	padding: 0;
  }
  ul.banner-social-buttons li:last-child {
  	margin-bottom: 0;
  }
}
footer {
	padding: 20px 0;
  background: #231F20;
  color: #fff;
}
footer p {
	margin: 0;
}
::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
	background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}


#rekonstrukce, #onas, #kontakt, #fotogalerie, #sluzby {
	width: 100%;
	height: auto;
	text-align: center;
	color: #000;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#rekonstrukce h2, #sluzby h2, #onas h2, #kontakt h2{
  color: #00A651;
  margin-top: 50px;
}
#onas .greenline h2, #kontakt .greenline h2{
  color: #fff;
}
#rekonstrukce .greenline, #sluzby .greenline, #onas .greenline, #kontakt .greenline{
  background: #68AF21;   
	width: 100%;
	height: auto;
  position: relative;
  float: left;   
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
}

#sluzby .greenline ul{
max-width: 300px;
margin: 20px auto;
}
#sluzby ul.green-list {
    list-style: none;
}
#sluzby ul.green-list li:before {
    content: "• ";
    color: #68AF21; 
    font-size: 25px;
    line-height: 15px;
}

#sluzby .greenline li{
margin: 10px 0;
}

#rekonstrukce .greenline p, #onas .greenline p{
	padding: 20px 10px 0;
  font-size: 17px;
}

#onas p{
	font-size: 14px;
}

#sluzby {
  margin-top: 50px;
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../img/koupelnynovacek3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
textarea {
   resize: none;
}
.img-responsive.sluzby {
    margin: 0 auto;
    width: 100% !important;
    max-width: 500px;
}
.img-responsive.spokojenost {
    margin: 0 auto;
    width: 100% !important;
    max-width: 200px;
}
.img-responsive.kontakt {
    margin: 20px auto;
    width: 100% !important;
    max-width: 400px;
}
.img-responsive.fotky {
    margin: 0 auto;
    width: 100% !important;
    max-width: 800px;
}
.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #68AF21;
    font-size: 15px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #68AF21;
    border-color: #68AF21;
}
.green-text{
    color: #68AF21;
}

