html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal;padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}template,[hidden]{display:none}

/*** Common style ***/
* {
    outline: none !important;
    box-sizing: border-box;
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
html, body {
	font-family: 'Open Sans';
    font-weight: 300;
    font-size: 18px;
	color: #004e86;
	background-color: white;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h1, h2, h3, h4, article #tabs, .section-tabs, article #tabs, .object-block .text span, .objects-list .card .read-more, .accordion-heading .accordion-toggle {
    font-weight: normal;
    line-height: normal;
	clear: both;
}
h1, h2, h3, h4 {
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}
h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #004e86;
    max-width: 968px;
    margin: 0 auto;
}
h2 span {
    background-color: #ffffff;
    position: relative;
    padding: 0 25px;
}
ul {
    list-style: none;
	margin: 0;
}
img {
    max-width: 100%;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: #004e86;
}
a:hover {
    color: #d80070;
}
.f-w-block, .page-title h1, .view-form .page-header h1, .h-contacts>ul {
    max-width: 1800px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}
.s-w-block {
    max-width: 968px;
    text-align: justify;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}
.p-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

h1, h2, h3, h4, .menu ul, .ba-gallery .category-filter a.ba-filter-active, .ba-gallery .category-filter a:hover, .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter>span, .info-blocks ul li .title, .banner .text span, .video-banner .text span, .products-block ul li a span, .blog-list ul li a span, #footer .f-contacts ul, #footer .copyr, .intro-banner .intro ul li span, .languageswitcher a, ul.dj-mobile-ps li.dj-mobileitem > a, .dj-megamenu-ps, .h-contacts ul {
    font-family: 'Quicksand',sans-serif;
}
#dj-megamenu112mobile {
    display: none;
}

/*** Edit button style ***/
.btn-edit {
    margin: 0;
    position: absolute !important;
    top: 0px;
    right: 0;
    background: #FFEB3B;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    z-index: 1000;
}
.btn-edit, .btn-edit>.dropdown-menu, .btn-edit>.dropdown-menu>li:nth-of-type(2) {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.contentpaneopen:hover .btn-edit, .landing-page:hover .btn-edit, .page-title:hover .btn-edit, .products-block li:hover .btn-edit, .blog-list li:hover .btn-edit, .btn-edit:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn-edit>.links {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0;
}
.btn-edit>.links img, .dropdown-menu img {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.btn-edit>.links:before, .btn-edit>.links:after, .products-block>ul>li:hover .btn-edit>.links:before, .blog-list>ul>li:hover .btn-edit>.links:after {
    content: none;
    display: none;
}
.btn-edit>.dropdown-menu {
    background: white;
    width: 150px;
    top: 20px;
    right: 20px;
    position: absolute;
    text-align: left;
    padding: 15px;
    line-height: normal;
    box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.5);
    margin: 0;
}
.btn-edit>.dropdown-menu li {
    font-size: 15px;
    height: auto;
    display: none !important;
}
.btn-edit>.dropdown-menu li:nth-of-type(1), .btn-edit>.dropdown-menu li:nth-of-type(4) {
    display: block !important;
}
.btn-edit>.dropdown-menu li a {
    margin: 0;
}
.products-block .btn-edit, .blog-list .btn-edit {
    top: 12px;
    right: 12px;
}
.btn-addnew {
    margin: 0;
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #d80070;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    padding: 0;
    z-index: 1000;
    color: white;
    font-size: 50px;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.5);
}
.btn-addnew:hover {
    color: white;
}
.item-page>.icons {
    display: none;
}
.dj-offcanvas-pusher-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}


