/*
  Styly pro vzhled webu.
*/

/*** OTHER ***/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #757575;
}
html {
/*    scroll-behavior: smooth;*/
}
.container {
    position: relative;
}
.dashes {
    height: 12px;
    background-image: url(../img/dashes.jpg);
    background-repeat: repeat-x;
}
.dashes-left-edit {
    height: 12px;
    background-image: url(../img/dashes_1.jpg);
    background-repeat: repeat-x;
}
.dashes-trans {
    height: 12px;
    background-image: url(../img/dashes-trans.png);
    background-repeat: repeat-x;
    width: 85px;
    margin: 0 auto;
}
.dashes-with-slashes {
    height: 7px;
    background-image: url(../img/dashes-trans.png);
    background-repeat: repeat-x;
}
.dashes-bottom-fix {
    position: absolute;
    top: -6px;
    width: 100%;
}
.dashes-with-slashes:before {
/*    font-size: 16px;
    font-weight: bold;
    color: rgb(26,26,26);
    content: '/';
    position: absolute;
    opacity: 1; 
    left: 0px;
    bottom: -7px;
    transition: 500ms all;
    transform: rotate(5deg);*/
}
.dashes-with-slashes:after {
/*    font-size: 16px;
    font-weight: bold;
    color: rgb(26,26,26);
    content: '/';
    position: absolute;
    opacity: 1; 
    right: -2px;
    bottom: -7px;
    transition: 500ms all;
    transform: rotate(5deg);*/
}
.dashes-break-top:before {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    left: 0px;
    bottom: -20px;
    transition: 500ms all;
    transform: rotate(5deg);
}
.dashes-break-top:after {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    right: -2px;
    bottom: -20px;
    transition: 500ms all;
    transform: rotate(5deg);
}
.dashes-break-bottom:before {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    left: 0px;
    bottom: -14px;
    transition: 500ms all;
    transform: rotate(5deg);
}
.dashes-break-bottom:after {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    right: -2px;
    bottom: -14px;
    transition: 500ms all;
    transform: rotate(5deg);
}
.dashes-break-carousel:before {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    left: 0px;
    bottom: -8px;
    transition: 500ms all;
    transform: rotate(5deg);
}
.dashes-break-carousel:after {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    right: -2px;
    bottom: -8px;
    transition: 500ms all;
    transform: rotate(5deg);
}
.dashes-blue {
    height: 12px;
    background-image: url(../img/blueDashes.jpg);
    background-repeat: repeat-x;
}    
.dashes-nav-fix {
    height: 7px;
}
.nowrap {
    white-space: nowrap;
}
.word-wrap {
    word-wrap: break-word;
}
.font-bold {
    font-weight: 600;
}
.font-semibold {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-thin {
    font-weight: 100;
}
.position-relative {
    position: relative;
}
.padding-0 {
    padding: 0;
}
.uppercase {
    text-transform: uppercase;
}
.btn-default {
    border: 1px solid rgb(117,117,117);
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,1);
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    transition: 250ms all;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border: 1px solid #466c82;
    background-color: #466c82;
    color: #FFF;
    transition: 250ms all;
    text-decoration: none;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    outline: 0;
}
.btn-default2 {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    transition: 250ms all;
}
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active {
    border: 1px solid #466c82;
    background-color: #466c82;
    color: #FFF;
    transition: 250ms all;
    text-decoration: none;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    outline: 0;
}
.btn-default3 {
    border: 1px solid rgba(117,117,117,0.25);
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,1);
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 250ms all;
    outline: 0!important;
}
.btn-default3:hover {
    border: 1px solid rgba(117,117,117,0.25);
    background-color: #466c82;
    color: #FFF;
    transition: 250ms all;
    text-decoration: none;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    outline: 0!important;
}

.btn-default3:focus,
.btn-default3:active {
    outline: 0!important;
}

strong {
    font-weight: 500;
}

b {
    font-weight: 500;
}
.content-picture img {
    margin: 0 auto;
}


/*** COLORS ***/

.font-normal {
    color: rgb(117, 117, 117);
}
.font-white {
    color: #FFF;
}
.font-blue {
    color: rgb(105, 148, 175);
}
.font-grey {
    color: #b4b4b4;
}
.bg-white {
    background-color: #ffffff;
}
.bg-lightblue {
    background-color: #e8eeef;
}
.bg-darkblue {
    background-color: #466c82;
}

