/*
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}
*/
.align-center{
    text-align: center !important;
}

/*
.background-mountains {
    position: relative;
    overflow: hidden;
}*/

.medium-padding120 {
    padding: 120px 0;
}

.images .gg {
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0;
    min-width: 100%;
}
/*
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
img {
    border-style: none;
}
*/

.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-3 {
    float: left;
}
.col-lg-3,
.col-md-8, .col-lg-8,
.col-xs-12, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.heading {
    margin-bottom: 76px;
}

.heading {
    position: relative;
    z-index: 5;
}


.heading .heading-title {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}
/*
h1, .h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4, .h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
*/
.heading .heading-line {
    margin-bottom: 20px;
    position: relative;
}

.heading .align-center{
    text-align: center;
}

.heading .heading-line .short-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #4cc2c0;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: all .4s linear;
}
.heading .heading-line .long-line {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #4cc2c0;
    border-radius: 10px;
    position: relative;
    transition: all .4s linear;
}
/*
.col-lg-3 {
    width: 100%;
}
*/

.info-box--standard-centered {
    text-align: center;
    margin-bottom: 30px;
}
.info-box--standard-centered .info-box-image {
    margin-bottom: 25px;
}
.info-box--standard-centered .info-box-image .gg {
    border-radius: 100%;
    transition: all .3s ease;
}

.info-box--standard-centered .info-box-content {
    margin-bottom: 30px;
}
.info-box--standard-centered .info-box-content .info-box-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*
h4, .h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.info-box--standard-centered .info-box-content .text {
    font-size: 16px;
    line-height: 1.5;
}

p {
    margin: 0 0 0.75em;
    line-height: 26px;
    font-size: 18px;
}*/


