.fill {
	overflow: hidden;
	height: 100vh;
}
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
}
#wrapper {
	max-width: 1920px;
	padding: 0;
}
.clr-white, .clr-white a, .clr-white a:hover {
	color: #fff;
}
@font-face {
	font-family: 'GothamPro-Medium';
	src: url('../fonts/GothamPro-Medium/GothamPro-Medium.eot?') format('eot'), 
	url('../fonts/GothamPro-Medium/GothamPro-Medium.otf') format('opentype'),
	url('../fonts/GothamPro-Medium/GothamPro-Medium.woff') format('woff'), 
	url('../fonts/GothamPro-Medium/GothamPro-Medium.ttf') format('truetype'),
	url('../fonts/GothamPro-Medium/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
}
.section-profit .container {
	padding-top: 7vh;
	padding-bottom: 7vh;
}
.section-profit .logo {
	margin-bottom: 5vh;
}
.h1 {
	margin-top: 0;
	margin-bottom: 5vh;
	font-size: 2.667em;
	line-height: 1.2;
}
.h1, .text-gotham {
	font-family: 'GothamPro-Medium', sans-serif;
}
.h4 {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 1.1em;
}
.section-profit {
	background-color: #E0E3EA;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
@media screen and (min-width: 768px) {
	.section-profit {
		background-image: url(img/bg-profit.jpg);
	}
}
.btn {
	font-size: 1.333em; /* 20px */
	padding: 18px 79px 20px;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
	line-height: 1;
}
.btn:focus {
	outline: none;
}
.btn, .btn:hover, .btn:active, .btn:focus {
	color: #fff;
}
.btn-red {
	background-color: #b72451;
	white-space: normal;
	width: 310px;
	max-width: 100%;
	padding: 16px 0 17px;
	font-size: 20px;
}
.btn-full {
	padding-left: 0;
	padding-right: 0;
	max-width: 484px;
}
.btn-red, .form-input .form-group {
	background-image: none;
}
.btn-sm {
	padding: 6px 8px;
	font-size: 0.967em;
	width: auto;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	margin-bottom: 1em;
}
.form-input .form-group {
	background-color: transparent;
}
.form-button {
	text-align: left;
}
.btn-red:hover {
	background-color: #d94270;
}
.section-footer {
	background-color: #b72451;
	padding-top: 30px;
	background-image: none;
	margin-top: 0;
}
.nav-pills {
	margin-bottom: 1.2em;
}
.tab-pane {
	margin-bottom: 2.4em;
}
.nav-pills>li {
	width: 50%;
	margin: 0 0 1em;
}
.nav-pills>li+li {
	margin-left: 0;
}
.nav-pills>li>a, #registration_form .form-control, .pager li a, .help-block {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: italic;
}
.nav-pills>li>a {
	font-size: 17px;
	line-height: 1.4;
	text-decoration: none;
	padding: 10px 10px 11px 20px;
	cursor: default;
}
.nav-pills>li>a, .nav-pills>li>a:hover, .nav-pills>li>a:active, .nav-pills>li>a:focus {
	background-color: #ecf0f7;
	color: #B72451;
}
#navStep1 a {
	border-radius: 10px 0px 0 10px;
}
#navStep2 a {
	border-radius: 0px 10px 10px 0px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:active, .nav-pills>li.active>a:focus {
	background-color: #b72451;
	color: #fff;
}
.pager li a {
	cursor: pointer;
}
.pager li a, .help-block {
	font-size: 15px;
	color: #565656;
	padding: 0;
	border: none;
	float: none !important;
}
.pager li a, .pager li a:hover {
	background-color: transparent;
}
.pager li.disabled {
	display: none;
}
.help-block {
	margin-left: 3px;
}
.form-control {
	font-size: 15px;
	height: 50px;
	border: 1px solid #c6c6c6;
	border-radius: 10px !important;
	padding-left: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-indent: 1px;
	color: #000;
}
.form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.form-control.error {
	border-color: rgba(255,0,0,0.5);
}

.input-placeholder {
  position: relative;
}
.input-placeholder input:valid + .placeholder,
.input-placeholder input:focus + .placeholder {
  display: none;
}
.placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 15px;
 	font: italic 15px/1 'Open Sans', sans-serif;
  left: 27px;
  margin: auto;
  color: #000;
}
.placeholder span {
  color: red;
  position: relative;
  left: -3px;
}
.date {
	display: block;
}
.date .input-group-addon {
	font-size: 20px;
	color: #b72451;
	border-left: none;
	height: 50px;
	max-height: 50px;
	border-radius: 0 10px 10px 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	z-index: 5 !important;
	border: none;
	padding: 0;
	background: transparent url(img/calendar.png) 45% center no-repeat;
}
.date .form-control {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*display: block;*/
}
.previous.pull-right {
	width: 226px;
	text-align: center;
	padding-top: 18px;
}
#registration_form input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#registration_form input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#registration_form input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
#registration_form input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
select.form-control {
	outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	text-overflow : '';
	appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
	-webkit-appearance: none;
	background: #fff url(img/triangle.png) 92% center no-repeat; 
}
select::-ms-expand {
	display: none;
}
.form-group {
	position: relative;
}
label.error {
	display: block;
	font-weight: normal;
	right: -143px;
	position: absolute;
	top: 4px;
	width: 100%;
	font-size: 13px;
	line-height: 1.1;
	max-width: 134px;
	color: #555;
}
.date label.error {
	left: -144px;
	text-align: right;
}
#registration_form input::-webkit-input-placeholder:after {
    content: " *";
    color: red;
    opacity: 1;
    display: block;
}
#registration_form input:-moz-placeholder:after {
    content: " *";
    color: red;
    opacity: 1;
    display: block;
}
#registration_form input:-ms-input-placeholder:after {  
    content: " *";
    color: red;
    opacity: 1;
    display: block;
}
.private {
	color: #565656;
	font: 300 13px 'Open Sans', sans-serif;
	font-size: 13px;
	position: absolute;
	bottom: 2vh;
}
.section-footer .container {
	padding-bottom: 20px;
}
.contact_results .h3 {
	margin-bottom: 0.9em;
	font-weight: normal;
	font-size: 2em;
}
.contact_results p {
	font-size: 1.2em;
}

