body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
}
.gray {
  background-image: url(../img/background-texture.png);
}
.copyright small a {
  color: #06a;
  text-decoration: none;
}
.copyright small a:hover{
  color: #07b;
  text-decoration: underline;
}
h1,
h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 500;
  color: rgba(12, 12, 12, 1.0);  
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
  padding-top: 20px;
}
h1 {
  line-height: 80px;
  font-size: 56px;  
}
h2 {
  padding: 10px 0;
  line-height: 40px;
  font-size: 36px;
}
.inverse {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-fixed-top {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.separator-shadow {
  margin: -7px 0 1px 0;
  width: 100%;
  height: 6px;
  position: relative;
  z-index: 1;
}
.shadow-bottom {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 1.0);
}
.shadow-top {
  margin: 0 0 -7px;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.75);
}
.img-separator {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 500px;
  margin: 0 0 0 -1px;
  padding: 0;
  position: relative;
  z-index: 0;
}
.separator-1 {
  background-image: url(../img/bg-intro.jpg);
  height: 600px;
}
.separator-2 {
  background-image: url(../img/bg-3.jpg);
  background-position-y: 0;
  height: 400px;
}
.separator-3 {
  background-image: url(../img/bg-2.jpg);
  background-position-y: 0;
}
.separator-4 {
  background-image: url(../img/bg-1.jpg);
  background-position-y: 0;
  height: 800px;
}
.welcome-container {
  position: absolute;
  height: 400px;
  width: 100%;
  margin-top: -125px;
  top: 55%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: white;  
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 5px black;
}
.welcome {
  font-size: 90px;
  line-height: 90px;
}
.welcome-small {
  font-size: 50px;
  line-height: 90px;
}    
.welcome-social {
  margin-top: 18px;
}
#carousel-container {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
#carousel {
  width: auto;
  margin: 0 auto;
  z-index: 1;
}
#ui-carousel-next, #ui-carousel-prev {
  width: 40px;
  height: 560px;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8;
}
#ui-carousel-next {
  right: 0;
  margin-right: -45px;
  background: url(../img/arrow-right.png) center center no-repeat;
}
#ui-carousel-prev {
  left: 0;
  margin-left: -47px;
  background: url(../img/arrow-left.png) center center no-repeat;        
}
#ui-carousel-next > span, #ui-carousel-prev > span {
  display: none;
}
.slide {
  min-height: 500px;
  margin-right: 0px;
  margin-top: 6px;
  float: left;
}
.slide-container {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  position: relative;
  margin: 0 7px 0 2px;
  padding: 4px;
  border: 1px solid #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slide-container:hover {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 1.0);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 1.0);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 1.0);
}
.carousel-caption {
  padding: 10px 10px 0 10px;
}
.carousel-caption h4,
.carousel-caption p {
  margin-bottom: 10px;
  font-size: 15px;
}
.carousel-caption h4 {
  margin: 0 0 8px;
}
.carousel-caption p {
  font-weight: 400;     
  line-height: 24px;
}
.carousel-caption a {
  font-weight: 400;  
  margin-right: 12px; 
}
.carousel-caption a.no-margin {
  margin-right: 0px; 
}
.details {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 8px -4px -4px -4px;
  padding: 4px 8px 4px 8px;
  bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  border-top: 1px solid #bbb;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.details span {
  border-right: 1px solid #bbb;
  margin: 0px 6px;
}    
.details i[class^="icon-"],
.details i[class*=" icon-"] {
  margin-right: 4px;
  opacity: 0.55;
}
#pages {
  width: 100%;
  margin: -25px 0 10px 0;
  text-align: center;
  /*visibility: hidden;*/
}      
.bullet {
  background: url(../img/page-off.png) center center no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 5px;
  opacity: 0.8;
}
.bottom-padding {
  padding-bottom: 50px;
}
.panel-container {
    display: table;
    position: relative;
    padding: 8px 0 8px 0;
}
.panel {
  width: 70px;
  height: 70px;
  padding: 10px;
  border: 1px solid #222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}
.panel-logo {
  display: table-cell;
  vertical-align: middle;    
}
.panel-text {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.panel:hover {
  border: 1px solid #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 1.0);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 1.0);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 1.0);
}
.panel img {
  max-width: 100%;
  max-height: 100%;
}
.narrow-lines {
  margin-top: 2px;
  line-height: 19px;
}
th {
  text-align: left;
}
.inverse a:hover {
  color: #0099dd;
}
img.icon {
  height: 40px;
  width: 40px;
  float: left;
  margin: 5px 8px 5px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);  
  opacity: 0.8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}
.icon:hover {
  opacity: 1.0;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 1.0);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 1.0);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 1.0);
}
.contacts-social {
  clear: both;
  display: block;
}
.contacts-social img.icon {
  height: 30px;
  width: 30px;
  margin: 0px 5px 5px 0;
  opacity: 1.0;
}
.contacts-social .icon:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.icon-phone {
    background: url(../img/icons/icon-phone.png) center center no-repeat;
    margin: 0;
    padding: 0;
    height: 14px;
    width: 14px;
}
address i[class^="icon-"],
address i[class*=" icon-"] {
  margin-top: 4px;
  margin-right: 6px;
}
.contacts-social {
  margin-top: -10px;
}
.copyright {
  padding: 20px 0;
  color: #777;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.center.navbar .nav,
.center.navbar .nav > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    *zoom: 1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.center .navbar-inner {
    text-align: center;
}		
