@import url(aufmont/content.css?v6);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,300,700);

/* 
 * font-family: tittilium 600, 400
 * default green: #6c8f37;
 * light green: #5c7730 (50% opacity)
 * flter bar and select arrow: #adbb97
 * brown: #9b582d;
 * grey: #a6a6a6
*/

html, body {
	margin: 0px;
	padding: 0px;
    height: 100%;
	/* font-family: "Conv_Skia Regular", sans-serif; */
    font-family: 'Titillium Web', sans-serif;
    /* background-color: #4C4C4C; */
    background-color: #fff;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.row {
    /* display: table-row; */
    display: table;
}

.cell {
    display: table-cell;
    position: relative;
}

header {
    /* position: relative; */
    position: fixed;
    width: 100%;
	height: 145px;
    background: #fff;
    border-bottom: 1px solid #999;
    box-shadow: 2px 4px 10px rgba(60,60,60,.7);
    z-index: 100;
}

.bikenrun {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #efefef;
    background: #efefef url(../layouts/aufmont/bikenrun40.4.png) no-repeat center center;
    border-bottom: 1px solid #ccc;
    box-shadow: inset 0 2px 25px -5px rgba(80,80,80,.3);
    z-index: 999;
}

.header-wrapper {
    display: table;
    margin: 0 auto;
	/* width: 1280px; */
	/* width: 1200px; */
	width: 1150px;
}

.signup-wrapper {
    position: absolute;
    /* top: 20px; */
    top: 10px;
    left: 320px;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
#mc_embed_signup label {
    display: inline-block !important;
    padding-right: 10px;
    color: #999;
}
#mc_embed_signup input.email {
    width: 200px !important;
}

.header-wrapper button {
    display: none;
}

.header-wrapper .menu {
    height: 48px;
	margin: 97px 16px 0px 239px;
	padding: 0px;
}

.header-wrapper .menu table {
    border-collapse: collapse;
    width: 100%;
}

.header-wrapper .menu td {
	height: 48px;
	line-height: 48px;
}
.header-wrapper .menu a {
	display: block;
	height: 100%;
	padding: 0px 5px;
	/* background: url(../layouts/aufmont/white-75.png); */
	text-decoration: none;
	/* color: #000; */
	color: #7A9B4C;
	font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}

.header-wrapper .menu a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.header-wrapper .menu a:hover,
.header-wrapper .menu .selected a {
	background-color: #FFF;
	/* color: #7A9B4C; */
	color: #9b582d;
}

.submenu {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.submenu a {
    margin-right: 30px;
    font-size: 16px;
    text-decoration: none;
}

#FB {
    position: relative;
    float: right;
    display: block;
    /* margin: 16px 260px 0 0; */
    /* margin: 16px 20px 0 0; */
    margin: 20px 20px 0 0;
    /* width: 15px; */
    width: 27px;
    /* height: 15px; */
    height: 27px;
    z-index: 1;
}

#FB .img {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../layouts/aufmont/facebook.jpg) no-repeat 0 0;
}

#Lang {
    float: right;
    margin: 20px 20px 0 0;
    /* width: 50%; */
    height: 30px;
    line-height: 30px;
}

#Lang > div {
    float: right;
    margin-right: 16px;
}

#Lang a {
    text-decoration: none;
    /* font-size: 1.8em; */
    font-size: 1.4em;
    display: inline-block;
    margin: 0px 10px;
    text-transform: capitalize;
}

#Lang a.active, #Lang a:hover {
    font-weight: bold;
}

#Logo {
	width: 203px;
	height: 145px;
	display: block;
	float: left;
	/* margin: 0px 10px 0px 26px; */
	margin: 0px 10px 0px 0px;
	background: url(../layouts/aufmont/white-75.png);
}

#Logo .img {
	display: block;
	height: 100%;
	width: 100%;
	background: center center no-repeat url(../layouts/aufmont/logo.png);
}

section {
    margin-top: 145px;
    overflow: hidden;
}

section .full-container {
}

.is-video {
    display: flex;
    align-items: center;
    max-height: 800px;
    overflow: hidden;
}

.is-video video {
    width: 100%;
}

section .full-container.is-video {
    padding-bottom: 200px;
}

section .container {
    margin: 0 auto;
    padding: 20px;
    width: 1110px;
}

section .content {
    display: table-cell;
	width: 1118px;
	padding: 40px 86px;
	margin: 0px auto;
    min-height: 100%;
}

#Content {
    /* border: 5px solid #e1e1e1; */
	/* width: 1200px; */
    margin-bottom: 26px;
    padding: 20px;
    /* background: #efefef; */
    box-sizing: border-box;
}

#Content .boxes .box:nth-child(3n+1) {
	clear: left;
}

