@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700italic,600italic,700,600,400italic);
/* font-family: 'Open Sans', sans-serif;*/ 
@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,600,700);
/* font-family: 'Dosis', sans-serif; */

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)*/
/*-----------------------------------------------------------------------------------*/
body{
    /*color:#787878;*/
    color:#000;
    font-size: 13px;
    font-faomily: arial, helvetica, clean, sans-serif; /*DK - pismo jako na starem bydleni.cz*/
    /*font-family: Georgia, 'Times New Roman', Times, serif; font-family: 'Open Sans', sans-serif;*/
    background: #f6f6f6;
}
header,
nav,
section,
article{display: block;}

figure {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}

.last{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.clear{clear: both;}

.aligncenter {text-align: center !important;}
.span6.no-margin-left {margin-left: 0!important;}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6{
    color: maroon;
    font-family: Georgia,"Times New Roman",Times,serif;/*font-family: 'Dosis';*/
    font-weight: 400;
}
a>h1:hover,
a>h2:hover,
a>h3:hover,
a>h4:hover,
a>h5:hover,
a>h6:hover{
    color: red;
    text-decoration: underline;
}

h1{
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 28px;
}
h2{
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 24px;
}
h3, #homepageH1{
    font-size: 20px;
    margin-bottom: 10px;
	margin-top: 5px;
    line-height: 20px;
    word-wrap: break-word;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}

p{
    margin-bottom: 15px;
    line-height: 20px;
}
* p:last-child{margin-bottom: 0 !important;}

.color{color: #555;}
.color2{color: maroon;}

/* Link Styles */
a{
    /*color: maroon*/
    color: #b30f1c;
    text-decoration: none;
}
a:hover{
    color: red;
}

.title a{
    color: maroon;
    font-weight: 600;
    font-size: 12px;
}
h4.title a{
    font-size:16px;
    font-weight:400;
}
.title a:hover{color: red;}
.btn {
    font-family: Georgia,"Times New Roman",Times,serif;/*font-family: 'Dosis', sans-serif;*/
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus*/
/*-----------------------------------------------------------------------------------*/
#banner-leader{
	padding-top:35px;
}

#top-menu {
	font-family: Arial, sans-serif;
	background-color: #CA011C;
	border-bottom: solid 3px #3e3e3e;
	position: fixed;
	z-index: 100;
	width: 100%;
 	display: none; /*DK*/
}
#top-menu ul.top-menu {
    margin-left:0;
}
#top-menu li{
    list-style: none;
}
#top-menu a {
    color: #ecc3c5;
    font-size: 14px;
}
#top-menu a:hover{color: red;}
#top-menu .top-menu li,
#top-menu .top-social li{margin-right: 10px;float: left; margin-top: 1px;}
#top-menu a{padding-right: 8px; line-height: 32px;}
#top-menu .last{
    padding-right: 0;
    border-right: none;
}
#top-menu .top-social{
	margin-bottom: 0px;
}
#top-menu .top-social li{
    list-style: none;
}
#top-menu .top-social a{display:block; width:32px; height:32px;}
#top-menu .twitter2{background: url(https://cdn.bydleni.com/min/images/twitter.png) no-repeat center left;}
#top-menu .twitter2:hover{background: url(https://cdn.bydleni.com/min/images/twitterh.png) no-repeat center left;}
#top-menu .facebook{background: url(https://cdn.bydleni.com/min/images/facebook.png) no-repeat center left;}
#top-menu .facebook:hover{background: url(https://cdn.bydleni.com/min/images/facebookh.png) no-repeat center left;}
#top-menu .google{background: url(https://cdn.bydleni.com/min/images/google.png) no-repeat center left;}
#top-menu .google:hover{background: url(https://cdn.bydleni.com/min/images/googleh.png) no-repeat center left;}

#top-menu .login-group {
	margin-top: 6px;
}

#header{
    position: relative;
    /*padding-top: 10px;*/
    /*padding-bottom: 15px;*/
    background-color:white;
    width: 100%;
	
}
#header .container {
	padding: 0;
}
#main-navigation, #yah{
	background-color: white;
}
#main-navigation section{margin-bottom: 25px;}

#header .container #main-navigation {
	/*padding: 5px 5px 0 5px;*/
        padding: 5px 0 0;/*DK*/
}
#header .container #yah{
	padding: 0px 5px 5px 5px;
}

#header .logo img{
    float: left;
    margin-top: 0px; /*DK*/
    /*margin-bottom: 20px;*/
    margin-bottom: 0px; /*DK*/ 
    margin-left:10px; /*DK*/
}
#header .banner{
    padding: 5px;
    border: solid 1px #c6c6c6;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.breadcrumb {
	margin-bottom: 0px;
}

/* Main Menu */
.res-menu{display: none;}
.res-menu{width: 100%;}
#menu ul *{
	font-family: Arial;
}

#menu ul {
	/*margin-left:9px; DK*/
}

#menu > ul{
    display: block;
    margin-left:0;

    border-top: solid 4px #cdcdcd ;
    background: rgb(234,234,234);
    background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dddddd',GradientType=0 );
	box-shadow: none;
	position: relative;
	height: 49px;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 7px solid #CA011C;
}

#menu > ul > li{
    list-style: none;
    border-right: solid 1px #cdcdcd;
	float: left;
	z-index: 100;
}

#menu > ul > li > a{
    font-size: 13px;
    font-weight: bold;
    color: white;
    display: block;
    /*padding: 8px 17px 8px 17px;*/
    padding: 9px 17px 10px 17px;/*DK*/
    margin-top: -4px;
    border-top: solid 4px #cdcdcd;
    background: #820F0B;
}

#menu > ul > li > a:hover {
    border-color: #cdcdcd;
    background: #CA011C;
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%);
	background: #b30f1c url("https://cdn.bydleni.com/min/images/menu/menu_tab_selected.jpg") top right repeat-x;
    border-bottom: 8px solid #DDDDDD;
}
#menu > ul a:hover{}
#menu .current {
    color: white;
    border-color: #cdcdcd !important;
	background: #b30f1c url("https://cdn.bydleni.com/min/images/menu/menu_tab_selected.jpg") top right repeat-x;
}

#menu ul ul{
    background-color: #CA011C;
    background: none repeat scroll 0 0 rgba(179, 15, 28, 0.9); /*DK*/
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px #cdcdcd;
    border-top: none;
    /*border-top: none;*/
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
    padding-top: 7px;
	/*min-height: 28px; DK*/
}

#menu > ul > li > ul{
    border-top: 7px solid #DDDDDD;
}
#menu ul ul li {
    list-style: none;
	/*float: left;*/
 	float: none; /*DK*/
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding: 4px 10px;
    /*color: #ecc3c5;*/
    color: #FFFFFF;/*DK*/
    font-size: 13px;
}
#menu ul ul a:hover{
    color: white;
    background: rgba(0, 0, 0, 0.25);
}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    /*left: -10px;*/
    left: auto; /*DK*/
    top: 37px;
    z-index: 99;
	display: block;
	/*width:100%;*/
	width: auto; /*DK*/
}

#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 141px;
    top: -1px;
    border-top: solid 1px #cdcdcd;
}


