@import url('https://fonts.googleapis.com/css?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&display=swap');

/*No display*/

.no-title .page-title,
.no-content .main-content{
    display:none;
}

/*No display - END*/

#superfish-main{
    display:block;
}

#superfish-main-accordion{
    display:none;
}

.full-width{
	width:100%;
}

.fix-height{
	height:xxx px;
}

.no-padding{
    padding:0 !important;
}

.center-left-front {
    text-align: left;
    display: flex;
    justify-content: left;
	/*vertikalno centriranje lijevo u kombinaciji s klasom .fix-height*/
}

.center-center-front {
    display: flex;
    justify-content: center;
    text-align:center;
	/*vertikalno centriranje centar u kombinaciji s klasom .fix-height*/
}

.center-inner {
    align-self: center;
	/*unutarnja klasa za vertikalno centriranje*/
}

.mobile-yes{
	display:none;
	/*klasu dodati na element koji se ne prikazuje na desktop, ali se prikazuje na mobilnom, moguće je koristiti za drugačiji raspored u templateu za mobitele*/
}

.mobile-no{
	display:block;
	/*klasu dodati na element koji se prikazuje na desktop, ali se ne prikazuje na mobilnom, moguće je koristiti za drugačiji raspored u templateu za mobitele*/
}

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

.ss-title a{
    font-size:25px;
    font-weight:bold;
}

.ss-title{
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.ss-title a:hover{
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.ss-highlighted-text{
    font-family: gruppo;
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    background: linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-height:100px;
}

.test-class svg path{
    fill: none;
    stroke: #EC1C24;
    stroke-width: 30px;
    stroke-dasharray: 7em;
    stroke-linejoin: round;
    stroke-dashoffset: 0;
    animation: test 5s infinite;
    animation-delay: 3s;
    animation-direction:forward;
}

.region-footer-third #block-footer{
    z-index:0;
}

@keyframes test{
   0% {stroke-dashoffset: 0%;}
   50% {stroke-dashoffset: 500%;}
   100% {stroke-dashoffset: 0%;}
}

/*views styling*/

.view-sidebar-portfolio .views-row{
    margin-bottom:15px;
}

.view-news-frontpage .ss-article-info,
.view-news-frontpage .ss-article-type,
.view-news-sidebar .ss-article-info,
.view-news-sidebar .ss-article-type{
    font-size:12px;
    color: #999999;
    margin:5px 0px;
}

.ss-highlight-text{
    font-weight: bold;
    font-size: 18px;
    background: -webkit-linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    background: linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view .view-title{}

.view .view-summary{}

.view .view-body{}

/*views styling - END*/

/*paragraphs styling*/

.ss-page-top svg{
    font-size:5em;
    top:0;
    position:relative;
}

.ss-page-top svg path{
    fill:none;
    stroke:rgba(23, 42, 85, 0.5);
    stroke-width:10px;
}

.field--mt-background-image-block:hover .ss-page-top svg{
    animation: shrink-move 2s infinite;
    -webkit-animation: shrink-move 2s infinite;
}

.field--mt-background-image-block:hover .ss-page-top svg path{
    animation: dash-fill 2s infinite;
    -webkit-animation: dash-fill 2s infinite;
}

@keyframes dash-fill{
    0%{
        stroke:rgba(23, 42, 85, 0.5);
        stroke-width:10px;
    }
    50%{
        stroke:#ffffff;
        stroke-width:5px;
    }
    100%{
        stroke:rgba(23, 42, 85, 0.5);
        stroke-width:10px;
    }
}

@keyframes shrink-move{
    0%{
        transform:scale(1); 
        top:0;
    }
    50%{
        transform:scale(0.8); 
        top:20px;
    }
    100%{
        transform:scale(1); 
        top:0;
    }
}

.prg-title{}

.prg-summary{}

.prg-body{}

/*paragraphs styling - END*/

/*Blocks style*/

.ss-pahulje{
    width: 100px;
    position: relative;
    top: -50px;
    right: 45px;
    color: #202020;
    font-family: gruppo;
}

.eu-cookie-compliance-banner #popup-text{
    font-family:gruppo;
}

.eu-cookie-compliance-secondary-button {
    cursor: pointer;
    border: 2px solid #ffffff !important;
    background: none;
    margin-top: 1em;
    padding: 5px 25px !important;
    vertical-align: middle;
    border-radius: 5px;
}

.eu-cookie-compliance-message {
    float: left;
    margin: 5px 0 0;
    max-width: 100% !important;
}

.decline-button{
    display:none;
}

.sliding-popup-bottom{
    margin: 0;
    width: 30% !important;
    z-index: 99999;
    left: unset;
    text-align: center;
    right: 15px;
    bottom: 15px !important;
    padding: 15px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.6);
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: rgba(23, 42, 85, 0.95);
}