/*** HEADER ***/

/*logo A {
    display: block;
    width: 220px;
    height: 73px;	
    background-repeat: no-repeat;
    background-image: url(../img/logo.jpg);
}*/

#logo A {
    display: block;
    width: 143px;
    height: 71px;	
    background-repeat: no-repeat;
    background-image: url(../img/logo_clean.png);
}

#searchbox {
    width: 200px;
}

#topbar {
    font-size: 14px;
    padding-top: 20px;
}
#topbar a {
    color: #C6C6C6;
    transition: 150ms all;
}
#topbar a:hover,
#topbar a:focus,
#topbar a:active{
    color: #466c82;
    text-decoration: none;
}
#topbar ul.langs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#topbar ul.langs li {
    display: inline-block;
    padding: 0 0 0 5px;
}
#topbar ul.langs li:before {
    color: #C6C6C6;
    content: " / ";
    padding-right: 5px;
    transform: rotate(5deg);
}
#topbar UL.langs li:first-child:before {
    content: "";
}

#homelink a {
    color: #C6C6C6;
    text-transform: uppercase;
}

/*** Nav scroll ***/
#header {
    margin-left: 0px;
    margin-right: 0px;
}

.nav-affix {
    z-index: 50;
/*    padding-top: 20px;*/
    padding-bottom: 20px;
    transition: 250ms all;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    top: 0;
    /*width: 1140px;*/
/*    box-shadow: 0 0px 10px 0 rgba(0,0,0,0), 0 5px 30px 0 rgba(0,0,0,0);*/
}

.affix {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 50;
    background-color: rgba(255, 255, 255, 1);
/*    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.2), 0 5px 30px 0 rgba(0,0,0,0.2);*/
}

#fix-height {
    margin-top: 116px;
}




/*** MAIN MENU ***/
#mainMenu #navbar {
    display: block!important;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#mainMenu #navbar>li:first-of-type:before {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    bottom: -20px;
    transition: 250ms all;
    transform: rotate(5deg);
}
#mainMenu ul li:last-of-type a {
    padding: 10px 15px;
}
#mainMenu #navbar>li:last-of-type:after {
    font-size: 14px;
    color: #000;
    content: '';
    position: absolute;
    opacity: 1; 
    right: 0px;
    bottom: -20px;
    transition: 250ms all;
    transform: rotate(5deg);
}
#mainMenu #navbar>li:after {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    right: 0px;
    bottom: -20px;
    transition: 250ms all;
    transform: rotate(5deg);
}
#mainMenu ul li a {
    color: #000;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
    transition: 250ms all;
    padding: 10px 20px;
}
#mainMenu ul li.active a {
    color: rgb(105, 148, 175);
}
#mainMenu ul li a:hover,
#mainMenu ul li a:focus,
#mainMenu ul li a:active {
    color: #466c82;
}


#mainMenu .dropdown-menu {
    display: block;
    opacity: 0;
    max-height: 20px;
    overflow: hidden;
    transition: 150ms ease;
    border: none;
    min-width: 230px;
    margin-top: -1px;
    background-color: white;
    border-radius: 0;
    border: solid 1px #e1e1e1;
    padding-top: 4px;
    padding-bottom: 3px;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.16);
}
#mainMenu .dropdown-menu>ul li:after {
    content: '';
} 
#mainMenu li:hover .dropdown-menu {
    opacity: 1;
    max-height: 500px;
    overflow: visible;
    transition: 150ms ease;
}
#mainMenu .dropdown-menu a {
/*    padding: 10px 15px;*/
}
#mainMenu .dropdown-menu li {
    border-bottom: 1px dashed #c7bbbb!important;
    padding-bottom: 10px!important;
}
#mainMenu .dropdown-menu li:last-of-type {
    border-bottom: none!important;
    padding-bottom: 0!important;
}



#mainMenu .navbar-collapse ul li {
    float: none;    
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    margin: 15px 20px;
}
#mainMenu .navbar-collapse ul li a {
    color: #000;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
    transition: 150ms all;
    padding: 0;
    font-size: 12px;
}
#mainMenu .navbar-collapse ul li a:hover,
#mainMenu .navbar-collapse ul li a:focus,
#mainMenu .navbar-collapse ul li a:active {
    color: #466c82;
}




/*** BURGER MENU ***/
#burgerMenu #navbar-burger {
    padding-top: 20px;
}

