/*************************
*******HORNI MENU******
**************************/

/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/

.navbar-brand { 
  width: 185px;
  height: 95px;
  background: url('../gfx/logo.png') no-repeat center center;
}

.navbar { 
  margin-bottom : 0px;
}

.navbar-default .navbar-nav>li>a { 
  color : black;
}

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}

ul, menu, dir {
  padding : 0;
}

.navbar-default
.navbar-nav>.open>a, .navbar-default
.navbar-nav>.open>a:hover, .navbar-default
.navbar-nav>.open>a:focus {
  background-color : transparent;
  width : 100%;
} 

.menulink {
    text-decoration: none;
    display: inline-block; 
    border-bottom: 2px solid white;
    width: 50%;     
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
    white-space: nowrap;
    
} 

.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding: 20px 15px 15px;
  border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 10px;
  text-align: left; 
  width: 100%;
  top : 41px;
} 

.panel-heading {
  padding : 0;
}  

.panel-heading h3 {
  font-size : 14px;
}    

/*.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}*/  

.navbar-default .navbar-toggle { 
    background-color: #fff;
    border-color: #fff;
}

.panel-group {
    margin-top : 10px; 
    margin-bottom : 10px;
} 

/*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}*/  

.nav .open>a,
.nav .open>a:hover {
  border-color : #fbaf1e; 
  border-radius: 0;
}   

/*************************
*******CAROUSEL******
**************************/

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px 40px;
}

.carousel-control.right span {
	padding: 15px 60px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 20%;
    right: auto;
    width: 50%;
    color: #fff;
} 

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
 

/*************************
*******GALLERY******
**************************/

.cuadro_intro_hover{
    padding: 0px;
		position: relative;
		overflow: hidden;
    border-radius: 5px;
		height: 150px;
    margin-bottom : 10px;
} 
.cuadro_intro_hover:hover .caption{
	opacity: 1;
	transform: translateY(-100px);
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
}
.cuadro_intro_hover img{
	z-index: 4;
}
.cuadro_intro_hover .caption{
	position: absolute;
	top:100px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	width: 100%;
}
.cuadro_intro_hover .blur{
	background-color: rgba(0,0,0,0.7); 
	height: 300px;
	z-index: 5;
	position: absolute;
	width: 100%;
}
.cuadro_intro_hover .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 300px;
	text-align: center;
	top:-20px;
	width: 100%;
} 
 

/*************************
*******GALLERY BOXES******
**************************/

.animate {
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-gallerybox {
  text-align: left;   
  cursor : pointer;
}
/*.home-gallerybox .common-gallerybox {
  background-color: #660226; 
}*/
.home-gallerybox .common-gallerybox figure {
  overflow: hidden;
  width: 100%;
}  
.home-gallerybox img {
	width: 100%;
	height: auto;
}
.home-gallerybox .common-gallerybox ul {
	position: absolute;
	top: 30%;
	width: 90%;
	margin-top: -28px;
	text-align: left;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;  
}  
.home-gallerybox .common-gallerybox ul li {
	list-style : none;
} 
.home-gallerybox .common-gallerybox .text-content {
	margin-bottom : 10px;
}  
.doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out; 
}  
.doc-item:hover .doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  /*opacity: 0.1;*/ 
}   
.doc-item:hover .social-lists{
	margin-top: -2em;
	opacity: 1;
  padding : 0 10px; 
} 
 

/*************************
*******GALLERY ARROW******
**************************/ 

.boxes-arrow-arrow {  
  width : 71px;
  height : 71px;
  cursor : pointer;
  position : absolute;
  margin : 110px 0 0 145px;
} 

.boxes-arrow-filter { 
  background : url(../gfx/boxes-arrow-filter.png);
  width : 217px;
  height : 196px; 
} 

.boxes-arrow-image {
  display : block;
  width : 217px;
  height : 196px;
} 
 

/*************************
*******ROLERY******
**************************/ 
 
.ggray .panel-heading a:hover, 
.ggray .panel-heading a:focus,
.gwhite .panel-heading a:hover, 
.gwhite .panel-heading a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #bde2ff; 
    border: 0;
}

.panel-default, .panel-default>.panel-heading+.panel-collapse .panel-body
 {
    border: 0;
}

.ggray .panel-default,
.gwhite .panel-default {
  margin-bottom : 10px;
}   

.ggray .panel-heading, 
.gwhite .panel-heading {             
  background-color : #f6f1ee;
  border : 0 !important;
  padding : 0 10px;
}   

.ggray .panel-heading a,
.gwhite .panel-heading a {             
  text-decoration : none;
  font-weight : 700;
  color : black;
}   

.ggray .panel-heading span,
.gwhite .panel-heading span {
  font-weight : 700;
}
 

/*************************
*******PRODUKT******
**************************/ 

.productcontact { 
  background : url(../gfx/productcontact.png);
  width : 264px;
  height : 303px;
  padding : 21px 19px 21px 47px;
  margin : 0 auto; 
}    

.productservice { 
  background : url(../gfx/productservice.png);
  width : 264px;
  height : 303px;
  padding : 21px 19px 21px 47px;
  margin : 0 auto; 
}   
 

