@charset "UTF-8";

@font-face {
    font-family: 'lineariconsregular';
    src:url('https://copypaste.lv/css/fonts/Linearicons.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'lg';
  src: url('https://copypaste.lv/css/fonts/lg.eot');
  src: url('https://copypaste.lv/css/fonts/lg.eot?#iefix') format('embedded-opentype'), url('https://copypaste.lv/css/fonts/lg.woff2') format('woff2'), url('https://copypaste.lv/css/fonts/lg.ttf') format('truetype'), url('https://copypaste.lv/css/fonts/lg.svg') format('svg');
}

a:focus,
button:focus {
 outline: none !important;
}
button::-moz-focus-inner {
 border: 0;
}
*:focus {
 outline: none;
}

section {
    display: block;
    clear:left;
}

.section-xs,
.section-sm {
 padding-top: 35px;
 padding-bottom: 35px;
}
.section-md,
.section-lg,
.section-xl {
 padding-top: 60px;
 padding-bottom: 60px;
}
.section-xxl {
 padding-top: 75px;
 padding-bottom: 75px;
}
.section-collapse + .section-collapse {
 padding-top: 0;
}
@media (max-width: 767.98px) {
 .section-xs:first-of-type,
 .section-sm:first-of-type,
 .section-md:first-of-type,
 .section-lg:first-of-type,
 .section-xl:first-of-type {
  padding-top: 40px;
 }
}
@media (min-width: 768px) {
 .section-xs {
  padding-top: 50px;
  padding-bottom: 50px;
 }
 .section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
 }
 .section-md {
  padding-top: 70px;
  padding-bottom: 70px;
 }
 .section-lg {
  padding-top: 80px;
  padding-bottom: 80px;
 }
 .section-xl {
  padding-top: 95px;
  padding-bottom: 95px;
 }
 .section-alternate-1 {
  padding-top: 90px;
  padding-bottom: 90px;
 }
}
@media (min-width: 992px) {
 .section-md {
  padding-top: 90px;
  padding-bottom: 90px;
 }
 .section-lg {
  padding-top: 100px;
  padding-bottom: 100px;
 }
 .section-xl {
  padding-top: 130px;
  padding-bottom: 130px;
 }
}
@media (min-width: 1200px) and (min-height: 800px) {
 .section-md {
  padding-top: 100px;
  padding-bottom: 100px;
 }
 .section-lg {
  padding-top: 135px;
  padding-bottom: 135px;
 }
 .section-xl {
  padding-top: 69px;
  padding-bottom: 69px;
 }
 .section-xl.section-xl_bigger {
  padding-top: 210px;
  padding-bottom: 210px;
 }
 .section-xxl {
  padding-top: 165px;
  padding-bottom: 190px;
 }
 .section-xs:first-of-type,
 .section-sm:first-of-type,
 .section-md:first-of-type,
 .section-lg:first-of-type {
  padding-top: 140px;
 }
}

input,
button,
select,
textarea {
 outline: none;
}
label {
 margin-bottom: 0;
}
p {
 margin: 0;
}
ul,
ol {
 list-style: none;
 padding: 0;
 margin: 0;
}
ul li,
ol li {
 display: block;
}

body {
 -webkit-text-size-adjust: none;
 -webkit-font-smoothing: subpixel-antialiased;
 font-size: 14px;
 font-weight: 300;
 font-family: "Ubuntu", Helvetica, Arial, sans-serif;
 line-height: 1.88889;
 color: #888;
    background: #fff;
}

body.admin{

    background-color: white;
}

@media (min-width: 768px) {
 body {
  font-size: 16px;
 }
}
@media (min-width: 1200px) {
 body {
  font-size: 18px;
 }
}
a {
 display: inline-block;
 text-decoration: none;
 transition: .33s all ease;
}
a,
a:active,
a:focus {
 color: #373435
}
a:hover,
a:focus {
 color: #373435;
 text-decoration: none;

}
/*a[href*='tel'],*/
/*a[href*='mailto'] {*/
 /*white-space: nowrap;*/
/*}*/
img {
 display: inline-block;
 max-width: 100%;
 height: auto;
}
hr {
 margin-top: 0;
 margin-bottom: 0;
 border-top: 1px solid #e0e0e2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
 margin-top: 0;
 margin-bottom: 0;
 font-family: inherit;
 font-weight: 500;
 color: #151515;
}