#Content .box {
    float: left;
    width: 33.33%;
}

#Content .box .box-padding {
	padding: 15px 9px;
}

#Content .box a {
	display: block;
	border-width: 0px 0px 12px 0px;
	border-style: solid;
	border-color: #BDCCA5;
	text-decoration: none;
    height: 370px;
    overflow: hidden;
}

#Content .box a:hover {
	border-color: #7A9B4C;
}

#Content .box a .img-border {
	border: 1px solid #E4E4E4;
	padding: 11px;
}

#Content .box a .img-border img {
	width: 100%;
    background-position: center center;
    background-size: cover;
}

#Content .box h2 {
	color: #7A9B4C;
	text-align: center;
	margin: 10px 0 5px 0;
	font-size: 22px;
	text-transform:uppercase;
}

#Content .box p {
	color: #000;
	text-align: center;
	margin: 5px 50px;
	font-size: 15px;
}

#Content .box a:hover .img-border {
	background-color: #BDCCA5;
	border-color: #BDCCA5;
}

.fade-wrapper {
    display: none;
    width: 100%;
    /* height: 566px; */
    height: 266px;
    overflow: hidden;
}

.fadeContent {
	margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.fadeContent div {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.fadeContent ul, .fadeContent h1 {
    display: none;
}

.fadeContent .image {
	width: 100%;
    height: 100%;
    background-repeat: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

footer {
    width: 100%;
    height: 160px;
	background: #4c4c4c url(../layouts/aufmont/black-70.png);
}

#Footer .column3 .p {
	padding: 15px 9px;
}



#Footer_Container {
    position: relative;
    z-index: 3;
}

#Footer {
	width: 1118px;
	/* padding: 40px 86px; */
	padding: 40px 0;
	margin: 0px auto;
}

#Footer .column3 {
	float: left;
	width: 33.33%;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
}

#Footer .column3 a {
	color: #FFF;
	text-decoration: none;
}

#Footer .column3 a:hover {
    color: #7A9B4C;
}

iframe.mailchimp {
    border: none !important;
}

#popup {
    display: none;
}

/* canvas { */
/*     width: 100% !important; */
/*     height: auto !important; */
/* } */


.search-wrapper {
    margin: 5px 0 20px 0;
    width: 100%;
    color: #5c7730;
    font-size: 15px;
    background: #adbb97;
}

.search-wrapper form {
    margin: 0 auto;
    width: 1118px;
    height: 50px;
    line-height: 50px;
}

.search-wrapper form label {
    display: inline-block;
    width: 20%;
    font-weight: 600;
}
.search-wrapper form div {
    display: inline-block;
    width: 39%;
}
.search-wrapper form div select {
    width: 200px;
    height: 25px;
    background: #fff;
    border: 1px solid  #5c7730;
}

.search-results h1 {
    font-size: 2em;
    text-align: left;
}

.carousel {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.carousel a.prev, .carousel a.next {
    position: absolute;
    top: 35%;
    width: 35px;
    height: 65px;;
}
.carousel #plots_prev {
    left: 10px;
    background: url(../layouts/aufmont/arrowleft.png) no-repeat center center;
}

.carousel #plots_next {
    right: 10px;
    background: url(../layouts/aufmont/arrowright.png) no-repeat center center;
}

.caroufredsel_wrapper {
    margin: 0 auto !important;
    max-width: 960px;
}

.plot {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0 20px;
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
    text-decoration: none;
    background: #efefef;
    border: 1px solid  #5c7730;
}

.plot div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.plot span.triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 81px;
    color: #fff;
    font-size: 16px;
    background: url(../layouts/aufmont/triangle-green.png) no-repeat left top;
}

.plot span.triangle em {
    display: block;
    font-style: normal;
}

.plot span.triangle em.top {
    padding: 4px 0 0 10px;
}

.plot span.triangle em.bottom {
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 10px;
}