/* Search Form */
.phone{
    color: #d0d0d0;
    float: right;
    font-size:18px;
}
.phone .color2 {font-weight:400;}

#sidebar section.search,
section.search {
    margin-bottom: 20px;
    margin-top: 2px; /*DK*/
}
.search-form{
     position: relative;
     /*margin-top:5px; DK*/
}
.search-form label{
	margin-left:2px;
}
.search-form,
.search-form p{margin-bottom: 0;}
.search-form input[type="text"]{
    font-style: italic;
    padding: 10px 15px;
    border-color: #e0e0e0;
    color: #777777;
    font-family: Georgia, 'Times New Roman', Times, serif;/*font-family: 'Open Sans', sans-serif;*/
    font-size: 13px;
}

#sidebar .search li{
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: none; 
}

.search-top  .search-form input[type="text"] {
       /* width: 212px;*/
    }
.search-top .search-form{
	/*margin-top: 3px; DK*/
	width: 100%;
}
.search-top .search-form input[type="text"]{
	padding: 0px 15px;
	/*margin-top:3px; DK*/
}
@media only screen and (min-width: 980px)  and (max-width: 1199px){
    	.search-top  .search-form input[type="text"] {
        /*width: 212px;*/
    }
}
@media (min-width: 768px) and (max-width: 979px){
    	.search-top  .search-form input[type="text"] 	{
        /*width: 155px;*/
    }
}
@media (min-width: 330px) and (max-width: 767px) {
    	.search-top  .search-form input[type="text"] 	 {
        /*width: 70%;*/
    }
}
@media (max-width: 329px) {
    	.search-top  .search-form input[type="text"] 	 {
        /*width: 60%;*/
    }
}
.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    background-color: #f3f3f3;
    border-color: maroon;
}
.ie7 .search-form input[type="text"],
.ie8 .search-form input[type="text"] {
    width: 227px;
}
.search-form .search-bt{
    width: 42px;
    background-image: url('https://cdn.bydleni.com/min/images/search-bt.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 34px;
}
.search-top .search-form .search-bt{
    height: 34px;
	width: 40px;
	/*margin-top: 3px; DK*/
}
.search-form .form-inline label{
	vertical-align: middle;
}
.anchor_links{
	margin-bottom: 10px;
}
/* Breadcrumbs */
.breadcrumbs{
    position: relative;
    padding: 40px 0;
}
.breadcrumbs h1{
    font-size: 30px;
    text-transform: capitalize !important;
}
.breadcrumbs div{
    font-size: 12px;
    color: #717171;
    display: inline-block;
}
.breadcrumbs a{
    color: #333333;
    display: inline-block;
}
.breadcrumbs a:hover{color: red;}

.breadcrumb.container {height:23px;}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles*/
/*-----------------------------------------------------------------------------------*/
#maincontainer{
	width:100%;
}
.container{position: relative;}

#container{position: relative; padding-bottom: 0px;}
/*#container .container > .row{margin-bottom: 10px;} DK*/
/*#container .container{position: relative;padding: 0 5px 30px 5px;background-color:white;}*/
#container .container{position: relative;padding: 0 5px;background-color:white;}/*DK*/
#container .row.last{margin-bottom: 30px;}
.row.da-thumbs{margin-bottom: 0 !important;}
#container > .container {min-height: 1160px;}
#container > .container > .row{
    padding: 0 10px;
}
/* Video container */
.video-container {
    position: relative;
    padding-bottom: 34.2%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Flex Slider */
section#slider {
    background: #ebebeb url('https://cdn.bydleni.com/min/images/slider-bg.png');
    margin-top:0;
}

.slides li{
    position: relative;
    list-style-type: none; /*DK*/
}

.slides h3 {
    bottom: 0;
    left: auto;
    right: auto;
    position: relative;
    display: block;
    font-family: 'Arial',sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 18px;
    padding: 20px;
    background-color:rgb(110, 110, 110); /*pro IE8*/
    background-color:rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f5f5f5;
    /*text-transform: capitalize;*/
}

.slides .text{
    position: absolute;
    bottom: auto;
    bottom: 6px;

    left: 10px;
    right: 10px;

}

.slides h3 a{
    font-size: 13px;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;/*font-family: 'Open Sans', sans-serif;*/
    color: #f5f5f5;
    padding: 2px 0;
    text-transform: none;
}
.slides h3 a:hover{color: red !important;}
.slides span {
    font-size: 36px;
    line-height: 36px;
    color: #d0d0d0;
    display:block;
    margin-bottom: 15px;
    font-family: Georgia,"Times New Roman",Times,serif;/*font-family: 'Dosis', sans-serif;*/
}

.flex-direction-nav{
    /*position: absolute; DK*/
    position: relative;
    right: 30px;
    bottom: 90px;
    display:none; //will be displayed after loading of slider
}

.flex-direction-nav li{
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a{
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 1;
    text-indent: -9999px;
}
.flex-direction-nav .flex-prev{
    background: url(https://cdn.bydleni.com/min/images/arrow-slider-left.png) no-repeat 0 0;
    position: absolute;/*DK*/
    left: 18px;/*DK*/
}
.flex-direction-nav .flex-next{
    background: url(https://cdn.bydleni.com/min/images/arrow-slider-right.png) no-repeat 0 0;
    position: absolute;/*DK*/
    right: -42px;/*DK*/
}
.flex-direction-nav .flex-prev:hover{background-position: 0 100%; opacity: 1;}
.flex-direction-nav .flex-next:hover{background-position: 0 100%; opacity: 1;}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter:alpha(opacity=30);
    cursor: default;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
    display: block;
    max-height: 500px;
}

.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}

.flexslider {
    height: 493px;
	margin-bottom: 40px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	zoom: 1;
    background: #FFF url('https://cdn.bydleni.com/min/images/loader-white.gif') no-repeat center;
}

.flex-viewport {
    max-height:500px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {zoom: 1;}

.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {
	zoom: 1; 
	padding: 0; 
	margin:0;
}
.carousel li {margin-right: 5px}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; /*left: 0;*/}
    .flex-direction-nav .flex-next {opacity: 1; /*right: 0;*/}
}

/* Colored Blocks */

.block-light {
    color: #222222;
    /*background: #fbfbfb; puvodni ramecek*/
    background: #ffffff;
    /*border: solid 1px #e0e0e0; puvodni ramecek*/
    border: solid 1px #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 0px;
}
.block-light > a > img {
    margin: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.block-light a img.search-img-small,
.block-dark a img.search-img-small  {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.block-light > .wrapper {
    padding: 15px;
    position: relative;
}
.block-light > .wrapper > .post-title {
    margin-top: 0;
    padding-right: 35px;
}
.block-light > .wrapper-img {
    padding: 15px 15px 0 15px;
}
.block-light > .wrapper-img img {
    margin-bottom: 0;
}
.block-light > .wrapper-img .video {
    margin-bottom: 0;
}
.block-light .blog-comments {
    position: absolute;
    top:20px;
    right: 15px;
    padding-left: 20px;
    background: url(https://cdn.bydleni.com/min/images/comments.png) no-repeat 0 5px;
    font-weight: bold;
}

.block-grey {
    /*background: #f2f2f2; puvodni ramecek*/
    background: #dedede;
    /*border: solid 1px #cdcdcd; puvodni ramecek*/
    border: solid 1px #ffffff;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.block-grey > .wrapper {
    padding: 15px;
}
.block-dark {
    background: #e7e7e7;
    border: solid 1px #cdcdcd;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.block-dark-background {
    background: #e7e7e7;
    border: 0;
}

.bydleni-doporucuje{
	background: #fffedb;
}

/* Welcome Slogan */
#welcome{
    position: relative;
}
#welcome h1{
    text-transform: capitalize;
    line-height: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-weight: 600;
    font-size: 32px;
    color:maroon;
}
#welcome p{
    line-height: 22px;
    font-size: 13px;
    color: #777777;
}
#welcome p:last-child,
#welcome p.last {
    margin-bottom: 0;
}

