/*
@media(max-width:767px){SIZE XS}
@media(min-width:768px){SIZE SM}
@media(min-width:992px){SIZE MD}
@media(min-width:1200px){SIZE LG}
*/

/* basic */
body {
    font-family: Montserrat,monospace;
    font-size: 1.6em;
    line-height: 1.65;
    color: #818181;
    background: #d5d5d5;
}
h2 {
    font-family: Montserrat,monospace;
    font-size: 2.5em;
    text-shadow:0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 20px;
    text-transform: uppercase; 
}
h3 {
    font-family: Montserrat,monospace;
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 20px;
}
.thumbnail {
    padding: 0 0 0px 0;
    border: none;
    border-radius: 0;
    margin: 40px 0;
    border: 1px solid #d5d5d5;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.thumbnail:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .3);
}
.thumbnail a:hover {
    text-decoration: none;
}
.thumbnail p {
    font-size: 1.8em;
    padding-top: 0.5em;
}
.images {
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
.images-galery {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.images-galery:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .3);
}
.images-galery-sort {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 2px;
    
}
.images-galery-sort:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .3);
    opacity: 0.8;
    cursor: pointer;
}
.portfolio h3 {
    font-size: 1.5em;
    background: #f1f1f1;
    padding: 15px;
    margin: 0;
}
/* layout */
.width22 {
    max-width: 900px;
}
.container-fluid {
    padding: 60px 20px;
    background: white;
}
.container-fluid.container-nopadding {
    padding: 0;
}
.container.articles {
    /*max-width: 900px;*/
    padding: 0px;
    background:white;
}
.container.articles img.img-rounded {
    border-radius: 0;
}
.container.articles > div > div {
    border: 0px solid black;
    padding-top: 20px;
}

#logo {
    position: absolute;
    top: 8px;
}
.navbar {
    z-index: 1000;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    /*
    max-width: 900px;
    margin: auto;
    padding-left: 15px;
    background: red;
    */
}


.navbar-brand {
    color: grey;
    font-family: 'Playfair Display',monospace;
    font-size: 1.6em;
    padding: 10px 0px;
}
.navbar-brand span {
    margin-left: 40px;
}

.nav-underline a {
    border-bottom: transparent solid 2px;
    padding-bottom: 40px;
}
.nav-underline a:hover {
    border-bottom: grey solid 2px;
}
.navbar-nav.nav-underline>li>a {
    padding: 0px;
    text-transform: uppercase;
}

.navbar-nav.nav-underline>li {
    padding: 15px;
}
.navbar-nav li a {
    border-bottom: #f8f8f8 solid 1px;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    border-bottom: grey solid 1px;
}
#navBar22 {
    position: fixed;
    width: 100vw;
    height: 50px;

    transition: 0.2s;
    display: flex;
}
.floatingNav {
    /*width: calc(100vh - 100px); */
    /*border-radius: 2px;*/
    box-shadow: 0px 1px 10px #999;

}
@media screen and (max-width: 768px) {
    .navbar-nav a {
        font-size: 2em;
    }
}
/* footer */
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
    padding: 10px;
    padding-left: 12px;
    border-radius: 5px;
}
footer.container-fluid {
    padding-bottom: 40px;
}
footer .list-inline li {
    padding-right: 0;
    padding-left: 15px;
}
footer .fa {
    color: #818181;
}
footer a {
    color: #818181;
    text-decoration: underline;
}
footer a:hover {
    color: #818181;
}

@media (min-width: 767px){
    .col-sm-4.col-centered,
    .col-sm-6.col-centered {
        display: inline-block;
        float: none;
        margin-right: -4px;
    }
}
@media (min-width: 992px){
    .col-md-4.col-centered {
        display: inline-block;
        float: none;
        margin-right: -4px;
    }

}

/* OTHER */

/* preloader */
.preloader {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    top: 50%;
    left: 0;
    margin: 0 auto;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    /*background-color: #337ab7;*/
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

/* carousel */
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
.carousel-control span.glyphicon {
    background-color: rgba(204, 204, 204, 0.6);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
}
.item h3 {
    font-size: 3em;
    line-height: 1.375em;
    font-weight: 500;
    margin: 3em 0;
    color: white;
}
.item h4 {
    font-size: 2em;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 2em 0;
    color: white;
}
.item span {
    padding: 0.2em 0.5em;
}
@media screen and (max-width: 768px) {
    .item h3 {
        font-size: 2em;
        line-height: 1em;
        font-weight: 300;
        margin: 2.0em 0;
    }
}
/* slideanim */
.slideanim22 {
    visibility:hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 0s;
    -webkit-animation-duration: 0s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/* panel */
.panel {
    border-radius:0 !important;
    transition: box-shadow 0.5s;
    margin-top: 3em;
    border: 1px solid #d5d5d5; 
}
.panel h3 {
    color: white !important;
    font-weight: 600;
}
.panel-body.list-group {
    padding: 0 10px;
    border-top: 0;
}
.panel-body.list-group .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.panel-body.list-group .list-group-item:first-child {

}
.panel-body.list-group .list-group-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-heading {
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-heading h3 {
    font-size: 1.4em;
    margin: 0em;
    padding: 0.2em;
}
.panel-footer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 1.5em;
}
.panel-footer h3 {
    font-size: 1.8em;
    margin: 0em;
    padding: 0.2em;
    line-height: 1.5em;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
}

/* divider */
ol.divider {
    display: flex;
    justify-content: center;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 50px;
}
ol.divider li {
    float: left;
    width: 20px;
    height: 5px;
    margin: 0 15px;
    border-radius: 3px;
    border: 0;
    background: #0e90e4;
    list-style-type: none;
    box-shadow:0 1px 2px rgba(0,0,0,.2);
}





.container-fluid:nth-of-type(2n) {
    /*background-color: #f3f3f3;*/
}

.logo {
    font-size: 150px;
    margin-top: 25px;
}
.padding-top {
    padding-top: 50px;
    border: 0px solid black;
}

.buttons {
    margin-top: 50px;
}


@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 120px;
    }
}









.row22 [class*='col-']:not(.hid) {
    background-color: #ffeeee;
    background-clip: content-box;
    min-height: 20px;
}
.grey {
    background: #d5d5d5;
    padding: 20px;
}
.grey h3 {
    border: 0px solid white;
    margin: 20px;

}

.jumbotron {
    margin: 0 auto;
}


.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.modal.popup .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}
.modal.popup .modal-content .modal-body {
    padding: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.modal.popup .modal-content .modal-header {
    background: transparent;
    border: none;
}
.modal.popup img {
    width: 100%;
}
.modal.popup button.close {
    font-size: 3em;
    line-height: 1em;
    background: white;
    background-color: rgba(255,255,255,.9) !important;
    border-radius: 40px;
    padding: 10px 20px !important;
    margin: 0 !important;
}

blockquote{
    font-size: 1.4em;
    width:80%;
    margin:50px auto;
    padding:0em 25px 0em 75px;
    line-height:1.6;
    position: relative;
    border: none;
    text-align: center;
}
blockquote::before{
    font-family:Arial;
    content: "\201C";
    font-size:4em;
    position: absolute;
    left: 10px;
    top: -40px;
}
blockquote::after{
    font-family:Arial;
    content: "\201C";
    font-size:4em;
    position: absolute;
    right: -20px;
    bottom: -100px;
}


.ekko-lightbox .modal-dialog .modal-body {
    border: none;
    padding: 2px;
    background: white;
}

.alerts ul {
    padding-left: 15px;
}






.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}