/* 24.03.16*/
/* uncomment for css color transitions */
#impressum {
    display: none;
    color: white;
}

#impressum.change {
//background-color: white;
}

#privacy {
    display: none;
    color: white;
}

#privacy.change {
//background-color: white;
}


a.navbar-brand {
    background: url('../img/prism_pyramid.png') left center no-repeat;
}


/*
    vertical align for partner logos
*/
.frame {
    height: 200px;      /* equals max image height */
    width: 250px;
    white-space: nowrap;

    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    vertical-align: middle;
    max-height: 200px;
    max-width: 250px;
}

/* map from http://startbootstrap.com/template-overviews/stylish-portfolio */
section.map {
    padding: 0px !important;
}

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}


/* contact-from & footer from http://startbootstrap.com/template-overviews/agency/ */

section#contact-form {
    background-color: #222222;
    background-image: url('../img/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
}
section#contact-form .section-heading {
    color: white;
}
section#contact-form .form-group {
    margin-bottom: 25px;
}
section#contact-form .form-group input,
section#contact-form .form-group textarea {
    padding: 20px;
}
section#contact-form .form-group input.form-control {
    height: auto;
}
section#contact-form .form-group textarea.form-control {
    /*337*/
    height: 236px;
}
section#contact-form .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact-form ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbbbbb;
}
section#contact-form :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbbbbb;
}
section#contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbbbbb;
}
section#contact-form :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbbbbb;
}
section#contact-form .text-danger {
    color: #e74c3c;
}


footer {
    padding: 25px 0;
    text-align: center;
    background-color: #222222;
}
footer span.copyright {
    line-height: 40px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
    color: #fff;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #f05f40;
}

#layer {
    position : absolute;
    top : 0px;
    left : 0px;
    bottom : -10px;
    right : -10px;
    padding : 40px;
    overflow : hidden;
    z-index : 1;
    border-radius : 20px;
    box-shadow : inset 0px 0px 5px 5px rgba(255, 255, 255, .1);

    background: -moz-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,255,119,0.45)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* W3C */

    -webkit-transform-origin : 50% 50%;
    -webkit-transform: perspective(200px) rotateX(.5deg) skewX(2deg) scale(1.03);
    -moz-transform-origin : 50% 50%;
    -moz-transform: perspective(200px) rotateX(.5deg) skewX(2deg) scale(1.03);
    transform-origin : 50% 50%;
    transform: perspective(200px) rotateX(.5deg) skewX(2deg) scale(1.03);

    -webkit-animation: glitch 1s linear infinite;
    -moz-animation: glitch 1s linear infinite;
    -ms-animation: glitch 1s linear infinite;
    animation: glitch 1s linear infinite;

    opacity : .9;
}
#layer:after {
    content : '';
    width : 1000px;
    height : 600px;
    position : absolute;
    top : 0px;
    left : 0px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    opacity : .1;
}



















/* Prism @ 22.03.16*/
#starwars{
    //visibility: hidden;
    width: 640px;
    height: 250px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    //font-size: 16px;
    overflow: hidden;
}
.loading-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loading-indicator {
    background:url('../img/loading.gif') no-repeat center center;
    width:100px;
    height:100px;
}

.terminal, .cmd {
    font-family: Inconsolata;
    font-size: 17px;
}

.terminal {
    padding-left: 15px;
}

.sw-overlay {
    //visibility: hidden;
    width : 640px;
    height : 250px;
    position : relative;
    margin-left : auto;
    margin-right : auto;
    top: 40px;
    border-radius : 20px;
    box-shadow : 0px 0px 1px 3px rgba(10, 10, 10, .7);
    background : #000;
    overflow : hidden;
    z-index : 3;
}

