/* MAIN */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext');
html {
	overflow-x: hidden;
}
body {
	font-family: 'Raleway','Arial', sans-serif;
	color: #444;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
}

body.modal-open {
	padding-right: 0 !important;
}
h1 {
	position: relative;
	margin: 10px 0 40px 0;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: #333;
    padding-bottom: 25px;
}
h1:before {
    content: '';
    display: block;
    position: absolute;
    background: #ffef1d;
    bottom: 0;
    width: 70px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}
h2 {
	position: relative;
	margin: 10px 0 70px 0;
	color: #000;
	text-align: left;
	font-size: 50px;
	font-weight: 300;
}
h5 {
	font-size: 20px;
	color: #525252;
	font-weight: 500;
}
a, a:active, a:focus {
	text-decoration: none; 
	color: #333;
}
p {
	line-height: 26px;
	letter-spacing: 0.1px;
	margin-bottom: 20px;
}
a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color: #ffef1d;
}
#TextualContent ul {
    padding-left: 35px;
}
#TextualContent ul li {
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    list-style-type: none;
}
#TextualContent ul li:before {
    content: '\f2dc';
    font-family: 'FontAwesome';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -28px;
    top: 4px;
    color: #4b9ec9;
    font-weight: 500;
    font-size: 10px;
}
.btn.btn-default {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #ffef1d;
	color: #27272b;
	border: 0;
	border-radius: 0;
	padding: 12px 45px;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
}
.btn.btn-default:hover {
	background: #27272b;
	color: #fff;
}
.btn.btn-default:focus {
	background: #27272b;
	color: #fff;
}
.error-404-wrapper {
	margin: 100px 0;
}
.error-404-wrapper .error-404 {
	text-align: center;
	font-size: 196px;
	color: #868688;
}
.error-404-wrapper .error-404-text .first {
	font-size: 50px;
	text-transform: uppercase;
	color: #212121;
	margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212121;
	margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
	font-size: 18px;
	font-weight: 600;
	color: #807F7D;
}
.breadcrumb-wrapper {
	background-image: url("/design/breadcrumb-bg.jpg");
    background-repeat: no-repeat;
    background-position: top right -17px;
	padding: 58px 0 65px;
}
.breadcrumb-wrapper .breadcrumb-title {
	font-size: 42px;
    color: #27272b;
}
.breadcrumb-path {
	padding-top:5px;
}
.breadcrumb-path span {
    margin: 0 5px;
}
.breadcrumb-path a {
    color: #27272b;
}
.breadcrumb-path a:hover {
    color: #27272b;
    text-decoration: underline;
}
.index-news-snippet h3 {
	font-size:20px;
	text-align:left;
}
.contact-wrapper {
	padding: 40px 0px;
}
.captcha-input {
	margin-top:18px;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {
	height:500px;
}

#map h3 {
	margin-top: 5px;
	font-size: 15px;
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.first-section-wrapper {
	text-align: center;
	padding: 65px 0 60px 0;
}
.first-section-inner {
	padding: 0 40px;
}
.second-section-wrapper {
	background-image: url("/design/second-section-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}
.second-section-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/design/snow.png");
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.second-section-wrapper .container-fluid {
    position: relative;
    z-index: 2;
}
.second-section-content {
	background: rgba(0,0,0,0.3);
	padding: 75px 50px 75px 95px;
	color: #fff;
	font-weight: 400;
	margin-right: -15px;
}
.second-section-content h2 {
	margin: 0 0 40px 0;
	color: #fff;
}
.second-section-content h5 {
    color: #fff;
    margin: 0 0 18px;
}
.second-section-content p {
    margin-bottom: 18px;
}
.second-section-content .btn.btn-default {
	background: transparent;
	border: 2px solid #ced2d7;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: none;
	padding: 10px 28px;
}
.second-section-content .btn.btn-default.first-btn {
	margin-right: 24px;
}
.second-section-content .btn.btn-default:hover {
	background: #4b9ec9;
	border-color: #4b9ec9;
}
.second-section-content .year-row {
	margin-bottom: 26px;
	display: flex;
}
.second-section-content .year-row:last-child {
    margin-bottom: 0;
}
.second-section-content .year-row .year {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 200px;
	height: 44px;
	border-radius: 5px;
	background: rgba(255, 239, 29, 0.8);
	margin-right: 15px;
	font-size: 18px;
	font-weight: 600;
}
.second-section-content .year-row .text {
	width: calc(100% - 200px);
	line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}
.third-section-wrapper {
	padding: 60px 0 40px 0;
}
.third-section-wrapper .first-p {
	padding: 0 90px;
	margin-bottom: 100px;
}
.left-num {
	padding-right: 155px;
}
.right-num {
	padding-left: 155px;
}
.number-item {
	text-align: left;
	margin-bottom: 125px;
	position: relative;
	padding-left: 115px;
}
.number-item:before {
	content: attr(data-number);
	display: block;
	position: absolute;
	left: 0;
	top: -32px;
	font-size: 120px;
	color: #4b9ec9;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
}
.fourth-section-wrapper {
	background-image: url("/design/fourth-section-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 92px 0 100px 0;
}
.fourth-section-wrapper h1, .fourth-section-wrapper  h4 {
	color: #fff;
}
.fourth-section-wrapper p {
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
}
.fourth-section-wrapper a {
	color: #fff;
}
.fourth-section-wrapper a:hover {
	color: #4b9ec9;
}
.fourth-section-wrapper .contact-info-wrapper {
	font-size: 36px;
	font-weight: 500;
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fourth-section-wrapper .contact-info-wrapper i {
	margin-right: 12px;
}
.fourth-section-wrapper .contact-info-wrapper a.phone {
	margin-right: 75px;
	font-family: "Roboto", sans-serif;
}
.fifth-section-wrapper {
	padding: 72px 0 66px 0;
	background-image: url("/design/fifth-section-bg.png");
	background-repeat: no-repeat;
	background-position: left top 95px;
}
.video-thumbs-wrapper {
	height: 510px;
	overflow-y: auto;
	overflow-x: hidden;
}
.video-thumbs-wrapper .video-thumb {
	padding: 3px;
	border: 2px solid #fff;
	margin-bottom: 5px;
	position: relative;
}
.video-thumbs-wrapper .video-thumb:after {
	content: '';
	display: block;
	width: 48px;
	height: 34px;
	background: url("/design/youtube-play-icon.png") no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
}
.video-thumbs-wrapper .video-thumb:last-child {
	margin-bottom: 0;
}
.video-thumbs-wrapper .video-thumb.active {
	border: 2px solid #4b9ec9;
}
.video-thumbs-wrapper .video-thumb.active:after {
	display: none;
}
.video-thumbs-wrapper .video-thumb:hover {
	cursor: pointer;
}

.video-thumbs-right {
	padding-left: 5px;
}
.embed-youtube-wrapper {
	margin-top: 5px;
}
.sixth-section-wrapper {
	background-image: url("/design/sixth-section-image.jpg");
	background-repeat: no-repeat;
	background-position: top right;
    background-size: cover;
    position: relative;
}
.sixth-section-wrapper:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/design/snow.png");
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.sixth-section-wrapper .row{
	display: flex;
}
.sixth-section-wrapper .left-box {
	background-repeat: no-repeat;
	background-size: cover;
}
.sixth-section-content {
	padding: 60px 100px 65px;
	color: #fff;
    background: rgba(0,0,0,0.3);
    position: relative;
    z-index: 5;
}
.sixth-section-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.sixth-section-content ul {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    list-style: none;
}
.sixth-section-content ul li {
    margin-bottom: 10px;
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}
.sixth-section-content ul li:before {
    content: '\f105';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
}
.sixth-section-content h2 {
	color: #fff;
    margin-bottom: 30px;
}
.sixth-section-content .first-p {
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 44px;
}
.sixth-section-content .second-p {
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	padding-right: 10px;
}
.sixth-section-content .third-p {
	font-weight: 500;
}
.seventh-section-wrapper {
	padding: 60px 0;
}
.eight-section-wrapper {
    background: #f5f5f7;
    padding: 50px 0 80px 0;
}
.partners-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map {
	position: relative;
	height: 600px;
}
.contact-map-wrapper {
	width: 100%;
	height: 100%;
    background: url("/design/map-bg.jpg") no-repeat center;
}
.contact-map-wrapper .open-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 10;
}
.contact-map-wrapper .open-map:hover {
    opacity: 1;
}

.form-wrapper-absolute {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}
.form-wrapper-absolute .container {
	position: relative;
	height: 100%;
}
.contact-form-wrapper {
	position: absolute;
	width: 400px;
	bottom: 0;
	top: 0;
	right: 15px;
	background: rgba(39,39,43, 0.9);
	color: #fff;
	z-index: 999;
	padding-top: 36px;
}
.contact-form-wrapper a {
	color: #fff;
}
.contact-form-wrapper .title {
	font-size: 36px;
	font-weight: 300;
    padding-left: 30px;
    margin-bottom: 20px;
	text-align: left;
}
.contact-form-wrapper .inner-content {
	padding:  20px 30px 0 30px;
}
.row-contact-info {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.row-contact-info.tel {
	font-family: 'Roboto', sans-serif;
}
.row-contact-info i {
	margin-right: 10px;
}
.contact-form-wrapper p {
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
.contact-form-wrapper textarea {
	height: 100px;
}
.template {
	display: none;
}
.form-group {
	margin-bottom: 12px;
}
.form-control {
	border-radius: 0;
	height: 48px;
	box-shadow: none;
	color: #999;
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
	border: 0;
}
.btn.btn-default.send-form {
	border-radius: 0;
	background: #ffee00;
	color: #27272b;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	letter-spacing: 2px;
	padding: 10px 45px;
}
.btn.btn-default.send-form:hover {
	background: #fff;
    color: #27272b;
}
.modal-content .form-control {
	border: 1px solid #ccc;
}
#top-link {
	display:none;
	position:fixed;
	right: 30px;
	bottom: 30px;
	background: rgba(255, 238, 0, 0.9);
	border: medium none;
	overflow: hidden;
	text-decoration: none;
	z-index: 999;
	border-radius: 3px;
	opacity: 0.89;
	color: #27272b;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 40px;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s;
}
#top-link:hover {
	background: #27272b;
    color: #fff;
}
.one-termin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.one-termin .left {
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}
.one-termin .right {
    font-size: 16px;
}
.one-termin .right  p {
    margin-bottom:  10px;
}
.one-termin .right a {
    color: #fff;
    text-decoration: underline;
}
.one-termin .right a:hover {
    color: #d3d739;
}
.one-termin .right ul {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 15px;
    list-style: none;
}
.one-termin .right ul li {
    margin-bottom: 10px;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
}
.one-termin .right ul li:before {
    content: '\f105';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -1px;
}
.modal-title {
    text-align: left;
}
.modal-content {
    border-radius: 0px;
}
.modal-content .modal-header {
    color: #27272b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}
.modal-content .btn {
    height: auto;
    padding: 8px 20px;
    font-size: 12px;
    border-radius: 0;
}
.one-member {
    margin-bottom: 30px;
}
.one-member .image-wrapper {
    position: relative;
}
.one-member .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    cursor: pointer;
}
.one-member .overlay .plus {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-member .overlay .plus .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #27272b;
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    line-height: 38px;
}
.one-member:hover .overlay {
    opacity: 1;
}
.one-member:hover .overlay .plus {
    margin-top: 0;
}
.one-member .name {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    text-align: center
}
.one-member .position {
    font-size: 13px;
    color: #a0a0a0;
    text-align: center;
    text-transform: uppercase;
}
.program-table {
    text-align: center;
}
.program-table.table > tbody > tr > td {
    padding: 12px 10px;
    border-color: #27272b;
    background: #fff;
    vertical-align: middle;
    line-height: 25px;
}
.program-table.table > tbody > tr > td:first-child {
    background: #f0f0f0;
}
.program-table.table > tbody > tr > td:nth-child(2n) {
    background: #fff;
}
.program-table.table > tbody > tr > th {
    padding: 12px 10px;
    text-align: center;
    background: #ffef1d;
    color: #27272b;
    border-color: #27272b;
}
.program-table.table > tbody > tr > td.whole-row {
    background: #f0f0f0;
    color: #27272b;
}
.nav.nav-pills {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.nav-pills > li > a, .nav-pills > li > a:focus {
    background: transparent;
    border: 1px solid #27272b;
    color: #27272b;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 30px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #ffef1d;
    color: #27272b;
    border-color: #ffef1d;
}
.nav-pills > li > a.active:hover, .nav-pills > li > a:hover {
    background: #27272b;
    color: #fff;
}
.nav-pills > li {
    margin-right: 20px;
}
.nav-pills > li:last-child {
    margin-right: 0;
}
.form-control-feedback {
    top: 15px;
}
.instruktor-text h5 {
    margin-bottom: 20px;
}
.instruktor-text p {
    margin-bottom: 10px;
}
.one-gallery {
    margin-bottom: 30px;
}
.one-gallery .image-wrapper {
    position: relative;
}
.one-gallery .image-wrapper .overlay {
    position: absolute;
    border: 0px solid transparent;
    outline: 0px solid transparent;
    width: auto;
    height: auto;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background-color: rgba(0, 0, 0, 0.65);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
}
.one-gallery .image-wrapper .overlay:hover {
    opacity: 1;
}
.one-gallery .image-wrapper .overlay .title {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.view-all-galleries {
    text-align: center;
    margin-top: 20px;
}

.fluid {
    margin: 0px -5px;
}
#fluid-wrapper {
    visibility:hidden;
}
#fluid-wrapper.fluid .item {
    margin: 5px 0.0% 5px 0.0%;
    padding:0px 5px;
}
#fluid-wrapper.fluid .item img
{
    /*display: none;*/
    display: block;
    width: 100%;
    height: auto !important;
    opacity:1;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
#fluid-wrapper.fluid .item img:hover {
    opacity: 0.8;
}
.center-col-wrapper {
    padding: 50px 0;
}
.pagination {
    margin-top: 50px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius:0px;
}
.pagination > li > a, .pagination > li > span {
    color: #626262;
    font-weight: 500;
    padding: 0;
    margin: 0 4px;
    border-color: #dbdbdb;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: transparent;
    -webkit-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    -moz-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    -ms-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    -o-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border: 0;
    color: #27272b;
    background: #ffef1d;
}
.pagination > li.disabled {
    display: none;
}
.modal-content .form-control {
    height: auto;
}
.small-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
span.star {
    font-size: 30px;
    color: red;
    vertical-align: middle;
}
.input-with-icon {
    position: relative;
}
.reservation-form .form-control {
    border: 1px solid #27272b;
}
.input-with-icon .input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 14px;
}
.input-with-icon .form-control {
    padding-left: 40px;
}
.section-nine-wrapper {
    padding: 60px 0 80px;
}
.under-heading-text {
    text-align: center;
    width: 800px;
    margin: 0 auto 50px;
    max-width: 100%;
}
.under-heading-text a {
    text-decoration: underline;
}
.under-heading-text a:hover {
    color: #000;
    text-decoration: none;
}
.section-nine-wrapper .sendbtn {
    float: right;
    margin-top: 20px;
}
.section-nine-wrapper .btn-captcha {
    margin-top: 16px;
}
.section-nine-wrapper .form-group {
    margin-bottom: 25px;
}