/*
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/

p, div{
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 23px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}
.navbar-default{
	background-color: #ffcc00;
	border: 0;
	border-color: transparent;
	padding-top: 27px;
	padding-bottom: 27px;
	margin-bottom: 30px;
	max-height: 104px;
	position: fixed;
	width: 100%;
	border-radius: 0;
	top: 0;
	z-index: 2;
}


.hlavni
{
margin-top:0px !important;
padding-left:0px !important;
padding-right:0px !important;

}




.vys
{
min-height:200px;

}

.other_new.hlavni h1{
	margin: 0;
}
.novinkaText{
	margin-top: 20px;
	margin-bottom: 20px;
}


.navbar-brand{
	height: unset;
	padding: 0;
	margin-left: 15px;
	padding-left: 15px;
}
.navbar-nav{
	float: right;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav li a, .navbar-default .navbar-nav > li > a{
	font-size: 21px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.navbar-nav li a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-nav li a:focus, .navbar-default .navbar-nav > li > a:focus, li.active, a.active, li.active > a{
	text-decoration: underline;
	color: #000 !important;
	background-color: transparent !important;
}
li.active ul li a{
	text-decoration: none;
}

.navbar-nav li ul{
	display: none;
}
.navbar-nav li.active > ul{
	display: block;
}

.navbar-brand > img{
	max-width: 300px;
	
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.navbar-brand > img{
		max-width: 240px;
	}
}

.navbar-nav > li > a{
	position: relative;
}
.navbar-nav > li > ul{
	position: absolute;
	top: 154%;
	padding: 0;
	width: 200%;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar-nav > li > ul:before{
	display: block;
	width: 4000%;
	position: absolute;
	left: -500%;
	
	background: white;
	content: '';
	top: 0;
	z-index: -1;
}
.navbar-nav > li > ul li a{
	font-size: 14px;
	color: #000;
	display: block;
	margin: 4px 0px;
	text-decoration: none !important;
}

.navbar-nav > li > ul li a:hover, .navbar-nav > li > ul li a:focus{
	text-decoration: underline !important;
}

.navbar-nav > li > ul li{
	list-style-type: none;
	text-transform: uppercase;
}
.top_new, .other_new{
	margin-top: 50px;
	margin-bottom: 30px;
}
.top_new .content h3, .other_new .content h3{
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #000;
}
.top_new .content p.date, .other_new .content p.date{
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #b0b0b0;
}
a.more{
	display: inline-block;
	background: #000;
	color: #fff !important;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	margin-top: 15px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
a.more:hover, a.more:focus{
	background: #333;
}
hr.title_line, hr{
	border-top: 1px solid #adadad;
}


.portfolio-blok{
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 15px;
	margin-bottom: 15px;
}
.portfolio-blok a{
	position: relative;
	display: block;
}
.portfolio-blok a img{
    width: 100%;
	
}

.portfolio-popis{
    position: absolute;
    width: 100%;height: 100%;
    top: 0;
    background: rgba(255, 204, 0, 0.45);
    color: #000;
    font-family: 'Oswald', sans-serif;
    opacity: 0;
	text-transform: uppercase;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
}
.portfolio-popis a{
	color: #000;
	text-decoration: none;
}
.portfolio-popis .nazev-projekt{
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
	font-weight: 400
}
.portfolio-popis .podnadpis-projekt{
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}
.portfolio-popis .prace-projekt{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-top: 30px;
    display: block;
}
.portfolio-popis:hover{
    opacity: 1;
}
.white-bg a, .left-side a{
	color: #000;
	text-decoration: underline;
}
.white-bg a:focus, .left-side a:focus, .white-bg a:hover, .left-side a:hover{
	color: #000;
	text-decoration: none;
}


/*Portfolio CSS*/
html, body{
    min-height: 100%;
    height: 100%;
    position: relative;
}


