@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
body {
    font-family: 'PT Sans';
}
.navbar {
    margin-bottom: 0px;
}
#header {
    background: #fff;
    color: #404143;
    border-bottom: 4px #7BB304 solid;
    
}
#header .contact-info {
    font-size: 14px;
    line-height: 25px;
    margin-top: 6px;
    padding-left: 0px;
    font-weight: bold;
}
#header .contact-infolgx {
    font-size: 14px;
    line-height: 25px;
    margin-top: 6px;
    padding-left: 0px;
    font-weight: bold; 
    padding-top: 16px;
    display:none;
}
#header .container {
    position: relative;
}
#header .logo {
    position: absolute;
    top: 18px;
    left: -280px;
}

#header .contact-info {
    position: absolute;
    top: 16px;
    right: -179px;;
}
#header .contact-info .phone img, #header .contact-infolgx .phone img {
    padding-right: 10px;
}
#header .contact-info .email img, #header .contact-infolgx .email img {
    padding-right: 7px;
}
#header .contact-info .email, #header .contact-infolgx .email {
    color: #B48F5E;
}
#header .contact-info .email a, #header .contact-infolgx .email a {
    color: #89c74c;
}
#header #mainmenu {
    margin-top: -2px;
    margin-bottom: -5px;
}
#header #mainmenu #navbar a {
    color: #404143;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 3px transparent solid;
    text-align: center;
    border-left: 1px #D3D3D3 solid;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: 94px;
}
@media (min-width: 200px) and (max-width: 776px) {
    #header #mainmenu #navbar a {
        border-left: none;
    }
}

#header #mainmenu #navbar a img {
    margin-bottom: 8px;
    width: 19px;
}
#header #mainmenu #navbar li.active a {
    background: transparent;
    border-bottom: 4px #48484A solid;   
    color: #7DB204;
}
#header #mainmenu #navbar a:hover, #header #mainmenu #navbar  a:focus {
    background: transparent;
    border-bottom: 4px #48484A solid;
}

#header #mainmenu .navbar-toggle {
    background: rgb(123, 179, 4);
}
#header #mainmenu .navbar-toggle .icon-bar {
    background: #fff;
}

#header #mainmenu .navbar {
    margin-bottom: 1px;
    margin-top: 4px;
}

#header .language-button-xs {
    display: inline-block;
    position: relative;
    top: 0px;
}

#header .language-button-xs .btn-default {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 12px;
}

#header .logo-button-xs {
    display: inline-block;
    position: relative;
    top: -2px;
}
.navbar-brand {
    padding: 15px 0px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: #fff;
    border-left: 1px #D3D3D3 solid;
}

#header #mainmenu #navbar .dropdown-menu {
    border-radius: 0px;
    border: none;
    padding: 10px;
    border-bottom: 5px #48484A solid;
}
#header #mainmenu #navbar .dropdown-menu li a {
    height: auto;
    padding: 8px;
    font-size: 14px;
    border: none;
    text-align: left;
}

#header #mainmenu #navbar .dropdown-menu li a:hover {
    background: #48484A;
    color: #7DB204;
}

.contact-box-xs {
    margin: 20px 0px;
}
.contact-box-xs .email img {
    padding-left: 35px;
}

.logo-menu {
    display: block;
    padding-top: 18px;
}

@media (max-width: 1750px) {
    .logo {
        display: none;
    }
}
@media (min-width: 1750px) {
    .logo-menu {
        display: none;
        padding-top: 18px;
    }
        
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo-menu img.img-responsive {
        max-width: none;
        width: 134px;
        position: relative;
        left: -12px;
    }
}
@media (min-width: 1200px) and (max-width: 1750px) {
    .logo-menu {
        padding-top: 36px;
    }
}
@media (max-width: 1750px) {
    #header .contact-info.hid1545 {
        display: none;
    }
    #header .contact-infolgx {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #header #mainmenu #navbar a {
        font-size: 13px;
    }
    #header .contact-infolgx {
        font-size: 12px;
    }
    .logo-menu {
        padding-top: 38px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #header #mainmenu #navbar a {
        font-size: 13px;
    }
    #header .contact-infolgx {
        font-size: 12px;
    }
    .logo-menu {
        padding-top: 38px;
    }
}





.article-box {
    background: #E7E7E7;
    padding: 30px;
}