#welcome .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
}
#welcome .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: maroon;
    background-image: -moz-linear-gradient(top, maroon, maroon);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(maroon), to(maroon));
    background-image: -webkit-linear-gradient(top, maroon, maroon);
    background-image: -o-linear-gradient(top, maroon, maroon);
    background-image: linear-gradient(to bottom, maroon, maroon);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83a400', endColorstr='#ff83a400', GradientType=0);
    border-color: maroon maroon maroon;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: maroon;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#welcome .btn-success:hover,
#welcome .btn-success:active,
#welcome .btn-success.active,
#welcome .btn-success.disabled,
#welcome .btn-success[disabled] {
    color: #ffffff;
    background-color: maroon;
    *background-color: maroon;
}

/* Divider */
.title-divider{
    margin-bottom: 5px;
    position: relative;
}

.title-divider h1,
.title-divider h2,
.title-divider h3,
.title-divider h4,
.title-divider h5,
.title-divider h6,
#homepageH1 {
    float: left;
    margin: 0 10px 0 0;
}

.title-divider h3, #homepageH1{
    background: none repeat scroll 0 0 #820F0B !important;
    border-left: 8px solid rgba(0, 0, 0, 0.25);
    margin-left: 0;
    padding: 4px 30px 4px 15px;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    text-transform: uppercase;
}

.title-divider>h3 a, #homepageH1>a{
    color: #fff;
}

.title-divider .divider-arrow{
    height: 24px;
    overflow: hidden;
    background: url(https://cdn.bydleni.com/min/images/title-divider.gif) repeat-x 0 50%;
	background-position-y: top;
	display:none;
}

/* Features */
.features > div{text-align: center;}
.features h3{margin: 15px !important;}

/* Bootstrap Carousel */
.carousel {position:relative;}
.carousel-wrapper{
    overflow:hidden;
    padding:2px 2px 0 2px;
    margin-top: -2px;
}
.carousel-wrapper ul{display:none;}
.carousel-wrapper ul li{
    height:100%;
    float:left;
    display:block;
}

.btleft .es-nav{
    position: absolute;
    bottom: 0;
    right: 0;
}

.bttop .es-nav{
    position: absolute;
    top: -50px;
    right: 0px;
}

.es-nav span{
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}
.es-nav .es-nav-prev{
    right: 30px;
    margin-right: 3px;
    background: url(https://cdn.bydleni.com/min/images/arrow-slider-left.png) no-repeat right top;
}
.es-nav .es-nav-next{
    background: url(https://cdn.bydleni.com/min/images/arrow-slider-right.png) no-repeat left top;
}
.es-nav .es-nav-next:hover,
.es-nav .es-nav-prev:hover{
    background-position: 0 100%;
}

/* Our portfolio */
.our-portfolio .es-nav {
    right: -10px;
    bottom: -48px;
}
.da-thumbs-folio li{
    position: relative;
}
.da-thumbs-folio li img{
    display: block;
    position: relative;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -1px;
}
.da-thumbs-folio li h3,
.da-thumbs-folio li div{
    -webkit-transition: all 0.3s ease;
    -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;
}
.da-thumbs-folio li div {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0.68) 49%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.68) 51%, rgba(255,255,255,0) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(15%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,0.68)), color-stop(50%,rgba(255,255,255,0.7)), color-stop(51%,rgba(255,255,255,0.68)), color-stop(85%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,0.68) 49%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,0.68) 49%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,0.68) 49%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,0.68) 49%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top:0;
    left:0;
}
.da-thumbs-folio li:hover img {
    border-color: red;
}
.da-thumbs-folio li:hover div {
    opacity: 1;
}
.da-thumbs-folio li:hover h3 {
    color: maroon;
}
.our-portfolio .short-text {
    margin-right: 90px;
    padding: 10px;
}

/* Education News */
.education-news .post-title {
    margin-top: 0;
}
.education-news .span5 {
    position: relative;
}

.education-news .blog-comments {
    right: -15px;
    top: 3px;
}
@media (max-width: 767px){
    .education-news .blog-comments {
        top:0;
        right: 0;
    }
}