#burgerMenu ul li a {
    color: rgb(117, 117, 117);
    text-transform: uppercase;
    background: none;
    font-weight: 400;
    transition: 250ms all;
    padding: 10px 20px;
}
#burgerMenu ul li.active a {
    color: rgb(105, 148, 175);
}
#burgerMenu ul li a:hover,
#burgerMenu ul li a:focus,
#burgerMenu ul li a:active {
    color: #466c82;
}




/*** COLLAPSE MENU ***/
#navbar-burger {
    position: relative;
    padding-top: 20px;
}

#navbar-burger .icon {
    position: absolute;
    top: 15px;
    right: 43px;
}
.navbar-collapse ul li {
    float: none;    
    text-align: left;
    background-color: #ebebeb;
    border-bottom: 1px solid #fff;
    margin: 0;
}
.navbar-collapse ul li a {
    /*    color: rgb(26, 26, 26);*/
    color: #877a7a;
    text-transform: uppercase;
    background: none;
    font-weight: 500;
    transition: 150ms all;
    padding: 15px 25px;
}
.navbar-collapse ul li a:hover,
.navbar-collapse ul li a:focus,
.navbar-collapse ul li a:active {
    color: #6994AF;
}

.navbar-collapse .nav-pills>li>a:hover,
.navbar-collapse .nav-pills>li>a:focus,
.navbar-collapse .nav-pills>li>a:active {
    color: #877a7a;
    background: none;
}

.navbar-collapse .nav-pills>li.active>a {
    color: #877a7a;
    background: none;
}

.navbar-toggle {
    padding: 0;
    margin-top: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
    border: 0;
}




/*** COLLAPSE DROPDOWN ***/
.nav-dropdown li {
    float: none;    
    text-align: left;
    background-color: #b2b1b1!important;
    padding-left: 25px;
    border-bottom: 1px solid #fff;
}
.nav-dropdown li a {
    color: #fff!important;
    font-weight: 400!important;
    transition: 150ms all!important;
    padding: 10px 25px!important;
    background: none!important;
}




/*** LEFT MENU ***/
#menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
#menu ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

#menu ul li a {
    color: #b4b4b4;
    text-transform: uppercase;
    border: 1px solid #b4b4b4;
    padding: 10px 60px 10px 60px;
    transition: 250ms ease;
}
#menu ul .active a {
/*    text-decoration: none;
    border: 1px solid rgba(64,64,64,0.25);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);*/
}
#menu ul li a:hover {
    text-decoration: none;
    border: 1px solid rgba(64,64,64,0.25);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}


/*** CONTENT ***/
.apostrophes {
    position: absolute;
    left: -50px;
    top: -30px;
    height: 50px;
    width: 50px;
    background-image: url(../img/apostrophes_transparent.png);
}
.signature {
    position: absolute;
    bottom: 0px;
    right: 35px;
    height: 80px;
    width: 215px;
    background-image: url(../img/signature-2.jpg);
    background-repeat: no-repeat;
}

/*** FOOTER ***/
#footer {
    color: #C6C6C6;
}

#footer a {
    transition: 150ms all;
}

#footer ul li a {
    font-size: 13px;
    color: #b4b4b4;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
    transition: 150ms all;
    /*    padding: 5px 5px;*/
    display: inline-block;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
    color: #466c82;
/*    text-decoration: underline;*/
}
#footer ul li:after {
    font-size: 14px;
    color: #000;
    content: '/';
    position: absolute;
    opacity: 1; 
    right: 0px;
    top: -33px;
    transition: 250ms all;
    transform: rotate(5deg);
}

#footer ul li:before {
    /*    color: #C6C6C6;
        content: " | ";*/
}
#footer ul li:first-child:before {
    content: "";
}
#footer ul li:last-child:before {
    content: "";
}
#footer ul li:last-child:after {
    content: "";
}
#footer .icon-facebook {
    position: relative!important;
    top: 0!important;
    right: 0!important;
}
#footer .nav-pills {
    padding-top: 0!important;
}

#footer .nav-pills li {
    float: left;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
}
#footer .nav-pills li:first-of-type {
    padding-left: 0px;
}

#footer .nav-pills li a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#footer a:hover,
#footer a:focus,
#footer a:active{
    color: #fff;
}
#footer .social-media {
    margin-top: -2px;
    float: right;
}
#footer .social-media img {
    width: 25px;
    height: 25px;
}

