/* Sticky footer */
html,
body {
  height: 100%;
  font-size: 100%;
  font-size: 16px;
  color: #333;
  font-family: 'Arimo', sans-serif;
  font-weight: 300;
  background-color: #fff;
}

h1 {
text-align: center;
font-size: 36px;
line-height: 38px;
font-weight: 400;
margin-top: 10px;
}

h2 {
text-align: center;
font-size: 32px;
line-height: 34px;
font-weight: 400;
margin-top: 10px;
}

h1,h2 {
color: #696969;
}

p {
  text-align: left;
 }
 
.inside {
 margin-top: 50px;
}

.title {
color: #333;
font-size: 46px;
border-bottom: 0px dotted #333;
margin-top: 20px;
text-align: center;
}

.subtitle {
color: #333;
font-size: 26px;
border-bottom: 0px dotted #333;
margin-top: 20px;
}

ul, ul li {
 text-align: left;
}

ul {
 list-style-type: square;
}

hr {
 height: 1px;
 color: #333;
}

a, a:link, a:active, a:visited {
 color: #0F597F;
}

a:hover {
 color: #333;
 text-decoration: underline;
}

.row {
width: 100%;
margin: 0;
padding: 0;
}

img {
 display: block;
 height: auto;
 max-width: 100%;
 }
 
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Page blocks */
header {
 width: 100%;
 margin: 0 auto;
}

.topline {
 width: 100%;
 margin: 0 auto;
 margin-top: 10px;
 clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.gallery {
 width: 100%;
}

.gallery .col-lg-4, .gallery  .col-md-4, .gallery  .col-sm-4, .gallery .col-xs-4 {
    padding-right: 7px;
    padding-left:  7px;
}

/* Home Page Carousel */
.slidecontainer {
 width: 100%;
 margin: 0 auto;
}

/* Slideshow with text */
.fade-carousel {
    position: relative;
    height: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 500px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ff0000;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.hero {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;
	line-height: 100%;
    font-weight: 500;
	color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.hero h3 {
    font-size: 2em;    
    font-weight: 500;
	color: #f5f5f5;
    margin: 0;
    padding: 0;
	margin-top: 20px;
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: inherit;
    opacity: .7;
}

.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider/slide1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider/slide2.jpg); 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider/slide3.jpg); 
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/slider/slide4.jpg); 
}
.carousel-indicators {
  bottom:100px;
}

/* Fixed height of footer */
#footer {
  min-height: 80px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #fff;
  background-image: url(../images/bgr.jpg);
  text-align: center;
  clear: both;
}

#footer a  {
color: #333;
}

/* Custom page CSS */
#wrap > .container {
  padding: 10px 15px 0;
}
#footer > .container {
  padding-top: 20px;
  color: #333;
}

code {
  font-size: 80%;
}

/* Navigation */
.navbar {
  background-color:#transparent;
  border-color: transparent;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}

.navbar .navbar-nav > li > a {
  color: #333;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav > li > a {
  padding: 10px 10px;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  color: #333;
  background-color: #fff;
  text-decoration: underline;
}
.navbar .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a {
  color: #333;
  padding-left: 10px;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #333;
  background-color: #fff;
  text-decoration: underline;
}
.navbar .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #fff;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #fff;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
  color: #333;
  background-color: #fff;
}
.navbar .navbar-toggle {
  color: #fff;
  background-color: #0098DA;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #0098DA;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #0098DA;
  color: #fff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: inherit;
}

.navbar-collapse {
 padding-right: 5px;
 padding-left: 5px;
}

.navbar .navbar-link {
  color: #fff;
}
.navbar .navbar-link:hover {
  color: #fff;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar .navbar-toggle .icon-bar:hover {
  background-color: #fff;
}

/* Font family */
h1,h2,h3,.title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.navbar {
	font-family: 'Oswald', sans-serif;
}

.hero h1 {
	font-family: 'Arimo', sans-serif;
	
}

/* Contact Google map */
 #map-container { height: 450px; width: auto; }

/* Special styles */ 
.center-block {
 display: block;
 float: none;
 margin: 0 auto;
}

/* Thumbnails */
.thumbs {
margin: 0px;
}

.thumbs img {
margin: 2px;
padding: 1px;
border: 1px solid #fff;
}

/* Media queries */
@media (min-width: 1280px) {
  h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  }
}

@media (max-width: 800px) {
 .title {
  font-size: 48px;
  text-align: center;
 }
}

@media (max-width: 480px) {
.title {
  font-size: 26px;
  text-align: center;
 }
 .hero h1 {
  font-size: 3em;
}
 }