body {
 font-family: 'Titillium Web', sans-serif;
 color: #303030;
 background: #fff;
}



a, button {
 color: #303030;
}

button {
 background: inherit;
}

em {
 font-style: normal;
}

strong {
 font-weight: 700;
}

a,
button,
input,
em,
span {
 transition: all 0.3s ease-in-out
}

header {
 min-height: 700px;
 background: transparent
}

.navbar {
 min-height: 70px;
 max-width: 1550px;
 margin: 0px auto;
 padding: 25px 0px;
 background: none;
 border: none;
 border-radius: 0
}

.navbar-default .navbar-nav > li > a.active {
    border-bottom: 2px solid #ffcc31;
}

.submit-button {
 display: inline-block;
 min-width: 200px;
 padding: 12px 15px 10px 15px;
 font-size: 13px;
 text-align: center;
 text-transform: uppercase;
 border: 1px solid #fff;
}

.navbar-default .navbar-nav {
 padding-top: 20px
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > button {
 margin-left: 35px;
 padding: 4px 0px;
 font-size: 14px;
 font-weight: 600;
 color: #fff;
 border-bottom: 2px solid transparent
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > button:hover {
 color: #fff;
 border-bottom: 2px solid #ffcc31;
 background:none;
}

.navbar-default .navbar-nav > li > a.submit-button,
.navbar-default .navbar-nav > li > button.submit-button {
 margin-top: -7px;
 margin-left: 35px;
 padding: 10px 15px;
 border-bottom: 1px solid #fff
}

.navbar-default .navbar-nav > li > a.submit-button:hover,
.navbar-default .navbar-nav > li > button.submit-button:hover,
header .intro .submit-button {
 color: #303030;
 background: #ffcc31;
 border-color: #ffcc31
}

.logo {
 display: inline-block;
}

.logo img {
    width: 140px;
}

header .intro {
 text-align: center;
 color: #fff
}

header .intro h1 {
 padding-top: 15px;
 padding-bottom: 5px;
 font-size: 36px;
 font-weight: 600
}

header .intro h2 {
 font-size: 20px;
 font-weight: 400;
 line-height: 30px
}

header .intro .submit-button {
 margin-top: 15px;
 font-size: 14px;
 font-weight: 600;
 text-decoration: none
}

header .intro .submit-button:hover {
 min-width: 220px;
 margin-top: 10px;
 font-size: 18px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5)
}

.parallax-window.sub {
 min-height: 470px;
}

.wrapper {background-color:#fff}

section {
 margin-top: -60px;
 padding-bottom: 75px;
 text-align: center
}

section h3 {
 display: inline-block;
 position: relative;
 margin-top: 0px;
 padding: 30px 15px 15px 15px;
 font-size: 32px;
 font-weight: 400;
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff', GradientType=0);
}

section h3 span {
 display: block;
 content: "";
 position: absolute;
 width: 70px;
 height: 100%;
 left: -70px;
 top: 0;
 overflow: hidden
}

section h3 span:last-child {
 left: auto;
 right: -70px
}

section h3 span::before {
 display: block;
 content: "";
 position: absolute;
 width: 120px;
 height: 100%;
 left: 30px;
 top: 0;
 -ms-transform: skewX(-45deg);
 -webkit-transform: skewX(-45deg);
 transform: skewX(-45deg);
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff', GradientType=0);
}

section h3 span:last-child::before {
 left: -80px;
 -ms-transform: skewX(45deg);
 -webkit-transform: skewX(45deg);
 transform: skewX(45deg)
}

section h4 {
 max-width: 700px;
 margin: 5px auto;
 padding-bottom: 80px;
 font-size: 18px;
 font-weight: 400;
 line-height: 28px
}

.icon {
 font-size: 16px
}

.icon span {
 display: inline-block;
 width: 200px;
 height: 200px;
 position: relative;
 background: rgba(255, 204, 49, 0.75);
 border-radius: 50%;
 overflow: visible
}

.icon span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/moja-kucica.svg') center center no-repeat;
 background-size: 95%
}

.icon span:hover {
 background: rgba(255, 204, 49, 0.9);
 border-radius: 10%
}

.icon.reklamirajte-se span {
 background: rgba(255, 146, 49, 0.75)
}

.icon.reklamirajte-se span::after {
 background: url('../img/reklamirajte-se.svg') center center no-repeat;
 background-size: 95%
}

.icon.reklamirajte-se span:hover {
 background: rgba(255, 146, 49, 0.9)
}

.icon.ugodite-si span {
 background: rgba(64, 164, 237, 0.75)
}

.icon.ugodite-si span::after {
 background: url('../img/ugodite-si.svg') center center no-repeat;
 background-size: 95%
}

.icon.ugodite-si span:hover {
 background: rgba(64, 164, 237, 0.9)
}

.icon strong {
 display: block;
 padding-top: 20px;
 padding-bottom: 5px;
 font-size: 22px;
 font-weight: 700
}

.icon .submit-button {
 margin-top: 12px;
 font-size: 14px;
 font-weight: 700;
 color: #303030;
 text-decoration: none;
 background: #fff;
 border-color: #ffcc31
}

.icon .submit-button:hover {
 background: #ffcc31
}

section.help h4 {
	padding-bottom:40px
}
/*.help > div > div:nth-child(4) {
	clear:both
}*/

.icon-pomoc {
 padding:30px;
 font-size: 16px
}

.icon-pomoc span {
 display: inline-block;
 width: 69px;
 height: 65px;
 position: relative;
 background: none;
 overflow: visible
}

.icon-pomoc strong {
 display: block;
 padding-top: 15px;
 padding-bottom: 5px;
 font-size: 22px;
 font-weight: 600
}

.icon-pomoc.marketing span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/marketing.svg') center center no-repeat;
 background-size: 95%
}


