@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&subset=latin-ext");
@font-face {
  font-family: 'Tungsten Bold';
  src: url("../font/Tungsten-Bold.eot");
  src: url("../font/Tungsten-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Tungsten-Bold.woff") format("woff"), url("../font/Tungsten-Bold.ttf") format("truetype"), url("../font/Tungsten-Bold.svg#Tungsten-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*******************************************************************************
* X.0 - Variables
*******************************************************************************/
/*******************************************************************************
* X.1 - INCLUDES: Files
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none;
  padding: 0; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

a, a:hover, a:focus {
  text-decoration: none;
  outline: none !important; }

div, img, input:focus, textarea:focus {
  outline: none; }

label {
  cursor: pointer; }

button {
  color: inherit; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  min-width: 320px; }

/*prevent body from scrolling when menu is opened */
.no-scroll {
  overflow: hidden; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0; }

.image {
  position: relative; }

.image.center img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.img-center img {
  margin: 0 auto; }

.image p.overlay {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #FFF;
  font-size: 80px;
  font-weight: 100; }

/* Prepreci oznacitev teksta na klik */
.noselect, .noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: normal;
  line-height: 1em;
  margin: 0; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0; }
  p strong {
    font-weight: 700; }

blockquote {
  padding: 0;
  margin: 0;
  font-size: 45px;
  border: none;
  font-weight: 100;
  line-height: 1.1em; }

.wrapper-outer {
  position: relative; }

.wrapper-inner {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

/* 5 cols row */
.row.col5 [class*="col-"] {
  width: 20%; }

/* 1200px */
@media screen and (max-width: 1200px), screen and (max-width: 1200px) {
  .wrapper-inner {
    width: 100%; }
  .image p.overlay {
    font-size: 66px; } }

/* 992px */
@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .row.col5 [class*="col-"] {
    width: 100%; }
  .image p.overlay {
    font-size: 60px; } }

/* 768px */
@media screen and (max-width: 768px), screen and (max-width: 768px) {
  .image p.overlay {
    font-size: 42px; } }

/* 480px */
@media screen and (max-width: 480px), screen and (max-width: 480px) {
  p, section.text-page .text ul li {
    font-size: 12px; } }

/* 360px */
@media screen and (max-width: 360px), screen and (max-width: 360px) {
  .image p.overlay {
    font-size: 32px; } }

/* 320px */
@media screen and (max-width: 320px), screen and (max-width: 320px) {
  #container {
    width: 320px; } }

/*******************************************************************************
* 0.1 - GENERAL : Aligning
*******************************************************************************/
.center-h {
  left: 50%;
  position: relative;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px); }

.center-v {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%); }

.center-a {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/*******************************************************************************
* 0.2 - GENERAL : Margins and paddings 
*******************************************************************************/
.no-margin {
  margin: 0; }

/*******************************************************************************
* 0.3 - GENERAL : Cols
*******************************************************************************/
.col-wrap {
  font-size: 0; }

/* Half cols */
.col-wrap .col2 {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

/* Thirds cols */
.col-wrap .col3 {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%; }

/* Fourth cols */
.col-wrap .col4 {
  display: inline-block;
  vertical-align: top;
  width: 25%; }

/* Fifth cols */
.col-wrap .col5 {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 2%; }

/*******************************************************************************
* 0.4 - GENERAL : Backgrounds and borders
*******************************************************************************/
/*******************************************************************************
* 0.5 - GENERAL : Buttons
*******************************************************************************/
.button span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  text-align: inherit; }

/*******************************************************************************
* 0.8 - GENERAL : Row/Col alignment
*******************************************************************************/
/* Align bottom - metoda 1 */
.container.cols-bottom {
  height: 100%; }

.container.cols-bottom .row {
  height: 100%;
  display: table; }

.container.cols-bottom .row [class*="col-"] {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: bottom; }

@media screen and (max-width: 992px), screen and (max-width: 992px) {
  /*	.container.cols-bottom .row [class*="col-"] {
		display: block;
	}*/ }

/* Align moja metoda - za slideshow - 2 cols */
.container.align-bottom {
  height: 100%;
  padding: 0; }

.container.align-bottom .row {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }

.container.align-bottom .row [class*="col-"] {
  position: absolute;
  bottom: 0;
  left: 0; }

.container.align-bottom .row [class*="col-"] + [class*="col-"] {
  left: 50%; }

@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .container.align-bottom .row [class*="col-"] {
    position: initial;
    bottom: auto;
    left: auto; } }