/*** Fonts ***/
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand/quicksand-v9-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Light'), local('Quicksand-Light'),
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand/quicksand-v9-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'),
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand/quicksand-v9-latin_latin-ext-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-v16-latin_latin-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans/open-sans-v16-latin_latin-ext_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans/open-sans-v16-latin_latin-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans/open-sans-v16-latin_latin-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans/open-sans-v16-latin_latin-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans/open-sans-v16-latin_latin-ext_cyrillic-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*** Header ***/
#header {
position: fixed;
z-index: 100;
right: 0;
left: 0;
top: 0;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 78, 134, 0.5);
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
will-change: transform,opacity;
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
}
}
@keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.headroom--pinned {
-webkit-animation-name: slideDown;
animation-name: slideDown;
top: 0;
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(0);
}
100% {
-webkit-transform: translateY(-100%);
}
}
@keyframes slideUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.headroom--unpinned {
-webkit-animation-name: slideUp;
animation-name: slideUp;
    top: -20px !important;
}
.view-featured #header {
    padding: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 190px;
    max-width: 100%;
    box-shadow: none;
    position: inherit;
}
.view-featured #header>div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;	
    padding: 0;
}
.h-contacts {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    background-color: #004e86;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}
.compensate-for-scrollbar .h-contacts, .compensate-for-scrollbar #header {
    padding-right: 18px;
}
.h-contacts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.h-contacts ul li {
    padding: 5px 0 5px 13px;
    margin-left: 25px;
    position: relative;
}
.h-contacts ul li, .h-contacts ul li a {
    color: white;
}
.h-contacts ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 13px;
}
.h-contacts ul li:last-child {
    background-color: #d80070;
    padding: 15px 25px;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 500;
}
.h-contacts ul li:last-child:before {
    content: none;
}
#header>.f-w-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;      
}
.logo {
    width: 140px;
}
.view-featured .logo {

    width: 220px;
}
.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 200px;
    text-transform: uppercase;
    font-weight: 500;
}
.menu ul li {
    margin-left: 25px;
}
.dj-megamenu li div.dj-subwrap .dj-subwrap-in, .dj-megamenu li div.dj-subwrap .dj-subwrap-in .dj-subcol {
    width: 225px !important;
}
.languageswitcher {
    position: absolute;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.view-featured .languageswitcher {
    right: -10px;
}
.languageswitcher a {
    text-decoration: none;
    border: solid 1px transparent;
    color: #004e86;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    font-size: 17px;
}
.languageswitcher a.active {
    border: solid 1px #004e86;
}
.languageswitcher a:hover {
    color: #d71265;
}
.languageswitcher a.active:hover {
    color: #004e86;
}

/*** Intro banner ***/
.view-featured .intro-banner {
    height: calc(100vh - 480px);
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.view-featured .intro-banner>div {
    height: calc(100vh - 480px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro-banner .intro ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.intro-banner .intro ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
.intro-banner .intro ul li:nth-of-type(1) {
    margin-right: 25px;
}
.intro-banner .intro ul li:nth-of-type(2) {
    margin-left: 25px;
}
.intro-banner .intro ul li a {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.intro-banner .intro ul li a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.intro-banner .intro ul li span {
    position: absolute;
    color: #ffffff;
    background: rgba(0, 78, 135, 0.6);
    left: 0;
    right: 0;
    top: 50%;
    bottom: 15%;
    text-align: center;
    padding: 60px;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.intro-banner .intro ul li:hover span {
    top: 0;
    bottom: 0;
}

/*** Footer ***/
.view-featured #footer {
        height: 290px;
}
.view-featured #footer .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
}
.view-featured #footer>div:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.view-featured #footer .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.view-featured #footer .f-contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.view-featured #footer .copyr {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    padding: 0;
}
.view-featured #footer .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#footer .social ul li img {
    height: 60px;
    border: solid 1px #054e87;
    border-radius: 50%;
    margin: 0 12.5px;
}
#footer .social ul li:hover img {
    border: solid 1px #d80070;
}
.view-featured #footer .f-contacts ul, .view-featured #footer .copyr, .view-form #footer .copyr {
    text-align: center;
    color: #054e87;
}
.view-featured #footer .f-contacts ul {
    font-size: 20px;
}
.view-featured #footer .copyr {
    font-size: 13px;
    padding-top: 15px;
    background-color: white;
}

