/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
body {
	background: #ffffff;
}

.tm-wrapper {
    height: calc(100% - 90px);
}
 
.tm-block-middle {
    min-height: 100%;
    padding-bottom: 135px;
}

.tm-block-middle:before,
.tm-block-middle:after {
	content: '';
	display: table;
}

.tm-block-middle:after {
	clear: both;
}

.tm-bottom {
    margin-top: -105px;
    position: relative;
}
