/* BODY */

body {
    width: 100%;
    font-family: Ubuntu, sans-serif;
    margin: 0;
    padding: 0;
    color: #505050;
}
@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v9/_aijTyevf54tkVDLy-dlnLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff')
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr1uKlGE8-OjkUKWan_M3D6s.woff) format('woff')
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff')
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprx3QmhlKDgQgT1VN2Ed1WFo.woff) format('woff')
}

/* TOPBANNER */

.right-content {
	display: none;
}

/* TOPBANNER */

.topbanner {
    position: relative;
    text-align: center;
    background: url(../images/TopBanner.jpg) no-repeat;
    height: auto;
    width: 100%;
    background-size: 100% auto!important;
    margin-top: -20px;
    padding: 10% 0 3%;
}

.topbanner h2 {
    text-align: center;
    margin-top: 2%;
    color: #505050;
}

/* TRANSBAR */

.transbar {
    position: absolute;
    display: block;
    width: 100%;
    height: 25%;
    background: rgba(0, 0, 0, .3);
    top: 0
}

@media screen and (max-width:700px) {
    .transbar {
        display: none!important;
    }
}

/* LOGO */

.logo {
    font-size: 1.5em;
    position: relative;
    float: left;
    font-family: Ubuntu, sans-serif;
    color: #faca45;
    text-align: left;
    margin-top: 1.5%;
    margin-left: -25%;
    font-weight: 700;
    text-decoration: none!important;
}

@media screen and (max-width:1050px) {
    .logo {
        margin-top: 0.4%;
        margin-left: -10%;
    }
}
@media screen and (max-width:900px) {
    .logo {
        margin-top: 0%;
        margin-left: -2.5%;
        font-size: 1.2em;
    }
}

/* STICKY HEADER */

.topnav {
    position: fixed;
    display: none;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .3);
    top: 0;
    z-index: 1000;
}

@media screen and (max-width:700px) {
    .topnav {
        display: none!important;
    }
}

	.logonav {
	    font-size: 1.5em;
	    position: relative;
	    float: left;
	    font-family: Ubuntu, sans-serif;
	    color: #faca45;
	    text-align: left;
	    margin-top: 0.5%;
	    margin-left: -25%;
	    font-weight: 700;
	    text-decoration: none!important;
	}

@media screen and (max-width:1050px) {
    .logonav {
        margin-top: 0.4%;
        margin-left: -10%;
    }
}
@media screen and (max-width:900px) {
    .logonav {
        margin-top: 0%;
        margin-left: -2.5%;
    }
}

	.topnavbutton {
	    font-size: 1.2em;
	    display: inline-block;
	    text-align: center;
	    position: relative;
	    color: #fff;
	    background-color: #4CAF50;
	    border: none;
	    padding: 10px 15px;
	    text-decoration: none;
	    border-radius: 10px;
	    height: 25px;
	    margin-top: 3px;
	    margin-right: 5%;
	    float: right;
	}
	.topnavbutton:hover {
	    text-decoration: none;
	    background-color: orange;
	}

/* BUTTONS */

.button {
    font-size: 1.5em;
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    padding: 15px 32px;
    text-decoration: none;
    border-radius: 10px;
    width: 30%;
}
.button:hover {
    text-decoration: none;
    background-color: orange;
}


@media screen and (max-width:1050px) {
    .button {
        width: 40%;
    }
}
@media screen and (max-width:900px) {
    .button {
        width: 40%;
		font-size: 1.3em;
    }
}
@media screen and (max-width:700px) {
    .button {
        padding: 5px 20px;
        width: 50%;
        font-family: Ubuntu, sans-serif;
        font-size: 1.2em;
    }
}

/* IMAGES */

img {
    display: block;
    height: auto;
    margin: 3% auto
}

@media screen and (max-width:700px) {
	img {
        width: 100%;
        margin: 5% 0
    }	
}	

.imgfull {
    width: 60%;
    display: block;
    height: auto;
    margin: 2% 20% 0% 20%;
}

