@import url(http://fonts.googleapis.com/css?family=Gudea:400,700,400italic);
body {
    width: 700px;
}

a {
    color: #016155;
    font-weight: bold;
}

a:hover {
    color: #016155;
    font-weight: bold;
}

a:visited {
    color: #016155;
    font-weight: bold;
}

a.more {
    font-weight: normal;
    display: block;
}

a.more .glyphicon {
    top: -1px;
    font-size: 8px;
}

* {
    outline: none;
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

a:focus {
    outline: none !important;
}

.container {
    width: 700px;
}

.popover {
    background-color: #fff;
    color: #505050;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    border: none;
    border-radius: 0px;
    box-shadow: 1px 1px 3px rgba(157, 150, 147, 0.3);
    -moz-box-shadow: 1px 1px 3px rgba(157, 150, 147, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(157, 150, 147, 0.3);
}

.popover.top>.arrow:after {
    border-top-color: #fff;
}

.popover.right>.arrow:after {
    border-right-color: #fff;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fff;
}

.popover.left>.arrow:after {
    border-left-color: #fff;
}

.popover.top>.arrow {
    border-top-color: #9d9693;
    border-top-color: rgba(157, 150, 147, 0.3);
}

.popover.right>.arrow {
    border-right-color: #9d9693;
    border-right-color: rgba(157, 150, 147, 0.3);
}

.popover.bottom>.arrow {
    border-bottom-color: #9d9693;
    border-bottom-color: rgba(157, 150, 147, 0.3);
}

.popover.left>.arrow {
    border-left-color: #9d9693;
    border-left-color: rgba(157, 150, 147, 0.3);
}

.popover-inside-content {
    display: none;
}

.mvi-btn {
    background-color: #016155;
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    color: #fff;
    padding: 3px 5px 5px 6px;
    font-size: 14px;
    opacity: 0.9;
    border-radius: 2px;
}

.mvi-btn:hover,
.mvi-btn:focus,
.mvi-btn:visited {
    color: #fff !important;
}

.background {
    min-height: 360px;
}

.page1 {
    background: url(../img/pic1.jpg);
    background-position: 0px -10px;
}

.page2 {
    background: url(../img/pic2.jpg);
    background-position: 0px -70px;
}

.page3 {
    background: url(../img/pic3.jpg);
    background-position: 0px -10px;
}

.page4 {
    background: url(../img/pic4.jpg);
    background-position: 0px -10px;
}