.ss-block-height{
    height:400px;
}

.ss-small{
    font-size: 18px;
    color: #444444;
}

.ss-big{
    font-family: gruppo;
    font-weight: bold;
    font-size: 40px;
    background: -webkit-linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    background: linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#block-webform,
#block-opisniblok{
    width: 70%;
    position: relative;
    margin: 0px auto;
}


#block-showcaseleft h2,
#block-progressshowcase h2,
.fancy-block h3{
    background: -webkit-linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    background: linear-gradient(to right, rgb(23, 42, 85) 0%, rgb(79, 157, 223) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:bold;
}

.shadow:before{
    top: 100%;
}

.shadow{
    background: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 40px;
    overflow: hidden;
    position:relative;
}

.shadow:before {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    bottom: 0px;
    width: 94%;
    height: 40px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 3%;
    }

.footer__section h2.title{
    font-size:30px;
}

.footer__section p,
.footer__section li{
    font-size:14px;
}

.disclaimer p{
    font-size:13px;
}

.footer__section .contact-info svg path{
    fill: none;
    stroke: #ffffff;
    stroke-width: 10px;
}

.site-name a{
    font-family: 'Audiowide', cursive;
}

.background-image-block__section .background-image{
    animation:bg-scale 10s infinite;
    -webkit-animation:bg-scale 10s infinite;
}

@keyframes bg-scale{
    0%{transform:scale(1);}
    50%{transform:scale(1.1);}
    100%{transform:scale(1);}
}

#block-showcaseleft ul li{
    font-size:18px;
}


.fancy-block-image:hover img,
.fancy-block-text:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.fancy-block-image img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#floating-icons a.grow, #floating-icons a.shrink, #floating-icons a.black-white, #floating-icons a.white-black, #floating-icons a.rotate {
    width: 55px;
    height: auto;
}

#floating-icons .floating-left {
    top: 40%;
}

#floating-icons a.grow:active, #floating-icons a.grow:hover {
    z-index: 10;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

#floating-icons a.grow svg path,
#floating-icons a.grow svg path{
    fill: none;
    stroke-width:25px;
    stroke: #ffffff;
    stroke-dasharray: 0em;
    stroke-linejoin: round;
    stroke-dashoffset: 0;
}

#floating-icons a.grow:hover svg path,
#floating-icons a.grow:active svg path{
    fill: none;
    stroke: #ffffff;
    stroke-dasharray: 15em;
    stroke-linejoin: round;
    stroke-dashoffset: 0;
    animation: dash-anim-hover 7s infinite;
    -webkit-animation: dash-anim-hover 7s infinite;
    animation-delay: 0s;
    -ebkit-animation-delay: 0s;
}

/*Blocks style - END*/

/*Nodes style*/

.ponuda-node .region--black-background {
    background-color: #ffffff;
}

.ponuda-node .region--black-background.region--light-typography,
.ponuda-node .region--black-background.region--light-typography fieldset legend{
    color: #202020;
}

.ponuda-node .region--black-background.region--light-typography a.button,
.ponuda-node .region--black-background.region--light-typography .button > a,
.ponuda-node .region--black-background.region--light-typography input[type="submit"], 
.ponuda-node .region--black-background.region--light-typography input[type="reset"], 
.ponuda-node .region--black-background.region--light-typography input[type="button"] {
    background-color: #172a55;
}

.path-node .field--name-field-summary{
    font-size: 20px;
    margin-bottom: 20px;
    color: #202020;
}

.region-banner h1.block-title--extra-large{
    text-shadow: 2px 2px 4px #000000;
}

.page-description{
    font-size: 20px;
    text-shadow: 2px 2px 4px #000000;
    color: #ffffff;
    line-height: 1.75em !important;
    font-family: 'Ubuntu', sans-serif;
}

.page-description:before{
    position: relative;
    content: "";
    height:1px;
    width:30px;
    box-shadow: 2px 2px 4px #000000;
    background: rgba(255,255,255,0);
    display:block;
    top:-10px;
    left:0px;
    right:100%;
    animation:line-left 5s forwards;
    -webkit-animation:line-left 5s forwards;
}

.page-description:after{
    position: relative;
    content: "";
    height:1px;
    width:0%;
    box-shadow: 2px 2px 4px #000000;
    background: rgba(255,255,255,0);
    display:block;
    bottom:-15px;
    right:0px;
    left:100%;
    animation:line-right 5s forwards;
    -webkit-animation:line-right 5s forwards;
}

