/* ----- hover and focus state ----- */
/*----------------------------------------------------------------*/
* {
  outline: none;
}

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.small-footer {
  background: #2f636b;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px 0;
}

.ns-link {
  float: right;
  color: #fff;
}

.ns-link:hover {
  color: #fff;
  text-decoration: underline;
}

.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}

/*-------------------- typography START --------------------*/
h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  color: #d91119;
  text-transform: unset;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  color: #d91119;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  padding: 25px 0;
}

p {
  line-height: 1.5;
  margin-bottom: 24px;
}

a {
  color: #d91119;
  text-decoration: none;
}

a:hover {
  color: #bd0f16;
  text-decoration: underline;
}

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 40px;
  padding: 8px;
  background: #fff;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover {
  border: 2px solid #dfdfdf;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 2px solid #cfcfcf;
  outline: none;
}

textarea {
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none;
}

.fw {
  width: 100%;
  display: block;
}

.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: .01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #eee;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 3px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 5px 8px;
  font-size: 11px;
}

.btn-sm {
  padding: 9px 9.99px;
  font-size: 14px;
}

.btn-md {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.btn-lg {
  padding: 14px 20.02px;
  font-size: 18px;
  font-weight: 700;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: white;
  background: #d91119;
  border: 2px solid #d91119;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: white;
  border: 2px solid #bd0f16;
  background: #bd0f16;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  border: 2px solid #a00d12;
  background: #a00d12;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  background: #333;
  border: 2px solid #333;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #f0f0f0;
  border: 2px solid #242424;
  background: #242424;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-defoult:focus,
.btn-defoult:active:focus,
.btn-default:active:hover {
  color: #e0e0e0;
  border: 2px solid #141414;
  background: #141414;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.table-responsive {
  border: 0;
  margin: 0;
}

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
/*.vc_tta-tabs .vc_tta-panels {
	background: transparent !important;
	border: none !important;
	padding: 0px !important;
}

.vc_tta-tabs .vc_tta-panel-body {
	padding: 35px 0 !important;
	border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
	margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
	width: 25%;
	margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
	border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab>a {
	background: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	color: $secondary-color; 
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 15px !important;
	text-align: center;
	//margin-left: 15px;
	//margin-right: 15px;
	border-bottom: 1px solid $border-color !important;
	border-top: 1px solid $border-color !important;
	border-left: 1px solid $border-color !important;
	border-right: 1px solid $border-color !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child>a  {
	margin-right: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child>a  {
	margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab>a:hover {
	color: $primary-color !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active>a,
.vc_tta-tabs .vc_tta-tab.vc_active>a:hover {
	background: $primary-color !important;
	color: #fff !important;
	font-weight: 600;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
	-webkit-transition: none !important;
	transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
	background: $primary-color !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title>a {
	color: #fff !important;
}

@media (max-width: 767px) {
	.vc_tta-tabs .vc_tta-panel-body {
		padding-left: 15px !important;
		padding-right: 15px !important;
		background: #fff !important;
	}

	.vc_tta-tabs .vc_tta-panel-heading {
		border-radius: 0 !important;
		border: none !important;
		background: $secondary-color !important;
	}

	.vc_tta-tabs .vc_tta-panel-heading:hover {
		background: $secondary-color-hover !important;
	}

	.vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
		background: $primary-color !important;
	}

	.vc_tta-tabs .vc_active .vc_tta-title-text {
		color: #fff;
	}

	.vc_tta-tabs .vc_tta-title-text {
		font-size: 16px;
		color: $primary-color;
		text-transform: uppercase;
	}
}

/* acordion */
/*.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
	background: none !important;
	border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-body  {
	padding: 5px 0 14px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
	font-size: 14px;
	color: $secondary-color;
	font-weight: 400;
	text-transform: uppercase;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
	color: $primary-color;
	font-weight: 500;
}

.vc_tta-accordion .vc_tta-controls-icon {
	left: 0 !important;
	background: $secondary-color;
	width: 10px !important;
	height: 10px !important;
	border: 5px solid $secondary-color;
	padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
	background: $primary-color;
	border: 5px solid $primary-color;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
	color: #fff !important;
	border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title>a {
	padding-left: 30px !important;
}

/* FAQ */
/*.vc_toggle {
	margin-bottom: 3px !important;
}

.vc_toggle_title {
	background: $secondary-color;
	padding: 15px 40px !important;
	color: $primary-color;
}

.vc_toggle_content {
	padding: 0 15px !important;
	margin-bottom: 0 !important;
}

.vc_toggle_icon {
	background: $primary-color !important;
	margin-left: 15px !important;
	border: none !important;
	width: 14px !important;
}

.vc_toggle_icon::after {
	display: none !important;
}

.vc_toggle_icon::before {
	background: $primary-color !important;
	border: none !important;
	height: 14px !important;
}

/*------------------- VC default END ---------------------*/
/*------------------- include VC elements START ---------------------*/
#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #F1F1F3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3B89C7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #d91119;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #bd0f16;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #333;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #242424;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}

.ns-cwi-container {
  display: table;
}

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px;
}

.ns-cwi-icon-inner {
  padding: 0;
  display: block;
}

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.ns-cwi-content-inner {
  display: block;
}

.ns-gallery {
  float: left;
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}

.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 56.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #d91119;
  font-family: FontAwesome;
}

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.vc_ns_content-slider-container .slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none;
}

