
#logo{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.68rem;
    font-weight: 700;
    color: black;
}

#logo span{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 400;
}
.cirkus {
    position: absolute;
    right: 15px;
    top: 5px;
}

.cirkus:hover {
    color:#666!important;
}

.cirkus i {
    padding-right: 10px;
}

.nav-link.active{
    color:black;
    border-top: 2px solid #b3c8be;
    padding-top: 4px;
    margin-top: 2px;
}

.index-overflow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../imgs/index-overflow.png');
}

.index-o{
    perspective: 600px;
}



.index-o .bg_video{
    /*    transform: rotateY(-5deg) scale(1.1);*/
}

.position-md-absolute{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.mr-250{
    margin-right: 250px!important;
}

.navbar{
    flex-wrap: wrap;
}

.header-top{
    width: 100%;
    color: #ccc;
    padding:10px 0;
    border-bottom: 1px #c9261c solid;
}

.header-top i{
    color: #ddd;
    margin: 0 15px;
    font-size: 15px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.header-top .icon-hover:hover i{
    color:white;
    transform:          rotate(360deg);
    -ms-transform:      rotate(360deg);
    -moz-transform:     rotate(360deg);
    -webkit-transform:  rotate(360deg);
    -o-transform:       rotate(360deg);
}

.navbar-fixed-top{
    position: fixed;
    top: 0;
    background: #fff;   
    /*border-bottom: 1px solid #eee;*/
    -webkit-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}


.navbar-fixed-top .header-top{
    /*display: none;*/
}

.navbar-fixed-top .nav a,.navbar-fixed-top .nav li.active > a {
    /*    color: #000;
        padding: 20px 16px;*/
}

.navbar-fixed-top #logo{
    /*height: 46px;*/
}

.icon-hover{
    display: inline-block;
}


.square {
    position: relative;
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


#blog{
    background: #F6F6F6;
}

.blog-item{
    background: white;
    padding: 15px;
}

.blog-date{
    font-size: 0.8rem;
    padding-right: 20px;
}

.blog-info{
    font-size: 0.8rem;
}

.blog-text{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #b3c8be;
}

.blog-link{
    /*padding-left: 40%;*/
    text-align: right;
    display: block;
    display: inline-block;
    float: right;
}



.blog-link:after{
    /*    content: "";
        padding-left: 40%;
        border-top: 2px solid #b3c8be;
        position: relative;
        top:14px;
        left:10px;*/
}

.fancybox-content{
    width: 60%!important;
}


.grid-item{
    /*margin-bottom: 30px;*/
    padding: 0;
}

.grid-item{
    position: relative;
    overflow: hidden;
}

.grid-item a img{
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
}

.grid-item a:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
}

.grid-item a .title{
    font-weight: 600;
    padding: 8px 15px;
    position: absolute;
    left:0;
    right:0;
    bottom: -100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color:white;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.grid-item a:hover .title{
    bottom: -0%;
}

.grid-item .title p{
    font-size: 0.8rem;
    margin: 0;
}