.copyr {
    background-color: #004e87;
    color: #ffffff;
    padding: 150px 0 25px 0;
    font-size: 13px;
    margin-top: -100px;
}
#footer>div:nth-of-type(1), #footer>div:nth-of-type(2) {
    display: inline-block;
}
#footer>div:nth-of-type(1) {
    width: calc(50% - 315px);
    float: left;
}
#footer>div:nth-of-type(2) {
    width: calc(50% + 315px);
}
.view-login #footer>div, .view-reset #footer>div, .view-remind #footer>div, .view-form #footer>div {
    width: 100%;
    float: none;
    margin: 75px 0 0 0;
    padding: 25px 0;
}
.view-featured #footer>div:nth-of-type(1)>div {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 15px;
    padding-right: 0;
}
#footer>div:nth-of-type(1)>div {
    max-width: 585px;
    margin-left: auto;
    padding-left: 25px;
}
.view-login #footer>div>div, .view-reset #footer>div>div, .view-remind #footer>div>div, .view-form #footer>div>div {
    max-width: 100%;
}
#footer .logo {
    width: 185px;
    margin-bottom: 70px;
}
#footer .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 55px;
    padding-bottom: 90px;
    margin-left: -12.5px;
}

/*** Animation ***/
.intro-banner .intro ul li span, .btn-edit, .dropdown-menu, .btn-pink, .load-more, .h-contacts ul li:last-child {
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
banner img, .blog-list ul li img, .products-block ul li img, #footer .social ul li img, .products-block ul li a:before, .blog-list ul li a:before, .image ul li a:before, .products-block ul li a:after, .blog-list ul li a:after, .image ul li a:after, .article-block .image img {
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.blog-list ul li a span, .products-block ul li a span {
-webkit-transition: background 400ms ease-in-out;
transition: background 400ms ease-in-out;
}
a {
-webkit-transition: color 400ms ease-in-out;
transition: color 400ms ease-in-out;
}

/*** Page common style ***/
.contentpaneopen, .view-form .page-header, .view-form>div>div>div>form, .item-page, .view-records>div>div>div>section {
    padding-top: 98px;
}
.landing-page {
    position: relative;
}
.page-title, .view-form .page-header {
    background-image: url(/images/printservice/other/auto-aplimesana-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.itemid-124 .page-title, .itemid-123 .page-title {
    background-image: url(/images/printservice/other/poligrafijas-pakalpojumi-intro.png);
}
body .page-title:before {
    bottom: 0;
}
.page-title h1, .view-form .page-header h1 {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    text-transform: none;
    color: white;
    z-index: 2;
}

.desc-block {
    margin-bottom: 60px;
}

.page-title, .blog-list {
    margin-bottom: 75px;
}

.article-block h1 {
    text-align: left;
    margin-bottom: 35px;
}
.article-block h2 {
    text-align: left;
    margin: 35px 0 15px;
}
.article-block h2:before {
    display: none;
}
.article-block p {
    margin-bottom: 15px;
}
.article-block ul {
    margin: 15px 15px 25px 15px;
}
.article-block ul li {
    padding-left: 15px;
    position: relative;
}
.article-block ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 2px #004ea4;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.article-block .image {
    margin: 75px auto;
}
.article-block .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.products-block ul li, .blog-list ul li {
    position: relative;
}
.products-block ul li a span, .blog-list ul li a span {
    position: absolute;
    background-color: rgba(0, 34, 60, 0.65);
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-weight: 300;
    padding: 25px;
    font-size: 21px;
    z-index: 3;
}
.contentpaneopen .products-block {
    margin: 75px auto;
}
.contentpaneopen .products-block h2 {
    margin-bottom: 75px;
}

/*** Auto Wrapping Page ***/
.banner, .video-banner {
    position: relative;
    height: 65vh;
    max-height: 600px;
    min-height: 400px;
    overflow: hidden;
}
.banner:before, .video-banner:before, .page-title:before, .view-form .page-header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 26, 45, 0.6);
    z-index: 1;
}
.banner img, .video-banner video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.banner .text, .video-banner .text {
    position: absolute;
    color: white;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.banner .text span, .video-banner .text span {
    font-weight: 300;
    font-size: 70px;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
}
.btn-pink, .load-more {
    display: table !important;
    color: #fff !important;
    padding: 13px 50px !important;
    background-color: #d80070 !important;
    margin: 0 auto !important;
    text-transform: uppercase !important;
    font-size: 25px !important;
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    border: none !important;
    border-radius: 0 !important;
}
.load-more {
    background-color: rgb(217,228,237) !important;
    color: #004e86 !important;
}
.btn-pink:hover, .h-contacts ul li:last-child:hover {
    color: #fff !important;
    background-color: #f2007e !important;
}
.load-more:hover {
    color: #fff !important;
    background-color: #d80070 !important;
}

.itemid-155 .article-block {
    margin-bottom: 75px;
}
.itemid-155 .article-block, .itemid-155 .article-block h2 {
    text-align: center;
}

.info-blocks ul {
    margin: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #004e86;
}
.info-blocks ul li {
    text-align: center;
    max-width: 270px;
    margin: 0 12.5px;
}
.info-blocks ul li .title {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 35px;
}
.info-blocks ul li img {
    width: 75px;
    display: block;
    margin-bottom: 15px;
}

.gallery ul, .products-block ul, .blog-list ul {
    margin: -12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gallery ul {
    margin-top: 40px;
    margin-bottom: 40px;
}
.gallery ul li, .products-block>ul>li, .blog-list>ul>li, .image ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
}
.itemid-128 .gallery ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
}
.gallery ul li a, .products-block ul li a, .blog-list ul li a, .image ul li a {
    margin: 12.5px;
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.gallery ul li a img, .products-block ul li a img, .blog-list ul li a img, .image ul li a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.compensate-for-scrollbar {
    margin-right: 17px !important;
}
.fancybox-thumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
}
@media all and (min-width: 100px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

.products-block ul li:hover a img, .blog-list ul li:hover a img, .image ul li:hover a img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.products-block>ul>li:hover>a:before, .blog-list>ul>li:hover>a:before, .image ul li:hover a:before {
    position: absolute;
    content: '';
    background-color: rgba(0,34,60,0.65);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.products-block>ul>li>a:before, .blog-list>ul>li>a:before, .image ul li a:before {
    position: absolute;
    content: '';
    background-color: rgba(0,34,60,0.65);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.products-block>ul>li:hover>a:after, .blog-list>ul>li:hover>a:after, .image ul li:hover a:after {
    top: 50%;
    line-height: 0;
    z-index: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.products-block ul li:hover a span, .blog-list ul li:hover a span {
    background-color: transparent;
}

.gallery .custom .ba-edit-gallery-btn, .gallery .custom .category-filter, .gallery .custom .ba-pagination {
    display: none !important;
}
.gallery .custom .ba-gallery-content-wrapper {
    margin-bottom: 25px;
}

.ba-gallery .category-filter {
    margin-top: 0 !important;
}
.ba-gallery .category-filter>span {
    font-weight: 500;
    padding: 7px 15px 7px 0;
}
.ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active {
    margin: 0 12.5px 12.5px 0 !important;
}
.ba-gallery .category-filter a.ba-filter {
    background-color: rgb(255, 255, 255) !important;
    border: solid 1px #6b91ad !important;
    color: #004e86 !important;
    padding: 7px 15px !important;
}
.ba-gallery .category-filter a.ba-filter-active, .ba-gallery .category-filter a:hover {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(216, 0, 112) !important;
    border-color: rgb(216, 0, 112) !important;
    padding: 7px 15px !important;
    text-shadow: 0 0 1px rgb(216,0,112) !important;
}
.ba-gallery-items, .ba-album-items, .products-block>ul>li>a {
    box-shadow: 0 0 2px 0 #d9e4ed !important;
}
.ba-gallery-content-wrapper {
    margin-top: 50px;
}
.ba-album.css-style-13 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-13 .ba-gallery-items:hover .ba-image img, .ba-album.css-style-7 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-7 .ba-image:hover img {
    transform: scale(1.15) !important;
    -webkit-transform: scale(1.15) !important;
}
.ba-gallery-grid.css-style-7 .ba-caption:after, .products-block ul li:hover a:after, .blog-list ul li:hover a:after, .image ul li:hover a:after {
    position: absolute;
    content: '+';
    left: 0;
    right: 0;
    color: rgb(216, 0, 112);
    font-size: 70px;
    text-align: center;
    vertical-align: middle;
}
.products-block ul li a:after, .blog-list ul li a:after, .image ul li a:after {
    top: 50%;
    line-height: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    content: '+';
    left: 0;
    right: 0;
    color: rgb(216,0,112);
    font-size: 70px;
    text-align: center;
    vertical-align: middle;
}

.sky, .sky h2 span {
    background-color: #f0f7fc;
}
.about-us {
    padding: 75px 0;
    margin-top: 50px;
}
.about-us>div {
    max-width: 968px;
    text-align: justify;
}
.about-us h2 {
    margin-bottom: 90px;
}

.contact-form {
    margin: 80px 0;
}
.contact-form h2 {
    margin-bottom: 70px;
}
.contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 630px !important;
    margin: 0 auto 50px;
    font-size: 100% !important;
}
.contact-form .ui.form .field>label {
    display: none;
}
.contact-form .ui.form .field {
    margin-bottom: 25px;
}
.contact-form form input, .contact-form form textarea {
    background-color: #f0f7fc !important;
    border: none !important;
    padding: 10px 15px !important;
    color: #004e86 !important;
    line-height: 25px !important;
    border-radius: 0 !important;
}
.contact-form .g-recaptcha>div {
    margin: 0 auto 25px;
}

.facebook-block {
    margin: 75px 0;
}
.instagram-block p {
    text-align: center;
    font-size: 25px;
    padding: 25px 0;
}
.instagram-block>div {
    display: flex;
    justify-content: center;
}
.instagram-block>div iframe {
    margin: 25px;
}

/*** Contact us page ***/
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.contacts>div {
    min-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
}
.contacts .contact-form {
    margin-top: 0;
    padding-left: 25px;
}
.contacts .contact-data {
    text-align: center;
    padding-right: 25px;
}
.contacts .contact-data h2 {
    margin-bottom: 70px;
}

/*** Blog style ***/
.blog-list>ul>li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
}
.image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -12.5px;
}
.image ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
    padding: 0;
}
.image ul li:before {
    content: none;
}

