/* --- General --- */
body { font-family: "Open Sans", sans-serif; color: #444444; background: #f4f4f5; }
.wrapper { display:block; width:100%; margin:0; padding:0; }
a { color: #2c7bbf; outline: none; text-decoration: none; }
a:hover { color: #2c7bbf; outline: none; text-decoration: none; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 { margin: 30px 0 20px 0; padding: 0; }
h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover, h5, h5 a, h5 a:hover, h6, h6 a, h6 a:hover { font-family: "Roboto", sans-serif; color: #003153; text-decoration: none; }

/* --- Kolory --- */
.red { color: #c8262b; } .blue { color: #1099db; } .cblue { color: #096084; } .green { color: green; } .silver { color: silver; } .white { color: #fff; } .yellow { color: #f8cd14; } .orange { color: #ed9c14; } .black { color: #000; }

/* --- General color --- */
.GenCol, .GenCol p, .GenCol b, .GenCol i, .GenCol a, .GenCol a:hover { background: #003153; color: #fff; text-decoration: none; }

.contact-address { border-left: 1px solid #fff; border-right: 1px solid #fff; }
.ContactListTop { border-bottom: 1px solid #fff; margin-bottom: 25px; }

/* --- preloader --- */
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; }
#preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #2c7bbf; border-top-color: #f4f4f5; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; }
@-webkit-keyframes animate-preloader {
0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }
}
@keyframes animate-preloader {
0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }
}

/* --- topbar --- */
#topbar { height: 40px; font-size: 15px; font-weight: 600; z-index: 996; transition: all 0.5s; }
#topbar.topbar-scrolled { top: -40px; }
#topbar i { padding-right: 6px; line-height: 0; }
.TopTel { margin-right: 10px; }

/* --- header --- */
#header { background: rgba(255, 255, 255, 0.7); transition: all 0.5s; z-index: 997; padding: 10px 0; top: 40px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }
#header.header-scrolled { background: rgba(255, 255, 255, 0.9); }
@media (max-width: 992px) { #header { padding: 10px 0; } }
#header.header-scrolled { top: 0; }
#header .logo { font-size: 28px; margin: 0; padding: 0; line-height: 1; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }
#header .logo img { max-height: 50px; }

/* --- navigation --- */

/* Desktop Navigation */
.navbar { padding: 0; }
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
.navbar li { position: relative; }
.navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 20px; font-family: "Roboto", sans-serif; font-size: 15px; color: #353535; white-space: nowrap; transition: 0.3s; font-weight: 500; }
.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; }
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #2c7bbf; }
.navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; border-radius: 4px; }
.navbar .dropdown ul li { min-width: 200px; }
.navbar .dropdown ul a { padding: 10px 20px; text-transform: none; }
.navbar .dropdown ul a i { font-size: 12px; }
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a { color: #2c7bbf; }
.navbar .dropdown:hover > ul { opacity: 1; top: 100%; visibility: visible; }
.navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; }
.navbar .dropdown .dropdown:hover > ul { opacity: 1; top: 0; left: 100%; visibility: visible; }
@media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover > ul { left: -100%; } }

/* Mobile Navigation */
.mobile-nav-toggle { color: #555555; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; }
.mobile-nav-toggle.bi-x { color: #fff; }
@media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } }
.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(60, 60, 60, 0.9); transition: 0.3s; z-index: 999; }
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }
.navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 8px; background-color: #fff; overflow-y: auto; transition: 0.3s; }
.navbar-mobile a { padding: 10px 20px; font-size: 15px; color: #555555; }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #2c7bbf; }
.navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }
.navbar-mobile .dropdown ul li { min-width: 200px; }
.navbar-mobile .dropdown ul a { padding: 10px 20px; }
.navbar-mobile .dropdown ul a i { font-size: 12px; }
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a { color: #2c7bbf; }
.navbar-mobile .dropdown > .dropdown-active { display: block; }

/* --- Wyszukiwarka --- */
.pull-right { text-align:right!important; padding-right: 0!important; margin: 0 0 0 0!important; }
.navbar-form { margin: 0px!important; margin-top: 0px!important; padding-right: 0!important; padding-left: 10px!important; } 
#fwhat { background: #fff; color:#666; border:1px solid #7c7c7c; font-size: 10px!important;}
.form-control:focus { }
.topsearch { background: #7c7c7c; color:#fff; border:1px solid #7c7c7c; }
.topsearch:hover { background: #7c7c7c; color:#fff; border:1px solid #7c7c7c;}
.butsea { margin-top: -0px!important; margin-left: 20px!important; }

/* --- slider --- */
#hero { width: 100%; height: 100vh; background-color: rgba(60, 60, 60, 0.8); overflow: hidden; position: relative; }
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before { position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
#hero .carousel-item { background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; justify-content: center; align-items: flex-end; }
#hero .container { text-align: center; background: rgba(255, 255, 255, 0.7); padding-top: 30px; padding-bottom: 30px; margin-bottom: 50px; border-top: 3px solid #989795; }
@media (max-width: 1200px) { #hero .container { margin-left: 50px; margin-right: 50px; } }
#hero h2 { color: #2f2f2f; margin-bottom: 20px; font-size: 36px; font-weight: 700; }
#hero p { margin: 0 auto 30px auto; color: #555555; }
#hero .carousel-inner .carousel-item { transition-property: opacity; background-position: center top; }
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { opacity: 0; }
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s; }
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { left: 0; transform: translate3d(0, 0, 0); }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon { background: none; font-size: 30px; line-height: 0; width: auto; height: auto; background: rgba(68, 67, 67, 0.8); border-radius: 50px; transition: 0.3s; color: rgba(255, 255, 255, 0.5); width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; }
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover { background: #989795; color: rgba(255, 255, 255, 0.8); }
#hero .carousel-indicators li { cursor: pointer; background: #fff; overflow: hidden; border: 0; width: 12px; height: 12px; border-radius: 50px; opacity: .6; transition: 0.3s; }
#hero .carousel-indicators li.active { opacity: 1; background: #989795; }
#hero .btn-get-started { font-family: "Roboto", sans-serif; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 14px 32px; border-radius: 4px; transition: 0.5s; line-height: 1; color: #fff; background: #989795; }
#hero .btn-get-started:hover { background: #64615f; }
@media (max-width: 992px) { #hero { height: 100vh; } #hero .container { margin-top: 100px; } }
@media (max-width: 768px) { #hero h2 { font-size: 28px; } }
@media (min-width: 1024px) { #hero .carousel-control-prev, #hero .carousel-control-next { width: 5%; } }
@media (max-height: 500px) { #hero { height: 160vh; } }
#slider-bottom { margin-top:-4px; }

/* tło górne, breadcrumb */
.TColTop { margin-top:40px; } 
img.TColTopImg { width: 100%!important; height: auto!important;  }
@media (max-width: 768px) { .TColTop { margin-top:40px; } }

.TColBread { background: #f4f4f5!important; border: none!important; }
.breadcrumb { background: transparent; margin: 3px 0 3px 0; padding-left:0; padding-right:0; font-size: 0.8em; }
.breadcrumb > li + li::before { content: " / "; color: #555; font-weight: bold; }
.breadcrumb > .active { color: #555; font-weight: bold; }
.ColNav, .breadcrumb a { color: #555; font-weight: bold; text-decoration: none; }

.TColSlid { height: 110px; }
.ColForm, .ColForm:hover { background-color: #434547; border:1px solid #434547; }
.ColFormSpace { margin-bottom: 20px;  }

/* --- section --- */
section { padding: 0; overflow: hidden; }
.section-title { text-align: justify; }
.section-title h1 { font-weight: bold; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 20px; position: relative; }
.section-title h1::after { content: ''; position: absolute; display: block; width: 50px; height: 3px; background: #445663; bottom: 0; }
@media (max-width: 768px) { .section-title { text-align: left; } }

#mapka { margin-top: 30px; }

/* --- Zdjęcia --- */
.imgr {width: 500px; height: auto; float:right; margin:5px 0 5px 10px;  } 
.imgrl {width: 500px; height: auto; float:left; margin:5px 15px 5px 0; clear:right; }
.imgp { margin-bottom: 25px; width: 100%; height: auto; }
.imgroundr { width: 300px; height: auto; float:right; margin:5px 0 5px 10px; border-radius: 50% !important; }
.imgroundl { width: 300px; height: auto; float:left; margin:5px 15px 5px 0; border-radius: 50% !important; }
@media (max-width: 991px) {
.imgr, .imgrl, .imgroundr, .imgroundl { width: 100%; height: auto; }
}

/* --- galeria zdjęć --- */
.portfolio { margin-top: 20px; }
.portfolio-item { padding-bottom: 22px; }

/* list-group */
.list-group-item { background: none!important; border: none!important; padding-bottom: 15px; }
p.panel-title a { display: block; }

/* wpisy */
.WpisRow { overflow: hidden!important; }
.promonap { margin-top: 15px!important; padding-top: 0!important; padding-bottom: 5px!important; }
.promonap, .promonap a { text-decoration: none; }
.promonap a:hover { text-decoration: none; }
p.WpisData { padding-top: 1px; margin:0!important; float:left; color: #868686; font-size: 12px; }
.WpisBottom { height: 1px; margin: 30px 0 30px 0; border-top: 1px solid #d2d2d2; }
.pagination > li > a, .pagination > li > span { font-size: 13px; padding: 4px 8px!important; }

.PromoImg { overflow: hidden; /* padding: 12px; */ position: relative; }
.PromoImg img { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; width: 100%; height: auto; margin-top: 0px!important; }
.PromoImg img:hover { transform: scale(1.10); -ms-transform: scale(1.10); -webkit-transform: scale(1.10); }

.PromoRowKat { background: none; display: block; } 
.PromoRowBoxKat { background: none!important; padding: 2px; margin-bottom: 10px!important; } 
.PromoImgKat { overflow: hidden; /* padding: 12px; */ position: relative; }
.PromoImgKat img { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; width: 100%; height: auto; }
.PromoImgKat img:hover { transform: scale(1.10); -ms-transform: scale(1.10); -webkit-transform: scale(1.10); }
.PromoHKat h2 { margin: 5px 15px 15px 2px!important; text-align: left; font-size: 1em; font-weight: 700; }
.PromoHKat h2, .PromoHKat h2 a, .PromoHKat h2 a:hover {  }

/* --- Miniatury kategorii --- */
.KatRow { overflow: hidden!important; margin-bottom: 30px; }
.KatRowImg { overflow: hidden!important; position: relative; min-height: 50px; }
.KatRowImg img { width: 100%; height: auto; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.KatRowImg img:hover { transform: scale(1.10); -ms-transform: scale(1.10); -webkit-transform: scale(1.10); }
.KatTitle { position: absolute; bottom: 10px; left: 5%; right: 5%; }
.KatTitle h2 { text-align: center; font-size: 1.2em; background: rgba(0, 0, 0, 0.5); }
.kat { padding-top: 10px!important; padding-bottom: 10px!important; }
.kat, .kat a, .kat a:hover { color: #fff; text-shadow: 0 0 5px #000, 0 0 10px #000; }

/* --- Banery promocyjne --- */
.about { background: none; padding: 30px 0 0px 0; position: relative; }
.about::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 9; }
.about .container { position: relative; z-index: 10; }
.about .about-col { background: #fff; border-radius: 0 0 4px 4px; box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; -moz-box-shadow: 4px 4px 5px #7a7d80; -webkit-box-shadow: 4px 4px 5px #7a7d80; box-shadow: 4px 4px 5px #7a7d80; }
.about .about-col .img { position: relative; }
.about .about-col .img img { border-radius: 4px 4px 0 0; }
.about .about-col .icon { width: 64px; height: 64px; padding-top: 8px; text-align: center; position: absolute; background-color: #dbe3de; border-radius: 50%; text-align: center; border: 4px solid #fff; left: calc( 50% - 32px); bottom: -30px; transition: 0.3s; }
.about .about-col i { font-size: 36px; line-height: 1; color: #fff; transition: 0.3s; }
.about .about-col:hover .icon { background-color: #d2d2d2; }
.about .about-col:hover i { color: #dbe3de; }
.about .about-col h5 { text-align: center; font-weight: 700; font-size: 20px; padding: 0; margin: 40px 0 12px 0; }
.about .about-col h5 a {  }
.about .about-col h5 a:hover { }
.about .about-col p { font-size: 14px; line-height: 24px; color: #333; margin-bottom: 0; padding: 0 20px 20px 20px; }

/* --- Tytuły banerów --- */
.PromoTitle { border: medium none currentColor; min-height: 15px; position: relative; text-align: center; clear: both; margin: 0px 0px 20px 0px; padding: 0px; }
.PromoTitle::before { border-top: 1px solid #555; content: ""; left: 0px; position: absolute; top: 50%; width: 100%; z-index: 1; }
.PromoTitle span { background: #f4f4f5; display: inline-block; font-size: 1em; padding: 5px 15px 5px 15px; position: relative; z-index: 1; font-weight: 700; }

/* --- Banery duże --- */
.call-to-action { background-size: cover; padding: 100px 0; margin-top: 30px; }
.call-to-action h3 { color: #fff; background: rgba(0, 0, 0, 0.5); padding: 25px 5px; font-size: 24px; font-weight: 700; }
.call-to-action p { color: #fff; font-size: 1.1em; font-weight: bold; background: rgba(0, 0, 0, 0.5); padding: 15px 5px; }
.call-to-action .cta-btn { text-transform: uppercase; font-weight: 500; font-size: 16px; letter-spacing: 1px; display: inline-block; padding: 8px 28px; border-radius: 25px; transition: 0.5s; margin-top: 10px; border: 2px solid #fff; color: #fff; }
.call-to-action .cta-btn:hover { background: #1e90ff; border: 2px solid #1e90ff; }

/* --- Odliczanie --- */
#facts { }
#facts .container { position: relative; z-index: 10; }
#facts .counters span { font-weight: bold; font-size: 48px; display: block; color: #fff; }
#facts .counters p { padding: 10px; margin: 30px 0 0px 0; font-size: 18px; color: #fff; }

/* --- Logotypy przewijane --- */
.TColRef { background: #0093f0; padding-top: 20px!important; padding-bottom: 10px!important; margin-top: 30px!important;  }
.TColRef h3 { color: #fff; margin-top: 5px!important; }
.gallery { overflow: hidden; }
.swiper-slide img { width: 100%; height: auto; opacity: 1; transition: 0.3s; padding: 0px 15px 30px 15px; }

/* --- Footer --- */
/* 0, 1, 2, 3 */
.Footer { font-size: 15px; padding-top: 25px!important; padding-bottom: 15px!important; margin-top: 40px; }
p.powered { text-align:right; }
@media (max-width: 767px) { 
.ContactListBottom { text-align: center; } 
p.powered { text-align: center; }
}
/* 2, 3 */
.ContactListTop { margin-bottom: 25px; }
.BoxCL { display: table; padding-top: 20px; padding-bottom: 35px; }
.BoxCL:before, .BoxCL:after { display: table; content: ""; line-height: 0; }
.BoxCL:after { clear: both; }
.BoxCLA { float: left; }
.BoxIcon { position: relative; width: 40px; height: 40px; line-height: 40px; font-size: 1em; text-align: center; border-radius: 50%; }
.BoxIcon:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.BoxCLAD { vertical-align: middle; display: table-cell; padding-top: 8px!important; padding-left: 10px; overflow: hidden; }
/* 3 */
.BoxCLADSmall { text-align: center; padding-top: 5px; padding-bottom: 25px; overflow: hidden; }

/* 6 */
.contact-address, .contact-phone, .contact-email { margin-bottom: 40px; }
.contact-info { margin-top: 10px; margin-bottom: 20px; text-align: center; }
.contact-info i { font-size: 24px; display: inline-block; margin-bottom: 10px; }

/* --- back-to-top --- */
.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #666; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; }
.back-to-top i { font-size: 28px; color: #fff; line-height: 0; }
.back-to-top:hover { background: #7e7e7e; color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }

/* --- Cookies --- */
#cookies-message { display: block; width: 250px!important; padding: 15px; font-size: 0.8em; line-height: 18px; border-bottom: 1px solid rgb(211, 208, 208); text-align: justify; position: fixed; bottom: 0px; left: 20px; background-color: #222; color: #fff; width: 100%; z-index: 999; border:2px solid red;}
#link-cookies-checkbox { color: #fff; font-weight: 700; font-size: 0.8em;; }
#accept-cookies-checkbox { background-color: #4A5155; padding: 5px 15px; color: #FFF; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; display: inline-block; margin-left: 50px; text-decoration: none; cursor: pointer; font-weight: 700; font-size: 1em; text-align: center; }

/* --- social --- */
.slideout-widget { position: fixed; right: -6em; top: 50%; transition: right .4s; width: 6em; z-index: 10; }
.slideout-widget:hover { right: 0; }
.slideout-widget i { font-size: 2em; }
.slideout-widget-handler, .slideout-widget-content { background: #eee; border: 1px solid #ddd; }
.slideout-widget-content { padding: 0.75em .5em; }
.slideout-widget-handler { border-right: none; left: -3em; position: absolute; text-align: center; width: 3em; }
.slideout-widget-content { border-width: 1px 0; overflow: hidden; width: 100%; z-index: 11; }
.widget-facebook .slideout-widget-handler, .widget-facebook .slideout-widget-content { background: #3c5b9b; border: none; }
.widget-facebook, .widget-facebook a { color: #fff; }
.widget-youtube .slideout-widget-handler, .widget-youtube .slideout-widget-content { background: #ff0000; border: none; }
.widget-youtube, .widget-youtube a { color: #fff; }
.widget-twitter .slideout-widget-handler, .widget-twitter .slideout-widget-content { background: #19bfe5; border: none; }
.widget-twitter, .widget-twitter a { color: #fff; }
.widget-instagram .slideout-widget-handler, .widget-instagram .slideout-widget-content { background: #833ab4; border: none; }
.widget-instagram, .widget-instagram a { color: #fff; }
.widget-facebook { top: 30%; }
.widget-youtube { top: 30%; margin-top: 4em; }
.widget-twitter { top: 30%; margin-top: 8em; }
.widget-instagram { top: 30%; margin-top: 12em; }
/* @media (max-width: 768px) { .slideout-widget { display: none; } } */

/* --- Posty timeline --- */
.timeline { position: relative; padding: 20px 0 20px; list-style: none; }
.timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background-color: #eeeeee; }
.timeline > li { position: relative; margin-bottom: 20px; }
.timeline > li:before, .timeline > li:after { content: " "; display: table; }
.timeline > li:after { clear: both; }
.timeline > li:before, .timeline > li:after { content: " "; display: table; }
.timeline > li:after { clear: both; }
.timeline > li > .timeline-panel { float: left; position: relative; width: 46%; padding: 20px; border: 1px solid #d4d4d4; border-radius: 2px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
.timeline > li > .timeline-panel:before { content: " "; display: inline-block; position: absolute; top: 26px; right: -15px; border-top: 15px solid transparent; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; border-left: 15px solid #ccc; }
.timeline > li > .timeline-panel:after { content: " "; display: inline-block; position: absolute; top: 27px; right: -14px; border-top: 14px solid transparent; border-right: 0 solid #fff; border-bottom: 14px solid transparent; border-left: 14px solid #fff; }
.timeline > li > .timeline-badge { z-index: 1; position: absolute; top: 16px; left: 50%; width: 50px; height: 50px; margin-left: -25px; border-radius: 50% 50% 50% 50%; text-align: center; font-size: 1.4em; line-height: 50px; color: #fff; background-color: #1e90ff; }
.timeline > li.timeline-inverted > .timeline-panel { float: right; }
.timeline > li.timeline-inverted > .timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; }
.timeline > li.timeline-inverted > .timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; }
.timeline-badge.primary { background-color: #2e6da4 !important; }
.timeline-badge.success { background-color: #3f903f !important; }
.timeline-badge.warning { background-color: #f0ad4e !important; }
.timeline-badge.danger { background-color: #d9534f !important; }
.timeline-badge.info { background-color: #5bc0de !important; }
.timeline-title { margin-top: 0; color: inherit; }
.timeline-body > p, .timeline-body > ul { margin-bottom: 0; }
.timeline-body > p + p { margin-top: 5px; }
@media (max-width: 767px) {
ul.timeline:before { left: 40px; }
ul.timeline > li > .timeline-panel { width: calc(10%); width: -moz-calc(10%); width: -webkit-calc(10%); }
ul.timeline > li > .timeline-badge { top: 16px; left: 15px; margin-left: 0; }
ul.timeline > li > .timeline-panel { float: right; width: 75%; }
ul.timeline > li > .timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; }
ul.timeline > li > .timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; }
}

/* --- CalendarPickerControl --- */
.FloatLeft { float: left; }
div.calendarbutton{ position: absolute; width: 20px; height: 21px; background: transparent url("../images/calendar_icon.png") no-repeat center; } #CalendarPickerControl{ background-color: transparent; width: 250px; height: 200px; } #CalendarPickerControl table.calframe{ width: 100%; border: 1px solid black; background-color: buttonface; text-align: center; } #CalendarPickerControl td.monthname{ width: 100%; font: normal 13px Verdana; color: captiontext; font-weight: bold; background-color: activecaption; } #CalendarPickerControl td.monthnameLNX{ width: 100%; font: normal 13px Verdana; color: highlighttext; font-weight: bold; background-color: highlight; } #CalendarPickerControl table.navigation{ width: 100%; text-align: center; } #CalendarPickerControl td.navbutton{ font: normal 11px Verdana; color: buttontext; font-weight: bold; background-color: buttonface; border-width: 1px; border-style: solid; border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight; cursor: pointer; }
#CalendarPickerControl td.navbutton:hover{ text-decoration: underline; border-color: threeddarkshadow buttonhighlight buttonhighlight  threeddarkshadow; background-color: buttonshadow; } #CalendarPickerControl span.yearbutton{ cursor: pointer; } #CalendarPickerControl span.yearbutton:hover{ text-decoration: underline; } #CalendarPickerControl td.dayname{ font: normal 11px Verdana; color: captiontext; font-weight: bold; background-color: activecaption; } #CalendarPickerControl td.daynameLNX{ font: normal 11px Verdana; color: highlighttext; font-weight: bold; background-color: highlight; } #CalendarPickerControl td.today{ font: normal 11px Verdana; background-color: buttonface; color: red; text-decoration: none; cursor: pointer; border-width: 1px; border-style: solid; border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight; } #CalendarPickerControl td.today:hover{ text-decoration: underline; background-color: threedshadow;
border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow; } #CalendarPickerControl td.current{ font: normal 11px Verdana; font-weight: bold; background-color: highlight; color: highlighttext; text-decoration: none; cursor: pointer; border-width: 1px; border-style: solid; border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow; } #CalendarPickerControl td.current:hover{ text-decoration: underline; } #CalendarPickerControl td.day{ font: normal 11px Verdana; background-color: buttonface; color: buttontext; text-decoration: none; cursor: pointer; border-width: 1px; border-style: solid; border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight; } #CalendarPickerControl td.day:hover{ text-decoration: underline; background-color: threedshadow; border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow; } #CalendarPickerControl td.weekend{ font: normal 11px Verdana; color: buttontext; text-decoration: none;
background-color: threedshadow; font-style: italic; cursor: pointer; border-width: 1px; border-style: solid; border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight; } #CalendarPickerControl td.weekend:hover{ background-color: buttonshadow; text-decoration: underline; border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow; } #CalendarPickerControl td.dayothermonth{ font:normal 11px Verdana; background-color: buttonhighlight; color: inactivecaptiontext; border: 1px solid buttonhighlight; } #CalendarPickerControl td.weeknumber{ font:normal 9px Verdana; background-color: buttonface; color: inactivecaptiontext; border-width: 0px; }
.non-block { display: inline!important; }