*, html, body {
    font-family: 'Montserrat';
    font-size: 12px;
}
h2 {
    border-bottom: 2px solid #25686d;
    color: #25686d;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h3 {
    font-weight: normal;
    color: #25686d;
}
a, a:active {

}
/* Header */
header {
    background: url('../images/header_bg.png') right bottom;
    height: 800px;
    padding-top: 15px;
}
header .navbar-brand img {
    max-width: 200px;
}


header nav.navbar {
    width: 100% !important;
}

header .navbar-nav {
    float: right;
}

header .navbar-nav a {
    color: #fff;
}

.header-title {
    color: #fff;
    padding-top: 15%;
}
.header-title h1 {
    font-size: 46px;
}

/* TODO: add same shadow */
#signup-form {
    background: url('../images/signup_bg.png');
    padding-top: 35px;
    margin-top:80px;
}

#signup-form h2 {
    font-size: 36px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 35px;
}
#signup-form .btn {
    margin-top: 25px;
    margin-bottom: 60px;
}

/* First block */
#first-block {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#third-block, #fourth-block {
    padding-top: 85px;
    padding-bottom: 85px;
}
.grey-block {
    background: #f4f4f4;
}
.white-block {
    line-height:20px;
    padding-top: 85px;
    padding-bottom: 85px;
}
.white-block h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}
.white-block h2 {
    width: 40%;
    margin-top: 50px;
}

/* Second block */
#second-block {
    background: url('../images/grey_bg.png');
    margin-top: -125px;
    padding-top: 400px;
    padding-bottom: 100px;
}

#second-block h2 {
    text-align:center;
    border-bottom: none;
    text-transform: none;
}
#second-block .subtitle {
    text-align: center;
    color: #25686d;
}
#sixth-block {
    padding-top: 100px;
    padding-bottom: 150px;
}
#sixth-block .image-block img {
    max-width: 60%;
    float: right;
}
#sixth-block .overview-block {
    margin-top: 100px;
    text-align: left;
    padding: 20px;
}
#sixth-block .overview-block p {
    margin-bottom: 40px;
    margin-top:20px;
}
.overview-block {
    background: #fff;
    color: #25686d;
    text-align:center;
}
.overview-block h4 {
    padding-top: 80px;
    font-size: 24px;
    padding-bottom:80px;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
}
.overview-block .no {
    background: #25686d;
    color: #fff;
    width: 50px;
    height:50px;
    padding-top: 8px;
    font-size: 24px;
    text-align:center;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 37%;
    position: absolute;
    margin-top: -20px;
}
.overview-block.active, .green-block {
    background: #25686d;
    color: #fff;
}
.overview-block.active .no {
    background: #fff;
    color: #25686d;
}
#fourth-block h2 {
    margin-bottom: 85px;
}
#fourth-block .overview-block {
    text-align: left;
    margin-bottom: 25px;
    padding: 15px;
    padding-bottom: 24px;
}
/* FAQ */
ul.faq, ul.faq li {
    list-style:none;
    margin: 0;
    padding:0;
    margin-bottom: 25px;
}
ul.faq .open h3 {
    background: #25686d;
    color: #fff;
}
ul.faq h3, .more-info {
    background: #fff;
    color: #25686d;
    padding: 10px;
    cursor: pointer;
}
.more-info:hover {
    color: #fff;
}
.more-info {
    width: 100%;
    float:left;
    background: #25686d;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align:center;
}
ul.faq p {
    padding: 10px;
    display:none;
}
ul.faq .open p {
    display:block;
}
#fifth-block {
    text-align: center;
}
#fifth-block h2 {
    color: #fff;
    text-align: center;
    border:none;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0px;
}
.small-line {
    width: 100%;
    height: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/small-line.png');
    margin-top: 20px;
    margin-bottom: 20px
}
.small-line-green {
    background-image: url('../images/small-line-green.png');
    margin-top: 20px;
}
#second-block .small-line-green {
    margin-bottom: 150px;
}
/* Image blocks */
.image-block img {
    max-width:110%;
    margin-left: -100px;
}

.green-block {
    padding:20px;
}
/* Global form styling */
.form-control {
    background: #25686d;
    border-radius: 0;
    height: 40px;
    color: #fff;
}

.form-control:focus {
    background: #25686d;
    color: #fff;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.form-group label {
    font-weight: 600;
    font-size: 12px;
    color: #25686d;
}

.btn {
    border-radius: 0;
    height: 40px;
    border: none;
    text-transform: uppercase;
}

.btn-primary {
    background: #25686d;
    color: #fff;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
}

footer {
    min-height: 299px;
    background: url('../images/footer_bg.png');
    margin-top: -190px;
    z-index:999;
    width: 100%;
    color: #fff;
}
footer .container {
    padding-top: 130px;
}
footer a, footer a:hover, footer a:active {
    color: #fff;
}
footer .col-md-12 {
    font-weight: 600;
    padding-top: 25px;
}
footer img {
    width: 250px;
    margin-top: 20px;
}

.no_reg {
    height: 92px;
    background-position: top;
}
.subpage {
    padding-top: 50px;
    margin-bottom: 190px;
}
.reg-terms textarea {
   width: 100%;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