/*** System pages ***/
.registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.registration>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.registration .left {
    float: left;
    background-image: url(/images/printservice/other/poligrafijas-pakalpojumi-intro.png);
    background-position: center;
    background-size: cover;
    border: solid 1px #e6e6e6;
    border-right: none;
}
fieldset {
    border: none;
    margin-bottom: 25px;
}
.registration .right form {
    padding: 25px 50px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border: solid 1px #e6e6e6;
    border-left: none;
}
.registration .right form h1 {
    border-left: solid 5px #c11521;
    padding-left: 10px;
    line-height: 55px;
    margin-bottom: 35px;
    text-align: left;
}
.registration .right form label {
    display: block !important;
}
.registration .right form .controls {
    margin-left: 200px;
}
.registration .right form .control-label, .login .right form .control-group:nth-of-type(1) .control-label, .reset .right form .control-group:nth-of-type(1) .control-label, .remind .right form .control-group:nth-of-type(1) .control-label, .reset-confirm .right form .control-group:nth-of-type(1) .control-label, .reset-complete .right form .control-group:nth-of-type(1) .control-label {
    width: 190px;
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 12px;
    text-align: right;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    -webkit-transition:border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    background-color: #f0f7fc !important;
    border: none;
    padding: 10px 15px;
    color: #004e86 !important;
    line-height: 25px;
    height: auto;
    box-shadow: none;
}
.well img {
    max-height: 150px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs>li {
    margin-bottom: -1px;
}
.nav-stacked>li {
    float: none;
}
.nav>li>a {
    display: block;
}
.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    border-radius: 0;
}

.nav-tabs.nav-stacked>li:first-child>a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}
.nav-tabs.nav-stacked>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}
