/*!
Theme Name: Tehnolog konsultant
Theme URI: http://underscores.me/
Author: Marko
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tehnolog konsultant is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Bootstrap
# Flaticon
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Nase tehnologije
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 3rem;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Flaticon
--------------------------------------------------------------*/

@font-face {
  font-family: "Flaticon";
  src: url("fonts/flaticon/Flaticon.eot");
  src: url("fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/flaticon/Flaticon.woff") format("woff"),
       url("fonts/flaticon/Flaticon.ttf") format("truetype"),
       url("fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-size: 60px;
	font-style: normal;
	margin-left: 0px;
  top: 0;
  position: absolute;
  left: 14px;
	color: #01b287;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.flaticon-calendar-with-a-clock-time-tools:before { content: "\f100"; }
.flaticon-play-button:before { content: "\f101"; }
.flaticon-coffee-beans:before { content: "\f102"; }
.flaticon-olive-oil:before { content: "\f103"; }
.flaticon-cookies:before { content: "\f104"; }
.flaticon-percentage:before { content: "\f105"; }
.flaticon-gift:before { content: "\f106"; }
.flaticon-placeholder:before { content: "\f107"; }
.flaticon-substract:before { content: "\f108"; }
.flaticon-add:before { content: "\f109"; }
.flaticon-pickles:before { content: "\f10a"; }
.flaticon-play-button-1:before { content: "\f10b"; }
.flaticon-user:before { content: "\f10c"; }
.flaticon-percent:before { content: "\f10d"; }
.flaticon-substract-1:before { content: "\f10e"; }
.flaticon-add-1:before { content: "\f10f"; }
.flaticon-chocolate:before { content: "\f110"; }
.flaticon-butter:before { content: "\f111"; }
.flaticon-jelly:before { content: "\f112"; }
.flaticon-ice-cream:before { content: "\f113"; }
.flaticon-paw:before { content: "\f114"; }
.flaticon-ice-cream-1:before { content: "\f115"; }
.flaticon-croissant:before { content: "\f116"; }
.flaticon-bread:before { content: "\f117"; }
.flaticon-wine:before { content: "\f118"; }
.flaticon-pig:before { content: "\f119"; }
.flaticon-bread-1:before { content: "\f11a"; }
.flaticon-coffee-maker:before { content: "\f11b"; }
.flaticon-hot-coffee:before { content: "\f11c"; }
.flaticon-chocolate-1:before { content: "\f11d"; }
.flaticon-orange-juice:before { content: "\f11e"; }
.flaticon-cornet:before { content: "\f11f"; }
.flaticon-coffee-cup:before { content: "\f120"; }
.flaticon-harvest:before { content: "\f121"; }
.flaticon-food:before { content: "\f122"; }
.flaticon-gluten-free:before { content: "\f123"; }
.flaticon-peanut-butter:before { content: "\f124"; }
.flaticon-orange-juice-1:before { content: "\f125"; }
.flaticon-paprika:before { content: "\f126"; }
.flaticon-armagnac:before { content: "\f127"; }
.flaticon-chips:before { content: "\f128"; }
.flaticon-employees:before { content: "\f129"; }
.flaticon-online-shopping-cart:before { content: "\f12a"; }
.flaticon-draw:before { content: "\f12b"; }
.flaticon-jar-of-jam:before { content: "\f12c"; }
.flaticon-mark-as-favourite-star:before { content: "\f12d"; }
.flaticon-google-plus-logo:before { content: "\f12e"; }
.flaticon-facebook55:before { content: "\f12f"; }
.flaticon-google-plus-circular-button:before { content: "\f130"; }
.flaticon-twitter-circular-button:before { content: "\f131"; }
.flaticon-facebook-logo-in-circular-button-outlined-social-symbol:before { content: "\f132"; }
.flaticon-tool:before { content: "\f133"; }
.flaticon-instagram12:before { content: "\f134"; }
.flaticon-paper-pencil-and-calculator:before { content: "\f135"; }
.flaticon-energy-drink:before { content: "\f136"; }
.flaticon-linkedin-logo:before { content: "\f137"; }
.flaticon-coffee-beans-1:before { content: "\f138"; }
.flaticon-porridge-bowl:before { content: "\f139"; }
.flaticon-dollar-price-label:before { content: "\f13a"; }
.flaticon-cross-out-mark:before { content: "\f13b"; }
.flaticon-close-envelope:before { content: "\f13c"; }
.flaticon-telephone5:before { content: "\f13d"; }
.flaticon-pinterest-logo:before { content: "\f13e"; }
.flaticon-twitter-logo-silhouette:before { content: "\f13f"; }
.flaticon-map-pin-silhouette:before { content: "\f140"; }
.flaticon-small-calendar:before { content: "\f141"; }
.flaticon-bowl:before { content: "\f142"; }
.flaticon-beer:before { content: "\f143"; }
.flaticon-back:before { content: "\f144"; }
.flaticon-next:before { content: "\f145"; }
.flaticon-magnifying-glass:before { content: "\f146"; }
.flaticon-settings:before { content: "\f147"; }
.flaticon-heart:before { content: "\f148"; }
.flaticon-garbage:before { content: "\f149"; }
.flaticon-social:before { content: "\f14a"; }
.flaticon-cancel:before { content: "\f14b"; }
.flaticon-play-button-2:before { content: "\f14c"; }
.flaticon-light-bulb:before { content: "\f14d"; }
.flaticon-price-tag:before { content: "\f14e"; }
.flaticon-hot-drink:before { content: "\f14f"; }
.flaticon-milk-bottle:before { content: "\f150"; }
.flaticon-gas-bottle:before { content: "\f151"; }
.flaticon-shop:before { content: "\f152"; }
.flaticon-rye:before { content: "\f153"; }
.flaticon-snack:before { content: "\f154"; }
.flaticon-hot-espresso:before { content: "\f155"; }
.flaticon-hand-cheese:before { content: "\f156"; }
.flaticon-biodiesel:before { content: "\f157"; }
.flaticon-people:before { content: "\f158"; }
.flaticon-jelly-1:before { content: "\f159"; }
.flaticon-whatsapp-logo:before { content: "\f15a"; }
.flaticon-whatsapp-1:before { content: "\f15b"; }
.flaticon-viber:before { content: "\f15c"; }
.flaticon-food-1:before { content: "\f15d"; }
.flaticon-instagram-logo:before { content: "\f15e"; }

.flaticon-hot-espresso:before{left: 18px;}
.flaticon-biodiesel:before{left: 10px;}
.flaticon-armagnac:before{left: 20px;}
.flaticon-wine:before{left: 16px;}
.flaticon-hot-drink:before{left: 12px;}
.flaticon-ice-cream:before{left: 13px;}
.flaticon-peanut-butter:before{left: 18px;}
.flaticon-paper-pencil-and-calculator:before{left: 12px;}
.flaticon-food-1:before{left: 11px;}
.flaticon-gluten-free:before, .flaticon-hand-cheese:before, .flaticon-jelly:before{left: 13px;}
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Graphik Regular";
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Graphik-Regular.eot');
  src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Graphik-Regular.woff2') format('woff2'),
       url('fonts/Graphik-Regular.woff') format('woff'),
       url('fonts/Graphik-Regular.ttf')  format('truetype'); 
}

@font-face {
  font-family: "Graphik Black";
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Graphik-Black.eot');
  src: url('fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'),
       url('fonts/Graphik-Black.woff2') format('woff2'),
       url('fonts/Graphik-Black.woff') format('woff'), 
       url('fonts/Graphik-Black.ttf')  format('truetype');
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #18191b;
	font-family: sans-serif;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Graphik Black";
}
h1{font-size: 4rem;}
h2{font-size: 3rem;}
h3{font-size: 2.4rem;}
h4{font-size: 2rem;}
h5{font-size: 1.5rem;}
h6{font-size: 1.2rem;}

@media all and (max-width: 767px){
  h1{font-size: 3rem;}
  h2{font-size: 2.3rem;}
  h3{font-size: 1.8rem;}
  h4{font-size: 1.5rem;}
  h5{font-size: 1rem;}
  h6{font-size: 0.8rem;}
}
@media all and (max-width: 520px){
  h1{font-size: 2.3rem;}
  h2{font-size: 2rem;}
  h3{font-size: 1.4rem;}
}
@media all and (max-width: 380px){
  h1{font-size: 2rem;}
  h2{font-size: 1.6rem;}
  h3{font-size: 1.2rem;}
}
p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/*background: #fff;*/
  background: #18191b;
	font-family: "Graphik Regular";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.btn{
  display: inline-block;
  text-decoration: none;
  font-family: "Graphik Regular";
  border: 2px solid #ddd;
  width: auto;
  padding: 5px 13px;
  text-transform: uppercase;
  color: #ddd;
  position: relative;
  font-size: 0.8rem;
  -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  width: 100%;
  max-width: 200px;
  outline: none;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}
.btn:hover{
  border-color: #404040;
  background-color: #404040;
  color: #fff;  
}
.btn-arrow {
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #ddd;
}

a:hover, a:focus, a:active {
	color: #ddd;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navigation-wrapper{
  padding-top: 90px;
  padding-bottom: 35px;
}

.main-navigation{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
  left: 0;
  bottom: 0;
	width: 100%;
	height: 100vh;
  overflow-y: auto;
	background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.main-navigation.show{
	opacity: 1;
	visibility: visible;

}

.main-navigation.show ul{
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.main-navigation ul li{
	float: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
  /*width: 100%;*/
}
@media all and (max-width: 767px){
  .main-navigation li{width: 100%;}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content{
  margin-bottom: 50px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.site-content{
  color: #ddd;
}
@media all and (max-width: 520px){
  .entry-content{
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* # Header */

header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    width: 100%;
    padding: 13px 0 7px;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}

.header-wrapper .site-branding{
	max-width: 145px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	position: relative;
	z-index: 99;
}
header .header-postavite-pitanje{
    text-decoration: none;
    color: #01b287;
    padding: 7px 15px;
    margin-right: 20px;
    border: 1px solid #01b287;
    border-radius: 15px;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header .header-postavite-pitanje:hover{
    color: #fff;
    background: #01b287;
}
header .header-wrapper > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .centered-links{
    display: inline-block;
    /* margin: 0 auto; */
    width: calc(100% - 185px);
    text-align: center;
}
header .centered-links a[rel="modal:open"]{
    color: #18191b;
}
header .centered-links a[rel="modal:open"]:hover{
    color: #01b287;
}
header.small .header-postavite-pitanje{
    margin-top: 2px;
}
header.small .site-branding{max-width: 130px;}
.header-wrapper .site-branding, .header-wrapper #site-navigation{display: inline-block;}
.main-navigation a{
	color: #484848;
	font-size: 0.9rem;
	letter-spacing: 0;
	outline: none;
}
.main-navigation a:hover{
	color: #01b287;
}

@media all and (max-width: 991px){
  header .site-branding:after{
    position: absolute;
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header .site-branding.showPseudo:after{
    background-color: rgba(255, 255, 255, 1);
    top: -15px;
    left: -15px;
    width: 900px;
    height: 70px;
  }
}
@media all and (max-width: 620px){
    header .header-postavite-pitanje{
        display: none;
    }
}
@media all and (max-width: 520px){
    header .centered-links{
        width: calc(100% - 130px);
    }
    header .header-postavite-pitanje{
        display: none;
    }
}

/* Small menu. */

.menu-toggle {
  position: absolute;
  top: 12px;
  right: 15px;
  margin: auto;
  width: 40px;
  height: 28px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu-toggle.small {
	top: 8px;
}
.menu-toggle .bar,
.menu-toggle .bar:after,
.menu-toggle .bar:before {
  width: 40px;
  height: 3px;
}

.menu-toggle .bar {
  position: relative;
  transform: translateY(12px);
  background: #000;
  transition: all 0ms 300ms;
}
.menu-toggle .bar.animate {
  background: rgba(255, 255, 255, 0);
}

.menu-toggle .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #000;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-toggle .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #000;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-toggle .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-toggle .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media all and (max-width: 520px){
  .header-wrapper .site-branding, header.small .site-branding{max-width: 90px;}
  header .header-postavite-pitanje, header.small .header-postavite-pitanje{
      font-size: 13px;
      padding: 5px 10px;
      margin-top: 0;
      margin-right: 60px;
  }
  .menu-toggle, .menu-toggle.small{
      top: 2px;
  }
}

/* # Hero */
#hero{

}

/* # Nase tehnologije */
#technology-list{
  padding: 0 0 50px;
}
#technology-list a{
  text-decoration: none;
  color: #fff;
}
#technology-list a:hover{
  color: #01b287;
}
.technology-list-block-title{
	margin-bottom: 80px;
}
.technology-list-our-tech-h2{
	margin-bottom: 6px;
}
.technology-list-block-title .technology-list-p{
  margin: 0;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.technology-list-h3{
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    margin: 2px 0px 22px;
}
#technology-list .technology-list-p a{
    text-decoration: underline;
    color: #01b287;
    display: block;
}
.green{
	color: #01b287;
}
.technology-list-block-title .circle-divider{
    margin-top: 40px;
}
.technology-list-item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.technology-list-item{
	padding-top: 25px;
}
.technology-list-lista .technology-list-item:nth-child(odd){
	text-align: right;
	clear: left;
}

.technology-list-lista .technology-list-item:nth-child(odd) .technology-list-icon{float: right; margin-left: 30px;}
.technology-list-lista .technology-list-item:nth-child(even) .technology-list-body{
    -webkit-box-ordinal-group: 2;  
    -moz-box-ordinal-group: 2;     
    -ms-flex-order: 2;     
    -webkit-order: 2;  
    order: 2;
}
.technology-list-lista .technology-list-item:nth-child(even) .technology-list-icon{
    -webkit-box-ordinal-group: 1;  
    -moz-box-ordinal-group: 1;     
    -ms-flex-order: 1;     
    -webkit-order: 1;  
    order: 1;
	margin-right: 30px;
}

.core-icon {
    display: block;
    width: 90px;
    backface-visibility: hidden;
    height: 90px;
    position: relative;
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform-origin: left top;
}
.technology-list-icon a:hover .core-icon{
  background-color: transparent;
  background-color: transparent;
}
@media all and (max-width: 991px){
  .technology-list-lista .technology-list-item:nth-child(odd){
    text-align: left;
  }
  .technology-list-lista .technology-list-item .technology-list-body{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .technology-list-lista .technology-list-item .technology-list-icon{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .technology-list-lista .technology-list-item:nth-child(odd) .technology-list-icon{
    margin-left: 0;
    margin-right: 30px;
  }
}

@media all and (max-width: 767px){
  .technology-list-h3{font-size: 1.2rem;}
}
@media all and (max-width: 570px){
  .core-icon{width: 50px; height: 50px;}
  [class^="flaticon-"]:before, 
  [class*=" flaticon-"]:before, 
  [class^="flaticon-"]:after, 
  [class*=" flaticon-"]:after{
    font-size: 30px;
    left: 8px;
  }
  .flaticon-hot-espresso:before{left: 11px;}
  .flaticon-biodiesel:before{left: 8px;}
  .flaticon-armagnac:before{left: 11px;}
  .flaticon-coffee-beans-1:before{left: 7px;}
  .flaticon-peanut-butter:before{left: 11px;}
  .flaticon-paper-pencil-and-calculator:before{left: 9px;}
  .flaticon-gluten-free:before, .flaticon-hand-cheese:before{left: 8px;}
  .technology-list-block-title{
    margin-bottom: 30px;
  }
  .technology-list-lista .technology-list-item:nth-child(even) .technology-list-icon{
    margin-right: 15px;
  }
  .technology-list-item{padding-top: 10px;}
  .technology-list-lista .technology-list-item:nth-child(odd) .technology-list-icon{
    margin-right: 15px;
  }

}
/* # three-col-home */
#three-col-home{
  padding: 50px 0 100px;
  background-color: #202020;
}
#three-col-home h5{
  margin-top: 0;
  margin-bottom: 20px;
}
#three-col-home .btn{
  display: block;
}
#three-col-home .btn span:before{
  visibility: hidden;
}
#three-col-home .btn span:before{
  visibility: hidden;
}
#three-col-home .technology-list-block-title .technology-list-p{
  max-width: 440px;
}
#three-col-home .kompetencije-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
.milan-signature{
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px){
  #three-col-home .kompetencije-wrapper{
    padding-left: 84px;
    max-width: 700px;

  }
}
@media all and (max-width: 570px){
  #three-col-home{
    padding: 25px 0;
  }
  #three-col-home .kompetencije-wrapper{
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .milan-signature{
    max-width: 200px;
  }
}
/* # mama-zuzu */
#mama-zuzu{
  background-color: #202020;
}
#mama-zuzu h4 {
  color: #01b287;
  letter-spacing: 0.06em;
}
#mama-zuzu .btn {
  margin-top: 20px;
}
#mama-zuzu .ready-flex{
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
}
#mama-zuzu .ready-flex .text-placeholder{
  width: 580px;
  margin-left: auto;
  padding-left: 15px;
  padding-bottom: 70px;
  padding-right: 80px;
  padding-top: 30px;
}

