/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/
body {
    background-color: dimgray;
}

div.content {
    background-color: dimgray;
}

div.header-inner {
    font-size: x-large;
    font-weight: bold;
    color: white;
}

.logo-holder {
    color: dimgrey;
    font-size: 48px;
    left: unset;
    top: unset;
    background-color: #292929;
    height: 55px;
    border-bottom: solid 10px #292929;
    text-align: left;
    text-transform: uppercase;
}

.logo-image {
    float: left;
    position: relative;
    padding-left: 50px;
    padding-top: 5px;
}


.logo-text {
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: -8px;
}

nav {
    top: unset;
    height: 100%;
    vertical-align: baseline;
}

    nav li ul {
        top: unset;
    }

.nav-holder {
    /*border: 1px dashed red;*/
    top: unset;
    /*height: 100%;*/
    vertical-align: baseline;
    margin-top: 20px;
}

@media only screen and (max-width: 1036px) {
    .nav-holder {
        width: auto;
        height: auto;
        /*display: inline-block;*/
        margin-top: 60px;
        vertical-align: bottom;
        float: right;
        position: relative;
        border: #292929 1px solid;
        padding: 3px;
    }

    nav li a {
        padding: 3px;
    }
}

.show-share {
    top: unset;
    /*border: 1px solid green;*/
    height: unset;
    color: dimgray;
}

a {
    color: white;
}

nav li a.act-link:before {
    height: unset;
    top: unset;
}

nav ul li a.act-link:hover {
    color: #ccc;
}

nav li a:hover {
    color: #ccc;
}

.nav-button span {
    background: #ccc;
}

slide-title-holder .slide-title .hero-text-holder {
    z-index: 1000000;
}

    slide-title-holder .slide-title .hero-text-holder .hero-text {
        z-index: 1000000;
    }

        slide-title-holder .slide-title .hero-text-holder .hero-text .item {
            z-index: 1000000;
        }

.fixed-title {
    font-size: 24px;
    font-weight: bold;
    z-index: 999999;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    /*vertical-align: top;*/
    width: unset;
    height: 50px;
    margin-top: 0;
    margin-bottom: unset;
    margin-right: auto;
    margin-left: auto;
    bottom: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(0) translateY(0) rotate(-90deg);
    -moz-transform: translateX(0) translateY(0) rotate(-90deg);
    -o-transform: translateX(0) translateY(0) rotate(-90deg);
    -ms-transform: rotate(-90deg) translateX(-50%) translateY(0);
    transform: rotate(-90deg) translateX(-50%) translateY(0);
    position: fixed;
    top: 50%;
    left: 0;
}

    .fixed-title span {
        height: 100%;
        width: 100%;
        top: 10px;
        /*border: solid 1px red;*/
    }

    .fixed-title:after {
        top: 0;
        left: 0;
        height: 100%;
    }

    .fixed-title:hover span, .fixed-title a {
        color: white;
    }


    .fixed-title:hover:after {
        height: inherit;
        background-color: lightgray;
    }

.header-inner {
    padding-top: unset;
    padding-left: unset;
}

.full-height-wrap {
    border: solid 10px;
    border-top: solid 30px;
    border-color: dimgray;
    /*box-sizing: border-box;*/
}

.full-height-wrap-portfolio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 10px dimgray;
    border-top: solid 12px dimgray;
    border-bottom-width: 20px;
    background-color: dimgray;
}

.resize-carousel-holder {
    border: solid 10px dimgray;
    border-top: solid 12px dimgray;
    border-bottom-width: 20px;
    background-color: dimgray;
}

.slideshow-holder {
    background-color: dimgray;
}

.slideshow-item {
    background-color: dimgray;
}

.slideshow-holder .overlay {
    opacity: 0;
    background-color: red;
}

/*.item {
	background-color: dimgray;
}*/

.bg:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-item {
    border: solid 5px dimgray;
    /*	border-top: solid 5px dimgray;
	border-bottom: solid 10px dimgray;*/
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
}

