﻿#header {
    border-bottom: #ccc 1px solid !important;
}

section {
    border-bottom: #eee 1px solid !important;
}

div.price-table h3 {
    border-bottom: #ccc 1px solid !important;
}

div.price-table ul li {
    border-bottom: #ccc 1px solid !important;
}


#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #ccc !important;
}

#footer, #footer a {
    color: #ccc !important;
}

	#footer a:hover {
		color: #eee !important;
	}

#toTop:hover {
    background-color: #ccc !important;
}

#toTop {
    background-color: #aaa !important;
}

.lead {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 16px !important;
    }
}

#header.fixed a.logo>img{
    display: block !important;
}

#slider.welcome {
    background-image: none !important;
}

@media only screen and (max-width: 768px) {
    #slider.welcome {
        background-image:none !important;
    }
}

.info-bar div.row>div {
    border-right: #eee 1px solid;
}