/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-image:url('img/centro-trasfusionale.png');
    background-position: bottom center;
    background-color: transparent;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 80px 80px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 80px 80px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 80px 80px rgba(0, 0, 0, 0.6);
    -o-box-shadow: inset 0 80px 80px rgba(0, 0, 0, 0.6);
}

.slide1 {
    background: url('../img/blood_cells.jpg'), linear-gradient(to top, rgba(255,0,0,1) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
    background-size: cover;
}

.slide2 {
    background: url('../img/slides/securblood_slide.jpg'), linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
}

.slide3 {
    background: url('../img/securdrop.jpg'), linear-gradient(to top, rgb(215, 167, 24) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
}

.slide4 {
    background: url('../img/slides/securtemp_slide.jpg'), linear-gradient(to top, rgba(70,100,100,1) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
}

.slide5 {
    background: url('../img/securbag.jpg'), linear-gradient(to top, rgb(20, 60, 80) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
}

.slide6 {
    background: url('../img/secureblood.jpg'), linear-gradient(to top, rgba(255,0,0,1) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
}

.slide7 {
    background: url('../img/slides/jetrail_slide.jpg'), linear-gradient(to top, rgb(221, 221, 221) 0%,rgba(255,255,255,1) 50%);
    background-blend-mode: multiply;
}

header.carousel: h1, h2, h3, h4, h5 {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .75);
    letter-spacing: 0.1em;
    margin-top: -10px;
}

header.carousel: p {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.0);
    letter-spacing: 0.15em;
    font-weight: lighter;
    font-size: 1.15em;
    margin-top: -10px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

.foot-links a, .foot-links p{
    display: block;
    color: rgb(63, 63, 63);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 13px;
    color: rgb(63, 63, 63);
    padding-bottom: 5px;
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;

}

.foot-links img{
    padding-top: 5px;
}
#footer{
    /*background: rgb(241, 241, 241);
    border-top: 1px solid rgb(222, 222, 222);*/
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;

}
.foot-header{
    font-size: 18px;
    color: rgb(63, 63, 63);
    padding-bottom: 20px;
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}

#footer .container{
    width: 100%;
}

#bottom-footer{
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

#bottom-footer a{
    text-decoration: none;
    color: #626262;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 12px;
    padding: 0px 15px;
    border-right: 1px solid #ccc;
    font-size: 13px;
    color: #626262;
    padding: 0 12px;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

#bottom-footer p{
    text-decoration: none;
    color: #626262;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 12px;
    padding: 0px 15px;
    border-right: 1px solid #ccc;
    font-size: 13px;
    color: #626262;
    padding: 0 12px;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
#bottom-footer .phone img{
    margin-right: 7px;
}
#bottom-footer .phone .red{
    font-size: 22px;
    margin-top: -7px;
    font-size: 18px!important;
    color: #d10029!important;
    position: relative;
    top: -5px;
    text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
}
#bottom-footer .phone .red small{
    font-size: 12px!important;
    display: block;
    color: #626262!important;
    text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
    margin-top: -5px;
}
#final-footer{
    font-size: 11px;
    color: #666;
}
#final-footer i{
    font-size: auto;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 0px;
    /*border-bottom: 1px solid #eee;*/
}

.red{
    color: firebrick;
}

.medical-device-lg {
    background: url('../img/dm.png');
    z-index: 1000;
    position: absolute;
    right: 37.5%;
    top: 80px;
    width: 140px;
    height: 140px;
}

.medical-device-sm {
    background: url('../img/dm.png');
    z-index: 1000;
    position: absolute;
    right: 10%;
    top: 80px;
    width: 140px;
    height: 140px;
}

.medical-device-lg-en {
    background: url('../img/dm_en.png');
    z-index: 1000;
    position: absolute;
    right: 37.5%;
    top: 80px;
    width: 140px;
    height: 140px;
}

.medical-device-sm-en {
    background: url('../img/dm_en.png');
    z-index: 1000;
    position: absolute;
    right: 10%;
    top: 80px;
    width: 140px;
    height: 140px;
}