@font-face{
    font-family:'Elektra';
    src:url('../fonts/ElektraTextProRegular.otf');
    src:url('../fonts/ElektraTextProRegular.otf') format('embedded-opentype')
        url('../fonts/elektra_text_pro_regular-webfont.woff2') format('woff2'),
        url('../fonts/elektra_text_pro_regular-webfont.woff') format('woff'),
        url('../fonts/elektra_text_pro_regular-webfont.ttf') format('truetype'),
        url('../fonts/elektra_text_pro_regular-webfont.svg#elektratextproregular') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'Elektra';
    src:url('../fonts/ElektraTextProBold.otf');
    src:url('../fonts/ElektraTextProBold.otf') format('embedded-opentype')
        url('../fonts/elektra_text_pro_bold-webfont.woff2') format('woff2'),
        url('../fonts/elektra_text_pro_bold-webfont.woff') format('woff'),
        url('../fonts/elektra_text_pro_bold-webfont.ttf') format('truetype'),
        url('../fonts/elektra_text_pro_bold-webfont.svg#elektratextprobold') format('svg');
    font-weight:bold;
    font-style:normal
}

body{
    background: #2b323a;
    color: #fff;
    padding-top: 50px;
    font-family: "Elektra", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.admin{
    padding-top: 0px;
}
#logo{
    background: url('/img/logo.png') transparent no-repeat center center;
    width: 189px;
    height: 32px;
    display:block;
    position: absolute;
    top: 10px;
    left: 15px;
}
.top-bar{
    background: rgba(48, 73, 101 ,0.8);
    height: 50px;
    width: 100%;
    margin-top: -50px;
    line-height: 50px;
    color: #f11a1c;
    font-weight: bold;
    font-size: 1.4rem;
}
/*.top-bar .fa{
    -webkit-transition: all 0.3s; 
    transition: all 0.3s;
    color: #fff;
    display: inline-block;
}*/

.top-bar a{
    color: #f11a1c;
}
.top-bar .fa-map-marker, .top-bar .fa-phone{
    color: #fff;
    font-size: 2rem;
    vertical-align: middle;
}
#socials{
   
}
#socials a{
    border: 1px solid #f11a1c;
    border-radius: 50%;
    background: #f11a1c;
    width: 32px;
    height: 32px;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: middle; 
    box-sizing: border-box;
    padding-top: 7px;
     -webkit-transition-property: width, height;
    transition-property: width, height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#socials a:hover{
    text-decoration: none;
    width: 36px;
    height: 36px;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    
}
#socials a:hover i.fa{
    font-size: 2rem;
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#socials a i.fa{
    font-size: 1.8rem;
    display: block;
     -webkit-transition-property: font-size;
    transition-property: font-size;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#fast-address{
    text-align: right;
}
.navbar-nav {
    float:none;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-left: 120px;
}