@keyframes line-left{
    0%{
       background:linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1)); 
       width:0%;
    }
    
    100%{
       background:linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1)); 
       width:50%;
    }
}

@keyframes line-right{
    0%{
       background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); 
       width:0%;
    }
    
    100%{
       background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); 
       width:50%;
       left:50%;
    }
}

/*Nodes style - END*/

#block-calltoaction .button-hex{
    margin:15px auto;
}

/* SS-Buttons style */
.button-white-font{
    color:#ffffff !important;
}

.button-dark-font{
    color:#777777 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.button-dark-font:hover{
    color:#ffffff !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.button-dark-font-hover{
    color:#ffffff !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

/*.button-dark-font-hover:hover{
    color:#202020 !important;
    -webkit-text-fill:#202020 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}*/

.white-font{
    -webkit-text-fill:#ffffff !important;
    color:#ffffff !important;
}

h2.white-font{
    position:relative;
    padding-top:30px;
    text-transform:none;
}

.button-hex{
  position: relative;
	display:block;
	background: transparent;
	width:200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	margin:40px auto;
}

.button-hex-view{
  position: relative;
	background: transparent;
	width:200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	margin:40px auto;
	display:inline-block;
} 

.button-hex:before, .button-hex:after {
	width:200px;
  left: 0px;
	height:27px;
  /*z-index: -1;*/
  z-index: 0;
}

.button-hex-view:before, .button-hex-view:after {
	width:200px;
  left: 0px;
	height:27px;
  /*z-index: -1;*/
  z-index: 0;
}

a.button-text{
    text-decoration:none !important;
}

p.button-text{
   z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    font-family: gruppo;
    letter-spacing: 0.1em;
    text-transform: capitalize; 
}

.ss-whitebutton{ color: #ffffff; }
.ss-darkbutton{ color: #777777; }

.ss-darkbutton:hover{ color: #777777; }
/* Button Border Style */

.ss-whitebutton:before,.ss-whitebutton:after {
	border: 2px solid #ffffff;
}

.ss-darkbutton:before,.ss-darkbutton:after {
	border: 2px solid #777777;
}

.button-hex:before{
  top:2px;
  position: absolute;
  content: '';
  border-bottom: none;
  -webkit-transform: perspective(15px) rotateX(5deg);
  -moz-transform: perspective(15px) rotateX(5deg);
  transform: perspective(15px) rotateX(5deg);  
}

.button-hex-view:before{
  top:2px;
  position: absolute;
  content: '';
  border-bottom: none;
  -webkit-transform: perspective(15px) rotateX(5deg);
  -moz-transform: perspective(15px) rotateX(5deg);
  transform: perspective(15px) rotateX(5deg);  
}

.button-hex:after{
  position: absolute;
  top: 31px;
  content: '';
  border-top: none;
  -webkit-transform: perspective(15px) rotateX(-5deg);
  -moz-transform: perspective(15px) rotateX(-5deg);
  transform: perspective(15px) rotateX(-5deg);
}

.button-hex-view:after{
  position: absolute;
  top: 31px;
  content: '';
  border-top: none;
  -webkit-transform: perspective(15px) rotateX(-5deg);
  -moz-transform: perspective(15px) rotateX(-5deg);
  transform: perspective(15px) rotateX(-5deg);
}

/* Button Hover Style */
/*.ss-whitebutton:hover:before, .ss-whitebutton:hover:after {
	background: #ffffff;
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.ss-darkbutton:hover:before, .ss-darkbutton:hover:after {
	background: #777777;
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}*/

.button-hex,
.button-hex-view{
    transform:scale(1);
    -webkit-transform:scale(1);
    transition:all 0.5s ease-in-out;
}

.button-hex:hover,
.button-hex-view:hover{
    animation: grow 0.5s forwards;
    -webkit-animation: grow 0.5s forwards;
}

@keyframes grow{
   0% {transform:scale(1);}
   100% {transform:scale(1.1);}
}

/* SS-Buttons style - end */


@media (max-width: 767px){
    #block-floatingsocialblock{
        display:none;
    }
    
    .sliding-popup-bottom{
        width:100% !important;
        right:unset !important;
        bottom: 0 !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    
    .eu-cookie-compliance-buttons {
        text-align:center;
    }
    
    .ss-block-height{
        height:150px;
    }
    
    #block-webform,
    #block-opisniblok{
        width: 100%;
        position: initial;
        margin: initial;
    }
    
    .site-name a{
        font-family: 'Audiowide', cursive;
    }
    
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(1) .ss-tile,
    .view-services-page .views-row:nth-child(1),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(2) .ss-tile,
    .view-services-page .views-row:nth-child(2),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(3) .ss-tile,
    .view-services-page .views-row:nth-child(3),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(4) .ss-tile,
    .view-services-page .views-row:nth-child(4),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(6) .ss-tile,
    .view-services-page .views-row:nth-child(6){
        border:unset !important;
    }
    
    .view .col-lg-1, 
    .view .col-lg-10, 
    .view .col-lg-11, 
    .view .col-lg-12, 
    .view .col-lg-2, 
    .view .col-lg-3, 
    .view .col-lg-4, 
    .view .col-lg-5, 
    .view .col-lg-6, 
    .view .col-lg-7, 
    .view .col-lg-8, 
    .view .col-lg-9, 
    .view .col-md-1, 
    .view .col-md-10, 
    .view .col-md-11, 
    .view .col-md-12, 
    .view .col-md-2, 
    .view .col-md-3, 
    .view .col-md-4, 
    .view .col-md-5, 
    .view .col-md-6, 
    .view .col-md-7, 
    .view .col-md-8, 
    .view .col-md-9, 
    .view .col-sm-1, 
    .view .col-sm-10, 
    .view .col-sm-11, 
    .view .col-sm-12, 
    .view .col-sm-2, 
    .view .col-sm-3, 
    .view .col-sm-4, 
    .view .col-sm-5, 
    .view .col-sm-6, 
    .view .col-sm-7, 
    .view .col-sm-8, 
    .view .col-sm-9, 
    .view .col-xs-1, 
    .view .col-xs-10, 
    .view .col-xs-11, 
    .view .col-xs-12, 
    .view .col-xs-2, 
    .view .col-xs-3, 
    .view .col-xs-4, 
    .view .col-xs-5, 
    .view .col-xs-6, 
    .view .col-xs-7, 
    .view .col-xs-8, 
    .view .col-xs-9{
	    padding-left:0px;
	    padding-right:0px;
    }

    .mt-carousel-articles .mt-carousel-item {
        margin: unset;
    }
    
    
    .footer__section {
        padding: 30px 0;
    }
    .footer-bottom__container {
        padding: 30px 0 !important;
    }
    
    .disclaimer svg {
        width: 40px;
        height: 50px;
    }
    
    ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
        transition:all 0.3s ease-in-out;
    }
    
    #superfish-main-accordion{
        display:block;
    }
    
    #superfish-main{
        display:none;
    }
    
    #block-frontpagetop svg{
        width:100%;
    }
    
	.mobile-yes{
		display:block;
	}
	
	.mobile-no{
		display:none;
	}
	
	.fix-height{
		height:xxx px;
	}
	
	.view .row-inner{
        width:70%;
        margin:0px auto;
		/*za svaki view se u template definira top klasa .row-inner*/
    }
}

