html,
body {
    height: 100%;
    font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
     font-family: 'Arvo', 'Times New Roman', Georgia, serif;
}

h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

h2 {
    font-size: 28px;
}

.row h2 a {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p.quote {
    font-size: 1.5em;
    text-align: center;
    font-style: italic;
    margin-bottom: 25px;
}

img {
    width: 100%;
}

@media (min-width: 768px) {
    .row h2 {
        margin: 0 0 20px;
    }
}

/* buttons */
.btn {
    padding: 8px 0 6px;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.btn:hover {
    opacity: 0.6;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.btn-primary {
    background-color: #ff8a5c;
    border: 2px solid #ff8a5c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ff8a5c;
    border: 2px solid #ff8a5c;
}

.btn-info {
    color: #ff8a5c;
    background-color: #FFFFFF;
    border: 2px solid #ff8a5c;
    background: url(/images/sprite.png) no-repeat 90% 9px;
    background-size: 18px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #ff8a5c;
    background-color: #FFFFFF;
    border: 2px solid #ff8a5c;
}

@media (min-width: 768px) {
    .btn {
        width: 180px;
    }
}

/* header
=======================================*/

header.homepage-header {
    height: 70%;
}

header a {
    color: white;
}

#header-image {
    position: relative;
    height: 200px;
    z-index: 10;
    box-shadow: 0px 1px 5px #333;
}

.page-header {
    border: 0;
    padding: 0;
}

@media (min-width: 768px) {
    header.homepage-header {
        height: 90%;
    }
}

/* navbar
=======================================*/

.navbar {
    margin-top: 1em;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav>li {
    float: none;
}

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

#logo {
    float: left;
    width: 35px;
}

#logo img {
    width: 100%;
}

#main-menu {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-left: 8px;
}

.navbar-fixed-top {
    position: absolute;
}

#main-menu .current {
    border-left: 2px solid #fff;
}

#main-menu a:hover {
    background-color: transparent;
    color: white;
}

#lang-menu {
    margin-top: 10px;
    float: right;
    font-size: 12px;
    line-height: 20px;
}

#lang-menu li {
    margin-bottom: 20px;
}

#lang-menu li a{
    padding: 10px;
}

#lang-menu li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
    #logo {
        width: 100px;
        margin-right: 25px;
    }
}

@media (min-width: 1050px) {
    #main-menu {
        float: left;
        margin-left: 25px;
    }
    #main-menu, #lang-menu {
        font-size: 16px;
    }
    .navbar-nav>li>a, #lang-menu li a {
        padding: 15px;
    }
    #main-menu li:hover {
        border-bottom: 2px solid #fff;
    }
    #main-menu .current {
        border-bottom: 2px solid #fff;
        border-left: none;
    }
    #lang-menu li {
        display: block;
    }
    .navbar-nav>li {
        float: left;
    }
}

/* carousel
=======================================*/

.carousel,
.item,
.active,
.carousel-inner {
    height: 100%;
}

.carousel {
    box-shadow: 0px 1px 5px #333;
    z-index: 10;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption {
    font-size: 1.2em;
    text-align: left;
    bottom: -15px;
    left: 5%;
    right: 5%;
}

.carousel-caption h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control span {
    position: absolute;
    top: 50%;
}

@media (min-width: 768px) {
    .carousel-caption {
        font-size: 2em;
        margin-right: 30%;
    }
}

/* social-nav
=======================================*/

#social-nav {
    text-align: center;
}

#social-nav img {
    position: relative;
    top: -5px;
    margin: 0 7px;
    width: 35px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#social-nav img:hover {
    top: 0;
}

/* main
=======================================*/

main {
    font-size: 1.2em;
}

/* gallery
=======================================*/

.fancybox-title, .fancybox-close {
    display: none;
}

article iframe {
    width: 100%;
    height: 450px;
	background-color: #0162A7;
}

/* astro-cafe
=======================================*/

#panorama {
    width: 100%;
    height: 500px;
    line-height: 0px;
}

