@import url(http://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900);
    *, : after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background-color: #fff;
    background-color: hsla(0, 0%, 500%, 5);
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {

    padding: 0;
    margin: 0;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    position: relative;
    cursor: default;
}
::-moz-selection {
    background: #3b4348;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #3b4348;
    color: #fff;
    text-shadow: none;
}
a, a>* {
    color: #3b548e;
    color: hsla(222, 41%, 39%, 1);
    text-decoration: none;
    -webkit-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
    -moz-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
    -ms-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
    -o-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
    transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}
a:hover, a>:hover {
    color: #5474bf;
    color: hsla(222, 46%, 54%, 1);
    text-decoration: none;
    cursor: pointer;
}
:focus {
    outline: 0!important;
}
.topbar {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    min-height: 2.5em;
    background-color: #3b548e;
    background-color: hsla(222, 41%, 39%, 1);
}
.social {
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
}
.social li {
    display: inline-block;
    padding-right: 3px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    color: hsla(0, 100%, 100%, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.contact-info {
    margin: 5px 0 0;
    padding: 0;
    text-align: right;
}
.contact-info li {
    display: inline-block;
    list-style-type: none;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    color: hsla(0, 100%, 100%, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
li.address {
    background: url(assets/dist/img/icons/topbar/address.png) no-repeat left 0;
    height: 20px;
    padding-left: 20px;
    padding-right: 10px;
}
li.address a {
	color: #fff;
}
li.phone {
    background: url(assets/dist/img/icons/topbar/phone.png) no-repeat left;
    height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    color: #fff;
    color: hsla(0, 100%, 100%, 1);
}
li.phone a {
	color: #fff;
}
.site-header {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0;
    background: url(assets/dist/img/header-bg.png) no-repeat;
    background-position: right top;
}
.site-logo {
    margin-bottom: 10px;
}
.site-title {
    font-family: Lato, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #464646;
    color: hsla(0, 0%, 27%, 1);
    line-height: normal;
    width: 100%}
hr.line {
    border-top: 1px solid #e3e3e3;
    max-width: 260px;
    margin-top: -8px;
}
.site-slogan {
    margin: -16px 0 0;
    padding: 0;
    line-height: normal;
    font-style: italic;
    width: 100%}
.dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border: 0;
    background: url(assets/dist/img/icons/nav/caret.png) no-repeat;
    width: 8px;
    height: 4px;
}
li.online-store {
    background-image: url(assets/dist/img/icons/nav/online-store.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 15px;
    margin-left: 5px;
}
.carousel .item img {
    max-width: 2200px;
    height: 500px;
}
.carousel-caption h1 {
    font-weight: 900;
    font-family: Lato, sans-serif;
}
.thumbnail {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.thumbnail img {
    width: 100%}
.section-title {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 50px;
}
.section-title>span {
    position: relative;
    display: inline-block;
}
.section-title span h1 {
    font-weight: 400;
    font-size: 25px;
    color: #3b548e;
}
.section-title>span:after, .section-title>span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ededed;
}
.section-title>span:before {
    right: 100%;
    margin-right: 15px;
}
.section-title>span:after {
    left: 100%;
    margin-left: 15px;
}
.more-btn {
    background-color: #3b548e;
    background-color: hsla(222, 41%, 39%, 1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.more-btn:hover {
    color: #fff;
    background-color: #203463;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.back-to-top span {
    color: #fff;
}
.site-content {
    margin: 0;
    padding: 30px 0;
}
#cookie-law {
    background: #ebe9be;
    margin: 0;
}
#cookie-law p {
    padding: 10px;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    color: #222;
    margin: 0;
}
#cookie-law p a {
    text-decoration: underline;
    color: #222;
}
footer {
    background-color: #f8f8f8;
    padding: 20px 0;
}
footer li a {
    color: #898989;
}
footer li a:hover {
    text-decoration: underline;
}
.bottom {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    min-height: 2.5em;
    background-color: #3b548e;
    background-color: hsla(222, 41%, 39%, 1);
}
.bottom .muted {
    font-size: 12px;
    line-height: normal;
    color: #fff;
    color: hsla(0, 100%, 100%, 1);
    margin: 5px 0 0;
    font-weight: 400;
}
.bottom a {
    color: #fff;
    color: hsla(0, 100%, 100%, 1);
    font-size: 12px;
}
.site-content iframe {
    width: 100%;
    border: 0;
    min-height: 700px;
}
#g-map {
    width: 100%;
    height: 400px;
}
.contact-page-info {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background-color: #f8f8f8;
}
.virtual-tour {
    background: url(assets/dist/pic/virtual-tour.jpg) no-repeat;
    min-height: 250px;
    width: 100%;
    border-radius: 6px;
    background-position: 50% 50%}
.virtual-tour h1 {
    color: #fff;
    line-height: 250px;
    font-weight: 900;
    font-size: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.virtual-tour a {
    color: #fff;
}
.virtual-tour a:hover {
    text-decoration: underline;
}
.page-banner {
    width: 90%;
    border: 1px solid #f8f8f8;
    margin-bottom: 30px;
    margin-top: 0;
}
.sidebar-navigation {
    padding: 10px;
}
.nav-stacked li ul li {
    margin: 2px 0;
    height: 16px;
    list-style-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAj0lEQVQ4T2NkoBAwUqifYWgYwAn0pjEQH8HmXWK8YAHUeByIS4G4B90QYgwA6UkH4mlAXAfErciGYDNAHqhgMhCDnI4MTIEcPiDOBeKpMAlsBigAJduBmBnNAAcgXxSIK4G4A58B2MKqAer8IiA9gZAX0A2ABSKKzaS4gAOoWAeIz2BzGrGxgE0vWGwYGAAA/WUOEUD7ZhUAAAAASUVORK5CYII=);
}
iframe.yt-video {
    min-height: 400px;
}
@media screen and (min-width:320px) and (max-width:900px) {
    .topbar, ul.contact-info {
    text-align: center;
}
.carousel .item img {
    height: 350px;
}
.carousel-caption h1 {
    font-size: 30px;
}
}.mm .collapse, .mm .dropdown, .mm .dropup, .mm .nav {
    position: static;
}
.mm .container {
    position: relative;
}
.mm .dropdown-menu {
    left: auto;
}
.mm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.mm .mm-content {
    padding: 20px 30px;
}
.mm .mm-content a {
	color: #fff;
}
.mm .mm-content a:hover {
    color: #fff;
    text-decoration: underline;
}
.mm .mm-content li {
    line-height: 18px;
    color: #fff;
}
.mm .dropdown.mm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.list-unstyled, .list-unstyled ul {
    min-width: 210px;
}
@media (min-width:767px) {
    .panel-group {
    width: 400px;
    color: #000;
}
.thumbnail {
    margin: 0;
}

}

@media screen and (min-width:320px) and (max-width:900px) {
.mm-content a {
	color: #000!important;
}
.mm-content a:hover {
    color: #000;
    text-decoration: underline;
}
.mm-content li {
    line-height: 18px;
    color: #000;
}
}