.plot span.number {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.plot span.size {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.plot span.price {
    position: absolute;
    bottom: 0;
    right: 0;
}

ul.plot__list {
    margin: 10px 0;
    padding: 0;
    display: table;
    width: 100%;
    list-style: none outside none;
}

ul.plot__list li {
    display: table-cell;
    font-size: 1.3em;
    text-align: left;
}

.banner-appartment {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background-color: #7A9B4C;
}

.banner-appartment a {
    color: white;
    font-size: 2rem;
    text-align: center;
}

/*@media (max-width: 1300px) {
	#Header {
		width: auto;
	}

	#Content {
		width: auto;
	}

	#Footer {
		width: auto;
	}

	#Header_Background .video,
    #Header_Background .fadeContent {
		width: 100%;
	}
}*/

@media (max-width: 1200px) {
    /*
	#Content {
		padding: 20px 43px;
	}

    #Header .menu a {
        font-size: 16px;
    }

    #Header .menu a span {
        line-height: 20px;
    }

	#Footer {
		padding: 20px 43px;
	}

	#Content .box a .img-border {
		padding: 8px;
	}

	#Content .box p {
		margin: 5px 30px;
	}
    */
    .header-wrapper {
        /* width: 1040px; */
        width: 100%;
    }

    .header-wrapper .menu a {
        font-size: 18px;
    }
    .signup-wrapper {
        left: 280px;
    }

    section .container {
        /* width: 1040px; */
        width: 100%;
        box-sizing: border-box;
    }

    .search-wrapper form {
        /* width: 1040px !important; */
        width: 100% !important;
    }

    #Footer {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .header-wrapper {
        width: 100%;
    }
    .is-video { display: none;}
    .fade-wrapper {display: block;}
    .container {
        /* display: none; */
        padding: 10px !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .content {
        width: 100%;
    }
    #Footer {
        padding: 40px 0;
        width: 100%;
    }
}

/*
@media (max-width: 800px) {

	#Content {
		padding: 10px;
	}

	#Logo {
		margin-left: 10px;
	}

    #Header .menu {
        margin-right: 0px;
        margin-left: 223px;
    }

    #Lang > div {
        margin-right: 0px;
    }

    #Header .menu a {
        font-size: 14px;
    }

    #Header .menu a span {
        line-height: 18px;
    }

	#Content .box p {
		margin: 5px 20px;
	}

	#Footer {
		padding: 10px;
	}

	#Content .box a .img-border {
		padding: 6px;
	}
}*/

/* @media (max-width: 768px) { */
@media (max-width: 960px) {

    .header-wrapper {
        width: 100%;
    }

    .signup-wrapper { display: none}

	#Logo {
		/* float: left; */
		/* margin: 0 auto; */
        margin: 0;
        max-width: 160px;
        height: 140px;
	}

    #Logo span.img {
        background-position: center bottom !important;
        background-size: contain !important;
    }

    #FB {
        margin: 25px 12px 0 0;
        width: 20px;
        height: 20px;
    }

    #FB .img {
        background-size: cover !important;
    }

    #Lang, #Lang > div {
        margin-right: 10px;
    }

    #Lang a {
        margin: 0 10px 0 0;
    }
    #Lang a:last-child {
        margin: 0;
    }

    .header-wrapper .menu {
        /* margin: 97px 16px 0px 209px; */
        margin: 97px 10px 0px 209px;
    }

    .header-wrapper .menu a {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1.2em;
    }

    .submenu {
        padding: 0 10px;
    }

    .submenu a {
        margin-right: 10px;
        font-size: 14px;
    }

    .search-wrapper {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .search-wrapper form {
        width: 100% !important;
        height: 90px!important;
        line-height: 45px!important;
    }
    .search-wrapper form label {
        float: left;
        width: 30%;
    }
    .search-wrapper form div {
        float: right;
        width: 70%;
        text-align: right;
    }
    .search-wrapper form div span {
        display: inline-block;
        width: 35%;
        text-align: right;
    }
    .search-wrapper form div select {
        width: 60% !important;
    }

    /*TEMP*/
    /* section { display: none;} */
    .container {
        /* display: none; */
        padding: 10px !important;
        width: 100% !important;
        box-sizing: border-box;
    }

	#Content .box {
		width: 50%;
	}

	#Content .box p {
		margin: 5px 10px;
	}

    #Content .box a {
        height: auto;
    }

	/* #Footer .column3 { */
	/* 	width: 100%; */
	/* } */

	#Content .box .box-padding {
		padding: 9px;
	}

	#Footer .column3 p {
		padding: 9px;
	}

	#Content {
        margin: 0 !important;
		padding: 20px 10px;
	}

	#Footer {
		padding: 20px 0;
	}

	#Content .box a .img-border {
		padding: 11px;
	}
}

/*
@media (max-width: 700px) {
    #Header .menu a {
        font-size: 12px;
    }

    #Header .menu a span {
        line-height: 16px;
    }
}
*/

/*
@media (max-width: 600px), (max-height: 460px) {
	#Header_Background {
		display: none;
	}

	#Header .menu {
		display: none;
	}

	#Header_Container {
		position: relative;
		overflow: auto;
        background-image: none;
        background-color: #FFF;
	}

    #Header_Container_Background {
        display: none;
    }

	#Logo {
		float: none;
		margin: 0 auto;
	}

    #FB {
        float: none;
        margin: 16px auto;
    }

	#Content_Container {
		margin-top: 0px;
	}

    #Lang > div {
        float: none;
    }

    #Lang > div > a:nth-child(2n+1) {
        float: left;
    }

    #Lang > div > a:nth-child(2n) {
        float: right;
    }

    #Content .box.video {
        display: block;
        height: 30%;
    }

	#Content .box {
		width: 100%;
	}

	#Content .box p {
		margin: 5px 10px;
	}

    #Content .box a {
        height: auto;
    }

	#Footer .column3 {
		width: 100%;
	}

	#Content .box .box-padding {
		padding: 9px;
	}

	#Footer .column3 p {
		padding: 9px;
	}

	#Content {
		padding: 20px 43px;
	}

	#Footer {
		padding: 20px 43px;
	}

	#Content .box a .img-border {
		padding: 11px;
	}
}
*/