/*------------------- theme START ---------------------*/
.fa {
  color: #d91119;
}

/*----- main nav -----*/
.main-nav-col {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
}

.main-nav .collapse {
  padding: 0;
}

.main-nav .nav {
  float: right;
}

.main-nav .nav li {
  padding: 0 10px;
}

.main-nav .nav li:last-child {
  padding-right: 0;
}

.main-nav .nav li a {
  color: #333;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  background: none;
  color: #d91119;
}

.main-nav .nav li.current-menu-item a,
.main-nav .nav li.current-menu-item a:hover,
.main-nav .nav li.current-menu-item a:focus {
  background: none;
  color: #d91119;
}

@media (max-width: 767px) {
  .main-nav-col > .vc_column-inner {
    display: block !important;
  }
  .main-nav .navbar-toggle {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0;
  }
  .main-nav .icon-bar {
    background: #d91119;
  }
  .main-nav .navbar-collapse {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border-top: 1px solid #eee;
  }
  .main-nav .nav {
    float: left;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 2px 0;
  }
  .main-nav .nav li a {
    padding: 10px;
  }
}

/*----- header -----*/
header {
  background: white;
}

header .ns-cwi-container {
  float: right;
  margin: 5px 0 5px 15px;
}

.top-header {
  background: #2f636b;
}

.logo {
  margin: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .logo {
    position: absolute;
    z-index: 11;
  }
  .logo img {
    max-height: 40px;
  }
}

/*----- footer -----*/
.big-footer {
  background: #387780;
  padding: 15px 0;
  color: white;
}

.big-footer .ns-cwi-container {
  margin-bottom: 15px;
}

.big-footer .ns-cwi-container a {
  font-size: 16px;
  color: white;
}

.big-footer .ns-cwi-container .fa {
  background: #333;
  color: white;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 50%;
}

/*----- footer nav -----*/
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  border-bottom: 1px solid white;
  padding: 8px 0;
}

.footer-nav li:first-child {
  padding-top: 0;
}

.footer-nav li:last-child {
  border-bottom: none;
}

.footer-nav li a:before {
  content: '\f105';
  font-family: FontAwesome;
  padding-right: 10px;
  padding-left: 5px;
}

.footer-nav li a {
  color: white;
}

.footer-nav li a:hover {
  text-decoration: none;
  color: #d91119;
}

.title-container {
  background: #d91119;
  padding: 35px 0;
  margin-bottom: 30px;
}

.note {
  font-style: italic;
  color: #999;
}

.contact-box {
  font-size: 16px;
}

.contact-box .info {
  margin-bottom: 10px;
}

.contact-box .ns-cwi-container {
  margin-bottom: 15px;
  font-weight: bold;
}

