/**
 * ==============================================================
 * BASIC STYLESHEET - DREW
 * ==============================================================

  @import url('https://fonts.googleapis.com/css?family=Comfortaa'); 
  @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed');
*/

@font-face {
  font-family: 'IBM Plex Sans Condensed';
  src: url(../fonts/IBMPlexSansCondensed-Regular.ttf);
}
@font-face {
  font-family: 'Comfortaa';
  src: url(../fonts/WorkSans-Regular.ttf);
}





/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */
html {
	height: 100% !important;
}
body {
	height: 100%;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.715;
	background-color: #fff;
	color: #fff;
	overflow-x: hidden;
	max-width: 100%;
}
address {
	font-size: inherit;
	line-height: inherit;
}
*:last-child {
	margin-bottom: 0;
}
a {
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	font-weight: bold;
    color: #ff5400;
}
a.noneLinkStyle {
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	font-weight:inherit;
    color: inherit;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
.section-accent a {
	color: #444;
}
.section-accent a:focus, .section-accent a:hover {
	color: #222;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #222;
	margin-bottom: 25px;
	line-height: 1;
}
.section-dark h1, .section-dark .h1,
.section-dark h2, .section-dark .h2,
.section-dark h3, .section-dark .h3,
.section-dark h4, .section-dark .h4,
.section-dark h5, .section-dark .h5,
.section-dark h6, .section-dark .h6 {
	color: #fff;
}
.section-accent h1, .section-accent .h1,
.section-accent h2, .section-accent .h2,
.section-accent h3, .section-accent .h3,
.section-accent h4, .section-accent .h4,
.section-accent h5, .section-accent .h5,
.section-accent h6, .section-accent .h6 {
	color: #fff;
}
img {
}
p, ul, ol, address {
    margin: 0 0px 10px 0;
}
p.agenda-time{
	margin-bottom: 0px;
    font-weight: bold;
}
iframe {
	max-width: 100%;
	border: none;
}

/**
 * ========================================
 * COMMON CLASSES
 * ========================================
 */
.lead {
	position: relative;
	font-size: 20px;
	line-height: inherit;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0 25px;
}
.lead:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 2px;
    width: 80px;
    background-color: rgba(0,0,0,0.1);
    margin: 0 0 0 -40px;
}
.lead.text-center:after {
	left: 50%;
	margin-left: -40px;
}
.section-dark .lead:after,
.section-accent .lead:after {
	background-color: rgba(255,255,255,0.2);
}
.icon-list {
	list-style: none;
	padding: 0;
}
.icon-list li {
	position: relative;
	padding: 20px 0 20px 95px;
}
.icon-list-icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.icon-list-icon:not(.fa) {
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
}
.icon-list-icon2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
}
.icon-list-icon2:not(.fa) {
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
}
.section-accent .icon-list-icon {
	background-color: #444;
}
.icon-list-title {
	margin: 0 0 10px;
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
ul.nice-list2 {
	margin-bottom: 10px;
}
ul.nice-list2 li {
	padding: 4px 0 4px 40px;
}
.nice-list {
	list-style: none;
	padding: 0;
}
.nice-list li {
	position: relative;
	padding: 8px 0 8px 40px;
}
.nice-list li:before {
	/**content: "\f105";**/
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	opacity: 0.5;
}
.clear {
	clear: both;
}
.wait-animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.fa-ul {
	margin-left: 40px;
}
.fa-ul li {
	padding: 5px 0;
}
.fa-li {
	top: 10px;
	left: -40px;
	width: 30px;
	font-size: 16px;
	line-height: 1;
	opacity: 0.5;
	text-align: center;
}
.countdown {
	font-family: 'Comfortaa', cursive;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.countdown-grid {
	display: table-cell;
	text-align: center;
	padding: 0 10px;
}
.countdown-grid > * {
	display: block;
}
.countdown-number {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.countdown-label {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * BASIC LAYOUT
 * ========================================
 */
.document {
	height: 100%;
	position: relative;
}
/* SECTION */
.section {
	background-color: #fff;
	color: #666;
	position: relative;
	padding: 80px 0 80px 0;
	overflow: hidden;
}
.section.slim {
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.section-brief {
	font-size: 18px;
}
.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: 'Comfortaa', cursive;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    color: #7b6a58;
}
.section-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 2px;
    width: 120px;
    background-color: rgba(0,0,0,0.1);
    margin: 0 0 0 -60px;
}
.section-heading.text-center:after {
	left: 50%;
	margin-left: -60px;
}
.section-dark .section-heading:after,
.section-accent .section-heading:after {
	background-color: rgba(255,255,255,0.2);
}
/* SECTION COLOR */
.section-gray {
	background-color: #e1e1e1;
	color: #666;
}
.section-white {
	background-color: #666;
	color: inherit;
}
.section-blue {
	background-color: #fd8828;
	color: inherit;
}
.section-dark {
	background-color: #222;
	color: #ccc;
}
.section-accent {
	color: #fff;
}
/* SECTION BACKGROUND */
.section-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.section-background-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.background-image-mobile{
    display:none;
    opacity: 0;
}
.section-background-image img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 0;
	left: 0;
}
.section-background-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.section-background-video > video {
    /**
	width: 100%;
	height: 100%;
    **/
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.section-background-slideshow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-background-slideshow.rslides > *:not(:first-child) {
	opacity: 0;
}
.section-background-slideshow.rslides {
	opacity: 1;
}
.section-background-slideshow > li {
	position: absolute;
	width: 100%;
	height: 100%;
}
.section-background-slideshow img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 0;
	left: 0;
}


.home-background-slideshow {
	position: fixed;
	top: 0;
	left: 0;
	height: 60%;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
}
.home-background-slideshow.content {
	height: 45%;
}
.home-background-slideshow.rslides > *:not(:first-child) {
	opacity: 0;
}
.home-background-slideshow.rslides {
	opacity: 1;
}
.home-background-slideshow > li {
	position: absolute;
	width: 100%;
	height: 100%;
}
.home-background-slideshow img {
}

.section-background-dot-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/* 3x3 dot overlay */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC);
	/* 2x2 dot overlay */
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM4Q0NDRTgyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM4Q0NDRTkyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzhDQ0NFNjI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzhDQ0NFNzI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkB60N8AAAAYSURBVHjaYmJgYPgPBAxMQIIRyGEACDAARwYG/12eAo8AAAAASUVORK5CYII%3D);*/
}
.section > .container-fluid, .section > .container {
	position: relative;
}
/* PARALLAX */
.parallax-background {
	background-attachment: fixed;
	background-position: top center;
}
.mobile-device .parallax-background {
	background-attachment: scroll;
	background-position: center center !important;
}
.mobile-device .parallax {
	top: 0 !important;
}
@media ( max-width: 991px ) {
	.parallax-background {
		background-position: center center !important;
	}
	.parallax {
		top: 0 !important;
	}
}