/* Align bottom - metoda 2 */
.row.align-bottom {
  font-size: 0; }

.row.align-bottom > * {
  float: none;
  display: inline-block; }

.row.align-bottom.vert-bottom > * {
  vertical-align: bottom; }

.row.align-bottom > *:last-child {
  vertical-align: bottom; }

@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .row.align-bottom > * {
    float: initial;
    display: block; } }

/* Align bottom - metoda 3 */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.row-full-height {
  height: 100%; }

.col-full-height {
  height: 100%;
  vertical-align: top; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  /*display: table-cell;
	float: none !important;*/
  height: 100%; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

/* Align bottom - metoda 4 */
.row.equal-height > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

.row.equal-height {
  overflow: hidden; }

.row.equal-height > [class*="col-"] {
  /*background-color:#eee;*/ }

/* Full height */
.container.full-height,
.container.full-height > .row,
.container.full-height > .row > [class*="col-"] {
  position: relative;
  height: 100%; }

/*******************************************************************************
* 1.0 - TEXT PAGE: Heading
*******************************************************************************/
/* 992px */
@media screen and (max-width: 992px), screen and (max-width: 992px) {
  section.page-heading h1 {
    font-size: 60px; }
  section.page-heading h2 {
    font-size: 40px; }
  section.page-heading.small h1 {
    font-size: 40px; } }

/* 768px */
@media screen and (max-width: 768px), screen and (max-width: 768px) {
  section.page-heading h1 {
    font-size: 48px; }
  section.page-heading h2 {
    font-size: 38px; }
  section.page-heading.small h1 {
    font-size: 38px; }
  section.page-heading.medium {
    padding-bottom: 45px;
    padding-top: 45px; }
  /* Tabs */
  section.page-heading .tabs-nav .nav-arrow {
    height: 72px;
    margin-top: 0;
    top: 0; }
  section.page-heading .tab-header,
  section.page-heading .tab-header aside,
  section.page-heading .tab-header aside.active,
  section.page-heading .tab-header aside:hover,
  section.page-heading .tab-header aside.slick-active.active {
    height: 72px; }
  section.page-heading .tab-header aside,
  section.page-heading .tab-header aside.active,
  section.page-heading .tab-header aside:hover {
    background-color: #fff;
    color: #2a3942;
    padding-left: 75px;
    padding-right: 75px; }
  section.page-heading .tab-header aside {
    border-bottom: 1px solid #2a3942; }
  section.page-heading .tab-header .container,
  section.page-heading .tab-header .container .row,
  section.page-heading .tab-header .container .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%; } }

/* 480px */
@media screen and (max-width: 480px), screen and (max-width: 480px) {
  section.page-heading.tabs {
    height: auto;
    padding-top: 30px; }
  section.page-heading.tabs header {
    margin-bottom: 15px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }
  section.page-heading.tabs header h1 {
    margin-bottom: 15px; }
  section.page-heading.tabs header p {
    font-size: 18px; }
  section#product-selector.page-heading .tab-header {
    position: relative;
    left: auto;
    bottom: auto; }
  section.page-heading h1 {
    font-size: 36px; }
  section.page-heading h2 {
    font-size: 28px; }
  section.page-heading.small h1 {
    font-size: 28px; }
  section.page-heading.tabs header {
    padding-bottom: 0; }
  section.page-heading.medium {
    padding-bottom: 30px;
    padding-top: 30px; } }

/* 360px */
@media screen and (max-width: 360px), screen and (max-width: 360px) {
  section.page-heading.tabs {
    padding-top: 30px; } }

/*******************************************************************************
* 2.0 - TABS
*******************************************************************************/
/*
Uporaba tabov:
Switcherji: parent tab class="tab-header", tab-group="kater-grupo-preklaplja"
			vsak switcher class="tab-switcher", tab="ime taba ki ga prikazuje"
			aktiven switcher: class="active"
Tab containerji: vsak container: class="tab-content" in ime taba, kot v posameznem switcherju npr "tab-switch1"
				 vsak container: enaka grupa kot v tab-headerju, npr tab-group="tab1"
				 aktiven container class="show"
*/
.tab-header {
  counter-reset: section;
  font-size: 0;
  position: relative; }

