@charset "utf-8";
/* CSS Document */

/************* MISC ***************/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700');

.font-light {
	font-family: 'Heebo', sans-serif;
    font-weight: 300;
}
.font-regular {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
.font-medium {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}
.font-extrabold {
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
}
.font-black {
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: right;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}

body {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000000;
	font-size: 17px;
}
* {
    margin: 0 auto;
    padding: 0;
}
legend {
	font-size: inherit;
    color: initial;
    border: 0;
    margin: 0;
	padding: 0;
}
.clear-0 {
    clear: both;
    height: 0px;
}
.clear-5 {
    clear: both;
    height: 5px;
}
.clear-10 {
    clear: both;
    height: 10px;
}
.clear-15 {
    clear: both;
    height: 15px;
}
.clear-20 {
    clear: both;
    height: 20px;
}
.clear-30 {
    clear: both;
    height: 30px;
}
.clear-50 {
    clear: both;
    height: 50px;
}
.clear-75 {
    clear: both;
    height: 75px;
}
.clear-100 {
    clear: both;
    height: 100px;
}
.clear-250 {
    clear: both;
    height: 250px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 768px) {
	.padding-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.nopadding {
    padding: 0 !important;
}
.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}
.row-nopadding-left {
    margin-left: 0 !important;

}

.btn {
    background: #8d7829;
    border: 0;
	color: #ffffff;
    border: 2px solid #8d7829;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    padding: 0 0;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 40px;

}
.btn:hover,
.btn:focus {
    color: #8d7829;
    background: #ffffff;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .pull-left {
        float: none!important;
    }
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.1);
}
.background-line
{
    display: table;
    white-space: nowrap;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}

.background-line:before,
.background-line:after
{
    border-top: 1px solid #ffffff;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 25%;
}
@media (max-width: 1199px) {

    .background-line:before,
    .background-line:after
    {
        width: 20%;
    }
}
@media (max-width: 991px) {

    .background-line:before,
    .background-line:after
    {
        width: 10%;
    }
}
@media (max-width: 767px) {

    .background-line:before,
    .background-line:after
    {
        width: 0%;
    }
}

h2.background-line:before,
h2.background-line:after
{
    top: 0.6em !important;
}

.background-line:before
{
    right: 25px;
}

.background-line:after
{
    left: 25px;
}
@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
}