h1, h2{
    display: block;
    clear: both;
    overflow: hidden;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.heading-1 a,.heading-2 a,.heading-3 a,.heading-4 a,.heading-5 a,.heading-6 a {
    display: inline;
    font: inherit;
    letter-spacing: inherit;
}

h1 a,h1 a:active,h1 a:focus,h2 a,h2 a:active,h2 a:focus,h3 a,h3 a:active,h3 a:focus,h4 a,h4 a:active,h4 a:focus,h5 a,h5 a:active,h5 a:focus,h6 a,h6 a:active,h6 a:focus,.heading-1 a,.heading-1 a:active,
.heading-1 a:focus,.heading-2 a,.heading-2 a:active,.heading-2 a:focus,.heading-3 a,.heading-3 a:active,.heading-3 a:focus,.heading-4 a,.heading-4 a:active,.heading-4 a:focus,.heading-5 a,
.heading-5 a:active,.heading-5 a:focus,.heading-6 a,.heading-6 a:active,.heading-6 a:focus {
    color: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.heading-1 a:hover,.heading-2 a:hover,.heading-3 a:hover,.heading-4 a:hover,.heading-5 a:hover,.heading-6 a:hover {
    color: #1f957b;
}

h1 > *,h2 > *,h3 > *,h4 > *,h5 > *,h6 > *,.heading-1 > *,.heading-2 > *,.heading-3 > *,.heading-4 > *,.heading-5 > *,.heading-6 > * {
    display: inline-block;
}

h1 span:not(:last-child),h2 span:not(:last-child),h3 span:not(:last-child),h4 span:not(:last-child),h5 span:not(:last-child),h6 span:not(:last-child),.heading-1 span:not(:last-child),
.heading-2 span:not(:last-child),.heading-3 span:not(:last-child),.heading-4 span:not(:last-child),.heading-5 span:not(:last-child),.heading-6 span:not(:last-child) {
    margin-right: .25em;
}
h1,.heading-1 {
 font-size: 34px;
 font-weight: 400;
 line-height: 1.2;
}
@media (min-width: 768px) {
 h1,
 .heading-1 {
  font-size: 56px;
  line-height: 1.1;
 }
}
@media (min-width: 1200px) {
 h1,
 .heading-1 {
  font-size: 80px;
 }
}
h2,
.heading-2 {
 font-size: 26px;
 line-height: 1.3;
 font-weight: 200;
}
@media (min-width: 768px) {
 h2,
 .heading-2 {
  font-size: 32px;
  line-height: 1.33333;
 }
}
@media (min-width: 992px) {
 h2,
 .heading-2 {
  font-size: 44px;
 }
}
@media (min-width: 1200px) {
 h2,
 .heading-2 {
  font-size: 60px;
 }
}
h3,
.heading-3 {
 font-size: 22px;
 line-height: 1.45;
 font-weight: 200;
}
@media (min-width: 768px) {
 h3,
 .heading-3 {
  font-size: 28px;
 }
}
@media (min-width: 1200px) {
 h3,
 .heading-3 {
  font-size: 40px;
  line-height: 1.35;
 }
}
h4,
.heading-4 {
 font-size: 20px;
 line-height: 1.35;
 font-weight: 300;
}
@media (min-width: 768px) {
 h4,
 .heading-4 {
  font-size: 24px;
 }
}
@media (min-width: 1200px) {
 h4,
 .heading-4 {
  font-size: 30px;
  line-height: 1.43333;
 }
}
h5,
.heading-5 {
 font-size: 18px;
 font-weight: 300;
 line-height: 1.45;
}
@media (min-width: 768px) {
 h5,
 .heading-5 {
  font-size: 20px;
 }
}
@media (min-width: 1200px) {
 h5,
 .heading-5 {
  font-size: 24px;
  line-height: 1.54167;
 }
}
h6,
.heading-6 {
 font-size: 14px;
 font-weight: 300;
 line-height: 1.5;
}
@media (min-width: 768px) {
 h6,
 .heading-6 {
  font-size: 18px;
  line-height: 1.55556;
 }
}
.big {
 font-size: 22px;
}


/*
*
* Colors
* ==================================================
*/
.text-primary {
 color: #1f957b
}
.text-dark {
 color: #333;
}

/*
*
* Main layout
* ==================================================
*/

.logo{
    width:50px;
}

.img-100 img{
    width:100%;
}

.navbar.navbar-static {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.navbar-inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-inner{
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-inner {
   position: relative;
   padding: 22px 0;
   transition: .33s all ease;
}

.navbar {

}
.navbar{
    transition: all 0.3s ease-in-out;
}

.navbar.navbar-static .navbar-inner{
    padding-top: 6px;
    padding-bottom: 6px;
}

.menu-item{

 margin-top: 13px;
 padding: 0 13px;
 display: inline-block;
}

.grid{
    display: grid;
    grid-auto-flow: column;
}

.menu-item > a {
    font-size: 15px;
    line-height: 1.28;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #373435;
    position: relative;

}

.menu-item > a:hover, .menu-item > a.active{
  color:#000;
}

.menu-item > a::after{
   content: "";
   position: absolute;
    width: 6px;
   height: 7px;
     left: -10px;
    top:3px;
   background-color: #8FD5CB;
   visibility: hidden;
   -webkit-transition: 0.2s ease all;
   -o-transition: 0.2s ease all;
   transition: 0.2s ease all;
}

.menu-item > a:hover::after, .menu-item a.active::after {
   content: "";
   position: absolute;
    width: 6px;
    height: 47px;
    left: -10px;
    top:3px;
   background-color: #8FD5CB;
   -webkit-transition: 0.2s ease all;
   -o-transition: 0.2s ease all;
   transition: 0.2s ease all;
    visibility: visible;
}



.menu {
    margin: -13px -13px 0;
    font-size: 0;
    line-height: 0;
}

.menu .menu-item:last-child{
  padding-right: 0px;
 margin-right: 0px;
}


/*---margins and paddings ---*/

.margin-top-xl{
  margin-top:15px;
}
.margin-top-xxl{
  margin-top:30px;
}
.margin-top-xxxl{
  margin-top:45px;
}
.margin-top-xxxxl{
  margin-top:60px;
}
.margin-top-xxxxxl{
  margin-top:90px;
}

.margin-top-xxxxxxl{
  margin-top:120px;
}

.margin-bottom-xl{
  margin-bottom:15px;
}
.margin-bottom-xxl{
  margin-bottom:30px;
}
.margin-bottom-xxxl{
  margin-bottom:45px;
}
.margin-bottom-xxxxl{
  margin-bottom:60px;
}
.margin-bottom-xxxxxl{
  margin-bottom:90px;
}

.margin-right-xl{
  margin-right:15px;
}
.margin-right-xxl{
  margin-right:30px;
}
.margin-right-xxxl{
  margin-right:45px;
}
.margin-right-xxxxl{
  margin-right:60px;
}
.margin-right-xxxxxl{
  margin-right:90px;
}


.padding-top-xl{
  padding-top:15px!important;
}
.padding-top-xxl{
    padding-top: 30px !important;
}
.padding-top-xxxl{
  padding-top:45px;
}
.padding-top-xxxxl{
  padding-top:60px;
}
.padding-top-xxxxxl{
  padding-top:90px;
}

.padding-bottom-xl{
  padding-bottom:15px;
}
.padding-bottom-xxl{
  padding-bottom:30px;
}
.padding-bottom-xxxl{
  padding-bottom:45px;
}
.padding-bottom-xxxxl{
  padding-bottom:60px;
}
.padding-bottom-xxxxxl{
  padding-bottom:90px;
}

.contain-xxs {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.contain-xs {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.contain-sm {
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
}
.contain-md {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.contain-lg {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.height-1,
.size-1 {
  height: 40px;
}
.height-2,
.size-2 {
  height: 70px;
}
.height-3,
.size-3 {
  height: 120px;
}
.height-4,
.size-4 {
  height: 160px;
}
.height-5,
.size-5 {
  height: 200px;
}
.height-6,
.size-6 {
  height: 240px;
}
.height-7,
.size-7 {
  height: 280px;
}
.height-8,
.size-8 {
  height: 320px;
}
.height-9,
.size-9 {
  height: 360px;
}
.height-10,
.size-10 {
  height: 400px;
}
.height-11,
.size-11 {
  height: 440px;
}
.height-11-5,
.size-11-5 {
  height: 460px;
}
.height-12,
.size-12 {
  height: 480px;
}
.height-12-5,
.size-12-5 {
  height: 500px;
}
.height-13,
.size-13 {
  height: 520px;
}

.height-14,
.size-14 {
  height: 560px;
}

.width-1,
.size-1 {
  width: 40px;
}
.width-2,
.size-2 {
  width: 80px;
}
.width-3,
.size-3 {
  width: 120px;
}
.width-4,
.size-4 {
  width: 160px;
}
.width-5,
.size-5 {
  width: 200px;
}
.width-6,
.size-6 {
  width: 240px;
}
.width-7,
.size-7 {
  width: 280px;
}
.width-8,
.size-8 {
  width: 320px;
}
.width-9,
.size-9 {
  width: 360px;
}
.width-10,
.size-10 {
  width: 400px;
}
.width-11,
.size-11 {
  width: 440px;
}
.width-12,
.size-12 {
  width: 480px;
}
.auto-width {
  width: auto;
}
.header-nav-profile .dropdown {
  padding: 0;
  min-width: 180px;

}

.dropdown-toggle{
  margin-top:12px;
  line-height: 0;
}

.header-nav-profile .dropdown > a {
  position: relative;
  padding: 12px 0px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
    text-transform: uppercase;
}
.header-nav-profile .dropdown > a:before {
  content: "\f107";
  *margin-right: .3em;
  right: 10px;
  top: 15px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.header-nav-profile .dropdown > a .ink {
  background-color: rgba(83, 88, 88, 0.15);
}
.header-nav-profile .dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.header-nav-profile .dropdown .profile-info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  line-height: 15px;
}
.header-nav-profile .dropdown .profile-info small {
  display: block;
  opacity: 0.5;
}
.header-nav-profile .dropdown .dropdown-menu {
  /*min-width: 100%;*/
}
.header-nav-profile .dropdown.open {
  color: #313534;
}
.header-nav-profile .dropdown.open > a {
}
.header-nav-profile .dropdown.open > a span:after {
  top: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav-profile .dropdown.open .dropdown-menu {
  margin-top: -32px;
  border-top: none;
  transform: translateY(30px);
}
.header-nav-options .dropdown > a .badge {
  position: absolute;
  font-size: 10px;
  top: -1px;
  right: 4px;
}
.header-nav-options .dropdown .dropdown-menu {
  top: 14px;
}

.fullwidth-page.fullwidth-page-top {
    min-height: 90vh;
}

.fullwidth-page.fullwidth-page-top {
    min-height: 30vh;
}
.fullwidth-page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-xxl{
    padding-top: 165px;
    padding-bottom: 190px;
}

.text-white{
    color: #fff;
}

.post-modern {
 position:relative;
 overflow:hidden;
 text-align:center;
 width:100%;
 margin:-1px;
 padding-bottom:75.3950338%
}
@media(max-width:767.98px) {
 .post-modern {
  max-width:370px;
  margin-left:auto;
  margin-right:auto
 }
}
.post-modern>img {
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 width:auto;
 min-height:101%;
 min-width:101%
}
.post-modern .post-modern__inner {
 color:#fff
}
.post-modern .post-modern__inner a {
 color:#fff
}
.post-modern .post-modern__inner a:hover {
 color:#000
}
.post-modern .list-inline-tag {
 font-style:italic;
 font-size:12px;
 color:#fff
}
.post-modern__inner {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:10px;
 background:rgba(221,19,123,.66);
 pointer-events:none
}
.post-modern__inner>* {
 position:relative;
 z-index:1;
 pointer-events:auto
}
.post-modern__inner>*+* {
 margin-top:20px
}
.post-modern__title {
 max-height:5.5em;
 overflow:hidden;
 text-overflow:ellipsis
}
.post-modern__divider {
 width:116px;
 height:1px;
 background:#fff
}
@media(min-width:992px) {
 .post-modern__inner>*+* {
  margin-top:30px
 }
}
@media(min-width:1200px) {
 .post-modern__inner>*+* {
  margin-top:45px
 }
}
.post-modern>img {
 will-change:transform;
 transition:all .4s ease-out
}
.post-modern .post-modern__inner {
 opacity:0;
 transition:all .4s ease-out;
 background:rgba(221,19,123,.9)
}
.post-modern .post-modern__inner>* {
 transform:scale(0);
 transition:all .3s ease-out
}
.post-modern .post-modern__inner>*:nth-child(1) {
 transition-delay:.1s
}
.post-modern .post-modern__inner>*:nth-child(2) {
 transition-delay:.2s
}
.post-modern .post-modern__inner>*:nth-child(3) {
 transition-delay:.3s
}
.post-modern .post-modern__inner>*:nth-child(4) {
 transition-delay:.4s
}
.post-modern .post-modern__inner>*:nth-child(5) {
 transition-delay:.5s
}
.post-modern:hover>img {
 transform:translate3d(-50%,-50%,0) scale(.9)
}
 .post-modern:hover .post-modern__inner {
 opacity:1
}
.post-modern:hover .post-modern__inner>* {
 transform:scale(1)
}
.list-inline-tag {
 color:#1f957b;
}
.list-inline-tag li {
 display:inline-block
}
.list-inline-tag li:after {
 content:',';
 color:inherit
}
.list-inline-tag li:last-of-type:after {
 content:none
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.double-margins > .col, .double-margins > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.double-margins.row{
    margin-left: -20px;
    margin-right: -20px;
}


.link-transparent {
 padding:1px 20px;
 opacity:.3;
 transition:.33s;
 text-align:center
}
.link-transparent:hover {
 opacity:1
}

.topbg{
    overflow: hidden;
}

.topbg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: -1;
	animation: abi2-zoom 33s linear infinite alternate;
    background: url(/images/bg-image-6.jpg) no-repeat center;
    background-size: cover;
}

@keyframes abi2-zoom {
	0% {
		transform: scale3d(1.03, 1.03, 1)
	}
	100% {
		transform: scale3d(1.2, 1.2, 1)
	}
}

.form-group{
    position: relative;
}

.form-group .form-icon {
 position:absolute;
 top:34px;
 left:15px;
 transform:translateY(-55%);
 margin-right:7px;
 font-size:24px;
 line-height:24px;
 color:#c7c7c7
}
@media(min-width:576px) {
 .form-group .form-icon {
  left:22px
 }
}
.form-group .form-label-outside+.form-icon {
 top:auto;
 bottom:30px;
 transform:translateY(45%)
}
*+.form-group {
 margin-top:20px
}
.form-label {
    position:absolute;
    top:34px;
    left:19px;
    pointer-events:none;
    z-index:9;
    transition:.25s;
    will-change:transform;
    transform:translateY(-50%);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

}
.form-label.focus {
 opacity:0
}
.form-label.auto-fill {
 color:#888
}
.form-label-outside {
 color:#000;
 font-style:normal;
}
.form-control{
   display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 19px;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    color:#888;
    background-color:#f8f8f8;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    padding-left: 60px;
}

.form-control:focus {
    outline: 0;
    background: #fff;
    box-shadow: none;
    border-color: #1f957b;

}

.form-control:focus ~ label, .dirty .form-control ~ label{
    display: none;
}



.linear-icon-man:before {
 content:"\e728";
}

.linear-icon-envelope::before {
    content: "\e696";
}

.linear-icon-telephone::before {
    content: "\e76a";
}

.linear-icon-feather::before {
    content: "\e614";
}

[class^="linear-icon-"]::before, [class*=" linear-icon-"]::before {
    font-family: lineariconsregular;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.margin-left-60{
    margin-left: 60px!important;
}
.margin-left-40{
    margin-left: 40px!important;
}

.footer-minimal {
 padding:60px 0;
 text-align:center;
 font-size:14px;
 line-height:1.71429
}
.footer-minimal *+.footer-minimal__list {
 margin-top:40px
}
.footer-minimal .footer-minimal__list+* {
 margin-top:20px
}
[class*=section].bg-default+.footer-minimal {
 padding-top:0
}
@media(min-width:768px) {
 .footer-minimal {
  padding:80px 0
 }
}
@media(min-width:1200px) {
 .footer-minimal *+.footer-minimal__list,
 .footer-minimal .footer-minimal__list+* {
  margin-top:60px
 }
}
@media(min-width:1200px) and (min-height:800px) {
 .footer-minimal {
  padding:130px 0
 }
}

.list-inline-sm {
 position:relative;
 transform:translate3d(0,-8px,0);
 margin-bottom:-8px;
 margin-left:-10px;
 margin-right:-10px
}
.list-inline-sm>* {
 position:relative;
 margin-top:8px;
 padding-left:10px;
 padding-right:10px
}
.list-inline-sm > * {
    display: inline-block;
}

.breadcrumbs-custom {
    position: relative;
    background: #f8f8f8;
}

.breadcrumbs-custom__inner {
    display: block;
    float: left;
    margin-left: -12px;
    margin-right: -12px;
}
.breadcrumbs-custom__inner {
    padding: 20px 0;
    text-align: center;
}

.breadcrumbs-custom__title {
    font-size: 24px;
    line-height: 1.54167;
}
.breadcrumbs-custom__inner > * {
   padding: 0 15px 0px 0px;
}
.breadcrumbs-custom__title {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
}
.breadcrumbs-custom__path{
     display: inline-block;
}

.breadcrumbs-custom__path > li {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.3;
}

.breadcrumbs-custom__path > li + li::before {
    position: relative;
    left: -1px;
    display: inline-block;
    padding: 0 5px;
    content: "/";
    vertical-align: baseline;
}



.cat_wraper{
    margin-top: 23px;
}

.filter-shop-box > * {
 flex-basis: 30%;
 min-width: 190px;
 font-size: 14px;
}
@media (min-width: 576px) {
 .filter-shop-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .filter-shop-box .form-wrap {
  margin-top: 0;
 }
}

.customSelect{
    line-height: 60px;
    padding: 0px 25px;
    padding-left: 25px;
    white-space: nowrap;
    display: block;
    background-color: #F5F6F9;
    font-style: italic;
    outline: 0;
    width: 100% !important;
    border-radius: 0px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.customSelect:focus{
      border: 1px solid #1f957b;
}

.hasCustomSelect{
  padding: 0px 20px 0px 7px;
  box-sizing: border-box;

}

.strelka-parent{
 position:absolute;
 bottom:0;
 right:15px;
 top:0
}

#sort_order{
  min-width:200px;
}

.customSelect{
    background-image: url(/images/arrow-down.png)!important;
    background-position: center right 20px!important;
    background-repeat: no-repeat!important;
    padding-left: 60px;
}

.customSelectInner {
    width: 100% !important;
    display: block!important;
    overflow: hidden;
    font-weight: 100;
    max-width: calc(100% - 18px);
    text-overflow: ellipsis;
}

.product-grid {
 text-align: center;
}
.product-grid * + .button {
 margin-top: 10px;
}
.product-grid .product-icon-wrap {
 position: absolute;
 top: 15px;
 right: 17px;
}
.product-grid .product-icon-wrap span::before {
 line-height: inherit;
}
.product-caption {
 margin-top: 15px;
}
.product-img-wrap {
 position: relative;
 max-width: 440px;
 height: 400px;
 width:100%;
 display: inline-block;
}

.product-img-wrap img{
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.product-icon-wrap .icon {
 display: block;
 width: 60px;
 height: 60px;
 margin: 3px;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 background-color: #fff;
 border-radius: 50%;
 border: 1px solid;
 color: #c7c7c7;
 cursor: pointer;
}
.product-icon-wrap .icon:hover {
 color: #fff;
 background-color: #1f957b;
 border-color: #1f957b;
}
.product-label-wrap {
 position: absolute;
 left: 20px;
 top: 20px;
 color: #fff;
 font-size: 12px;
 font-style: italic;
}
.product-label-wrap > * {
 display: inline-block;
 padding: 2px 6px;
 border-radius: 4px;
}
.product-label-wrap .featured {
 background-color: #1f957b;
    color:#fff;
}

.product-label-wrap .featured.featured-TOP {
 background-color: #ffca3d;
    color:#fff;
}

.product-label-wrap .featured.featured-BEST {
 background-color: #000;
    color:#fff;
}


.product-label-wrap .sale {
 background-color: #ff596d;
}
.product-label-wrap .new {
 background-color: #000;
}
.product-categories > li {
 display: inline-block;
}
.product-categories > li:after {
 content: ",";
 display: inline-block;
}
.product-categories > li:last-of-type:after {
 content: none;
}
.product-categories a {
 font-size: 12px;
 color: #888;
 font-style: italic;
}
.product-categories a:hover {
 color: #2ed3ae;
}
.product-title{

}

.product-title a {
      text-overflow: ellipsis;
    height: 30px;
    overflow: hidden;
 color: #000;
    display: block;
      white-space: nowrap;
}
.product-title a:hover {
 color: #2ed3ae;
}
* + .product-title {
 margin-top: 5px;
}
.product-price {
 font-size: 24px;
 color: #313534;
}

.product-price i{
 font-size: 14px;
 color: #000;
}
.product-price span:before {
 content: "€";
 display: inline-block;
}
.product-price b{
    font-weight: 300!important;
}

* + .product-price {
 margin-top: 7px;
}
.product-price.sale-price span {
 padding: 0 3px;
}
.product-price.sale-price span:first-of-type {
 color: #ff596d;
}
.product-price.sale-price span:last-of-type {
 position: relative;
 display: inline-block;
 color: #888;
 font-size: 18px;
}
.product-price.sale-price span:last-of-type:after {
 position: absolute;
 top: 50%;
 left: 0;
 right: 0;
 border-top: 1px solid;
 content: "";
 display: inline-block;
}
.rating-list > li {
 display: inline-block;
 letter-spacing: -3px;
}
.rating-list .icon {
 font-size: 17px;
}
* + .rating-list {
 margin-top: 20px;
}
h6 + .rating-list {
 margin-top: 0;
}
.product-text,
.product-stock {
 font-size: 14px;
 line-height: 24px;
}
.product-meta {
 font-size: 12px;
 font-style: italic;
}
.product-list * + .product-icon-wrap,
.product-single * + .product-icon-wrap {
 margin-top: 15px;
}
@media (min-width: 1200px) {
 .product-list * + .product-icon-wrap,
 .product-single * + .product-icon-wrap {
  margin-top: 38px;
 }
}
.product-list * + .product-price,
.product-single * + .product-price {
 margin-top: 10px;
}
.product-list * + .rating-list,
.product-single * + .rating-list {
 margin-top: 10px;
}
.product-list * + .product-text,
.product-single * + .product-text {
 margin-top: 15px;
}
.product-list .product-icon-wrap,
.product-single .product-icon-wrap {
 display: flex;
}
.product-list .product-price,
.product-single .product-price {
 font-size: 30px;
}
.product-list .product-caption,
.product-single .product-caption {
 margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
 .product-list .product-img-wrap,
 .product-single .product-img-wrap {
  max-width: 40%;
 }
}
.product-single * + .product-select,
.product-single .product-select + * {
 margin-top: 20px;
}
@media (min-width: 768px) {
 .product-single * + .product-select,
 .product-single .product-select + * {
  margin-top: 40px;
 }
}
.product-single * + .product-meta {
 margin-top: 30px;
}
.product-single .product-price {
    padding: 5px 0;
    margin: 0;
    font-size: 50px;
    font-weight: 700!important;
}


.product-single .product-text {
 font-size: 18px;
 line-height: 28px;
}
.table-product-info {
 border-collapse: collapse;
 width: 100%;
}
.table-product-info td {
 padding: 8px;
 border: 1px solid #ececee;
}
.table-product-info td:first-of-type {
 width: 150px;
 color: #000;
 font-weight: 400;
}
.table-product-info td:last-of-type {
 font-style: italic;
}
* + .table-product-info {
 margin-top: 30px;
}


.product-label-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

.item-row .col-md-4{
    padding-left:25px;
    padding-right: 25px;
}

.row .item-row{
    margin-left: -25px;
    margin-right: -25px;
}

.side-menu-pad{
    padding-right: 40px;
}

.noitem{
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  line-height:60px;
  padding: 0px 25px;
  white-space: nowrap;
  display: block;
  background-color: #F8F8F8;
  outline:0;
  width: 100%!important;
  border-radius: 4px;
}

.img-thumbnail-variant-2 {
 position: relative;
 overflow: hidden;
}
.img-thumbnail-variant-2 .caption {
 position: absolute;
 top: 20px;
 right: 20px;
 opacity: 0;
 transform: scale(0.8) translateX(100%);
 transition: 350ms ease-in-out;
}
.img-thumbnail-variant-2 .icon-lg {
 font-size: 30px;
}
.img-thumbnail-variant-2:hover .caption {
 opacity: 1;
 transform: scale(1) translateX(0);
}

.slick-slide{
    margin-bottom: 20px;
}

.slick-slide img{
    display: block;
    width: 100%;
}

.block{
    display: block;
}


#child-carousel .item {
 padding-left:12px;
 padding-right:12px;
 opacity:.2;
 transition:280ms ease-in-out;
 cursor:pointer
}
#child-carousel .item:hover,
#child-carousel .slick-current {
 opacity:1
}
.slick-gallery {
 width:100%;
 max-width:880px;
 margin-left:auto;
 margin-right:auto
}
.slick-gallery .carousel-parent {
 margin-bottom:35px
}
.slick-gallery #child-carousel {
 margin-left:0;
 margin-right:0
}
.slick-gallery #child-carousel .item {
 margin-left:0;
 margin-right:0
}
@media(min-width:1200px) and (min-height:880px) {
 .slick-gallery {
  max-width:100%
 }
}

#child-carousel .item:hover, #child-carousel .slick-current .item{
    opacity: 1!important;
}

.product-col  [class*="col-"]{
    padding-left: 25px;
    padding-right: 25px;
}

.product-col .row{
    margin-right: -25px;
    margin-left: -25px;
    clear:left;
}


.clear{clear:both;}

.add-p label{
    float: left;
    width: 250px;
    font-weight: 100;
    line-height: 50px;
}


.add-p .customSelect::after{
    right: 35px;
}

.no-padding, .nopadding {
  padding: 0 !important;
}

.product-description h5{
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabs-custom .nav-custom>li,
.tabs-custom .nav-custom>li>a {
 display:block;
 position:relative
}
.tabs-custom .nav-custom-tabs {
 font-size:0;
 line-height:0
}
.tabs-custom .nav-custom-tabs li {
 margin:-1px 0
}
.tabs-custom .nav-custom-tabs li+li {
 margin-top:7px
}
@media(min-width:768px) {
 .tabs-custom .nav-custom-tabs li+li {
  margin-top:0;
  margin-left:9px
 }
}
.tabs-custom .nav-custom-tabs li a {
 position:relative;
 padding:15px 25px;
 font:400 12px/20px "Ubuntu",Helvetica,Arial,sans-serif;
 color:#fff;
 text-align:center;
 vertical-align:middle;
 letter-spacing:.06em;
 text-transform:uppercase;
 transition:.3s all ease;
 background-color:#333
}
.tabs-custom .nav-custom-tabs li a:hover,
.tabs-custom .nav-custom-tabs li a.active {
 background-color:#2ed3ae;
 color:#fff
}
.tabs-custom .nav-custom {
 display:flex;
 flex-direction:column
}
@media(min-width:768px) {
 .tabs-custom .nav-custom-tabs {
  flex-direction:row
 }
 .tabs-custom .nav-custom-tabs li a {
  background-color:transparent;
  color:#000;
  padding:25px 22px
 }
 .tabs-custom .nav-custom-tabs li a:hover,
 .tabs-custom .nav-custom-tabs li a.active {
  color:#2ed3ae;
  background-color:transparent
 }
}
.description-content{
    margin-bottom: 40px;
    margin-top: 40px;
}

.description-content h5{
    width: 100%;
    border-bottom: 4px solid #1f957b;
    line-height: 50px;
    margin-bottom: 40px;
}

.attachments{
    display: block;
    clear: both;
}

.table table td{
    border: 1px solid #ececee;
    padding: 7px 13px;
}

.stepper {
 position:relative;
 display:inline-block;
 max-width:83px;
 width:83px
}
.stepper input[type=number] {
 width:100%;
 padding-left:20px;
 padding-right:20px;
 text-align:center;
 -moz-appearance:textfield
}
.stepper input[type=number]::-webkit-inner-spin-button {
 -webkit-appearance:none
}
.stepper:hover .stepper-arrow.up,
.stepper:hover .stepper-arrow.down {
 transform:translateX(0)
}
.stepper-arrow {
 position:absolute;
 top:50%;
 margin-top:-10px;
 width:20px;
 height:20px;
 line-height:20px;
 font-size:12px;
 font-family:lineariconsregular;
 cursor:pointer;
 color:#333;
 transition:.3s all ease
}
.stepper-arrow:hover {
 color:#2ed3ae
}
.stepper-arrow.up {
 right:0;
 text-align:left
}
.stepper-arrow.up:before {
 content:'\e939'
}
.stepper-arrow.down {
 left:0;
 text-align:right
}
.stepper-arrow.down:before {
 content:'\e93a'
}
.stepper.disabled .stepper-arrow {
 pointer-events:none;
 opacity:.5
}
.margin-left-22{
    margin-left: 22px!important;
}

.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
  position: relative;
  margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #535858;
  top: 4px;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-styled:not(ie8) label,
.radio-styled:not(ie8) label {
  padding-left: 0;
}
.checkbox-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).radio-inline,
.checkbox-styled:not(ie8).checkbox-inline,
.radio-styled:not(ie8).checkbox-inline {
  padding-left: 0;
}
.checkbox-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8).disabled ~ span:before,
.checkbox-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.checkbox-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before {
  border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8).disabled:checked ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
  border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8).disabled:checked ~ span:after,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after {
  background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 10px;
  border-color: #1f957b;
  border-top-style: none;
  border-right-style: none;
}

.line-height-30{
    line-height: 30px!important;
}

.height-0{
    height:0px;
    overflow: hidden;
}

.img-thumbnail-variant-3 {
 position:relative;
 display:block;
 text-align:center;
 overflow:hidden
}
.img-thumbnail-variant-3 img {
 width:100%
}
.img-thumbnail-variant-3 .icon {
 font-size:30px
}
.img-thumbnail-variant-3 .arrow-right {
 font-size:30px
}
.img-thumbnail-variant-3 .list-inline-tag {
 font-size:12px;
 font-style:italic
}
.img-thumbnail-variant-3 .label-custom {
 position:absolute;
 z-index:11;
 top:18px;
 left:18px;
 padding:2px 7px;
 font-size:12px;
 font-style:italic;
 background-color:#fff;
 border-radius:4px;
 color:#000
}
.img-thumbnail-variant-3 .caption {
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0;
 display:flex;
 flex-direction:column;
 justify-content:center;
 padding:15px;
 background-color: rgba(221, 19, 123, 0.91);
 transition:290ms ease-in-out
}
.img-thumbnail-variant-3 .caption>* {
 color:#fff
}
.img-thumbnail-variant-3 .caption>*+* {
 margin-top:5px
}
.img-thumbnail-variant-3 .caption .divider {
 position:relative;
 margin-top:8px;
 margin-bottom:8px;
 max-width:116px;
 margin-left:auto;
 margin-right:auto
}
@media(min-width:1200px) {
 .img-thumbnail-variant-3 .icon {
  font-size:40px
 }
 .img-thumbnail-variant-3 .caption {
  padding:50px 55px 45px
 }
 .img-thumbnail-variant-3 .caption>*+* {
  margin-top:10px
 }
 .img-thumbnail-variant-3 .caption .divider {
  margin-top:19px;
  margin-bottom:19px
 }
 .img-thumbnail-variant-3 .arrow-right {
  position:absolute;
  right:18px;
  bottom:13px
 }
}
.img-thumbnail-variant-3 .caption {
 opacity:0;
 transform:scale(.8)
}
.img-thumbnail-variant-3 .divider {
 background:0 0
}
.img-thumbnail-variant-3 .divider:before {
 position:absolute;
 content:"";
 display:inline-block;
 left:50%;
 right:50%;
 height:1px;
 background-color:#fff;
 transition:250ms 280ms ease-in-out
}
.img-thumbnail-variant-3 .hover-top-element {
 opacity:0;
 transform:translateY(30px);
 transition:450ms 650ms linear
}
.img-thumbnail-variant-3 .hover-bottom-element {
 opacity:0;
 transform:translateY(-40px);
 transition:450ms 650ms linear
}
.img-thumbnail-variant-3:hover .caption {
 opacity:1;
 transform:scale(1)
}
.img-thumbnail-variant-3:hover .hover-top-element,
.img-thumbnail-variant-3:hover .hover-bottom-element {
 opacity:1;
 transform:translateY(0)
}
.img-thumbnail-variant-3:hover .divider:before {
 left:0;
 right:0
}

.divider {

    display: block;
    width: 100%;
    height: 1px;
    background: #ececee;

}


.modal .form_wrap {
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 400px;
    padding: 8px 0;
    background-color: #fff;
    border-top: 10px solid #fcce01;
    border-bottom: 10px solid #fcce01;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-animation: turnOnOpacity 1s ease-in-out ;
    -o-animation: turnOnOpacity 1s ease-in-out ;
    animation: turnOnOpacity 1s ease-in-out ;
    z-index: 100;
    opacity: 0.99999; }

.modal .modal__wrapper {
    background-color: #fff;
    max-width: 1280px;
    height: 720px;
    margin: auto;
    position: fixed;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 60px;
}



.modal.modal-registration .modal__wrapper .modal__content{
  padding:0px;
}


.modal .modal__wrapper.creditline{
    padding: 15px 30px;
}

.modal .modal__wrapper .modal__header{
    font-size: 40px;
    color: #003554;
    font-weight: 100;

}
.modal .modal__wrapper .modal__close {
    position: absolute;
    width:35px;
    height:35px;
    display: block;
    background: url("/images/close-btn.png") no-repeat center;
    right: 5px;
    font-size: 25px;
    top: 5px;
    cursor: pointer;
    z-index: 5555;
    opacity:0.85;
}

.modal .modal__wrapper .modal__close:hover {
    color: #999;
    opacity: 1;
}

.modal .modal__wrapper .modal__content {
    padding: 15px 0px;
    height: 100%;
    /*max-height: 420px;*/
    overflow: auto;
    position: relative; }

.modal-bigger .modal__wrapper .modal__content {
    padding: 15px 0px;
    height: 100%;
    max-height: 620px;
    overflow: auto;
    position: relative; }

.modal .modal__wrapper .modal__content h2 {
    padding-bottom: 10px;
    color: #35353b;
}
.modal .modal__wrapper .modal__content p {
    padding-bottom: 10px; }
.modal .modal__wrapper .modal__content iframe {
    width: 90%;
    height: 93%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.modal .modal__wrapper .modal__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto 20px; }
.modal .modal__wrapper .modal__content table thead {
    background-color: #fcce01; }
.modal .modal__wrapper .modal__content table tfoot {
    background-color: #fcce01; }
.modal .modal__wrapper .modal__content table td {
    padding: 10px;
    border: 1px solid #d3d3d3; }

.form-label .smaller-text{
    font-size: 10px!important;
}

.text-light {
  font-weight: 300;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 500;
}

.smaller-text{
    font-size:12px!important;
    font-weight: 100;
}

.checkout-price-parent{
    color: #333333;
    font-weight: 700;
    border-top: 3px solid #333333;
    margin-top: 25px;
    font-size: 28px;
}

.checkout-footer{
    position: absolute;
    bottom: 0px;
    left:0px;
    width:100%;
    padding: 10px 60px;
    background-color: #FFB900;
    font-size: 16px;
}

#order_success{
    position: absolute;
    top:0px;
    left:0px;
    height: 720px;
    width:100%;
    background: url(/images/success_icon.png) no-repeat top 100px center #FFB900;
    z-index: 5000;
}
.order-success-bottom{
   position: absolute;
   top: 50%;
   left: 0px;
   height: 375px;
   background-color:#fff;
   width: 100%;
   text-align: center;
    padding-top: 20px;
}

.form-group.form-error{
    border: 1px solid red;
    box-shadow: 0px 0px 4px red;
}


.login-back, .signin-back, .forgot-back{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index: 0;
    background: url(/images/head-back.jpg) no-repeat center;
    background-size: cover;
}



.vertical-center {
  display: block;
  align-items: center;
  margin-top: 150px;
}


.login-block{
    box-sizing: border-box;
    overflow: hidden;
    border-radius:8px;
    background-color: #fff;
    padding:20px 40px!important;
}

.lock{
    font-size: 52px;
    margin: 40px auto;
}

.login-block input, .edit-info input{
    border:0px;
    border-bottom:1px solid #1f957b;
}
.text-grey{
    color: #9f9f9f;
}

.forgot_link{
    text-decoration: none;
    font-size: 16px;
}


.forgot_link span, .credentials a, .credentials a:hover{
    color: #1f957b;
}

.forgot_link:hover{
    text-decoration: none;
    color:#fff;
}

.credentials{
    position: relative;
    display: block;
    margin: 10px auto 0px;
}

.login-logo{
    position: absolute;
    top: 30px;
    right:0px;
    left:0px;
    display: block;
    width:110px;
    margin: auto;
}

.page-inner{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    text-align: center;
}

.login-checkbox label{
    text-transform: none!important;
}
.login-checkbox a{
     color: #93C83F;
}


.admin .form-control{
    min-height: auto;
    border: 1px solid #c7c7c7;
}
.admin .line-height-lg{
    line-height: 37px;
}

.admin .customSelect{
  line-height:40px;
}

.stripped > div:nth-of-type(odd){
    background-color: #EEE;
}

.line-height-80{
    line-height:80px;
}

.card .select_branch{
    width: 100%;
    padding:10px;
}

.list_refresher{
    width:18px;
}

.post-modern.car img{
    min-height: auto;
}

.bg-gray-lighter {
    background-color: #f8f8f8;
}

.blurb__title {
 font-size: 18px;
 line-height: 1.33;
 color: #000;
}
* + .blurb__title {
 margin-top: 16px;
}
@media (min-width: 1200px) {
 .blurb__title {
  font-size: 21px;
  line-height: 1.54167;
 }
 * + .blurb__title {
  margin-top: 45px;
 }
}
.blurb-circle {
 text-align: left;
}
.blurb-circle .unit .blurb-circle__icon {
 position: relative;
 top: 3px;
}
.blurb-circle__icon .icon {
 width: 2.4em;
 height: 2.4em;
 border: 1px solid #2ed3ae;
 border-radius: 50%;
 text-align: center;
 color: #2ed3ae;
 font-size: 30px;
 line-height: 2.33em;
}
.blurb-circle__icon .icon::before {
 line-height: inherit;
}
@media (min-width: 1200px) {
 .blurb-circle__icon .icon {
  font-size: 36px;
 }
}
@media (min-width: 1600px) {
 .blurb-circle__icon .icon {
  font-size: 44px;
 }
}
.blurb-circle.blurb-circle_centered {
 max-width: 360px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
@media (max-width: 767.98px) {
 .blurb-circle {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
 }
}
.blurb-minimal {
 text-align: left;
}
.blurb-minimal .unit .blurb-minimal__icon .icon {
 font-size: 32px;
}
.blurb-minimal__icon .icon {
 font-size: 30px;
 color: #1f957b;
}
.blurb-minimal.blurb-minimal_black,
.blurb-minimal.blurb-minimal_black .blurb-minimal__icon .icon {
 color: #000;
}
@media (min-width: 1200px) {
 .blurb-minimal__icon .icon {
  font-size: 36px;
 }
}
@media (min-width: 1600px) {
 .blurb-minimal__icon .icon {
  font-size: 44px;
 }
}

.blurb-minimal{
    margin-top: 20px;
}

.linear-icon-home:before {
 content: "\e600";
}
.linear-icon-wheelchair:before {
 content:"\e668"
}
.linear-icon-pencil:before {
 content:"\e802"
}
.linear-icon-wand:before {
 content:"\e610"
}
.linear-icon-wash:before {
 content:"\e641"
}
.linear-icon-car:before {
 content:"\e85a"
}

.linear-icon-rocket:before {
 content: "\e837";
}
.linear-icon-equalizer:before {
 content: "\e6f2";
}

.linear-icon-flare:before {
 content: "\e70b";
}

.linear-icon-move:before {
 content: "\e94e";
}

.linear-icon-bag-euro:before {
 content: "\e75f";
}

.linear-icon-graduationhat:before  {
    content: "\e6db";
}
.linear-icon-design:before  {
    content: "\e6da";
}

.linear-icon-typewriter:before  {
    content: "\e6b1";
}

.linear-icon-register:before  {
    content: "\e739";
}


/*
*
* Responsive unit
* --------------------------------------------------
*/
.unit {
 display: flex;
 flex: 0 1 100%;
}
[class*='unit']:empty {
 margin-bottom: 0;
 margin-left: 0;
}
.unit-body {
 flex: 0 1 auto;
}
.unit-left,
.unit-right {
 flex: 0 0 auto;
 max-width: 100%;
}
.unit {
 margin-bottom: -30px;
 margin-left: -20px;
}
.unit > * {
 margin-bottom: 30px;
 margin-left: 20px;
}
@media (min-width: 576px) {
 .unit-sm {
  margin-bottom: -30px;
  margin-left: -20px;
 }
 .unit-sm > * {
  margin-bottom: 30px;
  margin-left: 20px;
 }
}
@media (min-width: 768px) {
 .unit-md {
  margin-bottom: -30px;
  margin-left: -20px;
 }
 .unit-md > * {
  margin-bottom: 30px;
  margin-left: 20px;
 }
}
@media (min-width: 992px) {
 .unit-lg {
  margin-bottom: -30px;
  margin-left: -20px;
 }
 .unit-lg > * {
  margin-bottom: 30px;
  margin-left: 20px;
 }
}
@media (min-width: 1200px) {
 .unit-xl {
  margin-bottom: -30px;
  margin-left: -20px;
 }
 .unit-xl > * {
  margin-bottom: 30px;
  margin-left: 20px;
 }
}
@media (min-width: 1600px) {
 .unit-xxl {
  margin-bottom: -30px;
  margin-left: -20px;
 }
 .unit-xxl > * {
  margin-bottom: 30px;
  margin-left: 20px;
 }
}
.unit-spacing-sm.unit {
 margin-bottom: -20px;
 margin-left: -15px;
}
.unit-spacing-sm.unit > * {
 margin-bottom: 20px;
 margin-left: 15px;
}
@media (min-width: 576px) {
 .unit-spacing-sm.unit {
  margin-bottom: -20px;
  margin-left: -15px;
 }
 .unit-spacing-sm.unit > * {
  margin-bottom: 20px;
  margin-left: 15px;
 }
}
@media (min-width: 768px) {
 .unit-spacing-sm.unit {
  margin-bottom: -20px;
  margin-left: -15px;
 }
 .unit-spacing-sm.unit > * {
  margin-bottom: 20px;
  margin-left: 15px;
 }
}
@media (min-width: 992px) {
 .unit-spacing-sm.unit {
  margin-bottom: -20px;
  margin-left: -15px;
 }
 .unit-spacing-sm.unit > * {
  margin-bottom: 20px;
  margin-left: 15px;
 }
}
@media (min-width: 1200px) {
 .unit-spacing-sm.unit {
  margin-bottom: -20px;
  margin-left: -15px;
 }
 .unit-spacing-sm.unit > * {
  margin-bottom: 20px;
  margin-left: 15px;
 }
}
@media (min-width: 1600px) {
 .unit-spacing-sm.unit {
  margin-bottom: -20px;
  margin-left: -15px;
 }
 .unit-spacing-sm.unit > * {
  margin-bottom: 20px;
  margin-left: 15px;
 }
}
.unit-spacing-md.unit {
 margin-bottom: -30px;
 margin-left: -15px;
}
.unit-spacing-md.unit > * {
 margin-bottom: 30px;
 margin-left: 15px;
}
@media (min-width: 576px) {
 .unit-spacing-md.unit {
  margin-bottom: -30px;
  margin-left: -15px;
 }
 .unit-spacing-md.unit > * {
  margin-bottom: 30px;
  margin-left: 15px;
 }
}
@media (min-width: 768px) {
 .unit-spacing-md.unit {
  margin-bottom: -30px;
  margin-left: -15px;
 }
 .unit-spacing-md.unit > * {
  margin-bottom: 30px;
  margin-left: 15px;
 }
}
@media (min-width: 992px) {
 .unit-spacing-md.unit {
  margin-bottom: -30px;
  margin-left: -15px;
 }
 .unit-spacing-md.unit > * {
  margin-bottom: 30px;
  margin-left: 15px;
 }
}
@media (min-width: 1200px) {
 .unit-spacing-md.unit {
  margin-bottom: -30px;
  margin-left: -15px;
 }
 .unit-spacing-md.unit > * {
  margin-bottom: 30px;
  margin-left: 15px;
 }
}
@media (min-width: 1600px) {
 .unit-spacing-md.unit {
  margin-bottom: -30px;
  margin-left: -15px;
 }
 .unit-spacing-md.unit > * {
  margin-bottom: 30px;
  margin-left: 15px;
 }
 .unit-body{
     padding-top: 10px;
 }
}
.unit-spacing-lg.unit {
 margin-bottom: -45px;
 margin-left: -25px;
}
.unit-spacing-lg.unit > * {
 margin-bottom: 45px;
 margin-left: 25px;
}
@media (min-width: 576px) {
 .unit-spacing-lg.unit {
  margin-bottom: -45px;
  margin-left: -25px;
 }
 .unit-spacing-lg.unit > * {
  margin-bottom: 45px;
  margin-left: 25px;
 }
}
@media (min-width: 768px) {
 .unit-spacing-lg.unit {
  margin-bottom: -45px;
  margin-left: -25px;
 }
 .unit-spacing-lg.unit > * {
  margin-bottom: 45px;
  margin-left: 25px;
 }
}
@media (min-width: 992px) {
 .unit-spacing-lg.unit {
  margin-bottom: -45px;
  margin-left: -25px;
 }
 .unit-spacing-lg.unit > * {
  margin-bottom: 45px;
  margin-left: 25px;
 }
}
@media (min-width: 1200px) {
 .unit-spacing-lg.unit {
  margin-bottom: -45px;
  margin-left: -25px;
 }
 .unit-spacing-lg.unit > * {
  margin-bottom: 45px;
  margin-left: 25px;
 }
}
@media (min-width: 1600px) {
 .unit-spacing-lg.unit {
  margin-bottom: -45px;
  margin-left: -25px;
 }
 .unit-spacing-lg.unit > * {
  margin-bottom: 45px;
  margin-left: 25px;
 }
}
@media (max-width: 767.98px) {
 .unit.unit-horizontal.unit-spacing-md .unit-body {
  padding-left: 18px;
 }
}

.image-center{
    width: 100%;
    min-height: 400px;
}

.margin-bottom-0{
    margin-bottom: 0px!important;
}
.margin-top-0{
    margin-top:0px;
}



.infrastructure_wrapper .infrastructure_items{
  opacity: 0; }

.infrastructure_wrapper.active .infrastructure_items:nth-of-type(1) {
  -webkit-animation: show 0.5s 0.1s ease-out 1 both;
          animation: show 0.5s 0.1s ease-out 1 both;

}

.infrastructure_wrapper.active .infrastructure_items:nth-of-type(2) {
  -webkit-animation: show 0.5s 0.3s ease-out 1 both;
          animation: show 0.5s 0.3s ease-out 1 both; }

.infrastructure_wrapper.active .infrastructure_items:nth-of-type(3) {
  -webkit-animation: show 0.5s 0.6s ease-out 1 both;
          animation: show 0.5s 0.6s ease-out 1 both; }

.infrastructure_wrapper.active .infrastructure_items:nth-of-type(4) {
  -webkit-animation: show 0.5s 0.9s ease-out 1 both;
          animation: show 0.5s 0.9s ease-out 1 both; }


@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); } }


.animated-text{
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.animated-text.animate{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.animated-text2{
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.animated-text2.animate{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.animated-text3{
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.animated-text3.animate{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.newseaman-photo-icon{
  display: block;
  background: url(/images/empty_image.png) no-repeat center #efefef;
  width:208px;
  height:208px;
  margin: 8px;
}

.newseaman-photo-icon-uploaded{
  display: block;
  width:208px;
  height:208px;
  float: left;
  margin: 8px;
  position: relative;
}


.image-remove{
  position: absolute;
  top:7px;
  right:7px;
  background: url(/images/close-btn-dark.png) no-repeat center;
  width: 21px;
  height: 20px;
  cursor: pointer;
}


body:not(.admin)  header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
    width: 100%;
  /*width: auto;*/
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.gal .post-modern{
    padding-bottom: 0px!important;
}

.margin-left-lg{
    margin-left: 7px;
}

.container.product-col{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-smaller{
    font-size: 14px;
    padding: 13px 20px 11px;
}

.gallery-parent .isotope-item{
    height: 300px;
}

.gallery-parent .isotope-item img{
    position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
     margin: auto;
    width: 100%;
}


.max-width-600{
    max-width: 600px;
}

.product-icon-wrap .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    color: #1f957b;
    cursor: pointer;
}
.page .icon-md {
    font-size: 22px;
    line-height: 22px;
}

[class^="linear-icon-"]::before, [class*=" linear-icon-"]::before {
    font-family: 'lineariconsregular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.linear-icon-heart::before {

    content: "\e91b";

}

.product-icon-wrap .icon{
    font-size: 25px!important;
}


.flex-push-right{
    margin-left: auto;
}

.top-menu-absolute{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    z-index: 5;
}



.img-before{
    position: absolute;
    top:-100px;
    left:-100px;
    width:200px;
    height:200px;
    display: block;
}

.img-before.before-right{
    position: absolute;
    top:-100px;
    right:-100px;
    left: auto;
    width:200px;
    height:200px;
    display: block;
}

.box-title {
    rgb(87, 87, 87);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    clear: both;
}

.highlight-content{
    color:rgb(87, 87, 87);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
}



.service-block{
    background-color: #F5F5F5;
    padding: 72px 100px 69px 60px;
    overflow: hidden;
    display: block;
    position: relative;
}

.service-block:hover{
    background: url(/images/gafon.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.service-block:hover p{
    color: #fff!important;
}

.service-block:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -77px;
  right: -68px;
  height: 160px;
  width: 0px;
  background:  #f2eb8c;
  opacity: 0.3;
  transition: all 300ms ease-out !important;
  transform: rotate(43deg);
}

.service-block:hover:after{
	width: 120px !important;
	background:  #f2eb8c;
  	opacity: 1 !important;
}

.regular-link{
    transition: all 300ms ease-out !important;
    font-size: inherit;
    color: inherit;
    position: relative;
}

.regular-link:hover{

    color: inherit!important;
}

.regular-link::after{
    content: "›";
    font-size: 20px;
    position: absolute;
    right: -20px;
    top: -1px;
    transition: all 300ms ease-out !important;
}

.regular-link:hover::after{
    right: -25px;
}

.video-block{
    height: 810px;
    overflow: hidden;
}

.video-block video{
    margin-top: -200px;
}

.service-block .box-title{
    height: 3.4em;
}



.news-image{
    overflow: hidden;
    display: block;
    height: 300px;
    width: 100%;
    position: relative;
}

.news-image img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    height:100%;
}


.news-block:hover .news-created{
    color: #FFB900;

}

.news-created{
    font-size: 16px;
    font-weight: 400;
    color: rgb(131, 134, 139);
}


.sky-low{
    background: url(/images/background.jpg) no-repeat center;
    background-size: 100% auto;
    padding: 70px 0px;
    display: block;
    width: 100%;
    float: left;
}

.sky-sphere{
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -172px;
    margin-top: -166px;

}

.fot-con{
    background: url("/images/contacts_bkg.png") no-repeat center;
}


.white-bkg{
    background-color: white;


}


.btn-absolute-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.height-140{
    height: 139px !important;
}

.form-control:focus{
    border: 1px solid #c7c7c7!important;
}

.line-height-240{
    line-height: 240px;
}


#contacts{
    background: url('/images/footer-back.png') no-repeat right center #252531;
    padding: 80px 0px;
    color: rgb(131, 134, 139);
    background-size: auto 100%;

}

#contacts a{
    color: rgb(131, 134, 139);
}

#contacts dt{
        font-weight: 300;
}

.logo-footer img{
    width: 100px;
}

.footer-details{
    font-weight: 300;
    font-style: normal;
    color: #192028;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
}


.footer .link-bold.white-text .smaller-text{
    color: rgba(255,255,255,0.5);
}

.classic-separator{
    clear: both;
    width: 100%;
    height:1px;
    background-color: rgba(255,255,255,0.25);
}
.footer ul{
    list-style: none;
}

.footer ul li{
    margin-left: 27px;
    display: inline-block;
    position: relative;
    list-style: none;
    text-align: center;
}

.footer-menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.footer-menu li a:hover {
  color: #fab915;
    text-decoration: none;
}

.catalogue .bdt-portfolio-carousel .bdt-gallery-item {
    position: relative;
}

.catalogue .bdt-portfolio-content-inner {
    height: 400px;
}

.panel-title:before{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #fab915;
    color: white;
    font-size: 26pt;
    left:-40px;
    top:-5px;
    text-align:center;
    content: "+";
    font-weight: 700;
}

footer h5{
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

footer h5:after{
    content: '';
    position: absolute;
    bottom:-5px;
    left:0px;
    width: 90px;
    height:3px;
    background-color: #fab915;
    display: block;
}



/* portfolio */

.portfolio .bdt-portfolio-content-inner{
	height: 450px;
}
.portfolio .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(190px) !important;
	transition: all 300ms ease !important;
	margin-bottom: 30px !important;
}
.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(15px) !important;
}

 .portfolio .bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-desc{
    transform: translateY(-50px) !important;
	opacity: 1 !important;
}

.portfolio .bdt-portfolio-carousel .bdt-gallery-thumbnail{
	height: 100% !important;
}

.portfolio .bdt-portfolio-carousel .bdt-gallery-thumbnail img{
	height: 100% !important;
}

@media (min-width: 768px) {
	.portfolio .bdt-portfolio-content-inner{
		height: 450px;
	}
}


@media (min-width: 1200px) {
	.portfolio .bdt-portfolio-content-inner{
		height: 575px;
	}
}

.portfolio .bdt-portfolio-excerpt{
	transition: all 300ms ease !important;
	opacity: 0;
}
	.portfolio .bdt-portfolio-excerpt{
	transform: translateY(50px);
}
	.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-excerpt{
		transform: translateY(0px) !important;
	}
@media (min-width: 992px) {
	 .portfolio .bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-desc{
		transform: translateY(-60px) !important;
	}
}

.portfolio .bdt-portfolio-content{
	display: none;
	transition: all 300ms ease !important;
}
.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-content{
	display: block !important;
}



/* Portfolio Grid */

.portfolio-grid .bdt-portfolio-skin-fedara-desc{
	transform: perspective(0px) rotateX(0deg) scale(1) !important;
	visibility: visible !important;
    opacity: 1 !important;
	margin-bottom: 0px !important;
}


.portfolio-grid .bdt-gallery-item-link{
	transform: translateY(0px) !important;
	opacity: 1 !important;
}


.portfolio-grid .bdt-portfolio-inner:hover{
	transform: translateY(0px) !important;
}

.portfolio-grid .bdt-portfolio-inner:before{
	opacity: 0.7 !important;
}

.portfolio-grid .bdt-gallery-item:hover .bdt-portfolio-inner:before{
	opacity: 0 !important;
}

.portfolio-grid .bdt-position-bottom-center{
	left: 0% !important;
    transform: translateX(0%) !important;
}

.portfolio-grid .bdt-position-cover {
    position: absolute;
    top: inherit !important;
    bottom: 20px;
    left: 30px;
    text-align: left;
}

.portfolio-grid .bdt-portfolio-inner:hover{
	box-shadow: none !important;
}


.portfolio-grid .bdt-portfolio-gallery.bdt-portfolio-gallery-skin-fedara .bdt-portfolio-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:  #252531 !important;
  opacity: 0.5;
  transition: all 300ms ease !important;
}


.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-fedara .bdt-portfolio-inner:hover:before{
	background:  #FFB900 !important;
    opacity: 0.8 !important;
}

.portfolio-grid .bdt-gallery-item-title{
	transition: all 300ms ease !important;
	transform: translateY(70px);
}

.portfolio-grid .bdt-gallery-item:hover:hover .bdt-gallery-item-title{
	color:  #252531 !important;
	transform: translateY(-100px) !important;
}

.portfolio-grid .bdt-gallery-item:hover:hover .bdt-portfolio-excerpt {
    transform: translateY(-95px) !important;
}

.portfolio-grid .bdt-gallery-item-link span:after{
	top: 0px !important;
    right: 0;
}

.bdt-portfolio-skin-fedara-desc, .bdt-portfolio-skin-fedara-desc:hover{
	background: transparent !important;
}

@media (max-width: 992px) {
	.portfolio-grid .bdt-portfolio-inner{
		height: 350px !important;
	}
}
/* Portfolio List */

.bdt-portfolio-list .bdt-gallery-thumbnail img{
	height: 250px !important;
}


/* ===========
Portfolio Carousel css
===============*/

.portfolio-overlay .bdt-gallery-item {
  position: relative;
  height: 440px;
}

@media (max-width: 767.98px) {
	.bdt-navigation-prev,
.bdt-navigation-next{
	padding: 15px 16px 15px 16px !important;
}

	.bdt-icon i{
		font-size: 16px !important;
	}

	.footer-ic .elementor-icon{
		padding: 15px !important;
	}
}

@media (min-width: 768px) {
	.portfolio-overlay .bdt-gallery-item {
	  position: relative;
	  height: 450px;
	}
}

@media (min-width: 1200px) {
	.portfolio-overlay .bdt-gallery-item {
	  position: relative;
	  height: 575px;
	}
}

.portfolio-overlay .bdt-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:  #252531;
  opacity: 0.5;
  transition: all 300ms ease !important;
}

.catalogue-overlay .bdt-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:  #252531;
  opacity: 0.5;
  transition: all 300ms ease !important;
}

.portfolio-overlay .bdt-gallery-thumbnail img {
  display: block;
  width: 100%;
}
.portfolio-overlay .bdt-gallery-item:hover:after, .catalogue-overlay .bdt-gallery-item:hover:after{
	width: 100% !important;
	background:  #FFB900;
    opacity: 0.8;
}

.portfolio-overlay .bdt-navigation-prev,
.portfolio-overlay .bdt-navigation-next{
	transform: translateY(0%) !important;
}

.bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-inner:before{
	display: none !important;
}

.bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-gallery-item-link{
	opacity: 1 !important;
	transform: translateY(0px) !important;
	transform: translatex(-12px) !important;
}

.portfolio .bdt-gallery-item-link span:after {
			content: '\e89e' !important;
			font-family: eicons !important;
			position: absolute;
			color: var(--global-palette9);
			top: -2px !important;
			right: 0px;
			transform: rotate(0deg)!important;
			transition: all 300ms ease-out !important;
			font-size: 22px !important;
		}

.bdt-navigation-prev,
.bdt-navigation-next{
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%) !important;
}


.bdt-portfolio-carousel .bdt-gallery-item{
	text-align: left !important;
}

.bdt-portfolio-content-inner .bdt-position-center {
	top: 90% !important;
    left: 57% !important;
}

.bdt-portfolio-carousel .bdt-gallery-item:hover{
	transform: translateY(0px) !important;
}

	.bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title{
		color: #252531 !important;
	}
	.bdt-gallery-item:hover:hover .bdt-portfolio-excerpt{
		color: #252531 !important;
		opacity: 1 !important;
	}


.bdt-gallery-item-link span{
	transition: all 300ms ease-out !important;
}

.bdt-gallery-item:hover:hover .bdt-gallery-item-link span{
	color: #252531 !important;
}


.bdt-gallery-item:hover:hover .bdt-gallery-item-link span:after{
	color: #252531 !important;
}




/* portfolio */

.portfolio .bdt-portfolio-content-inner{
	height: 450px;
}
.portfolio .catalogue-overlay .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(190px) !important;
	transition: all 300ms ease !important;
	margin-bottom: 80px !important;
}

.portfolio .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(190px) !important;
	transition: all 300ms ease !important;
	margin-bottom: 30px !important;
}