.list-style-2 li {
    padding-left: 15px;
    list-style-type: none;
    background: url(https://cdn.bydleni.com/min/images/list-style-2.png) no-repeat 0 8px;
}

/* Our Projects */
.our-projects article{margin-bottom: 30px;}
.our-projects article img{display: block;}
.our-projects article h4{margin-bottom: 0;}
.our-projects article:nth-last-child(-n+4){margin-bottom: 0 !important;}

/* Our Blog */
.our-blog article p.l-meta{
    width: 100%;
    font-size: 12px;
    color: #b6b6b6;
    padding: 5px 0;
    margin: 0;
    background-color: #1d1d1c;
    font-weight: 100;
    margin-bottom: 20px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.our-blog p{margin-bottom: 10px}
.our-blog article p.l-meta span{
    display: block;
    padding: 0 10px;
}
.our-blog article p.l-meta a{color: #b6b6b6;}
.our-blog article p.l-meta a:hover{color: maroon;}
.our-blog img {
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

/* Our News */
.our-news{position: relative;}
.our-news p{margin-bottom: 10px;}
.our-news .news-data{
    float: left;
    width: 60px;
    height: 50px;
    color: #b6b6b6;
    text-align: center;
    text-transform: uppercase;
    font-size:20px;
}
.our-news .news-data span{
    display: block;
    font-weight:900;
    font-size: 42px;
    line-height: 42px;
}
.our-news .title{margin-bottom: 5px !important;}

.divider-blok{
    border-bottom: 1px dashed #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
article.span3 h4{
    margin-top: 0px;
}

/* Our Services */
.accordion-group {border:0;}
.accordion .accordion-toggle{
    font-weight: 900;
    color: #fff;
    padding: 5px 10px;
    background-color: #b6b6b6;
    position: relative;
    border: 1px solid #b6b6b6;
    border-radius: 4px 4px 4px 4px;
    text-shadow: 1px 1px #aaa;
}
.accordion .accordion-toggle:hover{
    background-color: #cdcdcd;
    border-color:#cdcdcd;
    text-shadow: 1px 1px #bbb;
}
.accordion .accordion-toggle span{
    right: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.accordion .accordion-inner{
    margin-top: 1px;
    border: 0;
}
.accordion .acc-block{padding: 20px 10px;}
.accordion h4{
    color: #707070;
    text-transform: none;
}

.accordion li{
    padding-left: 15px;
    margin-bottom: 10px;
}
.accordion i.pull-right {margin:3px 0 0 0;}

/* Twitter */
.twitter {margin-top:-5px;}
.twitter  img{
    float: left;
    margin-right: 15px;
    margin-top:5px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter dl{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter dl:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.twitter .tweet_avatar {
    display: none;
}
.twitter .dl-horizontal dd {
    margin-left: 0;
}

/* Testimonials */
.testimonials p{
    line-height: 22px;
    font-size: 12px;
    padding: 0 15px 15px 38px;
    background: #fff url('https://cdn.bydleni.com/min/images/quotes.png') no-repeat top left;
    border-bottom:1px dotted #efefef;
}
.testimonials h4{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color:maroon;
}
.testimonials img{
    float: left;
    margin-right: 15px;
    margin-top:10px;
}
.testimonials small{
    display: block;
    font-size:11px;
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Real estate Form on homepage*/
/*-----------------------------------------------------------------------------------*/
.real-estate-form {
}
.real-estate-form .btn{
    font-weight: normal;
    width: 100%;
}
.real-estate-form .dropdown-menu{
    left: inherit;
    max-height: 300px;
    overflow-y: scroll;
    width: 290px;
}
.real-estate-form .dropdown-menu li{
    padding-left: 10px;
}
.real-estate-form .dropdown-menu li.top-level:hover,
.real-estate-form .dropdown-menu ul.sub-group li:hover{
    background-color: #ebebeb;
    border-color: #adadad;
}
.real-estate-form .dropdown-menu li input{
    margin-right: 10px;
}
.real-estate-form .dropdown-menu ul li:last-child,
#sidebar .real-estate-form .dropdown-menu ul li:last-child{
    border-bottom: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles*/
/*-----------------------------------------------------------------------------------*/
#footer{
    position: relative;
    padding-bottom: 45px !important;
    background: #aeaeae;
    padding-top: 30px;
    border-top: solid 1px #cdcdcd;
	
}
#footer h3{
    margin-bottom: 25px;
    font-size:24px;
}
#footer h3:first-child,
#footer h3.first {
    margin-top: 0;
}
#footer ul{
	margin-bottom: 5px;
}

#footer li{
	/*float: left;*/
	padding: 0 4px 0px 4px;
	margin-bottom: 4px;
        list-style: none;
	/*border-right: 1px solid maroon;*/
}

/*
#footer li:first-child{
	padding-left: 0;
}
*/

#footer li:last-child{
	border-right: none;
}

#footer li a {
	color: white;
}

/* Flickr */
.flickr li{
    list-style: none;
    margin: 0 5px 30px 4px ;
    float: left;
    background-color: #c4c4c4;
    line-height: 0 !important;
    border: solid 4px #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Contact Form */
#footer #contact{margin-bottom: 0;}
#footer #contact .control-group {margin-bottom:5px;}
#footer #contact input[type="text"],
#footer #contact textarea {
    border-color: #e0e0e0;
    color: #777777;
    resize: none;
    padding: 10px 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;/*font-family: 'Open Sans', sans-serif;*/
    font-size: 13px;
    width: 90%;
}

#footer #contact input:focus,
#footer #contact textarea:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    background-color: rgba(150,150,150, 0.1) !important;
    border-color: maroon;
}
#footer .form-horizontal .controls {margin-left: 0; margin-bottom: 20px;}
#footer label.error,
#footer label.ferror {
    padding-left: 15px;
}
#footer .form-horizontal .btn-success {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    text-transform: capitalize;

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: maroon;
    background-image: -moz-linear-gradient(top, maroon, maroon);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(maroon), to(maroon));
    background-image: -webkit-linear-gradient(top, maroon, maroon);
    background-image: -o-linear-gradient(top, maroon, maroon);
    background-image: linear-gradient(to bottom, maroon, maroon);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83a400', endColorstr='#ff83a400', GradientType=0);
    border-color: maroon maroon maroon;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: maroon;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#footer .form-horizontal .btn-success:hover,
#footer .form-horizontal .btn-success:active,
#footer .form-horizontal .btn-success.active,
#footer .form-horizontal .btn-success.disabled,
#footer .form-horizontal .btn-success[disabled] {
    color: #ffffff;
    background-color: maroon;
    *background-color: maroon;
}

/* Address icons */
[class^="myicon-"],
[class*=" myicon-"] {
    display: inline-block;
    width: 16px;
    height: 12px;
    *margin-right: .3em;
    line-height: 12px;
    margin-right: 8px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.myicon-phone {background-image: url("https://cdn.bydleni.com/min/images/phone.png");}
.myicon-mail {background-image: url("https://cdn.bydleni.com/min/images/mail.png");}

/* Footer Menu */
#footer-menu {
    width: 100%;
    background: #343434 url('https://cdn.bydleni.com/min/images/footer-menu-bg-small.png') repeat 50% 0;
    border-top: solid 3px maroon;
    padding: 5px 0;
}
#footer-menu .container{
    padding-top: 0;
    padding-bottom: 0;
}
#footer-menu a{
    font-weight: 400;
    color: #fff;
    font-size:11px;
}
#footer-menu a:hover{color: maroon;}
#footer-menu .color2{font-weight: 400;}
#footer-menu p{
    font-size: 11px;
    color: #a1a1a1;
    padding: 2px 0;
	margin-bottom: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles*/
/*-----------------------------------------------------------------------------------*/
/* Categories */
#filtrable{
    margin-bottom: 30px;
    float: right;
}
#filtrable li{
    float: left;
    margin-left: 10px;
    list-style: none;
}

#filtrable a{
    padding: 4px 10px;
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    font-size: 0.9em;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#filtrable a:hover,
#filtrable .current a{
    border-color: #ddd;
    background-color: #f5f5f5;
    color:#787878;
}

.p-view, .p-link{
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity:0.8;
    -webkit-transition: opacity 0.35s linear;
    -moz-transition: opacity 0.35s linear;
    -o-transition: opacity 0.35s linear;
}
.p-view:hover, .p-link:hover{
    opacity:1;
}
.p-view{
    left: 50%;
    margin-left: -39px;
    background: url(https://cdn.bydleni.com/min/images/view.png);
}
.p-link{
    right: 50%;
    margin-right: -39px;
    background: url(https://cdn.bydleni.com/min/images/link.png);
}

.portfolio h4:last-child{margin-bottom: 0 !important;}
.portfolio article{margin-bottom: 30px;}
.portfolio img{display: block;}
.portfolio h4 a{
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display:block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h3{
    margin-top: 20px;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
}
.portfolio .read-more{margin-bottom: 30px;}

.portfolio .portfolio-img {
    display: block;
    position: relative;
}
.portfolio .portfolio-img .hover-span {
    background: transparent;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -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;
}
.portfolio .portfolio-img .hover-span:hover {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.01)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
    opacity: 1;
}
.portfolio .portfolio-img img{
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* Pagination */
.pagination{
	margin-top: 0px;
}
.pagination li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.pagination a{
    background-color: #fbfbfb;
    font-size: 0.9em;
    display: inline-block;
    border-left-width: 1px;
}
.pagination .disabled a {
    background-color: #e7e7e7;
}

/* Sidebar */
#sidebar{}
#sidebar h4{
    position: relative;
    display: inline-block;
}
#sidebar li{
    list-style: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #f2f2f2;
}
#sidebar li:last-child,
#sidebar li.last{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#sidebar li span{
    font-weight: bold;
}