.article-box .thumbnail {
    position: relative;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: #48494D;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(214,214,214,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(214,214,214,1);
    box-shadow: 3px 3px 3px 0px rgba(214,214,214,1);
}
.article-box .thumbnail img {
    width: 100%;
}
.article-box .thumbnail:hover {
    opacity: 0.9;
}

.article-box .thumbnail h3 { 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    
}

.article-box .thumbnail p {
    padding: 20px;
    padding-bottom: 0px;
    color: #D0D0D0;
}
.article-box .thumbnail a {
    color: #7EB400;
}





.thumbnail {
    border: none;
}
.thumbnail.gallery h3, .thumbnail.gallery a {
    color: #B48F5E;
}
.thumbnail.gallery-box img {
    max-height: 200px;
}

.thumbnail .price-box {
    position: absolute;
    background: #75B322;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    right: 0px;
}

.small-hr {
    height: 2px;
    background: #7EB400;
    width: 40px;
    margin: 0px auto;
}

.banner-container {
    background: url('../img/drevo_wooden_real_kosice.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 38px;
    padding-bottom: 38px;
    /*height: 485px;*/
}

.neprehliadnite {
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    color: #6D6E70;
    text-transform: uppercase;
}



.btn-green {
    background: #7BB304;
    color: #fff;
    border-radius: 0px;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.btn-green:hover, .btn-green:focus {
    color: #fff;
}

.btn-green div {
    position: absolute;
    right: 10px;
    top: 20px;
}

.btn-gray {
    background: #48494D;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.btn-gray:hover, .btn-gray:focus {
    color: #fff;
}

.btn-gray img {
    position: absolute;
    right: 9px;
    top: 15px;
}

.partner-line {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.partner-line h4 {
    color: #7B7B7D;
    text-transform: uppercase;
}
.partner-line img {
    margin-right: 50px;
}
@media (min-width: 768px) {
    .partner-line img:last-child {
        margin-right: 0px;
    }
}


@media (min-width: 200px) and (max-width: 786px) {
    .partner-line img {
        display: block;
        margin: 10px auto;
        
    }
}


.about-line {
    margin-top: 20px;
    padding: 0px;
}

.prvy-majitel {
    text-align: right;
    background: #424347;
    padding:0px;
}
.druhy-majitel {
    background: #6FA10C;
    padding:0px;
}

.prvy-majitel .phone {
    color: #8B8B8D;
    font-size: 18px;
    font-weight: bold;
    margin-right: 40px;
}

.druhy-majitel .phone {
    color: #A2BF7B;
    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
}

.prvy-majitel .title {
    color: #8B8B8D;
    font-size: 15px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}

.druhy-majitel .title {
    color: #A2BF7B;
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
}

.prvy-majitel .name, .druhy-majitel .name {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.btn-white {
    border-radius: 0;
    color: #fff;
    background: transparent;
    border: 2px #fff solid;
    font-size: 15px;
    padding: 10px 20px;
}
.btn-white:focus, .btn-white:hover {
    color: #fff;
}

.prvy-majitel .box {
    margin: 20px 40px;
}
.druhy-majitel .box {
    margin: 20px 40px;
}

.prvy-majitel p, .druhy-majitel p {
    margin: 0px;
}
.prvy-majitel img, .druhy-majitel img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 992px) {
    .prvy-majitel .name, .druhy-majitel .name {
        font-size: 18px;
    }
    .prvy-majitel .phone, .druhy-majitel .phone {
        font-size: 15px;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .prvy-majitel .phone, .prvy-majitel .title, .prvy-majitel .name,
    .druhy-majitel .phone, .druhy-majitel .title, .druhy-majitel .name {
        display: block;
        padding: 0px;
        margin: 10px 0px;;
        text-align: center;
    }
    
    .prvy-majitel, .druhy-majitel {
        text-align: center;
    }
    .btn-white {
        margin: 10px;
    }
}

.carousel-inner .item .carousel-caption {
    top:    0px;
    bottom: 0px;
    left:   0px;
    right:  0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7cb102+29,ffffff+42&1+25,0+93 */
    background: -moz-linear-gradient(left,  rgba(124,177,2,1) 25%, rgba(124,177,2,0.94) 29%, rgba(255,255,255,0.75) 42%, rgba(255,255,255,0) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(124,177,2,1) 25%,rgba(124,177,2,0.94) 29%,rgba(255,255,255,0.75) 42%,rgba(255,255,255,0) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(124,177,2,1) 25%,rgba(124,177,2,0.94) 29%,rgba(255,255,255,0.75) 42%,rgba(255,255,255,0) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb102', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 18px;
    text-shadow: none;
}

.caption-xs {
    background: #7cb102;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.caption-xs a {
    color: #fff !important;
    text-decoration: none;
}
.caption-xs a:hover {
    text-decoration: none !important;
}
.caption-xs h1 {
    margin: 0px;
    color: #fff;
    margin-bottom: 10px;
}
.carousel a:hover, .carousel a:focus {
    text-decoration: none;
}

.carousel-inner .item .carousel-caption h1 {
    text-shadow: none;
    font-weight: bold;
    font-size: 30px;
}




.cms-content {
    background: #F5F5F5;
    word-wrap: break-word;
    color: #6D6E70;
    font-size: 17px;
    padding-bottom: 30px;
    text-align: justify;
}

.cms-content h1 {
    color: #6E6F73;
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
}



.filter-box {
    width: 300px;
    height: 389px;
    position: fixed;
    left: -300px;
    top: 130px;	
    z-index: 99997;
}

.filter-box #filter_icon {
    float: right;
    width: 75px;
    height: 60px;
    right: -75px;
    cursor: pointer;	
    position: relative;	
    z-index: 99998;	
}

.filter-box .filter-content {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: left;
    top: -60px;
    position: relative;	
    z-index: 99999;		
}

#filter_icon .toggle_box {
    background: #7BB304;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

#filter_icon .text_box {
    width: 75px;
    background: #48494B;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 44px;
    padding-bottom: 44px; 
}
.filter-box .filter-content {
    background: #37383C;
    border: none;
    color: #fff;
    padding: 13px;
    width: 100%;
    height: 388px;
}

.filter-box .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 0px;
    background: #E7E7E7;
    font-size: 15px;
}

.filter-box label {
    padding-top: 5px;
    font-size: 17px;
}

.filter-box .form-group:nth-child(2) {
    margin-top: 30px;
}

.filter-box .form-group:last-child {
    margin-top: 70px;
}

.filter-box .form-group {
    margin-top: 10px;
}

.reality-filter-box {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #37383C;
    color: #fff;
}

.reality-filter-box .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 0px;
    background: #E7E7E7;
    font-size: 15px;
}
.reality-filter-box label {
    font-weight: bold;
}
.reality-filter-box .btn-green {
    padding: 14px;
}
.pt20 {
    padding-top: 15px;
}

.margin-left-prenajom {
    margin-left: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .margin-left-prenajom {
        margin-left: 5px;
    }
}

.multiselect-container {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
} 

.multiselect {
    border-radius: 0px;
    background: #e7e7e7;
}

.reality-detail {
    margin-top:  50px;
    border-bottom: 4px #92C732 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.reality-box .small-image {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.flexslider .slides img.slider-images-detail {
    max-height: 433px;
    width: auto;
}

.flexslider .slides img.thumb-slider-detail {
    max-height: 150px;
    width: auto;
    max-width: 150px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #7eb400;
    cursor: default;
    background-color: #48494d;
    border-color: #e7e7e7;
    font-weight: bold;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #424347;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.reality-detail-box {
    background: #7BB304;
    color: #fff;
    padding: 0px;
}
.reality-detail-box h2 {
    background: #70A208;
    font-weight: bold;
    margin: 0px;
    padding: 30px;   
    font-size: 25px;
}

.reality-detail-box .detail-information {
    padding: 30px;
    text-transform: uppercase;
    font-size: 15px;
}
.reality-detail-box .detail-information > div {
    margin-top: 8px;
}

.reality-detail-box h2 .label {
    font-size: 12px;
    font-weight: normal;
    background: #48494D;
}
.reality-detail-box h2 .date {
    font-size: 12px;
    font-weight: normal;
}

.reality-detail .price-detail-box {
    background: #48494D;
    color: #7BB304;
    line-height: 150px;
}

.reality-detail .price-detail-box .price { 
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.reality-detail .price-detail-box .contact-button, .cms-content .contact-button {
    background: #7bb304;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 5px 0px 0px rgb(95, 140, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgb(95, 140, 1);
    box-shadow: 0px 5px 0px 0px rgb(95, 140, 1);
}

.reality-detail .price-detail-box .contact-button:hover, .cms-content .contact-button:hover {
    position: relative;
    top: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(170,78,14,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(170,78,14,1);
    box-shadow: 0px 0px 0px 0px rgba(170,78,14,1);
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .reality-detail .price-detail-box {
        line-height: 82px;
    }
}


.tabspanel {
    margin-top: 30px;
    font-size: 17px;
    text-align: justify;
}

.tabspanel .nav-tabs { 
    border-bottom: 3px solid #E3F0D4;
}
.tabspanel .tab-content {
    padding-top: 15px;
}

.tabspanel .nav-tabs>li.active>a, .tabspanel .nav-tabs>li.active>a:focus, .tabspanel .nav-tabs>li.active>a:hover {
    border: none;
    background: transparent;
}
.tabspanel .nav-tabs>li>a:hover {
    background-color: #fff;
    border: none;
}

.tabspanel .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.nav-tabs>li.active {
    border-bottom: 3px #75B322 solid;
    margin-bottom: -3px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
}

.razcesnik-box { 
    background: #75B322;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
} 
.razcesnik-box h2 {
    font-size: 28px;
}

.razcesnik-box a {
    color: #D4F6A4;
    text-decoration: underline;
    text-transform: uppercase;
}

@media (min-width: 290px) and (max-width: 776px) {
    .razcesnik-box { 
        padding: 10px;
        padding-bottom: 20px;
        text-align: center;
    }
    .razcesnik-box a {
        font-size: 18px;
        
    }
}

@media (min-width: 200px) and (max-width: 778px) {
    .article-box {
        padding-left: 0px;
        padding-right: 0px; 
    }
    .article-box .container {
        padding: 0px;
    }
    .article-box col-sm-4 {
        padding: 0px;
    }
    
    .container-fluid.banner-container {
        padding-left: 0px;
        padding-right: 0px; 
    }
    .container-fluid.banner-container .container {
        padding: 0px;
    }
}

#footer {
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
}
#footer ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

#footer li {
    list-style: none;
    display: inline-block;
}

#footer li:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}

#footer li:last-child:after {
    content: "";
}

