/*=============================================================
Fonts
=============================================================*/

@font-face {
    font-family: ITCAvantGardeStd-Bk;
    src: url('fonts/avantgarde/ITCAvantGardeStd-Bk.otf');
}
@font-face {
    font-family: ITCAvantGardeStd-Bold;
    src: url('fonts/avantgarde/ITCAvantGardeStd-Bold.otf');
}
@font-face {
    font-family: ITCAvantGardeStd-Demi;
    src: url('fonts/avantgarde/ITCAvantGardeStd-Demi.otf');
}
@font-face {
    font-family: ITCAvantGardeStd-Md;
    src: url('fonts/avantgarde/ITCAvantGardeStd-Md.otf');
}

/*=============================================================
Clear
=============================================================*/

* {
    margin: 0;
    padding: 0;
}


/*=============================================================
Text
=============================================================*/

body, p, h1, h2, h3, h4, h5, footer, a {
    font-family: 'ITCAvantGardeStd-Bk', Arial, Helvetica, sans-serif !important;
    text-transform: none;
}

body {
    font-size: 16px;
    background-color: #fff;
}

p {
    color: #42515A;
    line-height: 28px;
}

a {
	color: #3b4851;
	text-decoration: none;
}

a:hover {
	color: #f3d113;
	text-decoration: none;
}

h1 {
    font-size: 3em;
    color: #42515A;
}

h2 {
    font-size: 2em;
    color: #42515A;
}

h3 {
    font-size: 1.7em;
    color: #42515A;
    padding-top: 6px;
    padding-right: 15px;
}

h4, h5 {
	font-family: 'ITCAvantGardeStd-Md', Arial, Helvetica, sans-serif !important;
    font-size: 1.4em;
    color: #42515A;
    padding-bottom: 6px;
}


/*=============================================================
Miscellany
=============================================================*/

.container {
    width: 100%;
}

.header {
    width: 100%;
    height: 100px;
}

.logo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.call-to-action {
    float: right;
    margin-top: 28px;
    margin-right: 20px;
}

.call-to-action h3 {
    float: left;
}

.availability {
	float:	right;
	margin-right: -146px;
	margin-top: 58px;
}
.availability p {
	color: #71CC36 !important;
}

.call-now {
	display: none;
	float:	right;
	margin-right: -146px;
	margin-top: 58px;
}

.call-now p {
	color: #71CC36 !important;
}

/*=============================================================
Buttons
=============================================================*/

.button {
    font-family: 'ITCAvantGardeStd-Mb', arial, helvetica, sans-serif !important;
	display: inline-block;
	margin:0;
	border:0;
	overflow:visible;
	cursor:pointer;
	font-size:16px;
	font-weight: normal;
	white-space:nowrap;
	text-align:center;
	background-color:#71cc36;
	color:#FFFFFF;
    border: 1px solid;
    border-color: #71cc36;
    border-radius: 3px;

	line-height:35px;
	padding:0 15px;
	
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.button.orange {
	background-color:#fa944d;
	border-color:#fa944d;
}

.button:hover {
	background-color:transparent;
	color:#71cc36;
}

.button.orange:hover {
	color:#fa944d;
}

/*=============================================================
Photo
=============================================================*/

.slider {
    width: 100%;
}

.slider-photo {
    border: 0;
    vertical-align: top;
    height: 495px;
    max-width: 100%;
    background-image: url(../media/landing-rolluiken-compress.jpg);
    background-size: cover;
    background-position: center center;
}

.slider-content {
    max-width: 500px;
    display: block;
    padding: 25px;
    border-radius: 5px;
    position: absolute;
    top: 113px;
    margin-left: 45px;
    background-color: rgba(255,255,255,0.9);
}

.slider-green {
    color: #71CC36;
    background-color: rgba(113,204,54,0.1);
    border: 1px solid;
    border-radius: 5px;
    border-color: #71CC36;
    margin-top: 12px;
    text-align: center;
}

.slider-green p {
    color: #71CC36;
    padding: 10px;
}

.fa {
    color: #71CC36;
    padding-right: 10px;
}

.small {
	font-size: 14px;
	/*margin-left: 31px;*/
	text-align: center;
}

/*=============================================================
Content
=============================================================*/

#map {
    width: 100%;
    height: 450px;
    background-color: #ccc;
}