/* @media (max-width: 400px), (max-height: 460px) { */
@media (max-width: 660px), (max-height: 460px) {

    header {
        height: 90px;
    }

    .signup-wrapper {
        display: none;
    }

    .header-wrapper {
        width: 100%;
    }

    #Lang {
        float: right;
        margin: 10px 10px 0 0;
    }

    #Lang a {
        margin: 0 5px;
        font-size: 1.2em;
    }

	.header-wrapper button {
        display: block;
        position: absolute;
        bottom: 0;
        right: 45px;
        padding: 0;
        width: 55px;
        height: 41px;
        background: #fff;
        border: 0;
    }

	.header-wrapper .menu {
		display: none;
        position: absolute;
        bottom: -3px;
        left: 40%;
        right: 0;
        margin: 0;
        height: 0;
        border-top: 3px solid #6c8f37;
	}


	.header-wrapper .menu table {
        /* display: none; */
        background: #ffffff;
        box-shadow: -2px 4px 10px rgba(90,90,90,.4);
    }

	.header-wrapper .menu table td {
        float: left;
        width: 100%;
        height: 38px;
        line-height: 38px;
    }

	.header-wrapper .menu table td a {
        margin: 0 15px;
        padding: 0;
        font-size: 16px;
        border-bottom: 1px solid #6c8f37;
    }

	.header-wrapper .menu table td:last-child {
        padding-bottom: 20px;
    }

	.header-wrapper .menu table td:last-child a {
        border: none;
    }

    .header-wrapper .menu a:hover, .header-wrapper .menu .selected a {
        background: none !important;
    }

	#Logo {
		float: left;
		/* margin: 0 auto; */
        margin: 0;
        max-width: 160px;
        max-height: 90px;
	}

    #Logo span.img {
        background-size: contain !important;
    }

    #FB {
        float: right;
        margin-top: 17px;
    }

    #FB div.img {
        width: 80%;
        height: 80%;
        background-size: contain !important;
    }

    section {
        margin-top: 90px;
    }

    .submenu {
        padding: 0 10px;
    }

    .submenu a {
        margin-right: 10px;
        font-size: 14px;
    }

    .container {
        /* display: none; */
        padding: 10px !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .content {
        width: 100%;
    }
    .fade-wrapper {
        /* display: none; */
        height: 166px;
    }
    .search-wrapper {
        /* display: none; */
    }
    .search-wrapper form {
        width: 90% !important;
        height: 90px!important;
        line-height: 45px!important;
    }
    .search-wrapper form label {
        float: left;
        width: 30%;
    }
    .search-wrapper form div {
        float: right;
        width: 70%;
        text-align: right;
    }
    .search-wrapper form div span {
        display: inline-block;
        width: 35%;
        text-align: right;
    }
    .search-wrapper form div select {
        width: 60% !important;
    }

    .carousel a.prev, .carousel a.next {
        width: 21px;
        height: 38px;;
    }
    .carousel #plots_prev {
        left: 0;
        background: url(../layouts/aufmont/arrowleft-xs.png) no-repeat center center;
    }

    .carousel #plots_next {
        right: 0;
        background: url(../layouts/aufmont/arrowright-xs.png) no-repeat center center;
    }
    .plot {
        margin: 0 10px;
        /* height: 120px; */
    }
    .plot span.triangle {
        width: 67px;
        height: 49px;
        font-size: 14px;
        background: url(../layouts/aufmont/triangle-green-xs.png) no-repeat left top;
    }
    .plot span.triangle em.top {
        padding: 0 0 0 4px;
        height: 12px;
        font-size: 13px;
    }

    .plot span.triangle em.bottom {
        padding: 0 0 0 4px;
        font-size: 12px;
    }

    ul.plot__list li {
        display: table;
    }

	#Content {
		padding: 0;
	}

	#Content .box {
		width: 100%;
	}

	#Content .box p {
		margin: 5px;
	}

	#Content .box a .img-border {
		padding: 8px;
	}

    #Content video {
        width: 100% !important;
    }

	#Footer {
		padding: 10px 0;
	}
	#Footer .column3 {
		width: 100%;
	}
}