#mama-zuzu .ready-flex .img-placeholder{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  position: relative;
}
@media all and (max-width: 991px){
  #mama-zuzu .ready-flex .img-placeholder{
    width: 60%;
  }
  #mama-zuzu .ready-flex .text-placeholder {
    width: 360px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-top: 20px;
    margin-right: auto;
  }
}
@media all and (max-width: 767px){
  #mama-zuzu .ready-flex{
    display: block;
  }
  #mama-zuzu .ready-flex .text-placeholder{
    width: 68%;
    margin-left: 120px;
    padding-right: 15px;
  }
  #mama-zuzu .ready-flex .img-placeholder{
    width: 65%;
    min-height: 300px;
    margin-left: 135px;
    margin-right: auto;
  }

}
@media all and (max-width: 570px){
  #mama-zuzu .ready-flex .text-placeholder{
    width: 100%;
    margin-left: 0;
  }
  #mama-zuzu .ready-flex .img-placeholder{
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 380px){
  #mama-zuzu .ready-flex .img-placeholder{
    min-height: 200px;
  }
}

/**** page style ****/
.page-header-image{
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 170px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 70px;
}
.page-header-image:after{
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-header-image h1{
  font-size: 72px; 
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 80px;
  position: relative;
  z-index: 1;    
  text-shadow: 1px 1px 2px rgb(80, 80, 80);
}
.page-header-image h2{
  font-size: 20px;
  color: #fff;
  font-family: "Graphik Regular";
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center;
  position: relative;
  z-index: 1;  
  text-shadow: 1px 1px 2px rgb(80, 80, 80);
}
.single-tehnologije-container{
  max-width: 640px;
}

/* # Page  */

@media all and (max-width: 1024px){
  .page-header-image h1{
    font-size: 62px;
    line-height: 62px;
  }
  .page-header-image h2{
    font-size: 18px;
  }
}
@media all and (max-width: 768px){
  .page-header-image h1{
    font-size: 52px;
    line-height: 52px;
  }
  .page-header-image h2{
    font-size: 17px;
  }
  .page-header-image{
    margin-bottom: 50px;
    min-height: 450px;
  }
}
@media all and (max-width: 520px){
  .page-header-image h1{
    font-size: 36px;
    line-height: 36px;
  }
  .page-header-image h2{
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
  }
  .page-header-image{
    min-height: 360px;
    margin-bottom: 30px;
  }

}
@media all and (max-width: 400px){
  .page-header-image{
    padding-top: 130px;
  }
  .page-header-image h1{
    font-size: 32px;
  }
  .page-header-image h2{
    font-size: 15px;
  }
}


.page .site-content{
  padding-top: 120px;
}
.home.page .site-content{
  padding-top: 0;
}
/* # Footer */
footer{
  background-color: #202020;
  color: #fff;
}
.home footer{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copyright{
	padding: 15px;
  background-color: #18191B;
  color: #ddd;
  font-size: 0.9rem;
}
.footer-container{
  padding: 50px 15px;
}
.footer-widget ul{
  margin-left: 0;
  padding-left: 0;
}
.footer-kontakt ul{
  padding-left: 30px;
}

.footer-widget li{
  position: relative;
  line-height: 1.5;
  list-style: none;
}
.footer-kontakt{
  line-height: 1.2;
  margin-bottom: 16px;
}
.footer-kontakt li{
  padding-top: 5px;
  margin-bottom: 5px;
}
.footer-widget .footer-kontakt span:before{
  font-size: 22px;
}
.footer-widget li a{
  text-decoration: none;
  color: #fff;
}
.footer-widget li a:hover{
  color: #01b287;
}
.footer-kontakt span:before{
  left: -30px;
}
.footer-widget .social-media li{
  display: inline-block;
  margin-right: 40px;
}
.footer-widget .social-media ul{
    display: inline-flex;
    margin-top: 30px;
}
.footer-widget .social-media li svg{
  max-width: 32px;
 max-height: 32px;
}
.footer-widget .social-media li span.flaticon-facebook55:before{
  background: #4267b2;
}
.footer-widget .social-media li span.flaticon-linkedin-logo:before{
  background: #0077B5;
}
.footer-widget .social-media li span.flaticon-instagram12:before{
  background: #fccc63;
  background: #bc2a8d;
  background-image: linear-gradient(to bottom right, #bc2a8d, #fbad50);
}

.footer-widget .footer-kontakt span.flaticon-viber:before{
  color: #665cac;
}
.footer-widget .footer-kontakt span.flaticon-whatsapp-logo:before{
  color: #00E676;
}
.footer-widget .footer-kontakt span.flaticon-close-envelope:before{
  color: #929292;
}
.footer-widget .social-media li span:before{
    font-size: 19px;
    padding: 2px 7px;
    border-radius: 22px;
    color: #fff;
    left: 0;
}
.footer-widget .social-media li:hover span:before{
  opacity: 0.7;
}
.footer-widget span:before{
  font-size: 22px;
}
.widget-title{
  font-size: 1.2rem;
}
.social-widget h4{
  margin-bottom: 0;
}
.circle-divider{
  width: 5px;
  height: 5px;
  display: block;
  background: #01b287;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.circle-divider:after, .circle-divider:before{
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: 2px;
}
.circle-divider:after{
  left: 50%;
  margin-left: 15px;
}
.circle-divider:before{
  right: 50%;
  margin-right: 15px;
}
@media all and (max-width: 767px){
  .footer-container{
    padding-top: 0;
  }
}
@media all and (max-width: 570px){
  .circle-divider:after, .circle-divider:before{
    width: 100px;
  }
  h2 {
    font-size: 1.55rem;
  }

}

/* # contact page */
.contact-container{
  max-width: 600px;
}

/* wpcf7 */
.contact-container .wpcf7{
  margin-top: 50px;
}
.wpcf7 .input-field{
  margin-top: 20px;
}

.wpcf7 .input-field input{
  width: 100%;
  height: 47px;
  padding: 20px;
  outline: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(24,25,27,0.3);
}
.wpcf7 .input-field.submit-field input{
  font-style: 16px;  
  padding: 14px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.wpcf7 .input-field.submit-field input:hover{
  background: #01b287;
  border-color: #01b287;
}
.wpcf7 .input-field textarea{
  width: 100%;
  max-height: 200px;
  padding: 20px;
  outline: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(24,25,27,0.3);
  resize: none;
}

/* other pages */

@media all and (max-width: 520px){
  .single-tehnologije.postid-86 .page-header-image .page-subtitle{
    display: none;
  }
  .single-tehnologije.postid-86 .page-header-image{
    padding-top: 215px;
    padding-bottom: 60px;
  }
}

/* Image gallery */

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{
  height: 90px!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0:hover{
  -ms-transform: scale(1.05)!important;
  -webkit-transform: scale(1.05)!important;
  opacity: 0.5!important;
  filter: Alpha(opacity=50)!important;
  transform: scale(1.05)!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0{
  height: 105px!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0{
  margin-top: 20px;
}
/* peceni sir sa slaninom */
::-moz-selection { background: #01b287; }
::selection { background: #01b287; }

.postid-49 h2{
	text-align: center;
	color: #01b287;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.postid-49 .page-header-image:before{
	position: absolute;
	content: "";
	/*top: calc(100% - 129px);*/
	top: 105%;
	left: calc(100% - 350px);
	width: 250px;
	height: 250px;
	background-image: url("/wp-content/uploads/2018/03/home-made-limited-edition.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}
.postid-49 .wpcf7 .input-field textarea{
	max-height: 100px;
}
.btn.btn-shop{
	font-weight: 700;
	color: #fff;
	border-color: #bf0000;
	background-color: #bf0000;
}
.postid-49 .btn-shop{
	font-size: 1.5rem;
	padding: 12px 13px;
	margin-top: 60px;
	max-width: 250px;
}
.postid-49 .btn-arrow:hover svg{
	margin-top: -3px;
	right: -2.5rem;
}
select{
    width: 100%;
    height: 47px;
    padding-left: 20px;
    outline: 0;
    font-size: 14px;
    color: #fff;
    background: rgba(24,25,27,0.3);
}
select option{
    background: #18191b;
}
.postid-49 .wpcf7 .input-field.submit-field input{
    background: #bf0000;
    border-color: #bf0000;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.postid-49 .wpcf7 .input-field.submit-field input:hover{
  opacity: 0.7;
}

#post-49 .page-header-image{
  padding-top: 66px;
  padding-bottom: 0;
}
#post-49 .page-header-image:after{
  content: none;
}
#post-49 .featured-video-plus.fvp-responsive .mejs-container{
  background-color: #18191b;
}
.postid-49 #content{
    background-image: url(http://tehnolog.rs/wp-content/uploads/2018/10/meze-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}   
#post-49 .cta{
    padding: 14px 18px 14px 26px;
}
.youtube-popup .skip{
    position: absolute;
    top: -46px;
    right: -57px;
    font-size: 26px;
    color: #4a4a4a;
    padding: 6px 10px;
    line-height: 30px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}
.youtube-popup {
    background-color: #e0e6eb;
    height: 60vh;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 50%;
    visibility: hidden;
    width: 80%;
    max-width: 920px;
    z-index: 100;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.youtube-popup.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.embed-container, .embed-container iframe {
    width: 100%;
    height: 100%;
}
.inactive-video-overlay {
    background-color: rgba(0,0,0,.8);
    height: 100vh;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.inactive-video-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

@media all and (max-width: 1290px){
	.postid-49 .page-header-image:before{
		width: 150px;
		height: 150px;
		top: 102%;
		left: 50%;
		margin-left: -75px;
	}
	.postid-49 .page-header-image{
		margin-bottom: 170px;
	}
}

@media all and (max-width: 630px){
  .postid-49 .page-header-image:before{
    top: 90%;
  }
  .postid-49 .btn-shop{
    margin-top: 20px;
    max-width: 200px;
    font-size: 1.2rem;
  }
  .youtube-popup {
    width: 100%;
  }
  .youtube-popup .skip{
    top: -50px;
    right: 0;
  }
}
/* # utils */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.cta{
    font-size: 16px;
    padding: 14px 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    background: #bf0000;
    border-color: #bf0000;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    -webkit-box-shadow: 9px 9px 12px -6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 9px 12px -6px rgb(0 0 0 / 75%);
}
.cta:hover{
    background: #7b0303;
    border-color: #7b0303;
}

/* # Narudzbina */
.cheese-header .cheese-img {
  max-width: 50%;
  position: relative;
}
.cheese-header .cheese-info {
  margin-left: 30px;
}
.cheese-qty {
  margin-top: 20px;
}
.cheese-qty select {
  max-width: 200px;
  /* border: 2px solid #bf0000; */
  font-size: 16px;
  background: #fff;
  color: #2d2d2d;
}
.cheese-qty select option {
  background: #fff;
  color: #2d2d2d;
}
.cheese-price {
  /* font-family: "Graphik Black"; */
  background-color: #ffdd00;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #2d2d2d;
}
#owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
}
#owl-carousel .owl-nav {
  margin-top: 40px;
}
.owl-nav {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#narudzbina .wpcf7 .input-field textarea {
  max-height: 100px !important;
}
#narudzbina .owl-nav button {
  outline: none;
  padding: 7px 20px !important;
  border-radius: 20px;
}
#narudzbina ul {
  margin-left: 0;
}
.owl-nav button.owl-prev:hover {
  background-color: #bf0000;
}
.owl-nav button.owl-next:hover {
  background-color: #bf0000;
}
.owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}
#owl-navigation {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#owl-navigation > div {
  width: 50px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#owl-navigation #slider-next:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#owl-navigation #slider-prev:hover {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
#narudzbina label {
  margin-bottom: 3px;
  display: inline-block;
}
#narudzbina button {
  font-size: 16px;
  padding: 14px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
}
#narudzbina input[type="submit"] {
  font-size: 16px;
  padding: 14px;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  background: #bf0000;
  border-color: #bf0000;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 9px 12px -6px rgba(0, 0, 0, 0.75);
}
#narudzbina input[type="submit"]:hover {
  background: #7b0303;
  border-color: #7b0303;
}
#narudzbina .owl-nav button {
  background: #fff;
  border-color: #fff;
  color: #2d2d2d;
}
#narudzbina .owl-nav button:hover {
  background: #fff;
  border-color: #fff;
}
#narudzbina input[type="submit"] {
  float: right;
}
#narudzbina ul.list-group {
  padding-left: 0;
  margin-left: 10px;
}
#narudzbina .list-group-item {
  margin-bottom: 20px;
}
#narudzbina .list-group-item:last-child {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#narudzbina .list-group-item h6 {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
#narudzbina .text-muted {
  color: #fff;
  font-size: 15px;
}
h5.checkout-subtitle {
  position: relative;
}
h5.checkout-subtitle:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 220px;
  height: 1px;
  left: 0;
  background: #bf0000;
}
#page-order .site-content {
  padding-top: 0;
}
#narudzbina span.wpcf7-not-valid-tip {
  position: absolute;
}
.page-template-peceni-sir-narudzbina {
  background-image: url(/wp-content/themes/tc/img/meze-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  font-family: "Lato", sans-serif;
  margin-bottom: 65px;
}
.page-template-peceni-sir-narudzbina h2 {
  text-shadow: 2px 2px #000;
  font-family: "Lato", sans-serif;
}
.no-items-selected {
  padding-left: 0;
}
.no-items-selected li {
  list-style: none;
}
#page-number {
  text-align: center;
  margin-top: -35px;
}
#narudzbina h4{
  font-family: "Lato", sans-serif;
}
#narudzbina .wpcf7-response-output{
  display: none!important;
}
.page-template-success-order{
  background-image: url(/wp-content/themes/tc/img/meze-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  font-family: "Lato", sans-serif;
}
.page-template-success-order #primary{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        height: 100vh;

}
.page-template-success-order h4{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}
#pozovite-nas {
  position: fixed;
  right: 20px;
  bottom: 5px;
  padding: 5px 15px 5px 35px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 999;
}
#pozovite-nas a {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 700;
}
#pozovite-nas span:before {
  left: 11px;
  font-size: 15px;
  top: 6px;
  color: #2d2d2d;
}
  #google-play{
      display: none;
      margin-bottom: 70px;
  }
