html {
	overflow-y: scroll!important;
}
body {
	background: #fff;
	color: #616569;
	font: normal 16px 'Work Sans', arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
::-moz-selection {
	background: #1957F3;
	color: #fff;
}
::selection {
	background: #1957F3;
	color: #fff;
}
#pageloader {
	background-color: #fff;
	position: absolute;
	z-index: 99999999999999;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pageloader-content {
	position: absolute;
	margin: 0;
	width: 200px;
	height: 2px;
	opacity: 1;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -100px;
	overflow: hidden;
}
.pageloader-fade {
	opacity: 0!important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.pageloader-hide {
	display: none;
}
.progress {
	display: block;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 200px;
	height: 1px;
	left: -202px;
	background-color: #1957F3;
	-webkit-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.pageloader-content-hide {
	opacity: 0!important;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
html.html-onload .load-in {
	opacity: 0;
}
html.html-loaded .load-in {
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
html.no-csstransitions .load-in {
	opacity: 1;
}
html.html-onload .load-in-secondary {
	opacity: 0;
}
html.html-loaded .load-in-secondary {
	animation-duration: 1.5s;
	-webkit-animation-name: fadeInHalf;
	animation-name: fadeInHalf;
}
html.no-csstransitions .load-in-secondary {
	opacity: 1;
}
@keyframes loader-anim {
	0% {
		left: -202px
	}
	100% {
		left: 202px
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInHalf {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 14px;
}

.naslov {
	padding-bottom: 0px;
}
p.sub-heading {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
	/*font-family: 'Poppins', sans-serif;*/
}
p.small, p.small a {
	font-size: 11px;
	color: rgba(255, 255, 255, .5);
}

p.small a {
	text-decoration: underline;
}

p.small a:hover {
	opacity: 1;
}


h1,
h2,
h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #1957F3;
	letter-spacing: -0.05em;
	padding-bottom: 15px;
}
h4,
h5,
h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 1em;
}
h1 {
	font-size: 55px;
	line-height: 0.95em;
	font-weight: 500;
	/*text-transform: uppercase;*/
	/*font-weight: 700;*/
}
.accent h1 {
	color: #1957F3;
}
.hero-alt h1 {
	font-size: 45px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
	line-height: 1.7em;
}
h4 {
	color: #1957F3;
	letter-spacing: 0.186em;
	font-size: 11px;
	padding-bottom: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
h5 {
	color: #9FA2A4;
	letter-spacing: 0.186em;
	font-size: 10px;
}
h6 {
	color: #9FA2A4;
	letter-spacing: 0.186em;
	font-size: 8px;
}
.dark h1,
.dark h2,
.dark h3,
.dark p,
.dark p.sub-heading {
	color: #fff;
}
.dark h4,
.dark h5,
.dark h6 {
	color: #D1D1D1;
}
.center {
	text-align: center;
}
.center-mobile {
	text-align: center;
}
.padded {
	padding-top: 40px;
	padding-bottom: 40px;
}
.extra-padded {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-top {
	padding-top: 30px;
}
.p-bottom {
	padding-bottom: 30px;
}
.relative {
	position: relative;
}
.no-overflow {
	overflow: hidden;
}
.absolute {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 4;
}
.absolute.bottom {
	bottom: -20px;
}
.full-w {
	width: 100%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.full-w.accent {
	background: #1957F3;
}
.separated {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.separated.top {
	border-top: 1px solid #E5E5E5;
	border-bottom: none;
}
.separated.bottom {
	border-top: none;
	border-bottom: 1px solid #E5E5E5;
}
.separator {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #1957F3;
}
a {
	font-weight: 500;
	letter-spacing: 0.186em;
	font-size: 10px;
	text-transform: uppercase;
	color: #1957F3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #1957F3;
}
a.button {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.186em;
	font-size: 10px;
	text-transform: uppercase;
	padding: 16px 50px;
	color: #1957F3;
	border: 2px solid rgba(17, 0, 50, .10);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.button:hover {
	border: 2px solid rgba(17, 0, 50, 1);
}
a.button.dark {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .10);
}
a.button.dark:hover {
	border: 2px solid rgba(255, 255, 255, 1);
}
a.button.accent {
	border: none;
	color: #fff;
	background: #1957F3;
	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
}
a.button.accent:hover {
	background: #1D4BBE;
}
.hero-alt {
	overflow: hidden;
}
.call-to-action .button {
	margin-top: 34px;
	margin-bottom: 34px;
}
.call-to-action {
	background-position: center!important;
}
.icon-box .icon {
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
	color: #1957F3;
}
.counter-box .icon {
	display: block;
	font-size: 45px;
	color: #1957F3;
	margin-bottom: 10px;
}
.counter-box.reverse .icon {
	color: #fff;
}
.avatar {
	text-align: center;
}
.avatar img {
	margin-bottom: -180px;
}
@media only screen and (min-width: 768px) {
	h1 {
		font-size: 80px;
	}
	.hero-alt h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 12px;
		/*padding-bottom: 25px;*/
	}
	h5 {
		font-size: 11px;
	}
	h6 {
		font-size: 9px;
	}
	p.sub-heading {
		font-size: 18px;
	}
	a {
		font-size: 11px;
	}
	a.button {
		font-size: 11px;
		padding: 18px 50px;
	}
	.padded {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.extra-padded {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.p-top {
		padding-top: 50px;
	}
	.p-bottom {
		padding-bottom: 50px;
	}
	.bordered {
		border: 10px solid #fff;
		border-bottom: none;
	}
	.full-w {
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
	}
	.avatar img {
		margin-bottom: -80px;
	}
}
@media only screen and (min-width: 992px) {
	h1 {
		font-size: 100px;
	}
	.hero-alt h1 {
		font-size: 80px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 24px;
	}
	p.sub-heading {
		font-size: 20px;
	}
	.center-mobile {
		text-align: left;
	}
	.avatar {
		position: absolute;
		bottom: -4px;
		right: 40px;
	}
	.avatar img {
		margin: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.avatar {
		position: absolute;
		bottom: -80px;
		right: 0;
	}
}
.logo {
	/*display: inline-block;*/
	max-width: 200px;
	display: block;
}
header.mobile {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
}
nav.mobile {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 15px 0px 10px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
}
nav.mobile .container {
	position: relative;
}
nav.mobile .logo-dark {
	margin-left: 0;
	position: initial;
}
nav.mobile .logo-light {
	margin-left: -999em;
	position: absolute;
}
nav.mobile .menu-button {
	position: absolute;
	cursor: pointer;
	display: block;
	width: 25px;
	height: 14px;
	top: 0;
	right: 20px;
	margin-top: 4px;
}
.menu-button .before,
.menu-button .main,
.menu-button .after {
	display: block;
	width: 25px;
	height: 2px;
	background: #1957F3;
	margin-bottom: 4px;
	-webkit-transition: all .33s ease;
	-moz-transition: all .33s ease;
	-o-transition: all .33s ease;
	-ms-transition: all .33s ease;
	transition: all .33s ease;
}
.menu-button .main {
	width: 18px;
}
.menu-button .after {
	width: 22px;
	margin-bottom: 0px;
}
.menu-button:hover .before {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.menu-button:hover .after {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.menu-button.active .main {
	display: none;
}
.menu-button.active .before {
	width: 20px;
	margin: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(2px) rotate(45deg);
	-moz-transform: translateY(2px) rotate(45deg);
	-ms-transform: translateY(2px) rotate(45deg);
	-o-transform: translateY(2px) rotate(45deg);
	transform: translateY(2px) rotate(45deg);
}
.menu-button.active .after {
	width: 20px;
	margin: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
nav.mobile .nav-menu {
	display: none;
	margin-top: 10px;
}
nav.mobile .nav-menu li {
	display: block;
	padding: 8px 0px;
}
nav.mobile .nav-menu li a {
	color: #1957F3;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
nav.mobile .nav-menu li a:hover {
	opacity: .5;
}
nav.mobile .nav-menu .drop {
	display: none;
}
nav.mobile .nav-menu .dropdown:hover>.drop {
	display: block;
}
nav.mobile .nav-menu .drop {
	margin-top: 10px;
	background: #2F2C34;
}
nav.mobile .nav-menu .drop li {
	margin: 0px;
	padding: 15px 0px 0px 20px;
}
nav.mobile .nav-menu .drop li:last-of-type {
	padding-bottom: 20px;
}
nav.mobile .nav-menu .drop a {
	color: #fff;
	font-size: 10px;
}
header.desktop {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
}
nav.desktop {
	padding-top: 45px;
}
nav.desktop .menu-button {
	display: none;
}
nav.desktop .logo-dark {
	margin-left: -999em;
	position: absolute;
}
nav.desktop .logo-light {
	margin-left: 0;
	position: initial;
}
nav.desktop.reverse .logo-light {
	margin-left: -999em;
	position: absolute;
}
nav.desktop.reverse .logo-dark {
	margin-left: 0;
	position: initial;
}
nav.desktop .nav-menu {
	display: block!important;
}
nav.desktop .nav-menu li a {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
nav.desktop.reverse .nav-menu li a {
	color: #1957F3;
}
nav.desktop .nav-menu li a:hover {
	opacity: .5;
}
nav.desktop .nav-menu {
	float: right;
}
nav.desktop .nav-menu li {
	position: relative;
	display: inline-block;
	margin: 0px 4px;
}
nav.desktop .nav-menu li.tel {
	background: #fff;
	border-radius: 40px;
	padding:0;
}

nav.desktop .nav-menu li.tel a {
	color: #333;
	padding: 10px 16px !important;
	line-height: 1;
	text-align: center;
}


nav.desktop .nav-menu li a {
	display: block;
	padding: 8px 10px 16px;
}
nav.desktop .nav-menu li:last-of-type {
	margin-right: 0px;
}
nav.desktop .nav-menu li:last-of-type a {
	padding-right: 0px;
}
nav.desktop .nav-menu .drop {
	display: none;
}
nav.desktop .nav-menu .dropdown:hover>.drop {
	display: block;
}
nav.desktop .nav-menu .drop {
	position: absolute;
	top: 37px;
	left: -8px;
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
}
nav.desktop.reverse .nav-menu .drop {
	background: #2F2C34;
}
nav.desktop .nav-menu .drop li {
	display: block;
	margin: 8px 100px 8px 20px;
	padding: 0px;
}
nav.desktop .nav-menu .drop li:first-of-type {
	margin-top: 10px;
}
nav.desktop .nav-menu .drop li:last-of-type {
	margin-bottom: 16px;
}
nav.desktop .nav-menu .drop li a {
	font-size: 10px;
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	color: #1957F3;
}
nav.desktop.reverse .nav-menu .drop li a {
	color: #fff;
}
#hero {
	display: block;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


@media only screen and (min-width: 768px) {
	#hero {
		border: 10px solid #fff;
		overflow: hidden;
	}
	#hero .button {
		margin-top: 50px;
	}
	
}
@media only screen and (min-width: 992px) {
	
	#hero .button {
		margin-top: 70px;
	}
}
.filters {
	display: none;
}
.thumbnails {
	position: relative;
	margin: 25px 5px 0px 5px;
}
.thumbnails.grid-fix {
	margin: 25px 5px 5px 5px;
}
.thumbnail {
	text-transform: none;
	transition: none;
	width: 100%;
	display: block;
	padding: 5px;
	overflow: hidden;
}
.thumbnail img {
	display: block;
	width: 100%;
}
.thumbnail .overlay {
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	-webkit-transition: opacity .40s ease-in-out;
	-moz-transition: opacity .40s ease-in-out;
	-o-transition: opacity .40s ease-in-out;
	-ms-transition: opacity .40s ease-in-out;
	transition: opacity .40s ease-in-out;
}
.thumbnail:hover .overlay {
	opacity: 1;
}
.thumbnail .overlay .project-info {
	position: absolute;
	left: -100%;
	bottom: 50px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.thumbnail:hover .overlay .project-info {
	left: 40px;
}
@media only screen and (min-width: 480px) {
	.thumbnail {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.filters {
		margin-top: 55px;
		display: block;
		text-align: center;
	}
	.filters.no-center {
		text-align: left;
	}
	.filters li {
		display: inline-block;
		cursor: pointer;
		font-family: 'Work Sans', sans-serif;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1em;
		font-size: 11px;
		letter-spacing: 0.186em;
		margin-left: 12px;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		-ms-transition: all .25s ease;
		transition: all .25s ease;
	}
	.filters li::after {
		display: inline-block;
		content: "/";
		margin-left: 12px;
		color: #616569!important;
	}
	.filters li:last-of-type::after {
		display: none;
	}
	.filters li.is-checked,
	.filters li:hover {
		color: #1957F3;
	}
	.masonry .thumbnail {
		padding: 20px;
	}
	.masonry .absolute.bottom {
		bottom: 5px;
	}
}
@media only screen and (min-width: 992px) {
	.thumbnail {
		width: 33.33%;
	}
	.masonry .thumbnail {
		width: 50%;
	}
	.thumbnail .overlay .project-info {
		bottom: 100px;
	}
	.thumbnail:hover .overlay .project-info {
		left: 80px;
	}
}
.quote-slider .separator {
	margin-bottom: 25px;
	margin-top: 15px;
}
.quote-slider h4 {
	padding-bottom: 10px;
}
.client-boxes a {
	display: inline-block;
	margin-bottom: 20px;
	opacity: .5;
	-webkit-transition: opacity .40s ease-in-out;
	-moz-transition: opacity .40s ease-in-out;
	-o-transition: opacity .40s ease-in-out;
	-ms-transition: opacity .40s ease-in-out;
	transition: opacity .40s ease-in-out;
}
.client-boxes a:hover {
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.client-boxes a {
		margin-bottom: 0px;
	}
}
.process-slider .icon {
	display: block;
	font-size: 64px;
	color: #1957F3;
	margin-bottom: 20px;
}
#process-slider .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#process-slider .bx-wrapper .bx-pager.bx-default-pager a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 10px 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #000;
	border-bottom: 2px solid #1957F3;
	opacity: .3;
	font-weight: 500;
	color: #1957F3;
	letter-spacing: 0.186em;
	font-size: 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#process-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	padding-left: 15px;
	opacity: 1;
}
#process-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
	opacity: 1;
}
.team-list img {
	margin-bottom: -4px
}
.team-list li {
	border-bottom: 1px solid #E5E5E5;
}
.team-list li:last-of-type {
	border-bottom: none;
}
.team-info {
	margin: 30px 0px 20px;
}
.team-info h4 {
	padding-bottom: 10px;
}
.team-info a {
	font-size: 15px;
	color: #9FA2A4;
	margin: 10px 5px;
	-webkit-transition: color .40s ease-in-out;
	-moz-transition: color .40s ease-in-out;
	-o-transition: color .40s ease-in-out;
	-ms-transition: color .40s ease-in-out;
	transition: color .40s ease-in-out;
}
.team-info a:hover {
	color: #2F2C34;
}
@media only screen and (min-width: 768px) {
	.team-list li {
		border-bottom: none;
	}
	.team-info {
		margin: 40px 0px 25px;
	}
}
@media only screen and (min-width: 992px) {
	.team-list li {
		padding-top: 50px;
		position: relative;
	}
	.team-info {
		display: block;
		opacity: 0;
		background: rgba(255, 255, 255, .9);
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		padding-top: 50%;
		top: 0;
		left: 0;
		-webkit-transition: opacity .40s ease-in-out;
		-moz-transition: opacity .40s ease-in-out;
		-o-transition: opacity .40s ease-in-out;
		-ms-transition: opacity .40s ease-in-out;
		transition: opacity .40s ease-in-out;
	}
	.team-list li:hover .team-info {
		opacity: 1;
	}
}
.video-background {
	overflow: hidden;
	position: relative;
}
#bgVideo {
	background: #000;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#bgVideo>video {
	display: block;
	position: absolute!important;
	top: 0!important;
	opacity: .5!important;
}
.video-background.no-video #bgVideo {
	background: url('../video/poster.jpg') no-repeat center;
	background-size: cover;
}

video {
	width: 100%;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}
fieldset input,
fieldset textarea {
	border: none;
	outline: none;
	padding: 7px 0px 10px 15px;
	margin-bottom: 40px;
	width: 100%;
	background: transparent;
	border-radius: 0px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #616569;
	border-bottom: 2px solid #E5E5E5;
	/*border-left: 1px solid #E5E5E5;*/
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
fieldset textarea {
	min-height: 100px;
}
fieldset input:focus,
fieldset textarea:focus {
	border-bottom: 2px solid #FCCB14;
	/*border-left: 1px solid rgba(0, 0, 0, .4);*/
}
fieldset label {
	color: #7A7D7F;
	display: block;
	text-align: left;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.186em;
}
#submit {
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	position: relative;
	border: none;
	background: transparent;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.186em;
	padding: 15px 50px;
	color: #fff;
	background: #1957F3;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#submit:hover {
	background: #1D4BBE;
}
#success,
#error {
	display: none;
	text-align: center;
	padding-top: 20px;
}
#success p {
	color: #00b426;
	padding: 0;
}
#error p {
	color: #e72e62;
	padding: 0;
	margin: 0;
}
label.error {
	color: #e72e62;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#map {
	min-height: 280px;
}
.gmnoprint img {
	max-width: none;
}
@media only screen and (min-width: 768px) {
	#submit {
		font-size: 11px;
	}
	#map {
		min-height: 450px;
	}
}
.stacked img {
	width: 100%;
	margin-bottom: 20px;
}
.advance-block a {
	display: inline-block;
	text-transform: none;
}
.advance-block a h3 {
	padding-bottom: 5px;
}
.advance-block a h3,
.advance-block a h5 {
	-webkit-transition: all .40s ease-in-out;
	-moz-transition: all .40s ease-in-out;
	-o-transition: all .40s ease-in-out;
	-ms-transition: all .40s ease-in-out;
	transition: all .40s ease-in-out;
}
.advance-block a:hover h3,
.advance-block a:hover h5 {
	opacity: .5;
}
footer {
	position: relative;
	background: #2F2C34;
	width: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
}
footer.accent {
	background: #1957F3;
}
footer li {
	margin-bottom: 10px;
}
footer a {
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity .40s ease-in-out;
	-moz-transition: opacity .40s ease-in-out;
	-o-transition: opacity .40s ease-in-out;
	-ms-transition: opacity .40s ease-in-out;
	transition: opacity .40s ease-in-out;
}
footer a:hover {
	opacity: .5;
	color: #fff;
}
.social-list i {
	font-size: 14px;
}
.social-list li {
	display: inline-block;
	padding-right: 20px;
}
.social-list li:last-of-type {
	padding-right: 0px;
}
#top {
	display: none;
}
@media only screen and (min-width: 768px) {
	footer {
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
		border-bottom: 10px solid #fff;
	}
}
@media only screen and (min-width: 992px) {
	#top {
		display: block;
		padding: 20px;
		position: absolute;
		bottom: 50px;
		right: 50px;
		text-indent: -999em;
		width: 15px;
		height: 9px;
		background: url("../images/arrow-up.png") no-repeat center;
		background-size: 15px 9px;
		opacity: .4;
		-webkit-transition: all .35s ease;
		-moz-transition: all .35s ease;
		-o-transition: all .35s ease;
		-ms-transition: all .35s ease;
		transition: all .35s ease;
	}
	#top:hover {
		opacity: 1;
	}
}
.pill {
	display: none;
}
.hero-creative .button {
	margin-top: 30px;
}
.hero-creative {
	display: block;
	background: transparent;
	position: relative;
	width: 100%;
	z-index: 2;
	padding-top: 125px;
	padding-bottom: 100px;
}
#scene {
	position: absolute!important;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.layer {
	display: block!important;
	position: absolute!important;
}
.depth-1 {
	position: absolute!important;
	top: -100px!important;
	left: 0!important;
	width: 226px;
}
.depth-2 {
	position: absolute!important;
	top: auto!important;
	left: auto!important;
	bottom: 50px!important;
	right: -100px!important;
	width: 212px;
}
.depth-3 {
	position: absolute!important;
	top: auto!important;
	bottom: -120px!important;
	left: 0!important;
	width: 138px;
}
#creative-gallery {
	margin-top: -30px;
}
#creative-gallery .filters {
	display: none;
}
@media only screen and (min-width: 480px) {
	.hero-creative {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.depth-1 {
		top: -100px!important;
		left: -100px!important;
	}
}
@media only screen and (min-width: 768px) {
	.hero-creative {
		padding-top: 200px;
		padding-bottom: 300px;
	}
	.depth-1 {
		top: 50px!important;
		left: -200px!important;
		width: 463px;
	}
	.depth-2 {
		top: 50px!important;
		width: 368px;
	}
	.depth-3 {
		bottom: -100px!important;
		left: auto!important;
		right: 100px!important;
		width: 245px;
	}
	#creative-gallery {
		margin-top: -150px;
	}
}
@media only screen and (min-width: 992px) {
	.pill {
		display: block;
		color: #fff;
		font-size: 7px;
		background: #1957F3;
		padding: 5px 8px;
		position: absolute;
		top: 2px;
		right: -40px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	.hero-creative h1 {
		font-size: 72px;
	}
	.hero-creative {
		padding-top: 220px;
		padding-bottom: 190px;
	}
	.depth-1 {
		top: 0px!important;
		left: -140px!important;
	}
	#creative-gallery .filters {
		display: block;
		z-index: 3;
	}
}
@media only screen and (min-width: 1200px) {
	.hero-creative {
		padding-top: 240px;
		padding-bottom: 230px;
	}
	.depth-1 {
		top: 7%!important;
		left: 0px!important;
	}
	.depth-2 {
		top: 50px!important;
		right: -180px!important;
		width: 461px;
	}
	.depth-3 {
		width: 270px;
		right: 180px!important;
	}
}
@media only screen and (min-width: 1350px) {
	.hero-creative {
		padding-top: 240px;
		padding-bottom: 400px;
	}
	.depth-1 {
		top: 7%!important;
		left: -80px!important;
		width: 568px;
	}
	.depth-2 {
		top: 50px!important;
		right: -150px!important;
		width: 561px;
	}
	.depth-3 {
		width: 412px;
		right: 240px!important;
		bottom: -200px!important;
	}
	#creative-gallery {
		margin-top: -200px;
	}
}
.insta-img {
	display: block;
	float: left;
	width: 50%;
	height: 0;
	padding-top: 50%;
	background-position: center;
	background-size: cover;
}
.insta-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	background: radial-gradient(50% 100%, rgba(0, 0, 0, 0.70) 50%, rgba(0, 0, 0, 0.50) 100%);
}
.insta-action {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	width: 100%;
	z-index: 2;
}
.insta-header {
	display: block;
	color: #fff;
	padding: 25px 10px;
}
.insta-header span {
	line-height: 30px;
	vertical-align: top;
	margin: 0px 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.insta-header i {
	font-size: 30px;
}
@media only screen and (min-width: 480px) {
	.insta-img {
		width: 25%;
		padding-top: 25%;
	}
}
@media only screen and (min-width: 992px) {
	.insta-img {
		width: 16.666%;
		padding-top: 16.666%;
	}
}
.corporate .bx-wrapper .bx-pager {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -70px;
	text-align: center;
}
.corporate .bx-wrapper .bx-pager .bx-pager-item,
.corporate .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.corporate .bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, .5);
	border-radius: 15px;
	width: 8px;
	height: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 8px;
	overflow: hidden;
	text-indent: -100%;
	-webkit-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	-moz-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	-ms-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	-o-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	transition: box-shadow 0.3s ease, background-color 0.5s ease;
}
.corporate .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}
.corporate .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}
.corporate .bx-wrapper .bx-controls-direction a {
	display: none;
}
@media only screen and (min-width: 992px) {
	.corporate .bx-wrapper .bx-prev {
		background: url('../images/arrow-left.png') no-repeat left;
		background-size: 9px 15px;
		left: 0;
	}
	.corporate .bx-wrapper .bx-next {
		background: url('../images/arrow-right.png') no-repeat right;
		background-size: 9px 15px;
		right: 0;
	}
	.corporate .bx-wrapper .bx-prev:hover {
		left: -9px;
		width: 18px;
	}
	.corporate .bx-wrapper .bx-next:hover {
		right: -9px;
		width: 18px;
	}
	.corporate .bx-wrapper .bx-controls-direction a {
		position: absolute;
		display: block;
		z-index: 3;
		width: 9px;
		height: 15px;
		top: 50%;
		text-indent: -999em;
	}
}
.pricing-tables {
	margin-top: -60px;
}
.pricing-table {
	padding: 30px 30px 50px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.05);
}
.pricing-table h2 {
	display: inline-block;
	position: relative;
}
.price {
	position: absolute;
	left: -15px;
	top: 5px;
	font-size: 15px;
}
.pricing-table .button {
	margin-top: 40px;
}
.pricing-table ul {
	padding-top: 10px;
	margin-top: 20px;
}
.pricing-table .accent {
	color: #1957F3;
}
.pricing-table li {
	font-size: 13px;
	padding-top: 15px;
}
@media only screen and (min-width: 768px) {
	.pricing-tables {
		margin-top: -100px;
	}
}
@media only screen and (min-width: 992px) {
	.pricing-table {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}


/*linije*/
.l1:after, .l1:before, .l2:after, .l2:before, .l3:after, .l3:before {
	content: '';
	top: 0;
	position: fixed;
	z-index: 17;
	height: 100%;
	width: 0;
	border-left: 1px solid hsla(0, 0%, 39%, .3);
	opacity: .3;
	left: 50%
}

.l1:before {
	display: none
}

.l1:after {
	margin-left: 600px
}

@media screen and (max-width:1200px) {
	.l1:after {
		margin-left: 470px
	}
}

@media screen and (max-width:992px) {
	.l1:after {
		display: none
	}
}

.l2:before {
	margin-left: -600px
}

@media screen and (max-width:1200px) {
	.l2:before {
		margin-left: -470px
	}
}

@media screen and (max-width:992px) {
	.l2:before {
		margin-left: -360px
	}
}

@media screen and (max-width:768px) {
	.l2:before {
		display: none
	}
}

.l2:after {
	margin-left: -300px
}

@media screen and (max-width:1200px) {
	.l2:after {
		margin-left: -235px
	}
}

@media screen and (max-width:992px) {
	.l2:after {
		margin-left: 360px
	}
}

@media screen and (max-width:768px) {
	.l2:after {
		display: none
	}
}

.l3:after {
	margin-left: 300px
}

@media screen and (max-width:1200px) {
	.l3:after {
		margin-left: 235px
	}
}

@media screen and (max-width:992px) {
	.l3:after {
		display: none
	}
}



h1.hero-text {
	/*font-size: 78px;*/
	line-height: 1.2;
	font-size: 76px;
	font-weight: 500;
}

@media screen and (max-width:768px) {
	h1.hero-text {
		font-size: 46px;
		line-height: 1;

	}
	
}



.hero-content h1 span {
	color: #FCCB14;
}

.v-all {
	padding: 40px 0 80px;
}


.dot {
	color: #FCCB14;
}

.t-title {
	padding-top: 52px;
	padding-bottom: 32px;
	font-size: 14px;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
}

.link {
	width: auto;
}
.link u {
	display: block;
	float: left;
	line-height: 1;
}
.link img {
	width: 16px;
	display: block;
	float: left;
	margin-top: 1px;
	margin-left: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.link:hover img {
	margin-left: 17px;
}

.link:hover {
	opacity: .8
}
.lista ol {
	list-style-type: decimal;
	padding-top: 90px;
}
.lista li {
	margin-bottom: 12px;
	width: 100%;
	margin-left: 40px;
	font-weight: 400;
}


ul.styled-list {
	list-style-type: disc;
	padding-top: 20px;
	padding-left: 20px;
}

ul.styled-list li {
	margin-bottom: 12px;
	line-height: 1.4;
	width: 100%;
	/*margin-left: 20px;*/
	font-weight: 400;
}

table.cont-table {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 40px;
	font-weight: 400;
}

table.cont-table td {
	border-bottom: 1px solid #9F9F9F;
	padding: 12px;
}

table.cont-table td.left {
	text-align: right;
}



