/* Sticky footer and general settings */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #fff;
}
ul, ul li {
 text-align: left;
}
ul {
 list-style-type: square;
}
hr {
 height: 1px;
 color: #333;
}
a,a:link,a:visited {
 color: #0193DE;
 font-weight: 300;
}
a:hover {
 text-decoration: underline;
}
.row {
width: 100%;
margin: 0;
padding: 0;
}
code {
  font-size: 80%;
}
 img {
 display: block;
 height: auto;
 max-width: 100%;
 }

/* Titles */
h1 {
font-size: 24px;
line-height: 28px;
font-weight: 300;
}
h2 {
text-align: center;
font-size: 36px;
line-height: 40px;
font-weight: 300;
margin-bottom: 20px;
}
h3 {
text-align: center;
font-size: 30px;
line-height: 34px;
font-weight: 300;
}
h4 {
 font-size: 20px;
 line-height: 24px;
 color: #333;
 font-weight: 300;
}
h1,h2,h3 {
color: #000;
font-family: 'Ubuntu', sans-serif;
}
h4 {
color: #000;
font-family: 'Ubuntu', sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
   margin-top: 20px;
   margin-bottom: 10px;
}
.title {
color: #333;
font-family: 'Ubuntu', sans-serif;
font-size: 40px;
line-height: 44px;
border-bottom: 0px dotted #333;
}
.subtitle {
 color: #777;
 font-size: 20px;
 line-height: 24px;
 margin-top: 10px;
}

/* Flags for language sellection */
.flag {
 display: inline;
 margin-left: 3px;
 }

/* Wrapper for page content to push down footer */
#wrap {
  max-width: 1280px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
}
.container {
  margin: 0 auto;
}
#wrap > .container {
  padding: 10px 15px 0;
}
#footer > .container {
  padding-top: 20px;
  color: #fff;
}

/* Page blocks */
.topline {
 width: 100%;
 margin: 0 auto;
 margin-top: 10px;
 clear: both;
}
.mainimg {
	width: 100%;
	margin: 0 auto;
}
#footer {
  min-height: 80px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #00A2E6;
  text-align: center;
  clear: both;
}
#footer a  {
color: #fff;
}

/* Toggle navigation bar */
.navbar {
  background-color: inherit;
  border-color: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #333;
  border-radius: 0px;
  min-height: 40px;
  box-shadow: none;
  border: 0;
  -webkit-box-shadow: none;
  margin-bottom: 10px;
}
.navbar-brand,
.navbar-brand img {
 margin: 0;
 padding: 0;
}
.navbar .navbar-nav > li > a {
  color: #333;
  font-weight: 500;
  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: inherit;
  text-decoration: underline;
}
.navbar .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a {
  color: #333;
}
.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: inherit;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
  color: #333;
  background-color: inherit;
}
.navbar .navbar-toggle {
  background-color: #333;
  color: #fff;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #333;
  color: #fff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #333;
  color: #fff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border: none;
}
.navbar-collapse {
 box-shadow: none;
}
.navbar .navbar-link {
  color: #333;
}
.navbar .navbar-link:hover {
  color: #333;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar .navbar-toggle .icon-bar:hover {
  background-color: #fff;
}
.navbar-toggle:before {
    content:"Menu";
    left:-80px;
    top:4px;
    position:absolute;
    width:80px;
	color: #333;
}

.btn-contact {
    display: inline-block;
    padding: 10px 18px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: none;
    background-color: inherit;
    color: #fff;
    border-color: #fff;
}

/* Google map */
 #map-container {
 height: 450px;
 width: auto;
 }
 
 /* Contact form */ 
 label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	background-color: #222;
	border-color: #222;
	color: #fff;
}

/* Special styles */ 
.center-block {
 display: block;
 float: none;
 margin: 0 auto;
}
.gallery-section img {
	margin-bottom: 10px;
}
.time {
	font-size: 40px;
	line-height: 44px;
	color: #ff0000;
	font-weight: 700;
}

/* Thumbnail gallery style */
.gallery {
	margin: 0 auto;
}
.text {
 color:#333;
 font-size:14px;
 margin-bottom:10px;
 padding:12px;
 background:#fff;
}
.modal-lg {
  max-width: 720px;
  max-height: 800px;
}
ul.first, ul.second {
 list-style-type: none;
}
ul.first img, ul.second img {
 margin-bottom: 10px;
}
ul.first li, ul.second li {
 padding-right: 5px;
 padding-left: 5px;
}

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

@media (max-width: 1024px) {
h1 {
  font-size: 30px;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 5px;
}
}

@media (max-width: 800px) {
 h3 {
 padding-top: 10px;
 }
 .navbar-brand {
 margin-bottom: 20px;
 }
 .title {
  font-size: 48px;
 }
 .navbar .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
h2 {
font-size: 30px;
line-height: 34px;
font-weight: 300;
}
h3 {
font-size: 26px;
line-height: 30px;
}
}

@media (max-width: 480px) {
.title {
  font-size: 26px;
  line-height: 30px;
 }
 .subtitle {
 font-size: 20px;
 line-height: 24px;
}
ul.navigation {
	margin-top: 0px;
}
ul.navigation li {
	display: block;
	float: left;
}
.navbar ul li {
	text-indent: 20px;
}
}