
body, html{
    font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
    _font-size: 12px;
}


p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}
h4 {
    text-transform: uppercase;
    font-size: 18px;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 2rem 0;
}

small {
    font-size: 0.75rem;
    line-height: 0.75rem;
}


section {
    position:relative; 
    background: white;
}
section > div {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
section:first-of-type {
    margin-top: 100vh !important;
}
section .section-title{
    padding: 0 0 3rem 0;
}
section .section-title h2 {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2rem;
    margin: 0;
    font-size: 2rem;
}
section .section-title h4{
    text-transform: uppercase;
    font-size: 1.15rem;
}
section .section-title .line {
    border-top: 0.25rem solid rgba(0, 0, 0, 0.34);
    width: 4rem;
    _margin: 0 auto;
    margin-top: 1rem;
    display: inline-block;
}

section .section-title.white{
    color: white;
}
section .section-title.white .line {
    border-top: 0.25rem solid rgba(255,255,255,0.3);
}


i.fa {
    font-size: 1.30rem;
    border: 0.25rem solid #FCAC45;
    width: 3rem;
    height: 3rem;
    padding: 0.6rem 0.6rem !important;
    border-radius: 50%;
    transition: all 0.5s;
    color: #FCAC45;
    background: white;
}
i.fa:hover{
	background: #FCAC45;
	color: #ffffff;
}


.hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor:zoom-in;
}
.hover:hover {
    transform: scale(1.05);
}
.fullscreen_image {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
    /* Image Location */
    background-image: url("");
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-color: #464646;
    color:white;
    cursor:zoom-out;
    transition: all 0.5s;
}

button.btn.tf-btn.btn-default,
a.btn.tf-btn.btn-default {
    float: right;
    background: #888;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;
}
button.btn.tf-btn.btn-default:hover, 
a.btn.tf-btn.btn-default:hover {
    color: #888;
    background: #fff;
    border: 1px solid #888;
}

em {
    font-size: 1rem;
}