.bgport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.swiper-nav-holder {
    background-color: #292929;
    padding: unset;
    margin: unset;
    margin-top: auto;
    margin-bottom: auto;
    top: 50%;
}

.hs {
    height: unset;
    top: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .hs a {
        border-top: solid 1px white;
        border-bottom: solid 1px white;
        padding-top: 4px;
        margin: unset;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hs i {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    /*.hs a:hover i {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/

    .hs a:hover {
        background-color: lightgray;
        color: black;
    }

.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    /*display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.pagination {
    bottom: 0;
}

.swiper-container {
    display: inline-block;
}

.show-info {
    position: absolute;
    bottom: 50px;
    left: unset;
    width: 100%;
    z-index: 15;
}

.tooltip-info {
    left: 50%;
    margin-right: -50%;
}

.zoomimage {
    opacity: 0;
}

.full2 {
    padding-top: 8px;
}

.overlay-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.2;
    z-index: 2;
}

.container {
    position: absolute;
    margin-top: 50px;
}

.subtitle {
    text-align: left;
    color: white;
    padding-bottom: 2px;
}

.cv {
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    color: gainsboro;
}

.cvl {
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: gainsboro;
    white-space: nowrap;
}

.cvsmall {
    font-size: 12px;
    color: gainsboro;
}

.text {
    font-size: 16px;
    text-align: justify;
    color: gainsboro;
}

td.pubsep {
    height: 4px;
    border-top: solid 1px #aaaaaa;
}

td.cvsep {
    border-top: solid 1px white;
    height: 20px;
}


button {
    border: solid 1px black;
    border-radius: 5px;
    background-color: lightgray;
    padding: 5px;
}

    button:hover {
        background-color: white;
    }

input {
    border: solid 1px black;
    border-radius: 5px;
    background-color: lightgray;
    padding: 3px;
    margin: 2px;
}

    input:hover {
        background-color: white;
    }

    input.complexInput {
        border: unset;
        border-radius: unset;
        background-color: unset;
        padding: unset;
        margin: unset;
        /*padding-bottom: 3px;
		padding-top: 3px;*/
    }

        input.complexInput:hover {
            background-color: white;
        }

div.complexInput {
    margin: 2px;
    display: inline-block;
}

.leftRounded {
    border-radius: unset;
    margin-right: 0;
    background-color: darkgray;
    border: solid 1px black;
    border-right-width: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    width: 30px;
    padding-right: 3px;
}

    .leftRounded:hover {
        background-color: unset;
    }

.rightRounded {
    border-radius: unset;
    margin-left: 0;
    background-color: lightgray;
    border: solid 1px black;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 80px;
    padding-right: 3px;
}

label.complexInput {
    padding-left: 3px;
    padding-right: 3px;
}

input.button {
    min-width: 80px;
}

textarea {
    border: solid 1px black;
    border-radius: 5px;
    background-color: lightgray;
    padding: 3px;
    margin: 2px;
}

iframe {
    border: solid 1px black;
    border-radius: 5px;
    background-color: lightgray;
    padding: 3px;
    margin: 2px;
}

div.group {
    border: solid 1px dimgray;
    border-radius: 5px;
    padding: 3px;
    margin: 2px;
    width: 100%;
    font-size: 16px;
    display: table;
}

div.row {
    display: table-row;
    margin-left: 5px;
    margin-right: 5px;
}

div.cell {
    display: table-cell;
}

div.h {
    font-weight: bold;
    width: 80px;
}

select {
    border: solid 1px black;
    border-radius: 5px;
    background-color: lightgray;
    padding: 2px;
    margin: 2px;
}

    select:hover {
        background-color: white;
    }

table.leftAlign td {
    text-align: left;
}

td.leftAlign {
    text-align: left;
}

.fractal {
    font-size: 16px;
}

.fractalDescription {
    font-size: 16px;
    font-family: 'FuturaPT-Book';
    background-color: lightgray;
    text-align: left;
    padding: 5px;
}

div.fractalCanvas {
    padding-top: 20px;
}

#col-wrapper {
    margin-left: 200px;
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

#col-content {
    float: right;
    width: 100%;
    padding-right: 50px;
    padding-left: 20px;
    margin-bottom: 70px;
    text-align: left;
}

#col-sidebar {
    float: left;
    width: 300px;
    margin-left: -300px;
    margin-bottom: 60px;
}

