﻿* {
    padding: 0;
    margin: 0;
}

:root {
    --main-color: rgba(14, 31, 51, 1);
}

body {
    height: 100%;
    display: flex; /*in ordero go footer to stay on the bottom*/
    flex-direction: column; /*in ordero go footer to stay on the bottom*/
    min-height: 100vh;
}



    

.my-color-nav {
    background-color: rgba(255,255,255,0.4)    !important;
}

.my-nav-shadow {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
 
}

.footer  {
    box-shadow: 0px -3px 2px 1px rgba(0,0,0,0.2);
    
    height:auto;
}






.studio-imgs {

}
    .studio-imgs img {
        box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
       
        height: 100%;
    }
.logoStart {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    max-width: 600px;
    bottom: 50%;
    margin-bottom: -100px;
    transition: all 1.5s ease-out;
    z-index: 5;
}

.logoEnd {
    position: absolute;
    margin-left: -200px;
    left: 50%;
    bottom: 55px;
    max-width: 400px;
    margin-bottom: 0px;
    z-index: 5;
}

#menu-list {
    position: absolute;
    margin-left: 50%;
    left: -300px;
    width: 600px;
    height: 600px;
    bottom: 220px;
    border: 0px;
    box-sizing: border-box;
    z-index: 5;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: height 2s, border 1s; /* For Safari 3.1 to 6.0 */
    transition: height 2s, border 1s;
}

    #menu-list.close {
        height: 350px;
        border: 5px solid black;
    }



#page-changer-container {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    height: 100%;
    float: left;
}
.page-link-custom {
    position: relative ;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(206,164,52,1) !important;
    background-color: rgba(14, 31, 51, 1) !important;
    border: 1px solid #dee2e6 !important;
}




#loading-screen {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: absolute;
}

.right-panel {
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0px;
    opacity: 1;
    /*background-color: rgba(62, 53, 41, 1);*/
    background-image: url('../Images/dust_scratches.jpg');
    background-repeat: repeat;
    transition: width 2.5s ease-out, opacity 3s ease-out;
    z-index: 4;
}

.moveR {
    opacity: 0;
    width: 0%;
    /*right: -100%;*/
    z-index: 4;
}

.right-panel-click {
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0px;
    z-index: 4;
}

.left-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    /*background-color: rgba(62, 53, 41, 1);*/
    transition: width 2.5s ease-out, opacity 3s ease-out;
    background-image: url('../Images/dust_scratches.jpg');
    background-repeat: repeat;
    opacity: 1;
    z-index: 4;
}

.left-panel-click {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0px;
    z-index: 4;
}

.moveL {
    opacity: 0;
    /*left: -100%;*/
    z-index: 4;
    width: 0%;
}

#logo-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* border-left-color: chocolate; */
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 1);
    margin-left: -50px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
}


.tiles {
    position: relative;
    width: 5%;
    height: 100%;
    background-color: black;
    box-sizing: border-box;
    opacity: 0;
    border: 1px solid white;
    float: left;
    transform: rotate(45deg);
    transform-origin: top;
    -webkit-transition: transform 2s, opacity 1s; /* For Safari 3.1 to 6.0 */
    transition: transform 2s, opacity 1s;
}

.tilesfall {
    transform: rotate(0deg);
    opacity: 1;
}

.ribelle-image-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

/*---------------------------------PortFolio------------------------------*/
.navigation {
    padding-left: 10%;
    padding-right: 10%;
}

.nav-bar-custom-padding {
    padding-left: 15% !important;
    padding-right: 15% !important;
}


.port-folio-margins {
    /*position: absolute;
    height: auto;*/
    /*padding-left: 10% !important;
    padding-right: 10% !important;*/
}

/*span {
  
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background: black;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 75%;
    opacity: 0.7;
}*/




body.port-folio-body {
    overflow-x: hidden;
    overflow-y:visible;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.8) 100%), url('../Images/Various/background5-crop.jpg');
    /*background-image: url('../Images/Various/bg-marble-1.jpg');*/
    background-attachment: fixed;
}

