/*
=====================
INTRO
=====================
*/

/*
#intro {
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  width: calc(100vw - 240px);
  height: 100vh;
  background: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
*/

#intro { 
  position: relative;

  height:  calc(100vh - 60px); 
  width:  calc(100vw - 240px);
/*  background: url('../img/home.jpg');  
  background-repeat: no-repeat;
  background-attachment:fixed;
background-size: cover;    */
/*  text-align: center;*/
  padding: 280px 60px 260px 0;
  background: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  
}
#intro .item {
  min-height: 100%;

/*   background: url('../img/home.jpg') center center no-repeat;*/
/*  background: url('../img/home.jpg');*/
/*  background-attachment:fixed;*/
/*  background-repeat: no-repeat;*/

/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 
  background-size: cover;
 -webkit-backface-visibility: hidden;
  padding-top: 200px;
  padding-bottom: 120px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
*/  
 /* 
  padding: 260px 80px;
  position: relative;
  background: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  */
  

}

#intro .item h1 {
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f0f0f0;
  margin-bottom: 0px;
  font-weight: 900;
  opacity: 1;
  filter: alpha(opacity=1);
  text-align: center;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  #intro .item h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #intro .item h1 {
    font-size: 35px;
  }
}
#intro .item p.message {
  color: #fff;
  margin-bottom: 120px;
  font-weight: 300;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  line-height: 2;
  font-size: 30px;
}
@media (max-width: 767px) {
  #intro .item p.message {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  #intro .item p.message {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
#intro .item p {
  color: #fff;
}
#intro .item .carousel-caption {
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -calc(50%);
}
#intro .item alert {
  text-shadow: none;
}


#page-footer {
  color: #495461;
/*  margin-top: 10px;*/
  padding-top: 20px;
  padding-left: 0px;
  text-align: center;
  border: 2px;
  position:absolute;
  bottom:0;
/*  width:100%;*/
  width:  calc(100vw - 240px);
  height:60px;   /* Height of the footer */
/*  background:#495461;*/
  background:#fff;
}

#page-footer a {
	color: #495461;
}

#page-footer a:hover {
	color: #000000;
}


#creative-commons {
  color: #495461;
  padding-top: 60px;
  padding-left: 0px;  
  text-align: center;
  border: 2px;
  width:  calc(100vw - 240px);
  height:80px;   /* Height of the footer */
  background:#fff;
}

#creative-commons a {
	color: #495461;
}

#creative-commons a:hover {
	color: #000000;
}



/*

=====================
FOOTER
=====================

*/
#footer {
  background: #222222;
  font-size: 12px;
  line-height: 50px;
}
#footer p.social {
  text-align: left;
}
#footer p.social a {
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  font-size: 25px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer p.social a.facebook {
  background-color: #4460ae;
}
#footer p.social a.gplus {
  background-color: #c21f25;
}
#footer p.social a.instagram {
  background-color: #cd4378;
}
#footer p.social a.twitter {
  background-color: #00aced;
}
#footer p.social a.email {
  background-color: #4a7f45;
}
@media (max-width: 767px) {
  #footer p.social {
    text-align: center;
    margin-bottom: 20px;
  }
}
#footer p {
  margin: 0;
  text-align: right;
  color: #eeeeee;
}
@media (max-width: 767px) {
  #footer p {
    text-align: center;
  }
}
#footer p.template-bootstrapious {
  margin-top: 20px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
#footer p.template-bootstrapious a {
  color: #999999;
}
@media (max-width: 767px) {
  #footer p.template-bootstrapious {
    text-align: center;
  }
}





.text-small {
  font-size: 12px;
}
.text-large {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-thin {
  font-weight: 300;
}
.margin-bottom {
  margin-bottom: 40px !important;
}


/* PROJEKT */

#project {
  color: #555555;
  border: 2px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  width: calc(100vw - 240px);
  height: 100vh;
}


#project h2.title {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/*
.mapplic-coordinates {
	display: none;
}
*/