#sidebar section{margin-bottom: 25px;}
#sidebar section:last-child{margin-bottom:0;}
#sidebar .ul-col2{width: 110.9489051094891%;}
#sidebar .ul-col2 li{
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar .ul-col2 a{color: #888;}
#sidebar .ul-col2 a:hover{color: #222;}

#sidebar .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
}
#sidebar .nav-tabs li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .nav-tabs > li > a {
    color: #777777;
}
#sidebar .nav-tabs > li > a:hover,
#sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a:hover {
    border-color: #e0e0e0;
    border-bottom: none;
    background: #fbfbfb;
}
#sidebar .nav-tabs > .active > a{
    font-weight: 600;
}
#sidebar .tab-content {
    background: #fbfbfb;
    border: solid 1px #e0e0e0;
    /*padding: 20px 20px 20px 20px; DK*/
}

#sidebar .banner{
	text-align:center;
}

#page-sidebar{

}

/* Thin Sidebar */
#page-thin-sidebar{}
#page-thin-sidebar h4{
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
#page-thin-sidebar li:last-child,
#page-thin-sidebar li.last{
    padding-bottom: 0;
    margin-bottom: 0;
}

#page-thin-sidebar section .block-grey{margin-bottom: 15px;}
#page-thin-sidebar section:last-child{margin-bottom:0;}
#page-thin-sidebar .ul-col2{width: 110.9489051094891%;}
#page-thin-sidebar .ul-col2 li{
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#page-thin-sidebar .ul-col2 a{color: #888;}
#page-thin-sidebar .ul-col2 a:hover{color: #222;}

#page-thin-sidebar .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
}
#page-thin-sidebar .nav-tabs li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#page-thin-sidebar .nav-tabs > li > a {
    color: #777777;
}
#page-thin-sidebar .nav-tabs > li > a:hover,
#page-thin-sidebar .nav-tabs > .active > a,
#page-thin-sidebar .nav-tabs > .active > a:hover {
    border-color: #e0e0e0;
    border-bottom: none;
    background: #fbfbfb;
}
#page-thin-sidebar .nav-tabs > .active > a{
    font-weight: 600;
}
#page-thin-sidebar .tab-content {
    background: #fbfbfb;
    border: solid 1px #e0e0e0;
    padding: 20px 20px 20px 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area*/
/*-----------------------------------------------------------------------------------*/

/* Popular Posts Widget */
.post-widget img{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.post-widget a{
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 7px;
}
.post-widget p{
    margin-bottom: 0;
}
.post-widget li:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Tags Widget */

#tags ul li{
	border-right: 1px solid #CDCDCD;
}
#tags ul li:last-child{
	border-right: none;
}


#tags h4 {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Flickr Widget */
.sidebar-flickr ul{width: 110.9489051094891%;}
.sidebar-flickr li{
    border: 0;
    float: left;
    padding: 0 !important;
    border-bottom: none !important;
    margin-bottom: 03.28947368421053% !important;
    margin-right: 03.28947368421053% !important;
    height: 20.06578947368421% ;
    width: 20.06578947368421% ;
}