.content {
    width: 96%;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

.content-first {
    width: 96%;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

.content-center {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 20px;
}

.content-center h1{
    padding-top: 40px;
}

.content-center-section {
    width: 96%;
    text-align: center;
    padding-top: 20px;
}

.content-one {
    min-height: 250px;
    float: left;
    width: 33.33333%;
    padding-bottom: 20px;
}

.content-two {
    min-height: 250px;
    flex: 1;
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 20px;
    margin-left: 20px;
}
.content-three {
    min-height: 250px;
    flex: 1;
    width: 33.33333%;
    padding-bottom: 20px;
    margin-left: 10px;
}

.yellow-section {
    color: #42515A !important;
    width: 100%;
    height: 200px;
    background-color: #f3d113;
}

.yellow-section h1 {
    padding-top: 20px;
}

.yellow-section p {
    font-size: 20px;
    padding-top: 20px;
}

.blue-section {
    color: #ffffff !important;
    width: 100%;
    background-color: #42515A;
}

.blue-section h1 {
    color: #ffffff !important;
    padding-top: 20px;
}

.blue-section p {
    padding-top: 20px;
    font-size: 20px;
    color: #ffffff !important;
}

/*=============================================================
Reviews
=============================================================*/

.reviews {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    padding-top: 20px;
}

.reviews h5 {
	font-family: 'ITCAvantGardeStd-Bk', arial, helvetica, sans-serif !important;
	color: #ffffff !important;
    line-height: normal;
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
}

.reviews p {
	font-family: 'ITCAvantGardeStd-Bk', arial, helvetica, sans-serif !important;
	color: #ffffff !important;
    line-height: normal;
    text-align: left;
    font-size: 14px;
}

.review-quote {
	font-family: 'ITCAvantGardeStd-Bk', arial, helvetica, sans-serif !important;
	color: #ffffff !important;
    line-height: normal;
    text-align: right !important;
    margin-bottom: 5px;
    font-size: 16px;
}

.review-one {
    min-height: 250px;
    float: left;
    width: 33.33333%;
    padding: 20px;
}

.review-two {
    min-height: 250px;
    float: left;
    flex: 1;
    width: 33.33333%;
    padding: 20px;
}

.review-three {
    min-height: 250px;
    float: left;
    flex: 1;
    width: 33.33333%;
    padding: 20px;
}

.stars {
    width: inherit;
    margin-right: 100%;
    display: flex;
    flex-direction: row;
}

.stars-footer {
    width: inherit;
    justify-content: center;
    padding-top: 6px; 
    display: flex;
    flex-direction: row;
}

.star {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    height: 24px;
    width: 24px;
    color: white;
    border-radius: 3px;
    background: #007f4e;
}

.star span {
	font-size: 1.3rem !important;
    padding-bottom: 4px;
}

.conversion-reviews {
    display: block;
    float:right;
    margin-top:15px;
    margin-right:45px;
    padding:25px;
    justify-content: space-between;
    text-align: center;
    border-radius:5px;
    max-height: 200px;
    background-color:rgba(255,255,255,0.9);
}

.conversion-reviews h5 {
    font-family: 'ITCAvantGardeStd-Bk', arial, helvetica, sans-serif !important;
    color: #42515A !important;
    line-height: normal;
    margin-bottom: 5px;
    font-size: 22px;
}

.conversion-reviews p {
    font-family: 'ITCAvantGardeStd-Bk', arial, helvetica, sans-serif !important;
    color: #42515A !important;
    line-height: normal;
    font-size: 15px;
    padding-top: 13px;
}

.conversion-review-one {
    float: left;
    width: 100%;
    text-align: center;
}

.conversion-stars {
    display: flex;
    justify-content: center;
    font-size: 19px;
    padding-bottom:10px;
}

.conversion-star {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    height: 24px;
    width: 24px;
    color: white;
    border-radius: 3px;
    background: #007f4e;
}

.conversion-star span {
    font-size: 20px !important;
    padding-bottom: 4px;
}

/*=============================================================
Footer
=============================================================*/

.footer {
    width: 100%;
    height: 250px;
    background-color: #6E7376;
}

.footer-container {
	display: flex;
}

.footer-row-one {
	float: left;
	margin-left: 20px;
	width: 33.33333%;
	margin-top: 20px;
}

.footer-row-one p {
	color: #f2f2f2;
	font-size: 12px;
	line-height: 140%;
}

.footer-row-two {
	color: #f2f2f2;
	margin-top: 20px;
	width: 33.33333%;
	font-size: 12px;
	flex: 1;
}

.footer-row-two span {
	color: #f2f2f2;
	font-size: 14px;
	font-family: 'ITCAvantGardeStd-Md', arial, helvetica, sans-serif !important;
}

.footer-row-two p {
	color: #f2f2f2;
	font-size: 14px;
}

.footer-row-two a {
	color: #f2f2f2;
	font-size: 14px;
	text-decoration: none;
}

.footer-row-two a:hover {
	color: #f3d113;
	font-size: 14px;
	text-decoration: none;
}

.footer-row-three {
	margin-left: 20px;
	margin-top: 14px;
	width: 33.33333%;
	flex: 1;
}

.footer-row-three p {
	color: #f2f2f2;
	font-size: 14px;
}

.footer-row-three a {
	color: #f2f2f2;
	font-size: 14px;
	text-decoration: none;
}

.footer-row-three a:hover {
	color: #f3d113;
	font-size: 14px;
	text-decoration: none;
}

.footer-copyright-container {

}

.footer-copyright-left {
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}

.footer-copyright-left a {
	color: #f2f2f2;
	font-size: 10px;
}

.footer-copyright-left a:hover{ 
	color: #f3d113;
	font-size: 10px;
}

.footer-copyright-right {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.footer-copyright-right a {
	color: #f2f2f2;
	font-size: 10px;
}

.footer-copyright-right a:hover {
	color: #f3d113;
	font-size: 10px;
}

/*=============================================================
Media Queries
=============================================================*/
@media screen and (max-width: 936px) {
	.content {
		display: block;
		text-align: center;
	}

	.content-one {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 100%;
		min-height: 0;
		padding-bottom: 30px;
	}
	.content-two {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 100%;
		min-height: 0;
		padding-bottom: 30px;
	}

	.content-three {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 100%;
		min-height: 0;
		padding-bottom: 30px;
	}

	.footer {
		height: auto;
	}

	.footer-container {
		text-align: center;
		display: block;
	}

	.footer-row-one {
		display: block;
		float: none;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 100%;
	}

	.footer-row-two {
		display: block;
		float: none;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 100%;
	}

	.footer-row-three {
		display: block;
		float: none;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 100%;
	}

	.footer-copyright-container {
		text-align: center;
	}

	.footer-copyright-left {
		display: block;
		float: none;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-copyright-right {
		display: block;
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 880px) {
	.slider-content {
		top: 106px;
	}
}

@media screen and (max-width: 669px) {
	.reviews {
		display: block;
		text-align: center;
		width: 100%;
	}

	.review-one {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 90%;
		min-height: 0;
		padding-bottom: 30px;
	}

	.review-two {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 90%;
		min-height: 0;
		padding-bottom: 30px;
	}

	.review-three {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		flex: none;
		width: 90%;
		min-height: 0;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 639px) {
	.header {
		text-align: center;
		height: 200px;
	}

	.slider-photo {
		text-align: center;
	}

	.slider-content {
		position: absolute;
		top: 223px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.small {
		padding-top: 5px;
		margin-left: 0;
	}

	.logo {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.call-to-action {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 32px;
	}

	.call-to-action h3 {
		float: none;
		padding-right: 0;
	}

	.availability {
		display: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.call-now {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: -4px;
	}

}

@media screen and (max-width: 476px) {
	.slider-content {
		top: 219px;
		border-radius: 0;
		background-color: #FFFFFF;
	}

	.content {
		margin-left: 5px;
		margin-right: 5px;
	}

	.content-first {
		margin-left: 5px;
		margin-right: 5px;
	}

	.footer-container {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 403px) {
	.content-first {
		margin-top: 30px;
	}
}

@media screen and (max-width: 337px) {
	.content-first {
		margin-top: 103px;
	}
}