.icon-pomoc.cijena span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/cijena.svg') center center no-repeat;
 background-size: 90%
}

.icon-pomoc.rezervacija span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/rezervacija.svg') center center no-repeat;
 background-size: 95%
}

.icon-pomoc.odrzavanje span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/odrzavanje.svg') center center no-repeat;
 background-size: 95%
}

.icon-pomoc.podrska span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/podrska.svg') center center no-repeat;
 background-size: 90%
}

.icon-pomoc.naplata span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/naplata.svg') center center no-repeat;
 background-size: 90%
}
.slider_placeholder{
 margin-bottom: 100px;
 background: url('../img/slider-bg.jpg') center center no-repeat;
}

.carousel-inner > .item {
 min-height:372px;
 margin:0px auto;
 padding:9% 15%;
 font-size:24px;
 font-weight:400;
 color:#fff;
 line-height:36px;
}
/*.carousel-inner > .item:first-child {
 padding:6% 15%;
}*/
.carousel-inner > .item:last-child {
 text-align:center;
 /*font-size:28px;
 font-weight:600;*/
}
.glyphicon {
  top: 50%;
  margin-top:-22px;
  font-size:44px;
  position: absolute;
  left: 0;
  right: 0;
}


ul.check {
 margin: 50px 0;
}

.check li {
 list-style: none;
 position:relative;
 max-width: 920px;
 margin: 5px auto;
 padding-left:45px;
 padding-bottom: 20px;
 font-size: 22px;
 font-weight: 400;
 color:#303030;
 line-height: 28px;
 text-align: left;
}

.check li::before {
 content: '';
 position:absolute;
 left:0;
 top:-2px;
 display: block;
 height: 25px;
 width: 25px;
 margin: 5px 10px 0 0;
 background-image: url('../img/bullet.svg');
 background-repeat: no-repeat;
 background-position: left center;
}

.outtro .submit-button {
 color: #fff;
 background: #fff;
 border-color: #fff
}

.outro {
 text-align: center;
 color: #303030;
 padding-top: 15%;
}

.outro h1 {
 font-family: 'Titillium Web', sans-serif;
 padding-top: 15px;
 padding-bottom: 5px;
 font-size: 36px;
 font-weight: 400;
 color:#303030;
 line-height:48px;
}

.outro .submit-button {
 margin-top: 15px;
 font-size: 14px;
 font-weight: 600;
 text-decoration: none;
 color: #fff;
 border:2px solid #fff;
}

.outro .submit-button:hover {
 min-width: 220px;
 margin-top: 10px;
 font-size: 18px;
 background: #ffcc31;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
 border: none;
}

footer {
    padding:70px 0; 
 background-color: #ffcc31;
 font-family: 'Titillium Web', sans-serif;
 font-size: 14px;
 font-weight: 400;
 color:#303030;
 line-height: 34px;
}

footer ul {
 margin: 0;
 list-style: none;
 padding: 0;
}

footer a:hover {
 color:#fff;
 text-decoration:none;
}