.contact-box .ns-cwi-container .fa {
  min-width: 16px;
}

.side-contact {
  background: #d91119;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 35px;
}

.side-contact-inner {
  padding: 25px 15px 20px 15px;
}

.side-contact-decor {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-bottom: 70px;
  overflow: hidden;
}

.side-contact-decor:after {
  content: '';
  height: 0;
  width: 0;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 70px solid #333;
  display: block;
  margin-left: -500px;
}

.side-contact .ns-cwi-container {
  margin-bottom: 15px;
}

.side-contact .ns-cwi-container a,
.side-contact .ns-cwi-container i {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.side-contact .ns-cwi-container i {
  min-width: 20px;
  text-align: center;
}

.vc_ns_content-slider-container {
  margin: 35px 0;
}

.vc_ns_content-slider-container .slick-slide {
  height: 400px;
  border: 9px solid #d91119;
}

.slider-title h1 {
  color: #d91119;
  padding: 60px 50px;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vc_ns_content-slider-container .slick-dots {
  bottom: -30px;
}

.vc_ns_content-slider-container .slick-dots li {
  width: 14px !important;
  height: 14px !important;
}

.vc_ns_content-slider-container .slick-dots li button {
  width: 14px !important;
  height: 14px !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  content: '';
  background: #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  background: #d91119;
}

.site-content {
  min-height: 600px;
}

.error-404 {
  margin-top: 150px;
}

.error-404 h1 {
  color: #d91119;
  padding-bottom: 20px;
}

/* FRONT PAGE */
.slider-slika {
  margin-bottom: 0px;
}

.vc_ns_content-slider-container .slick-slide {
  border: none;
}

.slider-title h1 {
  margin-top: 100px;
  color: white;
  padding: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-tekst {
  color: white;
  font-size: 18px;
}

.title-container {
  background-color: #387780;
}

.title-container h1 {
  color: white;
  letter-spacing: 2px;
}

.top-header a {
  color: white;
}

.kontaktiraj-tekst {
  color: white;
  font-size: 22px;
}

.kontaktiraj-gumb {
  float: right;
  position: relative;
  bottom: 16px;
}

.storitve-front .wpb_content_element {
  margin-bottom: 50px;
}

.storitve-front .btn-primary {
  position: absolute;
  bottom: 0px;
}

.side-contact .side-contact-decor::after {
  content: '';
}

.side-contact .side-contact-decor {
  padding: 0px !important;
}

.side-contact .btn-default {
  background-color: #387780;
  border-color: #387780;
  color: white;
}

.side-contact .btn-default:hover {
  background-color: #2f636b;
  border-color: #2f636b;
}

.reference ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 15px;
}

.reference ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d91119;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

nav.sidenav ul {
  list-style: none;
  padding-left: 0px;
}

nav.sidenav ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

nav.sidenav ul li a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

nav.sidenav ul li.current-menu-item a {
  color: #d91119;
}

li.current-page-ancestor a {
  color: #d91119 !important;
}

@media only screen and (max-width: 768px) {
  body.parent-pageid-20 #content .vc_row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.parent-pageid-20 #content .vc_row-fluid .vc_col-sm-9 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  body.parent-pageid-20 #content .vc_row-fluid .vc_col-sm-3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  a.logo img {
    max-height: 80px !important;
  }
  .slider-title h1 {
    font-size: 40px !important;
  }
  .kontaktiraj-gumb {
    float: left;
  }
}

@media only screen and (max-width: 500px) {
  .entry-content .vc_custom_1580478695092 {
    background-position: -230px !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .side-contact .ns-cwi-container a {
    font-size: 13px !important;
  }
  .side-contact .btn-default {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .side-contact .ns-cwi-container a {
    font-size: 13px !important;
  }
  .side-contact .ns-cwi-container .ns-cwi-email {
    font-size: 9px !important;
  }
  .side-contact .btn-default {
    font-size: 10px;
  }
  .menu-glavni-meni-container a {
    font-size: 14px;
  }
}

/*------------------- theme END ---------------------*/
/*# sourceMappingURL=main.css.map */