.imgleft {
    width: 30%;
    float: left;
    display: block;
    height: auto;
    margin: 1% 2% 0% 20%;
}

.imgright {
    width: 30%;
    float: right;
    display: block;
    height: auto;
    margin: 1% 20% 0% 1%;
}

@media screen and (max-width:1050px) {
    .imgfull {
        width: 80%;
        margin: 2% 10% 0% 10%;
    }
	.imgleft {
	    width: 40%;
	    margin: 1% 2% 0% 10%;
	}
	.imgright {
	    width: 40%;
	    margin: 1% 10% 0% 1%;
	}
}
@media screen and (max-width:900px) {
    .imgfull {
        width: 90%;
        margin: 2% 5% 0% 5%;
    }
	.imgleft {
	    width: 45%;
	    margin: 1% 2% 0% 5%;
	}
	.imgright {
	    width: 45%;
	    margin: 1% 5% 0% 1%;
	}
}
@media screen and (max-width:430px) {
    .imgfull {
        width: 90%;
        margin: 2% 5% 0% 5%;
    }
	.imgleft {
	    width: 90%;
        margin: 2% 5% 0% 5%;
	}
	.imgright {
	    width: 90%;
        margin: 2% 5% 0% 5%;
	}
}

/* CAPTIONS */

.captionfull {
    width: 58%;
    display: block;
    height: auto;
    margin: 0% 20% 2% 20%;
    background-color: #e9e9e9;
    font-size: 0.9em;
    padding: 1%;
}

.captionleft {
    width: 28%;
    float: left;
    display: block;
    height: auto;
    margin: 0% 2% 1% 20%;
    background-color: #e9e9e9;
    font-size: 0.9em;
    padding: 1%;
}

.captionright {
    width: 28%;
    float: right;
    display: block;
    height: auto;
    margin: 0% 20% 1% 1%;
    background-color: #e9e9e9;
    font-size: 0.9em;
    padding: 1%;
}

@media screen and (max-width:1050px) {
    .captionfull {
        width: 78%;
        margin: 0% 10% 2% 10%;
    }
	.captionleft {
	    width: 38%;
	    margin: 0% 2% 1% 10%;
	}
	.captionright {
	    width: 38%;
	    margin: 0% 10% 1% 1%;
	}
}
@media screen and (max-width:900px) {
    .captionfull {
        width: 88%;
        margin: 0% 5% 2% 5%;
    }
	.captionleft {
	    width: 43%;
	    margin: 0% 2% 1% 5%;
	}
	.captionright {
	    width: 43%;
	    margin: 0% 5% 1% 1%;
	}
}
@media screen and (max-width:430px) {
    .captionfull {
        width: 86%;
        margin: 0% 5% 2% 5%;
        padding: 2%;
		font-size: 0.8em;
    }
	.captionleft {
	    width: 86%;
        margin: 0% 5% 2% 5%;
        padding: 2%;
		font-size: 0.8em;
	}
	.captionright {
	    width: 86%;
        margin: 0% 5% 2% 5%;
        padding: 2%;
		font-size: 0.8em;
	}
}

/* BOL */

.bolfull {
    width: 60%;
    display: block;
    height: 200px;
    margin: 2% 20%;
}
.bolleft {
	width: 20%;
	display: block;
	height: 200px;
	margin: 1% 1% 1% 20%;
	float: left;
}
.bolright {
	width: 20%;
	display: block;
	height: 200px;
	margin: 1% 20% 1% 1%;
	float: right;
}
.bolitem {
    width: 30%;
    display: block;
    height: auto;
    margin: 0% 1%;
    float: left;
}

