﻿/*! CSS Document OSTROST.CZ
* Autor:Martin Hlaváč
* Email:martin.hlavac7@gmail.com 
*/

body {
    padding-top: 65px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: #9e9e9e;
}

.navbar-inverse {
    background-color: #272727;
}

a {
    color: #b3b3b3;
    font-weight: bold;
}

a:hover {
    color: #b3b3b3;
    text-decoration: none;
}

ul.nav a {
    color: #b3b3b3;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-inner {
    min-height: 0px;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-nav li a,
.social-icon {
    line-height: 65px;
    height: 65px;
    padding-top: 0;
}

.navbar-brand {
    display: flex;
    height: 65px;
}

#logo-ostrost {
    max-width: 242px;
    height: auto;
    max-height: 65px;
    align-self: center;
}

#logo-ostrost h1 {
    display: none;
}

.content {
    padding: 40px;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

h2.text,
.html-block h2
{
    margin-bottom: 0px;
}

h3 {
    font-size: 20px;
    color: #8a8a8a;
    margin-top: 0px;
}

h3.line-red,
h2.line-red,
.html-block h3{
    background: url('../img/line-red.jpg') no-repeat left bottom;
    padding-bottom: 15px;
}

h3.line-gold,
h2.line-gold {
    background: url('../img/line-gold.jpg') no-repeat left bottom;
    padding-bottom: 15px;
}

p {
    text-align: justify;
}

.formular h2,
.formular h3 {
    color: #fff;
}

.tb-contact {
    display: flex;
    width: 100%;
    gap: 50px;
}

p.text, span.text {
    color: #9e9e9e;
    font-size: 18px;
    font-weight: lighter;
    text-align: justify;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.reference {
    text-align: center;
    height: 150px;
    line-height: 150px;
    padding: 10px;
}

.reference img {
    max-width: 90%;
    max-height: 80%;
}

.container-reference {
    margin-bottom: 15px;
}

.reference-block-2 .reference {
    width: 160px;
}

.formular {
    background-color: #272727;
    color: #b3b3b3;
    font-size: 14px;
}

.formular input[type=text],
.formular textarea {
    width: 100%;
    border: 0;
    margin: 1px;
    padding: 0px 10px;
}

.formular input[type=text] {
    height: 30px;
}

.formular textarea {
    height: 110px;
    resize: none;
}

button {
    border: 0;
    background-color: #d61025;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    position: relative;
    margin-top: 102px;
    display: block;
    font-weight: 400;
}

button:hover {
    color: #ededed;
}

.button-arrow:after {
    content: "\e258";
    /*"\e080";*/
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    background-color: #d61025;
    height: 100%;
    position: absolute;
    right: -54px;
    top: 0px;
    padding: 7px 15px;
    font-size: 20px;
}

button.blue,
.button-arrow.blue:after {
    background-color: #0f94d6 !important;
}

.carousel-inner .button-arrow:after {
    padding: 12px 15px;
}

.carousel-inner button {
    margin: 0px 0px 3px 0px;
    padding: 15px 25px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.close-button {
    position: absolute;
    top: -100px;
    right: -60px;
}

.close-button .close {
    font-size: 70px;
    color: #fff;
}

.social-buttons-video {
    position: absolute;
    margin-top: 2px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.social-buttons-video .button {
    width: 32.99%;
    float: left;
    margin: 0px 0.25%;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
}

.social-buttons-video .button a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
}

.social-buttons-video .button:first-child {
    margin-left: 0px;
}

.social-buttons-video .button:last-child {
    margin-right: 0px;
}

.color-fb {
    background-color: #455fb4;
}

.color-twitter {
    background-color: #24aaf3;
}

.color-yt {
    background-color: #e04b33;
}

#modalShowreel .modal-dialog {
    margin-top: 80px;
}

.formular .form {
    position: relative;
}

.formular .form div {
    padding: 2px;
}

footer {
    background-color: #272727;
    padding: 40px;
    min-height: 270px;
}

footer ul {
    list-style: none;
    list-style-type: none;
}

footer .footer-links {
    font-size: 13px;
    text-transform: uppercase;
}

footer .footer-links a {
    color: #d2d2d2;
}

footer .footer-links a:hover {
    text-decoration: underline;
}

footer ul {
    padding: 0px;
}

footer .footer-links>ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer .footer-links>ul>li {
    margin-bottom: 10px;
}

footer .footer-social-icons>ul>li {
    display: inline-block;
}

footer .footer-copyright {
    color: #7c7c7c;
    font-size: 11px;
    text-align: justify;
    padding: 0px 10px;
}

.modal-content {
    background-color: transparent;
    border: 0px;
    box-shadow: 0 !important;
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.carousel-title {
    position: absolute;
    bottom: 80px;
    z-index: 10;
    left: 21%;
}

.carousel-showreel {
    position: absolute;
    bottom: 80px;
    right: 20%;
    z-index: 10;
}

#kontakt_denied,
#kontakt_access,
#kontakt_sending {
    color: #D50E23;
}

#kontakt_sending {
    font-weight: bold;
}

#kontaktni-formular .error {
    color: #D50E23;
}