.logo-position {
   
    height: auto;
    margin-top: 30px;
    /*margin-bottom: -150px;*/
}

.square-info {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 1px;
   
    /*border: 30px solid transparent;
    border-image-source: url('../Images/Various/lace-border.png');
    border-image-repeat: repeat;
    border-image-slice: 150;*/
    min-width: 300px;
    min-height: 300px;
    transform:rotate(0deg);
    transition:transform 0.5s ease-out;
}

.square-info:hover{
    transform:rotate(45deg)
   
}

.square-info-inner {
    
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 1px;
    /*border: 30px solid transparent;
    border-image-source: url('../Images/Various/lace-border.png');
    border-image-repeat: repeat;
    border-image-slice: 150;*/
    min-width: 200px;
    min-height: 200px;
    transform: rotate(0deg);
    transition: transform 0.5s ease-out;
}

.square-info-inner {
    transform: rotate(-45deg)
}

.text-style {
   
    
    white-space: normal;
    text-align: justify;
    WORD-WRAP: break-word;
}
    .text-style p {
        font-size: 1.9rem !important;
        color: beige !important;
    }

.div-ProfilePhoto {
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(14, 31, 51, 1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.20);
    max-width: 400px;
}
    .div-ProfilePhoto img {
        box-shadow: 0 1px 1px 1px rgba(0,0,0,0.5);
    }
    .div-ProfilePhoto .bold {
        font-weight: 600;
        white-space: pre;
        
    }
    .div-ProfilePhoto span {
        font-family: 'Cormorant Garamond';
        color: rgba(14, 31, 51, 1);
        white-space: normal;
        word-break: break-all;
    }
    

.map-frame {
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(14, 31, 51, 1);
    box-shadow: 0px 0px 1px 1px black;
}



.skewed-div img{
    height:100%;
}

.skew-div-right {
    width:100%;
  
    background-color: rgba(0, 0, 0, 0.5);
    transform: skew(70deg);
}
.skew-div-left {
    height: 150px;
    background-color: rgba(0, 0, 0, 0.5);
    transform: skew(-70deg);
}

.post-image {
    width: 100%;
    /*border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-top: solid;
    border-top-color: black;
    border-top-width: 1px;*/
}


.post-image:hover {
    }


.post-container {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 1px;
    margin-top: 15px;
    max-width:400px;
}

.color-palet-container {
    background-color: white;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 1px;
}


.clear {
    clear: both;
}

.post-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    align-content: center;
    height: auto;
    text-align: center;

   
   
    text-transform:lowercase;
}