@media screen and (max-width:1550px) {
    .bolleft, .bolright {
        width: 25%;
    }
}
@media screen and (max-width:1400px) {
    .bolfull {
        margin: 2% 10%;
        width: 80%;
    }
}
@media screen and (max-width:1250px) {
    .bolleft, .bolright {
        width: 30%;
    }
}
@media screen and (max-width:1100px) {
    .bolfull {
        margin: 2% 5%;
        width: 90%;
    }
    .bolleft {
        margin: 1% 1% 1% 10%;
        width: 35%;
    }
    .bolright {
        margin: 1% 10% 1% 1%;
        width: 35%;
	}   
}
@media screen and (max-width:900px) {
    .bolitem3 {
        display:none;
    }
    .bolitem {
	    width: 46%;
    }
    .bolleft {
        margin: 1% 1% 1% 5%;
        width: 45%;
    }
    .bolright {
        margin: 1% 5% 1% 1%;
        width: 45%;
    }
}
@media screen and (max-width:700px) {
	.bolfull {
	    text-align: center !important;
	}
    .bolitem2 {
        display:none;
    }
    .bolitem {
	    width: 90%;
	    text-align: center !important;
    }
    .bolleft, .bolright {
	    width: 90%;
	    text-align: center !important;
    }
}
@media screen and (max-width:400px) {
    .bolitem {
	    width: 95%;
	    margin: 2% 0%;
    }
    .bolleft, .bolright {
	    width: 95%;
	    margin: 2% 0%;
    }
}

/* TABLES */

table {
    width:60%;
    margin:2% 20%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: center !important;
}
table tr:nth-child(even) {
    background-color: #e9e9e9;
}
table tr:nth-child(odd) {
   background-color:#fff;
}
table th	{
    background-color: #67b7e1;
    color: white;
}

@media screen and (max-width:1050px) {
    table {
        margin: 2% 10%;
        width: 80%;
    }
}
@media screen and (max-width:900px) {
    table {
        width: 89%!important;
        margin: 3% 5%!important;
    }
}
@media screen and (max-width:700px) {
    table {
        width: 90%!important;
        margin: 1% 5%!important;
    }
    td {
        font-size: 0.9em;
    }
}
@media screen and (max-width:430px) {
    table {
        margin: 5%;
    }
}

/* LISTS */

.left-content ul, .left-content ol {
		font-family: 'Ubuntu', sans-serif; 
		color:#505050; 
		text-align: left; 
		font-size: 1.15em; 
		margin: 1% 20%; 
		line-height: 1.5;
}

@media screen and (max-width:900px) {
    ul, ol {
        line-height: 1.5;
        font-size: 1em;
        margin: 5% !important;
    }
}
@media screen and (max-width:700px) {
    ul, ol {
        font-size: 1em !important;
        margin: 5% !important;
        line-height: 1.5 !important;
    }
}
@media screen and (max-width:430px) {
    ul, ol {
        font-size: 1em !important;
        margin: 5% !important;
        line-height: 1.5 !important;
    }
}

/* LINKS */

a,
a:hover {
    color: #1a80b6;
    text-decoration: underline;
}

/* H1 */

h1 {
    font-family: Ubuntu, sans-serif;
    color: #505050;
    text-align: center;
    font-size: 3em;
    margin: 2% 20%;
    position: relative;
}

@media screen and (max-width:1050px) {
    h1 {
        margin: 2% 10%;
    }
}
@media screen and (max-width:900px) {
    h1 {
        margin: 2% 10%;
        font-size: 2em;
    }
}
@media screen and (max-width:700px) {
    h1 {
        margin: 3% 5%;
        font-size: 2em;
    }
}

/* H2 */

h2 {
    text-align: left;
    margin: 1% 20%;
    font-family: Ubuntu, sans-serif;
    color: #505050;
    font-size: 2em;
}

@media screen and (max-width:1050px) {
    h2 {
        margin: 2% 10%;
    }
}
@media screen and (max-width:900px) {
    h2 {
        margin: 1% 5%;
        font-size: 1.5em;
    }
}
@media screen and (max-width:700px) {
    h2 {
        margin: 3% 5%;
        font-size: 1.5em;
    }
}

/* H3 */

h3 {
    text-align: left;
    margin: 1% 20%;
    font-family: Ubuntu, sans-serif;
    color: #505050;
    font-size: 1.5em;
}