#portfolio h3 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

#portfolio img {
    margin-top: 30px;
    position: relative;
    max-width: 80%;
    height: auto;
}

#portfolio #btn-next,
#portfolio #btn-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 500;
    background: url('../img/page-arrow.png') no-repeat;
    width: 40px;
    height: 34px;
}

.portfolio-page {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#portfolio #btn-next {
    right: -18px;
}

#portfolio .video {
    cursor: pointer;
}

#portfolio .video:hover h3 {
    text-decoration: underline;
}

#portfolio #btn-prev {
    left: -18px;
    transform: rotate(-180deg);
}

#portfolio-videa {
    float: left;
    position: relative;
    width: 100%;
}

@media (max-width:375px) {
    #logo-ostrost {
        width: 180px;
        background-size: 180px 19px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .social-icon {
        display: none;
    }
}

@media (max-width:1199px) {
    .reference-block-2 .reference {
        width: initial;
    }
}

@media (max-width:768px) {
    .navbar-nav li a {
        line-height: 50px;
        height: 50px;
    }
    .formular button {
        margin-top: 0px;
    }
    .mobile-hide {
        display: none;
    }
    p.text, span.text {
        font-size: 14px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 15px;
    }
    .tb-contact {
        display: block;
    }
    .tb-contact>ul {
        display: block;
    }
    .tb-contact>ul>li {
        display: block;
    }
    .carousel-showreel button {
        font-size: 14px;
    }
    .carousel-title {
        bottom: 110px;
    }
}

@media (max-width:335px) {
    .carousel-title {
        bottom: 150px !important;
    }
}

@media (max-width:520px) {
    .carousel-title {
        bottom: 170px;
        padding-left: 0;
        width: 60%;
    }
    .carousel-showreel {
        bottom: 60px;
        left: 50%;
        margin-left: -30%;
        padding-left: 0;
        text-align: center;
        width: 60%;
    }
    .carousel-inner .button-arrow:after {
        padding: 11px 10px;
        font-size: 12px;
        right: -35px;
    }
    .carousel-inner button {
        font-size: 12px;
        margin: 0px 0px 3px 0px;
        padding: 11px 10px;
    }
}

@media (max-width:992px) {
    .formular button {
        margin-top: 0px;
    }
    .social-buttons-video .button a {
        font-size: 13px;
    }
}

@media (min-width:520px) and (max-width:1200px) {
    .carousel-showreel {
        right: 13%;
    }
    .carousel-title {
        left: 13%;
    }
}

@media (min-width:1200px) and (max-width:1560px) {
    .carousel-showreel {
        right: 14%;
    }
    .carousel-title {
        left: 14%;
    }
}

@media (min-width:1560px) and (max-width:1740px) {
    .carousel-showreel {
        right: 17%;
    }
    .carousel-title {
        left: 18%;
    }
}