.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(15px) !important;
}

 .portfolio .bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-desc{
    transform: translateY(-50px) !important;
	opacity: 1 !important;
}

.portfolio .bdt-portfolio-carousel .bdt-gallery-thumbnail{
	height: 100% !important;
}

.portfolio .bdt-portfolio-carousel .bdt-gallery-thumbnail img{
	height: 100% !important;
}

@media (min-width: 768px) {
	.portfolio .bdt-portfolio-content-inner{
		height: 450px;
	}
}


@media (min-width: 1200px) {
	.portfolio .bdt-portfolio-content-inner{
		height: 575px;
	}
}

.portfolio .bdt-portfolio-excerpt{
	transition: all 300ms ease !important;
	opacity: 0;
}
	.portfolio .bdt-portfolio-excerpt{
	transform: translateY(50px);
}
	.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-excerpt{
		transform: translateY(0px) !important;
	}
@media (min-width: 992px) {
	 .portfolio .bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-desc{
		transform: translateY(-60px) !important;
	}
}

.portfolio .bdt-portfolio-content{
	display: none;
	transition: all 300ms ease !important;
}
.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-content{
	display: block !important;
}


.bdt-flex-inline {
  display: inline-flex;
}

.bdt-portfolio-content-inner .bdt-position-center {
  top: 90% !important;
  left: 57% !important;
}