.footer-issa a:hover,
.footer-issa a:focus,
.footer-issa a:active{
    color: #466c82!important;
}

/*** BUTTONS ***/

.btn-default {
    transition: 250ms all;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    outline: 0;
}
/*
.btn-default:hover .glyphicon-search {
    color: #FFF;
}*/

/* FORM CONTROLS ***/
.form-control {
    border-radius: 0;
    transition: 250ms all;
}
.form-control:focus {
    border-color: rgba(105,148,175,0.75);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(105,148,175,0.75), 0 0 8px rgba(105,148,175,0.75);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105,148,175,0.75);
}
.searchbox {
    width: 200px;
    /*    float: right;*/

}
.searchbox-collapse {
    width: 200px;
    float: right;
    padding-top: 10px;
    padding-bottom: 15px;
}

/*** ICONS ***/

.glyphicon-search {
    top: 2px;
}

/*** CAROUSEL ***/
.carousel img {
    margin: 0 auto;
}

.carousel-caption {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    width: 300px;
    z-index: 10;
    color: #fff;
    background-color: rgba(45,45,45,1);
    text-align: center;
    height: 100%;
}

.carousel-caption .caption-inner {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}

/*** BS3 FLEX ***/

.d-flex {
    display: flex;
    flex-direction: row;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-end {
    justify-content: flex-end;
}

/*** REDESIGN/REDESIGN FIXES ***/
h1 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #6994AF;
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #6994AF;
    font-size: 20px;
    text-transform: uppercase;
}

h3 {
    margin-top:0;
    margin-bottom: 25px;
    color: #6994AF;
    font-size: 20px;
    text-transform: uppercase;
}
#home-view img {
    display: block;
    max-width: 100%;
    height: auto;
}

.apostrophes-wrapper p:first-of-type{
    /*    padding-left: 40px;*/
}

.projektyStyledTable {
    width: 100%;
}

.main .gallery {
/*    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

/* KRATKEZPRAVY */
.kratkezpravy-odkaz:hover,
.kratkezpravy-odkaz:focus,
.kratkezpravy-odkaz:active {
    text-decoration: none;
}
.kratkezpravy-odkaz-sub {
    transition: 250ms all;
}
.kratkezpravy-odkaz-sub:hover,
.kratkezpravy-odkaz-sub:focus,
.kratkezpravy-odkaz-sub:active {
    text-decoration: underline;
}
.kratkezpravy-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.kratkezpravy-nadpis {
    height: 90px;
    overflow: hidden;
    color: #333;
}
.kratkezpravy-obrazek {
    min-height: 195px;
}

.kratkezpravy-text {

}
.paging {
    padding-top: 15px;
    padding-bottom: 15px;
}

#myBtn {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: rgba(117,117,117,0.5);
    color: white;
    cursor: pointer;
    padding: 10px 12px 8px 12px;
    border-radius: 0px;
    transition: 250ms all;
}

#myBtn:hover {
    background-color: rgba(117,117,117,1);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
}

/* REFERENCNIPROJEKTY */
.referencni-projekty-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.referencniprojekty {
    position: relative;
    padding: 1px;
    max-width: 250px;
}
.referencniprojekty:hover {

}
.referencniprojekty a:hover img {
    opacity: 0;
}
.referencniprojekty a:hover .referencniprojekty-nadpis {
    opacity: 1;
}
.referencniprojekty-obrazek {
/*    background-image: url(../img/SeeMoreIcon.png);
    background-repeat: no-repeat;
    background-position: center;*/
    background-color: rgba(105,148,175,1);
    transition: 250ms all;
    max-width: 430px;
    max-height: 288px;
    margin: 0 auto;
    position: relative;
}
.referencniprojekty-obrazek img {
    opacity: 1;
    transition: 250ms all;
}
.referencniprojekty-nadpis {
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    opacity: 0;
}

/* MODULES */
.module a {
    /*    color: #6994AF;*/
}
.detailButtons {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    text-align: left;
}
.detailButtons input {
    border: 1px solid rgba(117, 117, 117, 0.25);
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,1);
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 250ms all;
}
.detailButtons input:hover {
    border: 1px solid #466c82;
    background-color: #466c82;
    color: #FFF;
    transition: 250ms all;
    text-decoration: none;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    outline: 0!important;
}
.detailButtons input:focus,
.detailButtons input:active {
    outline: 0!important;
}