/**
 * ========================================
 * FORMS
 * ========================================
 */
.form-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: 'Comfortaa', cursive;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 60px;
	background-color: rgba(0,0,0,0.1);
}
.form-heading.text-center:after {
	left: 50%;
	margin-left: -30px;
}
.section-dark .form-heading:after,
.section-accent .form-heading:after {
	background-color: rgba(255,255,255,0.2);
}
.form-group {
	margin: 20px 0;
}
.form-group-submit {
	margin-top: 30px;
}
.form-group > label {
	font-family: 'Comfortaa', cursive;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #888;
}
.form-control:-moz-placeholder {
	color: #888;
}
.form-control::-moz-placeholder {
	color: #888;
}
.form-control:-ms-input-placeholder {
	color: #888;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
	background-color: #666;
}
.form-control {
	font-size: inherit;
	line-height: inherit;
	height: 40px;
	padding: 6px 12px;
	color: #444;
	border-color: #aaa;
	background-color: rgba(255,255,255,0.85);
}
.form-control-lg {
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	padding: 14px 24px;
}
.form-validation {
	display: none;
	padding: 11.5px 17px;
	border-radius: 0;
}
.form-validation:empty {
	display: none !important;
}
.form-validation.alert-danger {
	color: #fff;
	background-color: #a94442;
	background-color: rgba(169,68,66,0.8);
	border-color: #a94442;
}
.form-validation.alert-success {
	color: #fff;
	background-color: #3c763d;
	background-color: rgba(60,118,61,0.8);
	border-color: #3c763d;
}

.subscription-form {
	margin-top: 30px;
}
@media ( max-width: 767px ) {
	.subscription-form-input > * {
		text-align: center;
	}
	.subscription-form-submit {
		display: block;
		margin-top: 15px;
	}
	.subscription-form-submit > * {
		width: 100%;
	}
}
@media ( min-width: 768px ) {
	.subscription-form-wrapper {
		display: table;
		width: 100%;
		margin: 0;
	}
	.subscription-form-submit {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
	}
	.subscription-form-input {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
}

/**
 * ========================================
 * BUTTON
 * ========================================
 */
.btn {
	padding: 9px 14px;
	border-radius: 0;
	font-family: 'Comfortaa', cursive;
	font-size: 15px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    background: #e94e1b;
}
.btn:active, .btn.active, .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
    background: #7b6a58;
    
}
.btn-primary {
	color: #fff !important;
}
/* BUTTON SIZE */
.btn-lg {
	font-size: 20px;
	line-height: 30px;
	padding: 14px 24px;
}
.btn-m {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 18px;
}
.btn-s {
	font-size: 18px;
	line-height: 16px;
	padding: 4px 6px;
}
/* BUTTON COLOR */
.btn-default {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: transparent;
	color: inherit;
}
.btn-default:hover, .btn-default:focus {
	background-color: transparent;
	color: #222;
	border-color: #222;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.section-dark .btn-default,
.section-accent .btn-default {
	border: 1px solid rgba(255,255,255,0.25);
	color: inherit;
}
.section-dark .btn-default:hover, .section-dark .btn-default:focus,
.section-accent .btn-default:hover, .section-accent .btn-default:focus {
	background-color: transparent;
	border-color: #666;
	color: #fff;
}
.section-accent .btn-primary {
	color: #fff;
	background-color: #444;
	border-color: #222 !important;
}
.section-accent .btn-primary:hover, .section-accent .btn-primary:focus {
	color: #fff;
	background-color: #222;
	border-color: #222 !important;
}

/**
 * ========================================
 * HEADER
 * ========================================
 */
.header-section {
	position: fixed;
	z-index: 100;
	min-height: 80px;
	margin: 0;
	padding: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	overflow: visible;
	border: none;
    background: rgba(255, 255, 255, 0.82);
}
.header-section,
.header-section.navbar-inverse {
	color: #ccc;
}
.header-section.navbar-default {
	color: #444;
}
.header-section.floating {
	min-height: 60px;
}
.header-section.floating,
.header-section.navbar-inverse.floating {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 1);
}
.header-section.navbar-default.floating {
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar-nav {
    font-size: 16px;
    line-height: 1.819;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 24px 16px 0 0;
}
.navbar-nav > li {
    padding: 28px 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.navbar-nav > li.menuItem {
    margin: 0px 4px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    /* background: #fff; */
    padding: 0px 10px;
}
.navbar-nav a {
	position: relative;
	font-weight: normal;
}
.navbar-nav > li > a {
	padding: 0;
	position: relative;
	color: #fff;
	line-height: inherit;
}
.floating .navbar-nav > li > a {
	padding: 0;
	position: relative;
	color: inherit;
	line-height: inherit;
}
.navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
	color: #333;
}
.navbar-default .navbar-nav > li > a {
	color: #444;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	background-color: inherit;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #4B4B4B;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #222;
}
.navbar-nav > li > a.active {
	color: #4B4B4B;
}
.navbar-nav > li > a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	width: 100%;
}
.navbar-nav > li > a.active:after,
.navbar-nav > li > span.active:after,
.navbar-inverse .navbar-nav > li > a.active:after,
.navbar-inverse .navbar-nav > li > span.active:after {
	background-color: #666;
}
.navbar-default .navbar-nav > li > a.active:after,
.navbar-default .navbar-nav > li > span.active:after {
	background-color: #222;
}
.navbar-nav > li.header-action-button {
    padding: 20px 0px;
}
li.header-action-button{
    float: left;
    list-style: none;
}
li.header-action-button a {
    padding: 9px 14px 9px 14px;
    margin: 12px 0 0 0;
}

