/*custom*/
@font-face{
	font-family:'Poppins';
	src:url('../fonts/poppins/400.eot');
	src:url('../fonts/poppins/400.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins/400.woff2') format('woff2'),
	url('../fonts/poppins/400.woff') format('woff'),
	url('../fonts/poppins/400.ttf') format('truetype'),
	url('../fonts/poppins/400.svg#embed-poppins') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family:'Poppins';
	src:url('../fonts/poppins/700.eot');
	src:url('../fonts/poppins/700.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins/700.woff2') format('woff2'),
	url('../fonts/poppins/700.woff') format('woff'),
	url('../fonts/poppins/700.ttf') format('truetype'),
	url('../fonts/poppins/700.svg#embed-poppins') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'Grifo M Medium';
  src: url('../fonts/Grifo M Medium.eot');
  src: local("☺"),
    url('../fonts/Grifo M Medium.woff') format('woff');
  }


.font-Grifo-Medium { font-family: "Grifo M Medium", Georgia, serif; }

body {
	font-family: 'Source Sans Pro', sans-serif;
}

.navbar-brand,
.display-1,
.display-2,
.display-3,
.display-4,
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
	font-family: 'FlamaUltracondMedium',Sans-Serif;
	font-weight: 500;
	color: #4d4d4d;
	text-transform: none;
	letter-spacing: normal;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	font-family: 'FlamaUltracondBasic',Sans-Serif;
}

.h4, h4 {
	margin-bottom: 10px;
}