@import url('bootstrap/css/bootstrap.css');

html, body {
    height: 100%;
}

body {
    background: #fff;
}

#entrance #catch {
    background: #991f1f;
}

#entrance #mahrer {
    background: #0f2e4d;
}

#entrance #catch .block {
    background: #cc2929;
}

#entrance #mahrer .block {
    background: #1a4d80;
}

#entrance .section .block .entry a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#entrance .section .block .entry a:hover {
    background: #fff;
}

#entrance .section .block .entry a img {
    filter: grayscale(100%) brightness(0%) invert(100%);
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#entrance .section .block .entry a:hover img {
    filter: grayscale(0%) brightness(100%) invert(0%);
}

#entrance #catch .block .entry a {
    color: #991f1f;
}

#entrance #mahrer .block .entry a {
    color: #0f2e4d;
}

#entrance .section .block .entry {
    text-align: center;
}

@media (min-width: 992px) {
    #entrance {
        display: table;
        width: 100%;
        height: 100%;
    }
    #entrance .section {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    #entrance .section .block {
        display: table;
        width: 75%;
        height: 50%;
    }
    #entrance .section .block .entry {
        display: table-cell;
        vertical-align: middle;
    }
    #entrance .section .block .entry a {
        display: table;
        width: 100%;
        height: 100%;
    }
    #entrance .section .block .entry a span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    #entrance #catch .block {
        float: right;
    }
    #entrance #mahrer .block {
        float: left;
    }
    #entrance .section .block .entry {
        font-size: 24px;
    }
    #entrance .section .block .entry a img {
        height: 80px;
    }
}

@media (max-width: 991px) {
    #entrance {
        display: table;
        width: 100%;
        height: 100%;
    }
    #entrance .section {
        display: table-row;
        height: 50%;
        padding: 50px;
    }
    #entrance .section .block {
        display: table-cell;
        vertical-align: middle;
    }
    #entrance .section .block .entry {
        display: table;
        width: 100%;
        height: 100%;
    }
    #entrance .section .block .entry a {
        display: table-cell;
        vertical-align: middle;
    }
    #entrance #catch .block {
        border-top: 50px solid #991f1f;
        border-left: 50px solid #991f1f;
        border-right: 50px solid #991f1f;
    }
    #entrance #mahrer .block {
        border-bottom: 50px solid #0f2e4d;
        border-left: 50px solid #0f2e4d;
        border-right: 50px solid #0f2e4d;
    }
    #entrance .section .block .entry {
        font-size: 18px;
    }
    #entrance .section .block .entry a img {
        height: 80px;
    }
}

/* COLUMNS */

@media (min-width: 992px) {
    .columns-2 {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    .columns-3 {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
    .columns-4 {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px;
    }
}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

div.video iframe, div.video object, div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* GENERAL */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clear {
    clear: both;
}