/*
* @subsection Flow-mixin
*/
/*
* @subsection   Floating System
*/
@import url(animate.css);
.pull-left {
	float: left;
}
.pull-none {
	float: none;
}
.pull-right {
	float: right;
}
 @media (min-width: 768px) {
 .pull-sm-right {
 float: right;
}
}
 @media (min-width: 480px) {
 .pull-xs-left {
 float: left;
}
 .pull-xs-none {
 float: none;
}
 .pull-xs-right {
 float: right;
}
}
@media (min-width: 768px) {
 .pull-sm-left {
 float: left;
}
 .pull-sm-none {
 float: none;
}
 .pull-sm-right {
 float: right;
}
}
@media (min-width: 992px) {
 .pull-md-left {
 float: left;
}
 .pull-md-none {
 float: none;
}
 .pull-md-right {
 float: right;
}
}
@media (min-width: 1200px) {
 .pull-lg-left {
 float: left;
}
 .pull-lg-none {
 float: none;
}
 .pull-lg-right {
 float: right;
}
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(33, 54, 108, 0.5);
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
	z-index: 2;
}
.parallax_cnt h1, .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .heading-1, .parallax_cnt .heading-2, .parallax_cnt .heading-3, .parallax_cnt .heading-4, .parallax_cnt .heading-5, .parallax_cnt .heading-6 {
	color: #ffffff;
}
.parallax_cnt * + hr {
	margin-top: 10px;
}
.parallax_cnt hr + * {
	margin-top: 18px;
}
/*========================================================
                      Main Styles
=========================================================*/
body {
	font: 400 14px/24px Roboto, sans-serif;
	color: #333333;
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	color: #21366c;
	line-height: 1;
	text-transform: uppercase;
}
h1, .heading-1 {
	font-size: 70px;
	text-transform: uppercase;
}
h2, .heading-2 {
	font-size: 30px;
	letter-spacing: 0.025em;
	line-height: 1.06;
}
@media (min-width: 768px) {
 h2, .heading-2 {
 font-size: 40px;
}
}
@media (min-width: 992px) {
 h2, .heading-2 {
 font-size: 45px;
}
}
@media (min-width: 1200px) {
 h2, .heading-2 {
 font-size: 60px;
}
}
h3, .heading-3 {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.025em;
}
.product__cnt-2 h3, .product__cnt-2 .heading-3
{
    font-size:22px;
}
@media (min-width: 768px) {
 h3, .heading-3 {
 font-size: 36px;
}
}
@media (min-width: 1600px) {
 h3, .heading-3 {
 font-size: 30px;
}
}
@media (min-width: 1760px) {
 h3, .heading-3 {
 font-size: 40px;
}
}
h4, .heading-4 {
	font-size: 20px;
}
@media (min-width: 768px) {
 h4, .heading-4 {
 font-size: 25px;
}
}
@media (min-width: 992px) {
 h4, .heading-4 {
 font-size: 24px;
}
}
h4 a:hover, .heading-4 a:hover {
	color: #c09551;
}
h5, .heading-5 {
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}
@media (min-width: 768px) {
 h5, .heading-5 {
 font-size: 24px;
 line-height: 28px;
}
}
@media (min-width: 992px) {
 h5, .heading-5 {
 font-size: 18px;
 line-height: 36px;
}
}
h6, .heading-6 {
	font: 300 12px/1.5 Roboto, sans-serif;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
 h6, .heading-6 {
 font-size: 14px;
}
}
@media (min-width: 1600px) {
 h6, .heading-6 {
 font-size: 18px;
 line-height: 30px;
}
}
time {
	display: block;
}
p {
	letter-spacing: 0.1px;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:hover, a.active {
	color: #21366c;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}
 a[href^="tel:"], a[href^="callto:"] {
 color: inherit;
 text-decoration: none;
}
strong {
	font-weight: 700;
}
.fa {
	line-height: inherit;
}
 [class*='fa-']:before {
 font-weight: 400;
 font-family: "FontAwesome";
}
.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
img + * {
	margin-top: 20px;
}
img + h4 {
	margin-top: 45px;
}
img + h5 {
	margin-top: 30px;
}
h5 + * {
	margin-top: 27px;
}
* + .btn {
	margin-top: 55px;
}
* + .btn-sm {
	margin-top: 37px;
}
* + .btn-lg {
	margin-top: 58px;
}
h3 + * {
	margin-top: 45px;
}
h2 + p {
	margin-top: 35px;
}
.btn + * {
	margin-top: 80px;
}
* + .row {
	margin-top: 37px;
}
.row + .row {
	margin-top: 40px;
}
* + .row-no-gutter {
	margin-top: 85px;
}
h4 + * {
	margin-top: 25px;
}
h4 + p {
	margin-top: 15px;
}
* + .copyright {
	margin-top: 35px;
}
* + .marked-list {
	margin-top: 20px;
}
* + .inline-list {
	margin-top: 20px;
}
@media (min-width: 992px) {
 * + .inline-list {
 margin-top: 17px;
}
}
* + .terms-list {
	margin-top: 35px;
}
dl + a {
	display: block;
	margin-top: 20px;
}
* + hr {
	margin-top: 20px;
}
hr + * {
	margin-top: 25px;
}
.inset-1 {
	padding-top: 28px;
}
.inset-2 {
	padding: 20px;
}
@media (min-width: 992px) {
 .inset-2 {
 padding: 0 0 0 23px;
}
}
.inset-3 {
	padding-top: 15px;
}
.inset-4 {
	padding-top: 72px;
}
 @media (min-width: 992px) {
 .inset-5 {
 padding-left: 40px;
}
}
.inset-6 {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) {
 .inset-6 {
 padding-left: 0;
 padding-right: 10px;
}
}
* + .offset-1 {
	margin-top: 82px;
}
* + .offset-2 {
	margin-top: 40px;
}
* + .offset-3 {
	margin-top: 47px;
}
.flow-offset-1 > * + * {
	margin-top: 40px;
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
 margin-top: 40px;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
 margin-top: 40px;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
 margin-top: 40px;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
 margin-top: 40px;
}
}
.flow-offset-2 > * + * {
	margin-top: 50px;
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
 margin-top: 50px;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
 margin-top: 50px;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
 margin-top: 50px;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
 margin-top: 50px;
}
}
.flow-offset-3 > * + * {
	margin-top: 22px;
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
 margin-top: 22px;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
 margin-top: 22px;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
 margin-top: 22px;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
 margin-top: 22px;
}
}
.flow-offset-4 > * + * {
	margin-top: 80px;
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 480px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n + 2) {
 margin-top: 80px;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 768px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n + 2) {
 margin-top: 80px;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 992px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n + 2) {
 margin-top: 80px;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
 margin-top: 0;
}
}
@media (min-width: 1200px) {
 html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n + 2) {
 margin-top: 80px;
}
}
 .row-no-gutter [class*=col-] {
 padding-left: 0;
 padding-right: 0;
}
/*=======================================================
                        Helpers
=========================================================*/
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
 @media (min-width: 992px) {
 .text-md-left {
 text-align: left;
}
}
 @media (min-width: 1200px) {
 .text-lg-left {
 text-align: left;
}
}
.br-lg-visible {
	display: none;
}
@media (min-width: 1200px) {
 .br-lg-visible {
 display: block;
}
}
hr {
	color: #c09551;
	height: 2px;
	border: 1px solid #c09551;
}
hr.hr-variant-1 {
	width: 118px;
}
hr.hr-variant-2 {
	width: 78px;
}
hr.xs-hidden {
	display: none;
}
@media (min-width: 580px) {
 hr.xs-hidden {
 display: block;
}
}
.box-shadow-top {
	-webkit-box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
	box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
}
span.heading-6 {
	display: block;
}
.illustration {
	overflow: hidden;
}
@media (min-width: 992px) {
 .illustration img {
 height: 100%;
 width: auto;
 max-width: none;
}
}
@media (min-width: 2051px) {
 .illustration img {
 height: auto;
 width: 100%;
}
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	text-transform: uppercase;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.brand img {
	display: inline-block;
}
.brand__name {
	font: 700 36px/1 "Josefin Sans", sans-serif;
	color: #21366c;
	display: inline-block;
	letter-spacing: 0.025em;
	margin-top:20px;   /*margin-top: 21px;*/
	margin-left: 6px;
}
@media (min-width: 480px) {
 .brand__name {
 font-size: 40px;
}
}
.brand__slogan {
	font: 400 12px/1 Roboto, sans-serif;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	margin-left: 5px;
	text-align: left;
}
.caption {
	top: 50%;
	-moz-transform: translateY(-52%);
	-ms-transform: translateY(-52%);
	-o-transform: translateY(-52%);
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
	position: absolute;
	left: 0;
	right: 0;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	z-index: 10;
	padding: 0 30px;
}
.caption h3 {
	font-size: 20px;
	font-weight: 300;
}
@media (min-width: 768px) {
 .caption h3 {
 font-size: 30px;
}
}
@media (min-width: 992px) {
 .caption h3 {
 font-size: 36px;
}
}
.caption h3 .big {
	display: block;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}
@media (min-width: 768px) {
 .caption h3 .big {
 font-size: 50px;
}
}
@media (min-width: 992px) {
 .caption h3 .big {
 font-size: 60px;
}
}
@media (min-width: 1200px) {
 .caption h3 .big {
 font-size: 80px;
}
}
.caption h3 > .big {
	padding-bottom: 20px;
}
.caption * + .btn {
	margin-top: 30px;
}
@media (min-width: 992px) {
 .caption * + .btn {
 margin-top: 50px;
}
}
@media (min-width: 1200px) {
 .caption * + .btn {
 margin-top: 105px;
}
}
.product, .product-2 {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.product:before, .product-2:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(33, 54, 108, 0.5);
}
@media (min-width: 2050px) {
 .product img, .product-2 img {
 height: auto;
 width: 100%;
}
}
.product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0 30px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
	display: none;
}
@media (min-width: 480px) {
 .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
 display: block;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
 .product .product__cnt * + hr, .product .product__cnt hr + *, .product .product__cnt-2 * + hr, .product .product__cnt-2 hr + *, .product-2 .product__cnt * + hr, .product-2 .product__cnt hr + *, .product-2 .product__cnt-2 * + hr, .product-2 .product__cnt-2 hr + * {
 margin-top: 10px;
}
}
.product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
	margin-top: 35px;
}
@media (min-width: 480px) {
 .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
 margin-top: 15px;
}
}
@media (min-width: 992px) {
 .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
 margin-top: 25px;
}
}
@media (min-width: 1600px) {
 .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
 margin-top: 52px;
}
}
@media (min-width: 1200px) {
 .product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
 position: absolute;
 padding: 0 30px;
 transition: .6s;
 top: 79%;
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
 left: 0;
 right: 0;
}
 .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
 opacity: 0;
 transition: .5s;
}
}
.product .product__cnt-2, .product-2 .product__cnt-2 {
	z-index: 2;
}
@media (min-width: 1200px) {
 .product .product__cnt-2, .product-2 .product__cnt-2 {
 top: 77%;
}
}
.product .product__cnt-2 h3, .product-2 .product__cnt-2 h3 {
	color: #ffffff;
}
.product:hover .product__cnt h6, .product:hover .product__cnt hr, .product:hover .product__cnt a, .product:hover .product__cnt-2 h6, .product:hover .product__cnt-2 hr, .product:hover .product__cnt-2 a, .product-2:hover .product__cnt h6, .product-2:hover .product__cnt hr, .product-2:hover .product__cnt a, .product-2:hover .product__cnt-2 h6, .product-2:hover .product__cnt-2 hr, .product-2:hover .product__cnt-2 a {
	opacity: 1;
 transition: .5s;
}
@media (min-width: 992px) {
 .product:hover .product__cnt, .product:hover .product__cnt-2, .product-2:hover .product__cnt, .product-2:hover .product__cnt-2 {
 top: 50%;
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
}
.product-2 img {
	width: 100%;
 transition: .7s;
}
.product-2:before {
	background: rgba(119, 89, 59, 0.5);
	z-index: 1;
}
.product-2:hover img {
	transform: scale(1.1);
}
.quote {
	display: block;
	padding: 0 30px;
}
@media (min-width: 992px) {
 .quote {
 padding: 0;
}
}
.quote img + * {
	margin-top: 47px;
}
.quote cite {
	font: 300 18px/24px Roboto, sans-serif;
}
.quote * + hr {
	margin-top: 24px;
}
.quote hr + * {
	margin-top: 29px;
}
.copyright {
	display: block;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.015em;
}
.owl-carousel .item {
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	max-width: 475px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
 .owl-carousel .item {
 margin-left: 0;
 padding: 0;
}
}
.owl-carousel .item h4 {
	color: #c09551;
}
.owl-carousel .item * + p {
	margin-top: 17px;
}
.marked-list, .list {
	line-height: 1.2;
	color: #7c7c7c;
}
.marked-list {
	display: block;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 480px) {
 .marked-list {
 display: inline-block;
}
}
@media (min-width: 480px) {
 .marked-list + .marked-list {
 margin-left: 20px;
}
}
@media (min-width: 768px) {
 .marked-list + .marked-list {
 margin-left: 45px;
}
}
@media (min-width: 1200px) {
 .marked-list + .marked-list {
 margin-left: 95px;
}
}
.marked-list li {
	position: relative;
	padding-left: 15px;
	text-align: left;
}
.marked-list li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #21366c;
	display: inline-block;
}
.marked-list li + li {
	margin-top: 20px;
}
.terms-list * + dd {
	margin-top: 24px;
}
.terms-list dd + * {
	margin-top: 24px;
}
.terms-list + a {
	font: 700 20px/24px "Josefin Sans", sans-serif;
	color: #c09551;
}
.terms-list + a:hover {
	color: #21366c;
}
.vertical-line, .vertical-line-variant-2, .vertical-line-variant-3 {
	position: relative;
}
.vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 2px;
	height: 68px;
	background: #c09551;
}
@media (max-width: 992px) {
 .vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
 display: none;
}
}
.vertical-line-variant-2:before {
	left: 15px;
	height: 68px;
}
.vertical-line-variant-3:before {
	left: -25px;
	height: 68px;
}
/*==================  Backgrounds  ======================*/
.bg-default-variant-1 {
	background: #f7f7f7;
	color: #333333;
}
.bg-default-variant-2 {
	background: #e7e7e7;
	color: #7c7c7c;
}
.bg-img {
	background-image: url("../images/page1_bg01.jpg");
	background-size: 100% 100%;
	color: #ffffff;
}
.bg-img h2, .bg-img h3, .bg-img h4, .bg-img h5, .bg-img h6 {
	color: #ffffff;
}
.bg-primary {
	background: #21366c;
	color: #ffffff;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
	color: #ffffff;
}
/*==================     Icons     ======================*/
.icon {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}
.icon-sm {
	font-size: 20px;
	line-height: 37px;
	width: 37px;
	height: 37px;
}
.icon-secondary {
	color: #c09551;
}
.icon-secondary:hover {
	color: #ffffff;
	background: #c09551;
}
/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
}
.btn-sm {
	padding: 14px 57px;
}
.btn-md {
	padding: 18px 34px 16px;
}
@media (min-width: 1200px) {
 .btn-md {
 padding: 18px 74px;
}
}
.btn-md-variant-2 {
	padding: 17px 38px;
}
.btn-md-variant-3 {
	padding: 17px 60px;
}
.btn-md-variant-4 {
	padding: 17px 87px;
}
.btn-default {
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
}
.btn-default:hover {
	color: #ffffff;
	background: #c09551;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-secondary {
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	background: #c09551;
	letter-spacing: 0.05em;
}
.btn-secondary:hover {
	color: #c09551;
	background-color: #ffffff;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-secondary-variant-1 {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	background: #c09551;
	border: 1px solid #c09551;
	letter-spacing: 0.05em;
	padding:10px;
	margin:5px;
}
.btn-secondary-variant-1:hover {
	color: #c09551;
	background-color: #ffffff;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-secondary-variant-2 {
	color: #c09551;
	background: transparent;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #c09551;
}
.btn-secondary-variant-2:hover {
	color: #ffffff;
	background: #c09551;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 0px;
}
.sf-menu a {
	display: block;
}
.sf-menu > li {
	display: inline-block;
}
.sf-menu > li > a {
	padding: 15px 25px;
	color: #21366c;
	text-transform: uppercase;
	font: 700 14px/1 "Josefin Sans", sans-serif;
	letter-spacing: .6px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #ffffff;
	background: #c09551;
}
.sf-menu > li.active {
	background: #c09551;
}
.sf-menu > li.active > a {
	color: #ffffff;
}
.sf-menu ul {
	display: none;
	position: absolute;
	width: 150px;
	top: 150%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 12;
	background: #21366c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
	-moz-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
	box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
}
.sf-menu ul:before {
	content: '';
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #21366c transparent;
}
.sf-menu ul {
	padding: 25px 0px 20px;
}
.sf-menu ul > li {
	position: relative;
	background: #21366c;
}
.sf-menu ul > li > a {
	color: #f7f7f7;
	font: 700 14px/1 "Josefin Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 0px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #c09551;
}
.sf-menu ul ul {
	padding: 25px 0px 20px;
	position: absolute;
	top: -25px;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	left: 100%;
	margin-left: 10px;
	margin-top: 0;
	z-index: 14;
}
.sf-menu ul ul:before {
	content: '';
	position: absolute;
	bottom: auto;
	right: 100%;
	margin-left: -1px;
	top: 15px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-right-color: #21366c;
	border-left-width: 0;
}
.sf-menu ul ul > li > a {
	color: #f7f7f7;
	background: #21366c;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #c09551;
}
.sf-menu > li > .sf-with-ul {
	position: relative;
}
 @media (max-width: 767px) {
 .sf-menu {
 display: none;
}
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 200px;
	padding: 132px 0 76px;
	color: #333333;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
	background: #333333;
	color: #f7f7f7;
}
.rd-mobilemenu_ul a:hover {
	background: #333333;
	color: #f7f7f7;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}
.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #f7f7f7;
	color: #333333;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #333333;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
 @media (max-width: 767px) {
 body {
 padding-top: 56px;
}
 .rd-mobilemenu, .rd-mobilepanel {
 display: block;
}
}
@media (max-width: 359px) {
 .rd-mobilepanel_title {
 font-size: 18px;
}
}
/*==================  Stuck menu  ======================*/
.isStuck {
	background: #f7f7f7;
	z-index: 999;
	border-bottom: 1px solid rgba(33, 54, 108, 0.2);
}
.isStuck .brand img {
	width: 8%;
	height: auto;
	vertical-align: baseline;
	margin-top: 8px;
}
.isStuck .brand__name {
	margin-top: 5px;
}
.isStuck .nav {
	padding-top: 11px;
}
 @media only screen and (max-width: 991px) {
 .isStuck {
 display: none !important;
}
}
/*==================     ToTop     ======================*/
.toTop {
	width: 50px;
	height: 50px;
	color: #ffffff;
	background: #c09551;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:before {
	font-size: 15px;
	line-height: 50px;
}
.toTop:active, .toTop:focus {
	background: #333333;
}
.toTop:hover {
	color: #c09551;
	background: #ffffff;
	text-decoration: none;
}
.mobile .toTop, .tablet .toTop {
	display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
@media (min-width: 768px) {
 header .nav {
 padding-top: 28px;
}
}
@media (min-width: 992px) {
 header .nav {
 float: right;
}
}
@media (min-width: 1600px) {
 header .nav {
 margin-right: -28px;
}
}
@media (min-width: 992px) {
 header {
 text-align: center;
 border-bottom:1px solid #ccc;
}
 header .brand {
 float: left;
}
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
}
/*==================      Well     ======================*/
.well-1 {
	padding-top: 22px;
	padding-bottom: 22px;
}
.well-2 {
	padding-top: 88px;
	padding-bottom: 61px;
}
.well-2--inset-1 {
	/*padding-top: 95px;
	padding-bottom: 90px;*/
	padding:35px 0;
}
.well-2--inset-2 {
	padding-top: 95px;
	padding-bottom: 98px;
}
.well-2--inset-3 {
	/*padding-top: 85px;
	padding-bottom: 90px;*/
	padding:40px 0;
}
.well-3 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.well-3--inset-1 {
	/*padding-top: 100px;
	padding-bottom: 96px;*/
	padding:40px 0;
}
.well-4 {
	padding-top: 72px;
	padding-bottom: 79px;
}
.well-5 {
	padding-top: 218px;
	padding-bottom: 223px;
}
.well-6 {
	padding-top: 298px;
	padding-bottom: 298px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer * + p {
	margin-top: 20px;
}
footer .list {
	line-height: 36px;
	margin-top: -15px;
	width: 45%;
	display: inline-block;
}
footer .list + .list {
	margin-left: 5%;
}
footer .contact-info {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
footer .contact-info dt, footer .contact-info dd {
	display: block;
}
footer dl dt, footer dl dd {
	display: inline-block;
}
footer dl .heading-5 {
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}
@media (min-width: 992px) {
 footer dl .heading-5 {
 font-size: 26px;
}
}
footer dl .big {
	color: #21366c;
	font-size: 24px;
	letter-spacing: 0.025em;
}
footer dl .big a:hover {
	color: #c09551;
}
footer dl * + .big {
	margin-top: 13px;
}
footer .inline-list {
	word-spacing: 6px;
}
@media (min-width: 992px) {
 footer .inline-list {
 margin-left: -14px;
}
}
footer .inline-list li {
	display: inline-block;
}
footer h1.brand__name
{
    margin-top:0;
}