.sw-overlay:after {
    content: '';
    width: 640px;
    height: 250px;
    position: absolute;
    top : 0px;
    left : 0px;
    background-color: #00ff77;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 9, 4, 0.6) 47%, rgba(0, 255, 119, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(45%, rgba(0, 0, 0, 0.62)), color-stop(47%, rgba(0, 9, 4, 0.6)), color-stop(100%, rgba(0, 255, 119, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 9, 4, 0.6) 47%, rgba(0, 255, 119, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 9, 4, 0.6) 47%, rgba(0, 255, 119, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 9, 4, 0.6) 47%, rgba(0, 255, 119, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 9, 4, 0.6) 47%, rgba(0, 255, 119, 1) 100%);
    box-shadow: inset 0px 0px 40px 40px rgba(100, 100, 100, .5);
    border-radius: 20px;
    opacity: .1;
    z-index: 11;
}

.sw-overlay:before {
    content : '';
    width : 640px;
    height : 250px;
    position : absolute;
    top : 0px;
    left : 0px;

    background-color: #000;
    background: linear-gradient(#fff 50%, #000 50%);
    background-size: 100% 4px;
    background-repeat: repeat-y;

    opacity : .14;
    box-shadow : inset 0px 0px 10px 10px rgba(0, 0, 0, .8);
    border-radius : 20px;
    z-index : 10;

    -webkit-animation: pulse 5s linear infinite;
    -moz-animation: pulse 5s linear infinite;
    -ms-animation: pulse 5s linear infinite;
    animation: pulse 5s linear infinite;
}



.sw-outer {
    visibility: hidden;
    width : 720px;
    height : 0px;
    position : relative;
    margin-left : auto;
    margin-right : auto;
    background : #1D1D1D;
    box-shadow : inset 0px 0px 1px 10px #000;
    border-radius : 20px;
}
.sw-outer:before {
    content : '';
    position  : absolute;
    top : 0px;
    left : 0px;
    right : 0px;
    bottom : 0px;
    background : #000;
    z-index : 2;

    background: -moz-linear-gradient(-45deg, rgba(149,149,149,0.5) 0%, rgba(13,13,13,0.55) 19%, rgba(1,1,1,0.64) 50%, rgba(10,10,10,0.69) 69%, rgba(51,51,51,0.73) 84%, rgba(22,22,22,0.76) 93%, rgba(27,27,27,0.78) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(149,149,149,0.5)), color-stop(19%,rgba(13,13,13,0.55)), color-stop(50%,rgba(1,1,1,0.64)), color-stop(69%,rgba(10,10,10,0.69)), color-stop(84%,rgba(51,51,51,0.73)), color-stop(93%,rgba(22,22,22,0.76)), color-stop(100%,rgba(27,27,27,0.78))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(149,149,149,0.5) 0%,rgba(13,13,13,0.55) 19%,rgba(1,1,1,0.64) 50%,rgba(10,10,10,0.69) 69%,rgba(51,51,51,0.73) 84%,rgba(22,22,22,0.76) 93%,rgba(27,27,27,0.78) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(149,149,149,0.5) 0%,rgba(13,13,13,0.55) 19%,rgba(1,1,1,0.64) 50%,rgba(10,10,10,0.69) 69%,rgba(51,51,51,0.73) 84%,rgba(22,22,22,0.76) 93%,rgba(27,27,27,0.78) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(149,149,149,0.5) 0%,rgba(13,13,13,0.55) 19%,rgba(1,1,1,0.64) 50%,rgba(10,10,10,0.69) 69%,rgba(51,51,51,0.73) 84%,rgba(22,22,22,0.76) 93%,rgba(27,27,27,0.78) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(149,149,149,0.5) 0%,rgba(13,13,13,0.55) 19%,rgba(1,1,1,0.64) 50%,rgba(10,10,10,0.69) 69%,rgba(51,51,51,0.73) 84%,rgba(22,22,22,0.76) 93%,rgba(27,27,27,0.78) 100%); /* W3C */
    border-radius : 20px;

    opacity : .5;
}

.sw-outer:after {
    content : '';
    position  : absolute;
    top : 0px;
    left : 0px;
    right : 0px;
    bottom : 0px;
    background-color : #ddd;
    opacity : .1;
    border-radius : 20px;
    z-index : 1;
}