.post-date {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    border-width: 4px;
    border-style: solid;
    border-color: white;
    border-right-color: black;
    border-left-color: black;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.date-wrapper {
    position: relative;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: 'Adobe Arabic';
    font-size: 12px;
    line-height: 1.8em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: normal;
}

.month {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: Arial;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: normal;
}

.day {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: Arial;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: normal;
}

.post-share-icons {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    text-align: center;
}

    .post-share-icons ul li {
        color: rgba(14, 31, 51, 1);
        padding-bottom: 3px;
        font-size: 12px;
        display: inline-block;
        padding: 1%;
        margin-top: 5px;
        list-style: none;
        align-content: center;
        cursor: pointer;
    }

    /*.post-share-icons:before {
        padding-top: 5%;
        content: 'Share On';
        color: #222;
        font-size: 12px;
        text-align: center;
        display: block;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }*/

    .post-share-icons li:hover {
        color: rgba(206,164,52,1);
    }
    .post-share-icons a {
        color: rgba(14, 31, 51, 1);
    }
        .post-share-icons a:hover {
            color: rgba(206,164,52,1);
        }

.post-share-icons-2 {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 25px;
    margin: 0 auto;
    text-align: center;
   
}
    .post-share-icons-2 ul li {
        color: rgba(14, 31, 51, 1) !important;
        padding-bottom: 3px;
        font-size: 15px;
        display: inline-block;
        padding: 0.5%;
        margin-top: 5px;
        list-style: none;
        align-content: center;
        cursor: pointer;
    }
    .post-share-icons-2 a {
        color: rgba(14, 31, 51, 1) !important;
    }
        .post-share-icons-2 a:hover {
            color: rgba(206,164,52,1) !important;
        }
        .polaroid-effect {
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
        background-color: white;
    }

.port-folio-ext-fonts {
    font-family: annabelle;
    font-size: 20px;
    /*text-shadow: 2px;*/
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 4px #aaa;*/
    white-space:normal;
}

.info-column {
    font-family: 'marianna';
    font-weight: 100;
}
    .info-column .info-title {
        font-weight: 600;
        font-size:45px;
        text-decoration:underline;
    }

    .info-column .info-text{
        text-align:justify;
        font-size:17px;
    }

    .info-column .info-sub-title {
        font-size: 17px;
        font-weight: 800;
    }

.info-sub-title a {
    color: rgba(14, 31, 51, 1);
}

.info-text .collapse {
    display: block !important;
    height: 50px;
    overflow: hidden;
}

    .info-text .collapse.show {
        display: block;
        height: auto;
    }

.info-text-new font-taurus-light {
    height: auto;
    font-size: 28px;
}

.info-text .collapsing {
    height: 50px ;
}

.info-column a.collapsed:after {
    content: '+ Прочети още...';
}

.info-column a:not(.collapsed):after {
    content: '- Прочети още...';
}

VI .laquo, .raquo {
    visibility: visible;
    opacity: 0;
}

.laquoT, .raquoT {
    opacity:1;
    transition:opacity linear 0.5s;
}


    /*.hover-navigation-links:hover:after {
    content: "\00ab";
    display:inline;
    position:absolute;
    padding-left:6%;
    
   
}
.hover-navigation-links:hover:before {
    content: "\00bb";
    display: inline;
    position: absolute;
    padding-right:6%;
}*/
    a {
        text-decoration: none !important;
    }



/*-----------------------------HOVER LIMA EFFECT-------------------------*/
effect-plane {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}



.hover-effect {
}

    .hover-effect:hover .hover-left:before {
       height:100%;
    }
    .hover-effect:hover .hover-right:before {
        height: 100%;
    }
.hover-right {
    padding-left: 15px;
}

.hover-left {
    padding-right: 15px;
}

.hover-effect .hover-left:before {
    position: absolute;
    left: auto;
    bottom:0;
    content: '';
    display: block;
    height: 0px;
    background: black;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 3px;
    opacity: 0.7;
}

    .hover-effect .hover-right:before {
        position: absolute;
       
        right:auto;
        content: '';
        display: block;
        height: 0px;
        background: black;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 3px;
        opacity: 0.7;
    }

/*----------------------------------------------------------------------------*/
.ts-lima-effect {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

    .ts-lima-effect:hover {
        background: rgba(60,60,60,0.4);
    }

    .ts-lima-effect .hover-one:before {
        position: absolute;
        top: 5%;
        left: 5%;
        content: '';
        display: block;
        height: 1px;
        background: #FFF;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 0;
        opacity: 0.7;
    }

    .ts-lima-effect:hover .hover-one:before {
        width: 90%;
    }

    .ts-lima-effect .hover-one:after {
        position: absolute;
        bottom: 5%;
        right: 5%;
        content: '';
        display: block;
        height: 1px;
        background: #FFF;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 0;
        opacity: 0.7;
    }

    .ts-lima-effect:hover .hover-one:after {
        width: 90%;
    }

    .ts-lima-effect .hover-two:after {
        position: absolute;
        top: 5%;
        left: 5%;
        content: '';
        display: block;
        height: 0;
        background: #FFF;
        -webkit-transition: all 0.2s ease-out .35s;
        -moz-transition: all 0.2s ease-out .35s;
        transition: all 0.2s ease-out .35s;
        width: 1px;
        opacity: 0.7;
    }

    .ts-lima-effect:hover .hover-two:after {
        height: 90%;
    }

    .ts-lima-effect .hover-two:before {
        position: absolute;
        bottom: 5%;
        right: 5%;
        content: '';
        display: block;
        height: 0;
        background: #FFF;
        -webkit-transition: all 0.2s ease-out .35s;
        -moz-transition: all 0.2s ease-out .35s;
        transition: all 0.2s ease-out .35s;
        width: 1px;
        opacity: 0.7;
    }

    .ts-lima-effect:hover .hover-two:before {
        height: 90%;
    }


    .ts-lima-effect:hover .lima-details span {
        opacity: 1;
    }




    .ts-lima-effect .hover-three:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '<div>';
        display: block;
        /*height: 90%;*/
        background: #FFF;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        /*width: 0;
        opacity: 0.7;*/
    }

    .ts-lima-effect:hover .hover-three:before {
        width: 90%;
    }
/*-------------------RIBELLE EFFECT--------------------*/ 

.blur-image {
    filter:blur(0px);
    transition:all 0.5s;
}
.blur-image:hover{
    filter:blur(4px);
}

.link-text-effect {
    font-weight:100;
    /*filter: blur(0px);*/
    /*transition: all 0.5s;*/
}
    .link-text-effect:hover {
       color: rgba(206,164,52,1);
        font-weight: 800;
        /*filter: blur(1px);*/
    }






@font-face {
    font-family: 'mon-amour-two-medium';
    src: url('../webfonts/mon-amour-two-medium.ttf') format('truetype');
}
.font-mon-amour-two-medium {
    font-family: 'mon-amour-two-medium';
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 4px #aaa;*/
    font-size: 35px;
}
@font-face {
    font-family: 'marianna';
    src: url('../webfonts/marianna.ttf') format('truetype');
}

.font-marianna {
    font-family: 'marianna';
    
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 4px #aaa;*/
    font-size: 35px;
}

@font-face {
    font-family: 'annabelle';
    src: url('../webfonts/annabelle.ttf') format('truetype');
}

.font-annabelle {
    font-family: 'annabelle';
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    text-shadow: 4px 4px 4px #aaa;
    font-size: 35px;
}

@font-face {
    font-family: 'BHS45__C';
    src: url('../webfonts/BHS45__C.ttf') ;
}
.font-BHS45 {
    font-family: 'BHS45__C';
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 4px #aaa;*/
    font-size: 15px;
}

@font-face {
    font-family: 'taurus-light';
    src: url('../webfonts/taurus-light.ttf') ;
}
.font-taurus-light {
    font-family: 'taurus-light';
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 4px #aaa;*/
    font-size: 17px;
}
@font-face {
    font-family: 'Distant_Stroke';
    src: url('../webfonts/Distant_Stroke.otf') format('opentype');
}
.font-distant-stroke-en {
    font-family: 'Distant_Stroke';
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    text-shadow: 4px 4px 4px #aaa;
    font-size: 35px;
}

.font-lasunambula-en {
    font-family: 'la-sonnambula-demo-ffp';
}

.font-cormorant {
    font-family: 'Cormorant Garamond';
    font-size: 20px;
}





.form-control-custom-colors:focus {
    
    border-color: rgb(14, 31, 51) !important;
    border-top-color: rgb(14, 31, 51) !important;
    border-right-color: rgb(14, 31, 51) !important;
    border-bottom-color: rgb(14, 31, 51) !important;
    border-left-color: rgb(14, 31, 51) !important;
    box-shadow: 0 0 0 0.2rem rgba(14, 31, 51,1) !important;
}

.navbar-toggler-custom-color {
    color: transparent !important;
    border-color: transparent !important;
    outline: none;
    box-shadow: none;
}
    .navbar-toggler-custom-color:hover {
        color: transparent !important;
        border-color: transparent !important;
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler-custom-color:focus {
        color: transparent !important;
        border-color: transparent !important;
        outline: none;
        box-shadow: none;
    }


    .btn-primary-custom-color {
        color: rgba(206,164,52,1) !important;
        background-color: rgba(14, 31, 51, 1) !important;
        border-color: rgba(14, 31, 51, 1) !important
    }

    .btn-primary-custom-color:hover {
        color: rgba(206,164,52,1) !important;
        background-color: rgba(14, 31, 51, 1) !important;
        border-color: rgba(14, 31, 51, 0.2) !important
    }

    .btn-primary-custom-color.focus, .btn-primary-custom-color:focus {
        box-shadow: 0 0 0 .2rem rgba(14, 31, 51, 0.4) !important
    }


.logo-text {
    font-family: 'Cormorant Garamond';
    letter-spacing: 5px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    /*font-family: 'la-sonnambula-demo-ffp';*/
    /*text-shadow: 4px 4px 4px #aaa;*/
    font-size: 1.8rem;
    /*//gold text*/
    /*background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    color: #fff;*/
}

.form-control-custom-colors:focus {
    border-color: rgba(14, 31, 51, 0.5) !important;
    box-shadow: rgba(14, 31, 51, 0.5) !important;
}

.warning-text {
    font-size:30px;
    font-weight:600;
}

.my-yellow-color {
    color: rgba(206,164,52,1);
}
.my-yellow-color-background {
    background-color: rgba(206,164,52,1);
}
.my-deepblue-color-background {
    background-color: rgba(14, 31, 51, 1);
}
.my-deepblue-color-text {
    color: rgba(14, 31, 51, 1);
}

@font-face {
    font-family: 'la-sonnambula-demo-ffp';
    src: url('../webfonts/la-sonnambula-demo-ffp.ttf') format('truetype');
}


@font-face {
    font-family: 'Carolina';
    src: url('../webfonts/carolina_cyrilic.ttf') format('truetype');
}
.font-carolina-en {
    font-family: 'Carolina';
    color: rgba(14, 31, 51, 1);
    /*font-weight: bold;*/
    font-size: 35px;
    text-shadow: 4px 4px 4px #aaa;
}
@font-face {
    font-family: 'alexandra-zeferino-one';
    src: url('../webfonts/alexandra-zeferino-one.ttf') format('truetype');
}

.font-alexandra-zeferino-one-en {
    font-family: 'alexandra-zeferino-one';
    color: rgba(14, 31, 51, 1);
    text-shadow: 4px 4px 4px #aaa;
}

@font-face {
    font-family: 'aquarelle';
    src: url('../webfonts/aquarelle.ttf') format('truetype');
}

.font-aquarelle-en {
    font-family: 'aquarelle';
    color: rgba(14, 31, 51, 1);
    text-shadow: 4px 4px 4px #aaa;
}



.checkbox-hidden {
    display: none !important;
}

.checkbox-hidden {
    display: none !important;
}



.check-marker {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    width: 45px;
    height: 45px;
    bottom: 5%;
    right: 5%;
    border-width: 2px;
    border-color: green;
}

.check-marker-anim {
    opacity: 1;
    transition: opacity ease-out 1s;
}

.checkmark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: darkblue;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
    margin-top: -5%;
}

.crab-image-circle-1 {
    width: 90px;
    height: 90px;
    color: rgba(14, 31, 51, 1);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
    border-radius: 50%;
    background-image: url('../Images/Various/shutter.png');
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
}

.crab-hover{
    opacity:1;
} 
a .crab-hover:hover{
    opacity:0.8;
}

.crab-toggle{
    position:absolute;
    width:40px;
    height:40px;
    left:50%;
    margin-left:-20px;
    
   
}

.crab-toggle-hover{
    left:300px;
    transition: left ease-in 3s;
}

.crab-image-circle-2 {
    width: 200px;
    height: 200px;
    background-color: rgba(116, 83, 66, 0.8);
    /*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.4);*/
    border-radius: 50%;
}
.crab-image-circle-3 {
    width: 100px;
    height: 100px;
    
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.4);*/
    border-radius: 50%;
}

