@import url(http://fonts.googleapis.com/css?family=Inder&subset=latin,latin-ext);

body {
    font-family: 'Inder', sans-serif;
    -ms-touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inder', sans-serif;
}


.orbit-container .orbit-slide-number {
    display: none;
}

/*.orbit-timer {
    display: none;
}*/

.orbit-bullets1 li {
    display: block;
    width: 100%;
    height: 18px;
    background: #fff;
    float: left;
    margin-right: 6px;
    border: solid 2px black;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.orbit-bullets li.active {
    background: #000;
}

.orbit-bullets li:last-child {
    margin-right: 0;
}

.orbit-prev {
    display: none;
}

.orbit-next {
    display: none;
}

.orbit-container .orbit-slides-container li {
    background-color: white;
}


/*set image position to center*/
#emp img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*height: 50%;*/
}

#empButtons {
    margin-top: 30px;
    margin-bottom: 20px;
}


.page {
    padding-top: 2%;
}

#empButtons a {
    margin-right: 2%;
    margin-left: 2%;
}

#empButtons .active {
    border-bottom: 5px solid #2EE0AD;
}

hr-padding {
    padding-top: 5%;
}


.ui-effects-transfer {
    border-bottom: 5px solid #2EE0AD;
}

.green-text {
    color: #0CD89E;
}

#storitve {
    margin-top: 2%;
}

.down {
    margin-top: 2%;
}

[data-magellan-expedition] {
    width: 30px;
}


.working-hours .cta-button-custom {
    background-color: whitesmoke;
    text-align: center;
    padding: 1.25em 1.25em 1.25em 1.25em;
}

@font-face {
    font-family: '[set]Foundicons';
    src: url('css/foundation_icons_social/fonts/social_foundicons.eot');
    src: url('css/foundation_icons_social/fonts/social_foundicons.eot?#iefix') format('embedded-opentype'), url('css/foundation_icons_social/fonts/social_foundicons.woff') format('woff'), url('css/foundation_icons_social/fonts/social_foundicons.ttf') format('truetype'), url('css/foundation_icons_social/fonts/social_foundicons.svg#SocialFoundicons') format('svg');
    font-weight: normal;
    font-style: normal;
}


[class*="foundicon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
}

    [class*="foundicon-"]:before {
        font-family: "SocialFoundicons";
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        font-size:30px;
    }


.foundicon-thumb-up:after {
    content: "thumb-up";
}

.foundicon-thumb-down:after {
    content: "thumb-down";
}

.foundicon-rss:after {
    content: "rss";
}

.foundicon-facebook:after {
    content: "";
}

.foundicon-twitter:after {
    content: "twitter";
}

.foundicon-pinterest:after {
    content: "pinterest";
}

.foundicon-github:after {
    content: "github";
}

.foundicon-path:after {
    content: "path";
}

.foundicon-linkedin:after {
    content: "linkedin";
}

.foundicon-dribbble:after {
    content: "dribbble";
}

.foundicon-stumble-upon:after {
    content: "stumble-upon";
}

.foundicon-behance:after {
    content: "behance";
}

.foundicon-reddit:after {
    content: "reddit";
}

.foundicon-google-plus:after {
    content: "google-plus";
}

.foundicon-youtube:after {
    content: "youtube";
}

.foundicon-vimeo:after {
    content: "vimeo";
}

.foundicon-flickr:after {
    content: "flickr";
}

.foundicon-slideshare:after {
    content: "slideshare";
}

.foundicon-picassa:after {
    content: "picassa";
}

.foundicon-skype:after {
    content: "skype";
}

.foundicon-steam:after {
    content: "steam";
}

.foundicon-instagram:after {
    content: "instagram";
}

.foundicon-foursquare:after {
    content: "foursquare";
}

.foundicon-delicious:after {
    content: "delicious";
}

.foundicon-chat:after {
    content: "chat";
}

.foundicon-torso:after {
    content: "torso";
}

.foundicon-tumblr:after {
    content: "tumblr";
}

.foundicon-video-chat:after {
    content: "video-chat";
}

.foundicon-digg:after {
    content: "digg";
}

.foundicon-wordpress:after {
    content: "wordpress";
}

/*Custom pricing table*/
.working-hours {
    /*border: solid 1px #dddddd;*/
    margin-left: 0;
    margin-bottom: 1.25em;
    margin-top:1.25em;
}

    .working-hours * {
        list-style: none;
        line-height: 1;
    }

    .working-hours .title {
        /*background-color: #ebebeb;*/
        padding: 0.9375em 1.25em;
        text-align: center;
        color: #333333;
        /*font-weight: bold;*/
        font-size: 1em;
    }

    .working-hours .price {
        background-color: #eeeeee;
        padding: 0.9375em 1.25em;
        text-align: center;
        color: #333333;
        font-weight: normal;
        font-size: 1.25em;
    }

    .working-hours .description {
        background-color: white;
        padding: 0.9375em;
        text-align: center;
        color: #777777;
        font-size: 0.75em;
        font-weight: normal;
        line-height: 1.4;
        border-bottom: dotted 1px #dddddd;
    }

    .working-hours .bullet-item {
        background-color: white;
        padding: 0.9375em;
        text-align: center;
        color: #333333;
        font-size: 0.875em;
        font-weight: normal;
        /*border-bottom: dotted 1px #dddddd;*/
    }

    .working-hours .cta-button {
        background-color: whitesmoke;
        text-align: center;
        padding: 1.25em 1.25em 0;
    }