.navbar-default{
    margin-top: 15px;
    background: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav > li a,
.navbar-default .navbar-nav > li.active a, 
.navbar-default .navbar-nav > li.active:hover a ,
.navbar-default .navbar-nav > li:hover a {
    background: transparent;
    color: #fff;
    font-size: 1.7rem;
} 
.navbar-nav>li>.dropdown-menu{
    background: rgba(48, 73, 101 ,0.7);
    color: #fff;
    border: 0px solid transparent;
}
.navbar-nav > li.dropdown:hover .dropdown-menu{
    display: block;
    box-shadow: none;
}
.navbar-nav > li.dropdown .dropdown-menu li:hover a{
    color: #f11a1c;
    font-weight: bold;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
    background: transparent;
    color: #fff;
}

.navbar-nav > li {
  float:none;
  display: inline-block;
  background: transparent;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  /*overflow: hidden;*/
} 

.navbar-nav > li:hover, .navbar-nav > li.active {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  /*overflow: hidden;*/
}
.navbar-nav > li:before, .navbar-nav > li.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f11a1c;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navbar-nav > li.active:before,
.navbar-nav > li:hover:before, 
.navbar-nav > li:hover:focus:before, 
.navbar-nav > li:hover:active:before {
  left: 0;
  right: 0;
}

header .container.subpage{
    background: #2b323a;
}

.homepage .container{
    width: 100%;
}
.homepage .container.classic{
    width: 1170px;
}

.kontakt .content{
    width: 100%;
    min-height: 500px; 
    padding-bottom: 0px;
    background-color: #2b323a;
}
.kontakt .right-panel{
    background: #2b323a;
    float: right;
    width: 37%;
    min-height: 840px;
}

.kontakt .right-panel .box{
    color: #fff;
    padding: 30px 0 25px 80px;
    margin: 0 40px;
    position: relative;
}
.kontakt .right-panel .box a{
    color: #fff;
}
.kontakt .right-panel .box img{
    width: 170px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -125px;
    
}
.kontakt .right-panel i.fa{
    background: #ff1317;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 3.6rem;
}
.kontakt .right-panel span{
    display: block;
    padding-bottom: 6px;
    font-weight: 100;
    font-size: 1.4rem;
}
.kontakt .right-panel h2{
    color: #fff;
    font-weight: bold;
}
.kontakt .right-panel .address{
    font-size: 2rem;
    padding-bottom: 0px;
}
.kontakt .bordered{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.kontakt span.main{
    font-size: 1.7rem;
}

.kontakt .left-panel{
    width: 63%;
    float: left;
    background: url(/img/kontakt-bg.jpg) no-repeat left top;
    background-size: cover;
    min-height: 840px;
}
.kontakt .left-panel h1{
    margin-left: 14%;
}
.references{
    margin: 0 -15px;
    text-align: justify;
    padding-bottom: 40px;
}

 /*
.references a{
    box-sizing: content-box;
    margin: 20px 10px;
    display:inline-block
}

.references a:hover{
    text-decoration: none;
}
.references a img{
   display: inline-block;
    padding: 20px 20px;
}*/
header .container.homepage{
    background: url('/img/bg_main.jpg') transparent no-repeat center top;
    background-size: cover;
    min-height: 900px;
}
header .homepage h1{
    width: 450px;
    margin-left: 20%;
    margin-top: 80px;
    line-height: 6rem;
    font-size: 4rem;
    float: left;
    color: #fff;
}
header .homepage h1 span{
    display: block;
    color: #fff;
}
header .homepage h1 span.underline:after{
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 80px;
    background: #f11a1c;
}

.panel-info{
    background: rgba(32,55,81, 0.85);
    color: #fff;
    width: 30%; 
    float: right;
    padding: 5px 25px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.panel-info:hover{

}
.panel-info .heading{
    color: #f11a1c;
    font-size: 3.2rem;
    font-weight: bold;
}
.panel-info ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 13px;
}
.panel-info ul li{
    padding-bottom: 5px;
    line-height: 20px;
}
.panel-info ul li a{
    color:#fff;
}
#realization{
    width: 100%;
    height: 620px;
}
#realization .ritem{
    width: 100%;
    height: 310px;
    float: left;
    position: relative;
    background-color: #919191;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*#realization .ritem{
    width: 33.3%;
    height: 50%;
    float: left;
    position: relative;
    background-color: #919191;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}*/
#realization .ritem:hover{
    -moz-box-shadow:    inset 0 0 18px #2b323a;
    -webkit-box-shadow: inset 0 0 18px #2b323a;
    box-shadow:         inset 0 0 18px #2b323a;
    cursor: pointer;
}
#realization .ritem.first:before{
    content: 'Realizace'; 
    color: #fff;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 4px 8px;
    background: #f11a1c;
    text-transform: uppercase;
    font-weight: bold;
}

.no-padding{
    padding: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
footer .container{
    margin-top: 15px;
}
footer p{
    font-size: 12px;
    font-weight: normal;
}

.breadcrumb{
    border-radius: 0;
    height: 30px;
    background: #e0e1e1;
    margin-bottom: 0px;
}
.breadcrumb ul{
    list-style: none;
    padding: 0;
}
.breadcrumb ul li{
    float: left;
    color: #f11a1c;
    padding-left: 20px;
    font-size: 1.3rem;
    position: relative;
    line-height: 1.5rem;
}
.breadcrumb ul li a{
    color:  #646464;
    font-size: 1.3rem;
}
.breadcrumb ul li a:after{
    content: '|';
    display: block;
    color:  #646464;
    position: absolute;
    right: -12px;
    top: 0;
}
.content{
    padding-bottom: 35px;
    /*background: #0e447c;*/
    background: #fff;
}
.content p{
    color: #787878;
}
.content h1{
    color: #f11a1c;
}
.content h2{
    color: #28405b;
}
.content h2.with-dots:before{
    content: '...';
    color: #f11a1c;
    display: inline-block;
}
.ref-img{
    width: 100%;
    background: url('/img/references.png') no-repeat top center;
    background-size: contain;
    min-height: 800px;
}


.contacts{

}

#mobile-menu{
    display: none;
}