.div-line {
    width: 100%;
    height: 1px;
    
} 

.client-image {
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 2px;
}

    .client-image:hover {
        opacity: 0.5;
    }

#submit-bar {
    background-color: black;
}

.info-bar {
    text-align: center;
    text-wrap: normal;
    color: white;
}

.pick-image-container {
    display: flex;
    flex-direction: column;
}

.pick-image {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

#ajax-container {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    z-index: 10000;
    visibility: hidden;
}


#ajax-image-loader {
}

#ajax-responce {
    color: white;
    font-size: 30px;
}

.btn-counter {
    transition: width 1s ease-out;
}
* {
    box-sizing: border-box;
}



/* ---- grid ---- */

.grid {
   width:100%;
  
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- .grid-item ---- */



.grid-item {
    float: left;
}

    .grid-item img {
        display: block;
        max-width: 100%;
    }

/* ---- grid-item ---- */

.my-wid {
    width: 75% !important;
}


@media (min-width:576px) {
    .grid-item, .grid-sizer {
        width: 100%;
        float:left;
    }

    

   
   
}

@media (max-width:576px) {
    .logo-text {
        /*font-family: 'la-sonnambula-demo-ffp';*/
        font-family: 'Cormorant Garamond';
        letter-spacing: 4px;
        /*font-weight: 100;*/
        text-transform:uppercase;
        font-size: 1.4rem;
    }

    .font-cormorant {
        font-family: 'Cormorant Garamond';
        font-size: 20px;
    }
    
    .info-column .info-title {
        font-weight: 600;
        font-size: 45px;
    }

    .my-wid {
        width: 100% !important;
    }
    .grid-item, .grid-sizer {
        width: 100%;
        float: left;
    }

    .client-pick-img-width{
        width:100%
    }
}
/*@media (min-width:768px) {
    .grid-item, .grid-sizer {
        width: 50%;
        float: left;
    }
   
}*/

@media (max-width:768px) {
    .grid-item, .grid-sizer {
        width: 100%;
        float: left;
    }

    .my-wid {
        width: 100% !important;
    }

   

}

@media (min-width:992px) {
    .grid-item, .grid-sizer {
        width: 33.333%;
        float: left;
    }

    .my-wid {
        width: 75% !important;
    }



    .theme-6-images {
      
    }

    .theme-6-images-container {
        width: 70%;
        margin-left:-15.4%;
    }

    .colorpalete {
        height: 100%;
        width: 20px;
        margin-top: 3px;
        margin-bottom:3px;
    }

    
    .colors-margin:first-child{
         padding-top:0px !important;
    

     }
        .colors-margin:last-child {
            padding-bottom: 0px !important;
        }

    .client-pick-img-width {
        width: 50%
    }
}



@media (min-width:1200px) {
    .grid-item, .grid-sizer {
        width: 25%;
        float: left;
    }
    .my-wid {
        width: 75% !important;
    }

    .client-pick-img-width {
        width: 33.3333%
    }
   
}
@media (max-width:992px) {

    .theme-6-images {
        width: 75%;
        background-color: white;
        margin-top: -27.7%;
    }

    .theme-6-images-container {
        width: 100%;
    }

    .font-marianna {
        font-family: 'marianna';
        /*font-weight: bold;*/
        /*text-shadow: 4px 4px 4px #aaa;*/
        font-size: 30px;
    }
    .my-wid {
        width: 75% !important;
    }

    .crab-image-circle-1 {
        width: 90px;
        height: 90px;
        color: rgba(14, 31, 51, 1);
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
        border-radius: 50%;
        background-image: url(../Images/Various/shutter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .colorpalete {
        /*min-width: 30px;*/
        min-height: 20px;
        width: 100%;
        margin-left:3px;
        margin-right:3px;
      
    }

    .colors-margin:first-child {
        padding-left: 0px !important;
    }

    .colors-margin:last-child {
        padding-right: 0px !important;
    }

   
}
@media (max-width:1200px) {

    .crab-image-circle-1 {
        width: 90px;
        height: 90px;
        color: rgba(14, 31, 51, 1);
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
        border-radius: 50%;
        background-image: url(../Images/Various/shutter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .my-wid {
        width: 75% !important;
    }

   
}


/* theme flex grid */
.img-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 3px 3px;
    padding:3px;
}





.tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tile:nth-child(1) {
    grid-column: span 3;
    grid-row: span 2;
}

.tile:nth-child(2) {
    grid-column: span 3;
    grid-row: span 2;
}

.tile:nth-child(3) {
    grid-column: span 3;
    grid-row: span 2;
}

.tile:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}

.tile:nth-child(5) {
    grid-column: span 5;
    grid-row: span 2;
}

.tile:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
}


.theme-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.theme-date {
    font-family: 'Cormorant Garamond';
    letter-spacing: 1px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    /* font-family: 'la-sonnambula-demo-ffp'; */
    /* text-shadow: 4px 4px 4px #aaa; */
    font-size: 3rem;
}


.theme-text {
    font-family: 'Cormorant Garamond';
    letter-spacing: 1px;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /* font-family: 'la-sonnambula-demo-ffp'; */
    /* text-shadow: 4px 4px 4px #aaa; */
    font-size: 1.4rem;
    text-align: center;
    word-break: break-word;
}



/*shutter animation */

.camera {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
    border-color: rgba(14, 31, 51, 1);
    overflow: hidden;
    position: relative;
    /*background-color: rgba(14, 31, 51, 1);*/
    background: url("/Images/Various/crab45x45.png") center;
    background-repeat: no-repeat;
    --p1: 60%;
    --p2: 48%;
    --p3: 38%;
    --c1: transparent var(--p1),rgba(14, 31, 51, 1) calc(var(--p1) + 1px) calc(var(--p1) + 1px),rgba(206,164,52,1) calc(var(--p1) + 1px);
    --c2: transparent var(--p2),rgba(14, 31, 51, 1) calc(var(--p2) + 1px) calc(var(--p2) + 1px),rgba(206,164,52,1) calc(var(--p2) + 1px);
    --c3: transparent var(--p3),rgba(14, 31, 51, 1) calc(var(--p3) + 1px) calc(var(--p3) + 1px),rgba(206,164,52,1) calc(var(--p3) + 1px);
}

    .camera::before,
    .camera::after {
        content: "";
        position: absolute;
        top: -50%;
        left: 50%;
        height: 200%;
        width: 100%;
        transition: .2s all linear;
        background: linear-gradient(-126deg,var(--c1)) bottom left/var(--e1,40%) var(--e2,20%) no-repeat, linear-gradient(-162deg,var(--c1)) bottom /100% var(--e3,60%) no-repeat, linear-gradient(162deg,var(--c1)), linear-gradient(126deg,var(--c2)), linear-gradient(90deg, var(--c3)), linear-gradient(54deg,var(--c2)), linear-gradient(18deg,var(--c1));
    }

    .camera::after {
        transform: rotate(180deg);
        transform-origin: left;
    }

    .camera:hover::before,
    .camera:hover::after {
        top: 0;
        left: 50%;
        height: 100%;
        width: 50%;
    }
    

    /*--------------------- svg -------------------*/


    /*#container-SVG {
    width: 50%;
    height: 200px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

#code {
    display: block;
    width: auto;
    font: bold 3vw monospace;
    padding: 50px 0 4vw 10vw;
    margin: 0;
    color: #1E1935;
    background: rgba(221, 221, 221, 0.35);
}

    #code::-moz-selection {
        background: #EF2D56;
        color: #fff;
    }

    #code::selection {
        background: #EF2D56;
        color: #fff;
    }

path {
    stroke-width: 8;
    stroke: #1E1935;
    stroke-linecap: round;
    fill: none;
}

    path.fill {
        fill: #1E1935;
    }

circle {
    stroke-width: 2;
    stroke: #EF2D56;
    fill: #fff;
}

    circle:hover {
        fill: #EF2D56;
        cursor: move;
    }

line {
    stroke-width: 1;
    stroke: #999;
    stroke-linecap: round;
    stroke-dasharray: 5, 3;
}*/
    .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: dash 5s linear alternate infinite;
    }

    @keyframes dash {
        from {
            stroke-dashoffset: 1000;
        }

        to {
            stroke-dashoffset: 0;
        }
    }


#trapezoid {
    border-bottom: 100px solid red;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 100px;
}


