@import url('./min/bootstrap.min.css');
@import url('./jquery.fancybox.css');

a {
    cursor: pointer;
}
/*#region Layout */
.row {
    padding: 0px 26px;
    margin-right: 0;
    margin-left: 0;
}

.col-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.col-no-padding-left {
    padding-left: 0px;
}

.col-no-padding-right {
    padding-right: 0px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.space-10 {
    display: block;
    height: 10px;
}

.space-20 {
    display: block;
    height: 20px;
}

.space-30 {
    display: block;
    height: 30px;
}

.space-40 {
    display: block;
    height: 40px;
}

.space-50 {
    display: block;
    height: 50px;
}

.space-60 {
    display: block;
    height: 60px;
}

.space-70 {
    display: block;
    height: 70px;
}

.space-80 {
    display: block;
    height: 80px;
}

.space-90 {
    display: block;
    height: 90px;
}

.space-100 {
    display: block;
    height: 100px;
}

.cms-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    width: 100%;
}
/*#endregion */

/*#region Gallery*/
.gallery-photo {
    box-shadow: 3px 3px 15px #888888;
}

.gallery-text {
    margin: 0px 10px;
}

    .gallery-text li {
        display: inline;
    }

    .gallery-text ul {
        padding: 0px !important;
        margin: 0px 0px 10px 0px !important;
    }

    .gallery-text a {
        color: #666;
    }
/*#endregion */

/*#region Menu-Strip*/

.palete {
    color: #f4f4f4;
    color: #e2e2e2;
    color: #bbbbbb;
    color: #838488;
    color: #393939;
    color: #e55a43;
    color: #e6412e;
}

a, a:active, a:visited, a:hover {
    text-decoration: none;
}

.menu-fixed-top {
    height: 40px;
    z-index: 9999;
    float: left;
    text-align: right;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #444444;
    background-color: #393939;
    font-size: 16px;
    color: #f4f4f4;
}

    .menu-fixed-top .fa {
        color: #e6412e;
        font-size: 30px;
        padding-left: 6px;
        padding-right: 10px;
        padding-top: 2px;
    }

.menu-fixed {
    padding-top: 40px;
    z-index: 9998;
    float: left;
    height: 100%;
    width: 300px;
    position: fixed;
    border: 1px solid #393939;
    background-color: #393939;
}

.menu-list {
    font-size: 16px;
    padding-left: 0px;
}

    .menu-list li {
        border-bottom: 1px solid #444444;
        width: 100%;
        cursor: pointer;
        padding: 10px 20px;
        display: block;
        list-style: none;
    }

    .menu-list li,
    .menu-list a {
        color: #e2e2e2;
        width: 100%;
        display: block;
    }


        .menu-list li:hover,
        .menu-list a:hover,
        .menu-list a:visited {
            color: #f4f4f4;
            background-color: #e6412e;
        }

        .menu-list li:active,
        .menu-list a:active {
            color: #f4f4f4;
            background-color: #e55a43;
        }

    .menu-list .fa {
        margin-right: 10px;
        font-size: 22px;
    }

    .menu-list li.active,
    .menu-list li.active a,
    .menu-list li.active a:hover,
    .menu-list li.active a:visited,
    .menu-list li.active a:active {
        background-color: #f4f4f4;
        color: #393939;
    }

        .menu-list li.active .fa {
            color: #e6412e;
        }

.menu-fixed-cursor {
    z-index: 9997;
    width: 20px;
    background: transparent;
    border: none;
    font-size: 22px;
    color: #393939;
    float: left;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 0;
}

#menu-controller {
    font-size: 40px;
    margin-left: 5px;
}

    #menu-controller:hover,
    #menu-controller:active,
    #menu-controller:visited {
        color: #e6412e;
    }

.content-holder {
    float: left;
    width: 100%;
    padding-left: 300px;
    color: #838488;
}

@media screen and (max-width: 1070px) {
    .menu-fixed {
        display: none;
    }

    .content-holder {
        padding-left: 0px;
    }
}
/*#endregion */

h-page-title {
    color: #393939;
}

.th-tbl {
    background-color: #e6412e;
    color: #f4f4f4;
}

.td-tbl {
    color: #444444;
}

.td-tbl-right {
    color: #337ab7;
    text-align: right;
}

.button-cms {
    cursor: pointer;
    background: #e6412e;
    color: #f4f4f4;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #393939;
    display: inline-block;
    text-decoration: none;
}

    .button-cms:hover,
    .button-cms:active,
    .button-cms:visited {
        background: #e6412e;
        color: #f4f4f4;
        text-decoration: none;
    }


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        display: none;
    }

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.switch-input:checked + .switch-slider {
    background-color: #e6412e;
}

input.switch-input:focus + .switch-slider {
    box-shadow: 0 0 1px #e6412e;
}

input.switch-input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

    .switch-slider.round:before {
        border-radius: 50%;
    }

.error {
    color: #e6412e;
    font-size: 12px !important;
}
