/******* LAYOUT *******/
body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}


#ploty-bg {
    background-color: #1d480e;
}

#header-stripe {
    height: 92px;
    background-color: #1d480e;
}

#central-stripe {
    background-image: url(../protected/assets/plot.png);
    background-color: #ebebeb;
    background-size: 142px;
}

.no-svg #central-stripe {
    background-image: url(../protected/assets/plot.png);
}


#footer-stripe {
    background-color: #1d480e;
    height: 138px;
}

.menu-item > a {
    color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    text-transform: uppercase;
}

.menu-item > a:hover {
    text-decoration: none;
    color: #cccccc;
}

.header-item {
    display: inline-block;
    margin-top: 32px;
}

.active-menu-item > a {
    color: #cdae7e;
}

#menu-button {
    margin-top: 20px;

}

#mobile-menu {
    background-color: #eeeeee;

    text-transform: uppercase;
    color: #1d480e;
    font-size: 14pt;
}

#mobile-menu ul {
    list-style-type: none;
}

#mobile-menu li {
    padding: 5px 0;
}

#mobile-menu a:hover {
    text-decoration: none;
}

#mobile-menu-line {
    height: 2px;
    background-color: #1d480e;
}

#header-cont {
    height: 92px;
    text-align: right;
}

#logo {
    text-align: left;
}

.spacer {
    width: 30px;
    height: 30px;
    display: inline-block;

}

#footer-cont {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.link-category {
    color: #cdae7e;
    font-size: 12pt;
}

.link-list {
    color: #ffffff;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.link-list > li > a {
    color: #ffffff;
    margin-left: 0px;
    padding-left: 0px;
}

.link-list > li > a:hover {
    text-decoration: none;
    color: #cccccc;
}

#copyright-col {
    text-align: right
}

#copyright {
    color: #ffffff;
    margin-top: 20px;
}

#social-links {
    margin-top: 20px;
}

.soc-icon{
    height: 5%;
    width: 5%;
    margin-left: 10px;
}


/******* HOME PAGE *******/
.carousel {
    margin: 0 auto;
}

#calculation-box {
    background-color: #211400;
    height: 75px;
    margin-top: 35px;
}

#calculation-text {
    padding-top: 15px;
    padding-left: 30px;

    color: #ffffff;
    font-size: 24pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    vertical-align: middle;
}

.carousel-caption {
    background-color: #026411; /* for IE */
    background-color: rgba(2,100,17,0.7); /* for good browsers */
    filter: alpha(opacity=70); /* IE opacity fix */
    width: 120%;
    position: relative;
    top: -80px;
    margin-left: -30%;
    height: 60px;
    margin-bottom: -80px;

}

/******* KONTAKT *******/
#contacts {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 16pt;
}

#map {
    padding-bottom: 20px;
}

.message-page .control-group {
    margin: 10px 0px;
}

.message-page .controls input {
    width: 80%;
}

.message-page .controls textarea {
    width: 80%;
}

.clear-both {
    clear: both;
}