@media screen and (max-width:1050px) {
    h3 {
        margin: 2% 10%;
    }
}
@media screen and (max-width:900px) {
    h3 {
        margin: 1% 5%;
        font-size: 1.2em;
    }
}
@media screen and (max-width:700px) {
    h3 {
        margin: 3% 5%;
        font-size: 1.2em;
    }
}

/* H4 */

/* P */

p {
    text-align: left;
    margin: 1% 20%;
    font-family: Ubuntu, sans-serif;
    color: #505050;
    font-size: 1.15em;
    line-height: 1.5;
}

@media screen and (max-width:1050px) {
    p {
        margin: 2% 10%;
    }
}
@media screen and (max-width:900px) {
    p {
        font-size: 1.15em;
        margin: 2% 5%;
    }
}
@media screen and (max-width:700px) {
    p {
        font-size: 1em;
        margin: 2% 5%;
    }
}

/* SUMMARYBOX */

.summarybox {
	width:53.5%;
	margin: 2% 20%;
	background-color: #ebf6f5;
	height: 80px;
	border-top-right-radius: 2%;
	border-bottom-right-radius: 2%;
	border-left: #5cbdb9 5px solid;
	padding: 1% 2%;
	text-align: right;
	display: table; 
	background-image: url(https://www.transparenttextures.com/patterns/connected.png);
}
.summarybox h3 {
    margin-left: 5%;
}

@media screen and (max-width:1050px) {
    .summarybox {
        margin: 2% 10%;
        width: 75%;
    }
}
@media screen and (max-width:900px) {
	.summarybox {
        margin: 1% 5%!important;
        width: 85%!important;
	}
}
@media screen and (max-width:700px) {
    .summarybox {
        width: 85%!important;
		margin: 5% !important;	
    }
}
@media screen and (max-width:430px) {
	.summarybox {
		background-color: #ebf6f5;
		border-left: #5cbdb9 5px solid;
	}
}

/* INFORMATIONBOX */

.informationbox {
	width:60%;
	margin: 2% 20%;
	background-color: #97caef;
	border-top-right-radius: 2%;
	border-bottom-right-radius: 2%;
	border-left: #557a95 5px solid;
	display: table; 
	background-image: url(https://www.transparenttextures.com/patterns/brushed-alum-dark.png);
}
.informationboxright p {
	display: table-cell; 
	vertical-align: middle;
}
.informationboxleft {
	float: left;
	width: 15%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationboxright {
	float: right;
	text-align: left;
	width: 85%;
	height: 80px;
	display: table;
}
.informationsign {
	height: 50px;
    width: 50px;
	color: #97caef;
	background-color: #557a95;
	font-size: 2em;
	border: 2px solid;
	border-radius: 50%;
    text-align: center;
	vertical-align: middle;
	line-height: 45px;
}

@media screen and (max-width:1050px) {
    .informationbox {
        margin: 2% 10%;
        width: 80%;
    }
}
@media screen and (max-width:900px) {
    .informationbox {
        margin: 1% 5%!important;
        width: 90%!important;
        text-align: right;
		display: table; 
    }
	.informationbox p {
		display: table-cell; 
		vertical-align: middle;
	}
}
@media screen and (max-width:700px) {
    .informationbox {
        width: 90%!important;
		margin: 0% 5% !important;	
        text-align: right;
		display: table; 
    }
	.informationbox p {
		display: table-cell; 
		vertical-align: middle;
	}
}
@media screen and (max-width:430px) {
    .informationbox {
	    width: 88% !important;
		display: table !important; 
    }
	.informationbox p {
		display: table-cell !important; 
		vertical-align: middle !important;
		padding-right: 5px !important; 
	}
	.informationboxleft {
		width: 20%;
	}
	.informationboxright {
		width: 75%;
		padding-left: 5%;
	}
}

/* LINKBOX */

.linkbox {
	width:53.5%;
	margin: 2% 20%;
	background-color: #ffcb9a;
	border-top-right-radius: 2%;
	border-bottom-right-radius: 2%;
	border-left: #d9b08c 5px solid;
	padding: 1% 2%;
	text-align: right;
	display: table; 
	background-image: url(https://www.transparenttextures.com/patterns/connected.png);
}
.linkboxleft {
	float: left;
	text-align: center;
	width: 30%;
}
.linkboxleft img {
	margin-top: 2%;
	display: table-cell; 
	vertical-align: middle;
}
.linkboxright {
	float: right;
	text-align: left;
	width: 70%;
}
.linkboxright p {
	margin: 0 5%; 
}


@media screen and (max-width:1400px) {
	.linkboxright {
		width: 65%;
	}
}
@media screen and (max-width:1200px) {
	.linkboxright {
		width: 60%;
	}
}
@media screen and (max-width:1050px) {
    .linkbox {
        margin: 2% 10%;
        width: 75%;
    }
	.linkboxright {
		width: 60%;
	}
}
@media screen and (max-width:900px) {
	.linkbox {
        margin: 2% 5%!important;
        width: 85%!important;
        padding: 2%;
	}
	.linkboxleft img {
		margin-top: 5% !important;
	}
}
@media screen and (max-width:700px) {
    .linkbox {
        width: 85%!important;
		margin: 0% 5% !important;	
    }
}
@media screen and (max-width:430px) {
    .linkbox {
        padding-bottom: 5%;
		text-align: center !important;
    }
	.linkboxleft {
		width: 100% !important;
		text-align: center !important;
	}
	.linkboxleft img {
		width: 90% !important;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	.linkboxright {
		width: 100% !important;
		text-align: center !important;
	}
}

/* QUOTEBOX */

.quotebox {
	float: right;
	margin: 1% 20% 1% 2%;
	background-color: #efe2ba;
	background-image: url(https://www.transparenttextures.com/patterns/connected.png);
	border-top-right-radius: 2%;
	border-bottom-right-radius: 2%;
	border-left: #d79922 5px solid;
	width: 20%;
	display: table;
	padding: 2% 2% 2% 5%;
	position: relative;
}
.quotebox p {
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.5em;
	font-style: italic;
}
.quoteboxsign {
	font-size: 7em;
	color: #d79922;
	position: absolute;
	top: 5px;
	left: 10px;
}

@media screen and (max-width:1050px) {
	.quotebox {
        margin-right: 10%;
        width: 30%;
        padding-left: 10%;
	}
}
@media screen and (max-width:900px) {
	.quotebox {
        margin-right: 5%!important;
        width: 30% !important;
        padding-left: 10% !important;
	}
	.quotebox p {
		font-size: 1.3em !important;
	}
}
@media screen and (max-width:700px) {
	.quotebox p {
		font-size: 1.2em !important;
	}
}
@media screen and (max-width:430px) {
	.quotebox {
		display: none !important;
	}
}

/* TEASERBOX */

.teaserbox {
	display: block;
	height: 600px;
	border-left: solid 5px #414679;
	margin-left: 20%;
	margin-bottom: 5%;
}	
 
.teaserbox h2 {
	margin-left: 5%;
	color: red;
}
#leftleadgenform {
    float: left;
    width: 35%;
    margin-left: 7%;
    margin-right: 0 !important;
}
#leftleadgenform p {
    margin: 0 !important;
    margin-bottom: 5% !important;
    font-size: 0.9em;
}
.rightleadgenform {
	float:right; 
	width: 20%; 
	margin-right: 30%; 
}
#bottomrightleadgenform {
	float:right; 
	width: 20% !important; 
    margin-right: 20% !important;
    margin-top: 2% !important;
}	
#leadgenformleft {
    float: left;
    width: 60%;
    margin-right: 0 !important;
    height: 225px;
	-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfddac', endColorstr='#ffffff');  
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}

#leadgenformleft img {
    width: 100%;
    margin-left: 10%;
}

#leadgenformright {
    float: right;
    width: 20%;
    z-index: 9999;
    position: absolute;
    margin-left: 50%;
}
.center-con {
	display: flex;
    height: 15vh;
    align-items: center;
    justify-content: center;
    margin-top: 0%;
    margin-left: -20%;
    margin-bottom: 5%;
}
.round {
    position: relative;
    border: 2px solid #414679;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
}
#cta{
    width:100%; cursor: pointer; position: absolute;
}
#cta .arrow{left: 32%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 18px; height: 18px; background-size: contain; top:15px; color: red;}
.segunda{margin-top: 8px; color:red;}
.next {
	background-image: url(https://www.svgrepo.com/show/51046/arrow-down-sign-to-navigate.svg);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateY(0px) scale(1);}
  25%{opacity: 0; transform:translateY(10px) scale(0.9);}
  26%{opacity: 0; transform:translateY(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateY(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round:hover {
	cursor: pointer;
    border: 3px solid green;
}
.round:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #eeeeee;
  transition: transform 0.2s ease;
  border-radius: 50%;
}
.round:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width:1050px) {
    .teaserbox {
        margin: 2% 10%;
        width: 80%;
    }
	#leftleadgenform {
		font-size: 1em;
		width: 50%;
	}
	.rightleadgenform {
		width: 28%;
		margin-right: 5%;
	}
	#leadgenformleft {
	    width: 90%;
	    margin-left: 5%;
	    margin-top: 1%;
	}
	#leadgenformright {
		margin-left: 60%;
		margin-top: 12%;
    }
	.center-con {
    	margin-left: -8%;
    	margin-bottom: 5%;
	}
}
@media screen and (max-width:900px) {
    .teaserbox {
		margin-left: 5%;
	}
	#leftleadgenform {
		font-size: 1em;
		width: 50%;
	}
	.rightleadgenform {
		width: 28%;
		margin-right: 5%;
	}
	#bottomrightleadgenform {
		width: 28%;
		margin-right: 18%;
	}
	#leadgenformright {
		margin-left: 60%;
		margin-top: 10%;
    }
	.center-con {
    	margin-left: 0%;
    	margin-bottom: 5%;
	}
}
@media screen and (max-width:700px) {
    .teaserbox {
		margin-left: 5%;
		margin-bottom: 10%;
	}
	#leftleadgenform {
		width: 50%;
		font-size: 0.8em;
	}
	.rightleadgenform {
		width: 35%;
		margin-right: 0%;
	}
	#leadgenformleft {
	    width: 100%;
	    margin-left: 5%;
	}
	#leadgenformright {
	    width: 20%;
	    margin-right:10%;
	}
    .center-con {
	    margin-top: 0;
	}
	#bottomrightleadgenform {
	    display: none;
    }
	#leadgenformleft img {
	    margin-left: 2%;
	}
}
@media screen and (max-width:430px) {
	.teaserbox {
		margin-bottom: 30% !important;
	}
	#leftleadgenform {
		width: 100%;
	}
	.rightleadgenform {
		display: none;
	}
	#leadgenformleft {
		width: 100%;
	}
	#leadgenformright {
	    display:none;
	}
}