.bdt-portfolio-excerpt{
        color: #fff;
        margin: 10px 0 0;
        font-size: 18px;
        font-weight: 500;
}


.nav-but{
      display:block;
      position:absolute;
      width: 70px;
      height:70px;
      line-height: 70px;
      background: #fff;
      border-radius: 50%;
      top:50%;
      margin-top:17px;
      z-index:10;
      cursor:pointer;
      text-align: center;
      font-size: 50px;
      box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%) !important;
}



.button-next{
  right:-27px;
}
.button-next:hover{
  right:-27px;
}
.button-prev{
  left:-27px;
}
.button-prev:hover{
  left:-27px;
}

.underfooter{
    border-top:1px solid #838688;
    margin-top: 50px;
    padding-top: 20px;
}

.social-icon{
    width: 56px;
    height: 56px;
    text-align: center;
    display: inline-block;
    line-height: 56px;
    font-size: 22px;
    background-color: #FFFFFF;
    margin-left: 10px;
}

.social-icon:hover{
    background-color: #FFB900;
    color: white;
}



.admin_holder {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9998;
    margin: 0px !important;
    min-width: 10px !important;
    text-align: left;
}

.admin_holder.admin-blue-back{
    box-shadow: 0px 0px 12px #003554;
    background: #003554;
    border-radius: 6px;
    padding: 20px;
  max-width:600px;
}
.adminka{
    overflow: hidden;
}
.admin_holder .adminka_row{
    text-align: left;
}

