@font-face {
    font-family: 'FiraSans';
    src: url('../font/FiraSans-Light.otf') format('opentype');
}
/* GLOBAL STYLES
   -------------------------------------------------- */
body {
    padding-bottom: 0px;
    padding-top: 0px;
}

#logo-header {
    height: 80px;
}
#logo-footer {
    height: 40px;
}

#container {
    padding-top: 150px;
}

.navbar-wrapper {
    margin-top: 40px;
}

.img-pull-right {
    float: right !important;
}
.img-pull-right .caption {
    text-align: center;
    font-weight: bold;
}

/* Carousel
-------------------------------------------------- */
#carousel-refs {
    height:168px;
}
#carousel-refs img {
    height:168px;
    margin-bottom:0;
}
#carousel-refs .item {
    height: 168px;
}

/* Scroll to top button
-------------------------------------------------- */
.scrolltop {
	background-color: #F1F1F1;
	border: 1px solid darkGray;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: none;
	height: 36px;
	opacity: 0.6;
	position: fixed;
	right: 2%;
	top: 50%;
	width: 36px;
	z-index: 9999;
}
.scrolltop span {
	position: relative;
	top: 7px;
	left: 10px;
}

/* Callout
-------------------------------------------------- */
.callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	background-color: #fff;
	border-radius: 3px;
}
.callout-danger {
	background-color: #fdf7f7;
	border-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}
.callout-success {
	background-color: #fdf7f7;
	border-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}
.callout-warning{
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}
.callout-info {
	background-color: #f4f8fa;
	border-color: #5bc0de;
}
.callout-info h4 {
	color: #5bc0de;
}

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

.nav-article div { margin-top: 20px; }
.nav-article .btn { white-space: normal; }

/* Footer
-------------------------------------------------- */
#footer {
	min-height: 260px;
	margin-top: 40px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
}
#footer address {
	padding-top: 10px;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 10px;
	margin-left: 0px;
        margin-top: 0px;
}

#footer .credits {
	border-top: 1px solid #343437;
	padding: 0px 0px 30px 0px;
        margin-top: 10px;
}
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .navbar-wrapper {
        background-image: none !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    #container {
        padding-top: 50px;
    }

    #container img {
        width: 100%;
        height: 100%;
    }

    .breadcrumb {
        margin-top: 10px;
    }

    #footer {
        margin-top: 20px;
        padding-top: 15px;
    }
    #footer .footer_header {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption p {
        font-size: 18px;
    }

    #footer .footer_header {
        margin-top: 20px;
    }
}

.navbar-collapse {
    position: relative;
}
.navbar-collapse form[role="search"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);
    border-color: rgb(255, 255, 255);
    padding: 10px 12px 9px 12px;
    box-shadow: none;
    outline: none;
}
.navbar-collapse form[role="search"] input {
    height: 40px;
    font-size: 12pt;
    color: rgb(160, 160, 160);
    box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}

@media (min-width: 768px) {
    .navbar-collapse {
    }
    .navbar-collapse form[role="search"] {
	width: 38px;
    }
    .navbar-collapse form[role="search"] button {
    }
    .navbar-collapse form[role="search"] input {
	font-size: 18pt;
	opacity: 0;
	display: none;
    }
    .navbar-collapse form[role="search"].active {
	width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
	display: table-cell;
	opacity: 1;
    }
    .navbar-collapse form[role="search"].active input {
	width: 100%;
    }
}

/* Contact form */
.modal-content {
    color: #fff;
}