.sw-layer {
    position : relative;
    width : 640px;
    height : 250px;
    top : 0px;
    padding-left: auto;
    padding-right: auto;
    padding : 0px;
    overflow : hidden;
    z-index : 4;
    border-radius : 20px;
    box-shadow : inset 0px 0px 5px 5px rgba(255, 255, 255, .1);

    background: -moz-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,255,119,0.45)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,255,119,0.45) 0%,rgba(255,255,255,0) 100%); /* W3C */

    -webkit-transform-origin : 50% 50%;
    -webkit-transform: perspective(200px) rotateX(.5deg) skewX(2deg) scale(1.03);
    -moz-transform-origin : 50% 50%;
    -moz-transform: perspective(200px) rotateX(.5deg) skewX(2deg) scale(1.03);
    transform-origin : 50% 50%;
    transform: perspective(200px) rotateX(.5deg) skewX(2deg) scale(1.03);

    -webkit-animation: glitch 1s linear infinite;
    -moz-animation: glitch 1s linear infinite;
    -ms-animation: glitch 1s linear infinite;
    animation: glitch 1s linear infinite;

    opacity : .9;
}


.sw-layer:after {
    content : '';
    width : 640px;
    height : 250px;
    position : absolute;
    top : 0px;
    left : 0px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    opacity : .1;
    z-index: 12;
}


.sw-exit {
    position : absolute;
    background: url('../img/exit2.png') no-repeat center center;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 5px;
    background-size: cover;
    z-index: 99;
}




.terminal-header {
    width: 42%;
    height: 30px;
    background-color: #95A5A6;
    margin: 0 auto;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

.sw_button {
    outline: none;
    float:right;
    font-size: 0.8em;
    right: 0;
    padding-right: 40px;
    padding-top: 40px;
    //padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #aaa;
    border-top: none;
    border-right: none;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}


@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}


#starfield {
    z-index: 1;
    opacity: 0;
    //position: absolute;
    animation: starfield 0s 3s forwards;
}

@keyframes starfield {
    to { opacity: 1; }
}












@media(max-width:480px) {
    header {
        display: none !important;
    }
    body {
        padding-top: 40px !important;
    }
}

@media(min-width:768px) {


    .header-content-inner {
        background: url('../img/logo_w640.png') no-repeat center center;
        height: 170px;
        width: 640px;
        cursor: url('../img/lightsaber-icon.png'), auto;

    }
}
.bg-tv {
    background-color: #0280db;
    background-image: -webkit-linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    background-image: -o-linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    background-image: linear-gradient(46deg,rgba(0,130,235,.17) 0%,rgba(150,195,34,.32) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0682D9',endColorstr='#3F959C',GradientType=1);
    color: #fff;
}

.particles {
    background-position: -270px 110px;
    width: 600px;
    height: 800px;
    left: -5px;
    top: -190px;
}

.particles-overlay {
    position: relative;
}

.particles {
    background-image: url(../img/particles-half.png);
//background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -khtml-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
    -webkit-animation-name: pulseLight;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: pulseLight;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: pulseLight;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    animation-name: pulseLight;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulseLight{from{-webkit-transform:scale(1)}50%{-webkit-transform:scale(.97)}to{-webkit-transform:scale(1)}}
@-moz-keyframes pulseLight{from{-moz-transform:scale(1)}50%{-moz-transform:scale(.97)}to{-moz-transform:scale(1)}}
@-o-keyframes pulseLight{from{-o-transform:scale(1);}50%{-o-transform:scale(.97);}to{-o-transform:scale(1);}}
@keyframes pulseLight{from{transform:scale(1)}50%{transform:scale(.97)}to{transform:scale(1)}}.pulseEffectLight{-webkit-animation-name:pulseLight;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-moz-animation-name:pulseLight;-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-o-animation-name:pulseLight;-o-animation-duration:3s;-o-animation-iteration-count:infinite;animation-name:pulseLight;animation-duration:3s;animation-iteration-count:infinite}

.btn-tv {
    border-color: #fff;
    color: #fff;
    background-color: #0280db;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border-radius: 0px !important;
    padding: 15px 15px 15px 15px !important;

}

.btn-tv:hover,
.btn-tv:focus,
.btn-tv.focus,
.btn-tv:active,
.btn-tv.active,
.open > .dropdown-toggle.btn-tv {
    border-color: #ededed;
    color: #222;
    background-color: #0280db;
}

.btn-tv-down {
    border-color: #fff;
    color: #fff;
    border: 1px solid !important;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 12px;
    line-height: 10px !important;
    border-radius: 0px !important;
}

.btn-tv-down:hover,
.btn-tv-down:focus {
    border-color: #000000;
    color: #222;
    background-color: #ffffff;
}

.btn-tv:active,
.btn-tv.active,
.open > .dropdown-toggle.btn-tv {
    background-image: none;
}

/* PRISM @ 18.08.2016 */

.overlay-container {
    position: relative;
}

.contact-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -125px;
    left: 50px;
    z-index: 10;
}

.about-overlay-left {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5vw;
    //padding-left: 3%;
    z-index: 10;
}

.icat-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    padding-left: 3vw;
    z-index: 10;
}