.detail-obalovac{
    position: fixed;
    width:100%;
    height: 100%;
    min-height: 100%;
    z-index: 10000;
    overflow: hidden;
    display: none;
	top: 0;
}
.detail-obalovac.visible{
    display: block;
}
.left-side{
    position: absolute;
    left: 0;
    width: 28.85%;
    height: 100%;
    min-height: 100%;
    background: #fff;
    padding: 70px;
    padding-top: 0px;
	padding: 0;
    
    left: -100%;
}
.detail_padding_obalovac{
	padding: 70px;
	padding-right: 35px;
	padding-top: 50px;
	margin-right: 45px;
	overflow: hidden;
	max-height: 70%;
	position: relative;
}
.detail_logo{
	padding: 40px 70px;
	background: #ffcc00;
}
.detail_logo img:hover{
	cursor: pointer;
}
.podnadpis{
	display: block;
	margin-bottom: 20px
}

img.logo{
    max-width: 412px;
}
.projektMeno{
    font-size: 26px;
    color: #000;
    font-weight: 400;
    
    margin-bottom: 20px;


    font-family: 'Oswald', sans-serif;


}
p{
    font-weight: 300;
}

.velky-text p, .velky-text ul li, .velky-text ol li{
    font-size: 16px;
    font-weight: 300;
    color: #000;
	line-height: 1.3;
}
.velky-text p a{
  color: #000;
  font-weight: 600;
}

p.popisek{
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}
.right-side{
    right: 0;
    position: absolute;
    width: 71.15%;
    height: 100%;
    min-height: 100%;
    background: #fff;
    right: -100%;
}

.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		align-self: center;
		
		
    }
    .swiper-pagination{
        width: 35px;
        top: 18%;
        right: 0px;
    }

    .swiper-pagination-bullet {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 12px;
        color:#000;
        opacity: 1;
        background: #e9e9e9;
        border-radius: 0;
        font-weight: 700;
        margin-bottom: 5px;
        transition: all .3s ease-in-out;


    font-family: 'Roboto Condensed', sans-serif;


    }
    .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
        color:#fff;
        background: #000;
    }
    .swiper-container-vertical > .swiper-pagination{
        left: 0px;
        top: 35%;
    }

    .swiper-slide img {
        /*height: 100%;*/
        max-width: 100%;
		max-height: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: none;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: none;
    }
    .swiper-button-next, .swiper-button-prev{
        font-size: 30px;
        transition: all .3s ease-in-out;
    }
    .swiper-button-prev{
        color: #9f9f9f;
        left: 70px;
        top: unset;
		bottom: 8%;
        padding-right: 5px;
    }
    .swiper-button-next{
        color: #9f9f9f;
        left: 115px;
        top: unset;
		bottom: 8%;
        padding-left: 5px;
    }


    .swiper-button-prev:hover, .swiper-button-next:hover{
        color: #000
    }
	    div.detail-close{
        right: 0;
		color: #000;
        display: inline-block;
        position: absolute;
        top: unset;
		bottom: 8%;
        font-size: 18px;
        transition: all .3s ease-in-out;
		background: #e9e9e9;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
    }

    div.detail-close:hover{
        cursor: pointer;
        color: #fff;
		background: #000;
    }


    .set-margin-top{
      margin-top: 15px;
    }
    .no-margin-bottom{
       margin-bottom: 0;
    }
