/*
------------------------------
MAIN DEFINITION FILE
------------------------------
*/
/*
    Document   : reset
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  padding-left: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
/*
------------------------------
Variables
------------------------------
*/
/*
------------------------------
Colors
------------------------------
*/
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v32/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrgCcqEw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v32/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDr3icqEw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v32/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrdyAqEw.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
/*
------------------------------
Breakpoints
------------------------------
*/
.italic {
  font-style: italic;
}
.btn {
  padding: 9px 11px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  font-size: 16px;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn-green {
  background-color: #BCCF00;
}
.btn-green:hover {
  background-color: #cade00;
}
.btn-blue {
  background-color: #00AEC9;
}
.btn-blue:hover {
  background-color: #00bbd8;
}
.btn-white {
  color: #00AEC9;
  background-color: #fff;
}
.btn-white:hover {
  color: #00AEC9;
  background-color: #ffffff;
}
.btn-lock {
  background-image: url('../img/ico/lock.svg');
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 35px;
  position: relative;
  left: 5px;
}
.btn-ext {
  background-image: url('../img/ico/ext.svg');
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 35px;
  position: relative;
  left: 5px;
}
.bread {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #919191;
  padding-left: 10px;
}
.bread a {
  color: #919191;
  text-decoration: underline;
}
@media (max-width: 800px) {
  .bread {
    display: none;
  }
}
.guarantor {
  color: #fff;
  min-height: 484px;
  position: relative;
}
.guarantor h1,
.guarantor h2,
.guarantor a {
  color: #fff;
}
.guarantor h1 {
  padding: 78px 0 16px 0;
  font-weight: 300;
}
.guarantor h2 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 35px;
  font-weight: 300;
}
.guarantor cite {
  padding-bottom: 25px;
  color: #005694;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.guarantor .contact-info img {
  float: left;
}
.guarantor .contact-info p {
  padding: 15px 0 15px 155px;
}
.guarantor .ill {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/layout/guarantor.jpg') left top no-repeat;
  background-size: cover;
  height: 484px;
  width: calc(50% - 211px);
}
@media (max-width: 800px) {
  .guarantor {
    text-align: center;
    min-height: auto;
    padding-bottom: 169px;
  }
  .guarantor h1 {
    padding: 25px 0 25px 0;
  }
  .guarantor h2 {
    padding-top: 0px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }
  .guarantor cite {
    padding-bottom: 23px;
  }
  .guarantor .contact-info img {
    float: none;
    display: block;
    margin: auto;
  }
  .guarantor .contact-info p {
    padding: 15px 0 15px 15px;
  }
  .guarantor .ill {
    bottom: 0;
    right: 0;
    top: auto;
    background-size: cover;
    height: 169px;
    width: 100%;
  }
}
.header-ill {
  height: 242px;
  background: url("../img/layout/header.jpg") center top no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .header-ill {
    height: 142px;
  }
}
.motto {
  color: #fff;
  min-height: 484px;
  position: relative;
}
.motto p {
  float: right;
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 40px;
  padding: 163px 0 20px 20px;
  max-width: 730px;
}
.motto p b {
  font-weight: 900;
}
.motto .ill {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/layout/motto.jpg') left top no-repeat;
  background-size: cover;
  height: 484px;
  width: calc(50% - 320px);
}
@media (max-width: 950px) {
  .motto {
    min-height: auto;
  }
  .motto p {
    float: none;
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 30px;
    padding: 35px 0 200px 0;
    max-width: 100%;
    text-align: center;
  }
  .motto .ill {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    height: 169px;
    width: 100%;
  }
}
.testimonial {
  position: relative;
}
.testimonial h3 {
  font-weight: 700;
  color: #00AEC9;
}
.testimonial p {
  padding-top: 30px;
  text-align: left;
  max-width: 710px;
  margin: auto;
}
.testimonial .more {
  padding-top: 50px;
}
.testimonial .prev {
  position: absolute;
  left: 0;
  top: 100px;
  background-image: url('../img/testimonials/arr-left.svg');
  width: 43px;
  height: 43px;
}
.testimonial .prev span {
  display: none;
}
.testimonial .next {
  position: absolute;
  right: 0;
  top: 100px;
  background-image: url('../img/testimonials/arr-right.svg');
  width: 43px;
  height: 43px;
}
.testimonial .next span {
  display: none;
}
@media (max-width: 880px) {
  .testimonial h2 {
    padding-bottom: 90px;
  }
  .testimonial .prev {
    left: 30px;
    top: 50px;
  }
  .testimonial .next {
    right: 30px;
    top: 50px;
  }
}
.t-list {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #00AEC9;
}
.nav {
  text-align: center;
  padding: 20px 0 0 0;
}
.nav a {
  text-decoration: underline;
  padding: 10px 15px;
}
.nav span {
  padding: 10px 15px;
}
body,
html {
  font-family: 'Montserrat', Tahoma, Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4B4B4B;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background-color: #fff;
}
a {
  color: #00AEC9;
  text-decoration: none;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #005694;
  text-decoration: underline;
}
h1,
h2 {
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 40px;
  color: #00AEC9;
}
@media (max-width: 800px) {
  h1,
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
cite {
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 40px;
}
.ft {
  font-family: 'Merriweather';
}
.font-bigger {
  font-size: 16px;
  line-height: 22px;
}
.page {
  margin: auto;
  position: relative;
}
.content {
  max-width: 1100px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
.content-padding {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .content-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.clearer {
  clear: both;
}
.imgresp {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-blue {
  color: #00AEC9;
}
.text-green {
  color: #BCCF00;
}
/*
a.btn {
	display: inline-block;
	background-color: @action;
	padding: 10px 35px 10px 15px;
	.border-radius(4px);
	position: relative;
	color: @white;
	.bold();
	text-transform: uppercase;

	&:hover {
		text-decoration: none;
		color: @white;
		background-color: darken(@action, 10%);
	}

	&:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		z-index: 2;
		background: 0 8px no-repeat url('../img/arr-right-white.svg');
	}
}
*/
.space-pt-0 {
  padding-top: 0px;
}
.space-pt-10 {
  padding-top: 10px;
}
.space-pt-20 {
  padding-top: 20px;
}
.space-pt-30 {
  padding-top: 30px;
}
.space-pt-40 {
  padding-top: 40px;
}
.space-pt-50 {
  padding-top: 50px;
}
.space-pt-60 {
  padding-top: 60px;
}
.space-pb-0 {
  padding-bottom: 0px;
}
.space-pb-10 {
  padding-bottom: 10px;
}
.space-pb-20 {
  padding-bottom: 20px;
}
.space-pb-30 {
  padding-bottom: 30px;
}
.space-pb-40 {
  padding-bottom: 40px;
}
.space-pb-50 {
  padding-bottom: 50px;
}
.space-pb-60 {
  padding-bottom: 60px;
}
.space-mt-0 {
  margin-top: 0px;
}
.space-mt-10 {
  margin-top: 10px;
}
.space-mt-20 {
  margin-top: 20px;
}
.space-mt-30 {
  margin-top: 30px;
}
.space-mt-40 {
  margin-top: 40px;
}
.space-mt-50 {
  margin-top: 50px;
}
.space-mt-60 {
  margin-top: 60px;
}
.space-mb-0 {
  margin-bottom: 0px;
}
.space-mb-10 {
  margin-bottom: 10px;
}
.space-mb-20 {
  margin-bottom: 20px;
}
.space-mb-30 {
  margin-bottom: 30px;
}
.space-mb-40 {
  margin-bottom: 40px;
}
.space-mb-50 {
  margin-bottom: 50px;
}
.space-mb-60 {
  margin-bottom: 60px;
}
.bg-grey-light {
  background-color: #F6F6F6;
}
.bg-blue-light {
  background-color: #F2FBFC;
}
.bg-blue-mid {
  background-color: #00AEC9;
}
.bg-green {
  background-color: #F6F6F6;
}
nav {
  padding: 45px 0 21px 30px;
}
nav ul.menu {
  position: absolute;
  top: 20px;
  right: 35px;
  padding: 0;
}
nav ul.menu li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 14px;
}
nav ul.menu li.active a {
  color: #00AEC9;
}
nav a {
  color: #4B4B4B;
}
nav ul.secondary-menu {
  position: absolute;
  top: -45px;
  right: 35px;
  padding: 0;
  margin: 0;
}
nav ul.secondary-menu li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 8px;
}
nav ul.secondary-menu li a {
  display: inline-block;
  padding: 8px 20px 9px 20px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav ul.secondary-menu li a.faq {
  background-color: #BCCF00;
}
nav ul.secondary-menu li a.practical-info {
  background-color: #00AEC9;
}
nav ul.secondary-menu li a.opensub {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 17px;
}
nav ul.secondary-menu-items {
  position: absolute;
  top: 0px;
  right: 35px;
  padding: 15px 60px;
  margin: 0;
  background-color: #00AEC9;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-right-radius: 0;
  display: none;
  z-index: 1000;
}
nav ul.secondary-menu-items li {
  list-style-type: none;
  text-transform: uppercase;
  padding: 5px 0;
}
nav ul.secondary-menu-items li a {
  color: #fff;
}
nav ul.secondary-menu-items li a:hover {
  text-decoration: underline;
}
nav .mobilemenu {
  display: none;
  position: absolute;
  top: 123px;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 100;
  text-align: center;
  font-size: 14px;
}
nav .mobilemenu ul.mmenu {
  padding: 0 0 0 0;
  background-color: #00AEC9;
}
nav .mobilemenu li {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-align: right;
  padding: 0 0 0 0;
  font-weight: 700;
}
nav .mobilemenu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 40px 10px 0px;
}
nav .mobilemenu li a:hover {
  background-color: #F2FBFC;
  color: #00AEC9;
}
nav .mobilemenu ul.secondary-mmenu {
  padding: 0 0 0 0;
  background-color: #BCCF00;
  display: none;
}
nav .mobilemenu ul.secondary-mmenu li a:hover {
  background-color: #fff;
  color: #BCCF00;
}
nav .mobilemenu ul.secondary-mmenu li a.practical-info {
  /*
						background-color: @white;
						color: @greenLight;
						*/
}
nav .mobilemenu ul.secondary-mmenu-items {
  padding: 0 0 0 0;
  background-color: #BCCF00;
  display: none;
}
nav .mobilemenu ul.secondary-mmenu-items li a:hover {
  background-color: #fff;
  color: #BCCF00;
}
nav .responsivemenuarea {
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: left;
  width: 100px;
  display: none;
}
@media (max-width: 1050px) {
  nav {
    position: relative;
  }
  nav ul.menu {
    display: none;
  }
  nav .responsivemenuarea {
    display: block;
  }
  nav .responsivemenu {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 25px;
    height: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  nav .responsivemenu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00AEC9;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  nav .responsivemenu span:nth-child(1) {
    top: 0px;
  }
  nav .responsivemenu span:nth-child(2),
  nav .responsivemenu span:nth-child(3) {
    top: 8px;
  }
  nav .responsivemenu span:nth-child(4) {
    top: 16px;
  }
  nav .responsivemenu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  nav .responsivemenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav .responsivemenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  nav .responsivemenu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 600px) {
  nav {
    padding: 25px 0 21px 15px;
  }
  nav ul.secondary-menu {
    display: none;
  }
  nav .responsivemenuarea {
    width: 90px;
    right: 10px;
  }
  nav .responsivemenu {
    right: 10px;
  }
  nav .mobilemenu {
    top: 103px;
  }
  nav .mobilemenu ul.secondary-mmenu {
    display: block;
  }
}
/*
.nav {
	//position: absolute;
	width: @contentwidth + @sidePadding + @sidePadding;
	margin: auto;
	position: fixed;
	width: 100%;
	z-index: 1000;

	.logo img { //218 x 138
		position: absolute;
		top: 0;
		//left: 50%;
		left: calc(~"50% - 109px");

		@media (max-width: @menuBreak) {
			width: 160px;
			height: auto;
			left: calc(~"50% - 80px");
		}
	}

	.claim { 
		position: absolute;
		top: 152px;
		width: 360px;
		left: calc(~"50% - 180px");
		text-align: center;
		.bold();
		font-size: 24px;
		font-family: @font;
		//font-stretch: condensed;
		color: @action;
		text-transform: uppercase;
		@media (max-width: @menuBreak) {
			top: 112px;
		}

		@media (max-width: 380px) {
			display: none;
			font-size: 0;
		}
	}

	ul.menu {
		padding: 60px @sidePadding 25px @sidePadding;
		font-size: 16px;
		.bold();
		text-transform: uppercase;
		color:  @black;

		li {
			padding-right: 32px;
			display: inline-block;

			&.m-r {
				float: right;
				padding-right: 0px;
				padding-left: 32px;
			}



			&.active a {

				&::after {
					width:100%;
					left:1%;
					background: @action;
				}

			}

			a {
				color: @text;
				text-decoration: none;
				position: relative;

				&:hover {
					text-decoration: none;
				}
			}

			a::after{
				bottom:-5px;
				left:25%;
				position:absolute;
				background: @action;
				height:2px;
				content: '';
				width:0%;
			}


			a:hover::after {
				width:100%;
				left:1%;
				-webkit-transition: width 0.5s, left 0.5s; 
				transition: width 0.5s, left 0.5s;
			}
		}
	}

	ul.secondary {
		position: absolute;
		right: @sidePadding;
		top: 17px;

		li {
			list-style-type: none;
			display: inline-block;

			a {
				width: 28px;
				height: 28px;
				display: inline-block;

				span {
					display: none;
				}

				&.ico {
					padding-left: 15px;
				}

				&.ico-fb {
					background: url('../img/ico/ico-fb.svg') 0 0 no-repeat;
				}
				&.ico-ig {
					background: url('../img/ico/ico-ig.svg') 0 0 no-repeat;
				}
				&.ico-yt {
					background: url('../img/ico/ico-yt.svg') 0 0 no-repeat;
				}
			}
		}
	}

	.responsivemenu {
		display: none;
	}


	@media (max-width: @menuBreak) {

		position: relative;

		ul.menu {
			display: none;
		}

		ul.secondary {
			display: none;
		}

		.responsivemenu {
			display: inline-block;
	
			position: absolute;
			top: 33px;
			right: 20px;
	
			width: 32px;
			height: 40px;
			//position: relative;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			cursor: pointer;
	
			span {
				display: block;
				position: absolute;
				height: 4px;
				width: 100%;
				background: @black;
				border-radius: 0px;
				opacity: 1;
				left: 0;
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: .25s ease-in-out;
				-moz-transition: .25s ease-in-out;
				-o-transition: .25s ease-in-out;
				transition: .25s ease-in-out;
			}
	
			
			span:nth-child(1) {
				top: 0px;
			}
	
			span:nth-child(2), span:nth-child(3) {
				top: 10px;
			}
	
			span:nth-child(4) {
				top: 20px;
			}
	
			&.open span:nth-child(1) {
				top: 18px;
				width: 0%;
				left: 50%;
			}
	
			&.open span:nth-child(2) {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
			}
	
			&.open span:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}
	
			&.open span:nth-child(4) {
				top: 18px;
				width: 0%;
				left: 50%;
			}
		}
	}
}

.mobilemenu {
	display: none;

	background-color: @brownMid;
	//display: block;
	//position: fixed;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 90px 0 10px 0;
	z-index: 100;
	text-align: center;

	ul.menu {
		padding: 50px 0 20px 0;
	}

	li {
		display: block;
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		padding: 5px 0;
		.bold();
		a {
			color: @black;

			&:hover {
				color: @action;
			}
		}
	}

	ul.secondary {

		li {
			list-style-type: none;
			display: inline-block;

			a {
				width: 28px;
				height: 28px;
				display: inline-block;

				span {
					display: none;
				}

				&.ico {
					padding-left: 15px;
				}

				&.ico-fb {
					background: url('../img/ico/ico-fb.svg') 0 0 no-repeat;
				}
				&.ico-ig {
					background: url('../img/ico/ico-ig.svg') 0 0 no-repeat;
				}
				&.ico-yt {
					background: url('../img/ico/ico-yt.svg') 0 0 no-repeat;
				}
			}
		}
	}

	@media (max-width: @menuBreak) {

	}
}



.sticky {
	background-color: @brownMid;

	.claim {
		animation: fadeIn linear 0.5s forwards;
		-webkit-animation: fadeIn linear 0.5s forwards;
		-moz-animation: fadeIn linear 0.5s forwards;
		-o-animation: fadeIn linear 0.5s forwards;
		-ms-animation: fadeIn linear 0.5s forwards;
		//display: none;
	}
}

@keyframes fadeIn {
	0% {opacity:1;}
	100% {opacity:0;}
}

@-moz-keyframes fadeIn {
0% {opacity:1;}
100% {opacity:0;}
}

@-webkit-keyframes fadeIn {
0% {opacity:1;}
100% {opacity:0;}
}

@-o-keyframes fadeIn {
0% {opacity:1;}
100% {opacity:0;}
}

@-ms-keyframes fadeIn {
	0% {opacity:1;}
	100% {opacity:0;}
}
*/
footer {
  position: relative;
  margin-top: 75px;
  padding: 40px 20px;
  color: #fff;
  line-height: 18px;
}
footer:before {
  content: '';
  position: absolute;
  display: block;
  height: 71px;
  border-bottom: 2px solid #fff;
  top: -73px;
  left: 0;
  width: 100%;
  background: url('../img/layout/footer.jpg') top center no-repeat;
  background-size: cover;
}
footer .logo {
  width: 273px;
  display: inline-block;
  vertical-align: top;
}
footer .addr {
  width: 273px;
  display: inline-block;
  vertical-align: top;
}
footer .addr a {
  color: #fff;
  text-decoration: underline;
}
footer .addr a:hover {
  color: #fff;
  text-decoration: none;
}
footer .addr span {
  display: inline-block;
  width: 50px;
}
footer .social {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 273px;
  display: inline-block;
  vertical-align: top;
  background-color: #33bed4;
  padding: 20px;
}
footer .social a {
  padding-right: 12px;
  color: #fff;
  text-decoration: none;
}
footer .social a:hover {
  text-decoration: underline;
}
footer ul.footer-menu {
  /* width: 273px; */
  display: inline-block;
  vertical-align: top;
}
footer ul.footer-menu li {
  list-style-type: none;
  padding-bottom: 6px;
}
footer ul.footer-menu li a {
  color: #fff;
  text-decoration: underline;
}
footer ul.footer-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .mellow {
  position: absolute;
  right: 80px;
  bottom: 0px;
}
@media (max-width: 1090px) {
  footer .logo {
    display: block;
  }
  footer .addr {
    padding-top: 35px;
  }
  footer .social {
    margin-top: 20px !important;
  }
  footer ul.footer-menu {
    padding-top: 35px;
  }
}
@media (max-width: 810px) {
  footer .logo {
    text-align: center;
    margin: auto;
  }
  footer .addr {
    display: block;
    text-align: center;
    margin: auto;
  }
  footer .social {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  footer ul.footer-menu {
    padding-top: 55px;
    display: block;
    text-align: center;
    padding-bottom: 55px;
  }
  footer .mellow {
    right: auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 360px) {
  footer .social {
    width: 100%;
    box-sizing: border-box;
  }
}
.homepage .intro {
  max-width: 900px;
  min-height: 340px;
  margin: auto;
  margin-top: 68px;
  margin-bottom: 68px;
}
.homepage .intro img {
  float: left;
}
.homepage .intro .intro-text {
  padding-left: 395px;
  font-size: 16px;
  line-height: 22px;
}
.homepage .intro .intro-text h2 {
  padding-top: 60px;
  padding-bottom: 18px;
  color: #00AEC9;
}
.homepage .intro .intro-text p.sig {
  padding-top: 23px;
  color: #00AEC9;
}
.homepage .alert {
  border: 1px solid #BCCF00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 695px;
  margin: auto;
  box-sizing: border-box;
  padding: 25px 165px 21px 31px;
  position: relative;
}
.homepage .alert p {
  padding-bottom: 15px;
}
.homepage .alert h3 {
  position: absolute;
  top: -12px;
  left: 19px;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  color: #BCCF00;
  font-weight: 700;
}
.homepage .alert::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -4px;
  width: 125px;
  height: 96px;
  background: url('../img/hp/alert-ico.gif') center bottom no-repeat;
  background-color: #fff;
}
.homepage .spacer {
  margin-top: 66px;
}
.homepage .services {
  margin-top: 90px;
  padding-bottom: 70px;
  text-align: center;
}
.homepage .service {
  display: inline-block;
  width: 398px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.homepage .service h2 {
  color: #00AEC9;
  padding-bottom: 13px;
  font-weight: bold;
}
.homepage .service p:first-of-type {
  color: #00AEC9;
  padding-bottom: 23px;
}
.homepage .service a {
  display: inline-block;
}
.homepage .service img {
  padding-bottom: 10px;
}
.homepage .service .person span {
  color: #00AEC9;
}
.homepage .promo {
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 70px;
}
.homepage .promo h2 {
  color: #00AEC9;
  padding-bottom: 18px;
  font-weight: bold;
}
.homepage .promo p {
  color: #BCCF00;
  font-size: 16px;
  line-height: 20px;
}
.homepage .promo a {
  font-weight: bold;
  display: inline-block;
  color: #BCCF00;
  text-decoration: none;
}
.homepage .promo a:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .homepage .intro {
    text-align: center;
  }
  .homepage .intro img {
    float: none;
  }
  .homepage .intro .intro-text {
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .homepage .intro .intro-text h2 {
    padding-top: 20px;
  }
  .homepage .alert {
    padding: 25px 15px 140px 15px;
    text-align: center;
  }
  .homepage .alert p {
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 880px) {
  .homepage .clearer {
    display: none;
  }
  .homepage .services {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .homepage .service {
    border-top: 1px solid #00AEC9;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    width: 100%;
  }
  .homepage .service img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 400px) {
  .homepage img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 880px) {
  .homepage + .content-padding {
    padding: 0;
  }
}
.hp-left {
  min-height: 315px;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #fff;
  background-color: #BCCF00;
  float: left;
  position: relative;
}
.hp-left div {
  float: right;
  min-width: 520px;
  color: #fff;
  padding-top: 44px;
}
.hp-left h2 {
  padding-bottom: 25px;
  color: #fff;
}
.hp-left p {
  font-size: 20px;
  line-height: 30px;
}
.hp-right {
  min-height: 315px;
  box-sizing: border-box;
  width: 50%;
  background-color: #00AEC9;
  float: left;
  position: relative;
}
.hp-right:before {
  content: '';
  position: absolute;
  display: block;
  height: 71px;
  border-bottom: 1px solid #fff;
  top: 0px;
  left: 0;
  width: 100%;
  background: url('../img/layout/footer.jpg') top left no-repeat;
  background-size: cover;
}
.hp-right .bubble {
  color: #00AEC9;
  position: absolute;
  bottom: 20px;
  left: 80px;
  width: 267px;
  height: 173px;
  background-image: url('../img/hp/bubble.png');
}
.hp-right .bubble .num {
  padding: 10px 0px 8px 70px;
  font-size: 36px;
  font-weight: 700;
}
.hp-right .bubble .num span {
  line-height: 16px;
  display: inline-block;
  font-size: 16px;
}
.hp-right .bubble #num-counter {
  font-size: 36px;
}
.hp-right p {
  padding-left: 70px;
  line-height: 16px;
}
@media (max-width: 1090px) {
  .hp-left {
    min-height: auto;
    box-sizing: border-box;
    width: 100%;
    border-right: 0;
    float: none;
    text-align: center;
  }
  .hp-left div {
    float: none;
    min-width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .hp-left h2 {
    padding-bottom: 25px;
    color: #fff;
  }
  .hp-left p {
    font-size: 20px;
    line-height: 30px;
  }
  .hp-right {
    min-height: 315px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .hp-right .bubble {
    text-align: center;
    margin: auto;
    color: #00AEC9;
    position: relative;
    bottom: auto;
    left: auto;
    top: 110px;
  }
}
.news h2 {
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 50px;
}
.news .newsitem {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 20px;
  padding-top: 30px;
  line-height: 20px;
}
.news .newsitem .date {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  width: 55px;
}
.news .newsitem .type {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}
.news .newsitem .perex {
  display: inline-block;
  vertical-align: top;
  max-width: 850px;
  clear: both;
  padding-bottom: 10px;
}
.news .newsitem .detail {
  text-align: right;
}
.news .newsitem .date {
  color: #00AEC9;
}
.news .newsitem .type {
  color: #00AEC9;
}
.news .newsitem .detail a {
  background-color: #00AEC9;
  font-weight: 500;
}
.news .newsitem .detail a:hover {
  background-color: #00bbd8;
}
.news .highlight .date {
  color: #BCCF00;
}
.news .highlight .type {
  color: #BCCF00;
  font-weight: 700;
}
.news .highlight .detail a {
  font-weight: 500;
  background-color: #BCCF00;
}
.news .highlight .detail a:hover {
  background-color: #cade00;
}
.news .archive {
  text-align: right;
  padding: 40px 0 0 0;
}
@media (max-width: 880px) {
  .news h2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .news .newsitem .date {
    display: block;
    width: auto;
  }
  .news .newsitem .type {
    display: block;
    width: auto;
  }
  .news .newsitem .perex {
    display: block;
    max-width: auto;
    clear: both;
  }
}
.first-steps {
  background-color: #BCCF00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 83px;
  text-align: center;
  color: #fff;
}
.first-steps h2 {
  color: #fff;
  padding: 31px 0 34px 0;
  position: relative;
}
.first-steps .step {
  width: 320px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 23px;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}
.first-steps .step span {
  width: 47px;
  height: 47px;
  display: inline-block;
  background-color: #fff;
  color: #BCCF00;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Merriweather';
  border-radius: 50%;
  border: 15px solid #BCCF00;
  z-index: 50;
}
.first-steps .brd:before {
  position: absolute;
  content: '';
  top: 38px;
  left: 60%;
  width: 80%;
  border-top: 1px solid #fff;
  z-index: 1;
}
.first-steps .brd:after {
  position: absolute;
  content: '';
  top: 38px;
  left: -40%;
  width: 80%;
  border-top: 1px solid #fff;
  z-index: 1;
}
@media (max-width: 970px) {
  .first-steps {
    margin: 40px 15px;
  }
  .first-steps h2 {
    padding-bottom: 10px;
  }
  .first-steps .step {
    display: block;
    margin: auto;
    width: 290px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .first-steps .brd:before {
    top: -5px;
    left: calc(50% - 13px);
    width: 8%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .first-steps .brd:after {
    display: none;
  }
  .first-steps .mbrd:before {
    position: absolute;
    content: '';
    border-top: 1px solid #fff;
    z-index: 1;
    top: -5px;
    left: calc(50% - 13px);
    width: 8%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.expectations {
  padding-top: 40px;
  text-align: center;
}
.expectations h2 {
  padding-bottom: 54px;
}
.expectations h3 {
  text-transform: uppercase;
  color: #00AEC9;
  font-size: 16px;
  line-height: 40px;
  padding-bottom: 21px;
}
.expectations .exp-item {
  width: 320px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  padding-top: 110px;
}
.expectations .exp-item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #00AEC9;
  padding-bottom: 18px;
  min-height: 38px;
}
.expectations .exp-1 {
  background: url('../img/creditor/exp-1.gif') center top no-repeat;
}
.expectations .exp-2 {
  background: url('../img/creditor/exp-2.gif') center top no-repeat;
}
.expectations .exp-2 p {
  padding-top: 19px;
}
.expectations .exp-3 {
  background: url('../img/creditor/exp-3.gif') center top no-repeat;
}
@media (max-width: 800px) {
  .expectations h2 {
    padding-bottom: 28px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .expectations h3 {
    padding-bottom: 21px;
  }
  .expectations .exp-item {
    width: 320px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .expectations .exp-item h4 {
    padding-bottom: 8px;
    min-height: auto;
  }
}
.results {
  padding-top: 30px;
  text-align: center;
}
.results h2 {
  text-transform: uppercase;
  color: #00AEC9;
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 20px 0;
  font-weight: 700;
}
.results h3 {
  background: url('../img/creditor/results.svg') center top no-repeat;
  color: #00AEC9;
  font-size: 16px;
  line-height: 19px;
  padding-top: 100px;
  padding-bottom: 51px;
  font-weight: 700;
}
.results .res-item {
  width: 270px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 73px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 65px;
  position: relative;
}
.results .res-item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #00AEC9;
  padding-bottom: 18px;
  min-height: 38px;
}
.results .res-item p {
  padding: 0 10px;
}
.results .res-1 {
  background: url('../img/creditor/results-1.svg') center top no-repeat;
}
.results .res-2 {
  background: url('../img/creditor/results-2.svg') center top no-repeat;
}
.results .res-3 {
  background: url('../img/creditor/results-3.svg') center top no-repeat;
}
.results .res-4 {
  background: url('../img/creditor/results-4.svg') center top no-repeat;
}
.faqs {
  padding: 205px 0 45px 0;
  background: url('../img/ico/faq.svg') center 30px no-repeat;
  text-align: center;
}
.faqs ul li {
  list-style-type: none;
}
.faqs ul li a {
  text-decoration: underline;
}
.faqs ul li a:hover {
  text-decoration: none;
}
@media (max-width: 800px) {
  .faqs ul li {
    padding-bottom: 10px;
  }
}
.debtor .rule {
  padding: 144px 250px 15px 0;
  color: #00AEC9;
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 40px;
  background: url('../img/debtor/time.gif') right bottom no-repeat;
  max-width: 870px;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 135px solid #fff;
}
@media (max-width: 800px) {
  .debtor .rule {
    text-align: center;
    padding: 170px 15px 60px 15px;
    font-size: 20px;
    line-height: 30px;
    background: url('../img/debtor/time.gif') center 25px no-repeat;
    background-size: 140px auto;
    max-width: auto;
    border-bottom: 0;
  }
}
.debtor-contact {
  padding: 155px 0 15px 0;
  background: url('../img/ico/contact.svg') center 50px no-repeat;
}
.debtor-contact a {
  color: #BCCF00;
  font-weight: bold;
}
.pay-reasons {
  text-align: center;
  padding-bottom: 50px;
}
.pay-reasons .reason {
  display: inline-block;
  vertical-align: top;
  max-width: 480px;
  padding: 0 40px;
  box-sizing: border-box;
}
.pay-reasons .reason h2 {
  padding-bottom: 35px;
  font-weight: 700;
}
.pay-reasons .reason ul li {
  list-style-type: none;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .pay-reasons {
    padding-bottom: 0;
  }
  .pay-reasons .reason {
    padding: 0 0 40px  0;
  }
  .pay-reasons .reason h2 {
    padding-bottom: 10px;
  }
  .pay-reasons .reason ul {
    padding-left: 0;
  }
}
.account-number {
  background-color: #BCCF00;
  margin: 20px 80px 106px 80px;
  padding: 40px 10px 30px 10px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.account-number p.num {
  font-size: 30px;
  line-height: 37px;
  padding-bottom: 30px;
}
.account-number p.info {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 800px) {
  .account-number {
    margin: 0px 15px 50px 15px;
    padding: 25px 10px 20px 10px;
  }
  .account-number p.num {
    font-size: 20px;
    line-height: 25px;
  }
}
.execution h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 70px;
  text-align: center;
}
.execution h2 {
  text-align: center;
  background: url('../img/execution/question.gif') center top no-repeat;
  padding-top: 130px;
  padding-bottom: 34px;
}
.execution p.intro {
  text-align: center;
  max-width: 590px;
  padding: 30px;
  margin: auto;
}
.execution .options {
  text-align: center;
  padding: 30px 30px 25px 30px;
  /*
		p {
			max-width: 430px;
			padding: 0 20px 24px 20px;
			margin: auto;
		}
*/
}
.execution .options h3 {
  font-family: 'Merriweather';
  font-weight: 700;
  padding-bottom: 9px;
  font-size: 16px;
  color: #00AEC9;
}
.execution .options p {
  padding: 0 20px 34px 20px;
  max-width: 630px;
  margin: auto;
}
.execution .options .figure {
  max-width: 430px;
  display: inline-block;
  vertical-align: top;
}
.execution .options .figure span {
  display: inline-block;
  width: 58px;
  height: 58px;
  background-color: #00AEC9;
  color: #fff;
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 55px;
  border-radius: 50%;
}
.execution .options .figure h3 {
  padding: 13px 0 9px 0;
}
.execution .options .figure p {
  padding-bottom: 0;
}
.execution .steps {
  margin-bottom: 25px;
}
.execution .steps p.intro {
  color: #BCCF00;
  max-width: 780px;
  background: url('../img/execution/list.svg') center top no-repeat;
  padding-top: 140px;
  padding-bottom: 64px;
  margin-top: 57px;
}
.execution .steps .step {
  width: 50%;
  text-align: right;
  padding-bottom: 52px;
  padding-right: 50px;
  border-right: 1px solid #BCCF00;
  box-sizing: border-box;
  position: relative;
}
.execution .steps .step .num {
  position: absolute;
  width: 58px;
  height: 58px;
  background-color: #BCCF00;
  color: #fff;
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 15px solid #fff;
  top: -35px;
  right: -45px;
  font-weight: 700;
}
.execution .steps .step h3 {
  color: #BCCF00;
  font-weight: 700;
  font-family: 'Merriweather';
  font-size: 16px;
  padding-bottom: 11px;
}
.execution .steps .step .time-eff {
  position: absolute;
  top: 0;
  right: -390px;
  width: 340px;
  text-align: left;
}
.execution .bottom-note {
  background-color: #BCCF00;
  margin: 20px 0px 180px 0px;
  padding: 40px 80px 30px 80px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.execution .bottom-note p {
  /*font-size: @fontSizeBig;
			line-height: 19px;
			*/
}
@media (max-width: 800px) {
  .execution h1 {
    padding-top: 20px;
    padding-bottom: 25px;
    font-weight: 500;
  }
  .execution h2 {
    padding-top: 130px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .execution p.intro {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .execution .options {
    padding: 26px 0px 10px 0px;
  }
  .execution .figure {
    padding-bottom: 30px;
  }
  .execution .steps {
    margin-bottom: 0;
  }
  .execution .steps p.intro {
    color: #BCCF00;
    max-width: 780px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
  .execution .steps .step {
    width: 100%;
    text-align: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 110px;
  }
  .execution .steps .step .num {
    position: absolute;
    border: 5px solid #fff;
    top: -75px;
    left: calc(50% - 28px);
    right: auto;
  }
  .execution .steps .step .time-eff {
    position: relative;
    top: 0;
    right: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .execution .steps .last {
    padding-bottom: 20px;
  }
  .execution .bottom-note {
    margin: 20px 15px 150px 15px;
    padding: 33px 15px 33px 15px;
  }
}
.about-us .claim {
  background: url('../img/about-us/bubble.svg') center top no-repeat;
  width: 417px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 100px;
}
.about-us .claim p {
  position: absolute;
  top: 20px;
  right: 33px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}
.about-us p.intro-text {
  max-width: 720px;
  margin: auto;
}
.about-us .teamfoto {
  display: block;
}
.about-us .teamfoto-mobile {
  display: none;
}
.about-us .leaders {
  text-align: center;
  padding: 75px 0 0 0;
}
.about-us .leaders .leader {
  display: inline-block;
  width: 310px;
  vertical-align: text-top;
  padding-bottom: 35px;
}
.about-us .leaders .leader h2 {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #00AEC9;
  padding-top: 18px;
}
.about-us .leaders .leader cite {
  font-size: 20px;
  line-height: 30px;
  color: #BCCF00;
  font-weight: 300;
  padding-top: 18px;
  display: block;
}
.about-us .team-section h1 {
  font-weight: 700;
  text-align: center;
  padding-bottom: 19px;
}
.about-us .team-section p {
  max-width: 720px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.about-us .teams {
  text-align: center;
  padding-bottom: 40px;
}
.about-us .teams .team {
  display: inline-block;
  max-width: 500px;
  box-sizing: border-box;
  vertical-align: top;
  margin: 20px;
  position: relative;
}
.about-us .teams .team .teamtop {
  background-color: #00AEC9;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 543px;
  color: #fff;
}
.about-us .teams .team .teamtop h2 {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  padding: 25px 0 15px 0;
}
.about-us .teams .team .teamtop p {
  font-family: 'Merriweather';
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px;
}
.about-us .teams .team .teamleader {
  position: relative;
}
.about-us .teams .team .teamleader img {
  position: absolute;
  top: -67px;
  left: 183px;
}
.about-us .teams .team .teamleader h3 {
  padding-top: 85px;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #00AEC9;
}
.about-us .teams .team .teamleader p {
  padding-bottom: 0;
}
.about-us .teams .team .teamleader cite {
  font-size: 20px;
  line-height: 30px;
  color: #BCCF00;
  font-weight: 300;
  display: block;
  padding: 18px 20px 0 20px;
}
.about-us .training {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us .training h2 {
  background: url('../img/about-us/training.svg') left top no-repeat;
  padding: 120px 60px 60px 300px;
}
.about-us .history {
  color: #fff;
  position: relative;
}
.about-us .history h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 31px;
}
.about-us .history .hsteps {
  width: 700px;
  text-align: right;
  padding: 50px 0 20px 0;
  position: relative;
}
.about-us .history .hstep {
  position: relative;
  padding-bottom: 30px;
  border-right: 1px solid #fff;
  padding-right: 46px;
}
.about-us .history .hstep .year {
  position: absolute;
  top: 0;
  right: -100px;
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
}
.about-us .history .hstep .circle {
  position: absolute;
  top: 10px;
  right: -14px;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  background-color: #00AEC9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about-us .history .ill {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/about-us/history.jpg') left top no-repeat;
  background-size: cover;
  height: 100%;
  width: calc(50% - 320px);
}
@media (max-width: 1000px) {
  .about-us .history h2 {
    color: #fff;
    font-weight: 700;
    padding-bottom: 71px;
  }
  .about-us .history .hsteps {
    width: 100%;
    text-align: center;
    padding: 50px 15px 20px 15px;
    position: relative;
    box-sizing: border-box;
  }
  .about-us .history .hstep {
    position: relative;
    padding-bottom: 50px;
    border-right: 0;
    padding-right: 0;
  }
  .about-us .history .hstep .year {
    position: relative;
    top: auto;
    right: auto;
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  .about-us .history .hstep .circle {
    top: -20px;
    right: auto;
    position: relative;
    margin: auto;
  }
  .about-us .history .hstep .circle::after {
    content: '';
    position: absolute;
    height: 20px;
    top: 30px;
    border-left: 1px solid #fff;
  }
  .about-us .history .ill {
    height: 100%;
    width: 100%;
    height: 35px;
  }
}
@media (max-width: 800px) {
  .about-us .claim {
    left: 0px;
  }
  .about-us .teamfoto {
    display: none;
  }
  .about-us .teamfoto-mobile {
    display: block;
  }
  .about-us .training {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .about-us .training h2 {
    background: url('../img/about-us/training.svg') center top no-repeat;
    background-size: 150px auto;
    padding: 220px 15px 25px 15px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .about-us .teams .team .teamtop {
    height: auto;
    padding-bottom: 100px;
  }
  .about-us .teams .team .teamleader img {
    left: calc(50% - 65px);
  }
}
@media (max-width: 500px) {
  .about-us .claim {
    background: url('../img/about-us/bubble.svg') center top no-repeat;
    background-size: 290px auto;
    width: 290px;
    height: 182px;
  }
  .about-us .claim p {
    top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}
.client-portal h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 70px;
  text-align: center;
}
.client-portal .info {
  background: url('../img/client-portal/intro.svg') right top no-repeat;
  padding-right: 200px;
  max-width: 840px;
}
.client-portal .info h2 {
  padding-bottom: 16px;
}
.client-portal .info ul {
  padding-bottom: 40px;
}
.client-portal .info ul li {
  font-weight: 700;
}
.client-portal .info .certinfo {
  color: #BCCF00;
  font-weight: 700;
  padding: 18px 0 140px 0;
}
.client-portal .info .certinfo a {
  color: #BCCF00;
  text-decoration: underline;
}
@media (max-width: 800px) {
  .client-portal h1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .client-portal .info {
    background: url('../img/client-portal/intro.svg') center top no-repeat;
    padding-right: 0px;
    padding-top: 220px;
    max-width: 840px;
    text-align: center;
  }
  .client-portal .info .certinfo {
    padding: 18px 0 40px 0;
  }
}
.contact h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 45px;
  text-align: center;
}
.contact .addresses {
  text-align: center;
  padding-bottom: 45px;
}
.contact .addresses .address {
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  padding: 0 60px;
  padding-top: 25px;
}
.contact .addresses .address h2 {
  padding: 0 0 13px 0;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact .addresses .address b {
  color: #00AEC9;
}
.contact .addresses .address a {
  font-weight: 700;
}
.contact .opening-hours {
  text-align: center;
  padding: 46px 0;
}
.contact .opening-hours h2 {
  font-weight: 700;
  padding-bottom: 31px;
}
.contact .opening-hours p {
  color: #00AEC9;
  font-weight: 700;
}
.contact .opening-hours span {
  display: inline-block;
  width: 50px;
}
.contact .contact-form {
  text-align: center;
  padding: 37px 0 41px 0;
}
.contact .contact-form h2 {
  font-weight: 700;
  padding-bottom: 31px;
}
.contact .contact-form form select {
  background-color: #F2FBFC;
  border: 1px solid #00AEC9;
  font-family: 'Montserrat';
  color: #00AEC9;
  font-weight: 700;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact .contact-form form label {
  color: #00AEC9;
  font-weight: 700;
  padding-right: 5px;
}
.contact .contact-form form input,
.contact .contact-form form textarea {
  background-color: #fff;
  border: 1px solid #00AEC9;
  font-family: 'Montserrat';
  color: #00AEC9;
  padding: 8px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 339px;
  box-sizing: border-box;
  font-size: 14px;
}
.contact .contact-form form input::placeholder,
.contact .contact-form form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.contact .contact-form form input:-ms-input-placeholder,
.contact .contact-form form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.contact .contact-form form input::-ms-input-placeholder,
.contact .contact-form form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.contact .contact-form form input:focus,
.contact .contact-form form textarea:focus {
  outline: none;
  border-bottom: 1px solid #005694;
}
.contact .contact-form form input[type="submit"] {
  min-width: auto;
  background-color: #00AEC9;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
.contact .contact-form .form-row {
  padding-bottom: 24px;
  width: 339px;
  margin-left: auto;
  margin-right: auto;
}
.contact .account-number {
  margin: 50px auto 68px auto;
  padding: 30px 20px 30px 20px;
  max-width: 662px;
}
.contact .account-number p.num {
  font-size: 16px;
  line-height: 39px;
  padding-bottom: 14px;
  font-weight: 700;
}
.contact .account-number p.info {
  font-size: 14px;
  line-height: 19px;
}
.contact .info-for-contact {
  text-align: center;
  padding-bottom: 68px;
}
.contact .info-for-contact h2 {
  font-weight: 700;
  padding-bottom: 33px;
}
.contact .info-for-contact p {
  max-width: 684px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.contact .career {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 38px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact .career h2 {
  font-weight: 700;
  padding-bottom: 33px;
  color: #fff;
}
.contact .career p {
  max-width: 684px;
  margin: auto;
  padding: 0 10px 30px 0;
  box-sizing: border-box;
}
.contact .career .btn {
  text-transform: uppercase;
}
.contact .divider {
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .contact h1 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .contact .addresses {
    padding-bottom: 45px;
  }
  .contact .addresses .address {
    max-width: 100%;
    padding: 39px 0 0 0;
  }
  .contact .opening-hours {
    padding-bottom: 0;
  }
}
.faq h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
}
.faq form {
  text-align: center;
  margin: auto;
  padding-bottom: 70px;
}
.faq form select {
  background-color: #F2FBFC;
  border: 1px solid #00AEC9;
  font-family: 'Montserrat';
  color: #00AEC9;
  font-weight: 700;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.faq .faqlist {
  padding-bottom: 160px;
}
.faq .faqitem {
  border-bottom: 1px solid #005694;
}
.faq .faqitem:nth-child(odd) {
  background-color: #F2FBFC;
}
.faq .faqitem .question {
  color: #00AEC9;
  font-weight: 700;
  padding: 5px 18px 5px 18px;
}
.faq .faqitem .answer {
  display: none;
  padding: 15px 140px 23px 18px;
  position: relative;
}
.faq .faqitem .answer a.btn {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.official-desk h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 70px;
  text-align: center;
}
.official-desk p {
  padding-bottom: 60px;
  text-align: center;
  margin: auto;
}
.official-desk table {
  width: 100%;
}
.official-desk table th {
  background-color: #00AEC9;
  color: #fff;
  font-weight: 700;
  padding: 16px 20px 12px 20px;
  text-align: left;
  text-transform: uppercase;
}
.official-desk table th.text-right {
  text-align: right;
}
.official-desk table td {
  border-bottom: 1px solid #00AEC9;
  padding: 16px 20px 12px 20px;
  vertical-align: top;
}
.official-desk table tr:nth-child(odd) {
  background-color: #F2FBFC;
}
.official-desk .docs {
  text-align: center;
  padding: 46px 0 78px 0;
}
@media (max-width: 800px) {
  .official-desk h1 {
    padding-top: 20px;
  }
  .official-desk table th {
    display: none;
  }
  .official-desk table td {
    display: block;
    border-bottom: 0;
    text-align: left;
    padding: 8px 15px 0px 15px;
  }
  .official-desk table tr {
    border-bottom: 1px solid #00AEC9;
  }
}
.auctions .guarantor-right {
  color: #fff;
  min-height: 484px;
  position: relative;
  text-align: left;
}
.auctions .guarantor-right .content-shift {
  float: right;
  max-width: 730px;
}
.auctions .guarantor-right h1,
.auctions .guarantor-right h2,
.auctions .guarantor-right a {
  color: #fff;
}
.auctions .guarantor-right h2 {
  padding: 78px 0 16px 0;
  font-weight: 300;
}
.auctions .guarantor-right cite {
  padding-bottom: 25px;
  color: #005694;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.auctions .guarantor-right p.info {
  font-family: 'Merriweather';
  font-size: 20px;
  line-height: 30px;
  padding: 16px 0 35px 0;
}
.auctions .guarantor-right p.info b {
  font-weight: 900;
}
.auctions .guarantor-right .ill {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/layout/motto.jpg') left top no-repeat;
  background-size: cover;
  height: 484px;
  width: calc(50% - 320px);
}
.auctions .guarantor-right .contact-info img {
  float: left;
}
.auctions .guarantor-right .contact-info p {
  padding: 15px 0 15px 155px;
}
.auctions h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 46px;
  text-align: center;
}
.auctions .faq-info {
  background: url('../img/auctions/faq.gif') center top no-repeat;
  text-align: center;
  padding: 200px 0 80px 0;
}
.auctions .faq-info .btn-blue {
  margin-right: 15px;
  margin-left: 15px;
}
.auctions .item {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  padding: 40px 15px;
  box-sizing: border-box;
  position: relative;
}
.auctions .item .img {
  height: 236px;
  width: 315px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.auctions .item .img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.auctions .item .a-info {
  padding: 10px 0 0 0;
}
.auctions .item .a-info .price {
  font-weight: 700;
}
.auctions .item .a-info .brief {
  padding-bottom: 10px;
}
.auctions .items {
  padding-bottom: 40px;
  text-align: center;
}
.auctions .a-top {
  text-align: center;
  padding-top: 52px;
}
.auctions .a-top h1 {
  padding-top: 52px;
  padding-bottom: 82px;
}
.auctions .a-detail .imgs {
  float: right;
  width: 315px;
  text-align: right;
}
.auctions .a-detail .imgs img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.auctions .a-detail .content-detail {
  padding-right: 355px;
  padding-bottom: 100px;
}
.auctions .a-detail table {
  margin: 40px 0 35px 0;
  width: 100%;
}
.auctions .a-detail table td {
  border-bottom: 1px solid #00AEC9;
  padding: 10px 20px 8px 20px;
  vertical-align: top;
}
.auctions .a-detail table tr:nth-child(odd) {
  background-color: #F2FBFC;
}
.auctions .a-detail table td:nth-child(2) {
  text-align: right;
}
@media (max-width: 1000px) {
  .auctions .guarantor-right .content-shift {
    max-width: 630px;
  }
}
@media (max-width: 800px) {
  .auctions .guarantor-right {
    text-align: center;
    min-height: auto;
    padding-bottom: 169px;
  }
  .auctions .guarantor-right .content-shift {
    float: none;
    max-width: 100%;
  }
  .auctions .guarantor-right h2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .auctions .guarantor-right cite {
    padding-bottom: 23px;
  }
  .auctions .guarantor-right p.info {
    padding: 0px 0 25px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .auctions .guarantor-right .contact-info img {
    float: none;
    display: block;
    margin: auto;
  }
  .auctions .guarantor-right .contact-info p {
    padding: 15px 0 15px 15px;
  }
  .auctions .guarantor-right .ill {
    bottom: 0;
    right: 0;
    top: auto;
    background-size: cover;
    height: 169px;
    width: 100%;
  }
  .auctions .faq-info {
    background: url('../img/auctions/faq.svg') center top no-repeat;
    padding: 200px 0 20px 0;
    margin-top: 20px;
  }
  .auctions .a-top {
    padding-top: 27px;
  }
  .auctions .a-top h1 {
    padding-top: 28px;
    padding-bottom: 29px;
  }
  .auctions .a-detail {
    padding-bottom: 220px;
    position: relative;
  }
  .auctions .a-detail .imgs {
    float: none;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .auctions .a-detail .imgs img {
    width: 320px;
    height: auto;
  }
  .auctions .a-detail .content-detail {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
  }
  .auctions .a-detail .detail-link {
    text-align: center;
  }
  .auctions h1 {
    padding-bottom: 25px;
  }
}
@media (max-width: 370px) {
  .auctions .item {
    max-width: 360px;
    width: auto;
    padding: 40px 5px;
  }
  .auctions .item .img {
    height: auto;
    width: 100%;
  }
  .auctions .items {
    padding-bottom: 40px;
    text-align: center;
  }
  .auctions .a-detail .imgs img {
    width: 100%;
  }
}
.newspage h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.newspage .newsitem {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 20px;
  padding-top: 30px;
  line-height: 20px;
  max-width: 700px;
  margin: auto;
}
.newspage .newsitem .date {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  width: 55px;
}
.newspage .newsitem .type {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}
.newspage .newsitem .perex {
  display: inline-block;
  vertical-align: top;
  max-width: 500px;
  clear: both;
  padding-bottom: 10px;
}
.newspage .newsitem .detail {
  text-align: right;
}
.newspage .newsitem .date {
  color: #00AEC9;
}
.newspage .newsitem .type {
  color: #00AEC9;
}
.newspage .newsitem .detail a {
  background-color: #00AEC9;
  font-weight: 500;
}
.newspage .newsitem .detail a:hover {
  background-color: #00bbd8;
}
.newspage .highlight .date {
  color: #BCCF00;
}
.newspage .highlight .type {
  color: #BCCF00;
  font-weight: 700;
}
.newspage .highlight .detail a {
  font-weight: 500;
  background-color: #BCCF00;
}
.newspage .highlight .detail a:hover {
  background-color: #cade00;
}
.newspage .divider {
  height: 50px;
}
@media (max-width: 880px) {
  .newspage h1 {
    padding-top: 20px;
    font-weight: 500;
  }
  .newspage .newsitem .date {
    display: block;
    width: auto;
  }
  .newspage .newsitem .type {
    display: block;
    width: auto;
  }
  .newspage .newsitem .perex {
    display: block;
    max-width: 100%;
    clear: both;
  }
}
.career .motto p {
  padding-top: 120px;
}
.career .intro {
  padding: 114px 250px 15px 0;
  color: #00AEC9;
  font-family: 'Merriweather';
  font-size: 30px;
  line-height: 40px;
  background: url('../img/career/career.svg') right 50px no-repeat;
  max-width: 870px;
  margin: auto;
  box-sizing: border-box;
}
.career h1 {
  font-weight: 700;
  padding-top: 60px;
  text-align: center;
}
.career .career-box {
  text-align: center;
  padding-bottom: 50px;
}
.career .career-box h2 {
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 15px;
}
.career .career-box h2.ico {
  padding-top: 180px;
  padding-bottom: 30px;
  background: url('../img/career/career-2.svg') center 50px no-repeat;
}
.career .career-item {
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #4B4B4B;
  max-width: 730px;
  margin: auto;
}
.career .career-item h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #00AEC9;
  font-family: 'Montserrat';
  font-weight: 700;
  padding-top: 0;
}
.career .career-item h3 {
  font-size: 16px;
  color: #00AEC9;
  padding-top: 20px;
  font-weight: 700;
}
.career .career-item h4 {
  font-size: 16px;
  color: #00AEC9;
  padding-bottom: 18px;
}
.career .career-item p.perex {
  padding-top: 13px;
  font-weight: 700;
}
.career .career-item:last-child {
  border-bottom: 0;
}
.career .career-detail {
  text-align: center;
  max-width: 780px;
}
.career .career-detail h3 {
  font-size: 16px;
  color: #00AEC9;
  padding-top: 20px;
  font-weight: 700;
}
.career .career-detail h4 {
  font-size: 16px;
  color: #00AEC9;
  padding-bottom: 18px;
}
.career .career-detail p.perex {
  padding-top: 13px;
  font-weight: 700;
}
.career .career-detail .adv-detail {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.career .career-detail a.file {
  color: #000;
  text-decoration: underline;
  background: url('../img/ico/file.svg') right top no-repeat;
  background-size: 20px auto;
  padding-right: 30px;
  padding-bottom: 10px;
}
.career .career-detail a.file:hover {
  text-decoration: none;
}
/*# sourceMappingURL=../css/app.css.map */