.reviews-section .h1 {
	margin-bottom: 1.5em;
}
.bg-white {
	background-color: #FFF;
}
.reviews-section {
	padding-top: 5%;
	padding-bottom: 6%;
}
.photo {
	width: 162px;
	height: 162px;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-border-radius: 162px;
	        border-radius: 162px;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
.carousel-inner {
	padding-top: 1%;
	padding-bottom: 1%;
}
.carousel-control {
	width: 9%;
	opacity: 1;
	text-shadow: 0 0 0 transparent;
}
.carousel-control:hover {
	opacity: 0.6;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(183, 36, 81, 0.06) 0%, rgba(183, 36, 81, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(183, 36, 81, 0.06) 0%, rgba(183, 36, 81, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(183, 36, 81, 0.06)), to(rgba(183, 36, 81, 0.0001)));
  background-image: linear-gradient(to right, rgba(183, 36, 81, 0.06) 0%, rgba(183, 36, 81, 0.0001) 100%);
  background-repeat: repeat-x;
  -webkit-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50b72451', endColorstr='#00b72451', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(183, 36, 81, 0.0001) 0%, rgba(183, 36, 81, 0.06) 100%);
  background-image: -o-linear-gradient(left, rgba(183, 36, 81, 0.0001) 0%, rgba(183, 36, 81, 0.06) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(183, 36, 81, 0.0001)), to(rgba(183, 36, 81, 0.06)));
  background-image: linear-gradient(to right, rgba(183, 36, 81, 0.0001) 0%, rgba(183, 36, 81, 0.06) 100%);
  background-repeat: repeat-x;
  -webkit-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b72451', endColorstr='#50b72451', GradientType=1);
}
.carousel-control .glyphicon {
	width: 18px;
	height: 36px;
	text-indent: -9999px;
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
}
.carousel-control.left .glyphicon {
	background-position: 0 0;
}
.carousel-control.right .glyphicon {
	background-position: right 0;
}
.item p:last-child {
	margin-bottom: 0;
}

@media (min-height: 900px) {
	.section-profit.fill {
		height: 915px;
	}
}
@media (max-height: 750px) {
	.section-profit.fill {
		height: auto !important;
	}
	.private {
		position: relative;
		bottom: 0;
	}
}
@media (max-height: 800px) {
	.section-profit .container {
		min-height: 780px;
		height: auto;
	}
	.section-profit .container {
		padding-top: 4vh;
		padding-bottom: 4vh;
	}
	.section-profit .logo {
		margin-bottom: 3vh;
	}
	.section-profit .h2 {
		margin-bottom: 3vh;
	}
}
@media screen and (max-width: 1024px) {
	.section-footer .container {
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 980px) {
	.fill {
		height: auto;
	}
	.h1 {
		font-size: 2.2em;
	}
	.reviews-section .h1, .reviews-section .h4 {
		text-align: center;
	}
	.reviews-section .btn-sm {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.item p:last-child {
		margin-bottom: 1.2em;
	}
}
@media screen and (max-width: 800px) {
	label.error {
		display: none !important;
	}
	.section-profit .container {
		min-height: 0;
	}
	.contact_results p br {
		display: none;
	}
	.reviews-section .h1, .reviews-section .h4 {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 767px) {
	.carousel-inner .h4, .carousel-inner p {
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media screen and (max-width: 560px) {
	.h1 {
		font-size: 2em;
	}
	.carousel-inner .h4, .carousel-inner p {
		padding-left: 7%;
		padding-right: 7%;
	}
}
@media screen and (max-width: 530px) {
	.h1 {
		font-size: 1.8em;
		text-align: center;
	}
	.nav-pills > li {
		width: 100%;
		float: none;
	}
	.nav-pills > li > a {
		-webkit-border-radius: 10px !important;
		        border-radius: 10px !important;
	}
	.pager li {
		display: block;
		float: none !important;
		margin-bottom: 1.5em;
		padding: 0 !important;
		text-align: center !important;
		width: auto !important;
	}
	.pager li .btn {
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	.private {
		position: relative;
		bottom: 0;
		display: block;
		text-align: center;
	}
	.logo {
		text-align: center;
	}
	.help-block {
		margin-left: 0;
		text-align: center;
	}
	.btn-full {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.h1 br {
		display: none;
	}
	.btn-red, .reviews-section .h4 {
		font-size: 1.2em;
	}
}