﻿* {
    margin: 0;
    padding: 0;
    border-radius: 0;
    list-style-type: none;
    text-decoration: none;
}
/* R O O T  */
/*:root {
    --start: 0;
    --stopp: 0;
    --speed: 8s;
    --lengthRigh: 400px;
    --lengthLeft: -400px;
    --lengthRighFull: 800px;
    --lengthLeftFull: -800px;
    --cupColor1: #C2EBF5;
    --cupColor2: #91bdc7;
    --cupColor3: #999;
    --loaderColor: #666;
    --size-2: 5px;
    --size-3: 10px;
    --surface-2: #000;
    --radius-2: 5%;
    --shadow-2: 0 35px rgb(0,0,0,0.2);
    --spacer: 0.2rem;
}*/


body {
   /* background: radial-gradient(circle, #666 0%, #e9e8e8);*/
    background: #fff;
    padding-top: 80px;
}
#topMenuRight
{
    float: right;
    /*border: 1px solid red;*/
}
#nav {
    background-color: #fff
}
#main  {
    /*background: radial-gradient(circle, #666 0%, #e9e8e8);*/
}
#color {
    background-color: #c8e8d9;
}
#white {
    background-color: #fff;
}
#black {
    background-color: #000;
}
#footer {
    /*background-color: #b0d9d8;*/
    background-color: #fff;
}
.footer {
    padding-top: 30px;
}

    .footer img {
        max-width: 150px;
        max-height: 100px;
    }

    .footer a {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 1.2em;
        margin-left: 20px;
        color: #000;
    }

