@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,300italic,400,400italic,600,700,700italic,600italic&subset=latin,latin-ext);

body{
    font-size:16px;
}
/* Sticky footer styles
-------------------------------------------------- */
html{
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 167px;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 171px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
    font-size:12px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

/* traut custom css */
.navbar-default {
    background-color: #ffffff;
}

.navbar-brand {
    display: block;
    height: auto;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #525252;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #da2713;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #9e0909;
    border-bottom: 2px solid #9e0909;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 24px 0 5px 0;
        margin: 0 15px;
    }
}

.socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar-secound {
    top: 69px;
}

.socials ul li {
    float: left;
    margin-left: 1px;
}

.socials ul li a {
    display: block;
}

.carousel-home .carousel-control.left {
    background-image: none;
}

.carousel-home .carousel-control.right {
    background-image: none;
}

.carousel-home .carousel-caption {
    right: auto;
    left: 0;
    text-align: left;
    bottom: auto;
    top: -60px;
    padding: 0;
    color: #9e0909;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 26px;
}

.carousel-home .carousel-caption span {
    font-size: 24px;
    color: #313131;
}

.carousel-home .carousel-inner {
    overflow: visible;
    font-weight: 300;
}

.carousel-home .carousel-control {
    top: auto;
    color: #c41111;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 20px;
    left: auto;
    display: block;
    width: auto;
    bottom: 25px;

}

.carousel-home .carousel-control.left {
    right: 40px;
}

.carousel-home .carousel-control .glyphicon-chevron-left,
.carousel-home .carousel-control .glyphicon-chevron-right,
.carousel-home .carousel-control .icon-next,
.carousel-home .carousel-control .icon-prev {
    top: auto;
}

.carousel-home .carousel-indicators {
    right: 130px;
    width: auto;
    left: auto;
    bottom: 0;
}

.carousel-home .carousel-indicators .active {
    background-color: #cb1c1c;
    border-color: #cb1c1c;
}

body.home {
    background-image: url('../img/camera.jpg');
    background-repeat: no-repeat;
    background-position: right 160px;
}
body.fresh.home {
    background-image: url('../img/microphone.jpg');
    background-repeat: no-repeat;
    background-position: right 160px;
}

.overlay {
    min-height: 579px;
    padding-top: 120px;
    margin-top: 160px;
}

.carousel-fade {
    opacity: 1;
}
.carousel-fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel-fade .item:first-child {
    top:auto;
    position:relative;
}
.carousel-fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}

/* cookies */
section.cookies-alert {
    background: #f6f8fa;
    border-top: 2px solid #c41111;
    display: none;
}

section.cookies-alert div.cookies-inner {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

section.cookies-alert div.cookies-inner a.close {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 16px;
    background: #c41111;
    font-size: 0;
    font-family: 'FontAwesome';
    color: #fff;
    cursor: pointer;
}

section.cookies-alert div.cookies-inner a.close:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    content: '\f00d';
}

section.cookies-alert div.cookies-inner h4 {
    margin: 15px 0 0 0;
    color: #c41111;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

section.cookies-alert div.cookies-inner p {
    margin: 15px 0;
    font-size: 12px;
    color: #707070;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 19px;
}

section.cookies-alert div.cookies-inner p a {
    color: #c41111;
    text-decoration: underline;
}
.tech-logos{
    padding:10px;
    text-align:right;
    padding-right:90px;
}
.tech-logos img{
    margin:5px;
}
section.content{
    margin-top:150px;
}

#slideshow .carousel-control{
    top:auto;
    bottom:-20px;
    color:#1f1f1f;
    opacity:1;
}

#slideshow .carousel-control.right{
    right:-15px;
}
#slideshow .carousel-control.left{
    right:15px;
    left:auto;
}
h1.text-title{
    text-transform: uppercase;
    color:#9e0909;
    font-weight:600;
    border-bottom:1px solid #b4b4b4;
    padding-bottom:10px;
    margin-bottom:30px;
}
.no-padding{
    padding:0;
}
.photos{
    margin-top:60px;
}
.fullwidth{
    width:100%;
    height:auto;
}

.post-title-single{
    margin:0;
}
section.post{
    margin-bottom:30px;
}
section.post header{
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #e7e7e7;
}
section.post header h2 a{
    text-transform: uppercase;
    font-size: 24px;
    color:#404040;
}
.post-photo{
    height:auto;
}

a, a:hover{
    color:#9e0909;
}
.post-photo-single{
    margin:0 20px 20px 0;
}
.post-title-single{
    text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
    body.home {
        background-position: 686px 67px;

    }
    .overlay {
        min-height: 579px;
        padding-top: 120px;
        margin-top: 70px;
    }
}
@media screen and (max-width: 1200px) {
    body.home {
        background-position: 600px 160px;

    }
}

@media screen and (max-width: 990px) {
    body.home {
        background-position: 700px 160px;

    }
    .navbar-default .navbar-nav > li > a{
         font-size:12px;

     }
    .navbar-nav > li > a {
        padding: 24px 0 5px 0;
        margin: 0 10px;
    }
    .text-right{
        text-align: center;
    }
    .overlay{
        margin-top: 26px;
    }
}

.form-desc{
    color:#aeaeae;
    padding:3px 0 0;
}
h3{
    text-transform: uppercase;
    font-size:18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-danger{
    background-color:#9e0909;
    border:0;
    text-transform: uppercase;
}
.contact-data{
    padding:80px 80px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.padding1{
    padding:1px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-content-small p{
    margin:0;
}
.post-small-box{
    background: #F4F4F4;
    padding:10px;
    position:relative;
}
.post-small-box h4{
    margin-top:0;
}
.post-small-box .day{
    font-size: 11px;
    float: right;
    margin-right: 5px;
}
.post-small-box .btn{
    float:right;
    position:absolute;
    bottom:10px;
    right:10px;
}
.post-small-box .post-photo-single{
    margin-bottom: 0;
}
.photos img{
    border:1px solid #eee;
}
.news-container{
    margin-top:80px;
}
.text-home{
    font-size:12px;
}

@media(max-width: 760px) {

    .videoWrapper2 {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .padding1{
        padding:1px;
    }
    .videoWrapper2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.home.fresh{
        background-image: none !important;
    }

    ul.nav.pull-right{
        float:none !important;
    }
    .navbar-nav > li > a {
        padding: 5px 0 5px 0;
        margin: 0 10px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }
    .tech-logos{
        padding:10px;
        text-align:center;
    }
    .tech-logos img{
        width:60px;
    }
    section.content{
        margin-top:60px;
    }
    .news-container{
        margin-top:10px;
    }
    h1.text-title{
        font-size:21px;
    }
    section.post header h2{
        margin:0;
    }
    section.post header h2 a{
        font-size:18px;
    }
    section.post{
        margin-bottom:10px;
    }
    section.post header, .contact-data h3{
        background:#ccc;
        color:#fff;
        text-align:center;
        padding:5px 10px;
    }
    .contact-data{
        padding:20px 10px;
        text-align:center;
    }
    section.post header h2{
        margin:0;
        padding-bottom:5px;
    }
    span.day{
        display:none;
    }
    .post-photo{
        width:100%;
        margin-bottom:10px;
    }
    .photos{
        margin-top:10px;
    }
    .overlay{
        min-height:initial;
    }
}