#footer a {
    color: #6C9B0A;
    font-weight: bold;
    font-size: 15px;
}

#footer .container {
    position: relative;
}
#footer .logo-footer {
    display: none;
    position: absolute;
    left: 20px;
    top: 51px;
}
#footer .madeby-footer {
    display: none;
    position: absolute;
    right: 20px;
    top: 56px;
}

#footer .logo-footer1780 {
    position: absolute;
    left: -280px;
}

#footer .madeby-footer1780 {
    position: absolute;
    right: -180px;
}



@media (min-width: 200px) and (max-width: 778px) {
    #footer li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #footer li:after {
        content: "";
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 1780px) {
    #footer .logo-footer {
        display: block;
    }
    
    #footer .logo-footer1780 {
        display: none;
    }
    
    #footer .madeby-footer {
        display: block;
    }
    
    #footer .madeby-footer1780 {
        display: none;
    }
}
@media (max-width: 1200px) {
    #footer .madeby-footer {
        display: none;
    }
}

@media (max-width: 1200px) {
    #footer .logo-footer {
        display: none;
    }
}

@media (max-width: 778px) {
    #footer {
        text-align: center;
    }
    .madeby-footer-col {
        padding-top: 30px;
    }
}

.contact-information li {
    margin-bottom: 10px;
}

.toggle-mobile-form {
    text-align: center;
    font-weight: bold;
    font-size: 15px; 
    padding: 15px;
    cursor: pointer;
}

#footer .madeby-footer a, #footer .madeby-footer1780 a, #footer .madeby-footer-col a {
    color: #424347;
}

.header_telefon{
    color: #000;
}

.jurgen_telefon {
    color: #8B8B8D;
}

.kopko_telefon {
    color: #A2BF7B;
}


@media (max-width: 409px) {
    .contact-infolgx .email {
        margin-left: 0px;
    }
}

@media (min-width: 410px) {
    .contact-infolgx .email {
        margin-left: 0px;
    }
}
 


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}