/*********************** GLOBAL *************************/

body {
	line-height: 1.5;
}

* {
    box-sizing: border-box;
}


.bold,strong {
	font-weight:bold;
}

ol, ul {
    padding-left: 30px;
}

@media screen and (max-width: 960px) {
    .uk-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    .uk-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/********************** CONTENT *************************/

.sitecontent {
	width: 100%;
	padding: 40px 0;
	color: #252525;
}

.sitecontent.left {
	float: left;
	width: calc(100% - 350px);
}

@media screen and (max-width: 960px) {
	.sitecontent.left {
		float: none;
		width: 100%;
	}
}

h1.entry-title {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 6px;
    position: relative;
}

h2, h3, h4, h5, h6 {
    font-size: 26px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 4px;
}

.sitecontent p{
	font-size: 17px;
	margin:0 0 20px;
}

p.cta {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #900;
}

.sitecontent ul,
.sitecontent ol {
    margin-top: 0;
}

.sitecontent li {
	margin-bottom: 8px
}

.featured-interior {
    position: relative;
    padding: 4px;
    margin: 0 0 20px;
    background: #f5f5f5;
    border: 1px solid #d5e0e5;
    -webkit-box-shadow: 0 10px 6px -6px #0000001c;
    -moz-box-shadow: 0 10px 6px -6px #0000001c;
    box-shadow: 0 10px 6px -6px #0000001c;
}

a.featured-interior-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 260px;
    width: 100%;
    background: #f48528;
    color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

a.featured-interior-button:hover {
	text-decoration: none;
    background: #cf6f1e;
}

a.featured-interior-button svg {
    font-size: 17px;
    font-weight: 400;
    margin-right: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

a.featured-interior-button:hover svg {
    margin-right: 7px;
}

@media screen and (max-width: 680px) {
	a.featured-interior-button{
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 100%;
        border-radius: 0;
	}
}

.phright {
    float: right;
    margin: 0 0 20px 20px;
}

.phleft {
    float: left;
    margin: 10px 20px 20px 0;
}

@media screen and (max-width: 780px) {
	.phleft, .phright, .vright, .vleft {
		display: block;
		margin: 0 auto 20px auto;
		width: 100%;
		max-width: 400px;
		float: none;
	}
}

/********************** SIDEBAR *************************/

aside{
	position: relative;
    display: block;
    float: left;
    margin: 40px 0 60px 0;
    padding: 0;
    width: 300px;
    height: auto;
    min-height: 480px;
}

/************************* MAP **************************/

iframe.map-part {
    width: 100%;
    height: 320px;
}

/********************** COPYRIGHT ***********************/

.copyright-footer{
	background: #e4e4e4;
}

.copyright-footer p{
	margin: 0;
	padding: 12px 0;
    text-align: center;
    color: #000;
    font-size: 14px;
}

a.back2top{
    z-index: 201;
    position: fixed;
    bottom: 160px;
    right: 22px;
    overflow: hidden;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    font-size: 22px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
}

a.back2top:hover{
    opacity: 0.8;
}