/* Typography */
body{
	font-size: 15px;
	}

h1{
	font-size: 42px;
    margin-bottom: 32px;
	}

h2 {
	font-size: 28px;
	margin: 36px 0 8px 0;
	}

h4 {
	font-size: 24px;
	}

h5{
    font-size: 18px;
	}

/* Layout */
.site_wr{
	padding: 0 20px;
	}

.col{
    width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
    }

.widget{
	width: 100%;
	margin-left: 0 !important;
	}

.prev_links{
	width: 100%;
	}

	.partner_logo_box_link{
		text-align: center;
	    max-width: 100%;
		width: 100%;
		}

/* Testata */
.logo_box{
	left: 16px;
    width: 134px;
	}

.logo-ub,
.logo-et{
	display: block;
    margin-right: 20px;
    height: 24px;
    margin-bottom: 7px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	}

	.logo-et{
		margin-bottom: 0;
		}

	.logo-ub{
		display: none;
		}

.above_nav .clearfix{
	display: block;
}

/* Teaser */
.teaser{
	min-height: 260px;
	}

	.teaser_content h4{
		font-size: 18px;
		}

	.teaser_content h1{
		font-size: 36px;
		margin-bottom: 10px;
		}

	.teaser_content p{
		font-size: 16px;
		}

	.teaser_content .btn_primary{
		margin-bottom: 5px;
		display: none;
		}

/* Footer */
.site_footer {
	font-size: 14px;
	}

.site_footer strong{
	width: 100%;
	margin: 0;
	display: block;
	float: none;
	}

.follow_us{
	width: 100%;
	margin: 0 0 50px 0;
    text-align: right;
	}

	.follow_us a{
		float: none;
		text-indent: -9999px;
		font-size: 0;
		}

	.follow_us::before{
		left: 0;
	    top: 20px;
	    font-size: 13px;
		}
