/*
 * DodoMedia Web Solutions 2015 Theme
 * Based on the Munter Theme by Carlos Alvarez (http://alvarez.is)
 */

* {
    position: relative;
}

.breaker {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #2f2f2f;
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    font-size: 15px;
}

i {
    color: #fff;
}

.font-thin {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
}

.font-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}

.font-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
}

.justify-text {
    text-align: justify;
}

.nav-pills {
    padding-left: 15px !important;
}

.navbar {
    background-color: #e4e6e5;
    background-color: rgba(228, 230, 229, .85);
    border-bottom: 1px solid #bfbfbf;
    font-size: 12px;
    transition: .25s all linear;
}

.navbar.inv {
    background-color: rgba(0, 0, 0, .5);
    border-bottom: 1px solid #bfbfbf;
}

.navbar .navigation a {
    color: #5f5f5f !important;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    transition: all 0s linear;
}

.navbar.inv a {
    color: #e4e6e5 !important;
}

.navbar-responsive-collapse {
    margin: 0 auto;
    width: 80%;
}

.navigation li {
    text-align: center;
    white-space: nowrap;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: inherit !important;
}

.navigation > li > a:hover,
.navigation > li > a:focus {
    background-color: inherit;
    outline: none;
}

.active-menu {
    background-color: #e4e6e5;
    content: '.';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0s linear;
    width: 1%;
    z-index: 9;
}

.inv .active-menu {
    background-color: #e4e6e5;
}

.special-active-menu {
    z-index: 10;
}

.slide {
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    padding-top: 50px;
    text-align: center;
}

.slide.nopadding {
    padding-top: 0 !important;
}

.title-row {
    font-size: 45px;
    padding-bottom: 50px;
}

.line-row .hr {
    background-color: #e4e6e5;
    height: 5px;
    margin: 0 auto;
    width: 33%;
}

.subtitle-row {
    font-size: 35px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.content-row {
    padding-top: 45px;
}

.content-row i {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.content-row h2 {
    font-size: 28px;
    padding-bottom: 40px;
}

.content-row h4 {
    font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

#slide-1 {
    background-image: url('../images/bg1.jpg');
    color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    background-position: center center;
}

#slide-1 h1 {
    padding-top: 60px;
    font-size: 54px;
}

#slide-1 h3 {
    padding-bottom: 30px;
}

#home-row-1 {
    padding-top: 25px;
    text-shadow: 2px 2px #666;
}

#slide-2 {
    background-color: #C63333;
    color: #e4e6e5;
    padding-top: 90px;
}

#slide-2 div.col-12 {
    padding-top: 20px;
}

#slide-3 {
    background-color: #34495e;
    color: #e4e6e5;
    padding-top: 90px;
}

#slide-3 li {
    margin-top: 25px;
    list-style-type: none;
    display: block;
}

#slide-4 {
    background-color: #f39c12;
    color: #000;
    padding-top: 90px;
}

#slide-4 .line-row .hr {
    background-color: #000 !important;
}

#slide-4 a {
    color: #2f2f2f !important;
}

#slide-4 .nav-pills > li > a {
    text-align: left !important;
}

#slide-4 .nav-pills > li.active > a,
#slide-4 .nav-pills > li.active > a:hover,
#slide-4 .nav-pills > li.active > a:focus {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

#slide-5 {
    background-color: #2f2f2f;
    color: #e4e6e5;
    padding-bottom: 50px;
    padding-top: 20px;
    font-size: 13px !important;
}

#slide-5 .title-row {
    font-size: 24px;
    padding-bottom: 20px;
}

#slide-5 .content-row {
    padding-top: 20px;
}

#slide-5 a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.footer-section {
    margin-top: 40px;
}

.footer-row {
    margin-top: 175px;
}

.footer_copyright {
    margin-top: 150px;
    margin-bottom: 20px;
}

#arrows {
    bottom: 10%;
    height: 80px;
    position: fixed;
    right: 10%;
    width: 80px;
    z-index: 1000;
}

#arrows div {
    background-image: url('../images/website-arrows.png');
    cursor: pointer;
    height: 30px;
    position: absolute;
    width: 30px;
}

#arrows div.disabled {
    cursor: default;
}

#arrow-up {
    background-position: 30px 0;
    left: 25px;
    top: 0;
}

#arrow-up.disabled {
    background-position: 0 0;
}

#arrow-down {
    background-position: 30px -30px;
    left: 25px;
    bottom: 0;
}

#arrow-down.disabled {
    background-position: 0 -30px;
}

.navigation-slide {
    cursor: pointer;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #slide-3 .content-row h2,
    #slide-4 .content-row h2 {
        min-height: 6em;
    }
}

@media (max-width: 767px) {
    .navigation li {
        text-align: left;
        white-space: nowrap;
        padding-left: 15px;
    }

    .navbar-responsive-collapse {
        width: 100%;
    }

    .active-menu {
        display: none !important;
    }

    .navbar {
        background-color: #e4e6e5 !important;
        padding: 0;
    }

    .navbar .navigation a {
        color: #e4e6e5 !important;
        font-size: 16px;
        padding-left: 0;
    }

    ul.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navigation li[data-slide="1"],
    .navigation li[data-slide="5"] {
        background-color: #2f2f2f;
    }

    .navigation li[data-slide="2"] {
        background-color: #c63333;
    }

    .navigation li[data-slide="3"] {
        background-color: #34495e;
    }

    .navigation li[data-slide="4"] {
        background-color: #e67e22;
    }

    #home-row-1 {
        padding-top: 16px;
    }

    #home-row-1 h1 {
        font-size: 35px;
    }

    .title-row {
        font-size: 34px;
        padding-bottom: 33px;
    }

    .subtitle-row {
        font-size: 26px;
        padding-bottom: 26px;
        padding-top: 26px;
    }

    .content-row {
        padding-top: 29px;
    }

    .content-row h2 {
        font-size: 24px;
        padding-bottom: 26px;
    }

    .content-row h4 {
        font-size: 20px;
    }

    #slide-2, #slide-3, #slide-4 {
        padding-top: 40px;
    }

    #slide-4 .tab-content {
        margin-top: 20px;
    }

    .footer-row {
        margin-top: 15px;
    }

    .footer_copyright {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
