﻿#ex-logo {
    display: block;
    color: magenta;
    position: absolute;
    left: 0;
    top: -154%;
}


.blocks div {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		position: relative;
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 3em 2em 3em 2em;
		margin: 0 0 0.5em 0;
		outline: 0;
	}

.blocks div table {
    width: 100%;
    font-size: 1.25em;
    color: rgba(255, 255, 255, 0.8);
}

.blocks div .calc input {
    width: 4em;
    text-align: center;
    border: none;
}

.blocks div .calc td {
    padding-top: 0.3em;
}

.blocks div p, .blocks div table
{
    margin-bottom: 0.5em;
}

.blocks div em
{
    font-style: italic;
}

.grid-spaced.ex.contact p, .grid-spaced.ex.contact ul
{
    margin-bottom: 1em;
}

.grid-spaced.ex.contact ul, .featured.faq.ex ul, .content.ex ul, .featured.ex ul
{
    list-style: disc;
    margin-left: 2em;
}

.featured.ex .pull {
    border-left: 7px solid #00a6eb;
    padding-left: 2em;
    font-weight: bold;
    font-style: italic;
}

.featured.ex p {
    margin-bottom: 1.5em;
}

.featured.faq.ex h3 {
    padding-top: 1em;
}

.ex strong {
    font-weight: bold;
}

.ex img.thumb {
    float: right;
    width: 20em;
    padding-left: 2em;
    padding-bottom: 2em;
}.ex img.thumb-big {	float: right;	width: 32em;	padding-left: 2em;	padding-bottom: 2em;}.ex img.thumb-large {	width: 27em;	padding-bottom: 2em;}.ex img.thumb-plus {	width: 25em;	float: left;	margin-right: 2em;}
#header-wrapper h1 {
    visibility: hidden;
}

@media screen and (max-width: 736px) {	.ex img.thumb, .ex img.thumb-plus, .ex img.thumb-large, .ex img.thumb-big, .mould-img {		float: none;		width: 100%;		padding-left: 0;		padding-right: 0;		display: block;	}
}

.blocks .bg-pink 
{
    background-color: #B80082;
}

.blocks .bg-pink:hover
{
    background-color: #C71292;
}

.blocks .bg-green {
    background-color: #9DC91F;
}

.blocks .bg-green:hover {
    background-color: #B0DC36;
}

.vch {
    display: none;
}