/* Latest Projects Widget */
.carousel{margin-bottom: 0;}
.carousel-control{
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.carousel-control.post{top: 50%;}
.carousel-control.left.post{left: 0;}
.carousel-control.left{
    right: 17px;
    background: url(https://cdn.bydleni.com/min/images/arrow-blog-left.png) no-repeat center center;
}
.carousel-control.right{
    right: 0;
    background: url(https://cdn.bydleni.com/min/images/arrow-blog-right.png) no-repeat center center;
}

/* Comments Widget */
.comment-sidebar li:last-child{margin-bottom: 0 !important;}


/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles*/
/*-----------------------------------------------------------------------------------*/

.blog-post {
    margin-bottom: 15px; /*zmenÅeno z 30px*/
    font-size: 1.166em;
    line-height: 1.357em;
}
.blog-post h2.post-title{margin-bottom: 10px;}
.blog-post h2.post-title a{line-height: 25px}
.blog-post img {
    margin: 5px 10px 10px 10px;
}

.blog-post img{
    margin: inherit;
}
.photoset-grid-lightbox img{
    margin: 1px 1px 1px 1px;
}

.blog-post .meta{
	margin: 0 15px;
	padding: 5px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	}
.blog-post .meta li{
    list-style: none;
    font-size:0.9em;
    margin-right: 10px;
    float: left;
}
.blog-post .meta a{color: maroon;}
.blog-post .meta a:hover{color: #777;}
.blog-post .tags {font-style: italic;}
.blog-post.style2 img{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel,
.blog-post.style2 .video{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel img{width: 100%;}
.blog-post.style2 p{padding-top: 30px;}
.blog-post.style2 .meta{border: none;}

/* About Us Block */
.aboutus{margin-bottom: 35px;}
.aboutus h3{
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}
.aboutus .color2{font-weight: 400;}

/* Services Block */
.ident-bot-2 {margin-bottom: 17px;}
.figure-1 a.left-image {
    margin-right: 17px;
}
.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.lightbox-image img { position:relative; z-index:2; }
.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}
.img-border {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}
.lightbox-image span {
    background: url("https://cdn.bydleni.com/min/images/magnify.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service {
    margin:0 5px 10px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms*/
/*-----------------------------------------------------------------------------------*/
#af-form  input[type="text"]{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 24px;
    box-shadow: none;
    margin-top: 0;
    height: 35px !important;
    margin-bottom: 0;
    border:1px solid #ececec;
}

#af-form input[type="text"],
#af-form textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
#af-form textarea{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 160px !important;
    overflow: auto;
    border:1px solid #ececec;
    width: 100%;

}
#af-form .form-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    text-transform: capitalize;

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: maroon;
    background-image: -moz-linear-gradient(top, maroon, maroon);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(maroon), to(maroon));
    background-image: -webkit-linear-gradient(top, maroon, maroon);
    background-image: -o-linear-gradient(top, maroon, maroon);
    background-image: linear-gradient(to bottom, maroon, maroon);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83a400', endColorstr='#ff83a400', GradientType=0);
    border-color: maroon maroon maroon;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: maroon;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#af-form input:focus,
#af-form textarea:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    background-color: rgba(150,150,150, 0.1) !important;
    border-color: maroon;
}
.af-outer {margin-bottom:15px;}

label.error, label.ferror{
    color: #dc3f35;
    font-size: 13px;
}

#af-form input.error,
textarea.error {
    border: 1px solid #ff3f3f;
}

#progress{
    margin-top: 15px;
}

.search-reality-form{
	padding: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comments .avatar{
    position: relative;
    float: left;
    margin-right: -5px;
}
.comments .comments-list{
    list-style: none !important;
}
.comments .comments-list ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
.comments .meta{
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}
.comments ul ul .textarea {margin-top:-20px;}


/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails*/
/*-----------------------------------------------------------------------------------*/
.da-thumbs li,
.da-thumbs article,
.da-thumbs.portfolio span,
.da-thumbs.portfolio .span-hover{
    overflow: hidden;
    position: relative;
}
.da-thumbs li img,
.da-thumbs.portfolio span,
.da-thumbs.portfolio .span-hover{
    display: block;
    position: relative;
}
.da-thumbs li div,
.da-thumbs article div{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.da-thumbs li div.da-animate,
.da-thumbs article div.da-animate {
    -webkit-transition: all 0.3s ease;
    -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;
}
.da-slideFromTop {
    left: 0;
    top: -100%;
}
.da-slideFromBottom {
    left: 0;
    top: 100%;
}
.da-slideFromLeft {
    top: 0;
    left: -100%;
}
.da-slideFromRight {
    top: 0;
    left: 100%;
}
.da-slideTop {
    top: 0;
}
.da-slideLeft {
    left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles*/
/*-----------------------------------------------------------------------------------*/
.span9,
.span6{position: relative;}

/* Divider */
.spacer {
    height: 30px;
    clear: both;
}
hr, .divider{
    height: 1px;
    clear: both;
}

#container hr{
    margin-top: 25px;
    margin-bottom: 25px;
    border: none ;
}

#container hr.soft {margin:10px 0;}

#container .portfolio-single hr, #container .blog-single hr{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Read More */
.read-more{
    color: maroon;
}
.read-more:hover{color: #1d1d1c;}


/* Portfolio */
.portfolio h4 a{
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h4 a:hover{
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}

/* Back to Top */
#toTop {
    background: url("https://cdn.bydleni.com/min/images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 6px;
    display: none;
    height: 48px;
    overflow: hidden;
    position: fixed;
    right: 10%;
    text-decoration: none;
    text-indent: -999px;
    width: 48px;
    z-index: 1000;
}
#toTopHover {
    background: url("https://cdn.bydleni.com/min/images/ui.totop.png") no-repeat scroll left -48px transparent;
    display: block;
    float: left;
    height: 48px;
    opacity: 0;
    overflow: hidden;
    width: 48px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}

/* Others */
.dropcap{
    width: 38px;
    height: 38px;
    line-height:38px;
    float: left;
    margin-right:15px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #FB8B54;
}


blockquote{
    margin: 20px 0;
    padding: 10px  10px 10px 30px;
    border-left: 3px solid maroon;
}

blockquote p{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Georgia', serif;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}
.block-dark .video {
    margin-bottom: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.percent-50 {
    float: left;
    width: 50%;
}
#main-content{
	padding-top: 35px;
}
#header, #footer, #footer-menu, .banner-sky{
	margin-left: 0px;
}
#container{
	margin-left: 0px;
}
#header-top .container .row{
         background-color: #CA011C;
}

#header-top .container{
         padding: 0;
}

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

/*-----------------------------------------------------------------------------------*/
/*	Bydleni Special style - colors, borders*/
/*-----------------------------------------------------------------------------------*/
.top-border-divider10{
	border-top: 10px solid #dddddd;
	margin-top: 15px;
}
.top-border-divider5{
	border-top: 5px solid #dddddd;
}

.bottom-border-divider1{
	border-bottom: 1px solid #dddddd;
}
.bottom-border-divider2{
	border-bottom: 2px solid #dddddd;
}
.bottom-border-divider2{
	border-bottom: 3px solid #dddddd;
}
.bottom-border-divider5{
	border-bottom: 5px solid #dddddd;
}
.bottom-border-divider10{
	border-bottom: 10px solid #dddddd;
}
.divider-highlight {
	/*border-color: #ffa500;*/
}

.paragraph-highlighted {
    background: #ffe1dc; 
    padding: 5px;       
}
.paragraph-highlighted h4{
    font-weight: bold;
    color: maroon;
}

.paragraph-highlighted img {
    border: 0;
    float: left;
}

iframe.fb_iframe_widget_lift{
    z-index: 15 !important;
}
iframe {
    scroll: auto;
    border: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Bydleni Special settings - margins, paddings*/
/*-----------------------------------------------------------------------------------*/

.wrap15 {
	padding: 15px; position: relative;
}
.wrap10 {
	padding: 10px; position: relative;
}
.wrap5{
	padding: 5px; position: relative;
}
.offset-bottom15{
	margin-bottom: 15px;
}

.offset-bottom5{
	margin-bottom: 5px;
}

.offset-bottom0{
	margin-bottom: 0px;
}

.offset-right0{
	margin-right: 0px;
}
.offset-right15{
	margin-right: 15px;
}
.offset-right100{
	margin-right: 100px;
}
.offset-bottom10{
	margin-bottom: 10px;
}
.offset-top5{
	margin-top: 5px;
}
.offset-top10{
	margin-top: 10px;
}
.offset-top20{
	margin-top: 20px;
}
.offset-top30{
	margin-top: 30px;
}
img.offset-left0,
.offset-left0{
	margin-left: 0px;
}

.offset-auto{
    margin-left:auto;
    margin-right: auto;
}

.wrap-sides15 {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap-sides0 {
	padding-left: 0px;
	padding-right: 0px;
}
.wrap-left15 {
	padding-left: 15px;
}
.wrap-left10 {
	padding-left: 10px;
}
.wrap-left0 {
	padding-left: 0px;
}

.wrap-right15 {
	padding-right: 15px;
}
.wrap-right10 {
	padding-right: 10px;
}
.wrap-right0 {
	padding-right: 0px;
}

.wrap-top5 {
	padding-top: 5px;
}
.wrap-top10 {
	padding-top: 10px;
}
.wrap-bottom5 {
	padding-bottom: 5px;
}

.wrap-bottom10 {
	padding-bottom: 10px;
}

.z-index5 {
	z-index: 5;
}
.z-index10 {
	z-index: 10;
}


.list-row-block{
	height: 390px;
}

.list-row-block li {
	height: 130px;
}
@media (min-width: 992px) and (max-width: 1299px){
	.list-row-block{
		height: 450px;
	}
	.list-row-block li {
		height: 150px;
	}

    #menu > ul > li > a { padding: 9px 10px;}
}

/*-----------------------------------------------------------------------------------*/
/*	Bydleni Special Styles*/
/*-----------------------------------------------------------------------------------*/
.block-vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
}
.blog-post .paragraph {
	margin-bottom: 20px;
}

.blog-post .text-muted {
	color: #777777;
}

#container .blog-post .paragraph hr {
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px solid #dddddd;
}

/*every img in blog posts should be responsive*/
#container .blog-post .paragraph img {
	/*display: block; styl rozhazoval fotogalerie DK*/
	height: auto;
	max-width: 100%;
}
.obrazek_popis {
	line-height: 1;
	color: #8c8c8c;
	font-size: 13px;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 5px;
}

.img-pull-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-pull-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.img-block {
	max-height: 450px; /*DK*/
	overflow: hidden; /*DK*/
}

.img-block img{
	margin: 0px;
}

.img-block .caption{
	color: #999999;
}


address.list-min {
	margin-bottom: 10px;
}

.dl-horizontal dt {
	text-align: inherit;
}

.dl-right.dl-horizontal dt {
	text-align: right;
}

.list-min .dl-horizontal{
	margin-bottom: 10px;
}

.list-min .dl-horizontal dt{
	width: auto;
	overflow: auto;
	text-align: left;
	margin-right: 10px;
}

.list-min .dl-horizontal dd{
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-left: 0px;
	border-bottom: 1px solid #e0e0e0;
}

.list-min .dl-horizontal :last-child{
	border-bottom: none;
}

.fb-like{
    vertical-align: super; //for some reason would be displayed under line
}

.banner-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 73.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.banner-video iframe,
.banner-video object,
.banner-video embed
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-video img{
    display: block;
    height: auto;
    max-width: 100%;
}

.small-blocks-video .video-block{
    height:75px;
    overflow:hidden;
}

.small-blocks-video .video-cover{
        position:relative;
        z-index:1;
        width:109px;
        height:80px;
}
.small-blocks-video .video-thumb{
    width:109px;
    z-index:0;
    position:relative;
    top:-80px;
}

.thumbnail-gallery img{
	max-width: 100%;
}
@media (min-width: 992px){
	.thumbnail-gallery div:nth-child(odd){
		padding-right: 0;
		clear: both;
	}
	.thumbnail-gallery div:nth-child(even){
		padding-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1299px){
  
	.category-cover-main {
		width: 495px;
	}
	.category-cover-right {
		width: 144px;
	}
	.blog-post img {
		margin: 5px 10px 10px 10px;
	}
    .blog-post .photoset-grid-lightbox img{
        margin: inherit;
    }
    
}
@media (min-width: 992px){
    .md-pull-right{
        float:right;
        padding-left: 0px;
    }
}
@media (min-width: 1300px){
    .lg-pull-right{
        float:right;
        padding-left: 0px;
    }
    
}

/*-----------------------------------------------------------------------------------*/
/*	Banners Bydleni*/
/*-----------------------------------------------------------------------------------*/

.banner-sky{
	position:absolute;
	left: 101%;
	top: 172px;
	width: 120px;
}

.sky_velky{
	margin-bottom: 10px;
}

.sky_maly{
        margin-bottom: 10px;
}

#banner-leader {
	text-align: center;
}

.leaderboard{
	max-width: 100%; /* ponechano na logice flash + prohlizece */
	/* max-height: 100px;
	margin: 0 auto;
	position:relative; */
}




.banner_tip img{
	height: auto;
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Bydleni Special Vyhledavani - search*/
/*-----------------------------------------------------------------------------------*/
.category_block .category_links{
	margin-left:	95px;
}
.main_search_switches ul li{
	float:left;
	margin-right: 10px;
}

.main-search-field.input-group{
        top: 50px; /*DK*/
}

.autocom_results{
	position: absolute;
	top: 48px;
	background-color: #DBDBDB;
	padding: 5px;
	z-index: 25;
	width: 350px;
	font-size: 12px;
	display:none;
}

.autocom_results .block_title{
	color: #FFF;
	background-color: #666;
	width: 99%;
	display: block;
	padding: 2px;
	font-weight: bold;
}

.autocom_results .block_results{
	padding-top: 2px;
	font-size: 12px;
}
.autocom_results .block_results :last-child{
	border-bottom: none;
}
.autocom_results .block_row{
	display:block;
	width: 97%;
	border-bottom: 1px solid #787878;
	padding: 1px 5px;
}

#top-menu .autocom_results .block_row a{
	color: maroon;
	line-height: 20px;
	font-size:12px;
}

.autocom_results .block_row:hover{
	background-color: #f6f6f6;
}
#all_results_top{
	top: 29px;
}