.navbar-nav > li.header-action-button > a,
.navbar-nav > li.header-action-button > span {
    padding: 4px 6px;
    display: inline-block;
}
.navbar-nav > li.header-action-button > a,
.navbar-nav > li.header-action-button > span,
.navbar-inverse .navbar-nav > li.header-action-button > a,
.navbar-inverse .navbar-nav > li.header-action-button > span {
	color: #fff;
}
.navbar-nav > li.header-action-button > a.btn-primary,
.navbar-nav > li.header-action-button > span.btn-primary,
.navbar-inverse .navbar-nav > li.header-action-button > a.btn-primary,
.navbar-inverse .navbar-nav > li.header-action-button > span.btn-primary {
    color: #fff;
    background: #7b6a58;
    border: none;
    padding: 5px 6px;
    margin: 0 19px 0 4px;
}
.navbar-default .navbar-nav > li.header-action-button > a.btn-primary,
.navbar-default .navbar-nav > li.header-action-button > span.btn-primary {
	color: #222;
}
.navbar-nav > li.current:not(.header-action-button) > a,
.navbar-nav > li.current:not(.header-action-button) > span,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > span {
	color: #7b6a58;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a,
.navbar-default .navbar-nav > li.current:not(.header-action-button) > span {
	color: #222;
}
.navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-nav > li.current:not(.header-action-button) > span:after {
    /**
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
    **/
}
.navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-nav > li.current:not(.header-action-button) > span:after,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > span:after {
	background-color: #666;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-default .navbar-nav > li.current:not(.header-action-button) > span:after {
	background-color: #222;
}
.navbar-logo {
	height: 80px;
	line-height: 50px;
	margin-left: 0 !important;
	padding: 12px 15px 18px;
}
.navbar-logo img {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
}
.navbar-toggle {
	position: relative;
	z-index: 200;
	margin: 20px 15px;
	padding: 12px 10px;
	border-radius: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
    z-index: 9999;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	/**background-color: transparent !important;**/
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
	border-color: rgba(255,255,255,0.25);
}
.navbar-toggle:hover, .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border-color: #898989;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #222;
}
.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
	background-color: #898989;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #222;
}
@media ( min-width: 992px ) {
	.navbar-nav > li.header-action-button + li.header-action-button {
		margin-left: -15px;
	}
	.header-section.floating .navbar-nav > li {
        margin: 6px 0 0 0;
	}
	.header-section.floating .navbar-nav > li.header-action-button {
        margin-top: -15px;
	}
	.header-section.floating .navbar-logo {
		height: 60px;
		line-height: 40px;
		padding: 16px 15px 12px;
	}
    .header-section.floating .navbar-logo img {
        /* height: 80px; */
        margin-top: -8px;
        height: 70px;
    }
	.header-section.floating .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media ( max-width: 991px ) {
	.navigation {
		position: fixed;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		display: block !important;
		opacity: 0;
		padding-top: 80px;
		text-align: center;
		-webkit-transition: all ease 0.25s !important;
		transition: all ease 0.25s !important;
	}
	.navigation,
	.navbar-inverse .navigation {
		background-color: rgba(0,0,0,0.95);
	}
	.navbar-default .navigation {
		background-color: rgba(255,255,255,0.95);
	}
	.navigation.collapsing, .navigation.collapse.in {
		bottom: 0;
		opacity: 1;
	}
	.navigation:before {
		content: "";
		display: inline-block;
		height: 0;/**100%;**/
		width: 1px;
		vertical-align: middle;
	}
	.navbar-nav {
		display: inline-block;
		vertical-align: middle;
		width: 99%;
		padding-bottom: 40px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-nav > li {
		-webkit-transition: none;
		transition: none;
	}
	.navbar-nav > li,
	.header-section.floating .navbar-nav > li{
		padding: 0;
	}
	.navbar-nav > li > a {
		padding: 0px 15px;
	}
    .languageSelection {
        position: absolute;
        top: 10px;
        left: 0;
    }
	.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #f6f6f6;
	}
	.navbar-nav > li.header-action-button,
	.header-section.floating .navbar-nav > li.header-action-button {
		padding: 10px 15px;
	}
	.navbar-nav > li.current:not(.header-action-button) > a,
	.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
		color: #fff;
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
		color: #222;
		background-color: #f6f6f6;
	}
	.navbar-nav > li.current:not(.header-action-button) > a:after {
		display: none;
	}
}

/**
 * ========================================
 * HERO
 * ========================================
 */