.send-mail {
    float: left;
    border: none;
    width: 20%;
    height: 30px;
    text-indent:-999px;
    overflow:hidden;
    background:#fff url('../img/letter.png') 85% center no-repeat;
    -o-border-radius: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.strong {
 font-weight: 700
}
.contact {
}

.contact P {
 line-height: 20px;
}

.subscribe-input {
    float: left;
  padding: 0 20px 0 10px;
  width: 80%;
  height: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  color: #444;
  background-color: #fff;
  border: none;
  -o-border-radius: 0;
  -webkit-border-radius:0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.social {
    
}
.social li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.social li a {
    outline:none
}

.social img {
    transition: .2s all ease;
    transform: scale(0.8);
}

.social img:hover {
    transform: scale(1);
}



/* Contact form */
#enquiryform ol {
	margin:0;
	padding:0;
}
#enquiryform li {
	list-style:none;
}
#enquiryform li.provjera {
	display:none;
}
#enquiryform label {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #545454;
	font-size: 15px;
	font-weight: 500;
}
#enquiryform input, #enquiryform textarea {
	display: block;
	float: right;
	width: 100%;
	padding: 4px;
	margin-top: 0px;
	font-family: 'Titillium Web', sans-serif;
	color: #545454;
	font-size: 14px;
	background: #fbfbfb;
	border: 1px solid #d5d5d5;
	/*-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;*/
}
#enquiryform textarea {
	height: 150px;
	font-family: 'Titillium Web', sans-serif;
	padding: 4px;
}
#enquiryform input:focus, #enquiryform textarea:focus {
	background: #ffffff;
	border-bottom: 1px solid #aeaeae;
}
#enquiryform .submit {
	float:right;width:100%;height:50px;padding:10px 25px;margin-top:15px;font-size:18px;font-weight:600;font-family: 'Titillium Web', sans-serif;color:#303030;background:#ffcc31;border:none;text-transform:uppercase;
	cursor: pointer;
}
#enquiryform .submit:hover {color:#fff;background:#303030}

.carousel-inner {
    height: 450px;
}