/*-----------------------------------------------------------------------------------*/
/*	Header fixes*/
/*-----------------------------------------------------------------------------------*/

/*to get the banner to the top of page*/
#header{
	/*min-height: 302px;*/
}
#header .container .span8{
	position: absolute;
	top: -130px;
	width: 100%;
}
#header .container .span8  { /* .leaderboard  */
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.menu-list {
}

.menu-list div{
}



/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes*/
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1370px){
	#header, #footer{ width: 1140px;}
	#main-content {
		margin-left:auto;margin-right:auto;
	}
}

@media only screen and (min-width: 993px)  and (max-width: 1369px){
    #latest-work .carousel-wrapper li{width: 340px !important;}
    .figure-1 a.left-image {margin-right:5px;}
    .service.img-border-bg {margin-top:50px;}
    .flexslider{
        height: 403px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    #welcome{padding: 0;}
    #latest-work .carousel-wrapper li{width: 252px !important;}
    .flickr li{width: 68px}
    #sidebar .ul-col2 li {
        float: none;
        margin-right: 0;
        width: 90%;
    }
    #footer #contact input[type="text"], #footer #contact textarea{width: 90%}
    #footer [class^="icon-"]{display: none;}
    .service.img-border-bg {margin-top:50px;}
    .ident-bot-2 {margin-bottom:0;}
    .figure-3 {display:none;}
	
	.category_block .category_links{
		margin-left: 5px;
	}
	.category_block .category_img{
		float:none !important;
	}
	#header .container .span8  { /* .leaderboard  */
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.pull-left-sm {float: left;}
	#menu > ul > li > a {
		padding: 9px 3px;
		font-size: 12px;
	}
    
    .wrap-left-sm15 {
        padding-left: 15px;
    }
    
    #page-thin-sidebar{
        margin-top: 68px;
    }
    .banner_468{
        margin-left: -10px;
        margin-bottom: 5px;
    }
    
    .small-blocks .block-grey,
    .small-blocks-video .block-grey{
        height: 193px;
    }
    .small-blocks-video .block-light,
    .small-blocks .block-light{
        height: 184px;
    }
    .flexslider{
        height: 304px;
    }
}
	
@media (max-width: 767px){

    body{padding:0 }
    .container{padding: 0;}

    .res-menu{display:block;}
    .logo{text-align:center;}

    /*.search {margin-left:10px;}*/
    
    .container > .row [class*="span"]{margin-bottom: 30px;}
    .container > .row > [class*="span"]:last-child{margin-bottom: 0 !important;}
    #welcome{padding: 0;}


    #latest-work .carousel-wrapper li{max-width: 15em !important;}
    .our-projects article:nth-last-child(-n+4) {margin-bottom: 30px !important;}

    #footer-menu .span4{
        margin-bottom: 15px;
        text-align:center;
    }

    .breadcrumbs {
        padding: 40px 20px;
        position: relative;
    }

    #sidebar section:last-child {margin-bottom: 0;}
    #sidebar .ul-col2{width: 100%}
    #sidebar .ul-col2 li {
        margin-right: 0;
        width: 50%;
    }
	
	.pull-left-xs {float: left;}

    #footer .submit-div {width:270px;}
    figure {display:inline-block; margin-right:15px;}
	
	 #footer{ width: auto}

	.category_block .category_img{
		float: left !important;
	}
	#header{
		margin-top: 0px;
	}
	#menu > ul > li > a { padding: 8px 11px 8px 11px;}

    .main-search-field.input-group{
            top: 0px; /*DK*/
    }
    .small-blocks .block-grey,
    .small-blocks-video .block-grey{
        height: 188px;
    }
    .small-blocks-video .block-light,
    .small-blocks .block-light{
        height: 180px;
	overflow: hidden;
    }
    .flexslider{
        height: auto;
    }
}

