    @import url('default.css');
/** Ikony **/
.ico-telephone{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/telephone-b.png') no-repeat 0px 0px transparent;
}

.ico-telephone.grey{
	background: url('../img/icons/telephone-g.png') no-repeat 0px 0px transparent;
}

.ico-telephone.white{
	background: url('../img/icons/telephone-w.png') no-repeat 0px 0px transparent;
}
.ico-email{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/email-b.png') no-repeat 0px 0px transparent;
}

.ico-email.grey{
	background: url('../img/icons/email-g.png') no-repeat 0px 0px transparent;
}

.ico-email.white{
	background: url('../img/icons/email-w.png') no-repeat 0px 0px transparent;
}
.ico-mobile{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/mobile-b.png') no-repeat 0px 0px transparent;
}

.ico-mobile.grey{
	background: url('../img/icons/mobile-g.png') no-repeat 0px 0px transparent;
}

.ico-mobile.white{
	background: url('../img/icons/mobile-w.png') no-repeat 0px 0px transparent;
}
.ico-facebook{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/facebook-b.png') no-repeat 0px 0px transparent;
}

.ico-facebook.grey{
	background: url('../img/icons/facebook-g.png') no-repeat 0px 0px transparent;
}

.ico-facebook.white{
	background: url('../img/icons/facebook-w.png') no-repeat 0px 0px transparent;
}
.ico-twitter{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/twitter-b.png') no-repeat 0px 0px transparent;
}

.ico-twitter.grey{
	background: url('../img/icons/twitter-g.png') no-repeat 0px 0px transparent;
}

.ico-twitter.white{
	background: url('../img/icons/twitter-w.png') no-repeat 0px 0px transparent;
}
.ico-linkedin{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/linkedin-b.png') no-repeat 0px 0px transparent;
}

.ico-linkedin.grey{
	background: url('../img/icons/linkedin-g.png') no-repeat 0px 0px transparent;
}

.ico-linkedin.white{
	background: url('../img/icons/linkedin-w.png') no-repeat 0px 0px transparent;
}
.ico-gplus{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/gplus-b.png') no-repeat 0px 0px transparent;
}

.ico-gplus.grey{
	background: url('../img/icons/gplus-g.png') no-repeat 0px 0px transparent;
}

.ico-gplus.white{
	background: url('../img/icons/gplus-w.png') no-repeat 0px 0px transparent;
}
.ico-youtube{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/youtube-b.png') no-repeat 0px 0px transparent;
}

.ico-youtube.grey{
	background: url('../img/icons/youtube-g.png') no-repeat 0px 0px transparent;
}

.ico-youtube.white{
	background: url('../img/icons/youtube-w.png') no-repeat 0px 0px transparent;
}
.ico-vimeo{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/vimeo-b.png') no-repeat 0px 0px transparent;
}

.ico-vimeo.grey{
	background: url('../img/icons/vimeo-g.png') no-repeat 0px 0px transparent;
}

.ico-vimeo.white{
	background: url('../img/icons/vimeo-w.png') no-repeat 0px 0px transparent;
}
.ico-flickr{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('../img/icons/flickr-b.png') no-repeat 0px 0px transparent;
}

.ico-flickr.grey{
	background: url('../img/icons/flickr-g.png') no-repeat 0px 0px transparent;
}