@media (min-width:768px) and (max-width:979px){
    .sliding-popup-bottom{
        width:50% !important;
    }
    
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(1) .ss-tile,
    .view-services-page .views-row:nth-child(1),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(2) .ss-tile,
    .view-services-page .views-row:nth-child(2),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(3) .ss-tile,
    .view-services-page .views-row:nth-child(3),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(4) .ss-tile,
    .view-services-page .views-row:nth-child(4),
    #block-whytochooseus .field--name-field-paragraphs-demo .field__item:nth-child(6) .ss-tile,
    .view-services-page .views-row:nth-child(6){
        border:unset !important;
    }
    
    .footer__section h2.title {
        font-size: 25px;
    }
    
    .ss-sn-font-size svg {
        font-size: 40px;
    }
    
    .header-container ul.menu li a {
        padding: 5px 5px !important;
    }
    
    #superfish-main {
        text-align:center;
    }
}

@media (min-width:980px) and (max-width:1199px){
    .header__container .col-md-4{
        width: 100%;
        text-align: center;
    }
    
    .logo {
        float: unset !important;
    }
    
    .header__container .col-md-8{
        width: 100%;
    }
    
    #superfish-main{
        text-align:center;
    }
}

@media (max-width: 480px){
    #block-frontpagetop svg{
        width:100%;
    }
    
	.mobile-yes{
		display:block;
	}
	
	.mobile-no{
		display:none;
	}
	
	.fix-height{
		height:xxx px;
	}
	
	.view .row-inner{
        width:70%;
        margin:0px auto;
		/*za svaki view se u template definira top klasa .row-inner*/
    }
	
	.full-width{
		width:100%;
	}
}

@media (max-width: 1024px){
    #block-floatingsocialblock{
        display:none;
    }
}

@media screen and (max-width: 414px), screen and (max-width: 767px) and (min-width: 568px), screen and (max-width: 1024px) and (min-width: 768px){
footer {
    margin-bottom: unset;
}
}