@charset "utf-8";
 body {
    background-color: #cfbd97;
    font-family: "Open Sans Condensed", Arial, sans-serif;
}
h1 {
    margin-bottom: 20px;
    font-size: 28px;
}
html,
body {
    height: 100%;
}
a {
    color: #333;
}
a:hover {
    color: black;
    text-decoration: none;
}
.navbar-inverse {
    background-image: url(../img/topbg.png);
    background-position: right;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    padding: 5px 20px 5px 20px;
}
.navbar-default {
    background-image: url(../img/topbg2.png);
    background-position: right;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}
.navbar-default img {
    max-height: 50px;
    margin-top: 5px;
    margin-left: 5px;
}
.navbar-default .navbar-collapse {
    background: none;
    background-color: transparent;
    border: none;
}
.carousel,
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
/* Fade transition for carousel items */

.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .9s ease-in-out;
    /*adjust timing here */
    -moz-transition: opacity .9s ease-in-out;
    -o-transition: opacity .9s ease-in-out;
    transition: opacity .9s ease-in-out;
}
.carousel-control {
    background-image: none !important;
    /* remove background gradients on controls */
}
/* Fade controls with items */

.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.content a {
    color: #ccc;
    text-decoration: none;
}
.content a:hover {
    color: #fff;
    text-decoration: none;
}
/*menü*/

.menu {
    position: fixed;
    bottom: 35%;
    right: 1%;
    z-index: 9998;
    font-size: 18px;
    text-align: right;
}
.menu-xs {
    position: fixed;
    top: 13%;
    right: 1%;
    z-index: 9998;
    font-size: 18px;
    text-align: right;
    background-color: #cfbd97;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*footer.settings*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    padding: 5px;
    padding-right: 20px;
    z-index: 9999;
}
.footer span {
    display: block;
    margin-left: 20px;
    font-size: 18px;
}
.footer a {
    color: #333;
    text-decoration: none;
}
.footer a:hover {
    color: #000;
}
.languages img {
    height: 14px;
}
/*about*/

.desc {
    margin-top: 95px;
    margin-left: 2%;
    width: 70%;
    font-size: 15px;
    color: #383122;
    line-height: 19px;
}
.desc-xs {
    margin-top: 95px;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 16px;
    color: #383122;
    line-height: 19px;
    margin-bottom: 100px;
}
.row {
    margin-bottom: 5px;
}
label {
    font-weight: 400;
}
.irtibat {
    margin-top: 95px;
    margin-left: 2%;
    width: 70%;
    font-size: 15px;
    color: #383122;
    line-height: 19px;
}
.irtibatform {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .irtibat {
        margin-top: 95px;
        margin-left: 2%;
        margin-right: 0%;
        font-size: 16px;
        width: 98%;
        color: #383122;
        line-height: 19px;
        margin-bottom: 100px;
    }
    .irtibat .col-md-6 {
        border: none !important;
        padding-left: 0px !important;
    }
    .irtibatform {
        margin-top: 40px !important;
    }
}