@import url('https://fonts.googleapis.com/css?family=Open+Sans');




input::-webkit-input-placeholder {
color: #7200e8 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #7200e8 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #7200e8 !important;  
}
 
input:-ms-input-placeholder {  
color: #7200e8 !important;  
}


/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
    .tm-block.top-a.tm-block-default {
    	margin-top: -90px !important;
    }
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
    }
}

/*Logos*/
.desktop-logo {
	width: 300px;
	height: auto;
}
.mobile-logo {
	width: 160px;
	height: auto;
}

/*Toolbar*/
.tm-toolbar a {
  color: #fff !important;
}

/*Home Slider*/
.tm-block.top-teaser.tm-block-full-width.tm-block-default {
    z-index: 1;
    background: transparent;
}


/*Home Check List*/
.home-content {
    margin-top: 80px;
}
.home-content p {
	color: #419639 !important;
	font-size: 46px;
	line-height: 45px;
}
.check-list {
	color: #004812;
	font-size: 24px;
}
.tm-block.top-a.tm-block-default {
	margin-top: -180px;
}


/*Home Get Quote*/
.tm-top-b.uk-grid h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/*Product Range*/
.tm-block.top-c.tm-block-default h2 {
	font-weight: bold;
}
.caption {
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}
.caption:hover::before {
    background: transparent;
}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100%) );
            transform: translateY( calc(-100%) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.caption__overlay__title, .caption__overlay__content {
    color: #ffffff;
    font-weight: 400;
    padding: 15px 10px;
    text-align: center;
}
.caption__overlay, .caption__overlay__title {
    background: rgb(114, 0, 232);
}

.powered-by {
	display: none !important;
}