.tab-header .tab-opener {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.tab-header .tab-opener:after {
  content: "";
  background: url(../../template/image/icon-arrow-right-dark.png) no-repeat scroll center center/16px auto;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 27px;
  width: 30px;
  z-index: 9;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

.tab-header.collapse .tab-opener {
  display: block;
  z-index: 9; }

.tab-header.collapse {
  display: block; }

/*.tab-header.collapse ul {border-left-color: transparent;}*/
.tab-header.collapse li {
  display: none; }

.tab-header.collapse li.active {
  display: block;
  margin: 0;
  padding-right: 35px; }

.tab-header.collapse li + li {
  margin: 0; }

.tab-header aside {
  color: #2a3942;
  /*cursor: pointer;*/
  padding: 10px 20px 20px;
  display: inline-block;
  vertical-align: top;
  height: 90px; }

.tab-header aside.disabled {
  opacity: 0.6; }

.tab-header aside p,
.tab-header aside span {
  color: inherit;
  font-family: "Roboto Condensed";
  font-size: 16px;
  /*font-weight: 500;*/
  font-weight: 700;
  line-height: 1em;
  padding-left: 25px;
  padding-top: 5px;
  position: relative;
  text-transform: uppercase;
  cursor: default; }

.tab-header aside p:before {
  color: currentcolor;
  content: counter(section, decimal);
  counter-increment: section;
  display: block;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 100;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
  vertical-align: top; }

.tab-header aside span {
  padding-left: 0;
  color: #2a3942;
  display: block; }

.tab-header aside em {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto";
  text-transform: lowercase; }

.tab-header aside.active {
  background-color: #fff;
  color: #2A3942; }

.tab-content {
  display: block !important;
  height: 0px;
  overflow: hidden; }

.tab-content.show {
  display: block !important;
  height: auto;
  overflow: visible; }

/* 1200px */
/* 992px */
@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .tab-header {
    height: auto; }
  .tab-header aside {
    cursor: default; }
  .tab-header.tab-collapse li:first-child {
    padding-right: 35px; } }

/*******************************************************************************
* 3.0 - GENERAL FORM
*******************************************************************************/
/* 480px */
@media screen and (max-width: 480px), screen and (max-width: 480px) {
  .general-form .input.submit button {
    height: 40px;
    line-height: 40px; }
  .general-form .input input {
    height: 40px; } }

/*******************************************************************************
* 3.1 - FORM - Dropdown fake
*******************************************************************************/
.faker {
  cursor: default;
  height: 50px;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.faker .drop-value {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  left: 0;
  line-height: 48px;
  overflow: hidden;
  padding-right: 30px;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: 1em;
  color: rgba(93, 111, 122, 0.7);
  border: 1px solid #C3C7CA; }

.faker .drop-value:hover, .faker.open .drop-value {
  color: #2A3942; }

.faker .drop-value, .faker .drop-handle {
  height: 48px; }

.faker .drop-handle {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 34px;
  border-left: 1px solid #C3C7CA;
  background-color: #fff;
  height: 46px; }

.faker .drop-handle:after {
  background-size: 19px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0; }

.faker .drop-value:hover ~ .drop-handle:after,
.faker.open .drop-value ~ .drop-handle:after {
  border-color: #d77c52 transparent transparent; }

.faker .drop-selection {
  background-color: #fff;
  cursor: pointer;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 9; }

.faker.open .drop-selection {
  border-bottom: 1px solid #c3c7ca;
  display: block;
  height: auto;
  max-height: 400px;
  opacity: 1;
  overflow: auto; }

.faker .drop-selection div {
  border-left: 1px solid #c3c7ca;
  border-right: 1px solid #c3c7ca;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.1em;
  line-height: 40px;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.faker .drop-selection div:last-of-type {
  /*border-bottom: 1px solid #c3c7ca;*/ }

.faker .drop-selection div.active,
.faker .drop-selection div:hover {
  background-color: #2A3942;
  color: #fff; }

.faker select {
  display: none; }

/* Faker small */
.faker.small {
  display: inline-block;
  height: 26px;
  min-width: 146px;
  width: auto; }

.faker.small .drop-value {
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  color: #2a3942; }

.faker.small .drop-handle {
  height: 24px;
  width: 30px; }

.faker.small .drop-selection {
  top: 26px; }

.faker.small .drop-selection div {
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  letter-spacing: 0; }

/*******************************************************************************
* 3.2 - FORM: Checkers
*******************************************************************************/
div.checker input {
  display: none; }

div.checker span {
  cursor: pointer;
  position: relative;
  display: block; }

div.checker span p {
  display: inline-block;
  font-family: "Roboto";
  position: relative;
  color: #2A3942;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em; }

div.checker span em {
  border: 1px solid #8d8d8d;
  display: inline-block;
  font-style: normal;
  height: 30px;
  position: absolute;
  vertical-align: top;
  width: 30px;
  left: 0;
  top: 0; }

div.checker span em:before {
  background-color: transparent;
  content: "";
  display: block;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 0.3s ease-in 0s, border 0.2s ease-in 0s;
  width: 20px; }

div.checker.radio span em,
div.checker.radio span em:before {
  border-radius: 100%; }

div.checker span.checked em:before {
  background-color: #2A3942;
  transition: background-color 0.3s ease-in 0s, border 0.2s ease-in 0s; }

/* Small checkers */
.checkers-group div.checker {
  margin-bottom: 0;
  display: block;
  float: left;
  clear: both; }

.checkers-group div.checker span {
  line-height: 0; }

.checkers-group div.checker span p {
  vertical-align: top; }

.checkers-group div.checker span em {
  position: relative;
  top: auto;
  left: auto;
  background-color: #fff; }

/*******************************************************************************
* 3.3 - PAGE: Lazy load
*******************************************************************************/
.lazy-load {
  position: relative;
  display: block;
  margin-top: 45px;
  padding-top: 35px;
  display: none; }

.lazy-load p {
  text-align: center;
  color: #5d6f7a;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px; }

.lazy-load .spinner,
.lazy-load .spinner > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lazy-load .spinner {
  display: block;
  font-size: 0;
  color: #5d6f7a;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px; }

.lazy-load .spinner > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.lazy-load .spinner > div {
  width: 30px;
  height: 30px;
  background: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  border-width: 1px; }

.lazy-load.loading .spinner > div {
  -webkit-animation: lazy-spinner 1.5s linear infinite;
  -moz-animation: lazy-spinner 1.5s linear infinite;
  -o-animation: lazy-spinner 1.5s linear infinite;
  animation: lazy-spinner 1.5s linear infinite; }

/*
 * Animation
 */
@-webkit-keyframes lazy-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes lazy-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes lazy-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lazy-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*******************************************************************************
* 4.0 - PAGE: Sidebar
*******************************************************************************/
/* Floater */
.floater {
  /*	position: absolute;
	right: 0;
	top: 0;*/
  width: 100%;
  z-index: 9; }

.floater.floating {
  position: absolute;
  top: 70px;
  left: 0 !important; }

.floater.fixed {
  position: absolute; }

/*******************************************************************************
* 4.1 - PAGE: Event Calendar
*******************************************************************************/
/*******************************************************************************
* 4.2 - PAGE: Banner
*******************************************************************************/
/*******************************************************************************
* 5 - CAROUSEL - Slick general
*******************************************************************************/
/* Margin med itemi */
.slick-margin {
  margin-left: -15px;
  margin-right: -15px; }

.slick-margin .slick-slide {
  padding-left: 15px;
  padding-right: 15px; }

/* full width slick */
.slick-full .slick-list {
  overflow: visible; }

.slick-full .slick-slide {
  opacity: 0.5;
  pointer-events: none; }

.slick-full .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all; }

/* Navigation */
.nav-arrow {
  cursor: pointer;
  height: 80px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  margin-top: -40px;
  width: 60px;
  z-index: 2; }

.nav-arrow:hover {
  background-color: #2a3942; }

.nav-arrow.nav-prev {
  left: 0;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); }

.nav-arrow.nav-next {
  right: 0; }

.nav-arrow.slick-disabled {
  display: none !important; }

/*******************************************************************************
* 1.0 - General styles
*******************************************************************************/
body {
  background-color: #e5e5e5; }

.center {
  width: 980px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 992px) {
    .center {
      width: 100%; } }

#container {
  position: relative; }
  #container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle 1186px at center, transparent 66%, black 300%); }

/*******************************************************************************
* 2.0 - WORK AREAS
*******************************************************************************/
.bl-areas {
  padding-top: 90px; }
  @media screen and (max-width: 992px) {
    .bl-areas {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .bl-areas {
      padding-top: 35px; } }
  .bl-areas .logo {
    display: block;
    width: 104px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 992px) {
      .bl-areas .logo {
        width: 86px; } }
    @media screen and (max-width: 767px) {
      .bl-areas .logo {
        bottom: 20px;
        width: 80px; } }
    .bl-areas .logo img {
      margin: 0 auto;
      width: 100%; }
  .bl-areas .bg-img {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 300px; }
    @media screen and (max-width: 992px) {
      .bl-areas .bg-img {
        width: 236px;
        left: -15px; } }
    @media screen and (max-width: 767px) {
      .bl-areas .bg-img {
        display: none; } }
    .bl-areas .bg-img img {
      position: relative;
      width: 100%; }
    .bl-areas .bg-img:after {
      content: "";
      background: url(../img/ico_linkedin.png) no-repeat scroll center center;
      display: block;
      position: absolute;
      margin-top: 90px;
      left: 50%;
      top: 50%;
      width: 56px;
      height: 56px;
      opacity: 0;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transition: opacity 250ms ease-in;
      -o-transition: opacity 250ms ease-in;
      -ms-transition: opacity 250ms ease-in;
      -webkit-transition: opacity 250ms ease-in;
      transition: opacity 250ms ease-in; }
    .bl-areas .bg-img:hover:after {
      opacity: 1; }
  .bl-areas .subtext {
    margin-bottom: 75px; }
    @media screen and (max-width: 767px) {
      .bl-areas .subtext {
        margin-bottom: 35px; } }
    .bl-areas .subtext img {
      margin: 0 auto; }
      @media screen and (max-width: 992px) {
        .bl-areas .subtext img {
          width: 300px; } }
      @media screen and (max-width: 767px) {
        .bl-areas .subtext img {
          width: 220px; } }
    .bl-areas .subtext h1 {
      color: #3d3d3d;
      font-family: "Maven Pro";
      font-size: 50px;
      font-weight: 400;
      line-height: 1em;
      text-align: center; }
      .bl-areas .subtext h1 span {
        color: rgba(61, 61, 61, 0.8);
        display: block;
        font-size: 23px;
        text-transform: uppercase; }
  .bl-areas .work-areas {
    color: rgba(72, 75, 81, 0.85);
    cursor: default;
    font-family: "Titillium Web", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 2em;
    text-align: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 992px) {
      .bl-areas .work-areas {
        font-size: 22px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .bl-areas .work-areas {
        font-size: 18px; } }

/*******************************************************************************
* 3.0 - PHONE
*******************************************************************************/
.bl-phone {
  background-color: #939393; }
  .bl-phone .blocks {
    font-size: 0;
    display: table;
    padding: 20px 0;
    width: 100%; }
    @media screen and (max-width: 992px) {
      .bl-phone .blocks {
        display: block;
        padding: 10px 0; } }
    .bl-phone .blocks .bl-txt {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 992px) {
        .bl-phone .blocks .bl-txt {
          display: block;
          text-align: center;
          width: 100% !important; } }
      @media screen and (max-width: 992px) {
        .bl-phone .blocks .bl-txt br {
          display: none; } }
    .bl-phone .blocks .left, .bl-phone .blocks .right {
      width: 250px; }
    .bl-phone .blocks .left {
      padding-left: 45px; }
    .bl-phone .blocks .right {
      padding-left: 20px; }
    .bl-phone .blocks .middle {
      width: 480px; }
    .bl-phone .blocks .txt {
      color: rgba(254, 254, 254, 0.8);
      font-family: "Titillium Web", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1em; }
      @media screen and (max-width: 992px) {
        .bl-phone .blocks .txt {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .bl-phone .blocks .txt {
          font-size: 12px; } }
      .bl-phone .blocks .txt strong {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .bl-phone .blocks .txt strong {
            font-size: 16px; } }
    .bl-phone .blocks .phonenum {
      color: #fefefe;
      font-family: "Titillium Web", sans-serif;
      font-size: 54px;
      font-weight: 700;
      line-height: 1em;
      text-align: center; }
      @media screen and (max-width: 992px) {
        .bl-phone .blocks .phonenum {
          font-size: 42px;
          padding: 5px 0; } }
      @media screen and (max-width: 767px) {
        .bl-phone .blocks .phonenum {
          font-size: 38px; } }

/*******************************************************************************
* 4.0 - CONTACT
*******************************************************************************/
.bl-contact {
  background-color: #cccccc;
  padding-top: 20px;
  padding-bottom: 400px; }
  @media screen and (max-width: 992px) {
    .bl-contact {
      padding-bottom: 350px; } }
  @media screen and (max-width: 767px) {
    .bl-contact {
      padding-bottom: 60px; } }
  .bl-contact .contacts {
    margin-bottom: 115px;
    text-align: center;
    padding: 0 90px; }
    @media screen and (max-width: 992px) {
      .bl-contact .contacts {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .bl-contact .contacts {
        margin-bottom: 60px;
        padding: 0; } }
    .bl-contact .contacts .ico {
      color: #484b51;
      font-family: "Titillium Web", sans-serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4em;
      display: inline-block;
      vertical-align: top; }
      .bl-contact .contacts .ico + .ico {
        margin-left: 30px; }
        @media screen and (max-width: 992px) {
          .bl-contact .contacts .ico + .ico {
            margin-left: 25px; } }
      @media screen and (max-width: 992px) {
        .bl-contact .contacts .ico {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .bl-contact .contacts .ico {
          font-size: 17px;
          display: block;
          text-align: center;
          margin: 0 !important;
          padding: 0 !important; } }
    .bl-contact .contacts .ico-tel span {
      background: url(../img/ico_tel.svg) no-repeat scroll left center/24px auto;
      padding-left: 32px; }
      @media screen and (max-width: 992px) {
        .bl-contact .contacts .ico-tel span {
          background-size: 18px auto;
          padding-left: 28px; } }
    .bl-contact .contacts .ico-gsm span {
      background: url(../img/ico_gsm.svg) no-repeat scroll left center/14px auto;
      padding-left: 20px; }
      @media screen and (max-width: 992px) {
        .bl-contact .contacts .ico-gsm span {
          background-size: 12px auto;
          padding-left: 18px; } }
    .bl-contact .contacts .ico-fax span {
      background: url(../img/ico_fax.svg) no-repeat scroll left center/26px auto;
      padding-left: 40px; }
      @media screen and (max-width: 992px) {
        .bl-contact .contacts .ico-fax span {
          background-size: 20px auto;
          padding-left: 26px; } }
    .bl-contact .contacts .ico-mail a {
      color: inherit;
      text-decoration: underline; }
    .bl-contact .contacts .ico-loc span {
      background: url(../img/ico_loc.png) no-repeat scroll left center;
      padding-left: 30px; }
      @media screen and (max-width: 992px) {
        .bl-contact .contacts .ico-loc span {
          background-size: 14px auto;
          padding-left: 20px; } }
  .bl-contact .ozs-logo {
    margin: 0 auto; }

/*******************************************************************************
* 9.0 - FOOTER
*******************************************************************************/
.footer-main {
  background-color: #cccccc;
  padding-bottom: 40px; }
  .footer-main .copyright {
    color: #484b51;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center; }
    @media screen and (max-width: 992px) {
      .footer-main .copyright {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .footer-main .copyright {
        font-size: 12px; } }
    .footer-main .copyright em {
      font-style: normal; }
      @media screen and (max-width: 767px) {
        .footer-main .copyright em {
          display: none; } }
    @media screen and (max-width: 767px) {
      .footer-main .copyright span {
        display: block; } }

/*# sourceMappingURL=../css/style.css.map */
