body {
    background: url(background.jpg) repeat;
    position: relative;
    color: #777;
}

body::after {
	content: "";
	position: fixed;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
	background: url(cloud.png) no-repeat;
	background-position: bottom;
	background-repeat: repeat-x;
	opacity: .95
}

#header .header-top #_desktop_logo {
    padding-left: 120px;
}

div#contact-link,
.user-info {
    color: #555;
}

#header nav.header-nav {
    position: relative;
    z-index: 99;
}

nav.header-nav .mobile {
    padding-top: 5px;
}

#header .header-nav #menu-icon {
    color: #e6007e;
}

#header .header-nav #menu-icon i {
    font-size: 29px;
}

div#_mobile_logo {
	width: inherit !important;
	justify-content: left !important;
}

div#_mobile_logo h1 {
    margin-bottom: 0;
}

.block-social {
    text-align: left;
    padding: 0 !important;
}

.block-social ul {
    margin-bottom: 0;
}

.block-social .facebook, .social-sharing .facebook {
    background-color: #eee;
}

.big-slider .caption {
    text-shadow: 0 1px 2px rgba(255,255,255,.9);
    color: #e6007e;
    letter-spacing: 1px;
}

.slider-text-effect h3 {
    font-weight: bold;
}

.slider-text-effect p {
    font-weight: bold;
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 0;
}

.big-slider .img-slider {
    position: relative;
}

.big-slider .img-slider::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    top: 0;
    left: 0;
}

.big-slider .slider-text-effect {
    background: rgba(255,255,255,.7);
    padding: 15px 20px;
    border-left: 6px solid #dd006c;
}

.big-slider .caption {
    margin: 0 7%;
}

main {
    margin: 30px auto 0px;
}

.container {
	position: relative;
    z-index: 9;
}

div#slider_row {
    padding: 0 45px;
}

section.featured-products {
    border-bottom: 1px dashed #eee;
}

div#custom-text {
    padding-left: 0;
    padding-right: 0;
}

#custom-text p {
    font-size: 16px;
}

#custom-text p:last-child,
#custom-text h3:last-child {
	margin-bottom: 0;
}

hr.hr-min {
    max-width: 100px;
    border-top: 2px solid #dd006c;
    margin: 40px auto;
}

video.video-content {
    width: 100%;
    height: auto;
    max-width: 870px;
}

footer#footer {
    padding-bottom: 115px;
    border-top: 1px dashed #eee;
}

#footer .h3, #footer .h4, #footer h3, #footer h4 {
	color: #dd006c;
}

.bottom-footer {
    text-align: center;
    font-size: 12px !important;
    margin-top: 15px;
}

.bottom-footer .copyright {
	font-size: 12px !important;
}

.page-stores .col-md-3.store-picture.hidden-sm-down {
    display: none;
}

.product-features>dl.data-sheet dt {
	color: #dd006c;
}

.product-features>dl.data-sheet dt,
.product-features>dl.data-sheet dd {
	margin-bottom: 0;
	font-weight: 600 !important;
}

.blockreassurance_product path#Shape {
    fill: #e6007e !important;
}