
@import url('https://fonts.googleapis.com/css?family=Barlow:200,300,400,500,600,700');

*, h1, h2, h3, h4{ font-family: 'Barlow', sans-serif; }

#primary-menu ul li a {
    padding: 24px 22px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #f7a433;
}


.slider-caption h2 {
    font-size: 100px;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-bottom: 20px;

    font-weight: 200;
}

.slider-caption p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.slider-caption p.linea3{
	font-size: 24px;
	font-weight: normal;
}

.page-section {
    padding: 50px 0;
}

.team-desc {
    text-align: left;
}

.team-title h4 {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
}

.team-title span {
    font-weight: 200;
    color: #999;
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0;
}

div.team-desc.team-desc-bg > p{
	margin-top: 8px;
}

/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */

.heading-block {
    margin-bottom: 0;
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 0;
}

.heading-block h1 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #444;
}

	.heading-block h1 span{
		font-weight: normal;
		letter-spacing: 1px;
		color: inherit;
	}

.heading-block h2 {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;

	margin-bottom: 10px;
}

.heading-block h3 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
}


.topmargin-lg {
    margin-top: 15px !important;
}

#section-contact h3{
	font-size: 24px;
	letter-spacing: 1px;
	color: #444;
}