@import url(http://fonts.googleapis.com/css?family=Lora:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300);

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #525252;  
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0 0 20px;
}

h1 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
}

p {
  margin: 0 0 20px;
}

hr {
  border-color: #d1d1d1;
  border-width: 2px 0 0;
}

label {
  font-weight: 400;
  margin-bottom: 8px;
}

.chooka {
  position: fixed;
  left: 0;
  bottom: -90px;
  width: 100%;
  z-index: -1;
}

.navbar {
  min-height: 100px;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default {
  background-color: #fff;
  border: 0 none;
}

.navbar-brand {
  height: 100px;
  padding: 20px;  
}

.navbar-right {
  margin-top: 25px;
}

.navbar-nav > li {
  background: url(../img/line.png) 100% 50% no-repeat;
}

.navbar-nav > li:last-child {
  background: none;
}

.navbar-nav > li > a {
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #444444;
}

.navbar-nav > li:last-child a {
  padding-top: 12px;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000000;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #000000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background: none;
}

.navbar-toggle {
  margin-top: 30px;
}

.content {
  padding-top: 120px;
  padding-bottom: 20px;
  height: 100%;
  position: absolute;
  width: 100%;  
}

.box {
  background: url(../img/transparent.png) 0 0 repeat;
  padding: 20px 40px;
  border-top: 10px #222222 solid;
}

.home .box h1 {
  margin: 0;
}

.home hr {
  width: 20%;
  margin-bottom: 0;
}

.about hr {
  width: 20%;
}

.contact .box {
  background: url(../img/wb.png) 0 0 repeat;
}

.contact .box {
  padding: 20px 30px;
}

.contact .box h1 {
  margin: 0 0 20px;
}

.contact hr {
  margin: 0 0 15px;
}

.contact .box .lead {
  margin: 0 0 25px;
}

.form-control {
  background-color: #dbdbdb;
  border: 0 solid #ccc;
  border-radius: 0;
  color: #555;
  font-size: 14px;
  height: 28px;
  line-height: 1.42857;
  padding: 5px 10px;
  box-shadow: none;
  position: relative;;
}

.btn-default {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  border-color: #ccc;
  color: #333;
  border-radius: 0;
}

.contact .media-body {
  font-size: 18px;
  line-height: 24px;
  color: #525252;
}

.copyright {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #212121;
  margin: 10px 0 0;
}

.map-holder {
  border: 3px solid #CCCCCC;
  border-radius: 3px;
  margin-bottom: 25px;
  position: relative;
}

.form-group {
  position: relative;
}

.gallery .box {
  padding: 20px 50px;
}

.gallery .box h1 {
  margin: 0 0 20px;
}

.gallery .box hr {
  margin: 0 0 10px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.gallery-image > img {
  width: 100%;
}

.gallery-content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
  opacity: 0;
  top: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;  
}

.gallery-content ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 8px 5px; 
  display: block;
}

.gallery-content ul li a:hover, .gallery-content ul li a:focus {
  text-decoration: none;
}

.alignCenter {
  display: table;
  height: 100%;
  width: 100%;
}

.alignCenter .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.gallery-content:hover {
  opacity: 1;
}

.gallery-caption {
  font-family: 'Lora', serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.outer {
  display: table;
  height: 100%;  
  width: 100%;
}

.inner {
  display: table-cell;
  vertical-align: middle;  
}

/* Box-sizing resets
 *
 * Reset individual elements or override regions to avoid conflicts due to
 * global box model settings of Bootstrap. Two options, individual overrides and
 * region resets, are available as plain CSS and uncompiled Less formats.
 */

/* Option 1A: Override a single element's box model via CSS */
.element {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}


/* Option 2A: Reset an entire region via CSS */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}



/* Mobile */
@media (max-width: 390px) { 
  .navbar {
    min-height: 60px;
  }
  .navbar-brand {
    height: 70px;
    padding: 20px 0 20px 10px;
    width: 200px;
  }  
  .navbar-brand > img {
    width:80%;
  }  
  .navbar-toggle {
    margin-top: 20px;
  }  
}

/* Mobile */
@media (max-width: 767px) {

}

/* Tab */
@media (min-width: 768px) and (max-width: 991px) {
 
}

/* Medium monitor */
@media (min-width: 992px) and (max-width: 1199px) {  
  .home .box {
    margin-top: 125px;
    margin-right: -15px;
  }
 
}

/* Large monitor */
@media (min-width: 1200px) {
  .home .box {
    margin-top: 125px;
    margin-right: -15px;
  }
 
}