/* LEADGENFORM */

#leadgenform {
    float: left;
    width: 46%;
    margin: 2% 20%;
    margin-right: 0;
	padding: 1% 2% 0% 0% !important;
	overflow: hidden !important;
}
#rightleadgenform {
	float:right; 
	width: 16%; 
	margin-right: 16%; 
	margin-top: 2%;
}

iframe {
	margin-top: -70px;
}


@media screen and (max-width:1050px) {
    #leadgenform {
        margin: 2% 10%;
        float: left;
        width: 50% !important;
    }
	#rightleadgenform {
		margin-right: 10%; 
	}
	iframe {
		margin-top: -65px;
	}
}
@media screen and (max-width:900px) {
    #leadgenform {
        margin: 2% 5%;
        float: left;
        width: 53% !important;
    }
	#rightleadgenform {
		margin-right: 5%; 
		width: 30%;
	}
}
@media screen and (max-width:700px) {
    #leadgenform {
        float: left;
        width: 90% !important;
        margin: 2% 5%;
    }
	#rightleadgenform {
		display: none;
	}
	iframe {
		margin-top: -60px;
	}
}

/* HR */

hr {
    border: 0;
    height: 1px;
    width: 90%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    margin: 5% 5% 0;
}

@media screen and (max-width:900px) {
    hr {
        margin: 10% 10% 0;
    }
}
@media screen and (max-width:700px) {
    hr {
        margin: 10% 5% 0;
    }
}