.green-button{
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #6fc055;
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border-radius: 4px;
}
.green-button.portfolio{
  /*margin: 0 auto;*/
  display: block;
  width: 150px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer{
	position: fixed;
	z-index: 1;
	width: 100%;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 0;
}

.footer a{
	color: #000;
	font-size: 13px;
}

/** Premiere uprava **/
.green-button:hover{
    color: #fff;
    background: #807171;
    text-decoration: none !important;
}
.title-block-premiere{
	float: none;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.title-block-premiere.arch .left{
	background-image: url(../images/architektura.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(255, 255, 255, 0.9);
}

.title-block-premiere.fit .left{
	background-image: url(../images/fitout.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(255, 255, 255, 0.9);
}

.title-block-premiere.nab .left{
	background-image: url(../images/nabytek.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(255, 255, 255, 0.9);
}
.title-block-premiere.nas .left{
	background-image: url(../images/nastrik.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(255, 255, 255, 0.9);
}


.title-block-premiere.arch:hover .left{
	background-image: url(../images/architektura_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(111, 192, 85, 0.9);
}

.title-block-premiere.fit:hover .left{
	background-image: url(../images/fitout_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(111, 192, 85, 0.9);
}

.title-block-premiere.nab:hover .left{
	background-image: url(../images/nabytek_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(111, 192, 85, 0.9);
}
.title-block-premiere.nas:hover .left{
	background-image: url(../images/nastrik_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
	background-color: rgba(111, 192, 85, 0.9);
}



.title-block-premiere .left{

	width: 75px;
}
.title-block-premiere .right{

}

.title-block-premiere .left, .title-block-premiere .right{
	background: rgba(255, 255, 255, 0.9);
	float: left;
	height: 75px;
}

.title-block-premiere .right h2{
	color: #2c2c2c;
	font-weight: 300;
	font-size: 52px;
	margin: 0;
	padding: 10px 25px;
		transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}


.title-block-premiere:hover .left, .title-block-premiere:hover .right , .title-block-premiere:hover .right h2{
	background: rgba(111, 192, 85, 0.9);
	color: #fff;
	cursor: default; 
}
.title-block-premiere .left{
	padding: 15px 15px;
	margin-right: 10px;
}
.title-block-premiere .left img{
	height: 45px;
	width: 45px;
}

.top-blocks .social a{
	float: left;
	margin-right: 5px;
}
.top-blocks .social a img{
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.top-blocks .social a:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#bx-pager{
	overflow: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	display: none;
}

#bx-pager a{
	width: 12.5%;
	float: left;
	padding: 5px;

}
#bx-pager a img{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #ffcc00 !important;
	border: 1px solid #666;
}
.bx-wrapper .bx-controls-direction a{
	z-index: 0 !important;
}
.bx-wrapper img{
	margin: 0 auto;
}
.bx-wrapper{
	border: 0 !important;
	box-shadow: unset !important;
}

#bx-pager a:hover img{
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer a.fbicon{
    font-size: 20px;
    line-height: 1;
    
    float: left;
    display: flex;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background: #000;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.footer a.fbicon:hover, .footer a.fbicon:focus{
    border: 1px solid #000;
    color: #000;
    background: #fff;
}




















/*************    Media screen fix    ***************/

@media screen and (max-width: 992px){
	.navbar-brand{
		max-width: 150px;
	}
	.navbar-brand img{
		max-width: 100%;		
	}
	.navbar-nav li a, .navbar-default .navbar-nav > li > a{
		font-size: 17px;
	}
	.navbar-nav > li > a{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.detail_logo{
		position: absolute;
		z-index: 10;
		width: 100%;
		padding: 15px 30px;
	}
	.detail_logo img.logo{
		max-width: 130px;
	}
}
@media screen and (max-width: 768px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		position: absolute;
		width: 100%;
		background: #ffcc00;
		border: 0;
	}
	.navbar-nav{
		margin: 0;
		float: left;
		width: 100%;
	}
	.navbar-nav > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
	}
	.navbar-default .navbar-toggle{
		border-color: #000;
		margin: 0;
		margin-right: 30px;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #000;
	}
	.navbar-default{
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.navbar-brand {
		max-width: 188px;
	}
	
	.navbar-nav > li > ul{
		position: relative;
		width: 100%;
		padding-left: 30px;
	}

}




/*Media screen detal portfolia*/



/*Media SCREEN*/







@media screen and (max-width: 1400px){
    /*.left-side{
        padding: 25px 50px 25px 25px;
    }*/
    /*.projektMeno{
        margin-top: 30px;
    }*/
	.detail_padding_obalovac{
		padding-top: 20px;
	}
    .swiper-button-prev{

        left: 70px;
        top: unset;
		bottom: 5%;
        padding-right: 5px;
    }
    .swiper-button-next{
        left: 115px;
        top: unset;
		bottom: 5%;
        padding-left: 5px;
    }
    /*div.detail-close{
        left: 160px;
    }
    div.detail-close{
        top: unset;
		bottom: 5%;
    }*/
    .swiper-pagination{
        top: 19%;
    }

}
@media screen and (max-width: 1300px){
	.detail_logo{
		padding: 20px 30px;
	}
	.detail_padding_obalovac{
		padding-left: 30px;
	}
	.swiper-button-prev{

        left: 30px;
    }
    .swiper-button-next{
        left: 70px;
    }
    /*div.detail-close{
        left: 120px;
    }*/
}
@media screen and (max-width: 1200px){
	.img-responsive.logo.hidden-xs.hidden-sm.detail-close{
		max-width: 100%;
	}

}


@media screen and (max-width: 1024px){

    .swiper-button-next, .swiper-button-prev{
        font-size: 30px;
    }
    .swiper-button-next{
        left: 70px;
    }
    /*div.detail-close{
        left: 120px;
    }*/
	p.popisek{
		font-size: 16px;
	}
	.projektMeno{
		font-size: 32px;
	}
}


@media only screen and (max-width : 992px) {
    .left-side, .right-side{
        float: left;
        width: 100%;
        position: relative;
    }
    .swiper-pagination{
        position: relative;
        top: 86%;
        width: 100%;
    }


    .swiper-pagination{
        text-align: left;
        padding-left: 20px;
    }
    /*.content{
        width: 480px;
    }*/
    .detail-obalovac{
        height: auto;
        top: 0;
        position: absolute;
		overflow: auto;
    }
    .right-side{
        position: absolute;
        top: 0;
        height:500px;
        min-height: 500px;
    }
    .left-side{
        position: relative;
        top: 500px;
        z-index: 1000;
    }
    .swiper-pagination{
        position: absolute;
        top: -35px;
    }
    div.detail-close, .swiper-button-next, .swiper-button-prev{
        position: relative;
    }
    .swiper-button-prev, .swiper-button-next, div.detail-close{
        top: 20px;
        float: left;
        left: 0;
        margin-right: 15px;
		margin-left: 15px;
    }
     div.detail-close{
        float: left;
        top: -0px;
     }
	 div.detail-close.mobille{
		position: absolute;
		left: unset;
		right: 0;
		top: 70px;
		z-index: 100;
		display: flex !important;
	 }
	 div.detail-close{
		pointer: cursor
	 }

}


@media screen and (max-width: 768px){
      .detail-obalovac{
          height: auto;
      }
      /*.swiper-pagination{
          position: relative;
          top: auto;
          left: 0;
          margin-bottom: 20px;
      }*/
      img.logo{
          max-width: 100%;
      }

      .projektMeno{
          font-size: 20px;
      }
      p.popisek{
          font-size: 15px;
      }

   
      .right-side{
          position: absolute;
          top: 0;
          height:400px;
          min-height: 400px;
      }
      .left-side{
          top: 400px;
          padding: 15px;
          padding-top: 70px;
      }
      .swiper-pagination{
          padding-left: 15px;
      }
  

}
@media screen and (max-width: 478px){
    .swiper-button-next, .swiper-button-prev{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
    div.detail-close{
        font-size: 12px;
        height: 35px;
    }
    div.detail-close{
        line-height: 5px;
        padding: 15px 5px;
    }
}
@media screen and (max-width: 430px){

    .left-side{
        padding-top: 20px;
    }
    .swiper-button-prev, .swiper-button-next, div.detail-close{
        margin-bottom: 15px;
        left: 0;
    }
    div.detail-close{
        top: 0px;
    }
     div.detail-close{
         font-size: 11px;
     }

}
@media screen and (max-width: 360px){
    div.detail-close{
        top: 0px;
    }

}
@media screen and (max-width: 342px){
    .swiper-button-prev, .swiper-button-next, div.detail-close{
        margin-right: 6px;
    }
}


.spacer-10{
	height: 10px;	
}
.spacer-20{
	height: 20px;	
}
.spacer-30{
	height: 30px;	
}
.spacer-40{
	height: 40px;	
}
.spacer-50{
	height: 50px;	
}
.spacer-60{
	height: 60px;	
}


.swiper-button-prev, .swiper-button-next{
	display: none;
}
.GalleryVypis{
	max-height: 260px;
	overflow: hidden;
	min-height: 260px;
}
.GalleryVypis a{
	max-height: 260px;
	min-height: 260px;
	height: 100%;	
} 
.GalleryVypis a img{
	 max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
}