/* * Globals */html {
    font-size: 100%;
}
body {
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: #555;
    background-color: #eff7fa;
}
a {
    color: #fb9d00;
    text-decoration: none;
}
a:hover {
    color: #ffc970;
    text-decoration: none;
}
h1, .h1,h2, .h2 {
    margin: 0 0 90px 0;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    color: #272727;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
}
.arilaen-content-dark h2 {
    color: #eff7fa;
}
h2:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    bottom: 0;
    left: 10%;
    border-bottom: 3px solid #272727;
}
.arilaen-content-dark h2:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    bottom: 0;
    left: 10%;
    border-bottom: 3px solid #eff7fa;
}
h3, .h3 {
    color: #eff7fa;
    margin: 40px 0 0px 0;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: relative;
}
.row {
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}
.btn-group .btn {
    margin: 10px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
}
nav {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 65px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
.sticky {
    position: fixed;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
.arilaen-content-dark .btn {
    margin: 25px 0px 25px 25px;
}
 .btn-default {
    color: #fb9d00;
    background-color: transparent;
    border-color: #fb9d00;
}
.btn-default:hover {
    color: #272727;
    background-color: #fb9d00;
    border-color: #fb9d00;
}
.btn-primary {
    color: #272727;
    background-color: #fb9d00;
    border-color: #fb9d00;
}
.btn-primary:hover {
    color: #272727;
    background-color: #fab500;
    border-color: #fab500;
}
.btn-wide {
    width: 100%;
    padding: 25px 0px;
    color: #272727;
    background-color: #fb9d00;
    border-color: #fb9d00;
}
.btn-wide:hover {
    color: #272727;
    background-color: #fab500;
    border-color: #fab500;
}
.arilaen-forms .form-group {
    padding: 0 20px;
}
.form-group.btn-form-group {
    padding: 0;
    margin: 60px 0px 0px 0px;
}

.form-group:last-child {
    padding: 0;
    /*margin: 60px -15px 0px -15px;*/
    margin: 60px 0px 0px 0px;
}


.lang-switcher{
position: absolute;
right: 30px;
top: 54px;
padding: 8px 16px 8px 8px;
background-color: #000;
margin: 0;
line-height: 0;
z-index: 992;
}

.lang-switcher-nav{
position: relative;
padding: 8px;
margin: 14px 0 0 0;
line-height: 0;
}

.lang-a {
display: inline-block;
width: 30px;
height: 21px;

}
.flag {
width: 30px;
height: 21px;
display: inline-block;


}
.rus-flag {

  background-image: url(/application/Template/project/public/ext/web/gfx/rus-flag.jpg); 
 
}
.eng-flag {

  background-image: url('/application/Template/project/public/ext/web/gfx/eng-flag.jpg'); 
  
}

.est-flag {

  background-image: url(/application/Template/project/public/ext/web/gfx/est-flag.jpg); 
  
}


.second-flag {

    margin-left: 8px;
}
.ls-n a{
 opacity: 0.6;

}
.ls-n a:hover {
  opacity: 1; 

}


header {
    background-image: url(/application/Template/project/public/ext/web/gfx/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0f0f0f;
}
/* * Blog name and description */.arilaen-logo {
    width: 165px;
    height: 44px;
    background-image: url(/application/Template/project/public/ext/web/gfx/arilaen-logo.png);
    margin: 50px auto;
}
.arilaen-logo-small {
    display: none;
}
.arilaen-content .container {
    padding: 0;
}
 section {
    padding: 90px 0;
}
section: last-of-type {
    padding: 30px 0;
}
.arilaen-askoffer {
    padding: 0 0 90px 0;
    margin-top: -45px;
}
.partneridtitle {
    margin: -30px 0px 50px 0px;
}
.arilaen-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.arilaen-title {
    margin: 30px 0 0 0;
    color: #fff;
}
.arilaen-description {
    font-size: 20px;
    color: #999;
}
.loanammounticon {
    display: inline-block;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    background: url(/application/Template/project/public/ext/web/gfx/loan-ammount.svg);
    margin: 0 auto;
    background-size: 57px 57px;
}
.timeicon {
    display: inline-block;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    background: url(/application/Template/project/public/ext/web/gfx/time.svg);
    margin: 0 auto;
    background-size: 57px 57px;
}
.flexibleicon {
    display: inline-block;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    background: url(/application/Template/project/public/ext/web/gfx/flexible.svg);
    margin: 0 auto;
    background-size: 57px 57px;
}
.usp {
    margin: 0px 0 20px 25px;
    color: #fff;
    font-size: 1.25rem;
    display: inline-block;
    text-align: left;
}
header:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    height: 0px;
    margin: 0;
    transform: translate(-50%, 0%);
    z-index: 2;
    border-style: solid;
    border-width: 16px;
    border-color: #0f0f0f transparent transparent transparent;
}
.somespace {
    height: 70px;
}
@-webkit-keyframes arrow-jump {
    0% {
    opacity: 0;
}
 100% {
    opacity: 0.7;
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -0-transform: translateY(12px);
    transform: translateY(12px);
}
 }
.mask-arrow-down {
    background-image: url(/application/Template/project/public/ext/web/gfx/arrow-down.svg);
    width: 38px;
    height: 19px;
    margin: 20px auto;
    -webkit-animation: arrow-jump 1.5s infinite;
    -moz-animation: arrow-jump 1.5s infinite;
    -o-animation: arrow-jump 1.5s infinite;
    animation: arrow-jump 1.5s infinite;
}
.arilaen-content-dark {
    background-color: #232323;
    /*background-image: url(/application/Template/project/public/ext/web/gfx/bg-pattern.png);*/
}
.arilaen-content-black {
    background-color: #212121;
}
.introduction {
    color: #f1f1f1;
    font-weight: 300;
    font-size: 1.125rem;
}
.arilaen-testimonals {
    min-height: 450px;
}
.arilaen-askoffer-formbg {
    margin-bottom: -164px;
    padding-top: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f6f0e3;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.2);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    font-weight: 300;
}
.col-centered {
    text-align: center;
    float: none;
    margin: 40px auto -20px;
}
.col-heading-centered {
    text-align: center;
}
/* * Footer */.arilaen-footer {
    padding: 50px 0;
    line-height: 30px;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
}
.position-icon {
    background-size: 18px;
    background-image: url(/application/Template/project/public/ext/web/gfx/position.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.email-icon {
    background-size: 18px;
    background-image: url(/application/Template/project/public/ext/web/gfx/email.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.phone-icon {
    background-size: 18px;
    background-image: url(/application/Template/project/public/ext/web/gfx/phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.arilaen-footer p: last-child {
    margin-bottom: 0;
}
.partners a {
    opacity: 0.5;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 700ms ease;
    -moz-transition: opacity 700ms ease;
    -ms-transition: opacity 700ms ease;
    -o-transition: opacity 700ms ease;
    transition: opacity 700ms ease;
	margin-left:15px;
	margin-right:15px;
}
.partners a:hover {
    opacity: 1;
}
.arilaen-feedback {
    font-size: 1rem;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    text-align: justify;
    color: #252525;
}
.owl-theme .owl-controls {
    margin: 50px 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #353535;
    display: inline-block;
    cursor: pointer;
}
 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #fb9d00;
    color: #fff;
    text-decoration: none}
 .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default }
 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline}
 .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border: 1px solid #353535;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #353535;
}
.owl-theme .owl-controls .owl-nav div {
    width: 48px;
    height: 48px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
 .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -5px;
    top: 210px;
}
.nav-arrow-left {
    background-image: url(/application/Template/project/public/ext/web/gfx/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: 19px 26px;
}
.nav-arrow-right {
    margin: 0px 0px 0px 10px;
    background-image: url(/application/Template/project/public/ext/web/gfx/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 12px 24px;
}
 .owl-theme .owl-controls .owl-nav .owl-next {
    right: -52px;
    top: 210px;
}
.owl-theme .container {
    width: 100%;
}
 .arilaen-content222 > {
    display: none;
}
/* * Override Bootstrap's default container. */@media (min-width: 768px) {
    .loanammounticon, .timeicon, .flexibleicon {
    text-align: center;
    display: block;
}
.usp {
    text-align: ce;
    display: block;
    margin: 50px 0 50px 25px;
}
.arilaen-logo-small {
    width: 98px;
    height: 25px;
    background-image: url(/application/Template/project/public/ext/web/gfx/arilaen-logo-small.png);
    margin: 20px 0;
    display: block;
}
.arilaen-content > .container {
    width: 730px;
}
 }
@media (min-width: 992px) {
    .loanammounticon, .timeicon, .flexibleicon {
    text-align: left;
    display: inline-block;
}
.usp {
    text-align: left;
    display: inline-block;
    margin: 50px 0 50px 25px;
}
.nav-container-button {
    text-align: right;
}
.arilaen-content-dark .btn {
    margin: 0px 0px 25px 25px;
}
 .arilaen-feedback {
    font-size: 0.9rem;
    width: 565px;
    position: absolute;
    top: 65px;
    left: 65px;
    padding: 45px;
}
.arilaen-content .container {
    width: 940px;
}
 .arilaen-askoffer {
    margin-top: 0px;
}
}
@media (min-width: 1200px) {
    .container {
    width: 1170px;
}
.owl-theme .container {
    width: 980px;
    padding-right: 15px;
    padding-left: 15px;
}
.arilaen-content .container {
    width: 1130px;
}
 }