.admin_holder div {
    margin: 0px !important;

}

.admin_action {
    display: block;
    float: left;
    cursor: pointer;
    min-width: 20px !important;
    margin: 0px !important;
}

.admin_action img {
    width: 25px;
    opacity: 0.5;
}

.admin_action img:hover {
    opacity: 0.9;
}



.admin_holder .admin_close {
    position: absolute;
    width:20px;
    height:20px;
    display: block;
    background: url("/images/close-btn.png") no-repeat center;
    background-size: 100% auto;
    right: 7px;
    top: 7px;
    cursor: pointer;
    z-index: 3;
    opacity:0.85;
}



.news-tab-image {
    width: 100%;
    height: 230px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background-size: 100% auto !important
}



.top-submenu-holder {
    border-bottom: 1px solid #dcdcdc;
    height: 75px
}

.submenu-item {
    display: inline-block;
    margin: 30px;
    position: relative;
    font-family: TT;
    font-size: 20px;
}

a , a:active, a:focus{
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

.top-submenu-holder-new .submenu-item{
    display: block;
    position: relative;
    font-family: TT;
    font-size: 15px;
    border: 1px solid #F5F5F5;
    padding: 10px 40px 10px 12px;
    white-space: nowrap;
    margin: 10px;
    float: left;
    text-align: left;
    width: 210px;
    border-radius: 5px;
    line-height: 28px;
    cursor:pointer;
}


.top-submenu-holder-new-2 .col-xs-4 {
    padding: 10px 37px;
    margin: 0px;

}

.top-submenu-holder-new-2{
    height: 49px;
    border-bottom: 0px!important;
}

.top-submenu-holder-new .submenu-item a{
    font-size: 16px;
    font-weight: 700;
}

.top-submenu-holder-new .submenu-item a span{
    padding-left: 10px;
}

.top-submenu-holder-new .jaunums_lv::after{
    content: "";
    width: 50px;
    height: 13px;
    background: url(/images/jaunums.png);
    position: absolute;
    right: 5px;
    top:5px;
}

.top-submenu-holder-new .jaunums_ru::after{
    content: "";
    width: 50px;
    height: 13px;
    background: url(/images/jaunums_ru.png);
    position: absolute;
    right: 5px;
    top:5px;
}

.submenu-item a {
    font-size: 18px;
    color: #000865
}

.submenu-item:first-of-type {
    margin-left: 15px
}

.submenu-item.active a, .submenu-item:not(.active):hover a {
    font-weight: 700
}

.top-submenu-holder:not(.top-submenu-holder-new) .submenu-item:not(.active) a:after {
    position: absolute;
    left: 0;
    bottom: -22px;
    height: 3px;
    width: 0;
    background-color: #61BFEB;
    opacity: 0
}

.top-submenu-holder-new .submenu-item.active{
    border: 1px solid #61BFEB;
}

.top-submenu-holder:not(.top-submenu-holder-new) .submenu-item:not(.active) a::before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.multipage-holder a, .multipage-holder b {
    display: inline-block;
    padding: 8px 20px;
    margin-right: 8px;
    border-radius: 3px
}

.action .header-l:before, .border-right:after, .border-yellow-left:after, .submenu-item.active a:after, .terms h3:before {
    content: " "
}

.submenu-item:not(.active):hover a:after {
    width: 100%;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s
}

.top-submenu-holder:not(.top-submenu-holder-new) .submenu-item.active a:after {
    position: absolute;
    left: 0;
    bottom: -22px;
    height: 3px;
    width: 100%;
    background-color: #61BFEB
}

.double-padding{
    padding-left: 30px;
    padding-right: 30px;
}

.accept-type .submenu-item.active a:after {
    bottom: -13px;
}

.contact-form, .relative {
    position: relative
}

.multipage-holder {
    font-size: 16px;
    margin-bottom: 90px
}

.multipage-holder a {
    font-size: 16px;
    color:    #fff;
    background:    #62BFEB;
}

.multipage-holder b {
    font-weight: 400;
    color: #fff;
    background: #1B49DF;
}

.news-block .highlight-content{
    height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs{
    height:110px;
    background-color: #252531;
    margin-top: 120px;
}

.breadcrumbs .page-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}

.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
  color: #fff;
    line-height: 20px;

    position: relative;
}

