/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('/files/themes/deka-l/fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/themes/deka-l/fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/files/themes/deka-l/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/themes/deka-l/fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/files/themes/deka-l/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/themes/deka-l/fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/files/themes/deka-l/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/themes/deka-l/fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../files/themes/deka-l/css/fonts/flexslider-icon.eot');
  src: url('../../files/themes/deka-l/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../files/themes/deka-l/css/fonts/flexslider-icon.woff') format('woff'), url('../../files/themes/deka-l/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../files/themes/deka-l/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
:root{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font-family:sans-serif;line-height:1.5em;text-rendering:optimizeLegibility;vertical-align:top}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-decoration:inherit;vertical-align:inherit;border-style:solid;border-width:0}
*{margin:0;padding:0;cursor:inherit}
a,button,input,select,textarea{cursor:initial}
button,input,select,textarea{background:0 0}
code,kbd,pre,samp{font-family:monospace,monospace}
input{min-height:1.5em}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */
/* Import Skins */
@import url('../../files/themes/deka-l/dark-skin/skin.css');
@import url('../../files/themes/deka-l/light-skin/skin.css');
@import url('../../files/themes/deka-l/parade-skin/skin.css');
@import url('../../files/themes/deka-l/metro-black-skin/skin.css');
@import url('../../files/themes/deka-l/metro-white-skin/skin.css');
@import url('../../files/themes/deka-l/mac-skin/skin.css');
@import url('../../files/themes/deka-l/smooth-skin/skin.css');

/* Reset Styles */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float:none;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    line-height:100%;
    vertical-align:baseline;
    background:transparent;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: -moz-none;
	 -khtml-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
	overflow: hidden;
}
.ilightbox-closedhand * {
	cursor: url(../../files/themes/deka-l/css/closedhand.cur),default !important;
}

.ilightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.ilightbox-loader {
	position: fixed;
	z-index: 100005;
	top: 45%;
	left: -192px;
	padding-left: 30px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
			
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
	width: 72px;
	height: 72px;
	
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
	left: 45%;
	top: -192px;
	padding: 0;
	padding-top: 30px;
			
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal  div {
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
	display: none;
	position: fixed;
	z-index: 100010;
}

.ilightbox-toolbar a {
	float: left;
	cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
	display: none;
}

.ilightbox-thumbnails {
	display: block;
	position: fixed;
	z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
	display: block;
	position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
	width: 140px;
	height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
	display: block;
	position: absolute;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
	display: block;
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	width: 100%;
	height: 100%;
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	
	-ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
	opacity: 1;
}

.ilightbox-holder {
	display: none;
	position: fixed;
	z-index: 100003;

	-webkit-transform: none;
	   -moz-transform: none;
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
	cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
	width: 100%;
	height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	max-width: 100%;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 12px;
    line-height: 150%;
	word-wrap: break-word;
	z-index: 20003;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	padding-left: 0;
	z-index: 20003;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
	float: left;
	list-style: none;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
	display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
	background-image: url('../../files/themes/deka-l/social_icons/facebook_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
	background-image: url('../../files/themes/deka-l/social_icons/digg_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
	background-image: url('../../files/themes/deka-l/social_icons/twitter_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
	background-image: url('../../files/themes/deka-l/social_icons/delicious_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
	background-image: url('../../files/themes/deka-l/social_icons/reddit_16.png');
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
	background-image: url('../../files/themes/deka-l/social_icons/google_plus_16.png');
}

.ilightbox-holder .ilightbox-alert {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	width: 300px;
	height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
	position: relative;
	z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
	position: absolute;
}

/* Style arrow buttons */
.ilightbox-button {
	position: fixed;
	z-index: 100008;
	cursor: pointer;
}

/* Style mobile devices */
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
	display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
	display: block;
}
.row:before, .container:before, .mod-slider__slides:before, .navbar--anchor:before, .navbar--primary:before, .row:after, .container:after, .mod-slider__slides:after, .navbar--anchor:after, .navbar--primary:after {
  content: "";
  display: table;
}
.row:after, .container:after, .mod-slider__slides:after, .navbar--anchor:after, .navbar--primary:after {
  clear: both;
}

:root {
  color: #404041;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.3rem;
  line-height: 24px;
}

a, button {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.is-positive h1 {
  color: #404041;
}

.is-negative h1 {
  color: #ffffff;
}

.is-positive h2 {
  color: #404041;
}

.is-negative h2 {
  color: #ffffff;
}

.is-positive h3 {
  color: #404041;
}

.is-negative h3 {
  color: #ffffff;
}

.is-positive h4 {
  color: #404041;
}

.is-negative h4 {
  color: #ffffff;
}

.is-positive h5 {
  color: #404041;
}

.is-negative h5 {
  color: #ffffff;
}

.is-positive h6 {
  color: #404041;
}

.is-negative h6 {
  color: #ffffff;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.row {
  margin: 0 -15px;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}

[class^="col-"], [class*=" col-"] {
  float: left;
  list-style: none;
  min-height: 1px;
  padding: 0 15px;
}
.no-padding [class^="col-"], [class^="col-"].no-padding, .no-padding [class*=" col-"], [class*=" col-"].no-padding {
  padding: 0;
}

[class^="col-pull-"], [class*=" col-pull-"] {
  float: right;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-push-xs-1 {
  margin-left: 8.33333333%;
}

.col-pull-xs-1 {
  margin-right: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-push-xs-2 {
  margin-left: 16.66666667%;
}

.col-pull-xs-2 {
  margin-right: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-push-xs-3 {
  margin-left: 25%;
}

.col-pull-xs-3 {
  margin-right: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-push-xs-4 {
  margin-left: 33.33333333%;
}

.col-pull-xs-4 {
  margin-right: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-push-xs-5 {
  margin-left: 41.66666667%;
}

.col-pull-xs-5 {
  margin-right: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-push-xs-6 {
  margin-left: 50%;
}

.col-pull-xs-6 {
  margin-right: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-push-xs-7 {
  margin-left: 58.33333333%;
}

.col-pull-xs-7 {
  margin-right: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-push-xs-8 {
  margin-left: 66.66666667%;
}

.col-pull-xs-8 {
  margin-right: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-push-xs-9 {
  margin-left: 75%;
}

.col-pull-xs-9 {
  margin-right: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-push-xs-10 {
  margin-left: 83.33333333%;
}

.col-pull-xs-10 {
  margin-right: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-push-xs-11 {
  margin-left: 91.66666667%;
}

.col-pull-xs-11 {
  margin-right: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.talign-left-xs {
  text-align: left;
}

.talign-center-xs {
  text-align: center;
}
.talign-center-xs .has-delimiter:after, .talign-center-xs.has-delimiter:after {
  margin-left: auto;
  margin-right: auto;
}

.talign-right-xs {
  text-align: right;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-header !important;
  }

  thead.visible-xs {
    display: table-header-group !important;
  }

  tbody.visible-xs {
    display: table-row-group !important;
  }

  .col-xs-12 {
    clear: both;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-push-sm-1 {
    margin-left: 8.33333333%;
  }

  .col-pull-sm-1 {
    margin-right: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-push-sm-2 {
    margin-left: 16.66666667%;
  }

  .col-pull-sm-2 {
    margin-right: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-push-sm-3 {
    margin-left: 25%;
  }

  .col-pull-sm-3 {
    margin-right: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-push-sm-4 {
    margin-left: 33.33333333%;
  }

  .col-pull-sm-4 {
    margin-right: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-push-sm-5 {
    margin-left: 41.66666667%;
  }

  .col-pull-sm-5 {
    margin-right: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-push-sm-6 {
    margin-left: 50%;
  }

  .col-pull-sm-6 {
    margin-right: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-push-sm-7 {
    margin-left: 58.33333333%;
  }

  .col-pull-sm-7 {
    margin-right: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-push-sm-8 {
    margin-left: 66.66666667%;
  }

  .col-pull-sm-8 {
    margin-right: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-push-sm-9 {
    margin-left: 75%;
  }

  .col-pull-sm-9 {
    margin-right: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-push-sm-10 {
    margin-left: 83.33333333%;
  }

  .col-pull-sm-10 {
    margin-right: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-push-sm-11 {
    margin-left: 91.66666667%;
  }

  .col-pull-sm-11 {
    margin-right: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .talign-left-sm {
    text-align: left;
  }

  .talign-center-sm {
    text-align: center;
  }
  .talign-center-sm .has-delimiter:after, .talign-center-sm.has-delimiter:after {
    margin-left: auto;
    margin-right: auto;
  }

  .talign-right-sm {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-header !important;
  }

  thead.visible-sm {
    display: table-header-group !important;
  }

  tbody.visible-sm {
    display: table-row-group !important;
  }

  .col-sm-12 {
    clear: both;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
  }

  .col-push-md-1 {
    margin-left: 8.33333333%;
  }

  .col-pull-md-1 {
    margin-right: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-push-md-2 {
    margin-left: 16.66666667%;
  }

  .col-pull-md-2 {
    margin-right: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-push-md-3 {
    margin-left: 25%;
  }

  .col-pull-md-3 {
    margin-right: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-push-md-4 {
    margin-left: 33.33333333%;
  }

  .col-pull-md-4 {
    margin-right: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-push-md-5 {
    margin-left: 41.66666667%;
  }

  .col-pull-md-5 {
    margin-right: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-push-md-6 {
    margin-left: 50%;
  }

  .col-pull-md-6 {
    margin-right: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-push-md-7 {
    margin-left: 58.33333333%;
  }

  .col-pull-md-7 {
    margin-right: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-push-md-8 {
    margin-left: 66.66666667%;
  }

  .col-pull-md-8 {
    margin-right: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-push-md-9 {
    margin-left: 75%;
  }

  .col-pull-md-9 {
    margin-right: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-push-md-10 {
    margin-left: 83.33333333%;
  }

  .col-pull-md-10 {
    margin-right: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-push-md-11 {
    margin-left: 91.66666667%;
  }

  .col-pull-md-11 {
    margin-right: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .talign-left-md {
    text-align: left;
  }

  .talign-center-md {
    text-align: center;
  }
  .talign-center-md .has-delimiter:after, .talign-center-md.has-delimiter:after {
    margin-left: auto;
    margin-right: auto;
  }

  .talign-right-md {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-header !important;
  }

  thead.visible-md {
    display: table-header-group !important;
  }

  tbody.visible-md {
    display: table-row-group !important;
  }

  .col-md-12 {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-push-lg-1 {
    margin-left: 8.33333333%;
  }

  .col-pull-lg-1 {
    margin-right: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-push-lg-2 {
    margin-left: 16.66666667%;
  }

  .col-pull-lg-2 {
    margin-right: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-push-lg-3 {
    margin-left: 25%;
  }

  .col-pull-lg-3 {
    margin-right: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-push-lg-4 {
    margin-left: 33.33333333%;
  }

  .col-pull-lg-4 {
    margin-right: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-push-lg-5 {
    margin-left: 41.66666667%;
  }

  .col-pull-lg-5 {
    margin-right: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-push-lg-6 {
    margin-left: 50%;
  }

  .col-pull-lg-6 {
    margin-right: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-push-lg-7 {
    margin-left: 58.33333333%;
  }

  .col-pull-lg-7 {
    margin-right: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-push-lg-8 {
    margin-left: 66.66666667%;
  }

  .col-pull-lg-8 {
    margin-right: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-push-lg-9 {
    margin-left: 75%;
  }

  .col-pull-lg-9 {
    margin-right: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-push-lg-10 {
    margin-left: 83.33333333%;
  }

  .col-pull-lg-10 {
    margin-right: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-push-lg-11 {
    margin-left: 91.66666667%;
  }

  .col-pull-lg-11 {
    margin-right: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-header !important;
  }

  thead.visible-lg {
    display: table-header-group !important;
  }

  tbody.visible-lg {
    display: table-row-group !important;
  }

  .col-lg-12 {
    clear: both;
  }

  .talign-left-lg {
    text-align: left;
  }

  .talign-center-lg {
    text-align: center;
  }
  .talign-center-lg .has-delimiter:after, .talign-center-lg.has-delimiter:after {
    margin-left: auto;
    margin-right: auto;
  }

  .talign-right-lg {
    text-align: right;
  }
}
.lead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.deka-logo {
  margin-left: -21px;
}

main p {
  margin-bottom: 24px;
}

a {
  color: #404041;
  font-weight: bold;
}
a:hover {
  color: #cf4f57;
}

.has-delimiter:after {
  content: "";
  display: inline-block;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 15px;
  width: 165px;
}
.is-positive .has-delimiter:after {
  background: #404041;
}
.is-negative .has-delimiter:after {
  background: #ffffff;
}

h1 {
  font-size: 4.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 54px;
  margin-bottom: 24px;
  margin-right: -2px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2 {
  color: #404041;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-right: -2px;
  text-transform: uppercase;
}

h3 {
  color: #404041;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: -2px;
  text-transform: uppercase;
}

h4 {
  color: #404041;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-right: -2px;
  text-transform: uppercase;
}

.flexbox .flexlist {
  list-style: none;
  margin: 0;
  padding: 0 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.flexbox .flexlist__item {
  float: none;
  margin-bottom: 24px;
  padding-bottom: 25px;
  position: relative;
}
.flexbox .flexlist__item:before {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
}
.flexbox .is-negative .flexlist__item:before {
  background: #ffffff;
}
.flexbox .is-positive .flexlist__item:before {
  background: #404041;
}

.no-flexbox .flexlist__item {
  float: left;
  margin-bottom: 0;
  margin-top: 24px;
  padding-bottom: 0;
  padding-top: 25px;
  position: relative;
}
.no-flexbox .flexlist__item:before {
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
.no-flexbox .is-negative .flexlist__item:before {
  background: #ffffff;
}
.no-flexbox .is-positive .flexlist__item:before {
  background: #404041;
}
@media (min-width: 768px) {
  .no-flexbox .mod-sheet .flexlist__item:nth-child(3n+4) {
    clear: both;
  }
  .no-flexbox .mod-sheet .flexlist__item:nth-child(-n+3) {
    margin-top: 0;
    padding-top: 0;
  }
  .no-flexbox .mod-sheet .flexlist__item:nth-child(-n+3):before {
    content: normal;
  }
}
@media (min-width: 768px) {
  .no-flexbox .mod-deftable .flexlist__item:nth-child(2n+3) {
    clear: both;
  }
  .no-flexbox .mod-deftable .flexlist__item:nth-child(-n+2) {
    margin-top: 0;
    padding-top: 0;
  }
  .no-flexbox .mod-deftable .flexlist__item:nth-child(-n+2):before {
    content: normal;
  }
}

.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .v-align-children {
    display: block !important;
  }
}

@font-face {
  font-family: 'themify';
  src: url("../../files/themes/deka-l/fonts/themify.eot?-fvbane");
  src: url("../../files/themes/deka-l/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../../files/themes/deka-l/fonts/themify.woff?-fvbane") format("woff"), url("../../files/themes/deka-l/fonts/themify.ttf?-fvbane") format("truetype"), url("../../files/themes/deka-l/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"], .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before, [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

.btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
.btn-rounded {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 26px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  vertical-align: text-bottom;
  width: 48px;
}
.btn-rounded [class^="ti-"], .btn-rounded .flex-direction-nav a.flex-prev:before, .flex-direction-nav .btn-rounded a.flex-prev:before, .btn-rounded .flex-direction-nav a.flex-next:before, .flex-direction-nav .btn-rounded a.flex-next:before {
  line-height: 48px;
}
.btn-primary {
  border: 2px solid #cf4f57;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 26px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #cf4f57;
  color: #404041;
}
.btn-filled {
  background: #cf4f57;
  color: #ffffff;
}
.btn-filled:hover {
  background: #404041;
  border-color: #404041;
  color: #ffffff;
}
.btn--expand {
  line-height: 44px;
}
.btn--lg {
  height: 50px;
  line-height: 46px;
}
.btn--scrolltop {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 1000;
}

.bg-decoration-primary {
  background: #cf4f57;
}

.fnt-decoration-primary {
  color: #cf4f57;
}

.bg-decoration-secondary {
  background: #afabae;
}

.fnt-decoration-secondary {
  color: #afabae;
}

.bg-default {
  background: #ffffff;
}

.bg-primary {
  background: #404041;
}

.bg-secondary {
  background: #afabae;
}

.fnt-primary-positive {
  color: #404041;
}

.fnt-primary-negative {
  color: #ffffff;
}

.fnt-secondary-positive {
  color: #666666;
}

.fnt-secondary-negative {
  color: #ffffff;
}

.clrset-primary-positive {
  background: #ffffff;
  color: #404041;
}

.clrset-primary-negative {
  background: #404041;
  color: #ffffff;
}

.embed-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.logo {
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.logo__image {
  max-height: 60%;
}
.logo__image--light {
  display: none;
  max-height: 170px;
}
@media (min-width: 992px) {
  .logo__image--light {
    display: inline;
    margin-top: 20px;
  }
}
.is-fixed .logo__image--light {
  display: none;
}
.logo__image--light-tiny {
  display: none;
}
@media (max-width: 991px) {
  .logo__image--light-tiny {
    display: inline;
  }
}
.is-open .logo__image--light-tiny {
  display: none;
}
.logo__image--dark-tiny {
  display: none;
}
.is-open .logo__image--dark-tiny, .is-fixed .logo__image--dark-tiny {
  display: inline;
}

.mod-contact {
  background: #f8f8f8;
}
.mod-contact__section {
  margin-top: 64px;
}
.mod-contact__section:first-child {
  margin-top: 0;
}

.mod-deftable {
  font-size: 15px;
  margin-top: 30px !important;
}

.mod-downloads .download {
  display: block;
}
.mod-downloads .download:hover {
  color: inherit;
}
.mod-downloads .download__thumb {
  display: block;
}
.mod-downloads .download__thumb img {
  border: 1px solid #808080;
  margin-bottom: 8px;
  max-height: 140px;
}
.mod-downloads.has-individual-background .download__thumb img {
  border: 0 none;
}

.mod-gmaps {
  padding: 0 !important;
}
.mod-gmaps:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.mod-gmaps.interact:before {
  content: normal;
}
.mod-gmaps .map-canvas {
  height: 44vh;
  overflow: hidden;
  position: relative;
}
.mod-gmaps .map-canvas iframe {
  height: 180%;
  left: 0;
  position: absolute;
  top: -40%;
  width: 100%;
  z-index: 1;
}

.mod-groundplans {
  padding: 72px 0 !important;
}
@media (min-width: 992px) {
  .mod-groundplans {
    padding: 96px 0 !important;
  }
}

.mod-icons .icon {
  margin-bottom: 24px;
}
.mod-icons .icon-image {
  display: inline-block;
  width: 60px;
}
.mod-icons .icon-title {
  display: block;
}

.mod-rentalspace .accordion__headline {
  border: 2px solid #cf4f57;
  color: #cf4f57;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-top: 24px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.mod-rentalspace .accordion__headline .accordion-trigger {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 15px;
}
.mod-rentalspace .accordion__content {
  font-size: 13px;
  line-height: 28px;
  padding: 24px 30px 0;
}
.mod-rentalspace .js-accordion.is-open .accordion__headline {
  background: #cf4f57;
  color: #ffffff;
}
.mod-rentalspace .js-accordion.is-disabled .accordion__headline {
  background: transparent;
  border: 0 none;
  color: #cf4f57;
  margin-bottom: 24px;
  padding: 0;
}
.mod-rentalspace .js-accordion.is-disabled .accordion__headline .accordion-trigger {
  display: none !important;
}
.mod-rentalspace .js-accordion.is-disabled .accordion__content {
  padding: 0;
}

.mod-sheet li p:last-child {
  margin: 0;
}

.mod-slider.has-controls-outside {
  margin-bottom: 64px;
  overflow: visible;
}
.mod-slider:not(.mod--component) {
  height: 480px;
}
.mod-slider__slides {
  height: 100%;
}
.mod-slider__slides .slide--bgimage__imageholder {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #404041;
  background-position: 50% 50% !important;
  background-size: cover !important;
  height: 102%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mod-slider__slides .slide--bgimage__imageholder.fadeIn {
  opacity: 1;
}
.mod-slider__slides .slide--bgimage__imageholder__image {
  display: none;
}
.mod-slider__slides .slide--bgimage__overlay {
  height: 100%;
  position: relative;
  z-index: 2;
}
.mod-slider__slides .slide.is-parallax {
  padding: 72px 0;
}
@media (min-width: 992px) {
  .mod-slider__slides .slide.is-parallax {
    padding: 96px 0;
  }
}
@media (min-width: 1200px) {
  .mod-slider__slides .slide.is-parallax {
    padding: 120px 0;
  }
}
.mod-slider__slides .slide.is-parallax .slide--bgimage__imageholder {
  height: 100vh;
}
[class*="vheight-"]:not(.vheight-auto) .slide--bgimage {
  height: 100%;
}
.mod-slider__slides .slide--image {
  margin-bottom: 32px;
}
.mod-slider__slides .slide--image img {
  width: 100%;
}
.mod-slider__slides .slide--image__caption {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-right: -2px;
  text-transform: uppercase;
}
.mod-slider__slides .slide--text {
  padding: 72px 0;
}
@media (min-width: 992px) {
  .mod-slider__slides .slide--text {
    padding: 96px 0;
  }
}
@media (min-width: 1200px) {
  .mod-slider__slides .slide--text {
    padding: 120px 0;
  }
}
.mod-slider__overlay {
  padding: 0 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .mod-slider__overlay {
    padding: 0 32px;
  }
}
.mod-slider__overlay.align-bottom {
  bottom: 32px;
}
@media (max-width: 659px) {
  .mod-slider__overlay__image {
    max-height: 44px;
  }
}
.mod-slider__cta {
  padding: 0 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .mod-slider__cta {
    padding: 0 32px;
  }
}
.mod-slider__cta.align-bottom {
  bottom: 32px;
}

.mod-slogan .slogan {
  margin: 0;
}

.mod-tabcontent .tabs {
  display: inline-block;
  list-style: none;
  margin-bottom: 40px;
  margin-top: 64px;
}
.mod-tabcontent .tabs .tab {
  float: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mod-tabcontent .tabs .tab {
    margin-bottom: 15px;
    width: 49%;
  }
}
.mod-tabcontent .tabs .tab a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f5f5f5;
  display: inline-block;
  min-width: 150px;
  padding: 5px 15px;
}
.mod-tabcontent .tabs .tab a:hover {
  background: #eee;
  color: #404041;
}
.mod-tabcontent .tabs .tab.is-active a {
  background: #404041;
  color: #ffffff;
}

.mod-thumbgallery .thumbs .thumb {
  margin-bottom: 30px;
}
.mod-thumbgallery .thumbs .thumb a {
  display: block;
  position: relative;
}
.mod-thumbgallery .thumbs .thumb a img {
  position: relative;
  z-index: 1;
}
.mod-thumbgallery .thumbs .thumb a:after {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: rgba(207, 79, 87, 0.6);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mod-thumbgallery .thumbs .thumb a:hover:after {
  opacity: 1;
}

.mod-video {
  padding: 72px 0 !important;
}
@media (min-width: 992px) {
  .mod-video {
    padding: 96px 0 !important;
  }
}

.mod {
  padding: 72px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .mod {
    padding: 96px 0;
  }
}
.mod.is-cover, .mod.vheight-auto, .mod--component {
  margin: 0;
  padding: 0;
}
.mod.bg-parallax {
  background: none !important;
}
.mod.has-individual-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mod.vheight-25 {
  height: 25vh;
}
.mod.vheight-46 {
  height: 46vh;
}
.mod.vheight-88 {
  height: 88vh;
}
.mod.vheight-100 {
  height: 100vh;
}
.mod.vheight-auto {
  height: auto;
}
.mod.vheight-fixed {
  height: 480px;
}

.navbar__module, .navbar__group {
  padding: 0 8px;
}
@media (min-width: 992px) {
  .navbar__module, .navbar__group {
    padding: 0 16px;
  }
}
.navbar__module.is-left, .navbar__group.is-left {
  float: left;
}
.navbar__module.is-right, .navbar__group.is-right {
  float: right;
}
@media (min-width: 992px) {
  .navbar__module {
    float: left;
  }
}
.navbar__module:last-child {
  padding-right: 0;
}
.navbar--anchor, .navbar--primary {
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2500;
}
@media (min-width: 992px) {
  .navbar--anchor, .navbar--primary {
    height: 55px;
  }
}
@media (max-width: 991px) {
  .navbar--anchor, .navbar--primary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.navbar--anchor.is-positive, .navbar--primary.is-positive {
  background: #ffffff;
  color: #404041;
}
.navbar--anchor.is-positive .nav__item__trigger, .navbar--primary.is-positive .nav__item__trigger {
  color: #404041;
  opacity: 1;
}
.navbar--anchor.is-positive.is-open .nav__item__trigger, .navbar--primary.is-positive.is-open .nav__item__trigger {
  color: #404041;
}
.navbar--anchor.is-negative, .navbar--primary.is-negative {
  background: #404041;
  color: #ffffff;
}
.navbar--anchor.is-negative .nav__item__trigger, .navbar--primary.is-negative .nav__item__trigger {
  color: #ffffff;
  opacity: 1;
}
.navbar--anchor.is-negative.is-open .nav__item__trigger, .navbar--primary.is-negative.is-open .nav__item__trigger {
  color: #ffffff;
}
.navbar--anchor.is-transparent-positive:not(.is-fixed):not(.is-open), .navbar--primary.is-transparent-positive:not(.is-fixed):not(.is-open) {
  background: transparent;
  color: #404041;
}
.navbar--anchor.is-transparent-positive:not(.is-fixed):not(.is-open) .nav__item__trigger, .navbar--primary.is-transparent-positive:not(.is-fixed):not(.is-open) .nav__item__trigger {
  color: #404041;
  opacity: 1;
}
.navbar--anchor.is-transparent-negative:not(.is-fixed):not(.is-open), .navbar--primary.is-transparent-negative:not(.is-fixed):not(.is-open) {
  background: transparent;
  color: #ffffff;
}
.navbar--anchor.is-transparent-negative:not(.is-fixed):not(.is-open) .nav__item__trigger, .navbar--primary.is-transparent-negative:not(.is-fixed):not(.is-open) .nav__item__trigger {
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar--anchor.is-fixed, .navbar--primary.is-fixed {
    position: fixed;
  }
  .navbar--anchor.is-fixed .nav__item__trigger, .navbar--primary.is-fixed .nav__item__trigger {
    opacity: .6;
  }
}
.navbar--anchor .menu, .navbar--primary .menu {
  float: right;
}
@media (max-width: 991px) {
  .navbar--anchor .menu, .navbar--primary .menu {
    clear: both;
    display: none;
    float: none;
  }
}
.navbar--anchor .menu-handle, .navbar--primary .menu-handle {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 20px;
  line-height: 55px;
  min-height: 55px;
  padding: 0 16px;
  vertical-align: baseline;
  -webkit-touch-callout: none;
}
@media (max-width: 991px) {
  .navbar--anchor.is-open .menu, .navbar--primary.is-open .menu {
    display: block;
  }
}
.navbar--anchor.is-open .menu-handle, .navbar--primary.is-open .menu-handle {
  color: inherit;
}
@media (min-width: 992px) {
  .navbar--anchor .nav, .navbar--primary .nav {
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar--anchor .nav--anchor .nav__lvl, .navbar--anchor .nav--primary .nav__lvl, .navbar--primary .nav--anchor .nav__lvl, .navbar--primary .nav--primary .nav__lvl {
    padding: 24px 0;
  }
}
.navbar--anchor .nav__lvl, .navbar--primary .nav__lvl {
  list-style: none;
}
@media (min-width: 992px) {
  .navbar--anchor .nav__item, .navbar--primary .nav__item {
    float: left;
  }
}
.navbar--anchor .nav__item__trigger, .navbar--primary .nav__item__trigger {
  padding: 16px 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #404041;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 15px;
  opacity: .6;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar--anchor .nav__item__trigger, .navbar--primary .nav__item__trigger {
    padding: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .navbar--anchor .nav__item__trigger, .navbar--primary .nav__item__trigger {
    padding: 20px 16px;
  }
}
.navbar--anchor .nav__item__trigger:hover, .navbar--primary .nav__item__trigger:hover {
  opacity: 1;
}
.navbar--anchor .nav__item.is-active .nav__item__trigger, .navbar--primary .nav__item.is-active .nav__item__trigger {
  text-decoration: underline;
}

.nav--meta {
  display: inline-block;
}
.nav--meta .nav__lvl {
  display: inline-block;
}
.nav--meta .nav__lvl .nav__item {
  display: inline-block;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .nav--meta .nav__lvl .nav__item:first-child {
    margin-left: 0;
  }
}

.page-footer {
  padding: 46px 0;
}
@media (min-width: 992px) {
  .page-footer {
    padding: 72px 0;
  }
}

.flex-control-nav li a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  height: 10px;
  position: relative;
  width: 10px;
}
.flex-control-nav li a:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #cf4f57;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.flex-control-nav li a:hover {
  background: rgba(207, 79, 87, 0.7);
}
.flex-control-nav li a.flex-active {
  background: #cf4f57;
}
.is-cover .flex-control-nav {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .9;
}
.has-controls-inside .flex-control-nav {
  bottom: 24px;
  z-index: 10;
}
.has-controls-inside .flex-control-nav li {
  margin: 0 10px;
}
.has-controls-inside .flex-control-nav li a {
  box-shadow: none;
  height: 10px;
  width: 10px;
}
.has-controls-outside .flex-control-nav li a {
  border-color: #404041;
}
.has-controls-outside .flex-control-nav li a:hover {
  background: rgba(64, 64, 65, 0.7);
}
.has-controls-outside .flex-control-nav li a.flex-active {
  background: #404041;
}

@media (max-width: 991px) {
  .has-controls-outside .flex-direction-nav {
    display: none;
  }
}
.flex-direction-nav a {
  color: #404041;
  height: 36px;
  margin: -18px 0 0;
  opacity: 1;
  text-shadow: none;
  width: 36px;
}
.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
  font-size: 36px;
  text-shadow: none;
}
.has-controls-outside .flex-direction-nav a.flex-prev:before, .has-controls-outside .flex-direction-nav a.flex-next:before {
  color: #cf4f57;
}
.has-controls-inside .flex-direction-nav a.flex-prev:before, .has-controls-inside .flex-direction-nav a.flex-next:before {
  color: #cf4f57;
  text-shadow: 0 0 8px #404041;
}
.flex-direction-nav a.flex-prev:before {
  content: "\e64a";
}
.flex-direction-nav a.flex-next:before {
  content: "\e649";
}
.has-controls-outside .flex-direction-nav a.flex-prev {
  left: -50px;
}
.has-controls-outside .flex-direction-nav a.flex-next {
  right: -50px;
}
.has-controls-inside .flex-direction-nav a.flex-prev {
  left: 16px;
}
.has-controls-inside .flex-direction-nav a.flex-next {
  right: 16px;
}

.ilightbox-image-count {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000;
}

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

.ilightbox-overlay.dark {
	background: #000;
}

.ilightbox-loader.dark {
	-webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
	        box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.dark div {
	background: #000 url('../../files/themes/deka-l/dark-skin/preloader.gif') no-repeat center;
}

.ilightbox-holder.dark {
	padding: 5px;
	background: #000;
	
	-webkit-box-shadow: 0 0 15px hsla(0,0%,0%,.8);
	        box-shadow: 0 0 15px hsla(0,0%,0%,.8);
}

.ilightbox-holder.dark .ilightbox-container  .ilightbox-caption {
	background: url('../../files/themes/deka-l/dark-skin/caption-bg.png');
	color: #FFF;
	text-shadow: 0 1px black;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
	background: url('../../files/themes/deka-l/dark-skin/caption-bg.png');
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.ilightbox-holder.dark .ilightbox-alert {
	background: url('../../files/themes/deka-l/dark-skin/alert.png') no-repeat center top;
	color: #555;
}

/* Style toolbar */
.ilightbox-toolbar.dark {
	top: 11px;
	left: 10px;
}

.ilightbox-toolbar.dark a {
	width: 25px;
	height: 23px;
	background: black url('../../files/themes/deka-l/dark-skin/buttons.png') no-repeat 7px 6px;
}

.ilightbox-toolbar.dark a.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
	background-color: #000 !important;
}

.ilightbox-toolbar.dark a:first-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

.ilightbox-toolbar.dark a:last-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
	background-position: -32px 6px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-position: 6px -33px;
	right: 35px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
	background-position: -31px -33px;
}

.ilightbox-toolbar.dark a.ilightbox-play {
	background-position: 8px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
	background-position: -32px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-pause {
	background-position: 8px -83px;
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
	background-position: -32px -83px;
}

.isMobile .ilightbox-toolbar.dark {
	background: #000;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.8);
	        box-shadow: 0 0 25px rgba(0,0,0,.8);
}

.isMobile .ilightbox-toolbar.dark a {
	display: inline-block;
	float: none;
	width: 50px;
	height: 40px;
	background-size: 50%;
	background-position: 50% !important;
}

.isMobile .ilightbox-toolbar.dark a:hover {
	background-color: #111;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-image: url('../../files/themes/deka-l/dark-skin/fullscreen-icon-64.png');
	background-image/*\**/: url('../../files/themes/deka-l/dark-skin/fullscreen-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
	background-image: url('../../files/themes/deka-l/dark-skin/x-mark-icon-64.png');
	background-image/*\**/: url('../../files/themes/deka-l/dark-skin/x-mark-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
	background-image: url('../../files/themes/deka-l/dark-skin/arrow-next-icon-64.png');
	background-image/*\**/: url('../../files/themes/deka-l/dark-skin/arrow-next-icon-ie.png')\9;  /* IE7-8 */
	background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
	background-image: url('../../files/themes/deka-l/dark-skin/arrow-prev-icon-64.png');
	background-image/*\**/: url('../../files/themes/deka-l/dark-skin/arrow-prev-icon-ie.png')\9;  /* IE7-8 */
	background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
	background-image: url('../../files/themes/deka-l/dark-skin/play-icon-64.png');
	background-image/*\**/: url('../../files/themes/deka-l/dark-skin/play-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
	background-image: url('../../files/themes/deka-l/dark-skin/pause-icon-64.png');
	background-image/*\**/: url('../../files/themes/deka-l/dark-skin/pause-icon-ie.png')\9;  /* IE7-8 */
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
	font-size: 18px;
	padding: 10px 8px;
	padding-right: 60px;
	color: #FFF;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
	left: auto;
	top: 5px;
	right: 5px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
	-webkit-border-radius: 0;
	        border-radius: 0;
	float: right;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

/* Style thumbnails */
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	box-shadow: 0 0 6px rgba(0, 0, 0, .9);
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
	background: url('../../files/themes/deka-l/dark-skin/thumb-overlay-play.png') no-repeat center;
}

/* Configure arrow buttons */
.ilightbox-button.dark.disabled {
	opacity: 0.1;
	filter: alpha(opacity=10);  /* IE7-8 */
	cursor: default;
	background-color: #000 !important;
}
.ilightbox-button.dark span {
	display: block;
	width: 100%;
	height: 100%;
}
.ilightbox-button.dark {
	bottom: 0;
	right: 0;
	left: 0;
	left/*\**/: 45%\9;  /* IE7-8 */
	right/*\**/: auto\9;  /* IE7-8 */
	width: 95px;
	height: 75px;
	margin: auto;
	background: url('../../files/themes/deka-l/dark-skin/arrow-next-vertical-icon-64.png') no-repeat 50% 65%;
	background-color: #000;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		    border-top-left-radius: 5px;
		    border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.dark:hover {
	background-color: #111;
}
.ilightbox-button.ilightbox-prev-button.dark {
	top: 0;
	bottom: auto;
	background-image: url('../../files/themes/deka-l/dark-skin/arrow-prev-vertical-icon-64.png');
	background-position: 50% 35%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
		    border-bottom-left-radius: 5px;
		    border-bottom-right-radius: 5px;
}
.ilightbox-button.dark.horizontal {
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	top/*\**/: 41%\9;  /* IE7-8 */
	bottom/*\**/: auto\9;  /* IE7-8 */
	width: 75px;
	height: 95px;
	background-image: url('../../files/themes/deka-l/dark-skin/arrow-next-icon-64.png');
	background-position: 65% 50%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
		    border-bottom-left-radius: 5px;
		    border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
	right: auto;
	left: 0;
	background-image: url('../../files/themes/deka-l/dark-skin/arrow-prev-icon-64.png');
	background-position: 35% 50%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		    border-bottom-right-radius: 5px;
		    border-top-right-radius: 5px;
}