.viceWrapper .btn {
    text-align: center;
}


#tym-view img {
    width: 100%;
    max-width: 212px;
    transition: 250ms all;
    opacity: 1;
}
#tym-view img:hover {
    opacity: 0.95;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
}
#napsalionas-view img {
    width: 100%;
    max-width: 212px;
}
#teorie-view img {
    width: 100%;
    max-width: 212px;
}
#zpravy-view .detail img {
    width: 100%;
    max-width: 212px;
}

#projekty-view .projekty-wrapper-flex-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#projekty-view .projekty-wrapper-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 4px;
    margin-bottom: 4px;
}

#projekty-view .list img {
/*    width: 100%;
    height: 238px;*/
    max-width: 238px;
}
#projekty-view img {
    width: 100%;
}
#projekty-view .projekty-mainpic {
    transition: 250ms all;
    opacity: 1;
}
#projekty-view .projekty-mainpic:hover {
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.25);
    opacity: 0.95;
}
#projekty-view .gallery {
/*    padding-top: 10px;*/
}
#projekty-view .gallery .gallery-item {
    background: none;
/*    max-width: 103px;
    max-height: 69px;
    text-align: left;
    margin-right: 2px;
    margin-top: 2px;*/
    max-width: 103px;
    max-height: 69px;
}
#projekty-view .gallery .gallery-image {
    line-height: 0;
}
#projekty-view .gallery-item a {
    display: block;
}
#projekty-view .gallery img {
    max-width: 103px;
    max-height: 69px;  
}
#projekty-view .gallery-main-item {
    transition: 250ms all;
    margin-top: 10px;
}
#projekty-view .gallery-main-item:hover {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    opacity: 0.75;
}

.fixed-img {
    width: 100%;
    max-width: 212px;
}
.detail-icon {
    background-color: #6994AF;
}
.projekty-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    background-color: #6994AF;
    transition: 250ms all;
}
.projekty-wrapper:hover .projekty-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background-color: #6994AF;
    padding-top: 25px;
}

.main TABLE:not(.table)>TBODY>TR:nth-child(odd) {
    background: none!important;
}
.main TABLE:not(.table)>TBODY>TR>TH, .main TABLE:not(.table)>TBODY>TR>TD {
/*    border-bottom: 1px dashed #333!important;*/
}
.main .detail TABLE:not(.table) {
    border: 0;
}


/*** MEDIA ***/

/* XS (tablets, 768px and up) */
/* MIN */
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none!important;
    }
    

}
/*MAX*/
@media (max-width: 768px) {
    .text-center-xs {
        text-align: center!important;
    }
    .main .gallery {
        justify-content: space-evenly;
    }
    .footer-issa {
        text-align: center;
    }
}

/* SM (desktops, 992px and up) */
/* MIN */
@media (min-width: 992px) {
    .d-flex {
        display: flex;
    }
    #mainMenu ul li a {
        padding: 0px 20px;
    }
    #mainMenu ul li:last-of-type a {
        padding: 0px 15px;
    }
    #navbar .dropdown-menu>li:last-of-type a {
        padding: 0px;
    }
    .footer-issa {
        text-align: center;
    }
}
/*MAX*/
@media (max-width: 992px) {
    .text-center-sm {
        text-align: center!important;
    }
    #fix-height {
        margin-top: 89px;
    }
    #footer ul li:after {
        content: '';
    }
    #footer .nav-pills li {
        float: none;
    }
    #footer .social-media {
        float: none;
    }
    #menu ul {
        display: block;
    }
    #menu ul li {
        align-items: stretch;
    }
    #menu ul li a {
        text-align: center;
    }
    .detailButtons {
        text-align: center!important;
    }
    .paging {
        text-align: center!important;
    }
    .footer-issa {
        text-align: center;
    }
}

/* MD (large desktops, 1200px and up) */
/* MIN */
@media (min-width: 1200px) {
    /* BS OVERRIDEN */
    .container {
        width: 970px;
    }
    .d-flex {
        display: flex;
    }
    .text-center-xs {
        text-align: left!important;
    }
    .text-center-sm {
        text-align: left!important;
    }
    #collapseVice {
        display: block!important;
        height: auto;
    }
    .btn-default3 {
        display: none;
    }
    .footer-issa {
        text-align: right;
    }
}
/*MAX*/
@media (max-width: 1200px) {

}