/* Futuro potpis */
.futuro,
.futuro span,
.futuro strong {
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.futuro {
 display: inline-block;
 position: relative;
 right: 30px;
 top: 12px;
 float: right;
 width: 24px;
 height: 24px;
 color: #fff;
 text-decoration: none;
 overflow: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.butterfly {
    position: relative;
    min-height: 200px;}

.futuro_logo {
 position: absolute;
 bottom: 15px;
 right:15px;
}

.futuro.right {
 right: auto;
}

.futuro.neutral,
.futuro.neutral:hover {
 text-shadow: 1px 1px #333;
}

.futuro.light,
.futuro.light:hover {
 color: #333;
}

.futuro span {
 display: block;
 width: 24px;
 height: 24px;
 position: absolute;
 z-index: 10;
 background: #1d1d1d url('https://www.futuro.hr/img/potpis/futuro.png') center 7px no-repeat;
 background-size: 14px auto;
 border-radius: 50%;
}

.futuro.neutral.alt span {
 background-color: #666;
}

.futuro.dark.alt span,
.futuro.light.alt span {
 background-color: #999;
}

.futuro.dark.alt2 span {
 background: transparent url('https://www.futuro.hr/img/potpis/futuro2.png') center 0px no-repeat;
 background-size: 26px auto;
}

.futuro.dark.alt2:hover span {
 /*background:#d5261e url('https://www.futuro.hr/img/potpis/futuro.png') center 7px no-repeat;
background-size:14px auto;*/
 background-color: #d5261e;
}

.futuro strong {
 display: block;
 position: absolute;
 top: 4px;
 left: 15px;
 font-size: 12px;
 font-weight: 600;
 line-height: 17px;
 opacity: 0;
}

.futuro.right strong {
 left: -20px;
}

.futuro:hover {
 color: #fff;
 text-decoration: none;
 overflow: visible;
}

.futuro:hover span,
.futuro.alt:hover span {
 background-color: #d5261e;
 border-radius: 6px;
}

.futuro:hover strong {
 left: 30px;
 opacity: 1;
}

.futuro.right:hover strong {
 left: -40px;
}

.nolink {
    opacity: 0.5;
}


/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .logo {
            margin-left: 30px;
        }
        .navbar-nav {
            padding: 0;
            float: none;
        }

        .icon span {
            width: 170px;
            height: 170px;
        }
        
        .icon-pomoc {
        	min-height: 290px;
        }
        
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .contact {
            padding: 40px 0 0 0;
        }

        .navbar-nav {

            padding: 0;
            
        }
        .submit-button {
            display: block;
            min-width: 200px;
            padding: 12px 15px 10px 15px;
            font-size: 13px;
            text-align: center;
            text-transform: uppercase;
            border: 1px solid #fff;
            width: 30%;
            margin: 0 auto;
        }
        

        .icon span {
            width: 140px;
            height: 140px;
        }
        
        .icon-pomoc {
        	min-height: auto;
        }
        
    }

    @media only screen and (max-width : 800px) {
        section h3 span {
            display: none;
        }

        section h3 {
            min-width: 100%;
            
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
            .nav > li:last-child {
                margin-top: 30px;
            }

            .nav > a {
                display: block;
            }

            .navbar-default .navbar-toggle {
                border: none;
                border-radius: 2px;
            }

            section h4 {
                padding-bottom: 40px;
            }

            .navbar-default .navbar-nav {
                padding: 20px 0;
            }

            .navbar-toggle .icon-bar {
                height: 3px;
                border-radius: 2px;
                width: 30px;
            }
            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                background-color: rgba(0,0,0,.5);
            }
            .navbar-default .navbar-toggle .icon-bar {
                background-color: rgb(255,204,49);
            }

            .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                margin-top: 10px;
                position: absolute;
                width: 100%;
                z-index: 1;
                text-align: center;
                border: none;
                background-image: url(../img/Header-Rentergo-Zadar.jpg);
                background-position: center -125px;
                border-top: 3px solid rgb(255,204,49);
            }

            .navbar-default .navbar-nav > li > a {
                padding: 10px 0;
                margin: 10px 0;
                display: inline-block;
            }


         .logo {
            margin-left: 20px;
        }
        .navbar-default .navbar-nav > li > a.submit-button,
		.navbar-default .navbar-nav > li > button.submit-button {
            margin: 0 auto;

        }
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            margin-top: 10px;
        }
        
        header {
            min-height: 550px;
        }

        header .intro h2{
            margin: 0;
            padding: 20px 0;
            background-color: rgba(0,87,235, .8);
        }
        
        section h3 span{
            display: none;
        }
        ul {
            padding: 0;
            
        }
        section .check li {
            font-size: 18px;
        }

        .icon {
            padding: 40px 0;
        }

        .icon span {
            width: 100px;
            height: 100px;
        }
    }

    @media only screen and (max-width : 500px) { 
            .clear-icon {
                width: 100%;
                text-align: center;
            }

            .social {
                margin-bottom: 40px;
            }

            .carousel-inner > .item {
            font-size: 20px;
            line-height: 28px;
        }

            .futuro_logo {
                bottom: 0;
                margin: 0 auto;
            }

            .contact {
                margin-bottom: 80px;
            }
            footer {
                padding: 40px 0;
            }
            
        }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
        .navbar-nav {
            width: 100%;
            padding: 0;
            float: none;
        }
        ul.navbar-nav {
            width: 80%;
            margin:0 auto;
        }
        .navbar-default .navbar-nav > li > a,
		.navbar-default .navbar-nav > li > button {
            margin-left: 0;
        }
        .navbar-default .navbar-nav > li > a.submit-button,
		.navbar-default .navbar-nav > li > button.submit-button {
            margin: 0 auto;
            width: 50%;
        }
        .submit-button {
            display: block;
            min-width: 200px;
            padding: 12px 15px 10px 15px;
            font-size: 13px;
            text-align: center;
            text-transform: uppercase;
            border: 1px solid #fff;
            margin: 0 auto;
            width: 100%;
        }
        

        
    }

    @media only screen and (max-width : 360px) {
            .carousel-inner > .item {
            font-size: 18px;
            line-height: 26px;
        }

        .outro h1{
            font-size: 32px;
        }

        header .intro h1 {
                font-size: 32px;
            }

        section h3 {
            font-size: 28px;
        }
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {


        .carousel-inner > .item {
            font-size: 18px;
            line-height: 26px;
        }
        
        ul.check {
            margin: 0 0 0 0;
        }
        section {
            padding-bottom: 15px;
        }
        section .check li {
            font-size: 16px;
        }
        .navbar-default .navbar-nav > li > a.submit-button,
		.navbar-default .navbar-nav > li > button.submit-button {
            margin:0 auto;
            width: 50%
        }
        .navbar-default .navbar-nav > li > a,
		.navbar-default .navbar-nav > li > button {
            margin-left: 0;
        }
        ul.navbar-nav{
            width: 100%;
            padding: 0;
            float: none;
        }
        .nav > li {
            margin:0;
        }
        .logo img {
             width: 30%;
        }
    }


/* auto clear */

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}