/*Loader */


.cssload-loader {
    position: relative;
    left: calc(50% - 20px);
    /*top: calc(50% - 35px);*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 2700px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40%;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

    .cssload-inner.cssload-one {
        left: 0%;
        top: 0%;
        animation: cssload-rotate-one 2.35s linear infinite;
        -o-animation: cssload-rotate-one 2.35s linear infinite;
        -ms-animation: cssload-rotate-one 2.35s linear infinite;
        -webkit-animation: cssload-rotate-one 2.35s linear infinite;
        -moz-animation: cssload-rotate-one 2.35s linear infinite;
        border-bottom: 2px solid rgba(255,255,255,1);
    }

    .cssload-inner.cssload-two {
        right: 0%;
        top: 0%;
        animation: cssload-rotate-two 2.35s linear infinite;
        -o-animation: cssload-rotate-two 2.35s linear infinite;
        -ms-animation: cssload-rotate-two 2.35s linear infinite;
        -webkit-animation: cssload-rotate-two 2.35s linear infinite;
        -moz-animation: cssload-rotate-two 2.35s linear infinite;
        border-right: 2px solid rgba(255,255,255,1);
    }

    .cssload-inner.cssload-three {
        right: 0%;
        bottom: 0%;
        animation: cssload-rotate-three 2.35s linear infinite;
        -o-animation: cssload-rotate-three 2.35s linear infinite;
        -ms-animation: cssload-rotate-three 2.35s linear infinite;
        -webkit-animation: cssload-rotate-three 2.35s linear infinite;
        -moz-animation: cssload-rotate-three 2.35s linear infinite;
        border-top: 2px solid rgba(255,255,255,1);
    }







@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.close-loader {
    visibility: hidden;
}



/* Nav menue Hilights*/

.box {
    display: inline-block;
    float: left;
    width: 160px;
    position: relative;
    height: 160px;
    border: 1px solid #000;
    z-index: 0;
    transition: all .3s ease;
    opacity: 1;
    margin-right: -1px;
}

    .box:hover {
        z-index: 10;
    }

    .box:before, .box:after {
        content: "";
        display: block;
        position: absolute;
        background: pink;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        opacity: 1;
    }

    .box:before {
        width: calc(100% + 2px);
        height: 100%;
        z-index: 1;
        transition: height 1s ease, opacity .8s ease;
    }

    .box:after {
        height: calc(100% + 2px);
        width: 100%;
        z-index: 1;
        transition: width 1s ease, opacity .8s ease;
    }

    .box:hover:before, .box:focus:before {
        transition: height .2s ease, opacity .3s ease;
        height: 85%;
        opacity: .7;
    }

    .box:hover:after, .box:focus:after {
        transition: width .2s ease, opacity .3s ease;
        width: 85%;
        opacity: .8;
    }

.box__image {
    fill: #000;
    width: 60%;
    will-change: width;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all .5s ease;
    z-index: 2;
}
