@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    padding-top: 75px;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a.link-green:hover{
    color: #8AC543;
} 

/* ---------------------------------------------------
    NAVBAR
----------------------------------------------------- */
.navbar{
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #596268;
}

.nav-item-button-grey{
    padding: 2px 7px;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #596268;
    border : 1px solid #fff;
    color : #596268;
    font-size: 1.0rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.nav-item-button-green{
    padding: 2px 7px;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #8AC543;
    border : 1px solid #fff;
    color : #fff !important;
    font-size: 1.0rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
/* ---------------------------------------------------
    SECTION
----------------------------------------------------- */
.section-green {
    padding: 5rem 0;
    text-align: center;
    font-size: 1.1rem;
    background-color: #8ac543 !important;
    color: #fafafa
}

.section-light-gray {
    padding: 5rem 0;
    text-align: center;
    font-size: 1.1rem;
    background-color: #F6F6F6;
    color: #596268;
}

.section-dark-gray {
    padding: 2rem 0;
    text-align: center;
    font-size: 1.1rem;
    background-color: #636363;
    color: #f6f6f6;
}

.section-breaking-news {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.1rem;
    background-color: #FFC107;
    color: #596268;
}

.section-footer {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.1rem;
    background-color: #596268;
    color: #fff;
}

.section-reduced {
    padding: 2rem 0;
}

.hr-section-green {
    max-width: 50px;
    border-width: 3px;
    border-color: #8AC543;
}

.hr-section-white {
    max-width: 50px;
    border-width: 3px;
    border-color: #fff;
}

.hr-section-gray {
    max-width: 50px;
    border-width: 3px;
    border-color: #596268;
}

/* ---------------------------------------------------
    FONT AWESOME
----------------------------------------------------- */
.fa-green{
    color: #8AC543;
}

.fa-white{
    color: #fff;
}

.fa-shadow{
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------------------
    SPINNER
----------------------------------------------------- */
.spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

body.loading .spinner {
    overflow: hidden;   
}

body.loading .spinner {
    display: block;
}

/* ---------------------------------------------------
    CAROUSEL
----------------------------------------------------- */
.carousel-header{
    color:#8AC543; 
    font-size:1.8rem;
}

.carousel-text{
    color:#fff; 
    font-size:1.4rem;
}

/* ---------------------------------------------------
    FRONTPAGE IMAGE
----------------------------------------------------- */
.frontpage-image-container {
    position: relative;
}

.frontpage-image {
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%;
    height: auto;
}

.frontpage-image-content {
    position: absolute;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.1rem;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgb(0, 0, 0, 0.4);
}

.frontpage-image-button {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 0px;
    right:0px;
    height: 200px;
}

.btn-xl {
    font-weight: 500;
    border: none;
    border-radius: 10px;
    background-color: #596268;
    color: #fff;
}

/* ---------------------------------------------------
    PRICING
----------------------------------------------------- */
ul.pricing {
    list-style: none;
    padding: 0;
}

li.pricing {
    padding-left: 1.3em;
    margin-bottom: 5px;
}

li.pricing:before{
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color:#8AC543;
}

.box-shadow {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}

/* ---------------------------------------------------
    SUGGESTAGS - Overwrite
----------------------------------------------------- */
.amsify-suggestags-input-area
.amsify-select-tag {
    padding: 2px 7px;
    margin: 0px 4px 1px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
}

.amsify-suggestags-input-area
.amsify-select-tag.col-bg {
	background: #fff;
	color: #8AC543;
	border: 1px solid #8AC543;
}

/* ---------------------------------------------------
    MATCHMAKING
----------------------------------------------------- */
/* Hide all steps by default: */
.tab {
    display: none;
  }
  
/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #000;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
  
.step.active {
    background-color: #8AC543;
    opacity: 0.5;
}
  
/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #8AC543;
    opacity: 1;
}

.modal-content-matchmaking {
    min-height : 400px;
}

.easy-autocomplete{
    width:100% !important
}
  
.easy-autocomplete input{
    width: 100%;
}

.tag-gray{
    padding: 2px 7px;
    margin: 2px 2px 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
    border : 1px solid #999;
    color : #999;
    font-size: 1.0em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.left-border-green{
    border-left : 2px solid #8AC543;
}

.blurry-text {
	color: transparent;
	text-shadow: 0 0 15px #000;
}

.result {
    font-size: 0.9rem;
}

/* --------------------------
    TIMELINE
-----------------------------*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    text-align: left;
}

ul.timeline > li:before {
    content: attr(data-step);
    background: white;
    display: inline-block;
    position: absolute;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8rem;
    border: 2px solid #8AC543;
    left: 15px;
    text-align: center;
    width: 1.6em; 
    z-index: 400;
    font-weight: bold;
    font-size: 1rem;
}

.timeline-title {
    color: #8AC543;
    font-size: 1.3rem;
    font-weight: 500;
}

/* ---------------------------------------------------
    ALERT MESSAGE POPUP
----------------------------------------------------- */

.alert-popup {
    font-size: 0.9rem;
    position:fixed; 
    left:0;
    right: 0;
    margin: auto;
    bottom:50px; 
    width:550px; 
    z-index:11;
}

/* ---------------------------------------------------
    MODAL BACKGROUND
----------------------------------------------------- */

.modal-body-Breaking-news {
    background-image: url('../images/modal_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

/* ---------------------------------------------------
    LOGIN PAGE
----------------------------------------------------- */

.login-block{
    width: 100%;
    padding: 70px 0;
    
}

.login-container{
    background:#fff;
    border-radius: 10px;
}

.login-sec{
    padding: 20px 20px;
    position: relative;
    margin: auto;
}

.login-sec h2{
    margin-bottom: 20px;
    min-height: 100%;
    font-size: 30px;
}

.login-sec .copy-text{
    position: absolute;
    width: 80%;
    bottom: 5px; 
    font-size: 13px; 
    text-align: center;
}

.banner-sec{
    background-size: contain;
    border-radius: 0 10px 10px 0; 
    padding: 0;
}

.banner-sec img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.banner-text{
    width: 100%; 
    position: absolute; 
    bottom: 40px; 
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-text h2 {
    color:#fff;
    font-weight:600;
}

.banner-text h2:after{
    content: " "; 
    width: 100px; 
    height: 5px; 
    background:#FFF; 
    display: block; 
    margin-top: 20px; 
    border-radius: 3px;
}

.banner-text p {
    color:#fff;
}