#col-cleared {
    clear: both;
}

#myProgress {
    position: relative;
    width: 100%;
    height: 17px;
    background-color: lightgray;
    border: 1px solid #292929;
    border-radius: 4px;
}

#myBar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #292929;
}

#label2 {
    text-align: center;
    line-height: 18px;
    color: white;
}

.controlBox {
    border: 1px solid #292929;
    padding: 10px;
    border-radius: 5px;
    background-color: darkgrey;
    text-align: left;
}

img.thumb {
    margin-bottom: 20px;
    border: 1px solid white;
}

.hoverimg {
    display: none;
}

    .hoverimg:hover {
        position: relative;
        display: inline;
    }

table.paramTable {
    border-spacing: 2px;
    margin-top: 10px;
}

    table.paramTable th {
        padding-right: 15px;
        font-weight: bolder;
        border-bottom: solid 1px darkgray;
    }

    table.paramTable td {
        padding-right: 15px;
    }

/*label.copied {
  clear: both;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.8em 0 0.2em 0;
  user-select: none;
}

input.copied, button.copied {
  float: left;
  font-size: 1em;
  padding: 3px 6px;
  margin: 0;
  border: 1px solid #333;
  outline: 0;
  box-shadow: none;
}

::-moz-focus-inner { 
  padding: 0;
  border: 0;
}

input.copied {
  width: 15em;
  background-color: #fff;
  border-right: 0 none;
  border-radius: 3px 0 0 3px;
}

button.copied {
  position: relative;
  background-color: #aaa;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}*/

button.copy {
    width: 25%;
}

    button.copy::after {
        position: absolute;
        top: 12%;
        right: 110%;
        display: block;
        content: "copied";
        font-size: 0.75em;
        padding: 2px 3px;
        color: #fff;
        background-color: #22a;
        border-radius: 3px;
        opacity: 0;
        will-change: opacity, transform;
        -ms-animation: showcopied 1.5s ease;
        -webkit-animation: showcopied 1.5s ease;
        animation: showcopied 1.5s ease;
    }

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

canvas.fractalCanvas {
    border: 1px solid black;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-shadow: 2px 2px 10px 4px #000000;
    -moz-box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 10px 4px #000000;
    -webkit-box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 4px #000000;
    box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.75);
    position: relative;
    cursor: crosshair;
}

.canvas__container {
    height: 100%;
    position: relative;
    width: 100%;
}

.canvas__canvas {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 100;
}

.canvas__mirror {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}

h2 {
    color: gainsboro;
}

    h2.fractal {
        font-size: larger;
        font-weight: bold;
        margin-top: 3px;
        color: #292929;
    }

h3.fractal {
    font-size: medium;
    font-weight: bold;
    margin-bottom: 5px;
}

div.formula {
    display: inline-block;
}

div.rightBorder {
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px darkgray;
}

img.info {
    margin-right: 5px;
    vertical-align: text-bottom;
}

div.flexWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.flexContent {
    -webkit-flex: 1;
    -webkit-order: 4;
    flex: 1;
    order: 4;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: center;
    min-width: 600px;
    border-left: solid 1px;
    border-left-color: darkgray;
    overflow: auto;
    align-content: stretch;
    align-items: stretch;
}

.fill-area {
    display: flex;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
}

.flexFill {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
}

div.flexWrapperControl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    justify-content: center;
    margin-left: -4px;
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
}

.flexContentControl {
    -webkit-flex: 1;
    -webikit-order: 4;
    flex: 1;
    order: 4;
    text-align: center;
    margin-left: 5px;
}

.rightAlign {
    text-align: right;
}