#realizationDetail{
    width: 100%;
    margin-top: 15px;
}
#realizationDetail .item{
    background: #e0e1e1;
    margin-bottom: 10px;
    width: 100%;
    min-height: 650px;
    position: relative;
    overflow: hidden;   
    opacity: 1.0;
    /*-webkit-transition: background 0.8s ease-in;
    -moz-transition: background 0.8s ease-in;
    -o-transition: background 0.8s ease-in;
    -ms-transition: background 0.8s ease-in;
    transition: background 0.8s ease-in;*/
}
#realizationDetail .item .description{
    background: rgba(255,255,255,0.8);
    padding: 20px 30px;
    margin: 45px 0 45px 0;
    width: 450px;
    float: right;
    word-wrap: break-word;
    display: block
}
#realizationDetail .item .description h2{
    text-align: left;
    margin: 0;
    color: #28405b;
    font-size: 19px;
    padding: 0;
    font-weight: bold;
    margin-bottom: 5px;
   
}
#realizationDetail .item .description p{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #707070;
}

#toTop{
    background: #c73034;
    color: #f4f4f4;
    border-radius: 50%;
    float: right;
    margin: 10px 0;
    width: 54px;
    height: 54px;
    font-size: 3rem;
    line-height: 54px;
    text-align: center;
    
}


#login-form{
    width: 60%;
    margin: 50px auto;
    padding: 25px 40px 40px 40px;
    background: #337ab7;
    border: 1px solid #31b0d5;
}
#login-form h1{
    text-align: center;
    font-size: 24px;
}
#login-form form{
    padding-top: 20px;
}
#login-form .input{
    float: left;
    width: 50%;
}
#login-form .error{
    font-weight: bold;
    color: crimson;
    background: #fff;
    text-align: center;
    padding: 5px 0;
    width: 80%;
    margin: 10px auto;
}
#login-form .input input{
    color: #222;
}
#login-form .input label{
    width: 25%;
    font-size: 15px;
}
#login-form .submit{
    text-align: center;
    padding: 25px 0 0 0;
}
#login-form .submit button{
    background: #003d4c;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border: 0px solid transparent;
}

#user-menu{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    background: #bbb;
    border: 1px solid #555;
}
#user-menu span{
    font-weight: bold;
}

#realization-list{
    padding: 15px 15px 35px 15px;
    background: #eee;
    color: #222;
}
#realization-list table{
    width: 100%;
}
#realization-list table tr th{
    background: #222;
    color: #fff;
    padding: 5px 3px;
    font-size: 15px;
    text-align: center;
}
#realization-list table tr td{
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.sll{
    float: left;
    width: 50%;
}
.slr{
    float: left;
    width: 50%;
}

#realization-edit{
    background: #eee;
    color: #222;
    padding: 10px 35px;
}
#realization-edit label{
    width: 25%;
}
#realization-edit .input.text input{
    width: 70%;
}
#realization-edit input[type='file']{
    display: inline-block;
    width: 75%;
}
#realization-edit textarea{
    width: 70%;
    display: inline-block;
}
#realization-edit .preview{
    max-height: 200px;
    max-width: 300px;
}

.text-center{
    width: 100%;
    text-align: center;
}

#link-list{
    padding: 30px 0 80px 40px;
    list-style: none;
}
#link-list a{
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.relative{
     position: relative;
 }
.clear-img{
     border-radius: 50%;
     color: #fff;
     background: #a00;
     position: absolute;
     right: -5px;
     top: -5px;
     height: 26px;
     width: 26px;
     text-align: center;
     line-height: 26px;
 }
 .clear-img a{
     color: #fff;
     text-decoration: none;
 }
 
 .basic-list{
     list-style: none;
     color: #787878;
 }
 
 a.document{
     color: #f11a1c !important;
 }
 
a{
position:relative;
}
a:hover .bubble{
display: block;
color: #646464;
text-decoration: none;
font-weight: bolder;
position: absolute;
left: -15px;
top: -135px;
padding: 8px;
}
.bubble 
{
    display: none;
    position: relative;
    width: 250px;
    height: 120px;
    padding: 0px;
    background: #e0e1e1;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #e0e1e1 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 47px;
}