/*************************
*******POPOVER-LEFT******
**************************/ 

.po-icons { 
  background : url(../gfx/po-icons.png);
  width : 107px;
  height : 92px;
  text-align : left;
  margin : 0 auto;
}  

.po-icons .po-image {
  position : absolute;
  margin : 27px 0 0 46px;
}  

.po-icons .po-link {
  position : absolute;
  margin-top : 17px;
}     
 

/*************************
*******ODRÁŽKY******
**************************/ 

.container li,
.ggray li,
.gwhite li {
    list-style : url("../gfx/list.png");
    margin : 5px 0 5px 40px; 
}     
 

/*************************
*******DĚLIČKA******
**************************/ 

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f6f1ee;
}    
 

/*************************
*******VYHLEDAVANI******
**************************/ 

input.search-form {
    width: 150px;
    color: #4b4a4a;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #929191;
    border-left: none;
}      
 

/*************************
*******SLUŽBY******
**************************/ 

.service-wrap {
  margin : 35px 0;
  overflow : hidden;
}

.service-wrap h2 {
  margin-top : 10px;
}

.service-wrap img { 
  border-radius : 100%;
  box-shadow : inset 0 0 0 5px #fff;
  -webkit-box-shadow : inset 0 0 0 5px #fff;
  -webkit-transition : 500ms;
  -moz-transition : 500ms;
  -o-transition : 500ms;
  transition: 500ms;  
  border : 10px solid #cee6ee;
}

.service-wrap img:hover {
  background : #3f96ba;
  box-shadow : inset 0 0 0 5px #3f96ba;
  -webkit-box-shadow : inset 0 0 0 5px #3f96ba;
  border : 10px solid #3f96ba; 
}          
 

/*************************
*******PHOTO BACKGROUND******
**************************/ 

.gphoto {
    background-image: url(../gfx/gphoto.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size : 48px;
    font-weight : 700; 
    color : white;
    text-align center;
    line-height : 48px;    
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1); 
}           
 

/*************************
*******TABULKY******
**************************/ 

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f4faff;
}  

.gblue .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
} 

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}          
 

/*************************
*******HISTORIE******
**************************/ 

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
        list-style: none !important;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        } 

        .timeline-heading {
            background-color : #fffbe6;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #F5CC00 !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}         
 

/*************************
*******TLAČÍTKO NAHORU******
**************************/ 

#Up {     
    width : 50px;
    height : 50px;  
    background: #cecece;
    text-align: center;
    right: 5%;
    bottom: 10%;
    position: fixed;
    z-index: 10;
    padding-left : 11px;
}       
 

/*************************
*******KONTAKT******
**************************/ 

.contact-panel {
    padding: 20px;
    margin : 5px 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
} 

.contact-heading {
    padding : 10px; 
    border-bottom : 1px solid #3f96ba; 
}        
 

/*************************
*******KONTAKT2******
**************************/

.gbluec {
  background-color : #c4e0ec; 
  padding : 10px 0;
  right: 0px;
  min-height: 100%;
  text-align : center;
  color : #3f96ba;
}         
 

/*************************
*******SPOLUPRACE******
**************************/ 
        
.slant {
    background: #3f96ba;
    color: #fff;
    text-align : center;
    position: relative;
    line-height: 2em;
    height : 100px;
    margin-top : 10%;
    padding-top : 20px;
}

.slant-button:after {
    content: "";
    border: 100px solid transparent; 
    width: 0px; 
    height: 0px; 
    display: inline-block; 
    position: absolute; 
    border-left: 30px solid #3f96ba; 
    border-top: 0; 
    left: 100%; 
    top: 0;
}           
 

/*************************
*******ROZCESTNIK******
**************************/

.signpostbox {
    border : 1px solid #c5c4c4; 
    width: 100%;
    cursor : pointer;
}  

.signpostbox h4 {
    font-size : 24px;
    font-weight : bold;
    color : black;
} 

.signpostbox a, .signpostbox a:hover {
    color : black;
}        

.signpostboxin {
    text-decoration: none;
    display: inline-block; 
    border-bottom: 7px solid #fa0410; 
    width: 50%;     
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
    white-space: nowrap;
    padding-right : 10px; 
    padding-bottom : 10px;
    padding-left : 10px;
} 

.signpostboxin:hover{
    border-bottom: 7px solid #fa0410; 
    width: 100%;
}              
 

/*************************
*******ROTATOR******
**************************/

.rotator_size {
    width:200px;
    height:50px;
}              
 

/*************************
*******PŘEVRACECÍ BOXY******
**************************/

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 200px;
  cursor : pointer;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;   
	position: absolute;
	top: 0;
	left: 0; 
  background-color : #c4e0ec;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
  padding-top : 20px;
}             
 

/*************************
*******BOXY GALERIE******
**************************/

.col-big{
    position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width:20%;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(75, 75, 75, 0.7);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h3 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}                
 

/*************************
*******ODKAZY PATIČKA******
**************************/

#footer a {
  color : white;
  font-size : 12px;
}