@media (max-width: 480px){

    #footer .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    #footer .form-horizontal .controls {
        margin-left: 0;
    }
    #footer .form-horizontal .control-list {
        padding-top: 0;
    }
    #footer .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .submit-div {width:225px;}
	#header, #footer{ width: auto}
	.category_block .category_img{
		float: left !important;
	}
	#header{
		margin-top: 0px;
	}

}
/*-----------------------------------------------------------------------------------*/
/*	12.	Special Responsive Fixes for margins*/
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1110px){
	#mainContent,
	#footer-menu>.container,
	#top-menu>.container{
		position:relative;
/*		left: -65px; */
	}
}
@media (min-width: 1015px) and (max-width: 1109px){
	#mainContent,
	#footer-menu>.container,
	#top-menu>.container{
		position:relative;
/*		left: -25px; */
	}
}
@media (min-width: 880px) and (max-width: 991px){
	#mainContent,
	#footer-menu>.container,
	#top-menu>.container{
		position:relative;
/*		left: -65px; */
	}
    .slides span{font-size:20px;
                line-height:normal;
                margin-bottom:0;}
}
@media (min-width: 785px) and (max-width: 879px){
	#mainContent,
	#footer-menu>.container,
	#top-menu>.container{
		position:relative;
/*		left: -25px; */
	}

    .slides span{font-size:18px;
                line-height:normal;
                margin-bottom:0;}
}
@media (min-width: 767px) and (max-width: 879px){
	#page-thin-sidebar>row{left: 40px;position: relative;}
}

/*-----------------------------------------------------------------------------------*/
/*	13.	Positioning of content elements*/
/*-----------------------------------------------------------------------------------*/
/*- bez brandingu top:296px;  branding(nutno overit) top:523px; -*/
#container > .container,
#footer,
#footer-menu
{
    position:relative;
    top:296px;
}

/*- bez brandingu top:273px;  branding(nutno overit) top:500px; -*/
#container> .container.no-breadcrumbs,
#footer.no-breadcrumbs,
#footer-menu.no-breadcrumbs{
    position:relative;
    top:273px;
}

#header {
    position:absolute;
    top:109px;
}
#banner-top{
    position:absolute;
    top:0;
    padding-left: 0px;
    padding-right: 0px;
}
#top-menu{
    top:0;
}
@media (max-width: 767px){
    #container > .container
    {
        top:376px;
    }
    #footer,
    #footer-menu,
    #footer.no-breadcrumbs,
    #footer-menu.no-breadcrumbs {
        top:0px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	0.	Overwrite of default bootstrap css*/
/*-----------------------------------------------------------------------------------*/


@media (max-width: 290px)
{
    .container {
        width: 260px;
        padding-left: 0;
      }
}
/*-------------------------------------------------------------*/
/*           BYDLENI - top-menu, mobilni verze */
/*-------------------------------------------------------------*/


#hledatko{
    background-image:url(https://cdn.bydleni.com/min/images/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    height:34px;
    width:44px;
}

.menu-lista{
    margin:0 30px 0 30px;
    background-color:#CA011C;
    border-color:#CA011C;
}

.jsem-banner {
    /*background-color: white; V pripade nasazeni banneru sky o sirce 125px se u ostatnich sky udelal 5px bily pruh */
}

.dalsi-clanky{
    margin-bottom: 15px;
}

@media (max-width: 767px){

    /*#menu ul,
    .slides h3,
    #top-menu > .span6{display: none;}*/
    .slides span{font-size:16px;
		line-height:normal;
		margin-bottom:0;};
    #top-menu .top-social{float: none;}
    #banner-top{top: 60px;}
    #top-menu{display:none}
    #header{display:none}
    #mainContent > #container > .container{
        padding-top: 130px;
        top: 34px;
    }
    .top-menu-vyhledavani{
	display:none;
    }

    .leaderboard{ 
        max-width: 100%;
        position:relative;
        
    }

    .leaderboard img, .leaderboard embed{
        max-width: 100%;
    }
}

@media (min-width: 768px){
    #hledatko{
	display:none;
    }
}

  .top-menu-vyhledavani{
      z-index:9999;
      float:right;
      margin-top:8px;
  }

  .navbar-toggle {
    display: block;
    margin-right: 0;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: none !important;
  }
  .navbar-collapse.in {
    overflow-y: none;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }

  .navbar-header{
    float:unset;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: unset;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.zobrazit-podkategorie{
	display:none;
	margin-top: 10px;
}

/*barva boxu vpravo odstaneno nejasne a nefunkncni direktiva */
.block-light.clearfix.wrap5{
    color: #000000;
}

#top-zpravy .list-unstyled{
	margin-top:10px;
}

#top-zpravy > .nav li.active a{
    background: none repeat scroll 0 0 #820F0B;
    border-color: rgba(255, 255, 255, 0.3);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 4px;
    color: #fff;
    border-radius: 0;
}


#top-zpravy > .nav li a:hover {
    background: none repeat scroll 0 0 #820F0B !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    border-image: none !important;
    border-style: none none solid !important;
    border-width: 0 0 4px !important;
    color: #fff;
    border-radius: 0;

}

.btn-bydleni {
    background-color: #ca011c;
    border-color: #ca011c;
    color: #ffffff;
}

.btn-bydleni a {
    color: #ffffff !important;
}

#shared_vertical {
    /*width: 33px;*/

}
.sh_vertical_standard {
    background: none no-repeat fixed 0 0 white;
    border-radius: 17px;
    padding: 10px 10px 10px 20px;
    left: -15px;
    position: fixed;
    top: 70px;
}

#shared_vertical a {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

@media (max-width: 500px){
	.abs-no-mobile{display:none;}
	.boxiky-mobile-50{width:50%;}
	.clanek-mobile-50{width:50%;float:right;}

	.zobrazit-podkategorie{display:block}

	h3 {
 	   font-size: 16px;
    	   line-height: 18px;
	}

	.banner-sky{
	   left: 0;
	   top: 50px;
	   position:relative;
	   text-align: center;
	}

/*aby na mobilu neslo rolovat do boku, jinak obsah je i mimo viditelnou plochu*/
	.row.top-content{
	   margin: 0;
	}

	.row.top-content > .col-xs-12{
	   padding: 0;
	}
	#footer-menu > .container > .row{
	   margin: 0;
	}

    .banner_468 img, .banner_468 embed{
        max-width: 100%;
        height: 100%;
}


}

/* tables */

.bcz-table-header{
	background-color:#820f0b;
	color: white;
}

.bcz-reality-form .form-control{
	margin-bottom:7px;
}

.bcz-reality li, .bcz-reality ul{
	margin:0 !important;
	padding:0 !important;
}

/* CSS for jQuery More plugin v2.0.0. */
.more-hidden {
	display: none;
}

.more-link {
	margin-left: 1em;
	padding: 0.125em;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	text-decoration: none;
}

.more-link img {
	border: none;
}

/****FORM****/
.formular_u_zaznamu{
	background: #e8e8e8;
	padding: 20px;
}

/* pro fotogalerie */
.flex-images .item{
	border-color: #fff !important;
}
