/*
	SpecificSession.css
	TemplateName: Centro della salute Viverbene
	Copyright (c) 2014, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* General
------------------------------------------------------------------------------------------------- */
h1, h2, h3 {
   word-wrap: break-word;
}

.img-center {
   margin: 0 auto;
}

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

body {
   background-image: url("Images/Background.jpg");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}

form {
    background-color: #FFFFFF;
}

i.icon-ok {
   color: #E74C3C;
}

.col-sm-3 .headline h2 {
    font-size: 15px;
    padding-top: 10px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.btn-primary {
    background: none repeat scroll 0 0 #E74C3C !important;
    border-color: #E74C3C;
}

.btn-primary:hover {
    background: none repeat scroll 0 0 #C0392B !important;
    border-color: #C0392B;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out 0s;
}

.boxed-layout {
   border-left: none;
   border-right: none;
}

.slider-content {
   margin: 0 auto;
}

th {
   text-align: center;
}
/*----------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
#header-title {
    font-family: icon;
    font-size: 25px;
    font-style: italic;
    margin-top: 25px;
}

header #header-slogan {
    color: #555555;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
}
/*----------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
.footer {
    background: none repeat scroll 0 0 rgba(231, 76, 60, 0.33);
    border-top: 1px solid #E74C3C;
    color: #777777;
}

footer .list > ul {
    list-style: none outside none;
    text-align: center;
}

footer .list ul li {
   border-bottom: none;
   padding-bottom: 0;
}

footer .list ul li a {
   color: #777777;
}

footer .list ul li a:hover {
   text-decoration: none;
}

.copyright {
    background: none repeat scroll 0 0 #E74C3C;
    border-top: 1px solid #E74C3C;
    text-align: center;
}

.footer p {
   color: #777777;
}

/*----------------------------------------------------------------------------------------------- */