.icat-logo {
    max-width: 20vw;
    height: auto;
    width: auto\9; /* ie8 */
}

.overflow-container {
    overflow-x: hidden;
}



@media(min-width:1200px) {
    .no-showerino {
        display: block;
        max-width: 45vw;
    }
}

@media(max-width:1200px) {
    .no-showerino {
        display: none;
    }
}

#contact-map > iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
    border: 0px;
}



.lang-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.lang-icon.icon-de {
    background: url(../img/flags/germany.png);
    background-size: cover;
}
.lang-icon.icon-en {
    background: url(../img/flags/england.png);
    background-size: cover;
}
.lang-icon.icon-it {
    background: url(../img/flags/italy.png);
    background-size: cover;
}

.layout {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 4em 2%;
}

.free-wall {
    margin: 15px;
}

.cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-color: #222;
}

.brick-box {
    margin: 15px;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    float: left;
    cursor: default;
    overflow: hidden;
}

.brick-box img {
    margin: 0;
    display: block;
}


.brick-box .brick-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.brick-box:hover .brick-box-caption {
    opacity: 1;
}
/*
.brick .read-more {
    position: absolute;
    display: none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 12px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.45);
}

.brick:hover .read-more {
    display: block;
    cursor: pointer;
}

.brick .desc {
    display: none;
}
.brick img {
    margin: 0;
    display: block;
}
*/
#fcontainer {
    width: 80%;
    margin: auto;
}
.item {
    background: rgb(135, 199, 135);
    width: 320px;
    height: 320px;
}



/*.bla{
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: -300px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
*/
.parallax-window {

    min-height: 80vh;
    background: transparent;
}

.bg-icat {
    padding: 0;
    min-height: 80vh;
    color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/icatalogue-touch.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width:1200px) {

    .parallax-window {
        min-height: 50vh;
    }

    .bg-icat {
        min-height: 50vh;
        background-size: 100% auto;
    }
}

@media(max-width:480px) {

    .bg-icat {
        background-position: center bottom;
    }

}

.btn-icat {
    border-color: #fff;
    color: #fff;
    background-color: #00792d;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
//font-size: 12px;
//line-height: 10px !important;
    border-radius: 0px !important;
    padding: 15px 15px 15px 15px !important;

}

.btn-icat:hover,
.btn-icat:focus,
.btn-icat.focus,
.btn-icat:active,
.btn-icat.active,
.open > .dropdown-toggle.btn-tv {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-icat:active,
.btn-icat.active,
.open > .dropdown-toggle.btn-tv {
    background-image: none;
}

.navbar-default.affix .nav > li>a.customMenuColor,
.navbar-default.affix .nav>li>a.customMenuColor:focus {
    color: white;
}




html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header-fallback.png );
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}