.breadcrumbs .trail-items li a:after{
    content: "\002F";
    padding: 0.5em;
    color: #edf0f2;

}

.breadcrumbs .trail-items li a{
        color: #fff;
}

.bread-back{
    position: absolute;
    width:100%;
    height: 100%;
    display: block;
    z-index: 0;
    overflow: hidden;
}


.img-absolute-100 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    min-height: 101%;
    min-width: 101%;
}



.btn.btn-yellow {
    color: #252531;
    border-style: solid;
    border-width: 0;
    border-color: #FFB900;
    background-color: #FFB900;
    border-radius: 0 0 0 0;
    padding: 15px 38px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

.btn.btn-yellow:hover {
  color: #fff;
  border-style: solid;
  border-width: 0;
  border-color: #252531;
  background-color: #252531;
  border-radius: 0 0 0 0;
}


.btn.btn-dark{
    background-color: #252531;
    border: 2px solid #252531;
    color: #FFFFFF;
    border-radius: 0 0 0 0;
    padding: 15px 38px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}


.btn.btn-dark span{
    font-size: 16px!important;
    text-transform: uppercase;

}

.btn.btn-dark:hover{
    background-color: white;
    color: #252531;
}


#map_canvas{
    display: block;
    position: relative;
    width:100%;
    height: 400px;

}