.pnlm-load-button {
    line-height: 28px;
}

#cafe-map {
    width: 100%;
    height: 500px;
}

/* categories
=======================================*/

.category-desc {
    margin: 15px 0 25px 0;
    font-size: 1em;
}

/* homepage
=======================================*/

.homepage-content .row{
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(238, 238, 238);
}

/* tour categories
=======================================*/

.col-centered {
    display: inline-block;
    float: none;
}

.row-centered {
    text-align: center;
}

.tour-category {
    color: white;
    margin: 10px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 300px;
    text-align: center;
}

.subcategory-desc {
    margin-top: 150px;
}

.item-title {
    margin-top: 100px;
}

/* tour landing page
=======================================*/

.tours-landing .tour-image {
    display: none;
}

.tours-landing .tour-image img {
    width: 100%;
}

.tours-landing .row {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.tours-landing .row h2 {
    margin-top: 0;
}

.tours-landing .tour-info p {
    margin-bottom: 5px;
}

.tour-buttons .btn {
    width: 100%;
}

.tour-buttons .btn-primary {
    float: left;
}

.tour-buttons .btn-info {
    float: right;
}

@media (min-width: 768px) {
    .tours-landing .tour-image {
        display: block;
    }
    .tours-landing .tour-info, .tours-landing .tour-buttons {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .tours-landing .tour-info, .tours-landing .tour-buttons {
        width: 60%;
    }
    .tours-landing .tour-summary {
        width: 80%;
    }
}


/* tour options
=======================================*/

.tour-option-info {
    margin: 20px 0 0 20px;
    font-size: 1.1em;
}

.tour-option-link {
    color: black;
}

.tour-option {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.tour-option-image {
    color: white;
    margin: 10px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 10px;
    text-align: center;
}

.item-page .item-image {
    width: 100%;
}

@media (min-width: 768px) {
    .item-page .item-image {
        width: auto;
    }
}

/* article
=======================================*/

.item-image {
    padding: 0 15px 15px 0;
    margin: 0 15px 15px 0;
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
}

/* aside
=======================================*/

aside {
    text-align: left;
    margin-top: 98px;
    border-left: 1px solid rgb(238, 238, 238);
    border-top: 1px solid rgb(238, 238, 238);
}

aside img {
    width: 100%;
    height: 100%;
}

/* footer
=======================================*/

footer {
    margin-top: 5em;
    min-height: 400px;
    background-color: #eee;
    overflow: hidden;
}

#footer-menu ul {
    margin-left: 5%;
    padding-top: 20px;
    border-left: 4px solid #fff;
    font-family: Arvo;
    text-transform: uppercase;
    float: left;
}

#footer-menu a {
    color: black;
    padding: 9px;
}

#footer-menu a:hover {
    color: #ccc;
}

#footer-social {
    margin-right: 5%;
    padding: 25px 20px 0 0;
    border-right: 4px solid #fff;
    list-style: none;
    float: right;
    font-size: 1.5em;
}

#footer-social a {
    color: black;
}

#footer-social a:hover {
    text-decoration: none;
    color: #ccc;
}

#footer-logos {
    text-align: center;
    clear: both;
}

#footer-logos a {
    width: 25%;
    display: block;
    float: left;
    padding: 15px;
}

#footer-map {
    width: 100%;
    min-height: 400px;
}

.footer-content-bottom {
    background: #333333;
    padding: 20px 0 15px;
}
.footer-content-bottom p {
    color: #ffffff;
    margin-bottom: 8px;
}
.footer-content-bottom a {
    color: #ffffff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    #footer-social {
        margin-right: 20%;
    }
    #footer-menu {
        margin-left: 20%;
    }
    #footer-logos a img {
        width: auto;
    }
}

/* media queries
=======================================

@media only screen and (max-device-width: 960px) {
    #main-menu, #footer-map, #footer-menu {
        font-size: 1.7em;
    }
    #footer-social {
        font-size: 2em;
    }
    #lang-menu {
        font-size: 1.7em;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}
*/