.ico-flickr.white{
	background: url('../img/icons/flickr-w.png') no-repeat 0px 0px transparent;
}
    a{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
    .nav-pills>li>a{
    color: #464646;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    }

    .nav-pills>li>a.active, .nav-pills>li>a:hover{
    color: #428bca;
    background: none;
    }
    .well, .well-sm{
    background: #3c3c3c;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    }


    header, footer{
    width: 100%;
    }

    hr{
    border-top: 1px solid #b5b5b5;
    }
    .affix {
    z-index: 999;
    }
    .sys-fullwidth{
    padding:0px;
    }
    .sys-invisible{
    display: none;
    }

    .sys-gallery-image{
    text-align: center;
    margin: 0 -5px;
    }
    .sys-gallery-image .sys-item{
    margin: 5px 0;
    padding: 0 5px;
    }
    .sys-gallery-image .sys-item .sys-hover{
    width: 100%;
    display: none;
    position: absolute;

    }
    .sys-gallery-image .sys-item:hover .sys-hover{
    display: table-cell;
    vertical-align: middle;
    }
    .sys-gallery-image .sys-item:hover .sys-iris{
    width: 100%;
    position: absolute;
    background: #000000;
    display: block;
    opacity: .7;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    }
    .sys-gallery-image .sys-item a{
    border: 1px solid #ebebeb;
    display: inline-block;
    background-color: #ffffff;
    height: 100%;
    position: relative;
    }

    .sys-gallery-image a .sys-image{
    display: table-cell;
    vertical-align: middle;
    }

    .sys-imagelink{

    margin: 0 -5px;
    }

    #content .sys-imagelink img{

    padding: 0px;
    }

    .sys-imagelink .sys-item .sys-hover{
    width: 100%;
    display: none;
    position: absolute;
    padding: 25px;

    }
    .sys-imagelink .sys-item:hover .sys-hover{
    display: table-cell;
    vertical-align: middle;
    }

    .sys-imagelink .sys-item:hover .sys-hover p{
    margin-top: 15px;
    color: #ffffff;
    }

    .sys-imagelink .sys-item:hover .sys-hover li{
    text-align: left;
    }

    .sys-imagelink .sys-item:hover .sys-hover h1, .sys-imagelink .sys-item:hover .sys-hover h2, .sys-imagelink .sys-item:hover .sys-hover h3, .sys-imagelink .sys-item:hover .sys-hover h4, .sys-imagelink .sys-item:hover .sys-hover li{
    color: #ffffff;
    }

    .sys-imagelink .sys-item:hover .sys-iris{
    width: 100%;
    position: absolute;
    background: #000000;
    display: block;
    opacity: .7;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    }
    .sys-imagelink .sys-item a{

    display: block;
    background-color: #ffffff;
    height: 100%;
    position: relative;
    }

    .sys-imagelink a .sys-image{
    display: table-cell;
    vertical-align: middle;
    }

    .sys-contact p{
    margin: 0px;
    font-size: 0.81em;
    }

    .sys-contact .col-lg-7{
    padding: 0px;
    }
    .sys-contact-name{
    font-size: 1.2em !important;
    font-weight: bold;
    line-height: 0.9em;

    margin-top: 5px !important;
    }

    .sys-contact-caption{
    color: #727272;
    font-size: 0.9em !important;
    font-style:italic;
    margin-bottom: 10px !important;
    }

#content .nav li:before{
    content: '' !important;
    display: none;
}
#content .nav{
    margin-top: 25px;
    background: #ebebeb;
}
#content .nav li{
    border-bottom: #393939 solid 2px;
    width: 100%;
    }
a, a:hover, .nav-pills>li>a.active, .nav-pills>li>a:hover {color: #d23e2a;}#content ul li:before {content: "■";padding-right: 12px;font-size: 1.2em;margin-left: -22px;color: #d23e2a;}.tparrows {color: #d23e2a;}.tp-bullets .bullet.selected {color: #d23e2a !important;}.sys-map-pin {background-color: #d23e2a !important;}.sys-imagelink {border-top: #d23e2a solid 5px;border-bottom: #d23e2a solid 5px;}.sys-color-primary {color: #d23e2a;}.btn-primary {background-color: #d23e2a;border-color: #b82410;}.btn-primary:hover {background-color: #c5311d;border-color: #ac1804;}h2 {text-transform: uppercase;}h3 {text-transform: uppercase;color: #747474;}h4 {text-transform: uppercase;color: #8f8f8f;}.btn {text-transform: uppercase;}.nav a {text-transform: uppercase;font-size: 0.85em;}body {background-color: #ffffff;}header {background-color: #ffffff;border-bottom: #e2e2e2 solid 1px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);}header .nav a {border-bottom: #ffffff solid 4px;}#HLE-block-0 .nav {margin-top: 85px;}header .nav a.active,header .nav a:hover {border-bottom: #d23e2a solid 4px;}