.side-nav > li  {
  margin-top: 20px;
    display: block;
}


.side-nav > li > a {
  padding: 15px 20px;
  min-height: 58px;
  color: rgb(37, 37, 49);
  background-color: rgb(245, 246, 249);
  border-radius: 0px 0px 0px 0px;
  font-size: 18px;
  font-weight: 500;
    width: 100%;
}
.side-nav > li > a.active {
    background-color: #FFB900;
    width: 100%;
}

.margin-left-xxl{
    margin-left: 30px;
}

.services-content h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}

.services-content h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3em;
}

.services-content blockquote{
    margin: 0 0 5px;
    padding: 25px;
    border-style: solid;
    border-width: 0 0 0 6px;
    border-color: #FFB900;
    font-size: 22px;
    font-weight: 500;
}

.services-content ul li, .marked-list li{
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.services-content ul li:before, .marked-list li:before{
   content: "⦿";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 22px;
    height: 22px;
    font-size: 17px;
    font-family: FontAwesome;
}

.collapsable{
    transition: .3s;
    -webkit-transition: .3s
}

.collapse-head{
    background-color: rgb(245, 246, 249);
    padding: 10px 10px 10px 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 15px;
    cursor: pointer;
}

.collapse-head:not(.active):hover{
    color: #FFB900;
}

.collapse-content{
    height: 0;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 16px!important;
}


.collapse-content p {
    font-size: 16px!important;
}


.collapse-head.active{
    background-color: #FFB900;
}

.collapse-head.active +.collapse-content{
    height: auto;
}

.overflow-hidden{
    overflow: hidden!important;
}


.bigger-text-xl{
  font-size: 30px;
}

.regular-text{
  font-size: 16px;
}

.line-height-20{
  line-height: 20px!important;
}

.image-overlay img{
    filter:grayscale(100%);
 transition:all 300ms ease-out!important

}

.image-overlay:hover img{
    filter:grayscale(0%);
 transition:all 300ms ease-out!important

}

.grey-block{
    margin: 0;
    padding: 25px;
    background-color: #F5F6F9;
}

.grey-block h2{
    margin-top: 0px!important;
}

.padding-left-50{
    padding-left:40px!important;
}

.bdt-gallery-overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    opacity:0;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    transform: translate(0,20) translate(20,20) scale(0,100);
    transition: .3s ease-out;
    transition-property: all;
    transition-property: opacity,transform,filter;
    cursor: pointer;
}