@media all and (max-width: 991px) {
  #narudzbina h4 {
    font-size: 21px;
  }
  .cheese-qty select {
    font-size: 15px;
    padding-left: 15px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  #narudzbina .cheese-header {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }
  h5.checkout-subtitle {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .cheese-header .cheese-img {
    max-width: 100%;
  }
  .owl-nav {
    max-width: 380px;
  }
  .cheese-qty {
    display: inline;
    margin-left: 15px;
  }
  .cheese-header .cheese-info {
    margin-left: 20px;
  }
  #narudzbina h4 {
    max-width: 300px;
  }
  #google-play{
      display: block;
  }
}
@media all and (max-width: 570px) {
  #narudzbina {
    margin-top: 30px;
  }
  .page-template-success-order h4{
  font-size: 1rem;
}
}
@media all and (max-width: 420px) {
  #narudzbina label {
    font-size: 14px;
  }
  .wpcf7 .input-field input {
    height: 40px;
    padding: 12px;
  }
  #narudzbina button[type="submit"] {
    padding: 12px 20px;
    max-width: 100%;
  }
  .cheese-qty {
    display: block;
    margin-left: 0;
  }
}

/* Modal popup */
#modal{
    background-color: #e0e6eb;
    min-height: 400px;
    width: 940px;
    max-width: none;
    padding: 0;

}
#modal .modal-image {
    background-image: url('https://tehnolog.rs/wp-content/uploads/2018/02/Peceni-sir-sa-slaninom.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100%;
    width: 50%;
    min-height: 400px;
}
#modal .modal-text {
    width: 50%;
    float: left;
    padding-left: 30px;
}
#modal h5, #modal h6{
    margin-bottom: 1rem;
}
#modal ul{
    margin-left: 0;
}
#modal p{
    margin-top: 0.5rem;
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    #modal{ width: 740px; }
}
@media all and (max-width: 780px) {
    #modal{ width: 580px; }
}
@media all and (max-width: 620px) {
    #modal{
        width: 100%;
        min-height: auto;
        padding-bottom: 24px;
    }
    #modal .modal-image {
        display: none;
    }
    #modal .modal-text{width: 100%;}
}