
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin: 0 0 15px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -.05em;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 0 0 15px 0;    font-size: 16px;line-height: 26px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	display: inline-block;
	font-weight: bold;
	margin: 0;
	line-height: normal;
	border: none;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
	transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	height: 42px;
	background-image: none;
	padding: 13px 20px 12px;
	font-size: 12px;
	background-color: #FFCC00;
	color: #362F2D;
	text-transform: uppercase;
}

.btn:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
	outline: none;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	background: #362F2D;
	color: #FFCC00;
	text-decoration: none;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
	outline: none;
}

.btn-arrow {
	padding-right: 80px;
	position: relative;    font-size: 15px;
}

.btn-arrow::after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	font-size: 16px;
	right: 15px;
	line-height: normal;
}
.container {
    max-width: 1335px;
}
.top_nav .navbar-right, .pre-head-wrap {
    margin-right: 0;
}