.galover:hover  .bdt-gallery-overlay{
    opacity: 1;
}

.margin-top-neg-20{
    margin-top: -20px;
}

.cat_wraper  .category_item  {
  margin-top: 20px;
    display: block;

  padding: 15px 20px;
  min-height: 58px;
  color: rgb(37, 37, 49);
  background-color: #FFB900;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}

.cat_wraper  .category_item.category-sub {
     background-color: rgb(245, 246, 249);
     margin-top:0px;
     padding-left: 40px;
}


.h100{
    height: 100%!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}


.form-group {
    position: relative;
    padding-top: 16px;
    display: block;
    clear: both;
}

.adminka label{
    display: inline-block;
    width: 70px;
    /*color: #fff;*/
    font-weight: 100;
    font-size: 14px;
}

.margin-right-xl{
    margin-right: 15px;
}

.contain-xl{
    width: 1600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.ff .form-group{
    position: relative;
}

.ff .form-group .form-icon {
    position:absolute;
    top:45px;
    left:15px;
    transform:translateY(-55%);
    margin-right:7px;
    font-size:24px;
    line-height:24px;
    color:#c7c7c7
}
@media(min-width:576px) {
    .ff .form-group .form-icon {
        left:22px
    }
}
.ff .form-group .form-label-outside+.form-icon {
    top:auto;
    bottom:30px;
    transform:translateY(45%)
}
.ff *+.form-group {
    margin-top:20px
}
.ff .form-label {
    position:absolute;
    top:45px;
    left:69px;
    pointer-events:none;
    z-index:9;
    transition:.25s;
    will-change:transform;
    transform:translateY(-50%);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
}
.ff .form-label.focus {
    opacity:0
}
.ff .form-label.auto-fill {
    color:#888
}
.ff .form-label-outside {
    color:#000;
    font-style:normal;
}
.ff .form-control{
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 19px;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    color:#888;
    background-color:#f8f8f8;
    background-image: none;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    padding-left: 60px;
}

.ff .form-control:focus {
    outline: 0;
    background: #fff;
    box-shadow: none;
    border-color: #DD137B;

}

.ff .form-control:focus ~ label, .ff .form-control.dirty ~ label{
    display: none;
}

#sendEmail .modal .modal__wrapper {
    padding: 0px!important;
}


.canvas {
    width:1200px;
    border:1px solid #ccc;
}

.cal_label{
    display: block;
    float:left;
    position: relative;
    background: repeating-linear-gradient(
            45deg,
            #ededff,
            #ededff 10px,
            #fff 10px,
            #fff 20px
    );
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px dashed #ccc;
}

.cal_label div{
    width:100%;
    height:100%;
    background-color: white;
    background-size: auto 100%;
}

.absolute_center{
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:400px;
    height: 400px;
    margin: auto;
}

.footer .form-group{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.footer .form-group.tea{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 131px;
}