/* PREFOOTER */

.prefooter {
    position: relative;
    float: left;
    text-align: center;
    width: 25%;
    height: 80%;
    margin: 2%;
    border-radius: 10px;
    padding: 0 2%;
    background-position: center !important;
}
.prefooterbox {
    width: 100%;
    height: 200px;
    padding: 2% 0;
    margin-bottom: 5%
}
.prefootertext {
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    background-color: #4CAF50;
    border: none;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    width: 50%;
    margin: 0 0 5%;
    color: #fff;
    font-size: 1.3em;
    position: relative;
    bottom: -80%
}
.prefootertext:hover {
    text-decoration: none;
    background-color: orange
}


@media screen and (max-width:1200px) {
    .prefootertext {
	    width: 60%;
    }
}
@media screen and (max-width:900px) {
    .prefootertext {
	    font-size: 1em;
    }
	.prefooterbox {
	    width: 100%;
	    height: 150px;
	    padding: 2% 0;
	    margin-bottom: 5%
	}
}
@media screen and (max-width:700px) {
    .prefooter {
        float: none;
        width: 90%;
        padding: 0;
        margin: 10% 5%;
    }
    .prefooterbox {
        display: block;
        position: relative;
        height: auto;
    }
}    
@media screen and (max-width:430px) {
    .prefootertext {
	    font-size: 1.3em;
    }
}