.wideMarginGray {
    margin: 0 auto;
    background: radial-gradient(circle, #666 0%, #e9e8e8);
    
}
.wideMargin {
    margin: 0 15px;
    /*border: 2px solid red;*/
}
.wideMarginColor {
    padding: 0 230px;
    background-color: #000;
}
.wideMarginWhite {
    background-color: #fff;
    border-top: 5px double #000;
    border-bottom: 5px double #000;
}
.wideMarginBlack {
    background-color: #000;
}
.adminMargin {
    padding: 0 20px;
    /*background-color: #b0d9d8;*/
}
/* SOME */
.soMe {
    background-color: #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 100px;
    text-align: right;
}

    .soMe img {
        max-width: 50px;
        max-height: 50px;
        /*border: 1px solid red;*/
    }

    .soMe h2 {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: lighter;
        color: #000;
    }

/* TOOLS */
.myTools {
    float: right;
}

    .myTools img {
        float: right !important;
        max-width: 40px;
        max-height: 40px;
        margin-left: 10px;
    }
.animation
{
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    /*border: 10px solid red;
    width: 500px;
    margin: 0 auto;*/
}
.animationWindow {
    width: 100%;
    margin: 0 !important;
    /*padding: 10px !important;
    border: 10px groove #f2f3e8;
    background-color: #fff;*/
}
.animationArt {
    width: 100%;
    margin: 0 !important;
    padding: 30px !important;
    border: 20px groove #533e13;
    background-color: #fff;
}
/* SEARCH */
.divStatus {
    margin: 10px auto;
    text-align: center;
    border: 2px dashed #666;
    background-color: #000;
    color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

    .divStatus h5 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #fff;
        font-size: 1em;
    }

.searchField {
    width: 450px;
    /*height: 40px;*/
    padding: 20px;
    margin: 0 auto;
    /*border: 10px double #666;*/
    overflow: hidden;
}

.searchBox {
    width: 500px !important;
    height: 30px;
    padding-left: 30px;
    /* border: 1px solid red;*/
}

.btnSearch {
    width: 60px;
    padding: 0 5px;
    color: #000;
    border-radius: 50px;
}
.btnSave {
    width: 100px;
    height: 100px;
    padding: 0 5px;
    color: #000;
    border-radius: 50px;
    background-color: #97d530;
}
fieldset {
    margin: 10px;
}

legend, legend p, label, .validate {
    font-size: 1.1em;
    color: #000;
}

.ddl {
    background-color: #000;
    color: #fff;
}

.ddlR {
    font-size: 1em;
    color: red;
    display: block;
}

.textBox {
    width: 100px;
    padding: 0 2px 0 0;
    text-align: right;
}

.textLabel {
    float: left;
    margin-left: 20px;
    font-size: 1.1em;
    font-weight: bold;
}
.textWhite label {
    color: #fff;
}

.movieBox
{
    width: 100%;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.navbar-brand img.topLogo {
    /*border: 1px solid red;
    width: 300px !important;
    height: 100px !important;*/
}

    img.imgSearch {
        max-width: 100px;
    }
    img.maxHeight {
        max-height: 300px;
    }

    img.frame {
        border: 2px solid #666;
        /*border-radius: 15px;
        background-color: #e9e8e8;*/
    }

    img.roundCorners {
        border-radius: 25px;
    }

img.shadow {
    box-shadow: 0 0 120px;
}


img.zoom {
    animation: imgZoom 5s infinite;
}

/*@keyframes imgZoom {
    0% {
        border-color: #ccc;
        transform: scale(1);
    }


    50% {
        border-color: #666;
        transform: scale(0.9);
    }


    100% {
        border-color: #ccc;
        transform: scale(1);
    }
}

img.rotate:hover {
    animation: imgRotate 5s infinite;
}

@keyframes imgRotate {
    0% {
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

img.spin {
    animation: imgSpinY 15s infinite;
}

img.spinX:hover {
    animation: imgSpinX 5s infinite;
}

@keyframes imgSpinX {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(50deg);
    }
    75% {
        transform: rotateX(-50deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

img.spinY:hover {
    animation: imgSpinY 5s infinite;
}

@keyframes imgSpinY {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(50deg);
    }

    75% {
        transform: rotateY(-50deg);
    }
    100% {
        transform: rotateY(720deg);
    }
}

img.spinZ:hover {
    animation: imgSpinZ 5s infinite;
}

@keyframes imgSpinZ {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(50deg);
    }

    75% {
        transform: rotateZ(-50deg);
    }
    100% {
        transform: rotateZ(720deg);
    }
}
*/

.galleryPager img
{
    margin-bottom: 10px;
}

/*.divPrice {
    border: 1px dashed #000;
    padding: 5px;
}

.divPrice a{
    margin-left: 10px;
    font-size: 1em !important;
    color: #c8e8d9;
    display: inline !important;
}*/

i.small {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 0.8em;
}




.adminVideo{
    max-width: 200px;
    max-height: 200px;
}
hr {
    display: normal !important;
    height: 1px;
    color: #999;
    background: #000;
    /* border: 1px solid red;*/
    margin: 0 !important;
}
div.logo {
    width: 250px;
   /* border: 1px solid #333;*/
    margin: 0 auto 10px auto;
    overflow: hidden;
}
div.logo h2{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5em;
    color: #000;
    margin: 12px !important;
}
div.logo img.logo {
        max-width: 27px;
        float: left;
        margin: 10px;
    }
h1.logo {
    font-family: 'BankGothic Lt BT';
    font-size: 2.5em;
    letter-spacing: 0.1em;
    color: #69693c;
}

    h1.logo span {
        font-size: 0.5em;
        color: #69693c;
        letter-spacing: 0;
    }

h1.center {
    text-align: center;
    color: #C2EBF5;
    font-size: 2em;
}

h2.center {
    text-align: center;
    color: #000;
    font-size: 2em;
}

h1.centerBlack {
    text-align: center;
    color: #000;
    font-size: 2em;
    margin: 10px;
}

h2.logo {
    font-family: 'BankGothic Lt BT';
    font-size: 2.5em;
    color: #69693c;
    padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    color: #3e8f9b;
}

h3 {
    font-size: 1.7em;
    font-weight: bold;
}

h4 {
    font-size: 1.5em;
    font-weight: bold;
}

h5 {
    font-size: 1.2em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    color: #000;
    /* font-weight: bold;*/
}

p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
    font-size: 1.3em;
    color: #151414;
    margin-bottom: 20px;
     text-align: justify;
}
/*div.intro p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
    font-size: 1.3em;
    color: #151414;
    margin: 0 20px 20px 20px;
    text-align: justify;
}*/


    p.big {
        font-family: Verdana;
        font-size: 1.2em;
        font-weight: bolder;
    }

    p.small {
        font-size: 1em;
    }

    p strong {
        font-size: 1em;
    }

.bgBlack p {
    color: #fff;
}
div.text ul li {
    list-style-type: circle;
}
a {
    font-family: 'Times New Roman', Times, serif;
    color: #42343a;
    font-weight: bold;
    font-size: 1em;
    margin: 10px 10px 10px 0;
}
a.readMore
{
    color: #399eae;
    font-size: 1.5em;
    margin: 0 !important;
    padding: 0 !important;
}
    a.seeVideo {
        color: #000;
        font-size: 1.5em;
    }

    a.return {
        font-size: 2em;
        padding: 20px;
        color: #C2EBF5
    }
    a.urlLink
    {
        color: red;
    }

/*    .prewNext {
        position: relative;
        width: 260px;
        height: 45px;
        margin: 0 auto;
        overflow: hidden;
        color: #000;
        font-size: 1.5em;
        margin-top: 10px;
        background-color: #000;
        border: 1px solid #ccc;
    }

.aPrew {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 100px;
    background-color: #000;
    border: 2px solid #c4cbcb;
    padding-top: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
    text-align: center;
}

.aNow {
    position: absolute;
    top: 0px;
    left: 100px;
    bottom: 0;
    right: 100px;
    padding: 8px 0 0 1px;
    text-align: center;
    color: #fff;
}

.aNext {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    width: 100px;
    background-color: #000;
    border: 2px solid #c4cbcb;
    padding-top: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
    text-align: center;
}

    .aPrew a, .aNext a {
        color: #fff;
        font-size: 1em !important;
        font-weight: normal;
    }*/

/*.quantity {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    color: #000 !important;
    border: 2px dashed #666;
    margin: 6px 0 0 0;
    padding-left: 10px;
    overflow: hidden;
    letter-spacing: 0.1em;
}*/
/*p.red{
    color: red;
}
i.lineTrough
{
    text-decoration: line-through;
}
div.ingress
{
    color: #c8e8d9;
    font-size: 1.1em;
    margin-left: 100px;
    margin-bottom: 0!important;
}

div.chapters {
    min-width: 350px;
    padding-left: 20px;
}
    div.chapters ul {
        padding-left: 20px;
        background-color: #fff;
    }
    div.chapters li {
        list-style-type: decimal;
        border: 1px solid #666;
        padding-left: 20px;
        margin-left: 10px;
        margin-bottom: 2px;
    }
            div.chapters li a{
                font-size: 1.2em;
                color: #c8e8d9;
            }
        div.chapters li.active {
            background-color: #000;
        }



span.pagerQuantity {
    margin-right: 5px;
    font-size: 1em;
    color: #ccc;
}

span.pagerLink a, span.pagerLinkActive {
    margin: 3px !important;
    font-size: 1.5em;
}

span.pagerLink a {
    color: #000;
}

span.pagerLinkActive {
    color: red;
}*/

.placeRoom {
    height: 40px;
}

.place {
    height: 50px;
}

.place40 {
    height: 40px;
}

.place30 {
    height: 30px;
}

.place20 {
    height: 20px;
}

.place10 {
    height: 10px;
}

.place5 {
    height: 5px;
}

.placeMobile {
    height: 50px;
}

ol li {
    margin-left: 20px;
    list-style-type: decimal;
}

/* TABLES */
table {
    width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #fff;
}

    table th {
        background-color: #8dc2c4;
        font-size: 1.3em !important;
        color: #fff;
        padding: 2px 5px;
    }

    table td a {
        color: #000;
        font-size: 1em !important;
    }

    table td {
        font-size: 1.2em !important;
        color: #000;
        padding: 2px 10px !important;
    }

        table td.money {
            text-align: right;
        }

        table td.middleCenter {
            text-align: center;
            vertical-align: middle;
        }

    table img {
        margin: 0 auto;
        max-height: 200px;
    }
    table img.max {
        margin: 0 auto;
        max-height: 200px;
    }

    table.noBG, table.noBG th, table.noBG td {
        background-color: #ccc;
        padding: 5px;
    }
    table.table-bordered th, table.table-bordered td {
        text-align: center;
    }

.bgEditor {
    overflow: hidden;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    display: block;
}

img {
    margin: 0 auto;
}

.about img {
    max-width: 150px;
}

.editorImage {
    margin-top: 50px;
}

/* BUTTONS */

.btnIn, .btnOut {
    padding: 0 10px;
    border-radius: 10px;
    border: 2px groove #666;
}

.btnIn {
    background-color: #12afca;
    color: #fff;
}

.btnOut {
    background-color: #000;
    color: #fff;
}

.btnActive, .btnInActive {
    padding: 2px 10px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px groove #999;
}

.btnActive {
    background-color: #c8e8d9;
    color: #fff;
}

.btnInActive {
    background-color: #000;
    color: #fff;
}

.btnInsert, .btnUpdate, .btnDelete, .btnCancel, .btnReset, .btnDelete, .btnImgDelete, .btnImgInsertUpdate {
    padding: 5px 10px;
    background-color: #C2EBF5;
    color: #666;
    border-radius: 50px;
    margin: 20px 0;
}

.btnLogIn {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    margin: 20px;
}

.btnLogOut {
    padding: 5px 10px;
    background-color: #000;
    border: 1px solid #666;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
}

.btnMyBuyButtons {
    width: 100%;
    background-color: #b5dee0;
    margin-bottom: 5px;
    font-weight: bolder;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}

    .btnMyBuyButtons:hover {
        background-color: #75afb2;
        box-shadow: none;
    }

.btnMyBuyButtonsColor {
    width: 100%;
    min-height: 50px;
    background-color: #000;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;
}

.btnSML {
    width: 100%;
    background-color: #FECE0F;
    color: #000;
    border-radius: 50px;
}

.btnType {
    width: 100%;
    background-color: #1d87e0;
    color: #fff;
    border-radius: 50px;
}

.btnAge {
    width: 100%;
    background-color: #12afca;
    color: #fff;
    border-radius: 50px;
}

.btnPdf {
    padding: 2px 10px;
    background-color: #61c743;
    color: #000;
    border-radius: 50px;
    margin: 10px 0;
}

.btnButton {
    padding: 20px 20px;
    background-color: #43586b;
    color: #ccc;
    border-radius: 50px;
}

.btnWide {
    width: 100%;
}

.btnGold, .btnSilver, .btnWhite, .btnBlack, .btnLime, .btnCyan, .btnOrange, .btnPink, .btnYellow, .btnRed, .btnBlue, .btnLightBlue {
    padding: 2px 10px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .btnGold:hover, .btnSilver:hover, .btnWhite:hover, .btnBlack:hover, .btnLime:hover, .btnCyan:hover, .btnOrange:hover, .btnPink:hover, .btnYellow:hover, .btnRed:hover, .btnBlue:hover, .btnLightBlue:hover {
        background: none;
        color: #000;
    }

.btnGold {
    background: radial-gradient(circle, #877113 20%, #988845);
    color: #ccc;
    border: 1px solid #fff;
}

.btnSilver {
    background: radial-gradient(circle, #e9e8e8 30%, #bfbebe);
    color: #000;
    border: 1px solid #fff;
}

.btnWhite {
    background: radial-gradient(circle, #fff 30%, #e7eeed);
    /*background-color: #fff;*/
    color: #000;
    margin-bottom: 10px;
}

.btnWhiteBlock {
    /*display: block;*/
    width: 100%;
    background: radial-gradient(circle, #fff 30%, #e7eeed);
    /*background-color: #fff;*/
    color: #000;
    border-radius: 30px;
    padding: 0 10px;
}

.btnBlack {
    background-color: #000;
    color: #ccc;
    margin: 10px;
}

.btnLime {
    background-color: #a0e69a;
    color: #ccc;
}

.btnCyan {
    background-color: #30bdd7;
    color: #001;
}

.btnOrange {
    background-color: #f34110;
    color: #ccc;
}

.btnPink {
    background-color: #d239e4;
    color: #ccc;
}

.btnYellow {
    background-color: #FECE0F;
    color: #000;
}

.btnRed {
    background-color: #ef2d2d;
    color: #ccc;
}

.btnBlue {
    background-color: #007ACC;
    color: #ccc;
}

.btnLightBlue {
    background-color: #C2EBF5;
    color: #000;
}

ul, ol
{
    margin-left: 50px;
    font-size: 1.1em;
}


ul.navAdmin li {
    float: left;
    border: 1px solid #666;
    background-color: #c8f4ea;
    margin: 0 2px 2px 0;
    border-radius: 5px;
}

    ul.navAdmin li a {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 2px 12px !important;
        display: block;
        color: #333;
    }

.multiBox {
    border: 1px dashed #666;
    width: 100% !important;
    display: block;
}

.languageBox {
    margin-top: 23px;
    margin-right: 25px;
    float: left;
}

/* MENU */
ul.menuDebug li {
    float: left;
    margin: 10px;
    padding: 10px;
}

    ul.menuDebug li a {
        font-size: 1em;
        color: #000;
    }

.navbar {
    /*background-color: #eaeae4;*/
    background: radial-gradient(circle, #e9e8e8 0%, #666);
    padding-bottom: 10px;
    
}
/*.nav .navbar-nav li a
{
    color: red !important;
}*/


a.navbar-brand {
    color: #000 !important;
}

    .navbar img {
        max-width: 100px;
        max-height: 30px;
        float: none;
        display: block;
    }


.navbar-nav li {
    padding-top: 17px !important;
}

.navbar-right a, .nav .navbar a {
    color: #001 !important;
}
.navbar-nav li {
    padding-top: 18px;
    
}
.navbar-nav li a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
    color: #000 !important;
    font-size: 1em;
    padding: 5px !important;
    margin: 2px !important
}


    .navbar-nav li a.active {
    }

.navbar-inverse .navbar-nav > .active > a {
    background: none !important;
    text-decoration: underline;
}

.navbar-toggle {
    background-color: #333;
}

.navbar-fixed-top {
    box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
    margin-bottom: 100px;
}

.navbar-collapse {
}

    .navbar-collapse ul {
        margin-right: 0px;
        text-align: center;
    }

        .navbar-collapse ul li {
            margin: 0;
            text-align: center;
        }

            .navbar-collapse ul li img {
                margin: 0 auto;
            }

.navbar {
    background: radial-gradient(circle, #e9e8e8 0%, #666);
}

ul.myButtons {
    overflow: hidden;
    margin-top: 10px;
}

img.myButton {
    border: none;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

ul.myButtons li {
    position: relative;
    height: 45px;
    border: 2px solid #ccc;
    background-color: #fff;
    margin: 0 5px 5px 0;
    padding: 5px;
    text-align: center;
}

    ul.myButtons li a {
        font-size: 1.0em;
    }

    ul.myButtons li.active {
        background-color: #C2EBF5;
    }

#toggle1 {
    max-width: 50px;
}

.toggle1 {
    width: 100%;
    overflow: auto;
    position: absolute;
    left: 10px;
    z-index: 3000;
    display: none;
    padding-bottom: 5px;
    border-radius: 5px;
}

ul.navToggle {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    width: 95%;
}

    ul.navToggle li {
        width: 260px;
        overflow: hidden;
        float: left;
        border: 1px solid #ccc;
        padding: 2px 0;
        background-color: #FECE0F;
    }

        ul.navToggle li:hover {
            background-color: #fff;
        }

            ul.navToggle li:hover a {
                color: #333;
            }

        ul.navToggle li a {
            display: block;
            color: #000;
            padding-left: 10px;
            text-decoration: none;
        }


.whole .open ul.navigation li {
    width: 170px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.navMenuSub, ul.navMenuSubV {
    list-style-type: none;
    margin-left: 0 !important;
}

    .navMenuSub li {
        list-style-type: none !important;
        float: left;
        /*border: 1px solid #666;
        background-color: #c8e8d9;*/
        min-width: 50px;
        text-align: center;
        margin: 0 2px 2px 0;
        padding-bottom: 2px;
    }

ul.navMenuSub li a, .navMenuSubV li a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em !important;
    margin: 5px 0 0 0 !important;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
}

    .navMenuSub li a:hover, .navMenuSubV li a:hover {
        color: #666;
    }

ul.navMenuSub li.active {
    /*background-color: #e9e8e8;*/
}

    ul.navMenuSub li.active a:hover, .navMenuSubV li.active a:hover {
        color: #666;
    }

    ul.navMenuSub li.active a, .navMenuSubV li.ac a {
        color: #186272;
        text-decoration: underline;
    }





img.maxSize {
    max-width: 70px !important;
    max-height: 70px !important;
}

/* PLANK */
.plankFlex {
    display: flex;
    justify-content: space-evenly;
}

    .plankFlex img {
        border: 0px solid #666 !important;
        /*width: 18%;*/
    }

.plankFlexMobile {
    display: none;
}
.textBox, .readBox {
    width: 100%;
    border: 1px solid blue;
    display: block;
    margin-right: 5px;
    border-radius: 25px;
    text-align: center;
}

/* FLEX */

.boxHeader {
    background-color: #333;
    padding: 2px 10px;
    overflow: hidden;
   /* border: 10px solid red;*/
   text-align: center;
}

    .boxItemsBorder .boxHeader h5 {
        color: #fff !important;
    }

.boxFlex, .boxFlexWrap, .boxFlexMobile {
    display: flex;
    justify-content: space-evenly;
    gap: 3px;
    position: relative;
}

.boxFlex {
    flex-wrap: nowrap;
}

.boxFlexWrap {
    flex-wrap: wrap;
}

.boxFlexMobile {
    flex-wrap: wrap;
}

    /*.boxFlexScroll
    {
        overflow-y: scroll;
    }*/

.boxFlex a {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border: 1px solid #000;
    overflow: hidden !important;
}
.boxItems {

}
.boxItems5 {
    width: 30%;
    /*background-color: #fff;*/
    /*padding: 30px;*/
    /*border: 2px solid #000;*/
}

    .boxFlex img, .boxFlexWrap img {
        margin: 0 auto !important;
        padding: 0 !important;
    }

.boxItemsQuote, .boxItemsSeach {
    padding: 5px 15px 5px 15px;
    width: 30%;
    background-color: #0291a7;
    margin: 10px 0;
    border-radius: 25px;
    border: 5px double #ccc;
    color: #000 !important;
    text-align: center;
}

    .boxItemsQuote p {
        color: #000 !important;
        margin-bottom: 0 !important;
    }

.boxItemsQuote img.quotes {
    margin: 0 auto;
}

.boxText h5, .boxTextBlack h5, .boxTextWhite h5 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
}

    .boxText h5.center, .boxTextBlack h5.center, .boxTextWhite h5.center {
        text-align: center;
        font-size: 1.2em;
    }


.boxText, .boxTextBlack, .boxTextWhite {
    margin: 10px;
    text-align: left;
    color: #000;
}

.boxTextIcons {
    text-align: center;
}

    .boxTextIcons img {
        height: 30px;
        margin: 10px;
    }

.boxText ul li, .boxTextBlack ul li, .boxTextWhite ul li {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    margin-left: 40px;
    list-style-type: circle !important;
}

.boxText ol li, .boxTextBlack ol li, .boxTextWhite ol li {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    margin-left: 40px;
}

.boxText p, .boxTextBlack p, .boxTextWhite p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
}

.boxText p, .boxTextBlack p, .boxText h5, .boxTextBlack h5 {
    color: #000;
}

.boxTextWhite p, .boxTextWhite h5 {
    color: #fff;
}
.boxItemsMain ol li
{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.5em;

}
.boxText a.read, .boxTextBlack a.read, .boxTextWhite a.read, .boxItemsSearch a.read, a.read {
    color: red;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em !important;
    letter-spacing: 0.05em;
}

.boxText a.read, .boxTextWhite a.read {
    color: red;
}

.boxTextBlack a.read {
    color: red;
}



.movieBox {
    margin-left: 10px !important;
    border: 10px solid #000;
}

.boxItems, .boxItemsBorder, .boxItems1, .boxItems2, .boxItems3, .boxItems4, .boxItems5, .boxItems6, .boxItems7, .boxItems8, .boxItems9, .boxItems10 {
    position: relative;
    /*border: 5px solid #fff;*/
   /* padding: 10px;*/
    /*background-color: #ccc;*/
    /*background-color: #c8e8d9;*/
    /* background-color: #c8e8d9;*/
    /*background: radial-gradient(circle, #617270 0%, #65bd59);*/
    /*width: 19%;*/
    color: #fff;
    text-align: center;
   /* margin: 10px 0;*/
    /*border-radius: 15px;*/
}
.boxItemsBorder
{
    width: 30%;
    border: 1px solid #999;
    text-align: left;
    padding: 0 !important;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.boxTextBlack
{
    margin: 10px;
}
/*.boxItemsBorder a {
    display: block;
    height: 60px;
    font-size: 1.5em;
}*/
    .boxItemsBorder h5 {
        font-size: 1.1em;
        color:#000 !important;
        font-weight: bold;
        display: block;
        /*background-color: #ccc;
        padding: 10px;*/
    }
    .boxItemsBorder p {
        font-size: 1em;
        /*margin: 5px 20px;*/
    }
.middleBox {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    align-content: center;
}

.boxItems1 {
    width: 100%;
    text-align: left !important;
}

.boxItems2 {
    width: 49%;
}

.boxItems3 {
    width: 31%;
}

    .boxItems3 h3 {
        color: #666;
    }

.boxItems4 {
    width: 24%;
}

.boxItems5 {
    width: 18%;
}
.boxItems6 {
    width: 14%;
}

.boxItems7 {
    width: 13%;
}

.boxItems8 {
    width: 11%;
}

.boxItems9 {
    width: 10%;
}

.boxItems10 {
    width: 9%;
}



.boxItems1 img, .boxItems2 img, .boxItems3 img, .boxItems4 img, .boxItems5 img, .boxItems6 img {
    padding: 0 !important;
    /*margin: 0 !important;*/
}

.boxItemsColor {
    position: relative;
    margin-bottom: 10px;
    background: hsla(0,0%,0%,.3);
    border: 2px solid #000;
}




/* TEAMBOX */

.team-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    /*border: 5px solid #fff;*/
}

.single-team {
    width: 30%;
    height: 360px;
    padding: 24px;
    background: radial-gradient(circle, #e9e8e8 0%, #666);
    /*background: #fff;*/
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.6s ease-out;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    /* border: 5px solid #000;*/
    margin-bottom: 20px;
}

    .single-team:hover {
        transform: translateY(15px);
    }

        .single-team:hover:before {
            opacity: 1;
        }

        .single-team:hover .team-text {
            opacity: 1;
            transform: translateY(0);
        }

    .single-team:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #000, transparent);
        z-index: 2;
        transition: 0.5s;
        opacity: 0;
    }

    .single-team img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .single-team .team-text {
        position: relative;
        margin: 0 auto;
        z-index: 3;
        color: #fff;
        opacity: 0;
        transform: translateY(60px);
        transition: 0.5s;
        text-align: center;
    }

.team-text h2 {
    margin: 10px 0;
    font-family: Bahnschrift;
    font-size: 2em;
    letter-spacing: 3px;
    color: #fff;
}

.team-text p {
    font-size: 10px;
    margin-top: 10px;
    font-family: 'Lucida Sans';
    color: #fff;
}

.team-text a {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 5px;
    text-decoration: none;
    background-color: #000;
    opacity: 0.9;
    padding-top: 12px;
}

    .team-text a i {
        color: #fff;
        padding: 6px 8px;
    }

/* FLEX */

.flex-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    /*border: 5px solid red;*/
    /*gap: 3px;*/
}

.single-item {
    width: 24.5%;
    height: 340px;
    padding: 24px;
    /*background: radial-gradient(circle, #e9e8e8 0%, #666);*/
    background: #e0eff0;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.6s ease-out;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    border: 1px solid #000;
    margin-bottom: 20px;
    /*overflow: hidden;*/
}

    .single-item:hover {
        transform: translateY(15px);
    }

        .single-item:hover:before {
            opacity: 1;
        }

        .single-item:hover .item-text {
            opacity: 1;
            transform: translateY(0);
        }

    .single-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #000, transparent);
        z-index: 2;
        transition: 0.5s;
        opacity: 0;
    }

    .single-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .single-item .item-text {
        position: relative;
        margin: 0 auto;
        z-index: 3;
        color: #fff;
        opacity: 0;
        transform: translateY(60px);
        transition: 0.5s;
        text-align: center;
    }

.item-text h2 {
    margin: 10px 0;
    font-family: Bahnschrift;
    font-size: 1em;
    letter-spacing: 3px;
    color: #fff;
}

.item-text p {
    font-size: 10px;
    margin-top: 10px;
    font-family: 'Lucida Sans';
    color: #fff;
}

.item-text a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    text-decoration: none;
    background-color: #000;
    opacity: 0.9;
    padding-top: 12px;
    font-size: 1em;
}

    .item-text a i {
        color: #fff;
        padding: 6px 8px;
    }




@media (min-width:0) and (max-width: 1600px) {


}

@media (min-width:0) and (max-width: 1200px) {

    .wideMargin, .wideMarginColor {
        padding: 0 10px;
    }

    h1.logo {
        font-size: 1.5em;
    }
   
    .single-team {
        height: 360px;
    }

    .single-item {
        /*width: 24%;*/
        max-height: 300px;
    }

    .item-text h2 {
        font-size: 1em;
    }

    .photoItems {
        width: auto;
    }

    .banner-area {
        background: url(../Uploads/Large/large_Galleri_Wide_001.png) no-repeat center center;
    }

    .single-banner {
        height: 400px;
    }






    ul.menu li img.menuImage {
        width: 20px;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.menu span {
        display: none;
    }

    img {
        border: 0px solid #dcd8c2;
        width: auto;
        margin: 0 auto;
    }
}

@media (min-width:0) and (max-width: 991px) {

    .boxFlexMobile {
        flex-wrap: nowrap;
    }

/*    .wideMarginGray {
        display: none;
    }*/


    .boxItemsBorder {
        width: 48%;
    }

    #topMenuRight {
        float: none;
        /*border: 1px solid red;*/
    }

    

    .navbar img.loop {
        /*margin-top: 20px !important;*/
        margin: 0 auto;
    }

    .boxItemsQuote {
        width: 49%;
    }

    .single-team {
        width: 32%;
        max-height: 300px;
    }

    .team-text h2 {
        font-size: 1.5em;
    }

    .single-item {
        /* width: 32%;*/
        max-height: 200px;
    }

    .wideMarginY {
        padding: 0 20px !important;
    }


    /*.boxItems9 {
        width: 9%;
    }*/

    /*.searchField {
        float: none;
        margin: 0 auto 20px auto;*/
        /*width: 42%;*/
    /*}*/

    ul.menu li span {
        display: contents;
    }



    #footer {
        text-align: center;
    }

/*    .searchField {
        float: none;
        margin: 40px auto 2px auto;
    }*/

    .plankFlex {
        display: none;
    }

    .plankFlexMobile {
        display: flex;
        justify-content: space-evenly;
        margin-left: 10px;
    }

        .plankFlexMobile img {
            border: 0px solid #666 !important;
        }



    .boxText, .boxTextBlack, .boxTextWhite {
        /*padding: 0 10px 10px 10px;*/
        margin: 10px;
    }

    .boxText, .boxTextBlack, .boxTextWhite {
        text-align: left !important;
    }

        .boxText h5, .boxTextBlack h5, .boxTextWhite h5 {
            font-size: 1.2em;
        }

        .boxText p, .boxTextBlack p, .boxTextWhite p {
            font-size: 0.5em;
        }

    .textFp h5 {
        font-size: 1.5em;
        writing-mode: horizontal-tb;
        margin-top: 0;
    }

    h1.centerBlack {
        font-size: 1.5em;
        margin: 3px !important;
    }


    /*img.maxSize {
        max-width: 70px !important;
        max-height: 70px !important;
    }*/



    .detailHolder {
        margin: 0 auto;
        background: none;
        padding: 0;
        box-shadow: none;
        border: 0px solid #fff;
    }

        .detailHolder h3 {
            border: 1px solid #666;
            background: #000;
            color: #fff !important;
            padding: 10px 30px;
            display: inline-block;
            border-radius: 25px;
        }

        div.detailIMG img.imgD, .detailHolder h6 {
            display: none;
        }

    .textBox {
        float: right;
    }

    .media-scroller {
        grid-auto-columns: 90%;
    }

    h1.center {
        font-size: 1em;
    }

    .navMenuSub {
        display: block;
        overflow: hidden;
       /* border: 1px solid red;*/
        
    }

/*        .navMenuSub li {
             float: none !important;
            border: 1px solid #999;
            text-align: center;
            background-color: #000;
            border-radius: 5px;
        }*/

            /*.navMenuSub li:hover {
                background-color: #666;
            }*/

            .navMenuSub li a {
                font-size: 0.8em !important;
                /*color: #000 !important;*/
                padding: 5px !important;
                margin: 0 !important;
            }

            .navMenuSub li.active a {
                color: #65bd59 !important;
            }


    .placeMobile {
        display: none;
    }

    .mobileHiding {
        display: none !important;
    }

    .mobileShowing {
        display: block;
    }
    .mobileImage {
        max-width: 600px;
        max-height: 600px;
        margin: 0 auto;
    }
    img {
        width: auto;
        height: auto;
        margin: 0 auto;
        border: 0px solid #dcd8c2 !important;
        width: auto;
        margin: 0 auto;
        /*max-height: 500px;*/
    }



    h2.logo {
        font-size: 2.5em;
        margin: 1px auto 10px auto;
        text-align: center;
    }

    .slideBox .slideImg {
        margin-top: 0px;
        width: auto;
    }



    .heightFast {
        border-radius: 5px;
        height: auto;
    }

    .frontPageImage {
        max-height: 200px;
        max-width: 200px;
    }

    p.quantity {
        /*border: 1px solid red;*/
        /*margin-top: 10px;*/
    }

    span.pagerLink a, span.pagerLinkActive {
        /*border: 1px solid red;*/
        top: 50px;
    }

    .plankBox {
        position: relative;
        min-height: 100px;
    }

    .plank {
        top: 87%;
        bottom: 1px;
        border: 2px solid #e7eeed;
    }

    .plankImg1, .plankImg2, .plankImg3, .plankImg4, .plankImg5, .plankImg6, .plankImg7, .plankImg8 {
        bottom: 10px;
    }

    .designPager {
        background: none;
        border: none;
    }

    .pager1, .pager2, .pager3, .pager4, .pager5, .pager6, .pager7, .pager8, .pager9, .pager10, .pager11, .pager12 {
        margin: 0 auto 20px auto;
    }

        .pager1 img, .pager2 img, .pager3 img, .pager4 img, .pager5 img, .pager6 img, .pager7 img, .pager8 img, .pager9 img, .pager10 img, .pager11 img, .pager12 img {
            width: auto;
            height: auto;
            max-height: auto;
            max-width: auto;
            margin: 0 auto 10px auto;
            border: 3px solid #fff;
        }

        .pager1 span.price, .pager2 span.price, .pager3 span.price, .pager4 span.price, .pager5 span.price, .pager6 span.price, .pager7 span.price, .pager8 span.price, .pager9 span.price, .pager10 span.price, .pager11 span.price, .pager12 span.price {
            left: 30%;
        }
}

@media (min-width:0) and (max-width: 770px) {

    .boxItemsBorder .boxHeader h5 {
        font-size: 1em;
    }

    div.logo {
        display: none;
    }
    /*.languageBox {
        float: left;
    }*/
    .boxItems5 img{
        max-width: 50px;
    }
    .boxItems5 a {
        font-size: 0.5em !important;
    }
    .navbar-nav li {
        padding-top: 0 !important;
    }

    .boxItemsQuote {
        width: 100%;
    }
    img.quotes{
        max-width: 100px;
    }
    img.frame
    {
        border: 5px solid #fff;
    }
    h1.logo {
        font-size: 1em;
        letter-spacing: 0;
    }
    h2.center {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1em;
        letter-spacing: 0;
    }
    h4 {
        font-size: 1em;
        letter-spacing: 0;
        color: #000
    }
    p {
        font-size: 0.9em;
        font-weight: lighter;
    }
    div.intro p {
        font-size: 0.9em;
        font-weight: lighter;
        text-align: left;
        margin: 0 10px 10px 10px;
    }
    .single-team {
        width: 49%;
        max-height: 250px;
    }

    .team-text h2 {
        font-size: 1em;
    }

    .team-text a {
        font-size: 0.8em;
        padding-top: 15px;
    }

    .single-item {
        width: 49%;
        max-height: 200px;
    }

        .single-item:hover {
            transform: translateY(0);
        }

    .item-text h2 {
        font-size: 1em;
        letter-spacing: normal;
    }

    .item-text a {
        font-size: 0.8em;
        padding-top: 15px;
    }

    .placeRoom {
        height: 0;
    }

    ul.menuNav {
        float: none;
    }

        ul.menuNav li {
            float: none;
            text-align: center;
            margin-bottom: -15px;
        }

            ul.menuNav li:hover {
                background-color: #ccc;
            }

            ul.menuNav li a, ul.navMenu li a, ul.navMenuSub li a {
                padding: 5px 5px;
            }

    ul.menu {
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

        ul.menu li {
            width: 100%;
            padding: 2px !Important;
            margin-bottom: 2px;
            height: auto;
            background: radial-gradient(circle, #e9e8e8 0%, #666);
        }

            ul.menu li:hover {
                background: radial-gradient(circle, #e9e8e8 30%, #666);
            }

            ul.menu li.active {
                background: radial-gradient(circle, #e9e8e8 30%, #666);
            }

            ul.menu li img.menuImage {
                float: left;
                margin: 0 !important;
                padding: 0 !important;
            }

            ul.menu li a {
                padding: 2px !Important;
                color: #000 !important;
            }
}