.hero-section {
	padding: 160px 0;
	text-align: center;
}
.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	height: 160px;
	width: 100%;
	display: block;
	opacity: 0.3;
}
.hero-section.hero-fullscreen,
.hero-section.hero-fullscreen .container,
.hero-section.hero-fullscreen .container-fluid {
	height: 60%;
}
.hero-section.hero-fullscreen2,
.hero-section.hero-fullscreen2 .container,
.hero-section.hero-fullscreen2 .container-fluid {
	height: 45%;
}
.hero-section .container {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
}
.hero-section form {
	background-color: #f6f6f6;
	padding: 30px;
}
.section-gray.hero-section form {
	background-color: #666;
}
.section-dark.hero-section form {
	background-color: rgba(0,0,0,0.4);
}
.hero-content {
	display: table;
	width: 100%;
	height: 100%;
}
.hero-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.hero-title {
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.hero-tagline {
    font-size: 28px;
    font-weight: 300;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color:#fff;/**#000091;**/
}
.hero-buttons {
	margin-top: 30px;
}
.hero-buttons > a {
	margin: 15px 15px 0;
    background: #7b6a58;
    color:#fff;
    border:none;
}
.hero-buttons > a:only-child {
	margin: 0;
}
.hero-countdown {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.hero-countdown .countdown {
	color: #222;
}
.section-dark .hero-countdown .countdown, .section-accent .hero-countdown .countdown {
	color: #fff;
}
.hero-countdown-heading {
	font-size: 20px;
	margin-bottom: 10px;
}
.hero-start-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -75px;
    margin-bottom: 30px !important;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
    font-style: italic;
    font-family: 'Comfortaa', cursive;
}
.scrollHint{
    color:#fff;
}
.scrollHintIcon{
    color:#7b6a58;
    font-size: 24px;
}
.hero-start-link:hover, .hero-start-link:focus {
	border-color: #666;
	color: #fff;
}
@media ( max-width: 479px ) {
	.hero-countdown .countdown-number {
		font-size: 40px;
	}
	.hero-countdown .countdown-label {
		font-size: 11px;
	}
}
@media ( max-width: 991px ) {
	.hero-section {
		padding: 120px 0;
	}
	.hero-section.hero-fullscreen {
		height: auto;
	}
	.hero-start-link {
		display: none;
	}
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) */
.hero-layout-simple .hero-heading {
	text-align: left;
}
.hero-layout-simple .hero-title {
	font-size: 58px;
	line-height: 1;
    font-weight: 100;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin: 0;
    color:#fff;
}
.hero-tagline {
    font-style: normal;
    font-weight: 200;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
@media ( max-width: 991px ) {
	.hero-layout-simple .hero-title {
		font-size: 90px;
	}
}
@media ( max-width: 767px ) {
	.hero-layout-simple .hero-title {
		font-size: 75px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 28px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-simple .hero-title {
		font-size: 26px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 16px;
	}
    .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    li.header-action-button {
        float: none;
    }
    ul{
        padding: 0;
    }
    .section-heading {
        font-size: 18px;
    }
    .aboutText p {
        font-size: 14px;
    }
    body {
        font-size: 14px;
    }
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) + COUNTDOWN */

/* HERO LAYOUT: FULLSCREEN SUBSCRIPTION FORM */

/* HERO LAYOUT: FULLSCREEN SUBSCRIPTION FORM + COUNTDOWN */

/* HERO LAYOUT: VIDEO + SUBSCRIPTION FORM */
.hero-layout-video-and-subscription-form {
	padding: 120px 0;
}
.hero-layout-video-and-subscription-form .form-heading {
	padding-bottom: 0;
}
.hero-layout-video-and-subscription-form .form-heading:after {
	display: none;
}

/* HERO LAYOUT: CLASSIC */
.hero-layout-classic {
	padding: 120px 0;
	height: auto !important; /* force to disable fullscreen mode */
}
.hero-layout-classic .hero-heading {
	text-align: center;
}
.hero-layout-classic .hero-title {
	font-size: 56px;
	line-height: 1.15;
}
.hero-features {
	margin-top: 60px;
	text-align: left;
}
@media ( min-width: 992px ) {
	.hero-features-right {
		padding-left: 50px;
	}
	.hero-features-right.col-md-pull-5 {
		padding-right: 50px;
		padding-left: 15px;
	}
}
@media ( max-width: 991px ) {
	.hero-layout-classic .hero-title {
		font-size: 48px;
	}
	.hero-features {
		margin-top: 30px;
	}
	.hero-features-right {
		margin-top: 30px;
	}
}
@media ( max-width: 767px ) {
	.hero-layout-classic .hero-title {
		font-size: 40px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-classic .hero-title {
		font-size: 32px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 16px;
	}
}

/* HERO LAYOUT: FEATURES AND FORM */

/* HERO LAYOUT: VIDEO AND FORM */
.hero-layout-video-and-form .lead:after {
	display: none;
}
.hero-layout-video-and-form .lead {
	padding: 0;
	margin: 30px 0 0;
}

/* HERO LAYOUT: VIDEO AND FEATURES CTA */
.hero-layout-video-and-features-cta .video-embed {
	margin-top: 0;
}
.hero-layout-video-and-features-cta .lead:after {
	display: none;
}
.hero-layout-video-and-features-cta .lead {
	padding: 0;
	margin: 30px 0 0;
}
.hero-layout-video-and-features-cta .hero-buttons {
	margin-top: 20px;
}
.hero-layout-video-and-features-cta .icon-list {
	margin-top: -20px;
}

/**
 * ========================================
 * HEADLINE
 * ========================================
 */
.headline-text {
	position: relative;
	padding: 50px 0;
	font-size: 20px;
	text-align: center;
}
.headline-text:before, .headline-text:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.headline-text:before {
	top: 0;
}
.headline-text:after {
	bottom: 0;
}
.section-dark .headline-text:before, .section-dark .headline-text:after,
.section-accent .headline-text:before, .section-accent .headline-text:after {
	background-color: rgba(255,255,255,0.2);
}


.headline-text-2 {
	position: relative;
	padding: 60px 0;
	font-size: 22px;
	text-align: center;
}
.headline-text-2:before, .headline-text-2:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: block;
	height: 2px;
	width: 0px;
	background-color: rgba(0,0,0,0.1);
}
.headline-text-2:before {
	top: 0;
}
.headline-text-2:after {
	bottom: 0;
}
.section-dark .headline-text-2:before, .section-dark .headline-text-2:after,
.section-accent .headline-text-2:before, .section-accent .headline-text-2:after {
	background-color: rgba(255,255,255,0.2);
}




.headline-text-3 {
	position: relative;
	padding: 20px 0;
	font-size: 16px;
	text-align: left;
}
.headline-text-3:before, .headline-text-3:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: block;
	height: 2px;
	width: 0px;
	background-color: rgba(0,0,0,0.1);
}
.headline-text-3:before {
	top: 0;
}
.headline-text-3:after {
	bottom: 0;
}
.section-dark .headline-text-3:before, .section-dark .headline-text-3:after,
.section-accent .headline-text-3:before, .section-accent .headline-text-3:after {
	background-color: rgba(255,255,255,0.2);
}

/**
 * ========================================
 * DESCRIPTION
 * ========================================
 */
.about-row {
	margin-top: 50px;
}
.about-image {
	text-align: center;
}
@media ( min-width: 992px ) {
	.about-image {
		padding-right: 40px;
	}
	.about-image.col-md-push-6 {
		padding-left: 40px;
		padding-right: 15px;
	}
}
@media ( max-width: 991px ) {
	.about-image {
		margin-bottom: 15px;
	}
}

/**
 * ========================================
 * BENEFITS
 * ========================================
 */
.benefit {
	text-align: center;
	padding: 30px;
	background-color: #f6f6f6;
	margin: 15px 0;
}
.section-gray .benefit {
	background-color: #fff;
}
.section-dark .benefit {
	background-color: #444;
}
.benefit-title {
	font-family: 'Comfortaa', cursive;
	font-size: 21px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.benefit-icon {
	font-size: 48px;
	margin-bottom: 15px;
}
.section-accent .benefit-icon {
	color: #444;
}
.justify{
    text-align: justify;
}

/**
 * ========================================
 * DOWNLOADS
 * ========================================
 */
.download {
	text-align: left;
	padding: 30px;
	background-color: #f6f6f6;
	margin: 15px 0;
}
.download .iconColumn{
    height:100%;
    float:left;
}
.download .descriptionColumn{
    padding: 0 0 0 115px;
}
.section-gray .download {
	background-color: #666;
}
.section-dark .download {
	background-color: #444;
}
.download-title {
	font-family: 'Comfortaa', cursive;
	font-size: 21px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.download-icon {
    font-size: 121px;
    margin: 0 27px 0px -17px;
}
.section-accent .download-icon {
	color: #444;
}
.justify{
    text-align: justify;
}

/**
 * ========================================
 * HOW IT WORKS
 * ========================================
 */
.how-it-works-section {
	padding-bottom: 0;
}
.hiw-row {
	margin-top: 50px;
}
.hiw-item {
	margin-left: -15px;
	margin-right: -15px;
}
.hiw-item.even {
	background-color: #EEEEEE;
}
.section-dark .hiw-item {
	background-color: #222;
}
.section-dark .hiw-item.even {
	background-color: #292929;
}
.hiw-item-picture {
	width: 100%;
}
.hiw-item-text {
	position: relative;
	padding: 50px 40px;
	text-align: center;
}
.hiw-item-text2 {
	position: relative;
	padding: 0px 40px 50px 40px;
	text-align: center;
}
p.hiw-item-description2{
    text-align: justify;
}
.hiw-item-icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -35px 0 0 -35px;
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #666;
	border-radius: 50%;
	color: #fff;
	font-family: 'Comfortaa', cursive;
	font-size: 35px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.hiw-item.even .hiw-item-icon {
	border: 5px solid #f6f6f6;
}
.section-dark .hiw-item-icon {
	border-color: #222;
}
.section-dark .hiw-item.even .hiw-item-icon {
	border-color: #292929;
}
.section-accent .hiw-item-icon {
	background-color: #444;
}
.hiw-item-title {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * NUMBERS
 * ========================================
 */
.numbers-item {
	text-align: center;
	padding: 15px 0;
}
.numbers-item-counter {
	margin-bottom: 15px;
	font-family: 'Comfortaa', cursive;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.section-accent .numbers-item-counter {
	color: #444;
}
.numbers-item-caption {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

/**
 * ========================================
 * VIDEO
 * ========================================
 */
.video-embed {
	margin-top: 30px;
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * ========================================
 * TEAM
 * ========================================
 */
.team-section {
	padding-bottom: 0;
}
.team-row {
	margin-top: 50px;
}
.team-member {
	margin-left: -15px;
	margin-right: -15px;
}
.team-member.even {
	background-color: #EBEBEB;
}
.team-member.odd {
	background-color: #666;
}
.section-dark .team-member {
	background-color: #222;
}
.section-dark .team-member.even {
	background-color: #292929;
}
.team-member-picture {
	width: 100%;
}
.team-member-text {
	padding: 30px 30px 60px;
}
.team-member-name {
	margin: 0 0 5px;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.team-member-position {
	opacity: 0.6;
	font-size: 0.9em;
    height:50px;
}
.team-member-description {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
.team-member-description:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 2px;
	width: 40px;
	background-color: rgba(0,0,0,0.1);
}
.section-dark .team-member-description:after,
.section-accent .team-member-description:after {
	background-color: rgba(255,255,255,0.2);
}
.sponsors-row {
	text-align: center;
	margin: 60px 0;
}
.sponsors-row > * {
	margin: 15px 20px;
}

/**
 * ========================================
 * TWO COLS DESCRIPTION
 * ========================================
 */
.two-cols-description-image {
	padding-top: 37.5%;
	position: relative;
	overflow: hidden;
}
.two-cols-description-image img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 0;
	left: 0;
}
.two-cols-description-text-inner {
	max-width: 720px;
	margin-left: auto;
}
@media ( max-width: 991px ) {
	.two-cols-description-image {
		padding-top: 75%;
		margin-top: -90px;
		margin-bottom: 90px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.two-cols-description-text + .two-cols-description-image {
		margin-top: 90px;
		margin-bottom: -90px;
	}
	.two-cols-description-text-inner {
		margin: 0 auto;
	}
}
@media ( min-width: 992px ) {
	.two-cols-description-section {
		padding: 0;
	}
	.two-cols-description-row {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 0;
	}
	.two-cols-description-image, .two-cols-description-text {
		width: 50%;
		display: table-cell;
		float: none !important;
	}
	.two-cols-description-text {
		vertical-align: middle;
		padding: 90px 60px;
	}
}

/**
 * ========================================
 * PRICING TABLE
 * ========================================
 */
li.pricing-link{
    background:#fd8828;
    color:#666;
    text-transform: uppercase;
}
.pricing-table {
	list-style: none;
	padding: 0;
	margin: 60px 0 0;
}
.pricing-package {
	position: relative;
	margin: 40px 0 0;
	background-color: #f6f6f6;
	text-align: center;
}
.section-gray .pricing-package {
	background-color: #666;
}
.section-dark .pricing-package {
	background-color: #444;
}
.pricing-package.pricing-package-featured {
	margin-top: 0;
}
.pricing-package-header {
	background-color: #222;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
.pricing-package.pricing-package-featured .pricing-package-header {
	border-bottom-width: 45px;
}
.section-dark .pricing-package-header,
.section-accent .pricing-package-header {
	border-bottom-color: #666;
}
.price-title {
	margin: 0;
	padding: 17px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.1);
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
.section-dark .price-title {
	border-bottom-color: rgba(255,255,255,0.2);
}
.price {
	padding: 27px 30px 17px;
	color: #fff;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	line-height: 0.7;
	letter-spacing: 0.05em;
}
.price-currency {
	vertical-align: bottom;
	font-size: 30px;
}
.price-number {
	vertical-align: bottom;
	font-size: 80px;
}
.price-decimal {
	vertical-align: top;
	font-size: 30px;
}
.price-description {
	padding: 0 30px 26px;
	font-style: italic;
	color: #888;
}
.section-dark .price-description {
	color: #fff;
}
.pricing-package-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing-package-items li {
	padding: 10px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.05);
    text-transform: capitalize;
}
.pricing-package-items li:first-child {
	border-top: none;
}
.pricing-package-items del {
	text-decoration: none;
	opacity: 0.4;
}
.price-featured {
	position: absolute;
	width: 100%;
	padding: 10px 30px 11px;
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
.section-dark .price-featured,
.section-accent .price-featured {
	color: #444;
}
.section-dark .pricing-package-items li {
	border-color: rgba(255,255,255,0.1);
}
.section-accent .pricing-package-items li {
	border-color: rgba(255,255,255,0.2);
}
@media ( max-width: 991px ) {
	.pricing-package.pricing-package-featured {
		margin-top: 40px;
	}
	.pricing-table > *:first-child > .pricing-package {
		margin-top: 0;
	}
}

/**
 * ========================================
 * TESTIMONIAL
 * ========================================
 */
.testimonial {
	padding: 30px;
	margin: 15px 0;
	background-color: #f6f6f6;
}
.section-gray .testimonial {
	background-color: #666;
}
.section-dark .testimonial {
	background-color: #444;
}
.testimonial-quote {
	margin-bottom: 40px;
	padding: 0;
	border: none;
	font-size: 17px;
	font-style: italic;
}
.testimonial-ratings {
	font-size: 20px;
	margin-right: 10px;
}
.section-accent .testimonial-ratings {
	color: #444;
}
.testimonial-cite {
	position: relative;
	font-style: normal;
	font-size: 13px;
	padding-left: 30px;
	opacity: 0.6;
	white-space: nowrap;
}
.testimonial-cite:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	border-top: 1px solid;
	border-color: inherit;
	opacity: 0.4;
}

/**
 * ========================================
 * MAPS
 * ========================================
 */
.maps-image {
	padding-top: 37.5%;
	position: relative;
}
.maps-image #gmap {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.maps-image #gmap img {
	max-width: none;
}
.maps-text-inner {
	max-width: 720px;
	margin-left: auto;
}
@media ( max-width: 991px ) {
	.maps-image {
		padding-top: 75%;
		margin-top: -90px;
		margin-bottom: 90px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.maps-text + .maps-image {
		margin-top: 90px;
		margin-bottom: -90px;
	}
	.maps-text-inner {
		margin: 0 auto;
	}
}
@media ( min-width: 992px ) {
	.maps-section {
		padding: 0;
	}
	.maps-row {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 0;
	}
	.maps-image, .maps-text {
		width: 50%;
		display: table-cell;
		float: none !important;
	}
	.maps-text {
		vertical-align: middle;
		padding: 90px 60px;
	}
}
/**
 * ========================================
 * CLOSING
 * ========================================
 */
.closing-shout, .closing-buttons {
	text-align: center;
}
.closing-shout {
	font-size: 24px;
	margin-bottom: 40px;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
.footer-section {
	padding-bottom: 30px;
	text-align: center;
}
.footer-logo {
	margin-top: 0;
	margin-bottom: 60px;
}
.footer-socmed {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
}
.footer-socmed > a {
	display: inline-block;
	margin: 0 10px;
	color: inherit;
	opacity: 0.5;
}
.footer-socmed > a:hover, .footer-socmed > a:focus {
	color: inherit;
	opacity: 1;
}
.footer-copyright {
	opacity: 0.5;
}
.footer-copyright a:hover{
    color: #7b6a58;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
body.enable-preloader > .document {
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
body.enable-preloader.done-preloader > .document {
	opacity: 1;
}
body.enable-preloader.preloader-dark {
	background-color: #fff;
}
#jpreOverlay {
	background-color: #fff;
}
body.enable-preloader.preloader-dark #jpreOverlay {
	background-color: #fff;
}
#jpreButton, #jprePercentage {
	display: none !important;
}
#jpreLoader {
	width: 200px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin: -4px 0 0 -100px;
	height: 8px;
	background-color: #fff;
}
body.enable-preloader.preloader-dark #jpreLoader {
	background-color: #fff;
}
#jpreBar {
	position: absolute !important;
	top: 0;
	overflow: hidden;
	text-align: center;
}
@media screen and (max-device-width: 800px) {
    .background-image-mobile { display:block; opacity: 1;}
    .section-background-video { display:none; opacity: 0;}
    .navbar-logo img {
        height: 35px;
    }
    .navbar-toggle {
        margin: 10px 10px;
    }
    .navbar-logo {
        padding: 4px 15px 4px;
    }
    .header-section {
        min-height: 60px;
    }
    .navbar-logo {
        height: 60px;
    }
}
.white{
    color:#666;
}

.venueBg {
    background-color: rgba(255, 255, 255, 0.91);
    padding: 30px;
    margin-top: 250px;
}
.quote-row{
    height:200px;
}
.quote{
    position:absolute;
    top:100px;
    left:0;
    width:100%;
    text-align: center;
}
.sponsors1{
    height:200px;
    margin-bottom: 30px;
    background-color: #fff;
    margin: auto;
    padding: 50px;
}
.sponsors2{
    height:200px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 50px;
}
.sponsors3{
    height:135px;
    margin-bottom: 30px;
    background-color: #666;
    padding: 35px;
}
.sponsors5{
    height:90px;
    margin-bottom: 30px;
    background-color: #666;
    padding: 20px;
}
.sponsors img{
    position: absolute;
}
.col-md-05{
    width: 4.166666667%;
    float: left;
    height: 10px;
}
.col-md-55{
    width: 45.83333333%;
    float: left;
}
.col-md-575{
    width: 47.91666667%;
    float: left;
}
.col-md-575b{
    width: 47.91666667%;
    float: none;
}
.col-md-366{
    width: 30.55555555%;
    float: left;
}
@media ( max-width: 767px ) {
    .sponsors1{
        padding: 20px;
    }
    .sponsors2{
        padding: 20px;
    }
    .sponsors3{
        padding: 15px;
    }
    .sponsors5{
        padding: 10px;
    }
    .col-md-05{
        display:none;
    }
    .col-md-55{
        width: 100%;
        float: left;
    }
    .col-md-575{
        width: 100%;
        float: left;
    }
    .col-md-575b{
        width: 100%;
        float: none;
    }
    .col-md-366{
        width: 100%;
        float: left;
    }
}
.row {
    margin-left: -8px;
    margin-right: -8px;
}
a.floatingFooterButton {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -163px;
    font-size: 15px;
    z-index: 10;
}
.lightbox{
    color:#666;
}
.section-transparent{
    background: none;
}
.aboutText p {
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
}
.aboutText {
    margin: 10px 0;
}
.backgroundContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.backgroundContainer img{
    position: absolute;
    top: 0;
    left: 0;
}
.noPadding {
	padding: 0px 0 0 0;
}
li.current {
    border-bottom: 1px solid #000;
}
.menuChoiceContainer{
    overflow: hidden;
}
.menuDishContainer{
    overflow: auto;
}
ul.menuChoice {
    list-style: none;
    width: 170px;
    z-index: 1;
    position: relative;
    padding: 0;
    /* margin: 0px 0 0 0; */
    top: 10px;
    background: #fff;
}
ul.menuChoice li {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Comfortaa', cursive;
    margin: 7px 4px;
    cursor: pointer;
    background: #fff;
    padding: 2px 0px 2px 10px;
}
ul.menuChoice li.current {
    color: #7b6a58;
    text-decoration: none;
    border:none;
}
.dish{
    text-align: center;
}
.dishCategory {
    font-weight: 400;
    font-size: 36px;
    font-family: 'Comfortaa', cursive;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.dish h3{
    font-weight: 100;
    font-size: 34px;
    font-family: 'Comfortaa', cursive;
    margin: 0 0 0 0;
    color: #000;
}
.dish h5{
    font-weight: 200;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    margin: 0 0 0 0;
    color: #666;
}
.menuSeparator {
    width: 120px;
    height: 0px;
    background: #7b6a58;
    /**
    margin: 12px auto;
    **/
}
.menuBackground{
    background: url(../images/net_pattern.png);
}
img.dishSeperator {
    width: 30px;
    margin: 40px 0 40px 0;
}
.dishSeperator {
    height: 27px;
    width: 42px;
    margin: 20px 0;
    /* background: burlywood; */
}
.tapasIcon{
    background: url(../images/tapasIcon_small.png);
}
.saladIcon{
    background: url(../images/saladIcon_small.png);
}
.pastaIcon{
    background: url(../images/pastaIcon_small.png);
}
.fishIcon{
    background: url(../images/fishIcon_small.png);
}
.meatIcon{
    background: url(../images/meatIcon_small.png);
}
.dessertIcon{
    background: url(../images/dessertIcon_small.png);
}
.cakeIcon{
    background: url(../images/cakeIcon_small.png);
}





ul.profile,ul.order {
    list-style: none;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
}
ul.profile li,ul.order li{
    font-family: 'Cinzel', serif;
    font-size: 15px;
    padding: 6px 0 6px 12px;
    background: rgba(0, 0, 0, 0.25);
    line-height: 21px;
}
button.orderBook {
    width: 50%;
    background: #4CAF50;
    border: 0;
    line-height: 40px;
    float: left;
    margin: 0 0 20px 0;
}
button.orderCancel {
    width: 50%;
    background: #f44336;
    border: 0;
    line-height: 40px;
    float: left;
    margin: 0 0 20px 0;
}
.partPay.active{
    background: #4CAF50;
}
.processingBackground{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
ul.order .price{
    padding: 9px 30px 9px;
}
ul.profile li:nth-child(even),ul.order li:nth-child(even){
    background: rgba(0, 0, 0, 0.50);
}
ul.profile li.clickable,ul.order li.clickable{
    cursor: pointer;
}
ul.profile li.active,ul.order li.active{
    background: rgba(255, 255, 255, 0.25);
}
ul.profile li:nth-child(even).active,ul.order li:nth-child(even).active{
    background: rgba(255, 255, 255, 0.50);
}
ul.profile li .right,ul.order li .right{
    float: right;
    padding-right: 12px;
    font-family: 'Amiri', serif;
}
ul.profile li .date{
    border-right: 1px solid rgba(255, 255, 255, 0.23);
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    width: 70px;
    text-align: center;
    float: left;
}
ul.profile li .liContent {
    float: left;
    width: calc( 100% - 165px );
}
ul.profile li .points {
    width: 75px;
    text-align: right;
}
ul.order li .qty {
    margin: 0 0px 0 0;
    padding: 0 10px 0 0;
    width: 35px;
    text-align: center;
    float: left;
}
ul.order li .qty .qtyLeft {
    color: #f44336;
}
li .amountLeft {
    color: #f44336;
}
ul.order li .liContent {
    float: left;
    width: calc( 100% - 125px );
}
ul.order li .price {
    width: 90px;
    text-align: right;
}
ul.order li.total {
    border-top:1px dotted #fff;
}
button.orderCheckout {
    background: rgba(22, 22, 22, 0.75);
    width: 100%;
    margin: 0 0 0px 0;
    height: 40px;
    border: none;
    border-bottom: 1px solid #ffffff24;
    border-radius: 0;
    text-align: left;
}
.hidden{
    display:none;
}
article .seperator {
    width: 60%;
    height: 1px;
    background: #fff;
    margin: 0 auto 0 auto;
}
article h3 {
    font-size: 17px;
    color: #fff;
    margin: 9px 20px 20px 20px;
    padding: 0;
    font-weight: 200;
    line-height: 24px;
}
article h4 {
    font-family: 'Amiri', serif;
    font-size: 15px;
    color: #fff;
    margin: 20px 20px 20px 20px;
    padding: 0;
    font-weight: 200;
    line-height: 24px;
}
img.textShadow {
    width: 100%;
    height: 100%;
}
article .textShadowContainer{
    bottom: calc( 50% - 205px );
    left: calc( 50% - 313px );
    opacity: 0.6;
}
.hideOnMobile{
    display: block;
}
.showOnMobile{
    display: none;
}
.hideConfigPanel {
    position: fixed;
    bottom: 29px;
    right: 31px;
    color: #fff;
    font-size: 14px;
    z-index: 9901;
}
.nfcStatusBackground{
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nfcStatusBackground.success{
    background:rgba(0, 255, 0, 0.5);
}
.nfcStatusBackground.error{
    background:rgba(255, 0, 0, 0.5);
}
.cornerInput {
    width: 30%;
    height: 30%;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    color:#fff;
}
.cornerInput.bottomRight {
    bottom: 0;
    right: 0;
    z-index: 9900;
}
.cornerInput.bottomLeft {
    bottom: 0;
    left: 0;
    z-index: 9900;
}
.cornerInput.topRight {
    top: 0;
    right: 0;
    z-index: 9900;
}
.cornerInput.topLeft {
    top: 0;
    left: 0;
    z-index: 9900;
}
li.posProduct {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
ul.posProductList {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.posProduct {
    float: left;
    width: 25%;
    height: 75px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #000000;
    background: rgba(0, 0, 0, 0.73);
    margin: 0px 0% 0 0;
    cursor: pointer;
    padding: 26px 0 0 0;
    text-align: center;
}
article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid rgba(255, 255, 255, 0.72);
    margin: 10px;
    z-index: 1;
}
h2.profile {
    font-size: 28px;
    margin: 19px 0px 0px 0px;
    padding: 0 0 6px 0;
    text-align: left;
    border-bottom: 1px solid #fff;
    color:#fff;
}
#video-background-fixed {
    position: fixed; right: 0%; bottom: 0;
    min-width: 106%; min-height: 106%;
    width: auto; height: auto; z-index: -100;
}
.nfcStatusBackground{
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nfcStatusBackground.success{
    background:rgba(0, 255, 0, 0.5);
}
.nfcStatusBackground.error{
    background:rgba(255, 0, 0, 0.5);
}

.invoiceContainer{
    max-width: 400px;
    margin: 0 auto;
    color: #000;
}
.invoiceFooter {
    margin: 40px 0 0 0;
    font-size: 10px;
}
h2.invoiceTitle{
    font-size: 16px;
}
h3.invoiceTitle{
    font-size: 11px;
    margin: -22px 0 21px 0;
    padding: 0;
}
ul.invoice {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
ul.invoice .left{
    float: left;
}
ul.invoice .right{
    float: right;
}
ul.invoice .itemQty {
    padding: 0 10px 0 0;
}
li.taxLine {
    margin: 8px 0 5px 0;
    border-top: 1px solid #000;
}
li.taxLine2 {
    margin: 0px 0 5px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
li.totalLine {
    margin: -3px 0 5px 0;
    border-top: 2px solid #000;
    font-weight: bold;
}
ul.invoiceAttachments {
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0 0 0;
    text-align: left;
    padding: 0;
}
ul.invoiceAttachments li.infoRow {
    border-bottom: none;
    line-height: 15px;
    height: 32px;
    text-align: center;
    font-size: 12px;
}
ul.invoiceAttachments li.dataRow {
    border-bottom: 1px dotted #000;
    line-height: 20px;
    height: 44px;
    font-size: 12px;
}
ul.invoiceAttachments li.emptyRow{
    border-bottom: 1px dotted #000;
    line-height: 20px;
    height: 44px;
    font-size: 12px;
}
.btn-orange{
    background-color: #ff5400;
    border-color: #ff5400;  
}
.reiter {
    background: #e94e1b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin: -26px 0 0 -100px;
    border-radius: 15px;
}
.reiter.subpage {
    top: 45%;
}
#partner{
    padding: 25px 0 8px 0;
}
img.partnerLogo {
    max-width: 100%;
    max-height: 100%;
}
img.aboutImage{
    width: 100%;
}
img.imageHover{
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
}
img.imageHover:hover{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.0);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
h3.title {
    color: #7b6a58;
    font-family: 'Comfortaa', cursive;
    position: absolute;
    top: 38%;
    left: 0%;
    z-index: 2;
    /* color: #fff; */
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    font-size: 31px;
    background: #fff;
    padding: 8px 20px 6px 60px;
    text-transform: uppercase;
    line-height: 36px;
    width: 430px;
    text-align: right;
}
h5.title {
    color: #7b6a58;
    font-family: 'Comfortaa', cursive;
    position: absolute;
    top: calc( 38% + 60px );
    left: 102px;
    z-index: 1;
    color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    background: #7b6a58;
    padding: 8px 10px 6px 10px;
    text-transform: uppercase;
    line-height: 21px;
    width: 350px;
    text-align: left;
}
.contentImageCol{
    overflow: hidden;
    height: 100%;
}
img.contentImage {
    width: 100%;
    margin: 120px 0 0 0;
}
img.contentImage2 {
    width: 100%;
    margin: 0px 0 0 0;
}
.contentTextCol {
    margin: 0px 0 0 0;
    font-size: 16px;
    padding: 140px 100px 0px 100px;
}
.contentTextCol h3{
    font-family: 'Comfortaa', cursive;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7b6a58;
}
.contentTeaserBox {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    padding: 0px 4px 60px 4px;
    font-weight: bold;
}
.contentIcon{
    color: #ff5400;
    font-size: 40px;
    padding: 0px 0 20px 0;
}
a.noLinkStyle{
    color: inherit;
    text-decoration: inherit;
}
.btn-sm {
    padding: 11px 12px;
    font-size: 12px;
    line-height: 12px;
}
.programmBox{
    height: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-primary:hover{
    background: #7b6a58;
    border-color: #7b6a58;
}
@media ( max-width: 479px ) {
    h3.title {
        font-size: 15px;
        padding: 8px 20px 6px 20px;
        line-height: 15px;
        width: 145px;
    }
    h5.title {
        top: calc( 38% + 55px );
        left: 8px;
        font-size: 10px;
        padding: 8px 10px 6px 10px;
        line-height: 12px;
        width: auto;
    }
}
@media ( max-width: 767px ) {
    .hideOnMobile{
        display: none;
    }
    .showOnMobile{
        display: block;
    }
    .home-background-slideshow {
        height: 60%;
    }
    .reiter {
        top: 73%;
    }
}