/* FOOTER */

.footer {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-image: url(/images/concrete-wall.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footerblock {
	width:48%;
	display: block;
	float:left;
	padding-right: 2%;
	padding-top: 5%;
}
.footerblock li {
	font-family: 'Ubuntu', sans-serif;
	color:#505050;
	text-align: left;
	font-size: 0.9em;
	padding: 3% 3%;
	line-height: 1.5;
	list-style: none;
	border-bottom:1px solid #c2c2c2;
	border-top:1px solid #ffffff;
}

.footerblock ul li a{ 
	color:#000; 
	text-decoration:none;
	display : block;
}

.footerblock ul li:hover { 
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(left, #e9e9e9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e9e9e9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e9e9e9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ 
	cursor:pointer;
}
.footerblockhalf {
	width:23%;
	float:left;
	padding-right: 2%;
	padding-top: 5%;
}
.footertitle {
    width: 100%;
    margin: 0;
    padding: 0
}
.footertitle h2 {
    margin: 0;
    padding: 0;
    text-align: center
}
.container {
    width: 50%;
    display: block;
    float: left;
}
.footerblockhalf li {
	font-family: 'Ubuntu', sans-serif;
	color:#505050;
	text-align: left;
	font-size: 0.9em;
	padding: 3% 3%;
	line-height: 1.5;
	list-style: none;
	border-bottom:1px solid #c2c2c2;
	border-top:1px solid #ffffff;
}
.footerblockhalf ul li a{ 
	color:#000; 
	text-decoration:none;
	display : block;
}
.footerblockhalf ul li:hover { 
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(left, #e9e9e9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e9e9e9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e9e9e9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ 
	cursor:pointer;
}
.footerblock li.subitem, .footerblockhalf li.subitem {
    padding-left: 8%;
    font-size: 0.8em;
}

@media screen and (max-width:700px) {
    .footer {
        padding-top: 10%!important;
        position: relative!important;
        display: block;
        width: 100%;
        margin: 0;
        float: none;
        padding: 0;
    }
    .container {
        float: none;
        width: 100%;
        padding: 0;
        margin-left: -5%;
    }
    .containerfull {
        float: none;
        width: 100%;
        padding: 0;
        margin-left: -5%;
    }
	.footerblockhalf {
		float: none;
		width: 100%;
		padding: 0;
	}
	.footerblock {
		float: none;
		width: 100%;
		padding: 0;
	}
}

/* CLR */

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

/* BOTTOMLINE */

.bottomline {
    color: #000;
    width: 100%;
    height: 40px;
    font-size: .7em;
    margin-bottom: 70px;
}
.bottomline a {
    color: #000;
    padding: inherit;
    text-decoration: underline;
}
.bottomline a:hover {
    text-decoration: none;
}
.bottomline .lf {
    float: left;
    margin: 2% 5% 2% 10%;
}
.bottomline .rf {
    float: right;
    margin: 2% 10% 2% 5%;
}

@media screen and (max-width:900px) {
    .bottomline .lf {
	    width: 100%;
	    text-align: center;
	    margin: 1% 0%;
	}
	
	.bottomline .rf {
	    width: 100%;
	    text-align: center;	
	    margin: 1% 0%;
	}
}

/* NAVBAR */

.wrapper {
	position: relative;
    display: none !important;
}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: -5px;
  width: 100%;
  height: 50px;
}
.navbaritem {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  padding: 12px 0px;
  font-size: 1em;
  vertical-align: middle;
  color: silver;
}
#quotebutton {
  width: 40%;
}
#home {
  width: 30%;
}
#menu {
  width: 30%;
}
.navbutton {
    font-size: 0.8em;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    padding: 10px 1px;
    text-decoration: none;
    border-radius: 2px;
    width: 38%;
    height: 15px;
    margin-top: 5px;
    margin-left: 1%;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
#myNav {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.nav-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 15px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  margin-bottom: 15px;
}
/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 96%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 15px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  padding: 0 2%;
}
.overlay-content h2 {
  font-size: 1.3em;	
}
.overlay-content p {
  font-size: 0.8em;	
  margin-bottom: 5% !important;
}
#myNav h3 {
	margin-left: 5%;
}
/* The navigation links inside the overlay */
#myNav a {
  margin-left: 5%;
  padding: 2px;
  text-decoration: none;
  font-size: 1em;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
