﻿body, html, .container-fluid {
	height: 100%;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.f-container-yellow {
	position: absolute;
	left:-54%;
	height: 100%;
	width: 100%;
	background-color: #ffd65a;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
}

.f-container-red {
	position: absolute;
	left: 45%;
	height: 100%;
	width: 100%;
	background-color: #f56861;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
}

.f-slider {
	position: absolute;
	top: 95%;
	left: 85%;
	width: 10%;
	z-index: 2;
}

.slider {
	width: 100% !important;
}


.f-red {
	color: #f56861;
	display: inline;
}

.f-yellow {
	color: #ffd65a;
	display: inline;
}

.f-content-yellow {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ffd65a;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #f56861;
	z-index: 10;
}

.f-content-red {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #f56861;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #ffd65a;
	z-index: 10;
}

.f-content-arrow1 {
	position: absolute;
	top: 43%;
	left: 2%;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #ffd65a;
	z-index: 1;
}

.f-content-arrow2 {
	position: absolute;
	top: 43%;
	left: 95%;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #ffd65a;
	z-index: 1;
}

.f-content-guettler {
	position: relative;
	top: 40%;
	left: 10px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	font-weight: 100;
	color: #ffd65a;
}

.f-content-guettler > a {
	color: #ffd65a;
}

.f-content-fernando > a {
	color: #f56861;
}

.f-content-fernando {
	position: relative;
	top: 40%;
	right: 25px;
	text-align: right;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	font-weight: 100;
	color: #f56861;
}

.f-content-pillar {
	width: 100%;
	height: 100%;
	position: relative;
}

.f-content-pillar-wrapper {
	position: absolute;
	top: 50%;
	left: 40%;
	width: 60%;
	transform: translate(-40%, -50%);
}

.f-form {
	background-color: #f56861;
	border: 0px;
	color: #ffd65a;
	font-size: 18px;
}

.f-send {
	background-color: #00509f;
}

.f-content-map {
	width: 100%;
	height: 100%;
	position: relative;
}

.f-content-map > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

svg {
	padding: 0;
	margin: 0;
}

.btn-circle-red {
  width: 30px;
  height: 30px;
  line-height: 24px; /* adjust line height to align vertically*/
  padding:0;
  border: 0px;
  border-radius: 50%;
  background-color: #f56861;
  color: #ffd65a;
}

.btn-circle-yellow {
  width: 30px;
  height: 30px;
  line-height: 24px; /* adjust line height to align vertically*/
  padding:0;
  border: 0px;
  border-radius: 50%;
  background-color: #ffd65a;
  color: #f56861;
}

#ex1Slider .slider-selection {
	background: #0a50a6;
}

.form-control::-webkit-input-placeholder {
   color: #ffd65a;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ffd65a;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ffd65a;  
}

.form-control:-ms-input-placeholder {  
   color: #ffd65a;  
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	background-color: #00509f;
}
