/* ---------------------------------------------------------
   icomoon font styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?u1ixz");
	src: url("../fonts/icomoon.eot?u1ixz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u1ixz") format("truetype"), url("../fonts/icomoon.woff?u1ixz") format("woff"), url("../fonts/icomoon.svg?u1ixz#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-caret-up:before {
	content: "\e90c";
}

.ico-caret-down:before {
	content: "\e909";
}

.ico-caret-right:before {
	content: "\e90a";
}

.ico-caret-left:before {
	content: "\e90b";
}

.ico-calculate:before {
	content: "\e901";
}

.ico-guide:before {
	content: "\e902";
}

.ico-score:before {
	content: "\e903";
}

.ico-book:before {
	content: "\e904";
}

.ico-mark:before {
	content: "\e905";
}

.ico-qualify:before {
	content: "\e907";
}

.ico-home:before {
	content: "\e908";
}

.ico-twitter:before {
	content: "\e900";
}

.ico-facebook:before {
	content: "\e906";
}

.ico-linkedin:before {
	content: "\e931";
}

.ico-google-plus:before {
	content: "\ea8b";
}

/* start of colors variables */

/* end of colors variables */

/* social-networks */

/* small menu icon-color */

.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.footer-holder a,
.footer-menu li a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.img-cover, .img-cover-map {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* ---------------------------------------------------------
   Typography
   ---------------------------------------------------------*/

/* text-lg styles */

.text-lg {
	font-size: 1.125rem;
	line-height: 1.875rem;
}

/* text-md styles */

.text-md {
	font-size: 1.0625rem;
	line-height: 1.875rem;
}

/* text-md styles */

.text-sm {
	font-size: .9375rem;
	line-height: 1.875rem;
}

/* font-weight-medium styles */

.font-weight-medium {
	font-weight: 500;
}

/* font-weight-semibold styles */

.font-weight-semibold {
	font-weight: 600;
}

/* read-more styles */

.read-more {
	text-decoration: none;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.read-more .link-text {
	text-decoration: underline;
}

.read-more i {
	font-size: 2.1875rem;
	line-height: 2.1875rem;
	color: #6a6a6a;
	margin: 0 .5rem 0 0;
}

.read-more:hover .link-text {
	text-decoration: none;
}

/* btn styles */

.btn {
	text-decoration: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.btn.btn-dark {
	background: #414042;
}

.btn.btn-dark:hover {
	background: #282728;
}

.btn.btn-lg {
	font-weight: 300;
}

.btn.btn-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn.btn-arrow-old:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 400 !important;
	margin: 0 0 0 14px;
	font-size: 20px;
}

.btn.btn-arrow:after {
	font-family: "icomoon";
	content: "";
	font-weight: 400 !important;
	margin: 0 0 0 14px;
	font-size: 20px;
}

/* btn-gradient-secondary styles */
.btn-gradient-secondary {
	border: solid #002e5f;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .27);
	color: #fff;
	/*background-image: -webkit-linear-gradient(top, #000e8d 0%, #001171 100%);*/
	/*background-image: linear-gradient(to bottom, #000e8d 0%, #001171 100%);*/
	background-repeat: repeat-x;
}

.btn-gradient-secondary:hover {
	color: #fff;
	/*background-image: -webkit-linear-gradient(top, #001171 0%, #000e8d 100%);*/
	/*background-image: linear-gradient(to bottom, #001171 0%, #000e8d 100%);*/
	background-repeat: repeat-x;
}

.btn-gradient-secondary-og {
	border: solid #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .27);
	color: #fff;
	background-image: -webkit-linear-gradient(top, #ffc843 0%, #e8b90e 100%);
	background-image: linear-gradient(to bottom, #ffc843 0%, #e8b90e 100%);
	background-repeat: repeat-x;
}

.btn-gradient-secondary-og:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #e8b90e 0%, #ffc843 100%);
	background-image: linear-gradient(to bottom, #e8b90e 0%, #ffc843 100%);
	background-repeat: repeat-x;
}

/* btn-gradient-primary styles */

.btn-gradient-primary {
	border: solid #002e5f;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .38);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .38);
	/*background-image: -webkit-linear-gradient(top, #000e8d 0%, #001171 100%);*/
	/*background-image: linear-gradient(to bottom, #000e8d 0%, #001171 100%);*/
	background-repeat: repeat-x;
}

.btn-gradient-primary:hover {
	color: #fff;
	/*background-image: -webkit-linear-gradient(top, #001171 0%, #000e8d 100%);*/
	/*background-image: linear-gradient(to bottom, #001171 0%, #000e8d 100%);*/
	background-repeat: repeat-x;
}

/* blockquote styles */

.blockquote:last-child {
	margin-bottom: 0;
}

.blockquote q {
	display: block;
	font-size: 1.375rem;
	line-height: 1.6875rem;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	color: rgba(65, 64, 66, .68);
	padding: 0 30px;
	position: relative;
	margin: 0 0 20px;
}

.blockquote q:before,
.blockquote q:after {
	font-size: 70px;
	line-height: 38px;
}

.blockquote q:before {
	content: " “ ";
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
}

.blockquote q:after {
	content: " “ ";
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(167deg);
	-ms-transform: rotate(167deg);
	transform: rotate(167deg);
}

.blockquote cite {
	display: block;
	font-style: normal;
	font-size: 1.75rem;
	line-height: 2.25rem;
}

/* ---------------------------------------------------------
   heading styles
   ---------------------------------------------------------*/

h3 {
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

/* header styles */

#header {
	background: -webkit-linear-gradient(top, white 0%, #f7f8f8 33%, #f1f1f2 100%);
	background: linear-gradient(to bottom, white 0%, #f7f8f8 33%, #f1f1f2 100%);
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 320px;
	-webkit-transition: padding .25s linear;
	transition: padding .25s linear;
	padding-top: .9375rem;
	padding-bottom: .9375rem;
}

#header.fixed-position .navbar-top {
	padding-top: 0;
}

/* header-holder styles */

.header-holder .navbar-nav {
	background: transparent;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	position: relative;
	margin-bottom: .9375rem;
}

.header-holder .navbar-nav:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -300px;
	right: -300px;
}

.header-holder .navbar-nav:before {
	display: none;
}

.header-holder .navbar-nav .nav-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.header-holder .navbar-nav .nav-item:before {
	position: absolute;
	display: block;
	content: "";
	top: 11px;
	bottom: 11px;
	left: 0;
	right: auto;
}

.header-holder .navbar-nav .nav-item:before {
	background: #e6e7e8;
	width: 1px;
}

.header-holder .navbar-nav .nav-item:first-child:before {
	display: none;
}

.header-holder .navbar-nav .nav-item.active .nav-link {
	background: #dedfe1;
}

.header-holder .navbar-nav .nav-item .nav-link {
	text-decoration: none;
	display: block;
	color: #414042;
	padding: .75rem .9375rem;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header-holder .navbar-nav .nav-item .nav-link:after {
	/*border-color: #000e8d transparent;*/
	margin: 0 0 0 .0625rem;
}

.header-holder .navbar-nav .nav-item .nav-link:hover {
	background: #e1e2e3;
}

.header-holder .navbar-nav .nav-item .nav-link:focus {
	background: #dbddde;
}

.header-holder .navbar {
	position: static;
	padding: 0;
}

.header-holder .btn {
	font-weight: 500;
	min-width: 160px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.header-holder .small-menu {
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.125rem;
	margin: 0 -.375rem 1.25rem;
}

.header-holder .small-menu li {
	padding: 0 .375rem;
}

.header-holder .small-menu li a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-holder .small-menu li a .menu-link-text {
	text-decoration: underline;
}

.header-holder .small-menu li a:hover {
	text-decoration: none;
}

.header-holder .small-menu li a i {
	color: #b6b7b7;
	font-size: 20px;
	margin: 0 .25rem 0 0;
}

.header-holder .dropdown-menu {
	width: 100%;
	margin: 0;
		/*min-width: 520px;*/
}

.header-holder .dropdown-menu {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0;
}

.header-holder .dropdown-menu .dropdown-item {
	padding: .625rem .75rem;
	text-align: center;
}

/* navbar-toggler styles */

.navbar-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* page logo styles */

.logo {
	max-width: 185px;
	-webkit-transition: margin .25s linear;
	transition: margin .25s linear;
}

.logo img {
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

/* navbar-top styles */

.navbar-top {
	text-align: center;
}

/* navbar-collapse styles */

.navbar-collapse .collapse-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/* dropdown-item styles */

.dropdown-item {
	text-decoration: none;
}

/* main container styles */

/* main informative part styles */

main {
	padding-top: 4.5625rem;
	-webkit-transition: padding .25s linear;
	transition: padding .25s linear;
}

/* accessibility styles */

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

/* img-cover styles */

.img-cover, .img-cover-map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* bg-gradient-lightest styles */

.bg-gradient-lightest {
	background: -webkit-linear-gradient(top, #f1f2f2 0%, #fff 100%) !important;
	background: linear-gradient(to bottom, #f1f2f2 0%, #fff 100%) !important;
}

/* bg-gradient-lightest2 styles */

.bg-gradient-lightest2 {
	background: -webkit-linear-gradient(top, #fff 0%, #f1f2f2 100%) !important;
	background: linear-gradient(to bottom, #fff 0%, #f1f2f2 100%) !important;
}

/* bg-gradient-primary styles */

.bg-gradient-primary {
	/*background: -webkit-linear-gradient(top, #000e8d 0%, #000e8d 100%) !important; */
	/*background: linear-gradient(to bottom, #000e8d 0%, #000e8d 100%) !important; */
	/*border: 2px solid #000e8d;*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, .38);
	color: #fff;
}

/* img-frame styles */

.img-frame {
	border: 3px solid #e6e7e8;
}

.img-frame img {
	max-width: 100%;
	height: auto;
}

/* footer styles */

#footer {
	background: #414042;
	overflow: hidden;
	color: rgba(255, 255, 255, .73);
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

/* footer-holder styles */

.footer-holder {
	font-size: .875rem;
	line-height: 1.5rem;
}

.footer-holder a {
	color: rgba(255, 255, 255, .73);
	text-decoration: none;
}

.footer-holder a:hover {
	color: #fff;
}

.footer-holder .address {
	color: #fff;
}

.footer-holder .address p:last-child {
	margin-bottom: 0;
}

.footer-holder .address a {
	color: #fff;
}

.footer-holder .address a:hover {
	color: rgba(255, 255, 255, .73);
}

.footer-holder .logo {
	margin: 0 auto 37px;
}

.footer-holder h4 {
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #fff;
	padding-bottom: 16px;
	margin-bottom: 17px;
	position: relative;
}

.footer-holder h4:before {
	position: absolute;
	display: block;
	content: "";
	top: 100%;
	bottom: auto;
	left: 0;
	right: 0;
}

.footer-holder h4:before {
	background: #e6e7e8;
	height: 1px;
}

.footer-holder p:last-child {
	margin-bottom: 0;
}

/* footer-left styles */

.footer-left {
	z-index: 1;
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	position: relative;
}

.footer-left:before {
	position: absolute;
	display: block;
	content: "";
	top: -200px;
	bottom: 0;
	left: -200px;
	right: 0;
}

.footer-left:before {
	background: #e6e7e8;
	z-index: -1;
}

/* footer-right styles */

/* footer-column-holder styles */

.footer-column-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -.9375rem -1.25rem;
	padding-bottom: 1.875rem;
}

.footer-column-holder:last-child {
	padding-bottom: 0;
}

/* footer-column styles */

.footer-column {
	padding: 0 .9375rem 1.25rem;
	font-size: .9375rem;
	line-height: 1.625rem;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/* footer-menu styles */

.footer-menu:last-child {
	margin-bottom: 0;
}

.footer-menu li a {
	color: #fff;
}

.footer-menu li a:hover {
	color: rgba(255, 255, 255, .73);
}

/* accordion styles */

.accordion {
	margin-bottom: 1.875rem;
}

.accordion:last-child {
	margin-bottom: 0;
}

.accordion li {
	margin-bottom: .625rem;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion .accordion-opener {
	padding: 1.125rem 3.125rem 1.125rem 1.25rem;
	color: #9a9a9a;
	background: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	position: relative;
	font-size: 1rem;
	line-height: 1.625rem;
}

.accordion .accordion-opener:before {
	position: absolute;
	display: block;
	content: "";
	top: 37px;
	bottom: auto;
	left: auto;
	right: 20px;
}

.accordion .accordion-opener:before {
	font-family: "icomoon";
	content: "";
	font-weight: 400 !important;
	/*color: #000e8d;*/
	font-size: 2.1875rem;
}

.accordion .accordion-opener .icon-wrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	border: 4px solid #e6e7e8;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7d7d7d;
}

.accordion .accordion-opener .icon-wrap i {
	font-size: 2.8125rem;
}

.accordion .accordion-opener .detail {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.accordion .accordion-opener h3 {
	/*color: #000e8d;*/
	margin-bottom: .5625rem;
}

.accordion .accordion-opener[aria-expanded="true"] {
	/*background: #000e8d;*/
	color: #fff;
}

.accordion .accordion-opener[aria-expanded="true"] h3 {
	color: #fff;
}

.accordion .accordion-opener[aria-expanded="true"] .icon-wrap {
	color: #fff;
	border-color: rgba(230, 231, 232, .39);
}

.accordion .accordion-opener[aria-expanded="true"]:before {
	content: "\e909";
	color: #fff;
}

.accordion .accordion-opener[aria-expanded="true"]:hover {
	background: #000;
}

.accordion .accordion-opener:hover {
	background: #f2f2f2;
}

.accordion .collapse-holder {
	padding: 1.25rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.accordion .btn {
	width: 100%;
}

/* bg-banner styles */

.bg-banner {
	position: relative;
	min-height: 163px;
}

/* bullet-list styles */

.bullet-list {
	margin-bottom: 1.5625rem;
}

.bullet-list li {
	padding: 0 0 0 1.875rem;
	margin-bottom: 1.125rem;
	position: relative;
}

.bullet-list li:before {
	position: absolute;
	display: block;
	content: "";
	top: 8px;
	bottom: auto;
	left: 10px;
	right: auto;
}

.bullet-list li:last-child {
	margin-bottom: 0;
}

.bullet-list li:before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	/*background: #000e8d;*/
}

/* content-section styles */

.content-section {
	padding-bottom: 2.5rem;
}

/* content-body styles */

/* content-holder styles */

.content-holder p:last-child {
	margin-bottom: 0;
}

/* find-section styles */

.find-section {
	position: relative;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.find-section .holder {
	min-height: 240px;
}

.find-section .holder:after {
	content: "";
	min-height: inherit;
}

/* find-branch styles */

.find-branch {
	max-width: 511px;
	margin: 0 auto;
	padding: 1.9375rem 1.25rem 2.75rem;
	background: #fff;
	border: 2px solid #e6e7e8;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .14);
}

.find-branch h3 {
	color: #414042;
	margin: 0 0 .625rem;
	font-size: 1.375rem;
	line-height: 1.5rem;
}

.find-branch .form-control {
	border-radius: 0;
	height: 53px;
	font-size: 1.125rem;
	line-height: 1.5625rem;
	padding: .75rem 2.8125rem .75rem 1.1875rem;
	/*color: #000e8d;*/
}

.find-branch .form-control::-webkit-input-placeholder {
	color: rgba(0, 14, 141, .87);
}

.find-branch .form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 14, 141, .87);
}

.find-branch .form-control:-moz-placeholder {
	color: rgba(0, 14, 141, .87);
}

.find-branch .form-control:-ms-input-placeholder {
	color: rgba(0, 14, 141, .87);
}

.find-branch .form-control.placeholder {
	color: rgba(0, 14, 141, .87);
}

.find-branch .input-wrap {
	position: relative;
}

.find-branch .btn-submit {
	padding: 0;
	background: transparent;
	/*color: #000e8d;*/
	position: absolute;
	right: 8px;
	top: 50%;
	box-shadow: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.4375rem;
	line-height: 2.4375rem;
}

.find-branch .btn-submit:hover {
	color: #001171;
}

/* heading styles */

.heading {
	margin-bottom: .9375rem;
	padding: .9375rem 0;
}

.heading .btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.heading .heading-text {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.5625rem;
	line-height: 1.5625rem;
}

.heading .heading-text a {
	color: #414042;
	text-decoration: none;
}

.heading .heading-text a:hover {
	/*color: #000e8d;*/
}

.heading .h1,
.heading .h2,
.heading h1,
.heading h2 {
	color: #414042;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
}

.heading .align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* intro styles */

.intro {
	position: relative;
	min-height: 300px;
}

.intro .container {
	padding-top: 3.75rem;
	padding-bottom: 3.125rem;
}

/* intro-caption styles */

.intro-caption {
	max-width: 589px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .38);
	background: rgba(255, 255, 255, .9);
	padding: 2.125rem 1.25rem 2.6875rem;
	text-align: center;
	font-size: 1.375rem;
	line-height: 1.5rem;
}

.intro-caption .h1,
.intro-caption h1,
.intro-caption .h2,
.intro-caption h2 {
	margin-bottom: .3125rem;
}

.intro-caption .text {
	margin-bottom: 1.5625rem;
}

.intro-caption .text p:last-child {
	margin-bottom: 0;
}

/* panel styles */

.panel .panel-body {
	padding: 1.9375rem 0;
}

.panel .panel-body p:last-child {
	margin-bottom: 0;
}

.panel .panel-heading {
	padding: 1.25rem;
}

.panel h3 {
	font-size: 1.375rem;
	line-height: 1.625rem;
	margin-bottom: 0;
}

/* section-card styles */

.section-card {
	padding-top: 2.8125rem;
	padding-bottom: 3.625rem;
	margin-bottom: -1.875rem;
}

/* card styles */

.card {
	color: #6a6a6a;
	margin-bottom: 1.875rem;
}

.card .img-thumbnail img {
	width: 100%;
	height: auto;
}

.card h4 a,
.card h3 a {
	text-decoration: none;
}

/* card-body styles */

.card-body h4 {
	margin-bottom: 1.625rem;
}

/* section-help styles */

.section-help {
	padding-top: 2.8125rem;
	padding-bottom: 4.5625rem;
}

.section-help .btn {
	width: 100%;
}

.section-help .h2,
.section-help h2 {
	margin-bottom: 1.0625rem;
}

.section-help .text {
	margin-bottom: 3.375rem;
}

.section-help .text p:last-child {
	margin-bottom: 0;
}

/* social-networks */

.social-networks {
	margin: 0 -.375rem -.4375rem;
	padding-bottom: .9375rem;
}

.social-networks:last-child {
	padding-bottom: 0;
}

.social-networks li {
	padding: 0 .375rem;
	margin-bottom: .4375rem;
}

.social-networks li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #b6b6b6;
	border-radius: 2px;
	text-decoration: none;
	width: 35px;
	height: 35px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.social-networks li a:hover {
	background: #9d9c9c;
}

.social-networks li a i {
	font-size: 1.3125rem;
}

.social-networks li a i.ico-google-plus {
	font-size: 1.5625rem;
}

.social-networks li a i.ico-twitter {
	font-size: 1.125rem;
}

/* testimonials-section styles */

.testimonials-section {
	padding-top: 2.9375rem;
	padding-bottom: 2.9375rem;
}

.testimonials-section h2 {
	margin-bottom: 2.625rem;
}

.testimonials-section .holder {
	min-height: 290px;
}

.testimonials-section .holder:after {
	content: "";
	min-height: inherit;
}

/* testimonials styles */

.testimonials-slider .carousel-item {
	padding: 1.875rem 1.25rem;
}

.testimonials-slider .carousel-control-prev {
	left: 20px;
}

.testimonials-slider .carousel-control-next {
	right: 20px;
}

.testimonials-slider .carousel-control {
	text-decoration: none;
	background: transparent;
	color: #414042;
	width: auto;
	opacity: .68;
	top: auto;
	bottom: 24px;
}

.testimonials-slider .carousel-control:hover {
	opacity: 1;
}

.testimonials-slider .carousel-control i {
	font-size: 2.6875rem;
}

.testimonials-slider .blockquote {
	text-align: center;
}

.testimonials-slider .blockquote q {
	display: block;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-style: italic;
	padding: 0;
	position: relative;
	margin: 0 0 1.875rem;
}

.testimonials-slider .blockquote q:before,
.testimonials-slider .blockquote q:after {
	font-size: 4.5625rem;
	line-height: 2.375rem;
	position: static;
	display: inline-block;
	vertical-align: middle;
	/*color: #000e8d;*/
}

.testimonials-slider .blockquote q:before {
	content: " “ ";
	margin: 1.0625rem 1.3125rem -.75rem 0;
}

.testimonials-slider .blockquote q:after {
	content: " “ ";
	-webkit-transform: rotate(167deg);
	-ms-transform: rotate(167deg);
	transform: rotate(167deg);
	margin: -2.25rem 0 0 1.3125rem;
}

.testimonials-slider .blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 2.25rem;
}

/* visual styles */

.visual {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.visual .holder {
	min-height: 250px;
}

.visual .holder:after {
	content: "";
	min-height: inherit;
}

.visual h2 {
	margin-bottom: 1.6875rem;
}

.visual p:last-child {
	margin-bottom: 0;
}

/* feature-container styles */

.feature-container {
	padding-bottom: 2.5625rem;
}

.feature-container .content-holder {
	background: transparent;
}

.feature-container .heading {
	background: rgba(255, 255, 255, .9);
	margin: 0 0 1.4375rem;
}

/* feature styles */

.feature {
	padding-top: .9375rem;
	padding-bottom: .9375rem;
	position: relative;
}

.feature:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.feature:before {
	background: rgba(255, 255, 255, .46);
	height: 1px;
}

.feature:first-child:before {
	display: none;
}

.feature .img-holder {
	text-align: center;
	margin-bottom: .875rem;
}

.feature .img-holder img {
	vertical-align: top;
	height: auto;
}

.feature .title {
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 1.625rem;
	display: inline-block !important;
	vertical-align: top;
	max-width: 380px;
}

/* section-about styles */

.section-about .section-body {
	padding-bottom: 3.1875rem;
}

/* section-about-head styles */

.section-about-head {
	position: relative;
	margin: 0 0 1.25rem;
}

.section-about-head .wrap {
	min-height: 377px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-about-head .wrap:after {
	content: "";
	min-height: inherit;
}

.section-about-head .inner-header {
	background: rgba(255, 255, 255, .9);
	padding: 1.6875rem 1.25rem .75rem;
}

.section-about-head .inner-header .img-holder {
	width: 231px;
	margin: 0 auto;
	margin-bottom: .9375rem;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .18);
}

.section-about-head .descrip-head {
	z-index: 1;
	margin: 0 0 1.375rem;
	position: relative;
}

.section-about-head .descrip-head:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
}

.section-about-head .descrip-head:before {
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, .1);
	z-index: -1;
	width: calc(100% - 200px);
	display: none;
}

.section-about-head .description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.section-about-head .description .adres .tel {
	text-decoration: none;
}

.section-about-head .detail .left-side {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.section-about-head .info {
	margin-bottom: 1.25rem;
}

.section-about-head .destination {
	font-size: 1.375rem;
	line-height: 1.5rem;
}

.section-about-head .h1,
.section-about-head .h2,
.section-about-head h1,
.section-about-head h2 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
}

/* intro-box styles */

.info-box {
	margin-bottom: 2.5rem;
	padding: 1.25rem 0;
}

.info-box:last-child {
	margin-bottom: 0;
}

.info-box .img-holder {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 .9375rem;
}

.info-box .img-holder img {
	max-width: 100%;
	height: auto;
}

.info-box .description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body {
	min-width: 320px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.social-networks li a {
		-webkit-transition: none;
		transition: none;
	}
}

@media (min-width: 576px) {
	.blockquote q {
		padding: 0 40px;
	}

	.footer-column {
		width: 50%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: .8125rem;
		line-height: 1.625rem;
	}

	.accordion .accordion-opener {
		padding: 1.375rem 3.4375rem 1.375rem 1.25rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.accordion .accordion-opener .icon-wrap {
		margin: 0 1.5625rem 0 0;
		width: 140px;
		height: 140px;
	}

	.accordion .accordion-opener .icon-wrap i {
		font-size: 3.75rem;
	}

	.accordion .collapse-holder {
		padding: 1.875rem;
	}

	.accordion .btn {
		width: auto;
		min-width: 300px;
	}

	.bg-banner {
		min-height: 204px;
	}

	.intro-caption {
		padding: 2.125rem 2rem 2.6875rem;
	}

	.section-about-head .description .adres {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.section-about-head .description .adres .alignleft {
		width: 48.5%;
	}

	.section-about-head .description .adres .alignright {
		width: 49.5%;
	}

	.info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.info-box .img-holder {
		max-width: 40%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0 1.25rem 0 0;
	}
}

@media (min-width: 768px) {
	.text-lg {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}

	.text-md {
		font-size: 1.1875rem;
		line-height: 1.875rem;
	}

	.btn {
		border-width: 2px;
		padding: 9px 14px;
		font-size: 20px;
		line-height: 24px;
		border-radius: 0;
	}

	.btn.btn-lg {
		padding: 15px 15px;
		font-size: 25px;
		line-height: 29px;
		border-radius: 0;
	}

	.btn.btn-arrow:after {
		font-size: 34px;
	}

	.blockquote q {
		padding: 0 70px;
	}

	.h2,
	h2,
	.h1,
	h1 {
		font-size: 2.1875rem;
		line-height: 2.625rem;
	}

	h3 {
		font-size: 1.75rem;
		line-height: 2rem;
		margin-bottom: 36px;
	}

	h4 {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 29px;
	}

	p {
		margin-bottom: 24px;
	}

	#header {
		padding-bottom: 0;
		padding-top: 1.25rem;
	}

	.header-holder .social-networks {
		padding: 0 0 0 1.25rem;
	}

	.header-holder .navbar-nav {
		margin-bottom: 0;
	}

	.header-holder .navbar-nav:before {
		display: block;
		background: #f1f2f2;
		background-image: -webkit-linear-gradient(top, #fff 0%, #f1f2f2 100%);
		background-image: linear-gradient(to bottom, #fff 0%, #f1f2f2 100%);
		background-repeat: repeat-x;
		z-index: -1;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
	}

	.header-holder .navbar-nav .nav-item .nav-link {
		padding: 1.0625rem .9375rem;
	}

	.header-holder .btn {
		margin: 0 0 0 .625rem;
		min-width: 8.125rem;
	}

	.header-holder .small-menu {
		margin: 0 -.8125rem 0;
	}

	.header-holder .dropdown-menu .dropdown-item {
		padding: .5rem .75rem;
		text-align: left;
	}

	.logo {
		margin-bottom: 1.25rem;
		max-width: 180px;
	}

	.navbar-top {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 .75rem 0 0;
		width: calc(100% - 200px);
		-webkit-transition: padding .25s linear;
		transition: padding .25s linear;
	}

	main {
		padding-top: 8.5625rem;
	}

	#footer {
		padding-top: 3.125rem;
		padding-bottom: 2.5rem;
	}

	.footer-holder {
		font-size: .8125rem;
		line-height: 1.375rem;
	}

	.footer-holder .address p {
		margin-bottom: 1.8125rem;
	}

	.footer-left {
		padding-top: .5625rem;
		margin-bottom: 0;
	}

	.footer-left:before {
		bottom: -600px;
	}

	.footer-column {
		width: 33%;
	}

	.accordion .accordion-opener:before {
		right: 1.5625rem;
	}

	.accordion .accordion-opener .icon-wrap {
		margin: 0 2.125rem 0 0;
		width: 165px;
		height: 165px;
	}

	.accordion .accordion-opener .icon-wrap i {
		font-size: 4.5625rem;
	}

	.accordion .btn {
		min-width: 400px;
	}

	.bg-banner {
		min-height: 305px;
	}

	.content-section {
		padding-bottom: 3.125rem;
	}

	.content-body {
		padding: 0 1.5625rem;
	}

	.content-holder {
		background: rgba(255, 255, 255, .9);
		margin: -6.375rem 0 0 0;
		box-shadow: 0 -2px 4px rgba(0, 0, 0, .18), 1px 1px 4px rgba(0, 0, 0, .16);
	}

	.content-holder .heading {
		min-height: 102px;
	}

	.find-section .holder {
		min-height: 400px;
	}

	.find-branch {
		padding: 1.9375rem 3rem 2.75rem;
	}

	.find-branch h3 {
		font-size: 1.625rem;
		line-height: 1.9375rem;
	}

	.heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.5625rem;
		padding: 1.9375rem 1.5625rem;
	}

	.heading .btn {
		width: auto;
		max-width: none;
	}

	.heading .h1,
	.heading .h2,
	.heading h1,
	.heading h2 {
		margin-bottom: 0;
	}

	.heading .align-right {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: .9375rem;
		max-width: 50%;
	}

	.intro {
		min-height: 400px;
	}

	.intro-caption {
		font-size: 1.625rem;
		line-height: 1.9375rem;
	}

	.panel h3 {
		font-size: 1.1875rem;
		line-height: 1.5rem;
	}

	.section-help .btn {
		min-width: 500px;
		width: auto;
	}

	.testimonials-slider .carousel-item {
		padding: 3.25rem 1.25rem;
	}

	.testimonials-slider .carousel-control {
		bottom: 48px;
	}

	.testimonials-slider .blockquote q {
		min-height: 220px;
	}

	.visual .holder {
		min-height: 300px;
	}

	.feature-container .heading {
		margin: 0 0 1.4375rem;
		box-shadow: -2px -2px 4px rgba(0, 0, 0, .18);
	}

	.feature {
		padding-top: .6875rem;
		padding-bottom: 1.4375rem;
	}

	.feature:before {
		width: 1px;
		height: auto;
		left: -1px;
		right: auto;
		bottom: 12px;
		top: 12px;
	}

	.feature .title {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.section-about-head {
		padding: 7.5rem 0 0;
		margin: 0 0 3.0625rem;
	}

	.section-about-head .inner-header {
		padding: 1.25rem 1.25rem .75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		box-shadow: 2px -2px 2px rgba(0, 0, 0, .18);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-about-head .inner-header .img-holder {
		margin: 0 1.25rem 0 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.section-about-head .descrip-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: .625rem 0 .625rem .9375rem;
	}

	.section-about-head .descrip-head:before {
		display: block;
	}

	.section-about-head .description .adres .alignright {
		width: 48.5%;
	}

	.section-about-head .detail {
		padding: 0 0 0 1.25rem;
	}

	.section-about-head .destination {
		font-size: 1.625rem;
		line-height: 1.9375rem;
	}

	.section-about-head .h1,
	.section-about-head .h2,
	.section-about-head h1,
	.section-about-head h2 {
		margin-bottom: 0;
	}

	.section-about-head .bg-banner {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		min-height: 1px;
	}

	.info-box {
		padding: 2.5rem 0;
	}

	.info-box .img-holder {
		margin: 0 1.875rem 0 0;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}

	.text-lg {
		font-size: 1.625rem;
		line-height: 1.875rem;
	}

	.text-md {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}

	.text-sm {
		font-size: 1.125rem;
		line-height: 1.875rem;
	}

	.read-more {
		font-size: 1.625rem;
		line-height: 1.875rem;
	}

	.read-more i {
		font-size: 2.9375rem;
		line-height: 2.9375rem;
	}

	.btn {
		padding: .6875rem .875rem;
		font-size: 1.5rem;
		line-height: 1.75rem;
	}

	.btn.btn-lg {
		font-size: 1.875rem;
		line-height: 2.1875rem;
		padding: 1.125rem 1.25rem;
	}

	.blockquote q {
		font-size: 1.625rem;
		line-height: 1.9375rem;
		margin: 0 0 39px;
		padding: 0 102px;
	}

	.blockquote q:before,
	.blockquote q:after {
		font-size: 90px;
	}

	.blockquote cite {
		font-size: 2rem;
		line-height: 2.25rem;
	}

	.h2,
	h2,
	.h1,
	h1 {
		font-size: 2.5rem;
		line-height: 2.9375rem;
	}

	p {
		margin-bottom: 30px;
	}

	.header-holder .social-networks {
		padding: 0 0 0 2.125rem;
	}

	.header-holder .navbar-nav {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.header-holder .btn {
		min-width: 180px;
		margin: 0 0 0 1.625rem;
	}

	.header-holder .small-menu {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.header-holder .small-menu li {
		padding: 0 .8125rem;
	}

	.header-holder .small-menu li a i {
		font-size: 1.6875rem;
	}

	.header-holder .dropdown-menu {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.header-holder .dropdown-menu .dropdown-item {
		padding: .625rem 1.25rem;
	}

	.logo {
		max-width: 209px;
		margin-bottom: 1.75rem;
	}

	.navbar-top {
		width: calc(100% - 230px);
		padding: 0 .9375rem 0 0;
	}

	main {
		padding-top: 9.5625rem;
	}

	.footer-holder {
		font-size: .875rem;
		line-height: 1.5rem;
	}

	.footer-holder h4 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.footer-holder p {
		margin-bottom: 1.5rem;
	}

	.footer-right {
		padding: 0 0 0 .625rem;
	}

	.footer-column-holder {
		padding-bottom: 3.6875rem;
	}

	.footer-column {
		font-size: 1rem;
		line-height: 1.875rem;
	}

	.accordion .accordion-opener {
		font-size: 1.25rem;
		line-height: 1.75rem;
		padding: 1.375rem 3.4375rem 1.375rem 1.25rem;
	}

	.accordion .collapse-holder {
		font-size: 1.25rem;
		line-height: 1.875rem;
		padding: 2.9375rem 2.5rem;
	}

	.accordion .btn {
		min-width: 495px;
	}

	.bg-banner {
		min-height: 476px;
	}

	.bullet-list {
		margin-bottom: 2.375rem;
	}

	.bullet-list li {
		padding: 0 0 0 3.1875rem;
	}

	.bullet-list li:before {
		left: 33px;
		top: 12px;
	}

	.content-section {
		padding-bottom: 5.8125rem;
	}

	.content-body {
		padding: 0 2.6875rem;
	}

	.content-holder {
		margin: -6.9375rem 0 0 0;
	}

	.content-holder .heading {
		min-height: 111px;
	}

	.heading {
		padding: 1.9375rem 2.6875rem;
		margin-bottom: 2.3125rem;
	}

	.heading .btn {
		min-width: 176px;
	}

	.heading .heading-text {
		font-size: 1.6875rem;
		line-height: 1.6875rem;
	}

	.intro {
		min-height: 500px;
	}

	.intro-caption .text {
		margin-bottom: 3rem;
	}

	.panel .panel-body {
		line-height: 2.25rem;
	}

	.panel .panel-body p {
		margin-bottom: 2.25rem;
	}

	.panel h3 {
		font-size: 1.625rem;
		line-height: 2rem;
	}

	.card-body .card-text {
		margin-bottom: 2.1875rem;
	}

	.section-help .btn {
		min-width: 721px;
	}

	.social-networks {
		margin: 0 -.5rem -.4375rem;
	}

	.social-networks li {
		padding: 0 .5rem;
	}

	.social-networks li a {
		width: 40px;
		height: 40px;
	}

	.social-networks li a i {
		font-size: 1.5625rem;
	}

	.social-networks li a i.ico-google-plus {
		font-size: 1.875rem;
	}

	.social-networks li a i.ico-twitter {
		font-size: 1.4375rem;
	}

	.testimonials-slider .blockquote q {
		font-size: 1.25rem;
		line-height: 2.375rem;
		margin: 0 0 2.625rem;
		min-height: 266px;
	}

	.testimonials-slider .blockquote cite {
		font-size: 1.625rem;
		line-height: 2rem;
	}

	.visual .holder {
		min-height: 425px;
	}

	.feature .title {
		font-size: 1.375rem;
		line-height: 1.625rem;
	}

	.section-about-head .descrip-head:before {
		width: calc(100% - 240px);
	}

	.section-about-head .description .adres {
		line-height: 1.625rem;
	}

	.info-box {
		padding: 4.75rem 0;
	}

	.info-box .img-holder {
		margin: 0 3.6875rem 0 0;
	}
}

@media (min-width: 1200px) {
	.read-more {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.btn {
		padding: .875rem;
		font-size: 1.75rem;
		line-height: 2.1875rem;
	}

	.btn.btn-lg {
		font-size: 2.125rem;
		line-height: 2.4375rem;
		padding: 1.5625rem 1.25rem;
	}

	.btn.btn-arrow:after {
		font-size: 54px;
	}

	.blockquote q:before,
	.blockquote q:after {
		font-size: 120px;
	}

	.h2,
	h2,
	.h1,
	h1 {
		font-size: 3rem;
		line-height: 3.5625rem;
	}

	h3 {
		font-size: 2.125rem;
		line-height: 2.375rem;
	}

	h4 {
		font-size: 1.625rem;
		line-height: 2.25rem;
	}

	#header.fixed-position .logo {
		margin-bottom: 1.4375rem;
	}

	#header.fixed-position .btn {
		padding-top: .5625rem;
		padding-bottom: .5625rem;
	}

	#header.fixed-position + main {
		padding-top: 10.6875rem;
	}

	.header-holder .navbar-nav {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.header-holder .navbar-nav .nav-item .nav-link {
		padding: 1.4375rem .9375rem;
	}

	.header-holder .btn {
		min-width: 250px;
		margin: 0 0 0 1.625rem;
	}

	.header-holder .small-menu {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.header-holder .dropdown-menu {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.header-holder .dropdown-menu .dropdown-item {
		padding: .9375rem 1.9375rem;
	}

	.logo {
		max-width: 250px;
		margin-bottom: 2rem;
	}

	.navbar-top {
		width: calc(100% - 280px);
	}

	main {
		padding-top: 11.25rem;
	}

	#footer {
		padding-top: 4.9375rem;
		padding-bottom: 3.75rem;
	}

	.footer-holder h4 {
		font-size: 1.625rem;
		line-height: 1.9375rem;
	}

	.footer-right {
		padding: 0 0 0 1.25rem;
	}

	.footer-column {
		width: 30%;
	}

	.accordion .accordion-opener {
		font-size: 1.5rem;
		line-height: 1.8125rem;
		padding: 1.375rem 12.25rem 1.375rem 2.0625rem;
	}

	.accordion .accordion-opener:before {
		right: 48px;
		font-size: 3.0625rem;
	}

	.accordion .collapse-holder {
		padding: 2.9375rem 4.375rem;
	}

	.content-holder {
		margin: -8.4375rem 0 0 0;
	}

	.content-holder .heading {
		min-height: 135px;
	}

	.find-section .holder {
		min-height: 587px;
	}

	.find-branch h3 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.heading {
		margin-bottom: 4.125rem;
	}

	.heading .btn {
		min-width: 325px;
	}

	.heading .heading-text {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}

	.intro {
		min-height: 600px;
	}

	.intro-caption {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}

	.intro-caption .h1,
	.intro-caption h1,
	.intro-caption .h2,
	.intro-caption h2 {
		font-size: 2.75rem;
		line-height: 3rem;
	}

	.panel .panel-heading {
		padding: 1.5rem 1.5625rem;
	}

	.card-body {
		padding: 2.125rem 2.875rem 3.75rem;
	}

	.testimonials-slider .carousel-item {
		padding: 5.375rem 2.875rem 3.25rem;
	}

	.testimonials-slider .carousel-control-prev {
		left: 45px;
	}

	.testimonials-slider .carousel-control-next {
		right: 46px;
	}

	.testimonials-slider .carousel-control {
		bottom: 40px;
	}

	.testimonials-slider .blockquote cite {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.section-about-head {
		padding: 11.125rem 0 0;
	}

	.section-about-head .inner-header {
		padding: 1.6875rem 1.875rem .75rem;
	}

	.section-about-head .inner-header .img-holder {
		margin: 0 2.125rem 0 0;
	}

	.section-about-head .descrip-head {
		padding: 13px 27px;
	}

	.section-about-head .descrip-head:before {
		width: calc(100% - 334px);
	}

	.section-about-head .description .adres .alignleft {
		width: 69%;/*46*/
	}

	.section-about-head .description .adres .alignright {
		width: 46%;
	}

	.section-about-head .detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 1.75rem;
	}

	.section-about-head .detail .right-side {
		margin: 0 0 0 2.5rem;
		width: 300px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.section-about-head .social-networks li a {
		width: 46px;
		height: 46px;
	}

	.section-about-head .info {
		margin-bottom: 3.3125rem;
	}

	.section-about-head .destination {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
}

@media (min-width: 1465px) {
	.btn {
		font-size: 2.25rem;
		line-height: 2.375rem;
	}

	.btn.btn-lg {
		font-size: 2.75rem;
		line-height: 3.0625rem;
	}

	.blockquote q {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.blockquote cite {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}

	#header {
		padding: 3.4375rem 1.25rem 0;
	}

	#header.fixed-position {
		padding-top: .9375rem;
	}

	#header.fixed-position .logo {
		max-width: 300px;
		margin-bottom: .9375rem;
	}

	#header.fixed-position + main {
		padding-top: 10.625rem;
	}

	.header-holder .btn {
		min-width: 280px;
		margin: 0 0 0 2.9375rem;
		font-size: 1.875rem;
	}

	.logo {
		max-width: 350px;
		margin-bottom: 2.9375rem;
	}

	.navbar-top {
		width: calc(100% - 400px);
		padding-top: .25rem;
	}

	main {
		padding-top: 15.875rem;
	}

	.footer-holder h4 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.footer-column {
		width: 29.3%;
	}

	.heading .heading-text {
		font-size: 2.75rem;
		line-height: 2.75rem;
	}

	.intro {
		min-height: 721px;
	}

	.intro .container {
		padding-top: 9.3125rem;
	}

	.panel .panel-heading {
		padding: 1.5rem 2.3125rem;
	}

	.panel h3 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.section-help .btn {
		font-size: 1.875rem;
	}

	.social-networks {
		margin: 0 -.75rem -.4375rem;
	}

	.social-networks li {
		padding: 0 .75rem;
	}

	.social-networks li a {
		width: 52px;
		height: 52px;
	}

	.social-networks li a i {
		font-size: 2.125rem;
	}

	.social-networks li a i.ico-google-plus {
		font-size: 2.3125rem;
	}

	.social-networks li a i.ico-twitter {
		font-size: 1.875rem;
	}

	.section-about-head .description .adres .alignright {
		width: 37%;
	}

	.section-about-head .detail .right-side {
		margin: 0 0 0 6.9375rem;
		width: 371px;
	}
}

@media (min-width: 1700px) {
	#header {
		padding: 3.4375rem 2.1875rem 0;
	}

	.header-holder .btn {
		min-width: 323px;
	}

	.logo {
		max-width: 517px;
	}

	.navbar-top {
		width: calc(100% - 580px);
		padding: 1.75rem 2.75rem 0 0;
	}

	main {
		padding-top: 15rem;/*18.3125*/
	}

	#footer {
		padding-left: 5.1875rem;
		padding-right: 5.1875rem;
	}

	.footer-right {
		padding: 0 0 0 7rem;
	}
}

@media (max-width: 767.98px) {
	.header-holder {
		position: static;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		overflow: hidden;
		overflow-y: auto;
		background: #e6e7e8;
		max-height: calc(100vh - 73px);
		border-top: 1px solid #414042;
	}

	.navbar-collapse .collapse-holder {
		padding: .625rem 0 1.25rem;
	}
}

.apply_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f2f2f2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f2f2f2;
	box-shadow:inset 0px 1px 0px 0px #f2f2f2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d19d0c), color-stop(1, #e8be41) );
	background:-moz-linear-gradient( center top, #d19d0c 5%, #e8be41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d19d0c', endColorstr='#e8be41');
	background-color:#d19d0c;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:179px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.apply_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8be41), color-stop(1, #d19d0c) );
	background:-moz-linear-gradient( center top, #e8be41 5%, #d19d0c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8be41', endColorstr='#d19d0c');
	background-color:#e8be41;
}.apply_button:active {
	position:relative;
	top:1px;
}

#boxOne {
	float:left; 
	margin-right:30px;
	width:50%;
	vertical-align: top;
}
#boxTwo { 
	overflow:hidden;
	vertical-align: top;
}

@media screen and (max-width: 670px) {
   #boxOne { 
	float: none;
	margin-right:0;
	width:auto;
	border:0;  
  }
}

/*Tru H buttons style*/
.smallbutton {
	width:225px;
	height:36px;	
}

.smallbutton a, .smallbutton a:link, .smallbutton a:visited, .smallbutton a:active  {
	color:#fff;
	display:block;
	font-size:13px;/*12*/
	text-shadow: #333 0px 0px 2px;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
	font-weight:bold;
	text-align:center;
	height:40px; /*24*/
	margin-top:2px;
	margin-left:3px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
}
		
.smallbutton a:hover {
	text-decoration:underline;
}

.smallbuttonnews {
	width:225px;
	margin-left:-2px;
	margin-top:7px;
	height:36px;	
}
/*End Tru H buttons style*/