/* The navigation links inside the overlay */
.overlay a {
  padding: 2px;
  text-decoration: none;
  font-size: 1em;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 3em !important;
}

@media screen and (max-height: 700px) {
  .wrapper {
    display: block !important;
  }
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 430px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 3em !important;
    top: 15px;
    right: 35px;
  }
}

/* COOKIE POPUP */

.eupopup-container {
    background-color: rgba(25, 25, 25, .9);
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999
}

.eupopup-container-fixedtop,
.eupopup-container-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.eupopup-container-fixedtop {
    position: fixed
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px
}

.eupopup-closebutton:active,
.eupopup-closebutton:hover {
    color: #fff;
    text-decoration: none
}

.eupopup-head {
    font-size: 1.2em;
    font-weight: 700;
    padding: 7px;
    color: #fff
}

.eupopup-body {
    color: #a2a2a2
}

.eupopup-buttons {
    padding: 7px 0 5px
}

.eupopup-button_1 {
    color: #f6a21d;
    font-weight: 700;
    font-size: 14px
}

.eupopup-button_2 {
    color: #f6a21d;
    font-weight: 400;
    font-size: 12px
}

.eupopup-button {
    margin: 0 10px
}

.eupopup-button:focus,
.eupopup-button:hover {
    text-decoration: underline;
    color: #f6a21d
}

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, .9)
}

body .eupopup-color-inverse .eupopup-head {
    color: #000
}

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px
}

body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons,
body .eupopup-style-compact .eupopup-head {
    display: inline;
    padding: 0;
    margin: 0
}

body .eupopup-style-compact .eupopup-button {
    margin: 0 5px
}