/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	/*overflow: hidden;*/
	overflow: visible!important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../bundles/credo/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../bundles/credo/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../bundles/credo/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../bundles/credo/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../bundles/credo/css/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../bundles/credo/css/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
/**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../../fonts/webfonts/fa-brands-400.eot);src:url(../../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(../../fonts/webfonts/fa-brands-400.woff) format("woff"),url(../../fonts/webfonts/fa-brands-400.ttf) format("truetype"),url(../../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;src:url(../../fonts/webfonts/fa-light-300.eot);src:url(../../fonts/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/fa-light-300.woff2) format("woff2"),url(../../fonts/webfonts/fa-light-300.woff) format("woff"),url(../../fonts/webfonts/fa-light-300.ttf) format("truetype"),url(../../fonts/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;src:url(../../fonts/webfonts/fa-regular-400.eot);src:url(../../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(../../fonts/webfonts/fa-regular-400.woff) format("woff"),url(../../fonts/webfonts/fa-regular-400.ttf) format("truetype"),url(../../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;src:url(../../fonts/webfonts/fa-solid-900.eot);src:url(../../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(../../fonts/webfonts/fa-solid-900.woff) format("woff"),url(../../fonts/webfonts/fa-solid-900.ttf) format("truetype"),url(../../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
/* sidebar settings */
/* img height generator */
/* num of inner colums you need */
/* 2cols variations 1-2*/
/* cols spacing 1-9 */
/* cols spacing by 10 */
/* responsive settings */
/* resolutions */
/* --- layout brakes */
/* --- cols brakes */
/* body settings */
/* font importer */
/* fonts styles */
/* fontColors for inline css */
/* cms titles */
/* cms titleVariations */
/* cms attachments : margin, padding, background-position */
/* cms common */
/* cms strong : weight font-family */
/* cms links : color style weight decoration */
/* cms lists : padding margin */
/* cms lists : list-style */
/* cms elements : padding margin color font-style weight size line-height font-family text-align background border  */
/* cms elements : background, color, padding */
/* cms blockquote p : margin padding background */
/* cms tables : margin padding border-collapse border-spacing border-color border-style border-width width */
/* cms tableCaption : color font-style font-weight font-size line-height font-family text-align; */
/* cms table cells : margin padding color font-style font-weight font-size line-height font-family text-align border-color border-style border-width vertical-align, background */
/* yes or no */
.tdMain {
  font-family: Arial, Helvetica, serif;
}
.tdTime {
  color: #808080;
}
.tdTime .fa {
  color: #002d62;
}
.tCenter {
  text-align: center;
}
.tRight {
  text-align: right;
}
.tdAction {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  text-align: middle;
  font-size: 1em;
}
/* cms inline styles */
img {
  max-width: 100%;
}
.w100 {
  width: 100%;
}
.imgLeft {
  float: left;
  margin: 5px 30px 10px 0;
}
.imgRight {
  float: right;
  margin: 5px 0 10px 30px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.noMargin {
  margin-bottom: 0;
}
.mLeft {
  margin-left: 10px !important;
}
.mRight {
  margin-right: 10px !important;
}
.mCenter {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.textGrey {
  color: #808080;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left !important;
}
/* folders setup */
/* browsers reset */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
em,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
m,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
}
blockquote {
  quotes: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
fieldset,
img,
table {
  border: 0;
}
ol,
ul,
li {
  list-style-type: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
html,
input {
  font-size: 100%;
}
dt,
address,
caption,
cite,
code,
dfn,
big,
small,
em,
i,
th,
var {
  font-style: normal;
  font-weight: normal;
}
input,
select,
th,
td,
li li,
li p,
td p,
blockquote p {
  font-size: 1em;
}
/* body em size setup */
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  padding: 0;
  font-size: 62.5%;
  font-family: proxima, Arial, serif;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
}
#content {
  padding: 0 0 5em 0;
  background: #ffffff;
}
#frontPage #content {
  padding-bottom: 0px !important;
}
/* html 5 */
header,
section,
aside,
article,
footer,
nav {
  display: block;
}
/* boxSizing */
div,
ul,
ol,
li,
p,
a,
span,
strong,
input,
select,
textarea,
footer,
section,
header,
aside,
article,
nav,
time,
figure,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
td,
th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1210px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-15 {
  width: 20%;
}
.col-xs-25 {
  width: 40%;
}
.col-xs-35 {
  width: 60%;
}
.col-xs-45 {
  width: 80%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-15 {
  margin-left: 20%;
}
.col-xs-offset-25 {
  margin-left: 40%;
}
.col-xs-offset-35 {
  margin-left: 60%;
}
.col-xs-offset-45 {
  margin-left: 80%;
}
.col-xs-push-15 {
  margin-left: 20%;
}
.col-xs-push-25 {
  margin-left: 40%;
}
.col-xs-push-35 {
  margin-left: 60%;
}
.col-xs-push-45 {
  margin-left: 80%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-15 {
    width: 20%;
  }
  .col-sm-25 {
    width: 40%;
  }
  .col-sm-35 {
    width: 60%;
  }
  .col-sm-45 {
    width: 80%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-15 {
    margin-left: 20%;
  }
  .col-sm-offset-25 {
    margin-left: 40%;
  }
  .col-sm-offset-35 {
    margin-left: 60%;
  }
  .col-sm-offset-45 {
    margin-left: 80%;
  }
  .col-sm-push-15 {
    margin-left: 20%;
  }
  .col-sm-push-25 {
    margin-left: 40%;
  }
  .col-sm-push-35 {
    margin-left: 60%;
  }
  .col-sm-push-45 {
    margin-left: 80%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-15 {
    width: 20%;
  }
  .col-md-25 {
    width: 40%;
  }
  .col-md-35 {
    width: 60%;
  }
  .col-md-45 {
    width: 80%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-15 {
    margin-left: 20%;
  }
  .col-md-offset-25 {
    margin-left: 40%;
  }
  .col-md-offset-35 {
    margin-left: 60%;
  }
  .col-md-offset-45 {
    margin-left: 80%;
  }
  .col-md-push-15 {
    margin-left: 20%;
  }
  .col-md-push-25 {
    margin-left: 40%;
  }
  .col-md-push-35 {
    margin-left: 60%;
  }
  .col-md-push-45 {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15,
  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45,
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45,
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-15 {
    width: 20%;
  }
  .col-lg-25 {
    width: 40%;
  }
  .col-lg-35 {
    width: 60%;
  }
  .col-lg-45 {
    width: 80%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-15 {
    margin-left: 20%;
  }
  .col-lg-offset-25 {
    margin-left: 40%;
  }
  .col-lg-offset-35 {
    margin-left: 60%;
  }
  .col-lg-offset-45 {
    margin-left: 80%;
  }
  .col-lg-push-15 {
    margin-left: 20%;
  }
  .col-lg-push-25 {
    margin-left: 40%;
  }
  .col-lg-push-35 {
    margin-left: 60%;
  }
  .col-lg-push-45 {
    margin-left: 80%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.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;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * bootstrap-fileinput v4.3.9
 * http://plugins.krajee.com/file-input
 */
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: url('../../images/icons/loading.gif') top left no-repeat;
  border: none;
}
.file-object {
  margin: 0 0 -5px;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  word-break: break-all;
}
.input-group-lg .file-caption-name {
  height: 25px;
}
.file-zoom-dialog {
  text-align: left;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
  text-align: left;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.krajee-default.file-preview-frame {
  position: relative;
  display: table;
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333333;
}
.krajee-default.file-preview-frame .kv-file-content {
  height: 170px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default .file-preview-image {
  vertical-align: middle;
  image-orientation: from-image;
}
.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: 0;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default[data-template=audio] .file-preview-audio {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.krajee-default .file-preview-audio audio {
  vertical-align: middle;
}
.krajee-default .file-zoom-dialog .file-preview-text {
  font-size: 1.2em;
}
.krajee-default .file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.krajee-default .file-preview-other:hover {
  opacity: .8;
}
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}
.krajee-default .file-other-icon {
  font-size: 8em;
}
.krajee-default .file-actions {
  margin-top: 15px;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .no-browse .input-group-btn {
  display: none;
}
.krajee-default .file-preview-error {
  opacity: .65;
  box-shadow: none;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  position: absolute;
  text-align: center;
  bottom: -6px;
  left: -6px;
  padding: 8px 8px 1px 3px;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #8a6d3b;
  border-top: 1px solid #8a6d3b;
  border-top-right-radius: 24px;
  font-size: 12px;
}
.krajee-default .file-drag-handle {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.krajee-default .file-upload-indicator {
  font-size: 13px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding-bottom: 0;
}
.krajee-default.file-preview-error .file-upload-indicator {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.krajee-default.file-preview-success .file-upload-indicator {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.krajee-default.file-preview-loading .file-upload-indicator {
  background-color: #e5e5e5;
  border-color: #777;
}
.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.krajee-default .file-thumbnail-footer {
  position: relative;
}
.krajee-default .file-thumb-progress {
  height: 10px;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 65vmin;
}
.file-caption-main {
  width: 100%;
}
.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-thumb-loading {
  background: url('../../images/icons/loading.gif') center center no-repeat content-box !important;
}
.file-sortable .file-drag-handle {
  cursor: move;
  cursor: -webkit-grabbing;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: .7;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.clickable .file-drop-zone-title,
.file-preview .clickable {
  cursor: pointer;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999!important;
  background-color: #f0f0f0;
}
.file-uploading {
  background: url('../../images/icons/loading-sm.gif') center bottom 10px no-repeat;
  opacity: .65;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .modal-body {
  position: relative !important;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  opacity: .7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.floating-buttons,
.floating-buttons .btn {
  z-index: 3000;
}
.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
  margin-left: 3px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):focus,
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: 0;
  box-shadow: none;
  opacity: .5;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: .3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
.hi-slide {
  position: relative;
  width: 754px;
  height: 292px;
  margin: 115px auto 0;
}
.hi-slide .hi-next,
.hi-slide .hi-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  border-radius: 5px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  background-color: #666;
  color: #fff;
  opacity: 0.7;
  transition: all 0.6s;
  font-size: 30px;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
  opacity: 1;
  background-color: #444;
}
.hi-slide .hi-prev {
  left: -60px;
}
.hi-slide .hi-prev::before {
  content: '<';
}
.hi-slide .hi-next {
  right: -60px;
}
.hi-slide .hi-next::before {
  content: '>';
}
.hi-slide > ul {
  list-style: none;
  position: relative;
  width: 754px;
  height: 292px;
  margin: 0;
  padding: 0;
}
.hi-slide > ul > li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #333;
  cursor: pointer;
}
.hi-slide > ul > li > img {
  width: 100%;
  height: 100%;
}
/* margin generated 0 5 10 ... 50 */
.margin0 {
  margin: 0;
}
.marginLeftRight0 {
  margin-left: 0;
  margin-right: 0;
}
.marginTopBottom0 {
  margin-top: 0;
  margin-bottom: 0;
}
.marginTop0 {
  margin-top: 0;
}
.marginTop5,
.marginTopBottom5 {
  margin-top: 5px;
}
.marginBottom0 {
  margin-bottom: 0;
}
.marginBottom5,
.marginTopBottom5 {
  margin-bottom: 5px;
}
.marginLeft0 {
  margin-left: 0;
}
.marginRight0 {
  margin-right: 0;
}
.margin5 {
  margin: 5px;
}
.marginLeftRight5 {
  margin-left: 5px;
  margin-right: 5px;
}
.marginTop10,
.marginTopBottom10 {
  margin-top: 10px;
}
.marginBottom10,
.marginTopBottom10 {
  margin-bottom: 10px;
}
.marginLeft5 {
  margin-left: 5px;
}
.marginRight5 {
  margin-right: 5px;
}
.margin10 {
  margin: 10px;
}
.marginLeftRight10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marginTop15,
.marginTopBottom15 {
  margin-top: 15px;
}
.marginBottom15,
.marginTopBottom15 {
  margin-bottom: 15px;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginRight10 {
  margin-right: 10px;
}
.margin15 {
  margin: 15px;
}
.marginLeftRight15 {
  margin-left: 15px;
  margin-right: 15px;
}
.marginTop20,
.marginTopBottom20 {
  margin-top: 20px;
}
.marginBottom20,
.marginTopBottom20 {
  margin-bottom: 20px;
}
.marginLeft15 {
  margin-left: 15px;
}
.marginRight15 {
  margin-right: 15px;
}
.margin20 {
  margin: 20px;
}
.marginLeftRight20 {
  margin-left: 20px;
  margin-right: 20px;
}
.marginTop25,
.marginTopBottom25 {
  margin-top: 25px;
}
.marginBottom25,
.marginTopBottom25 {
  margin-bottom: 25px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginRight20 {
  margin-right: 20px;
}
.margin25 {
  margin: 25px;
}
.marginLeftRight25 {
  margin-left: 25px;
  margin-right: 25px;
}
.marginTop30,
.marginTopBottom30 {
  margin-top: 30px;
}
.marginBottom30,
.marginTopBottom30 {
  margin-bottom: 30px;
}
.marginLeft25 {
  margin-left: 25px;
}
.marginRight25 {
  margin-right: 25px;
}
.margin30 {
  margin: 30px;
}
.marginLeftRight30 {
  margin-left: 30px;
  margin-right: 30px;
}
.marginTop35,
.marginTopBottom35 {
  margin-top: 35px;
}
.marginBottom35,
.marginTopBottom35 {
  margin-bottom: 35px;
}
.marginLeft30 {
  margin-left: 30px;
}
.marginRight30 {
  margin-right: 30px;
}
.margin35 {
  margin: 35px;
}
.marginLeftRight35 {
  margin-left: 35px;
  margin-right: 35px;
}
.marginTop40,
.marginTopBottom40 {
  margin-top: 40px;
}
.marginBottom40,
.marginTopBottom40 {
  margin-bottom: 40px;
}
.marginLeft35 {
  margin-left: 35px;
}
.marginRight35 {
  margin-right: 35px;
}
.margin40 {
  margin: 40px;
}
.marginLeftRight40 {
  margin-left: 40px;
  margin-right: 40px;
}
.marginTop45,
.marginTopBottom45 {
  margin-top: 45px;
}
.marginBottom45,
.marginTopBottom45 {
  margin-bottom: 45px;
}
.marginLeft40 {
  margin-left: 40px;
}
.marginRight40 {
  margin-right: 40px;
}
.margin45 {
  margin: 45px;
}
.marginLeftRight45 {
  margin-left: 45px;
  margin-right: 45px;
}
.marginTop50,
.marginTopBottom50 {
  margin-top: 50px;
}
.marginBottom50,
.marginTopBottom50 {
  margin-bottom: 50px;
}
.marginLeft45 {
  margin-left: 45px;
}
.marginRight45 {
  margin-right: 45px;
}
.margin50 {
  margin: 50px;
}
.marginLeftRight50 {
  margin-left: 50px;
  margin-right: 50px;
}
.marginLeft50 {
  margin-left: 50px;
}
.marginRight50 {
  margin-right: 50px;
}
/* padding generated 0 5 10 ... 50 */
.padding0 {
  padding: 0;
}
.paddingLeftRight0 {
  padding-left: 0;
  padding-right: 0;
}
.paddingTopBottom0 {
  padding-top: 0;
  padding-bottom: 0;
}
.paddingTop0 {
  padding-top: 0;
}
.paddingTop5,
.paddingTopBottom5 {
  padding-top: 5px;
}
.paddingBottom0 {
  padding-bottom: 0;
}
.paddingBottom5,
.paddingTopBottom5 {
  padding-bottom: 5px;
}
.paddingLeft0 {
  padding-left: 0;
}
.paddingRight0 {
  padding-right: 0;
}
.padding5 {
  padding: 5px;
}
.paddingLeftRight5 {
  padding-left: 5px;
  padding-right: 5px;
}
.paddingTop10,
.paddingTopBottom10 {
  padding-top: 10px;
}
.paddingBottom10,
.paddingTopBottom10 {
  padding-bottom: 10px;
}
.paddingLeft5 {
  padding-left: 5px;
}
.paddingRight5 {
  padding-right: 5px;
}
.padding10 {
  padding: 10px;
}
.paddingLeftRight10 {
  padding-left: 10px;
  padding-right: 10px;
}
.paddingTop15,
.paddingTopBottom15 {
  padding-top: 15px;
}
.paddingBottom15,
.paddingTopBottom15 {
  padding-bottom: 15px;
}
.paddingLeft10 {
  padding-left: 10px;
}
.paddingRight10 {
  padding-right: 10px;
}
.padding15 {
  padding: 15px;
}
.paddingLeftRight15 {
  padding-left: 15px;
  padding-right: 15px;
}
.paddingTop20,
.paddingTopBottom20 {
  padding-top: 20px;
}
.paddingBottom20,
.paddingTopBottom20 {
  padding-bottom: 20px;
}
.paddingLeft15 {
  padding-left: 15px;
}
.paddingRight15 {
  padding-right: 15px;
}
.padding20 {
  padding: 20px;
}
.paddingLeftRight20 {
  padding-left: 20px;
  padding-right: 20px;
}
.paddingTop25,
.paddingTopBottom25 {
  padding-top: 25px;
}
.paddingBottom25,
.paddingTopBottom25 {
  padding-bottom: 25px;
}
.paddingLeft20 {
  padding-left: 20px;
}
.paddingRight20 {
  padding-right: 20px;
}
.padding25 {
  padding: 25px;
}
.paddingLeftRight25 {
  padding-left: 25px;
  padding-right: 25px;
}
.paddingTop30,
.paddingTopBottom30 {
  padding-top: 30px;
}
.paddingBottom30,
.paddingTopBottom30 {
  padding-bottom: 30px;
}
.paddingLeft25 {
  padding-left: 25px;
}
.paddingRight25 {
  padding-right: 25px;
}
.padding30 {
  padding: 30px;
}
.paddingLeftRight30 {
  padding-left: 30px;
  padding-right: 30px;
}
.paddingTop35,
.paddingTopBottom35 {
  padding-top: 35px;
}
.paddingBottom35,
.paddingTopBottom35 {
  padding-bottom: 35px;
}
.paddingLeft30 {
  padding-left: 30px;
}
.paddingRight30 {
  padding-right: 30px;
}
.padding35 {
  padding: 35px;
}
.paddingLeftRight35 {
  padding-left: 35px;
  padding-right: 35px;
}
.paddingTop40,
.paddingTopBottom40 {
  padding-top: 40px;
}
.paddingBottom40,
.paddingTopBottom40 {
  padding-bottom: 40px;
}
.paddingLeft35 {
  padding-left: 35px;
}
.paddingRight35 {
  padding-right: 35px;
}
.padding40 {
  padding: 40px;
}
.paddingLeftRight40 {
  padding-left: 40px;
  padding-right: 40px;
}
.paddingTop45,
.paddingTopBottom45 {
  padding-top: 45px;
}
.paddingBottom45,
.paddingTopBottom45 {
  padding-bottom: 45px;
}
.paddingLeft40 {
  padding-left: 40px;
}
.paddingRight40 {
  padding-right: 40px;
}
.padding45 {
  padding: 45px;
}
.paddingLeftRight45 {
  padding-left: 45px;
  padding-right: 45px;
}
.paddingTop50,
.paddingTopBottom50 {
  padding-top: 50px;
}
.paddingBottom50,
.paddingTopBottom50 {
  padding-bottom: 50px;
}
.paddingLeft45 {
  padding-left: 45px;
}
.paddingRight45 {
  padding-right: 45px;
}
.padding50 {
  padding: 50px;
}
.paddingLeftRight50 {
  padding-left: 50px;
  padding-right: 50px;
}
.paddingLeft50 {
  padding-left: 50px;
}
.paddingRight50 {
  padding-right: 50px;
}
/* font import generator */
@font-face {
  font-family: proxima;
  src: url('../../fonts/proxima_nova-regular.eot');
  src: url('../../fonts/proxima_nova-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/proxima_nova-regular.woff') format('woff'), url('../../fonts/proxima_nova-regular.ttf') format('truetype'), url('../../fonts/proxima_nova-regular.svg#proxima_nova-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FontAwesome;
  src: url('../../fonts/fontawesome.eot');
  src: url('../../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../../fonts/fontawesome.woff') format('woff'), url('../../fonts/fontawesome.ttf') format('truetype'), url('../../fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* clear floats generator */
.clear,
.header,
.header .headerWrap,
.navigation > ul,
.secondaryNav .container-fluid,
.breadcrumbs .row ul,
.boxImportant,
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation,
.authorPlace,
.footer .copyrights,
#sitemap,
.listStyle .description,
.video .description,
.listItems .description,
.listStyle li,
.video li,
.listItems li {
  display: inline-block;
}
.clear:after,
.header:after,
.header .headerWrap:after,
.navigation > ul:after,
.secondaryNav .container-fluid:after,
.breadcrumbs .row ul:after,
.boxImportant:after,
#tabs .ui-tabs-nav:after,
.boxTabs .ui-tabs-nav:after,
#tabs .tabNavigation:after,
.boxTabs .tabNavigation:after,
.authorPlace:after,
.footer .copyrights:after,
#sitemap:after,
.listStyle .description:after,
.video .description:after,
.listItems .description:after,
.listStyle li:after,
.video li:after,
.listItems li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clear,
* html .header,
* html .header .headerWrap,
* html .navigation > ul,
* html .secondaryNav .container-fluid,
* html .breadcrumbs .row ul,
* html .boxImportant,
* html #tabs .ui-tabs-nav,
* html .boxTabs .ui-tabs-nav,
* html #tabs .tabNavigation,
* html .boxTabs .tabNavigation,
* html .authorPlace,
* html .footer .copyrights,
* html #sitemap,
* html .listStyle .description,
* html .video .description,
* html .listItems .description,
* html .listStyle li,
* html .video li,
* html .listItems li {
  height: 1%;
}
.clear,
.header,
.header .headerWrap,
.navigation > ul,
.secondaryNav .container-fluid,
.breadcrumbs .row ul,
.boxImportant,
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation,
.authorPlace,
.footer .copyrights,
#sitemap,
.listStyle .description,
.video .description,
.listItems .description,
.listStyle li,
.video li,
.listItems li {
  display: block;
}
/* set sistem icons */
/*.attachmentsGenerator(length(@attachments));
.attachmentsGenerator(@n, @i: 1) when (@i =< @n) {
	@extract : extract(@attachments, @i);
	.@{extract} {
		background-image : url('@{icons}sistem/icon_@{extract}.png'); background-repeat : no-repeat; background-position : extract(@attachmentsSettings, 3); padding : extract(@attachmentsSettings, 2); margin : extract(@attachmentsSettings, 1);
	}
	.attachmentsGenerator(@n, (@i + 1));
	.@{extract}:extend(.inlineLink) {}
}*/
/* hide text for icons */
.hideText,
.icon span,
.searchForm fieldset p.textType input.submitType,
#tabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before,
.boxTabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before,
.infoBreadcrumbs a.indexPage,
.amzsMagazin .magazinTitle,
.headlines .banner .bannerBox h5,
.tabsStyle1 .bannerNav .tabDesign li.selected a:before,
.tabsStyle1 .bannerNav .tabDesign li a.active:before,
ul.video li figure figcaption,
.listItems li figure figcaption,
.gallery p a {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  direction: ltr !important;
  text-decoration: none !important;
  text-align: left !important;
}
/* faIcons */
.fa-icon {
  text-decoration: none;
}
.fa-icon span {
  display: none;
}
/* clear margin padding of ul and ol elements */
.clearMP,
.infoList ul,
.amzsList .amzsListDisplay,
.headlines,
#sitemap,
ul.video,
.listItems,
.gallery ul,
#searchResults {
  margin: 0;
  padding: 0;
}
.clearMP li,
.infoList ul li,
.amzsList .amzsListDisplay li,
#sitemap li,
ul.video li,
.listItems li,
.gallery ul li,
#searchResults li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
/* set horizontal menu */
.menuSetup,
.navigation > ul,
.secondaryNav .container-fluid ul,
.breadcrumbs .row ul,
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation,
.bannerList,
.sliderNav {
  margin: 0;
  padding: 0;
}
.menuSetup li,
.navigation > ul li,
.secondaryNav .container-fluid ul li,
.breadcrumbs .row ul li,
#tabs .ui-tabs-nav li,
.boxTabs .ui-tabs-nav li,
#tabs .tabNavigation li,
.boxTabs .tabNavigation li,
.bannerList li,
.sliderNav li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
.menuSetup li a,
.menuSetup li span,
.navigation > ul li a,
.navigation > ul li span,
.secondaryNav .container-fluid ul li a,
.secondaryNav .container-fluid ul li span,
.breadcrumbs .row ul li a,
.breadcrumbs .row ul li span,
#tabs .ui-tabs-nav li a,
#tabs .ui-tabs-nav li span,
.boxTabs .ui-tabs-nav li a,
.boxTabs .ui-tabs-nav li span,
#tabs .tabNavigation li a,
#tabs .tabNavigation li span,
.boxTabs .tabNavigation li a,
.boxTabs .tabNavigation li span,
.bannerList li a,
.bannerList li span,
.sliderNav li a,
.sliderNav li span {
  display: block;
  text-decoration: none;
}
/* set vertical menu */
.menuSetupVertical,
.subCategories,
.selectOverlay ul,
.menuStyle,
.footer .footerLinks ul {
  margin: 0;
  padding: 0;
}
.menuSetupVertical li,
.subCategories li,
.selectOverlay ul li,
.menuStyle li,
.footer .footerLinks ul li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
.menuSetupVertical li a,
.menuSetupVertical li span,
.subCategories li a,
.subCategories li span,
.selectOverlay ul li a,
.selectOverlay ul li span,
.menuStyle li a,
.menuStyle li span,
.footer .footerLinks ul li a,
.footer .footerLinks ul li span {
  display: block;
  text-decoration: none;
}
/* img height generator */
.imgHeight625px .blockStatic,
.imgHeight625px .blockStaticWrap,
.imgHeight625px .verticalMiddle,
.imgHeight625px .verticalMiddleWrap,
.imgHeight625px .blockLink,
.imgHeight625px .image {
  height: 625px;
  margin: 0 auto;
}
.imgHeight450px .blockStatic,
.imgHeight450px .blockStaticWrap,
.imgHeight450px .verticalMiddle,
.imgHeight450px .verticalMiddleWrap,
.imgHeight450px .blockLink,
.imgHeight450px .image {
  height: 450px;
  margin: 0 auto;
}
.imgHeight210px .blockStatic,
.imgHeight210px .blockStaticWrap,
.imgHeight210px .verticalMiddle,
.imgHeight210px .verticalMiddleWrap,
.imgHeight210px .blockLink,
.imgHeight210px .image {
  height: 210px;
  margin: 0 auto;
}
.imgHeight205px .blockStatic,
.imgHeight205px .blockStaticWrap,
.imgHeight205px .verticalMiddle,
.imgHeight205px .verticalMiddleWrap,
.imgHeight205px .blockLink,
.imgHeight205px .image {
  height: 205px;
  margin: 0 auto;
}
/* verticalMiddle */
.verticalMiddle,
.blockStatic {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
}
.verticalMiddle .verticalMiddleWrap,
.blockStatic .verticalMiddleWrap,
.verticalMiddle .blockStaticWrap,
.blockStatic .blockStaticWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.textLeft .verticalMiddle .verticalMiddleWrap,
.textLeft .blockStatic .verticalMiddleWrap,
.textLeft .verticalMiddle .blockStaticWrap,
.textLeft .blockStatic .blockStaticWrap {
  text-align: left;
}
.block .contentStatic {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  height: auto !important;
}
.block.textLeft .blockStatic .blockStaticWrap {
  padding-left: 20px;
  padding-right: 20px;
}
.block.textLeft.imgHeight205px .contentStatic {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block .blockLink .contentStatic .blockTitle,
.block .blockLink .blockStatic .blockTitle,
.block .blockLink .contentStatic .blockTitle,
.block .blockLink .blockStatic .blockTitle,
.block .blockLink .contentStatic .titleDescription,
.block .blockLink .blockStatic .titleDescription,
.block .blockLink .contentStatic .description,
.block .blockLink .blockStatic .description {
  width: auto;
  max-width: 100%;
}
.block.static .blockLink {
  display: block;
  height: auto !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.block.static .col {
  position: relative;
}
.block.static a {
  display: block;
}
/* textMiddle */
.textMiddle,
.boxImportant .left,
.boxImportant .more,
.col-lg-6 .boxImportant .left,
.col-lg-6 .boxImportant .more {
  display: table;
  width: 100%;
}
.textMiddle .textMiddleWrap,
.boxImportant .left .textMiddleWrap,
.boxImportant .more .textMiddleWrap,
.col-lg-6 .boxImportant .left .textMiddleWrap,
.col-lg-6 .boxImportant .more .textMiddleWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* set link hover decoration */
.noDecoration,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.navigation .drop .dropWrap ul li a,
.breadcrumbs .row ul li a,
#tabs .ui-tabs-nav li a,
.boxTabs .ui-tabs-nav li a,
#tabs .tabNavigation li a,
.boxTabs .tabNavigation li a,
.infoBox a,
.selectOverlay ul li a,
.tabDesign li a,
.footer a,
.footer .linksTitle a,
#sitemap li a,
#searchResults ul li p.url a,
.navigator1 .pageNum,
.paginator a {
  text-decoration: none;
}
.noDecoration:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.navigation .drop .dropWrap ul li a:hover,
.breadcrumbs .row ul li a:hover,
#tabs .ui-tabs-nav li a:hover,
.boxTabs .ui-tabs-nav li a:hover,
#tabs .tabNavigation li a:hover,
.boxTabs .tabNavigation li a:hover,
.selectOverlay ul li a:hover,
.footer a:hover,
.footer .linksTitle a:hover,
#sitemap li a:hover,
#searchResults ul li p.url a:hover,
.navigator1 .pageNum:hover {
  text-decoration: underline;
}
.noDecoration:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.navigation .drop .dropWrap ul li a:active,
.breadcrumbs .row ul li a:active,
#tabs .ui-tabs-nav li a:active,
.boxTabs .ui-tabs-nav li a:active,
#tabs .tabNavigation li a:active,
.boxTabs .tabNavigation li a:active,
.selectOverlay ul li a:active,
.footer a:active,
.footer .linksTitle a:active,
#sitemap li a:active,
#searchResults ul li p.url a:active,
.navigator1 .pageNum:active {
  text-decoration: none;
}
/* set top absolute position */
.topPosition,
.secondaryNav,
.mobileMenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* set fontFamily*/
/* set bgImage */
.bg100setup,
.categorySetup,
.headlines.imgOnly,
.headlines .banner {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
/* grayscale */
.grayscale,
.block.blueOverlay .image,
.goldOverlay .image,
.yellowOverlay:hover .image {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.filterNone,
.block.blueOverlay:hover .image,
.goldOverlay:hover .image {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
}
/* set transform */
/* set scale */
/* set round */
.round,
.button.bRound span,
.button.bRound,
button.bRound span,
.phoneAMZS i,
.infoCenter .blockTitle .icon,
.blueNumber,
.blueNumber i,
ul.video li figure figcaption,
.listItems li figure figcaption {
  border-radius: 800px;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
}
.roundNone,
.bSquare,
.bSquare span {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/* set borders */
.noBorder {
  border: none !important;
}
/* set shadows */
.shadowActive,
.button.selected,
.amzsList .amzsListDisplay li .drop .dropWrap ul li a:active,
.block:active a.blockLink,
.tabDesign li a:active {
  box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -moz-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -webkit-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -o-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
}
.shadowNone,
span.button1:hover,
span.button1:active,
span.button2:hover,
span.button2:active,
span.button3:hover,
span.button3:active,
span.button4:hover,
span.button4:active,
span.button5:hover,
span.button5:active,
span.button6:hover,
span.button6:active,
span.button7:hover,
span.button7:active,
span.button,
.button.disabled,
.searchForm fieldset p.textType input.textType,
.searchForm fieldset p.textType input.textType:focus,
.formLarge p.textType input.textType:focus,
.bannerWrap .contentBox div.form-group select.form-control:focus,
.bannerWrap .contentBox div.form-group input:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/* menu drop down */
.drop {
  position: absolute;
  display: none;
  z-index: 600;
  left: 0;
  bottom: 0;
  min-width: 100%;
  height: 0;
}
.drop .dropWrap {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}
li:hover .drop {
  display: block;
}
/* fontColors inline styles generator */
.font1,
.font1 a {
  color: #000000 !important;
}
.background1 {
  background-color: #000000;
}
.font2,
.font2 a {
  color: #ffffff !important;
}
.background2 {
  background-color: #ffffff;
}
/* cms title generator */
h1,
h2,
h3,
h4,
h5,
h6,
.table caption,
fieldset legend,
caption,
legend {
  margin: 0 0 0.7em 0;
  padding: 0.3em 0 0 0;
  line-height: 1.2em;
  font-weight: normal;
  font-family: proxima, Arial, serif;
}
h1 {
  font-size: 5em;
}
h2 {
  font-size: 4.3em;
}
h3 {
  font-size: 3.6em;
}
h4 {
  font-size: 3em;
}
h5 {
  font-size: 2.3em;
}
h6 {
  font-size: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0.3em 0 0 0;
  margin-bottom: 0 0 0.7em 0;
  font-weight: normal;
  color: #002d62;
  line-height: 1.2em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #002d62;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #002d62;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  color: #000000;
}
h1 {
  padding-top: 0;
}
.titleBorderMiddle {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  background: url('../../images/backgrounds/bg_title_border.png') repeat-x 0 50% scroll transparent;
}
.titleBorderMiddle span {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  background: #ffffff;
}
.titleBorderBottom {
  padding-bottom: 10px;
  border-bottom: 3px solid #333333;
}
.titleBorderTop {
  padding-top: 10px;
  border-top: 3px solid #333333;
}
/* cms link generator */
a {
  color: #002d62;
  font-style: normal;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  font-style: normal;
  text-decoration: none;
}
a:active {
  color: #000000;
  font-style: normal;
  text-decoration: underline;
}
a:hover span,
a:hover small,
a:hover strong {
  cursor: pointer;
}
a img,
img {
  border: none;
  text-decoration: none;
}
/* cms lists generator */
ul {
  padding: 0.5em 0 0 0;
  margin: 0 0 2.5em 0;
}
ul li {
  padding: 0 0 0 20px;
  margin: 0 0 0.45em 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: inherit;
  border: none;
}
ul li li {
  font-size: 1em;
}
ol {
  padding: 0.5em 0 0 0;
  margin: 0 0 2.5em 13px;
}
ol li {
  padding: 0 0 0 5px;
  margin: 0 0 0.45em 0;
  list-style: decimal;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: inherit;
  background: none;
  border: none;
}
/* cms elements generator */
p,
.sbHolder {
  padding: 0;
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
  color: #252B33;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  font-family: inherit;
  background: none;
  border: none;
}
.summary {
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #6E7885 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 1.9em;
  line-height: 25px;
  font-family: inherit;
  background: none;
  border: none;
}
cite {
  display: block;
  padding: 0.5em 25% 0 25%;
  margin: 0 0 2em 0;
  color: #002d62;
  font-style: italic;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: inherit;
  text-align: center;
  background: none;
  border: none;
}
blockquote {
  padding: 1em 0 0 3em;
  margin: 0 0 3em 0;
  background: url('../../images/icons/icon_blockquote_start.png') no-repeat 0 0.5em scroll transparent;
  border: none;
}
blockquote p {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0 1.5em 0.5em 0;
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: inherit;
  text-align: left;
  background: url('../../images/icons/icon_blockquote_end.png') no-repeat right bottom scroll transparent;
}
figcaption {
  padding: 10px 10px 10px 18px;
  margin: 0 0 2em 0;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: inherit;
  text-align: left;
  background: #f8f8f8;
  border: none;
}
strong {
  font-weight: bold;
  font-family: inherit;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}
img {
  max-width: 100%;
}
figure img {
  display: block;
}
figure.noFigcaption figcaption {
  display: none;
}
small {
  font-size: 0.9em;
}
em {
  font-family: proxima, Arial, serif;
  font-style: italic;
}
abbr {
  border-bottom: 1px dotted #eaedef;
}
mark {
  padding: 0 5px;
  background: #ffffd8;
  color: inherit;
}
s {
  text-decoration: line-through;
}
address {
  padding: 0.5em 0 0 0;
  margin: 0 0 1.5em 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: inherit;
  background: none;
  border: none;
}
li li,
cite p,
p input,
p textarea,
p select,
td td {
  font-size: 1em;
}
/* cms table generator  */
table {
  margin: 0 0 1.5em 0;
  padding: 0.5em 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
caption {
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
}
.noCaption caption {
  display: none;
}
th,
thead td {
  margin: 0;
  padding: 10px;
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #333333;
  border-style: solid;
  border-width: 3px 0;
  vertical-align: top;
  background: #ffffff;
}
tbody td {
  margin: 0;
  padding: 7px 10px 5px 10px;
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 1px 0;
  vertical-align: center;
  background: #ffffff;
}
table tr td:first-child,
table tr th:first-child {
  border-left: none;
  padding-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: none;
  padding-right: 0;
}
tbody th,
thead td {
  margin: 0;
  padding: 7px 10px 5px 10px;
  color: #002d62;
  font-style: bold;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 1px 0;
  vertical-align: center;
  background: #ffffff;
}
thead th,
thead td {
  font-weight: bold;
}
tfoot td {
  margin: 0;
  padding: 5px 10px;
  color: #808080;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 0;
  vertical-align: center;
  background: #ffffff;
}
/* responsive */
.header,
#content,
.footer,
.headlines,
.amzsList,
.eNews,
.infoCenter,
.oneColWrap {
  min-width: 1200px;
}
@media only screen and (min-width: 10px) {
  .responsive .header,
  .responsive #content,
  .responsive .footer,
  .responsive .headlines,
  .responsive .amzsList,
  .responsive .eNews,
  .responsive .infoCenter,
  .responsive .oneColWrap {
    min-width: 320px;
  }
}
@media only screen and (max-width: 1200px) {
  .responsive {
    /* amzsMagazin */
    /* eNews */
    /* infoCenter */
  }
  .responsive .amzsMagazin,
  .responsive .eNews {
    background-size: auto;
  }
  .responsive .eNews {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .infoCenter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .siteLinks {
    padding-top: 0;
  }
  .responsive .fancyLinks {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1500px) {
  .responsive .socialSticker {
    left: 5px;
  }
}
@media only screen and (max-width: 1350px) {
  .responsive .socialSticker {
    position: fixed !important;
    display: none;
    padding: 5px 0;
    left: 0px !important;
    right: 0px !important;
    top: auto !important;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }
  .responsive .socialSticker p {
    padding-bottom: 5px;
    display: none;
  }
  .responsive .socialSticker a {
    display: inline-block !important;
    width: 31px;
    height: 31px;
    line-height: 31px;
    margin: 0px 5px 0px 5px!important;
  }
  .responsive .socialSticker a span {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }
  .responsive .socialSticker a svg {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .responsive {
    /* navigation */
    /* headlines */
    /* bannerBox */
    /* newsBox */
    /* footer */
    /* testimonials */
  }
  .responsive .socialSticker {
    left: 5px;
    display: none;
  }
  .responsive .searchForm fieldset p.textType {
    min-width: 150px;
  }
  .responsive .searchForm fieldset p.textType input.textType {
    width: 150px;
  }
  .responsive .sliderNav {
    display: none;
  }
  .responsive .navigation > ul > li > a > span {
    padding-right: 5px;
  }
  .responsive .navigation .dropMulti .ctaBox {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .responsive .navigation .dropMulti .ctaBox h3 {
    font-size: 22px;
  }
  .responsive .headlines {
    margin-bottom: 40px;
  }
  .responsive .headlines .banner {
    padding-top: 0;
  }
  .responsive .headlines .banner .contentBox {
    padding: 20px 10px 10px 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .responsive .headlines .banner .contentBox h2 {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
  .responsive .headlines .banner .contentBox .textType {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .headlines .banner .contentBox .bannerForm1 p.textType {
    padding-bottom: 15px;
  }
  .responsive .headlines .banner .bannerWrap,
  .responsive .headlines .banner .textWrap {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
  }
  .responsive .headlines .banner .bannerBox {
    bottom: 58px;
  }
  .responsive .headlines .banner .bannerTitle {
    padding: .5em 20px 0 20px;
  }
  .responsive .headlines .banner .description {
    padding: 0 20px;
    font-size: 2.2em;
  }
  .responsive .headlines .banner .description br {
    display: none;
  }
  .responsive .headlines .banner,
  .responsive .headlines .banner .bannerWrap .rp960Wrap {
    height: 400px;
  }
  .responsive .headlines .bannerNav {
    position: relative;
    margin-top: -60px;
    bottom: auto;
    top: auto;
    left: auto;
  }
  .responsive .headlines .bannerNav .tabDesign {
    height: 70px;
    margin: 0px 10px 0;
  }
  .responsive .headlines .bannerNav .tabDesign li a {
    font-size: 2em;
    white-space: nowrap;
  }
  .responsive .headlines .bannerNav .tabDesign li a small {
    font-size: 12px;
  }
  .responsive .headlines .bannerNav .tabDesign li a span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .responsive .headlines .extraResponsive1 .extra {
    width: 100% !important;
  }
  .responsive .headlines .extraResponsive1 .cols3-1 .colsWrap .col {
    padding-top: 15px;
  }
  .responsive .bannerBox .imgWrap {
    min-height: 10px;
    padding: 8em 0 0 0;
  }
  .responsive .bannerBox div.more p {
    top: -28px;
  }
  .responsive .newsBox .blockTitle {
    font-size: 2.6em !important;
  }
  .responsive .newsBox .block {
    padding-bottom: 20px;
  }
  .responsive .newsBox .block .blockStaticWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive .newsBox .mainNews {
    padding-bottom: 0;
  }
  .responsive .newsBox .firstRow .contentStatic,
  .responsive .newsBox .mainNews .contentStatic {
    bottom: 20px;
    padding: 10px 15px;
  }
  .responsive .newsBox .firstRow .blockStatic,
  .responsive .newsBox .mainNews .blockStatic {
    padding: 10px 15px;
  }
  .responsive .newsBox .imgHeight450px .blockStatic,
  .responsive .newsBox .imgHeight450px .blockStaticWrap,
  .responsive .newsBox .imgHeight450px .verticalMiddle,
  .responsive .newsBox .imgHeight450px .verticalMiddleWrap,
  .responsive .newsBox .imgHeight450px .blockLink,
  .responsive .newsBox .imgHeight450px .image {
    height: 430px;
  }
  .responsive .newsBox p.image img {
    max-width: 185%;
  }
  .responsive .newsBox .noImage .contentStatic {
    height: 430px !important;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 40px;
  }
  .responsive .footer .topLink {
    top: 30px;
    right: 30px;
  }
  .responsive .headlines.imgOnly {
    height: 300px !important;
  }
  .responsive .newsDisplay .block .blockLink .contentStatic,
  .responsive .contentNews .block .blockLink .contentStatic {
    bottom: 20px;
  }
  .responsive .header .mobileWrap {
    display: block;
  }
  .responsive .vclanjevanjeHeader.step1 .formSteps,
  .responsive .vclanjevanjeHeader.step1 .desc {
    padding-right: 200px;
  }
  .responsive .vclanjevanjeHeader.step1 img {
    max-width: 200px;
  }
  .responsive .testimonials .owl-nav {
    color: #002d62;
    position: absolute;
    bottom: -20px;
    left: 50%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .responsive {
    /* navigation */
    /* newsBox */
  }
  .responsive .testimonials .blockTitleDesc {
    padding-bottom: 0;
  }
  .responsive .testimonials blockquote {
    padding: 20px 10px;
    font-size: 1em;
    border-width: 3px;
  }
  .responsive .testimonials .author {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  .responsive .navigation > ul > li > a > span {
    padding-right: 5px;
  }
  .responsive .newsBox {
    margin-bottom: 40px;
  }
  .responsive .newsBox .blockTitle {
    font-size: 2em !important;
  }
  .responsive .newsBox .block {
    padding-bottom: 1px;
  }
  .responsive .newsBox .block .contentStatic {
    bottom: 0;
  }
  .responsive .newsBox .firstRow > .col-sm-6:first-child {
    padding-right: 1px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:first-child p.image {
    height: 411px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child {
    padding-left: 0px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n+1) {
    padding-right: 1px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n) {
    padding-left: 0px;
  }
  .responsive .newsBox .firstRow .contentStatic {
    bottom: 1px;
  }
  .responsive .newsBox p.image img {
    max-width: 170%;
  }
  .responsive .newsBox .noImage .contentStatic {
    height: 411px !important;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  .responsive .newsBox.contentNews .block .contentStatic {
    bottom: 0;
  }
  .responsive .header .mobileWrap {
    display: block;
  }
  .responsive .vclanjevanjeHeader.step1 .formSteps,
  .responsive .vclanjevanjeHeader.step1 .desc {
    padding-right: 0px;
  }
  .responsive .vclanjevanjeHeader.step1 img {
    display: none;
  }
  .responsive .vclanjevanjeHeader .formSteps .step {
    width: 50px;
    min-width: 0px;
  }
  .responsive .vclanjevanjeHeader .formSteps .step .mobileNum {
    display: block !important;
  }
  .responsive .vclanjevanjeHeader .formSteps .step .name {
    display: block !important;
  }
  .responsive .homeMap .leftBox {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .responsive .homeMap .leftBox h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .responsive .homeMap .leftBox p {
    margin-bottom: 15px;
  }
  .responsive .videoBannerOne video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  /* res992 */
  #frontPage {
    padding-top: 0px !important;
  }
  #subPage {
    padding-top: 80px !important;
  }
  #subPage.nagradnaIgra {
    padding-top: 50px !important;
  }
  .responsive {
    /* layout */
    /*& .sidebar, & .sidebar1 { width : 23em; min-width : 23em; }*/
    /* bannerBox */
    /* newsBox */
    /* gallery */
    /* thank you */
    /* siteLinks */
    /* layout breakpoint1 */
    /* table omejitve */
    /* mobileMenu */
    /* header */
    /* bannerBox */
    /* footer */
    /* infoCenter */
    /* eNews */
  }
  .responsive .story .col-lg-6 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    float: none;
  }
  .responsive .story .col-lg-6 h4 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 5px;
  }
  .responsive .story .col-lg-6 h3 {
    font-size: 30px !important;
    padding-top: 0px;
    max-width: 100%;
    line-height: 37px;
    margin-bottom: 15px;
  }
  .responsive .story .overlay {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  .responsive #menu {
    display: block;
  }
  .responsive .mobilePortalsCont {
    width: 276px;
    position: absolute;
    top: 0px;
    left: -350px;
    z-index: 12;
    display: block;
    background: #ffd200;
  }
  .responsive .mobilePortalsCont .mobilePortals .searchForm {
    margin-top: 8px;
  }
  .responsive .mobilePortalsCont .mobilePortals .searchForm fieldset {
    margin-left: 0;
  }
  .responsive #content {
    margin-top: 0;
  }
  .responsive .header .pageTitle {
    float: none;
  }
  .responsive .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
    height: 42px;
    padding-top: 0 !important;
  }
  .responsive .header .pageTitle {
    padding: 15px 0;
  }
  .responsive .header .navigation {
    padding-top: 0;
  }
  .responsive .header .navigation .drop {
    top: initial;
    padding-top: initial;
  }
  .responsive .header .navigation > ul > li > a {
    background: initial !important;
    padding-bottom: 0 !important;
  }
  .responsive .header .secondaryNav {
    display: block;
  }
  .responsive .titleText {
    display: none;
  }
  .responsive .cols.space40 .colsWrap {
    margin-right: -10px !important;
  }
  .responsive .cols.space40 .colsWrap .col {
    padding-right: 10px !important;
  }
  .responsive .siteLinks a {
    margin-bottom: 10px;
  }
  .responsive .cols.space40.rpCols1 .colsWrap {
    margin-right: 0 !important;
  }
  .responsive .cols.space40.rpCols1 .colsWrap .col {
    padding-right: 0 !important;
  }
  .responsive .twoColRight {
    margin-right: 24em;
  }
  .responsive .twoColRight .sidebar {
    right: -1em;
  }
  .responsive .twoColLeft {
    margin-left: 24em;
  }
  .responsive .twoColLeft .sidebar {
    left: -24em;
  }
  .responsive .bannerBox .bannerList {
    margin-top: 140px;
  }
  .responsive .bannerBox .bannerList li span {
    padding: 20px 0 40px 0;
    font-size: 2em;
  }
  .responsive .newsBox .static1 .blockStatic,
  .responsive .newsBox .block .contentStatic {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .newsBox .block.textLeft .blockStatic .blockStaticWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .newsBox .blockTitle {
    font-size: 2em !important;
  }
  .responsive .newsBox .listDisplay {
    padding: 0 10px;
  }
  .responsive .newsBox .imgHeight450px .blockStatic,
  .responsive .newsBox .imgHeight450px .blockStaticWrap,
  .responsive .newsBox .imgHeight450px .verticalMiddle,
  .responsive .newsBox .imgHeight450px .verticalMiddleWrap,
  .responsive .newsBox .imgHeight450px .blockLink,
  .responsive .newsBox .imgHeight450px .image {
    height: 411px;
  }
  .responsive .newsBox .block .contentStatic {
    bottom: 1px;
  }
  .responsive .newsBox .block p.image img {
    min-height: 100%;
    transition: none;
    margin: 0 !important;
    max-width: 150%;
  }
  .responsive .newsBox .block a:hover p.image img {
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .responsive .newsBox .mainNews.yellow {
    padding-bottom: 0;
  }
  .responsive .galleryCont a {
    margin: 0 0 2% 0;
    width: 15%;
    margin-right: 2%;
  }
  .responsive .galleryCont a:nth-child(5n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 2%;
  }
  .responsive .galleryCont a:nth-child(6n) {
    margin-right: 0;
  }
  .responsive .thankYou {
    height: 800px;
  }
  .responsive .thankYou .col-xs-12 {
    height: 700px;
  }
  .responsive .siteLinks {
    padding-top: 0;
  }
  .responsive .siteLinks .col-xs-12 h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
  }
  .responsive .siteLinks p.image {
    height: auto !important;
  }
  .responsive .siteLinks a {
    margin-bottom: 1em;
  }
  .responsive .siteLinks a.mbHeight {
    height: auto !important;
  }
  .responsive .breakepoint1.cols > .colsWrap > .col,
  .responsive .breakepoint1.cols > ul > li {
    width: 33% !important;
    clear: none !important;
  }
  .responsive .breakepoint1.cols > .colsWrap > div:nth-child(3n+1).col,
  .responsive .breakepoint1.cols > ul > li:nth-child(3n+1) {
    clear: both !important;
  }
  .responsive .breakepoint1[class*="space"] > .colsWrap,
  .responsive .breakepoint1[class*="space"] > ul {
    margin-right: -20px !important;
  }
  .responsive .breakepoint1[class*="space"] > .colsWrap > .col,
  .responsive .breakepoint1[class*="space"] > ul > li {
    padding-right: 20px !important;
  }
  .responsive .vehicle i,
  .responsive .vehicle span {
    width: 40px;
  }
  .responsive .mobileMenu {
    display: block;
    z-index: 100000;
    position: fixed;
    top: 30px;
  }
  .responsive .mobileMenu .phoneAMZS {
    display: none;
  }
  .responsive .mobileMenu .phoneAMZS a {
    line-height: 30px;
    font-size: 1.2em;
  }
  .responsive .mobileMenu .phoneAMZS a span {
    padding-left: 0 !important;
  }
  .responsive .mobileMenu .phoneAMZS small {
    padding: 0 2px;
  }
  .responsive .mobileMenu .titleText {
    display: block;
    position: absolute;
    top: initial;
    float: none;
    font-size: 1.5em;
    margin-left: 117px;
    top: 9px;
    height: 24px;
    line-height: 12px;
    padding-left: 5px;
    width: 100px;
  }
  .responsive .header {
    padding-top: 30px !important;
    z-index: 10000;
  }
  .responsive .header .mobileWrap {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    /* navigation */
    /* secondary nav */
  }
  .responsive .header .mobileWrap .mobileTop {
    display: block;
  }
  .responsive .header .mobileWrap .navigation {
    position: relative;
    margin: 0 -10px;
    clear: both;
    float: none;
    padding: 0;
    display: none;
  }
  .responsive .header .mobileWrap .navigation > ul {
    padding: 55px 0 0 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li {
    float: none;
  }
  .responsive .header .mobileWrap .navigation > ul > li > a > span {
    display: block;
    position: relative;
    padding: 4px 10px 4px 32px;
  }
  .responsive .header .mobileWrap .navigation > ul > li > a > span i {
    position: absolute;
    display: block;
    top: 6px;
    left: 10px;
    border-radius: 800px;
    -moz-border-radius: 800px;
    -webkit-border-radius: 800px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: .8em;
    text-align: center;
    color: #002D62;
  }
  .responsive .header .mobileWrap .navigation > ul > li > a > span i:before {
    content: "\f105";
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) {
    background: #333333;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected a,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) a {
    color: #ffffff;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected > a > span,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) > a > span {
    color: #ffd200;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected > a > span > i,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) > a > span > i {
    background: #ffffff;
    color: #ffd200;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected > a > span > i:before,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) > a > span > i:before {
    content: "\f107";
  }
  .responsive .header .mobileWrap .navigation > ul > li:hover .drop {
    display: none;
  }
  .responsive .header .mobileWrap .navigation > ul > li:hover > a {
    padding-bottom: 0;
    background: none;
    text-decoration: none;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected .drop {
    display: block !important;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 {
    padding: 0 !important;
    float: none !important;
    width: auto !important;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 ul {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 ul li a span {
    font-size: 1.3em;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 ul li a span:before {
    content: "\f105";
    font-family: fontAwesome;
    padding: 0 12px 0 6px;
  }
  .responsive .header .mobileWrap .secondaryNav {
    position: relative;
    display: none;
    z-index: 10;
    clear: both;
    width: auto;
    margin: 0 -10px;
    border-top: 1px solid #002D62;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid {
    padding: 0;
    min-height: 10px;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul {
    border-left: 1px solid #00214D;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li {
    width: 33.33%;
    border-color: #00214D;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.myAMZS,
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart {
    position: absolute;
    bottom: -45px;
    left: 10px;
    width: auto;
    border-width: 1px;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.myAMZS a,
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart a {
    min-width: 135px;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.myAMZS a span,
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart a span {
    line-height: 2.2em;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart {
    left: 170px;
  }
  .responsive .header .mobileWrap .secondaryNav .left {
    display: none;
  }
  .responsive .header .mobileWrap .secondaryNav .right {
    float: none;
  }
  .responsive .header .mobileWrap .secondaryNav ul li {
    margin: 0 !important;
  }
  .responsive .header .mobileWrap .secondaryNav ul li a span {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 34px;
  }
  .responsive .header .mobileWrap .secondaryNav ul li .drop {
    display: none !important;
  }
  .responsive .header .mobileWrap .searchForm {
    position: relative;
    padding-top: 15px;
  }
  .responsive .header .mobileWrap .searchForm fieldset {
    margin: 0;
    border-top: 1px solid #D59314;
  }
  .responsive .header .mobileWrap .searchForm fieldset p.textType input.textType {
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding-right: 10px !important;
  }
  .responsive .header .mobileWrap .searchForm fieldset p.textType input.submitType {
    top: 4px;
  }
  .responsive .header .pageTitle {
    padding: 10px 0;
  }
  .responsive .header .pageTitle a {
    max-width: 100px;
  }
  .responsive .header .pageTitle a img {
    margin: 0;
    max-width: 60px;
  }
  .responsive .header .pageTitle .titleText {
    height: 25px;
    margin: 0 0 0 110px;
  }
  .responsive .amzsMembership {
    padding: 0 0 1px 0;
  }
  .responsive .amzsMembership .imgWrap {
    padding-top: 0;
  }
  .responsive .amzsMembership .blockTitle {
    font-size: 2.6em;
    padding: 20px 10px 0 10px;
    margin: 0;
    background: rgba(0, 45, 98, 0.7);
  }
  .responsive .amzsMembership p.description {
    padding: 10px 10px 20px 10px;
    background: rgba(0, 45, 98, 0.7);
  }
  .responsive .amzsMembership p.description br {
    display: none;
  }
  .responsive .amzsMembership .bannerList {
    margin-top: 180px;
    background: #EFEBE3;
  }
  .responsive .amzsMembership .bannerList ul {
    padding: 2em 0 5.5em 0;
  }
  .responsive .amzsMembership .bannerList ul li {
    float: none !important;
    width: auto !important;
  }
  .responsive .amzsMembership .bannerList ul li br {
    display: none;
  }
  .responsive .amzsMembership .bannerList ul li span {
    font-size: 1.6em;
    padding: 2px 0;
    background: none;
    color: #333333;
  }
  .responsive .amzsMembership div.more {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    background: #ffffff;
  }
  .responsive .amzsMembership div.more p {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    background: none;
  }
  .responsive .amzsMembership div.more p a.button.bLarge {
    position: relative;
    margin-top: -55px;
  }
  .responsive .amzsMembership div.more p a.button.bLarge span {
    font-size: 1.6em;
  }
  .responsive .amzsMembership div.more p a.extraLink {
    margin-top: 5px;
  }
  .responsive .footer {
    padding-top: 3em;
    padding-bottom: 50px;
  }
  .responsive .footer .col-xs-12 {
    margin-bottom: 20px;
    border-bottom: 1px solid #424953;
  }
  .responsive .footer .col-xs-12 address br {
    display: none;
  }
  .responsive .footer .col-xs-12 .contactDetails br {
    display: none !important;
  }
  .responsive .footer .col-xs-12 .contactDetails small {
    display: inline-block !important;
  }
  .responsive .footer .col-xs-12 .contactDetails span,
  .responsive .footer .col-xs-12 .contactDetails a {
    display: inline-block !important;
    margin: 0 !important;
  }
  .responsive .footer .copyrights {
    border: none;
    margin-top: 0;
  }
  .responsive .searchForm fieldset p.textType input.textType {
    padding-right: 10px !important;
    width: 100%;
  }
  .responsive #frontPage h2 {
    font-size: 3em !important;
  }
  .responsive #frontPage h2::before {
    width: 50% !important;
  }
  .responsive .mainSlider {
    position: relative;
    padding-top: 70px;
  }
  .responsive .mainSlider .mobileOnly {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
    width: 100%;
  }
  .responsive .mainSlider .bx-wrapper {
    margin-bottom: 0px !important;
  }
  .responsive .mainSlider ul.slider {
    margin: 0px !important;
    padding: 0px !important;
  }
  .responsive .mainSlider ul.slider li {
    margin-left: 0px !important;
    height: auto;
    margin: 0px !important;
    background-size: 100% !important;
    padding-top: 0px;
  }
  .responsive .mainSlider ul.slider li .text {
    height: auto;
    background: #00214D;
    width: 100%;
    padding: 30px 10px 50px 10px;
  }
  .responsive .mainSlider ul.slider li .text .bannerText {
    position: relative;
    top: auto;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding-left: 0px;
    transform: translate(0%, 0%);
    max-width: 100%;
  }
  .responsive .mainSlider ul.slider li .text .bannerText h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    color: #FFFFFF;
    margin-left: 0px;
    line-height: 22px !important;
    font-weight: bold;
    padding-left: 0px;
    background: none !important;
  }
  .responsive .mainSlider ul.slider li .text .bannerText p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-transform: none;
  }
  .responsive .mainSlider ul.slider li .text .bannerText .btn {
    font-size: 13px;
    padding: 15px 20px;
  }
  .responsive .mainSlider ul.slider li .overlay {
    display: none !important;
  }
  .responsive .mainSlider ul.slider li .videoBanner {
    position: relative;
    height: auto;
  }
  .responsive .mainSlider ul.slider li .videoBanner video {
    display: none !important;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText {
    height: auto;
    background: #00214D;
    width: 100%;
    padding: 30px 10px 50px 0px;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText {
    position: relative;
    top: auto;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding-left: 0px;
    transform: translate(0%, 0%);
    max-width: 100%;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    color: #FFFFFF;
    margin-left: 0px;
    line-height: 22px !important;
    font-weight: bold;
    padding-left: 0px;
    background: none !important;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText .btn {
    font-size: 13px;
    padding: 15px 20px;
  }
  .responsive .mainSlider ul.slider li .videoBanner .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .responsive .mainSlider ul.slider li.video {
    background-size: 100% !important;
  }
  .responsive .mainSlider .bannerNav {
    display: none !important;
  }
  .responsive .mainSlider .bubble-wrapper {
    text-align: left;
    bottom: 20px;
    padding-left: 10px;
  }
  .responsive .mainSlider .bubble-wrapper ul li {
    display: inline-block;
    width: auto;
    margin: 0px 2px!important;
  }
  .responsive .bannerPollList .banner {
    width: 50%;
    margin-bottom: 30px;
  }
  .responsive .infoCenter .blockTitle {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .responsive .infoCenter .blockTitle .phoneAMZS {
    margin: 0 10px;
  }
  .responsive .infoCenter .blockTitle .phoneAMZS span i {
    position: relative;
    top: -8px;
    display: inline-block;
    left: auto;
    bottom: auto;
    vertical-align: middle;
  }
  .responsive .infoCenter .blockTitle .icon {
    vertical-align: middle;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 17px;
    text-align: center;
    background: url('../../images/icons/icon_phone_amzs.png') no-repeat center center scroll #00214d;
    position: relative;
    margin: -10px 10px 0 10px;
  }
  .responsive .infoCenter p {
    margin-bottom: 10px;
  }
  .responsive .eNews h4 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .responsive .eNews .form-group input {
    padding-right: 60px;
  }
  .responsive .eNews .form-group button[type="submit"] {
    max-width: 100px;
    margin: 0 auto!important;
  }
  .responsive .eNews .errorMessage {
    display: none !important;
  }
  .responsive .partnersList .owl-nav .owl-prev {
    left: 0px;
  }
  .responsive .partnersList .owl-nav .owl-next {
    right: 0px;
  }
  form.postaniteClan .tipi .tip {
    padding: 30px 10px!important;
  }
  form.postaniteClan .tipi .tip .prices .price label {
    padding: 15px 6px!important;
  }
  html,
  body {
    height: auto;
  }
  .quizHashLogo {
    display: none;
  }
  .awardsCarousel .title {
    visibility: hidden;
  }
  .awardsCarousel .carousel-center .title {
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  /* 768px */
  #frontPage .rowWrapper {
    overflow: hidden;
  }
  .responsive {
    /* forms*/
    /* headlines */
    /* siteLinks */
    /* thank you */
    /* newsBox */
    /* product */
    /* forms */
    /* infoBox */
    /* eNews */
    /* bannerBox */
    /* amzsMagazin*/
    /* infoBox */
    /* new članstvo */
    /* novo clanstvo */
    /* wizard članstvo */
  }
  .responsive .newsDisplay {
    padding-right: 10px;
  }
  .responsive #content h1 {
    margin-bottom: 20px;
    font-size: 3.5em;
    line-height: 1.1em;
  }
  .responsive #content h2 {
    margin-bottom: 20px;
    font-size: 3.1em;
    line-height: 1.1em;
  }
  .responsive #content h3 {
    margin-bottom: 20px;
    font-size: 2.9em;
    line-height: 1.1em;
  }
  .responsive #content h4 {
    margin-bottom: 20px;
    font-size: 2.6em;
    line-height: 1.1em;
  }
  .responsive .twoColRight,
  .responsive .twoColLeft {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .responsive .twoColRight section,
  .responsive .twoColLeft section {
    float: none;
  }
  .responsive .twoColRight aside.sidebar,
  .responsive .twoColLeft aside.sidebar {
    float: none;
    width: auto;
    margin: 0;
    left: auto;
    right: auto;
    padding: 0;
  }
  .responsive .mTop {
    margin-top: 40px;
  }
  .responsive .bTop {
    padding-top: 40px;
  }
  .responsive .mBottom {
    margin-bottom: 40px;
  }
  .responsive .partners {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 40px;
  }
  .responsive .partners h3 {
    font-size: 25px;
  }
  .responsive .partners .col-lg-4::after {
    display: none;
  }
  .responsive #content fieldset input.textType,
  .responsive #content fieldset select,
  .responsive #content fieldset textarea,
  .responsive #content fieldset .sbHolder,
  .responsive #content fieldset .suggestType {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .responsive #content fieldset .inline,
  .responsive #content fieldset .newLine,
  .responsive #content fieldset span.error {
    float: none !important;
    display: block !important;
    width: 100% !important;
    padding: 6px 0 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .responsive #content fieldset label.textType,
  .responsive #content fieldset label.selectType,
  .responsive #content fieldset label.textareaType,
  .responsive #content fieldset span.label,
  .responsive #content fieldset p.label {
    display: block !important;
    float: none !important;
    padding: 0 0 5px 0 !important;
  }
  .responsive #content fieldset p.checkType .button {
    margin: 5px !important;
  }
  .responsive #content fieldset label.extraRadio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .responsive div.selectType {
    float: none;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
  .responsive div.selectType .customDropDown {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .responsive .selectInline div.selectType {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .responsive .headlines #banners {
    margin-bottom: 10px;
  }
  .responsive .headlines #banners .bx-wrapper {
    margin-bottom: 0;
  }
  .responsive .headlines .banner {
    height: auto;
  }
  .responsive .headlines .banner .bannerTitle {
    font-size: 2.8em;
    padding: .8em 10px 0 10px;
  }
  .responsive .headlines .banner .description {
    font-size: 1.6em;
    padding: 0 10px;
  }
  .responsive .headlines .banner .bannerText {
    font-size: 1.2em;
  }
  .responsive .headlines .banner .bannerBox {
    position: relative;
    padding: 10px 10px 30px 10px;
  }
  .responsive .headlines .banner .bannerBox h5 {
    display: none;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img {
    position: relative;
    margin: 20px 0 0 0;
    height: 200px;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img img {
    max-height: 200px;
  }
  .responsive .headlines .banner .contentBox {
    margin: 0;
    background: #ffd200;
  }
  .responsive .headlines .banner,
  .responsive .headlines .banner .bannerWrap .rp960Wrap,
  .responsive .headlines .banner .bannerBox {
    top: auto !important;
    bottom: auto !important;
    position: relative !important;
    height: auto !important;
  }
  .responsive .headlines .banner .col-xs-12:first-child,
  .responsive .headlines .banner .col-xs-12:last-child {
    height: auto !important;
    width: auto !important;
    float: none !important;
  }
  .responsive .headlines .banner .col-xs-12:last-child {
    border-bottom: 3px solid #00214D;
  }
  .responsive .headlines .banner .container-fluid {
    padding: 0;
  }
  .responsive .headlines .banner .container-fluid > .row {
    position: relative;
  }
  .responsive .headlines .bannerNav {
    margin: 0;
    padding: 0;
  }
  .responsive .headlines .bannerNav .tabDesign {
    padding: 0;
    margin: 0;
    height: 111px;
  }
  .responsive .headlines .bannerNav .tabDesign li {
    width: 50% !important;
    padding-bottom: 1px;
  }
  .responsive .headlines .bannerNav .tabDesign li:nth-child(2n) {
    padding-right: 0;
  }
  .responsive .headlines .bannerNav .tabDesign li a.active:before {
    background: none;
  }
  .responsive .headlines .bannerNav .tabDesign li a span {
    padding: 10px 0;
    font-size: .8em;
  }
  .responsive .siteLinks a {
    margin-bottom: 20px;
  }
  .responsive .thankYou {
    height: 700px;
  }
  .responsive .thankYou .col-xs-12 {
    height: 600px;
  }
  .responsive .newsBox .mainNews {
    padding-bottom: 0;
  }
  .responsive .newsBox .mainNews .col-sm-6:first-child {
    padding-right: 10px;
  }
  .responsive .newsBox .mainNews .col-sm-6:first-child .blockStatic,
  .responsive .newsBox .mainNews .col-sm-6:first-child .blockStaticWrap {
    height: auto;
  }
  .responsive .newsBox .mainNews .col-sm-6:last-child {
    padding-left: 10px;
  }
  .responsive .newsBox .mainNews .col-sm-6:last-child.imgHolder,
  .responsive .newsBox .mainNews .col-sm-6:last-child .image {
    height: auto;
  }
  .responsive .newsBox .mainNews .blockLink {
    position: relative;
    top: 0;
  }
  .responsive .newsBox .mainNews .blockLink .contentStatic {
    position: relative;
    top: 0;
  }
  .responsive .newsBox .mainNews p.image {
    height: auto;
  }
  .responsive .newsBox .mainNews .block {
    padding-bottom: 0;
  }
  .responsive .newsBox .firstRow .blockTitle {
    margin: 0;
    padding: 10px 0;
  }
  .responsive .newsBox .firstRow .description,
  .responsive .newsBox .firstRow .titleDescription {
    margin: 0;
    padding-bottom: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child {
    padding-left: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n+1) {
    padding-right: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n) {
    padding-left: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-3:first-child {
    padding-left: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-3:last-child {
    padding-right: 10px;
  }
  .responsive .newsBox .firstRow .image {
    display: none;
  }
  .responsive .newsBox .firstRow .block {
    padding-bottom: 1px;
  }
  .responsive .newsBox .firstRow .block .blockStatic,
  .responsive .newsBox .firstRow .block .blockLink {
    position: relative;
    bottom: initial;
    height: auto;
  }
  .responsive .newsBox .firstRow .block .blockStatic .contentStatic,
  .responsive .newsBox .firstRow .block .blockLink .contentStatic,
  .responsive .newsBox .firstRow .block .blockStatic .blockStatic,
  .responsive .newsBox .firstRow .block .blockLink .blockStatic {
    padding: 0 10px;
    position: relative;
    bottom: initial;
  }
  .responsive .newsBox .firstRow > .col-sm-6:first-child {
    padding-right: 10px;
    margin-top: 1px;
  }
  .responsive .newsBox .blockTitleSolo .blockStatic {
    position: relative;
    height: auto;
    padding: 0 10px;
  }
  .responsive .newsBox .imgHeight205px .contentStatic {
    padding: 0 10px;
  }
  .responsive .newsBox p.image img {
    max-width: 100% !important;
  }
  .responsive .newsBox .noImage .contentStatic {
    height: auto !important;
  }
  .responsive .newsBox.childrenPages .col-xs-12 {
    width: 50%;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  .responsive .newsBox.childrenPages .blockTitleSolo .blockStatic {
    position: absolute;
    height: 205px;
    padding: 10px 20px;
  }
  .responsive .newsBox.childrenPages p.image img {
    width: 100% !important;
    height: auto !important;
    min-height: initial !important;
  }
  .responsive .newsBox .block p.image img {
    min-height: initial;
    height: auto;
  }
  .responsive .hideMobileImage {
    display: none !important;
  }
  .responsive .col-xs-12 .product {
    margin-bottom: 1em;
  }
  .responsive .col-xs-12 .product .imgData a {
    padding: 10px;
  }
  .responsive .col-xs-12 .product .addToCart {
    padding-top: 0;
  }
  .responsive .col-xs-12 .product .priceData {
    border-bottom: none;
  }
  .responsive fieldset p.iconType input.textType {
    text-indent: 40px;
  }
  .responsive fieldset p.iconType i.fa {
    left: 10px;
    line-height: 40px;
  }
  .responsive .formLarge p.textType input.textType {
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .responsive .formLarge .button span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive .form-group {
    width: 100%;
    display: block;
    position: relative;
    /* checkbox */
    /* captcha */
    /* radio */
  }
  .responsive .form-group label {
    /*width: 100%;*/
    width: auto;
    display: inline-block;
    vertical-align: initial;
    padding-top: 0;
  }
  .responsive .form-group input,
  .responsive .form-group textarea,
  .responsive .form-group select {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .responsive .form-group .toolTip {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
  }
  .responsive .form-group .checkbox:first-child {
    margin-left: 0px;
  }
  .responsive .form-group .checkbox label:before {
    margin-left: -20px;
  }
  .responsive .form-group img {
    float: left;
  }
  .responsive .form-group .captcha_reload {
    margin: 12px 20px;
    font-size: 1.5em;
    float: left;
    display: block;
  }
  .responsive .form-group .captcha_reload + input {
    width: 100%;
    display: block;
    margin-top: 60px;
  }
  .responsive .form-group > button {
    margin-left: 0;
  }
  .responsive .form-group span.has-error {
    margin-left: 0 !important;
  }
  .responsive .form-group .radio label:before {
    margin-left: -20px;
  }
  .responsive .form-group button.btn,
  .responsive .form-group input.btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .responsive .form-group button.btn,
  .responsive .form-group input.btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .responsive .form-group button.btn.fileinput-remove {
    display: none;
    width: auto;
  }
  .responsive .form-group .btn-file {
    display: inline-block;
  }
  .responsive .form-group.cardSelector .toolTip {
    position: absolute;
    top: 53px;
    left: 260px;
    right: auto;
    margin-left: 0;
  }
  .responsive .categorySetup {
    background: #002D62 !important;
  }
  .responsive .infoBox {
    padding: 2.3em 0 1px 0;
  }
  .responsive .infoBox .infoBreadcrumbs {
    font-size: 2.8em;
    margin-bottom: 10px;
  }
  .responsive .infoBox .infoBreadcrumbs a.indexPage {
    width: 90px;
    height: 25px;
    background-size: 100% auto;
  }
  .responsive .eNews fieldset {
    margin-bottom: 1em;
  }
  .responsive .eNews fieldset p.textType {
    padding-top: 0;
  }
  .responsive .amzsMembership {
    background: #ffffff;
  }
  .responsive .amzsMembership .bannerList {
    margin-top: 0;
    background: #EFEBE3;
  }
  .responsive .amzsMembership .bannerList ul {
    float: right;
    width: 70%;
  }
  .responsive .amzsMembership .bannerList ul li span {
    text-align: left;
  }
  .responsive .amzsMembership p.image {
    float: left;
    width: 30%;
    display: block;
  }
  .responsive .amzsMembership .imgWrap {
    background: none !important;
  }
  .responsive .amzsMembership .blockTitle,
  .responsive .amzsMembership p.description {
    margin: 0;
    background: #ffffff;
    color: #000000;
  }
  .responsive .amzsMagazin .magazinTitle {
    height: 50px;
    width: 160px;
    background-size: 100% auto;
  }
  .responsive .infoBox {
    padding-bottom: 2em;
  }
  .responsive .infoBox.amzsListBox {
    padding-bottom: 0;
  }
  .responsive .infoBox .disclamer {
    margin-bottom: 30px;
  }
  .responsive .infoBox .infoList li {
    width: 50% !important;
    padding-bottom: 15px;
  }
  .responsive .infoBox .infoList li:nth-child(2n+1) {
    clear: both !important;
  }
  .responsive .headlines.imgOnly {
    height: auto !important;
    display: table;
  }
  .responsive.nagradnaIgra .headlines.imgOnly {
    height: 200px !important;
    display: table;
    width: 100%;
  }
  .responsive.nagradnaIgra .headlines.imgOnly .bLogo {
    max-width: 200px;
  }
  .responsive .quizCounter {
    display: table;
    float: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .responsive .boxImportant h3 {
    margin-bottom: 5px !important;
    font-size: 2.7em !important;
  }
  .responsive .boxAccordion .ui-accordion-header {
    margin-bottom: -1px !important;
    font-size: 2.3em !important;
    padding: 15px 0;
  }
  .responsive #tabs,
  .responsive .boxTabs {
    border: 1px solid #9f9f9f!important;
  }
  .responsive #tabs .tabNavigation,
  .responsive .boxTabs .tabNavigation {
    border: none !important;
    padding: 0 !important;
  }
  .responsive #tabs .tabNavigation > li,
  .responsive .boxTabs .tabNavigation > li {
    float: none;
    clear: both;
    border-bottom: 1px solid #9f9f9f;
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .responsive #tabs .tabNavigation > li > a,
  .responsive .boxTabs .tabNavigation > li > a {
    width: 100%;
    display: block;
    padding: 10px 20px!important;
    margin: 0 !important;
  }
  .responsive #tabs .tabNavigation > li.ui-state-active > a,
  .responsive .boxTabs .tabNavigation > li.ui-state-active > a {
    border: 0 !important;
    background-color: #f8f8f8 !important;
  }
  .responsive #tabs > div,
  .responsive .boxTabs > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .responsive .amzsList > .amzsListBox > #tabs.tabsExtra {
    border: none !important;
  }
  .responsive #pomembna-obvestila .road,
  .responsive #navadna-obvestila .road {
    padding: 0;
  }
  .responsive .clanstvoPoMeri .boxImportant .importantContent {
    margin-right: 200px;
  }
  .responsive .vclanjevanjeHeader .selectedPaket {
    position: relative;
    top: initial;
    right: initial;
  }
  .responsive .vclanjevanjeHeader h4 {
    margin-bottom: 28px;
  }
  .responsive .postaniteClan .clanstvoNacinPlacila .placilo {
    margin-bottom: 10px;
    display: block;
  }
  .responsive .postaniteClan .underCheckbox {
    margin: 5px 0;
  }
  .responsive .postaniteClan div.singleSelectize.selectize-control {
    margin-left: 0;
  }
  .responsive .blueHelperClanstvo {
    position: fixed;
    right: initial;
    left: 0;
    top: initial;
    width: 100%;
    z-index: 9;
    bottom: 0;
  }
  .responsive .blueHelperClanstvo .closed {
    padding: 15px 0;
    overflow: hidden;
  }
  .responsive .blueHelperClanstvo .closed p {
    text-align: left;
    padding-left: 50px;
    padding-top: 7px;
  }
  .responsive .blueHelperClanstvo .closed img {
    margin: 0 10px 0 10px;
    width: 30px;
    height: auto;
    float: left;
  }
  .responsive .blueHelperClanstvo .opened {
    padding: 15px 0;
    top: initial;
    left: 0;
    width: 100%;
    bottom: -250px;
  }
  .responsive .blueHelperClanstvo .opened a {
    margin-bottom: 15px;
    display: block;
    width: 50%;
    float: left;
  }
  .responsive .blueHelperClanstvo .opened a span {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  .responsive .blueHelperClanstvo .opened a img {
    display: block;
    margin: 0 auto 10px;
    width: 48px;
    height: auto;
  }
  .responsive .blueHelperClanstvo .opened a.mail {
    margin-bottom: 0;
  }
  .responsive .blueHelperClanstvo .opened a.close {
    background: #032f60;
    display: table;
    width: 100%;
    height: 23px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -23px;
  }
  .responsive .blueHelperClanstvo .opened a.close i {
    color: #fff;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .responsive .blueHelperClanstvo .opened a.close i.fa-angle-down {
    display: block;
  }
  .responsive .blueHelperClanstvo .opened a.close i.fa-angle-right {
    display: none;
  }
  .responsive .wizardClanstvo .step.grayBox {
    padding: 10px;
  }
  .responsive .wizardClanstvo .step h5 {
    margin-bottom: 10px;
  }
  .responsive .wizardClanstvo .step .odgovor {
    margin-bottom: 10px;
    padding: 15px;
  }
  .responsive .wizardClanstvo .step .odgovor span.label {
    display: block;
    font-size: 16px;
    color: #032f60;
    text-align: left;
    white-space: normal;
    line-height: 1.5em;
    padding: 8px 80px 0 30px;
    margin: 0;
  }
  .responsive .wizardClanstvo .step .odgovor span.circle {
    width: 18px;
    height: 18px;
    display: block;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    position: absolute;
    margin: 10px 5px 0 0;
  }
  .responsive .wizardClanstvo .step .odgovor span.circle span {
    display: none;
  }
  .responsive .wizardClanstvo .step .odgovor .imgCont {
    margin: 0;
    width: 55px;
    float: right;
  }
  .responsive .wizardClanstvo .step .odgovor .imgCont .helper {
    display: none;
  }
  .responsive .wizardClanstvo .step .odgovor .imgCont img {
    position: relative;
    display: table-row;
    margin: 0 auto;
    vertical-align: middle;
    height: 35px;
    width: auto;
  }
  .responsive .wizardClanstvo .step .slika img {
    right: 0;
    bottom: -10px;
  }
  .responsive .wizardClanstvo .step.step1 .slika img,
  .responsive .wizardClanstvo .step.step2 .slika img {
    right: 0;
    bottom: -40px;
  }
  .responsive .anketa h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .responsive table.testimonial tr td {
    display: block !important;
  }
  .responsive table.testimonial tr td:first-child {
    width: 100% !important;
  }
  .responsive table.testimonial tr td:nth-child(2) {
    padding-left: 30px;
    width: 100% !important;
  }
  .responsive table.testimonial tr td:nth-child(2)::before {
    line-height: 1;
    font-size: 60px;
    top: 7px;
    left: 0px;
  }
  .responsive table.testimonial tr td:nth-child(2) blockquote {
    font-size: 16px;
    color: #6E7885 !important;
    line-height: 22px;
  }
  .responsive table.testimonial tr td:nth-child(2) blockquote p {
    font-size: 16px;
    color: #6E7885 !important;
    line-height: 22px;
  }
  .responsive .footer .copyrights .logos,
  .responsive .footer .copyrights .logos p,
  .responsive .footer .boniteta {
    text-align: left;
  }
  .responsive .footer .copyrights .logos img {
    max-width: 50px;
  }
  .responsive #content .videoBannerOne {
    height: auto;
    min-height: 0;
  }
  .responsive #content .videoBannerOne video {
    display: none;
  }
  .responsive #content .videoBannerOne .videoText {
    position: relative;
    top: 0%;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding: 60px 0 60px 0;
    transform: translate(0%, 0%);
  }
  .responsive #content .videoBannerOne .videoText .bannerText {
    padding-right: 0px;
  }
  .responsive #content .videoBannerOne .videoText .bannerText h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .responsive #content .videoBannerOne .videoText .bannerText h1 br {
    display: none;
  }
  .responsive #content .videoBannerOne .videoText .bannerText p {
    font-size: 16px;
    line-height: 22px;
  }
  .responsive #content .videoBannerOne .videoText .bannerText .bLogo {
    max-width: 180px;
  }
  .responsive #content .videoBannerOne .sticker {
    right: 0;
    top: -10px;
    max-height: 50px;
  }
  .responsive #content .videoBannerOne .relPos {
    position: relative;
    height: auto;
    top: 0;
    width: 100%;
  }
  .responsive #content .videoBannerOne .relPos .counter {
    position: relative;
  }
  .responsive #content .videoBannerOne .relPos .counter p {
    font-size: 14px;
  }
  .responsive #content .videoBannerOne .relPos .counter #validTill {
    font-size: 16px;
  }
  .responsive #content .videoBannerOne .relPos .counter #validTill span.sec strong {
    width: auto;
  }
  .responsive #content .videoBannerOne .relPos .counter #validTill strong {
    font-size: 25px;
    margin-right: 5px;
  }
  .responsive #content .videoBannerOne .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .responsive .quizLogin .btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
  .responsive .quizRegister form label {
    top: 15px;
  }
  .responsive .quizRegister form .focused label {
    top: 0px;
  }
  .responsive .questionBox {
    padding: 25px 15px;
  }
  .responsive .questionBox h4 {
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding-bottom: 8px;
    position: relative;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .responsive .questionBox h4::before {
    width: 200px;
    height: 3px;
  }
  .responsive .questionBox label.control-label {
    font-size: 20px;
    line-height: 26px;
  }
  .responsive .questionBox .radio label {
    line-height: 22px;
  }
  .responsive .questionBox .radio label::before {
    width: 18px;
    height: 18px;
    display: block;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    position: relative;
    margin: 3px 10px 0 0;
    float: left;
    content: "";
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
  }
  .responsive .questionBox .radio.selected label::before {
    border: 1px solid #142d61;
    content: "";
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .responsive .questionBox .radio.selected label::after {
    width: 12px;
    height: 12px;
    background-color: #142d61;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    content: "";
    margin-top: -5px;
  }
  .responsive .questionBox .image {
    position: relative;
  }
  .responsive .questionBox .image img {
    top: 0%;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: relative;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .responsive .awardsList .image {
    height: auto !important;
  }
  .responsive .awardsList .desc {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto !important;
  }
  .responsive .awardsList .desc .text.pRight {
    padding-right: 0px;
  }
  .responsive .awardsList .desc .text.pLeft {
    padding-left: 0px;
  }
  .responsive .homeMap #tabs > div,
  .responsive .homeMap .boxTabs > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 641px) {
  /* res640 */
  .responsive {
    /* bannerBox */
    /* infoBox */
    /* amzsMagazin */
    /* clan kartica */
    /* percent circle */
    /* gallery */
    /* boxImportant */
  }
  .responsive .blockTitle,
  .responsive .infoCenter .blockTitle {
    font-size: 2.6em;
  }
  .responsive .homeMap .leftBox .container-fluid {
    padding-left: 20px !important;
  }
  .responsive .infoCenter .infoBox {
    padding-top: 3em;
    padding-bottom: 1em;
  }
  .responsive .infoCenter .infoBox .disclamer br {
    display: block;
  }
  .responsive .headlines {
    margin-bottom: 0 !important;
  }
  .responsive .amzsMembership .bannerList ul {
    width: 50%;
  }
  .responsive .amzsMembership p.image {
    width: 50%;
  }
  .responsive .amzsMembership div.more p {
    padding: 0 10px;
  }
  .responsive .amzsMembership div.more p a.button {
    max-width: 100%;
  }
  .responsive .infoBox p br {
    display: none;
  }
  .responsive .amzsMagazin p {
    padding: 0 10px;
  }
  .responsive #personCard .imgCont {
    width: 160px;
    height: 150px;
    display: block;
    padding: 10px 10px 10px 10px;
  }
  .responsive #personCard .desc {
    display: block;
    margin-left: 170px;
    margin-right: 170px;
  }
  .responsive #personCard .desc h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
  .responsive #personCard .controls {
    display: block;
    width: 130px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .responsive #personCard .controls p a {
    padding: 6px 10px;
  }
  .responsive #percentCircle {
    padding: 0px 20px 10px 20px;
    overflow: hidden;
  }
  .responsive #percentCircle .desc {
    margin: 0;
    margin-top: 20px;
    float: left;
  }
  .responsive #percentCircle .links {
    width: 100%;
    position: absolute;
    top: 0;
    right: initial;
    margin-left: 120px;
    left: 0;
    padding-right: 120px;
  }
  .responsive #percentCircle .links a {
    width: 45%;
    margin-right: 5%;
    float: left;
    display: block;
    margin-bottom: 10px;
  }
  .responsive .galleryCont a {
    margin: 0 0 2.5% 0;
    width: 18%;
    margin-right: 2.5%;
  }
  .responsive .galleryCont a:nth-child(6n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 2.5%;
  }
  .responsive .galleryCont a:nth-child(5n) {
    margin-right: 0;
  }
  .responsive .boxImportant {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    color: #00214D;
    background: #ffd200;
  }
  .responsive .boxImportant a {
    color: #00214D;
  }
  .responsive .boxImportant .left {
    font-size: 2.5em;
    width: 40px;
    height: 50px !important;
  }
  .responsive .boxImportant .importantContent {
    margin: 0 0 0 50px;
    padding-left: 10px;
  }
  .responsive .boxImportant .importantContent .importantTitle {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 3em;
  }
  .responsive .boxImportant .more {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 34px !important;
    margin-top: 10px;
  }
  .responsive .boxImportant .more .button {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 7px 0;
  }
  .responsive .boxImportant .more .button span {
    padding: 0;
    display: block;
  }
  .responsive .filter .form-group,
  .responsive .filter.filterIzracunStroskov .form-group {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
  .responsive .filter .form-group.pull-right {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
  .responsive .filter .form-group.pull-right .btn {
    float: none;
    width: 100%;
  }
  .responsive .clanstvoPoMeri .boxImportant .importantContent {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive .multilevelpushmenu_wrapper > .levelHolderClass {
    top: 95px;
  }
  .responsive .mobileMenu {
    display: block;
  }
  .responsive .mobileMenu .phoneAMZS {
    top: 41px;
    left: 10px !important;
    text-align: left;
  }
  .responsive .mobileMenu .phoneAMZS a {
    line-height: 1.2em;
  }
  .responsive .mobilePortalsCont {
    top: 20px;
  }
  .responsive .headlines .bannerNav .tabDesign {
    height: 107px;
  }
  .responsive .headlines .bannerNav .tabDesign li a small {
    font-size: 10px;
  }
  .responsive .testimonials .image {
    max-width: 200px;
    float: none;
    display: block;
  }
  .responsive .testimonials .testimonial.hasImg {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  /* res480 */
  .responsive {
    /* headlines */
    /* footer */
    /* clan kartica */
    /* gallery */
  }
  .responsive .footer .social p {
    text-align: left;
  }
  .responsive .bannerPollList .banner {
    width: 100%;
    margin-bottom: 30px;
  }
  .responsive .thankYou {
    height: 600px;
  }
  .responsive .thankYou .col-xs-12 {
    height: 500px;
  }
  .responsive .headlines .banner .bannerBox {
    padding: 0 10px 30px 10px;
  }
  .responsive .headlines .banner .description {
    margin-bottom: .5em;
  }
  .responsive .headlines .banner .extra .cols2 .col,
  .responsive .headlines .banner .extra .cols3-1 .col {
    float: none !important;
    width: auto !important;
    padding-top: 15px;
  }
  .responsive .footer .col:nth-child(n).extra1 {
    width: auto !important;
    float: none !important;
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .responsive .footer .col:nth-child(n).extra1.emptyTitle h5 {
    display: none !important;
  }
  .responsive .footer .col:nth-child(n).extra1 ul {
    margin: 0;
  }
  .responsive .footer .col:nth-child(n).extra1last {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ffffff !important;
  }
  .responsive .siteLinks,
  .responsive .amzsShop {
    padding: 0;
  }
  .responsive .amzsList ul.ui-tabs-nav li {
    min-width: 140px;
  }
  .responsive #personCard .imgCont {
    width: 160px;
    height: 150px;
    display: block;
    padding: 10px 10px 10px 10px;
  }
  .responsive #personCard .desc {
    display: block;
    margin-left: 170px;
    margin-right: 1px;
  }
  .responsive #personCard .desc h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
  .responsive #personCard .desc p {
    line-height: 1.4em;
  }
  .responsive #personCard .controls {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    right: initial;
  }
  .responsive #personCard .controls p {
    width: 30%;
    float: left;
    margin-right: 3%;
    display: block;
  }
  .responsive #personCard .controls p a {
    padding: 6px 2px;
  }
  .responsive .galleryCont a {
    margin: 0 0 2.66% 0;
    width: 23%;
    margin-right: 2.66%;
  }
  .responsive .galleryCont a:nth-child(5n),
  .responsive .galleryCont a:nth-child(6n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 2.66%;
  }
  .responsive .galleryCont a:nth-child(4n) {
    margin-right: 0;
  }
  .responsive .newsBox.childrenPages .col-xs-12 {
    width: 100%;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 1px;
    margin-bottom: 0;
  }
  .responsive .newsBox.childrenPages .blockStatic {
    height: auto;
    position: relative;
    padding: 0 10px;
  }
  .responsive .newsBox.childrenPages .blockTitleSolo .image {
    display: none;
  }
  .responsive .newsBox.childrenPages .blockTitleSolo .blockStatic {
    position: relative;
    height: auto;
    padding: 0 10px;
  }
  .responsive .btnPrijava {
    padding: 6px 10px;
  }
  .responsive #tabs.centerTabs .ui-tabs-nav li,
  .responsive .boxTabs.centerTabs .ui-tabs-nav li {
    min-width: 110px !important;
  }
  .responsive .awardsCarousel #awardsCarousel {
    height: 350px;
    position: relative;
    width: 220px;
    margin: 0 auto;
  }
  .responsive .awardsCarousel #awardsCarousel .slide {
    margin-left: -20px;
  }
  .responsive .awardsCarousel #awardsCarousel .sticker {
    margin-left: -35px;
    z-index: 10;
  }
  .responsive .awardsCarousel #awardsCarousel .title {
    width: 100%;
    z-index: 10;
    -ms-transform: translate(-40%, 0%);
    -webkit-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
  }
}
@media only screen and (max-width: 400px) {
  .responsive {
    overflow-x: hidden;
  }
  .responsive .headlines .banner {
    height: auto;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img {
    margin: 20px 0 0 0;
    height: 160px;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img img {
    max-height: 170px;
  }
}
@media only screen and (max-width: 360px) {
  .responsive {
    /* gallery */
  }
  .responsive .mobileMenu .phoneAMZS .fa {
    display: none;
  }
  .responsive .headlines.imgOnly {
    height: 160px !important;
  }
  .responsive .galleryCont a {
    margin: 0 0 3.5% 0;
    width: 31%;
    margin-right: 3.5%;
  }
  .responsive .galleryCont a:nth-child(4n),
  .responsive .galleryCont a:nth-child(5n),
  .responsive .galleryCont a:nth-child(6n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 3.5%;
  }
  .responsive .galleryCont a:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .responsive {
    /* product blocks rp */
    /* rpCols1, rpCols2 */
    /* rpCols2 */
    /* rpCols4 */
    /* rpCols5 */
    /* rpCols6 */
  }
  .responsive .blockGrid.cols.rpCols1 > .colsWrap,
  .responsive .blockGrid.cols.rpCols1 > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .responsive .blockGrid.cols.rpCols1 > .colsWrap > .col,
  .responsive .blockGrid.cols.rpCols1 > ul > li {
    width: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .responsive .blockGrid.cols3.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols3.rpCols2 > ul > li,
  .responsive .blockGrid.cols4.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols4.rpCols2 > ul > li,
  .responsive .blockGrid.cols5.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols2 > ul > li,
  .responsive .blockGrid.cols6.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols6.rpCols2 > ul > li {
    width: 50% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols3.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols3.rpCols2 > ul > li:nth-child(2n+1),
  .responsive .blockGrid.cols4.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols4.rpCols2 > ul > li:nth-child(2n+1),
  .responsive .blockGrid.cols5.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols5.rpCols2 > ul > li:nth-child(2n+1),
  .responsive .blockGrid.cols6.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols6.rpCols2 > ul > li:nth-child(2n+1) {
    clear: both !important;
  }
  .responsive .blockGrid.cols4.rpCols3 > .colsWrap > .col,
  .responsive .blockGrid.cols4.rpCols3 > ul > li,
  .responsive .blockGrid.cols5.rpCols3 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols3 > ul > li,
  .responsive .blockGrid.cols6.rpCols3 > .colsWrap > .col,
  .responsive .blockGrid.cols6.rpCols3 > ul > li {
    width: 33.33% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols4.rpCols3 > .colsWrap > div:nth-child(3n+1).col,
  .responsive .blockGrid.cols4.rpCols3 > ul > li:nth-child(3n+1),
  .responsive .blockGrid.cols5.rpCols3 > .colsWrap > div:nth-child(3n+1).col,
  .responsive .blockGrid.cols5.rpCols3 > ul > li:nth-child(3n+1),
  .responsive .blockGrid.cols6.rpCols3 > .colsWrap > div:nth-child(3n+1).col,
  .responsive .blockGrid.cols6.rpCols3 > ul > li:nth-child(3n+1) {
    clear: both !important;
  }
  .responsive .blockGrid.cols5.rpCols4 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols4 > ul > li,
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > .col,
  .responsive .blockGrid.cols6.rpCols4 > ul > li {
    width: 25% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols5.rpCols4 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols5.rpCols4 > ul > li:nth-child(4n+1),
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols6.rpCols4 > ul > li:nth-child(4n+1) {
    clear: both !important;
  }
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols5 > ul > li {
    width: 20% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols5.rpCols5 > ul > li:nth-child(5n+1) {
    clear: both !important;
  }
}
.rpCols1 .block .blockLink {
  position: relative;
}
/* button colors */
/* button icons */
/* button setings */
/* buttonTextDecoration : prime hover active */
/* buttonShadow */
/* buttonShadow gradient fill */
/* buttonShapes: width height line-height */
/* buttonSizes: */
/* buttonSizes : paddingtop:right:bottom:left font-style font-weight font-size line-height font-family border-radius;*/
/* button icons width */
/* buttons generator -------------------------------------------------------------------------------------- */
.button1 {
  background-color: #002d62;
  border-color: #00162f;
}
.button1:hover {
  background-color: #00397c;
  border-color: #002858;
}
.button1:hover span {
  text-shadow: 1px 1px #002b5d;
}
.button1:active {
  background-color: #002149;
  border-color: #002d62;
}
.button1:active span {
  text-shadow: -1px -1px #002b5d;
}
span.button1:hover,
span.button1:active {
  background-color: #002d62 !important;
}
.button1 span {
  color: #ffffff;
  text-shadow: 1px 1px #002b5d;
}
input.button1[type="submit"],
input.button1[type="button"] {
  color: #ffffff;
  text-shadow: 1px 1px #002b5d;
}
.button2 {
  background-color: #ababab;
  border-color: #929292;
}
.button2:hover {
  background-color: #b8b8b8;
  border-color: #a6a6a6;
}
.button2:hover span {
  text-shadow: 1px 1px #a8a8a8;
}
.button2:active {
  background-color: #9e9e9e;
  border-color: #ababab;
}
.button2:active span {
  text-shadow: -1px -1px #a8a8a8;
}
span.button2:hover,
span.button2:active {
  background-color: #ababab !important;
}
.button2 span {
  color: #002d62;
  text-shadow: 1px 1px #a8a8a8;
}
input.button2[type="submit"],
input.button2[type="button"] {
  color: #002d62;
  text-shadow: 1px 1px #a8a8a8;
}
.button3 {
  background-color: #eaaa0a;
  border-color: #b98608;
}
.button3:hover {
  background-color: #f5b618;
  border-color: #e0a30a;
}
.button3:hover span {
  text-shadow: 1px 1px #e5a60a;
}
.button3:active {
  background-color: #d29809;
  border-color: #eaaa0a;
}
.button3:active span {
  text-shadow: -1px -1px #e5a60a;
}
span.button3:hover,
span.button3:active {
  background-color: #eaaa0a !important;
}
.button3 span {
  color: #333333;
  text-shadow: 1px 1px #e5a60a;
}
input.button3[type="submit"],
input.button3[type="button"] {
  color: #333333;
  text-shadow: 1px 1px #e5a60a;
}
.button4 {
  background-color: #ffd200;
  border-color: #cca800;
}
.button4:hover {
  background-color: #ffd61a;
  border-color: #f5ca00;
}
.button4:hover span {
  text-shadow: 1px 1px #face00;
}
.button4:active {
  background-color: #e6bd00;
  border-color: #ffd200;
}
.button4:active span {
  text-shadow: -1px -1px #face00;
}
span.button4:hover,
span.button4:active {
  background-color: #ffd200 !important;
}
.button4 span {
  color: #002d62;
  text-shadow: 1px 1px #face00;
}
input.button4[type="submit"],
input.button4[type="button"] {
  color: #002d62;
  text-shadow: 1px 1px #face00;
}
.button5 {
  background-color: #dfdfdf;
  border-color: #c6c6c6;
}
.button5:hover {
  background-color: #ececec;
  border-color: #dadada;
}
.button5:hover span {
  text-shadow: 1px 1px #dcdcdc;
}
.button5:active {
  background-color: #d2d2d2;
  border-color: #dfdfdf;
}
.button5:active span {
  text-shadow: -1px -1px #dcdcdc;
}
span.button5:hover,
span.button5:active {
  background-color: #dfdfdf !important;
}
.button5 span {
  color: #002d62;
  text-shadow: 1px 1px #dcdcdc;
}
input.button5[type="submit"],
input.button5[type="button"] {
  color: #002d62;
  text-shadow: 1px 1px #dcdcdc;
}
.button6 {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.button6:hover {
  background-color: #ffffff;
  border-color: #fafafa;
}
.button6:hover span {
  text-shadow: 1px 1px #fcfcfc;
}
.button6:active {
  background-color: #f2f2f2;
  border-color: #ffffff;
}
.button6:active span {
  text-shadow: -1px -1px #fcfcfc;
}
span.button6:hover,
span.button6:active {
  background-color: #ffffff !important;
}
.button6 span {
  color: #002d62;
  text-shadow: 1px 1px #fcfcfc;
}
input.button6[type="submit"],
input.button6[type="button"] {
  color: #002d62;
  text-shadow: 1px 1px #fcfcfc;
}
.button7 {
  background-color: #022242;
  border-color: #010811;
}
.button7:hover {
  background-color: #032f5b;
  border-color: #021d38;
}
.button7:hover span {
  text-shadow: 1px 1px #021f3d;
}
.button7:active {
  background-color: #011529;
  border-color: #022242;
}
.button7:active span {
  text-shadow: -1px -1px #021f3d;
}
span.button7:hover,
span.button7:active {
  background-color: #022242 !important;
}
.button7 span {
  color: #ffffff;
  text-shadow: 1px 1px #021f3d;
}
input.button7[type="submit"],
input.button7[type="button"] {
  color: #ffffff;
  text-shadow: 1px 1px #021f3d;
}
.button {
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  border-width: 0;
  text-decoration: none;
  border-style: solid;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.button,
.button span {
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
.button:active {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.button span,
input.button[type="submit"],
input.button[type="button"] {
  padding: 7px 28px 7px 28px;
  text-transform: none;
  font: normal normal 16px/20px proxima, Arial, serif;
}
.button.bRound {
  text-align: center;
}
.button.bRound,
.button.bRound span {
  border-radius: 800px !important;
  -moz-border-radius: 800px !important;
  -webkit-border-radius: 800px !important;
}
.button.bRound span {
  padding: 0 !important;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.button.bRound span img {
  display: block;
}
.button.bRound.bBig span {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.button.bRound.bSmall span {
  width: 39px;
  height: 39px;
  line-height: 39px;
}
.button.bRound.bLarge span {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.button.disabled {
  background-color: #d3d3d3 !important;
  border-color: #bababa !important;
}
.button.disabled span,
input.button.disabled[type="submit"].button.disabled,
input.button.disabled[type="button"].button.disabled {
  cursor: not-allowed;
  color: #ffffff !important;
  text-shadow: none !important;
}
.button.b100,
.button.b100 span {
  display: block;
  text-align: center;
}
.button.b100.submitType {
  width: 100%;
}
.button.bIcon span {
  background-repeat: no-repeat;
}
.button.iconBefore span {
  background-position: 0 50%;
}
.button.iconAfter span {
  background-position: 100% 50%;
}
.button.fontIcon span {
  padding-left: 0 !important;
}
.button.fontIcon span .fa {
  text-align: center;
  margin: 0 0 0 5px;
}
.button.fontIconRight span {
  padding-right: 0 !important;
}
.button.fontIconRight span .fa {
  text-align: center;
  margin: 0 5px 0 0;
}
.button.bLarge {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.button.bLarge span,
.button.bLarge.submitType {
  padding: 14px 40px 14px 40px;
  font: normal normal 32px/36px proxima, Arial, serif;
}
.button.bLarge.iconBefore,
.button.iconBefore {
  padding-left: 40px;
}
.button.bLarge.iconBefore span,
.button.iconBefore span {
  padding-left: 54px !important;
}
.button.bLarge.iconAfter,
.button.iconAfter {
  padding-right: 40px;
}
.button.bLarge.iconAfter span,
.button.iconAfter span {
  padding-right: 54px !important;
}
.button.fontIcon .fa,
.button.fontIconRight .fa {
  width: 28px;
}
.button.bLarge.fontIcon .fa,
.button.bLarge.fontIconRight .fa {
  width: 40px;
}
.button.bBig {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.button.bBig span,
.button.bBig.submitType {
  padding: 12px 30px 11px 30px;
  font: normal normal 16px/20px proxima, Arial, serif;
}
.button.bBig.iconBefore,
.button.iconBefore {
  padding-left: 30px;
}
.button.bBig.iconBefore span,
.button.iconBefore span {
  padding-left: 44px !important;
}
.button.bBig.iconAfter,
.button.iconAfter {
  padding-right: 30px;
}
.button.bBig.iconAfter span,
.button.iconAfter span {
  padding-right: 44px !important;
}
.button.fontIcon .fa,
.button.fontIconRight .fa {
  width: 28px;
}
.button.bBig.fontIcon .fa,
.button.bBig.fontIconRight .fa {
  width: 30px;
}
.button.bSmall {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.button.bSmall span,
.button.bSmall.submitType {
  padding: 3px 10px 3px 10px;
  font: normal normal 14px/18px proxima, Arial, serif;
}
.button.bSmall.iconBefore,
.button.iconBefore {
  padding-left: 10px;
}
.button.bSmall.iconBefore span,
.button.iconBefore span {
  padding-left: 24px !important;
}
.button.bSmall.iconAfter,
.button.iconAfter {
  padding-right: 10px;
}
.button.bSmall.iconAfter span,
.button.iconAfter span {
  padding-right: 24px !important;
}
.button.fontIcon .fa,
.button.fontIconRight .fa {
  width: 28px;
}
.button.bSmall.fontIcon .fa,
.button.bSmall.fontIconRight .fa {
  width: 10px;
}
/* buttons round */
.button.bRound {
  overflow: hidden;
  white-space: nowrap;
}
/* buttons gradients */
.bShadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/* button gradient generator */
.button.gradient.g1 {
  background: #002d62;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #004495 0%, #002d62 50%, #00162f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004495), color-stop(50%, #002d62), color-stop(100%, #00162f));
  background: -webkit-linear-gradient(top, #004495 0%, #002d62 50%, #00162f 100%);
  background: -o-linear-gradient(top, #004495 0%, #002d62 50%, #00162f 100%);
  background: -ms-linear-gradient(top, #004495 0%, #002d62 50%, #00162f 100%);
  background: linear-gradient(to bottom, #004495 0%, #002d62 50%, #00162f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004495, endColorstr=#00162f, GradientType=0);
  border-color: #00162f;
  text-shadow: 1px 1px #002149;
}
.button:hover.gradient.g1 {
  background: #002149;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #00162f 0%, #002149 50%, #0050af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00162f), color-stop(50%, #002149), color-stop(100%, #0050af));
  background: -webkit-linear-gradient(top, #00162f 0%, #002149 50%, #0050af 100%);
  background: -o-linear-gradient(top, #00162f 0%, #002149 50%, #0050af 100%);
  background: -ms-linear-gradient(top, #00162f 0%, #002149 50%, #0050af 100%);
  background: linear-gradient(to bottom, #00162f 0%, #002149 50%, #0050af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00162f, endColorstr=#0050af, GradientType=0);
  border-color: #002d62;
  text-shadow: 1px 1px #002d62;
}
.button:active.gradient.g1 {
  background: #0050af;
  border-color: #000000;
  text-shadow: -1px -1px #000000;
}
.button.gradient.g2 {
  background: #ababab;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #c4c4c4 0%, #ababab 50%, #929292 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c4c4), color-stop(50%, #ababab), color-stop(100%, #929292));
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #ababab 50%, #929292 100%);
  background: -o-linear-gradient(top, #c4c4c4 0%, #ababab 50%, #929292 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0%, #ababab 50%, #929292 100%);
  background: linear-gradient(to bottom, #c4c4c4 0%, #ababab 50%, #929292 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4c4c4, endColorstr=#929292, GradientType=0);
  border-color: #929292;
  text-shadow: 1px 1px #9e9e9e;
}
.button:hover.gradient.g2 {
  background: #9e9e9e;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #929292 0%, #9e9e9e 50%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(50%, #9e9e9e), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #929292 0%, #9e9e9e 50%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #929292 0%, #9e9e9e 50%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #929292 0%, #9e9e9e 50%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #929292 0%, #9e9e9e 50%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#929292, endColorstr=#d1d1d1, GradientType=0);
  border-color: #ababab;
  text-shadow: 1px 1px #ababab;
}
.button:active.gradient.g2 {
  background: #d1d1d1;
  border-color: #787878;
  text-shadow: -1px -1px #787878;
}
.button.gradient.g3 {
  background: #eaaa0a;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #f6be31 0%, #eaaa0a 50%, #b98608 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6be31), color-stop(50%, #eaaa0a), color-stop(100%, #b98608));
  background: -webkit-linear-gradient(top, #f6be31 0%, #eaaa0a 50%, #b98608 100%);
  background: -o-linear-gradient(top, #f6be31 0%, #eaaa0a 50%, #b98608 100%);
  background: -ms-linear-gradient(top, #f6be31 0%, #eaaa0a 50%, #b98608 100%);
  background: linear-gradient(to bottom, #f6be31 0%, #eaaa0a 50%, #b98608 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6be31, endColorstr=#b98608, GradientType=0);
  border-color: #b98608;
  text-shadow: 1px 1px #d29809;
}
.button:hover.gradient.g3 {
  background: #d29809;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #b98608 0%, #d29809 50%, #f7c649 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b98608), color-stop(50%, #d29809), color-stop(100%, #f7c649));
  background: -webkit-linear-gradient(top, #b98608 0%, #d29809 50%, #f7c649 100%);
  background: -o-linear-gradient(top, #b98608 0%, #d29809 50%, #f7c649 100%);
  background: -ms-linear-gradient(top, #b98608 0%, #d29809 50%, #f7c649 100%);
  background: linear-gradient(to bottom, #b98608 0%, #d29809 50%, #f7c649 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b98608, endColorstr=#f7c649, GradientType=0);
  border-color: #eaaa0a;
  text-shadow: 1px 1px #eaaa0a;
}
.button:active.gradient.g3 {
  background: #f7c649;
  border-color: #886306;
  text-shadow: -1px -1px #886306;
}
.button.gradient.g4 {
  background: #ffd200;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #ffdb33 0%, #ffd200 50%, #cca800 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdb33), color-stop(50%, #ffd200), color-stop(100%, #cca800));
  background: -webkit-linear-gradient(top, #ffdb33 0%, #ffd200 50%, #cca800 100%);
  background: -o-linear-gradient(top, #ffdb33 0%, #ffd200 50%, #cca800 100%);
  background: -ms-linear-gradient(top, #ffdb33 0%, #ffd200 50%, #cca800 100%);
  background: linear-gradient(to bottom, #ffdb33 0%, #ffd200 50%, #cca800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdb33, endColorstr=#cca800, GradientType=0);
  border-color: #cca800;
  text-shadow: 1px 1px #e6bd00;
}
.button:hover.gradient.g4 {
  background: #e6bd00;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #cca800 0%, #e6bd00 50%, #ffdf4d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cca800), color-stop(50%, #e6bd00), color-stop(100%, #ffdf4d));
  background: -webkit-linear-gradient(top, #cca800 0%, #e6bd00 50%, #ffdf4d 100%);
  background: -o-linear-gradient(top, #cca800 0%, #e6bd00 50%, #ffdf4d 100%);
  background: -ms-linear-gradient(top, #cca800 0%, #e6bd00 50%, #ffdf4d 100%);
  background: linear-gradient(to bottom, #cca800 0%, #e6bd00 50%, #ffdf4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cca800, endColorstr=#ffdf4d, GradientType=0);
  border-color: #ffd200;
  text-shadow: 1px 1px #ffd200;
}
.button:active.gradient.g4 {
  background: #ffdf4d;
  border-color: #997e00;
  text-shadow: -1px -1px #997e00;
}
.button.gradient.g5 {
  background: #dfdfdf;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dfdfdf 50%, #c6c6c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(50%, #dfdfdf), color-stop(100%, #c6c6c6));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dfdfdf 50%, #c6c6c6 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #dfdfdf 50%, #c6c6c6 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #dfdfdf 50%, #c6c6c6 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #dfdfdf 50%, #c6c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#c6c6c6, GradientType=0);
  border-color: #c6c6c6;
  text-shadow: 1px 1px #d2d2d2;
}
.button:hover.gradient.g5 {
  background: #d2d2d2;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #c6c6c6 0%, #d2d2d2 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(50%, #d2d2d2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #c6c6c6 0%, #d2d2d2 50%, #ffffff 100%);
  background: -o-linear-gradient(top, #c6c6c6 0%, #d2d2d2 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, #c6c6c6 0%, #d2d2d2 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #c6c6c6 0%, #d2d2d2 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c6c6c6, endColorstr=#ffffff, GradientType=0);
  border-color: #dfdfdf;
  text-shadow: 1px 1px #dfdfdf;
}
.button:active.gradient.g5 {
  background: #ffffff;
  border-color: #acacac;
  text-shadow: -1px -1px #acacac;
}
.button.gradient.g6 {
  background: #ffffff;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
  border-color: #e6e6e6;
  text-shadow: 1px 1px #f2f2f2;
}
.button:hover.gradient.g6 {
  background: #f2f2f2;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #f2f2f2 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(50%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f2f2f2 50%, #ffffff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #f2f2f2 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #f2f2f2 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #f2f2f2 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e6e6, endColorstr=#ffffff, GradientType=0);
  border-color: #ffffff;
  text-shadow: 1px 1px #ffffff;
}
.button:active.gradient.g6 {
  background: #ffffff;
  border-color: #cccccc;
  text-shadow: -1px -1px #cccccc;
}
.button.gradient.g7 {
  background: #022242;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #043b74 0%, #022242 50%, #010811 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #043b74), color-stop(50%, #022242), color-stop(100%, #010811));
  background: -webkit-linear-gradient(top, #043b74 0%, #022242 50%, #010811 100%);
  background: -o-linear-gradient(top, #043b74 0%, #022242 50%, #010811 100%);
  background: -ms-linear-gradient(top, #043b74 0%, #022242 50%, #010811 100%);
  background: linear-gradient(to bottom, #043b74 0%, #022242 50%, #010811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#043b74, endColorstr=#010811, GradientType=0);
  border-color: #010811;
  text-shadow: 1px 1px #011529;
}
.button:hover.gradient.g7 {
  background: #011529;
  background: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background: -moz-linear-gradient(top, #010811 0%, #011529 50%, #04488c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #010811), color-stop(50%, #011529), color-stop(100%, #04488c));
  background: -webkit-linear-gradient(top, #010811 0%, #011529 50%, #04488c 100%);
  background: -o-linear-gradient(top, #010811 0%, #011529 50%, #04488c 100%);
  background: -ms-linear-gradient(top, #010811 0%, #011529 50%, #04488c 100%);
  background: linear-gradient(to bottom, #010811 0%, #011529 50%, #04488c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#010811, endColorstr=#04488c, GradientType=0);
  border-color: #022242;
  text-shadow: 1px 1px #022242;
}
.button:active.gradient.g7 {
  background: #04488c;
  border-color: #000000;
  text-shadow: -1px -1px #000000;
}
/* icons generator */
.button.icon.bLarge {
  padding: 0;
  line-height: 1px;
}
.button.icon.bLarge span {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.button.icon.bLarge {
  padding: 0;
  line-height: 1px;
}
.button.icon.bLarge span {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.button.icon.bLarge {
  padding: 0;
  line-height: 1px;
}
.button.icon.bLarge span {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.icon {
  padding: 0;
  line-height: 1px;
}
.icon.button,
.icon.button span {
  padding: 0 !important;
}
.icon span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.button.icondelete span {
  background-image: url('../../images/icons/icon_delete.png');
}
/* faIcon */
.faIcon .fa {
  vertical-align: middle;
}
.iconInline .fa {
  padding-left: 5px;
}
/* 
company : Creatim RP
url: http://www.creatim.com
*/
body {
  -ms-overflow-style: scrollbar;
}
.content ul li {
  list-style-type: disc;
  padding-left: 0;
  margin-left: 20px;
}
.content ul li ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.content ul.iconsList {
  list-style-type: none;
}
.content ul.iconsList li {
  padding-left: 60px;
  position: relative;
  background: none;
  margin-left: 0px;
  color: #6E7885;
  font-size: 19px;
  line-height: 27px;
  list-style-type: none;
  margin-bottom: 40px;
}
.content ul.iconsList li span {
  position: absolute;
  height: 47px;
  line-height: 47px;
  width: 47px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  background: #00214D;
  left: 0;
  top: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding-left: 5px;
}
.content ol li {
  list-style-type: decimal;
  padding-left: 0;
  margin-left: 20px;
}
h2 {
  font-size: 3.8em;
  position: relative;
}
h4.level {
  position: relative;
  padding-top: 0px;
  margin-top: 20px;
  padding-right: 100px;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #00214D;
}
h4.level::after {
  font-family: FontAwesome;
  color: #F5A623;
  content: "\f005\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
  position: absolute;
  top: 0px;
  right: 0px;
}
h4.level.oneStar::after {
  content: "\f005\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
}
h4.level.twoStar::after {
  content: "\f005\00a0\f005\00a0\f006\00a0\f006\00a0\f006";
}
h4.level.threeStar::after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f006\00a0\f006";
}
h4.level.fourStar::after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f006";
}
h4.level.fiveStar::after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}
.feature {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #130015;
}
.feature::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "+";
  font-size: 24px;
}
.feature.minus::before {
  content: "-" !important;
}
#frontPage h2 {
  font-size: 3.2em;
  position: relative;
  padding-bottom: 10px;
}
#frontPage h2::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 33.3%;
  height: 3px;
  background: url('../../images/title.png') no-repeat right bottom;
}
h3 {
  font-size: 3.2em;
}
h4 {
  font-size: 2.8em;
  padding: 0.5em 0 0.2em;
  margin-bottom: 1em;
  border-bottom: 3px solid #333;
}
/*h4.relatedNewsTitle { padding:0.5em 0 0.2em; margin-bottom:1em; border-bottom: 3px solid #333; }*/
h5 {
  font-size: 2.6em;
}
table td p {
  padding: 0;
}
table th,
table td p {
  margin: 0;
}
.content > .row > div > ul:not([class]) > li:not([class]),
.content .accordionWrap > ul:not([class]) > li:not([class]) {
  list-style-type: none !important;
  margin-left: 0;
}
.content > .row > div > ul:not([class]) > li:not([class]):before,
.content .accordionWrap > ul:not([class]) > li:not([class]):before {
  content: "•";
  font-size: 170%;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
section.content > .row > div[class^='col-sm-'] > a {
  font-size: 1.6em;
  margin: 0 0 1.5em;
  display: inline-block;
}
.bgBlue {
  background-color: #00214d;
}
.bgYellow {
  background-color: #ffd200;
}
.bgGray {
  background-color: #f8f8f8;
}
.bgGrayDark {
  background-color: #EFF0F2;
}
.bgWhite {
  background-color: #fff;
}
/* header */
.header {
  position: relative;
  background: #ffd200;
}
.header #strapline,
.header .brand,
.header .fn,
.header .forScreenReaders {
  display: none;
}
.header .headerWrap {
  background: #ffd200;
}
.header {
  padding-top: 32px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 62px;
  padding-top: 0 !important;
}
.sticky .pageTitle {
  padding: 15px 0;
}
.sticky .pageTitle a img {
  margin-bottom: -10px;
  max-width: 80px;
  margin-top: -2px;
}
.sticky .navigation {
  padding-top: 19px;
  /*.fa-angle-down { display: none!important; }*/
}
.sticky .navigation .drop {
  top: 3px;
  padding-top: 0;
}
.sticky .navigation .dropMulti .drop {
  top: 23px;
}
.sticky .navigation > ul > li > a {
  background: none !important;
  padding-bottom: 21px !important;
}
.sticky .secondaryNav {
  display: none;
}
.sticky .titleText {
  height: 35px;
}
/* pageTitle */
.pageTitle {
  float: left;
  margin: 0;
  padding: 30px 0;
  font-size: 1em;
}
.pageTitle a {
  display: block;
  max-width: 140px;
  position: relative;
}
.pageTitle a img {
  display: block;
  margin-bottom: -15px;
  margin-top: -15px;
}
.pageTitle a span {
  display: none;
}
.titleText {
  color: #00214d;
  display: table !important;
  vertical-align: middle;
  float: left;
  display: inline-block;
  margin: 0 0 0 145px;
  border-left: 1px solid #00214d;
  padding-left: 10px;
  position: absolute;
  top: 0;
  height: 58px;
  line-height: 16px;
  font-weight: bold;
  width: 125px;
}
.titleText span {
  vertical-align: middle;
  display: table-cell !important;
}
.portal-5 .titleText {
  width: 120px;
}
/* header main navigation */
/* header drop navigation */
/* navigation */
.navigation {
  float: right;
  padding: 34px 0 0 0;
  margin: 0;
  background: none;
  /* navigation drop */
}
.navigation > ul > li {
  position: static;
}
.navigation > ul > li.selected > a {
  color: #00214d;
  text-decoration: underline;
}
.navigation > ul > li.dropSingle:hover > a {
  background: url('../../images/icons/icon_arrow_navigation.png') no-repeat center bottom scroll transparent;
}
.navigation > ul > li:hover > a {
  color: #00214d;
  text-decoration: underline;
  padding-bottom: 35px;
}
.navigation > ul > li > a {
  color: #00214d;
  min-width: 10px;
  border: none;
}
.navigation > ul > li > a:active {
  color: #000000;
  background: none;
}
.navigation > ul > li > a > span {
  padding: 0 15px;
  margin: 0;
  font-size: 1.6em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.4em;
}
.navigation .drop {
  min-width: 100%;
  padding-top: 40px;
  bottom: 0px;
}
.navigation .drop .dropWrap {
  top: 39px;
  background: #333333;
  padding: 17px 0 5px 0;
}
.navigation .drop .dropWrap ul li {
  float: none;
}
.navigation .drop .dropWrap ul li a {
  color: #ffffff;
  min-width: 100%;
  background: none;
  border: none;
}
.navigation .drop .dropWrap ul li a:hover {
  color: #ffffff;
  background: none;
}
.navigation .drop .dropWrap ul li a:active {
  color: #000000;
  background: none;
}
.navigation .drop .dropWrap ul li a span {
  padding: 4px 0 3px 0;
  margin: 0;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2em;
}
.navigation .drop .dropWrap ul li.selected a {
  color: #ffd200;
}
.navigation .dropMulti .dropWrap {
  padding: 35px 0 25px;
}
.navigation .dropMulti .ctaBox {
  text-align: center;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 25px;
}
.navigation .dropMulti .ctaBox.border {
  border-left: 1px solid #646464;
}
.navigation .dropMulti .ctaBox img {
  max-height: 32px;
}
.navigation .dropMulti .ctaBox h3 {
  color: #fff;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navigation .dropMulti .ctaBox .button {
  width: auto;
  display: inline-block !important;
  line-height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.navigation .dropMulti .ctaBox .button:hover {
  background: #f1f1f1;
}
.navigation ul li.dropSingle {
  position: relative;
}
.navigation ul li.dropSingle ul li a {
  padding: 0 30px 0 15px;
  white-space: nowrap;
}
.navigation ul li.dropSingle .dropWrap {
  top: 40px;
}
/* secondaryNav */
/* secondaryNav links */
/* secondaryNav drop links */
/* header drop navigation */
.secondaryNav {
  background: #00214D;
  /* navigation drop */
}
.secondaryNav .container-fluid {
  min-height: 32px;
  background: none;
}
.secondaryNav .container-fluid ul {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
}
.secondaryNav .container-fluid ul li {
  margin-left: 1px;
}
.secondaryNav .container-fluid ul li.amzsLink {
  /*margin-right : 6px;*/
}
.secondaryNav .container-fluid ul li.amzsLink a span {
  padding: 0 5px;
}
.secondaryNav .container-fluid ul li a {
  margin: 0;
  color: #fff;
  min-width: 10px;
  background: none;
  border: none;
}
.secondaryNav .container-fluid ul li a:hover {
  color: #ffffff;
  background: #00214d;
}
.secondaryNav .container-fluid ul li a:active {
  color: #fff;
  background: #000000;
}
.secondaryNav .container-fluid ul li a span {
  padding: 0 9px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 32px;
}
.secondaryNav .container-fluid ul li .amzsLink a span {
  padding: 0;
}
.secondaryNav .container-fluid ul li.selected a {
  color: #00214D;
  background-color: #fff;
}
.secondaryNav .container-fluid ul li.myAMZS.selected a {
  color: #00214d !important;
  background: #FFF !important;
}
.secondaryNav .container-fluid ul li.myAMZS span i {
  top: 2px;
  position: relative;
  padding: 0 2px;
  font-size: 18px;
}
.secondaryNav .container-fluid ul li.cart,
.secondaryNav .container-fluid ul li.amzsLink {
  overflow: hidden;
  margin: 5px 0 0 12px;
  border: 1px solid #00214D;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.secondaryNav .container-fluid ul li.cart span,
.secondaryNav .container-fluid ul li.amzsLink span {
  line-height: 16px;
  padding: 0 5px;
}
.secondaryNav .container-fluid ul li.cart span i,
.secondaryNav .container-fluid ul li.amzsLink span i {
  top: 1px;
  position: relative;
  padding: 0 2px;
  font-size: 18px;
}
.secondaryNav .container-fluid ul li.cart {
  margin-left: 17px;
}
.secondaryNav .container-fluid ul.right a:hover {
  color: #fff !important;
}
.secondaryNav .drop {
  min-width: 200px;
  padding-top: 0;
  bottom: 0;
}
.secondaryNav .drop .dropWrap {
  top: 0;
  background: #00214d;
}
.secondaryNav .drop .dropWrap ul {
  padding: 1em 0;
}
.secondaryNav .drop .dropWrap ul li {
  float: none;
}
.secondaryNav .drop .dropWrap ul li a {
  color: #ffffff;
  min-width: 200px;
  background: transparent;
  border: none;
}
.secondaryNav .drop .dropWrap ul li a:active {
  color: #ffffff;
  background: none;
}
.secondaryNav .drop .dropWrap ul li a span {
  padding: 3px 12px;
  margin: 0;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4em;
}
.secondaryNav .drop .dropWrap ul li:hover a {
  color: #ffd200;
  background: #00214d;
}
.mobileTop {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #00214D;
  height: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  display: none;
  padding: 0 10px;
  line-height: 30px;
}
.mobileTop a {
  color: #fff;
  font-size: 13px;
  text-decoration: none !important;
}
.mobileTop small {
  display: inline-block;
  padding: 0 5px;
}
.mobileTop .languageSelectorWide {
  margin: 7px 0 0 5px;
}
/*.isUser .secondaryNav .container-fluid ul li.myAMZS a {
    color: @secNavWrapLinkColorHover !important;
    background: @secNavWrapLinkBgHover !important;
}*/
.phoneAMZS {
  position: relative;
}
.phoneAMZS i {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 56px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  background: url('../../images/icons/icon_phone_amzs_blue.png') no-repeat center center scroll #ffd200;
}
.phoneAMZS a {
  font-size: 1em;
  line-height: 41px;
  color: #00214D;
  text-decoration: none !important;
  background: none !important;
  display: inline-block !important;
}
.phoneAMZS a span {
  padding: 0 0 0 75px !important;
}
.phoneAMZS a:last-child span {
  padding: 0 !important;
}
.phoneAMZS a:hover {
  color: #00214D !important;
}
.phoneAMZS strong {
  font-size: 1.2em;
}
.phoneAMZS small {
  font-size: 1em;
  padding: 0 5px;
}
/* header search */
.searchForm fieldset {
  position: relative;
  margin: -5px 0 0 15px;
  padding: 2px;
}
.searchForm fieldset p.textType {
  position: relative;
  min-width: 160px;
  margin: 0;
  padding: 0;
}
.searchForm fieldset p.textType input.textType {
  padding: 5px 28px 3px 5px !important;
  font-size: 1.4em;
  color: #00214d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #edc006;
  border: none;
  height: 30px;
}
.searchForm fieldset p.textType input.textType:focus {
  color: #00214d;
  background: #ffffff;
}
.searchForm fieldset p.textType input.submitType {
  position: absolute;
  top: 1px;
  right: 0;
  width: 28px;
  height: 28px;
  padding: 7px 10px 7px 10px;
  background: url('../../images/icons/icon_search.png') no-repeat center center scroll transparent;
}
/* breadCrumbs */
.breadcrumbs {
  background: #ffffff;
}
.breadcrumbs .row {
  background: none;
}
.breadcrumbs .row ul {
  padding: 2.7em 0 2.3em 0;
  margin: 0;
}
.breadcrumbs .row ul li {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: proxima, Arial, serif;
  color: #000000;
}
.breadcrumbs .row ul li a {
  padding: 0 8px 0 0;
  margin: 0;
  color: #808080;
}
.breadcrumbs .row ul li a i {
  margin-left: 6px;
}
/* aside */
aside {
  padding: 10em 0 0 0;
  margin: 0 0 2em 0;
  background: transparent;
}
aside.relatedNews {
  padding-top: 0px !important;
}
/* subCategories */
.sidebar {
  position: relative;
  /* static */
}
.sidebar .stickySidebar {
  position: fixed;
  top: 62px;
  right: 0;
  width: 100%;
}
.sidebar .bottomSidebar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  top: auto;
}
.sidebarCont .subCategories > li {
  list-style-type: none;
  margin-left: 0 !important;
}
.subCategories li:last-child a {
  border: none;
}
.subCategories li a {
  position: relative;
  display: block;
  font-size: 1.4em;
  background: #F8F8F8;
  border-bottom: 2px solid #EAEDEF;
}
.subCategories li a span {
  display: block;
  padding: 20px 30px 16px 20px;
}
.subCategories li a:hover {
  background: #ffd200;
}
.subCategories li a i {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 1.2em;
}
.subCategories li.selected a {
  background: #E4EDEC;
  border-color: #E4EDEC;
}
.subCategories li > ul {
  padding: 0 0 2em 0;
  margin: 0;
  background: #E4EDEC;
  display: none;
}
.subCategories li > ul > li a:hover {
  background: #f3f7f7;
}
.subCategories li > ul > li a span {
  padding: 8px 30px 8px 20px;
}
.subCategories li > ul > li > ul {
  display: none;
}
.subCategories li > ul > li > ul li a {
  padding-left: 20px;
}
.subCategories li > ul > li.selected > a {
  color: #EAAA0A;
}
.subCategories li > ul > li.selected > ul {
  display: block;
}
.subCategories li.selected > ul {
  display: block;
}
.subCategories > li > a > span {
  font-weight: bold;
}
/* frame */
.frame {
  margin: 2em 0 2em 70px;
  padding: 10px 0 10px 15px;
  font-size: 2.2em;
  color: #00214D;
  font-weight: bold;
  border-left: 3px solid #333333;
  position: relative;
  min-height: 50px;
}
.frame a {
  color: #00214D;
}
.frame i {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  background-color: #002d62;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  left: -70px;
  top: 0;
}
.titleBlock {
  font-size: 3.2em;
  margin-bottom: 1.9em;
}
.titleBlock small {
  display: block;
  font-size: .5em;
  color: #333333;
}
/* pdf */
.pdf {
  padding-left: 45px;
  position: relative;
  line-height: 34px;
  display: inline-block;
}
.pdf i {
  display: inline-block;
  width: 34px;
  line-height: 34px;
  background-color: #002d62;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0;
}
.pdfTitle {
  padding-left: 65px;
  position: relative;
  line-height: 50px;
  padding-top: 0;
  margin-top: 10px;
}
.pdfTitle i {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  background-color: #002d62;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 0.6em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
/* product Catalog */
.product {
  margin-bottom: 3em;
  text-align: center;
  border-top: 3px solid #333333;
  background: #F8F8F8;
}
.product p {
  margin: 0;
}
.product .productTitle {
  padding: 16px 10px;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.4em;
}
.product .imgData {
  border-width: 0 5px;
  border-style: solid;
  border-color: #F8F8F8;
}
.product .imgData a {
  display: block;
  padding: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #9F9F9F;
}
.product .imgData a img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
}
.product .additionalData {
  display: none;
}
.product .priceData {
  padding: 16px 10px;
  border-bottom: 3px solid #333333;
}
.product .priceData .priceWrap {
  display: block;
  padding-bottom: 5px;
  font-size: .8em;
}
.product .priceData .priceWrap .exPrice {
  padding: 0 5px;
  color: #666666;
}
.product .priceData .priceWrap .priceDisplay {
  padding: 0 5px;
  color: #000000;
}
.product .priceData .clubPrice {
  font-weight: bold;
  color: #00214D;
}
.product .addToCart {
  padding-top: 20px;
  background: #ffffff;
}
/* boxImportant */
.boxes {
  margin-bottom: 2em;
}
.boxImportant {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 10px;
  color: #00214D;
  background: #ffd200;
}
.boxImportant a {
  color: #00214D;
}
.boxImportant p {
  margin: 0;
  color: #00214D;
}
.boxImportant .left {
  font-size: 3.2em;
  width: 80px;
}
.boxImportant .importantContent {
  margin: 0 160px 0 90px;
  padding-left: 20px;
  border-left: 1px solid #00214D;
}
.boxImportant .importantContent .importantTitle {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 3.2em;
}
.boxImportant .more {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 95px;
}
.boxImportant .more .button {
  display: inline-block;
  width: 95px;
  color: #fff;
  padding: 7px 0;
}
.boxImportant .more .button span {
  padding: 0;
}
.col-lg-6 .boxImportant .left {
  font-size: 5em;
  width: 100%;
  float: none;
}
.col-lg-6 .boxImportant .importantContent {
  margin: 0 0px 0 0px;
  padding-left: 0px;
  border-left: none;
  text-align: center;
}
.col-lg-6 .boxImportant .importantContent .importantTitle {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 15px;
}
.col-lg-6 .boxImportant .more {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
}
.col-lg-6 .boxImportant .more .button {
  display: inline-block;
  width: 95px;
  color: #fff;
  padding: 7px 0;
}
.col-lg-6 .boxImportant .more .button span {
  padding: 0;
}
/* boxImportantBlue */
.boxImportantBlue {
  margin-bottom: 30px;
}
.boxImportantBlue > i {
  display: block;
  font-size: 40px;
  padding: 10px 20px 10px 0;
  margin-right: 20px;
  border-right: 1px solid #142d61;
  float: left;
  color: #142d61;
}
.boxImportantBlue .importantBlueContent {
  padding-left: 80px;
}
.boxImportantBlue .importantBlueContent h3 {
  font-size: 28px;
  color: #002d62;
  padding-top: 5px;
  margin: 0;
}
.boxImportantBlue .importantBlueContent p {
  font-size: 14px;
  color: #002d62;
  margin-bottom: 10px;
}
.boxImportantBlue .importantBlueContent p a {
  text-decoration: underline;
}
.boxImportantBlue .importantBlueContent p a:hover {
  text-decoration: none;
}
.boxImportantBlue.bgGrey {
  background: #EFF0F2;
  padding: 15px;
  margin-top: 20px;
}
.boxImportantBlue.bgGrey p {
  margin-bottom: 0px;
}
/* boxAccordion */
.boxAccordion {
  margin-bottom: 3em;
}
.boxAccordion .ui-accordion-header {
  position: relative;
  padding: 25px 0;
  margin: -1px 0;
  color: #000000;
  font-size: 2.2em;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #9F9F9F;
  cursor: pointer;
}
.boxAccordion .ui-accordion-header span {
  padding: 0 20px;
  background: url('../../images/icons/icon_arrow_down_blue.png') no-repeat right center scroll transparent;
}
.boxAccordion .ui-accordion-header span.ui-icon {
  margin-right: 10px;
}
.boxAccordion .ui-accordion-header a {
  font-size: 1em;
}
.boxAccordion .ui-accordion-header.ui-state-active {
  color: #00214D;
  background: #F8F8F8;
  border-bottom-color: #F8F8F8;
}
.boxAccordion .ui-accordion-header.ui-state-active span {
  background-image: url('../../images/icons/icon_arrow_up_blue.png');
}
.boxAccordion .accordionWrap {
  background: #F8F8F8;
  border-bottom: 1px solid #9F9F9F;
}
.boxAccordion .accordionWrap > * {
  padding: 0 0 1em;
  max-width: 80%;
  margin: 0 auto;
}
.boxAccordion .accordionWrap p.nasvet,
.boxAccordion .accordionWrap p.clanstvo {
  padding-left: 15px;
  margin-bottom: 20px;
}
.boxAccordion .accordionWrap p.pdfTitle {
  padding-left: 65px;
}
.boxAccordion .accordionWrap p.pdfTitle i {
  font-size: 1.2em;
}
.boxAccordion .accordionWrap > a {
  display: block;
  font-size: 1.6em;
}
.boxAccordion .accordionWrap > p.videoWrapper {
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  margin-bottom: 20px !important;
}
.boxAccordion .accordionWrap table {
  width: 100%;
  margin: 1px auto 20px;
}
.boxAccordion .accordionWrap table th,
.boxAccordion .accordionWrap table td {
  background-color: transparent;
}
.boxAccordion .accordionWrap h3 {
  font-size: 2em;
  padding: 1em 0;
  font-weight: 700;
}
.boxAccordion .accordionWrap h4 {
  margin: 0 auto 15px auto;
  padding: 0 0 5px 0;
}
/* tabs */
#tabs,
.boxTabs {
  position: relative;
  margin-bottom: 3em;
}
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation {
  border-bottom: 1px solid #9F9F9F;
  padding: 0 10px;
  list-style-type: none;
}
#tabs .ui-tabs-nav li,
.boxTabs .ui-tabs-nav li,
#tabs .tabNavigation li,
.boxTabs .tabNavigation li {
  position: relative;
  margin-bottom: -1px;
}
#tabs .ui-tabs-nav li a,
.boxTabs .ui-tabs-nav li a,
#tabs .tabNavigation li a,
.boxTabs .tabNavigation li a {
  display: block;
  margin-bottom: 1px;
  padding: 12px 20px 10px 20px;
  white-space: nowrap;
  font-size: 2em;
}
#tabs .ui-tabs-nav li.ui-state-active a,
.boxTabs .ui-tabs-nav li.ui-state-active a,
#tabs .tabNavigation li.ui-state-active a,
.boxTabs .tabNavigation li.ui-state-active a {
  margin: 0;
  padding: 11px 19px 11px 19px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #9F9F9F;
  background: #ffffff;
  text-decoration: none;
}
#tabs .ui-tabs-panel,
.boxTabs .ui-tabs-panel {
  padding-top: 3em;
}
#tabs.tabsExtra,
.boxTabs.tabsExtra {
  margin: 0;
}
#tabs.tabsExtra .ui-tabs-panel,
.boxTabs.tabsExtra .ui-tabs-panel {
  padding: 0;
  margin: 0;
}
#tabs.tabsExtra .ui-tabs-nav,
.boxTabs.tabsExtra .ui-tabs-nav {
  overflow: hidden;
  padding: 0;
  border: 1px solid #ffd200;
}
#tabs.tabsExtra .ui-tabs-nav li,
.boxTabs.tabsExtra .ui-tabs-nav li {
  position: relative;
  margin: 0;
  text-align: center;
}
#tabs.tabsExtra .ui-tabs-nav li a,
.boxTabs.tabsExtra .ui-tabs-nav li a {
  margin: 0;
  font-size: 1.5em;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
#tabs.tabsExtra .ui-tabs-nav li.ui-state-active a,
.boxTabs.tabsExtra .ui-tabs-nav li.ui-state-active a {
  color: #00214D;
  background: #ffd200;
  border: none;
}
#tabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before,
.boxTabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before {
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -21px;
  content: ".";
  width: 42px;
  height: 21px;
  background: url('../../images/icons/icon_arrow_down_orange.png') no-repeat 0 0 scroll transparent;
}
#tabs.centerTabs .ui-tabs-nav,
.boxTabs.centerTabs .ui-tabs-nav {
  display: inline-block;
}
#tabs.centerTabs .ui-tabs-nav li,
.boxTabs.centerTabs .ui-tabs-nav li {
  display: inline-block;
  min-width: 110px;
}
#tabs.centerTabs .ui-tabs-nav li a,
.boxTabs.centerTabs .ui-tabs-nav li a {
  padding: 10px 10px 10px 10px;
}
/* infoCenter */
.infoCenter {
  background: #ffd200;
}
.infoCenter .infoBox {
  padding-top: 6em;
}
.infoCenter .blockTitle {
  font-size: 3.2em;
  font-weight: bold;
}
.infoCenter .blockTitle .phoneAMZS {
  margin: 0 20px;
}
.infoCenter .blockTitle .phoneAMZS span {
  padding-left: 0;
}
.infoCenter .blockTitle .phoneAMZS span i {
  position: relative;
  top: -8px;
  display: inline-block;
  left: auto;
  bottom: auto;
  vertical-align: middle;
}
.infoCenter .blockTitle strong {
  color: #002d62;
  font-weight: bold;
}
.infoCenter .blockTitle .icon {
  vertical-align: middle;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  background: url('../../images/icons/icon_phone_amzs.png') no-repeat center center scroll #00214d;
  position: relative;
  margin: -20px 20px 0 20px;
}
.infoCenter p {
  margin-bottom: 20px;
}
/* infoBox */
.infoBox {
  padding: 6em 0 3em 0;
  text-align: center;
}
.infoBox.infoDark p,
.infoBox.infoDark p a {
  color: #fff;
}
.infoBox.infoDark p strong {
  font-weight: normal;
  color: #ffd200;
}
.infoBox.infoYellow {
  margin-top: 20px;
  background: #ffd200;
  padding: 4em 15px;
  position: relative;
}
.infoBox.infoYellow:before {
  content: "";
  position: absolute;
  left: 46.5%;
  top: -24px;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  background: url('../../images/icons/icon_phone_amzs_blue.png') no-repeat center center scroll #ffd200;
}
.infoBox.infoYellow .col-lg-3 {
  position: relative;
  min-height: 81px;
  text-align: left;
  padding: 0 0 0 20px;
  margin: 1em 0;
}
.infoBox.infoYellow .col-lg-3:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.infoBox.infoYellow .col-lg-3 p {
  font-size: 1.4em;
  margin: 0 0 5px;
}
.infoBox.infoYellow .col-lg-3 span {
  font-family: proxima, Arial, serif;
  font-size: 2.4em;
  font-weight: 700;
}
/* infoBreadcrumbs */
.infoBreadcrumbs {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 5.8em;
  text-shadow: 1px 1px #000000;
}
.infoBreadcrumbs a {
  vertical-align: middle;
}
.infoBreadcrumbs a.indexPage {
  display: inline-block;
  width: 170px;
  height: 41px;
  background: url('../../images/logos/logo_amzs_white.png') no-repeat 0 0 scroll transparent;
}
.infoBreadcrumbs a:hover {
  color: #ffd200 !important;
}
.infoBreadcrumbs small {
  vertical-align: middle;
  font-size: 1em;
}
/* blockTitle */
.blockTitle {
  font-size: 3.2em;
  padding: 0;
  margin: 0 0 .1em 0;
}
.infoDark .blockTitle,
.blockTitle .infoDark a {
  color: #ffd200;
}
.blockTitleDesc {
  padding-bottom: 30px;
  line-height: 1.2em;
}
/* bluNumber */
.blueNumber {
  position: relative;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  padding: 4px;
  margin: 0 0 20px 0;
  font-size: 3.8em;
  line-height: 1em;
  background: #00214D;
  color: #ffd200;
}
.blueNumber i {
  position: absolute;
  font-size: .7em;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #00214D;
  background: #ffd200;
}
.blueNumber span {
  line-height: 45px;
  padding: 0 20px 0 55px;
  letter-spacing: 2px;
}
.disclamer {
  font-size: 1.2em;
  margin-bottom: 40px;
}
.infoDark .disclamer,
.disclamer .infoDark a {
  color: #fff;
}
.disclamer strong {
  color: #00214D;
}
/* infoList */
.infoList ul li {
  padding-bottom: 30px;
}
.infoList ul li a.twoLine span {
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: 15px;
}
.infoList ul li a.twoLine small {
  display: block;
  font-size: 12px;
}
/* eNews */
.eNews {
  background: #EFF0F2;
}
.eNews h4 {
  font-size: 32px;
  color: #00214D !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.eNews .enewsWrap {
  max-width: 530px;
  margin: 0 auto;
}
.eNews p {
  font-size: 15px;
  color: #252B33 !important;
  line-height: 19px;
}
.eNews form {
  position: relative;
}
.eNews form button {
  position: absolute;
  right: 0px;
  top: 0px;
}
.eNews form .gdpr-consent .checkbox {
  padding: 0px !important;
  text-align: left;
}
.eNews form .gdpr-consent .checkbox label {
  padding-left: 23px;
  padding-top: 0px;
  color: #252B33 !important;
  font-size: 13px;
  max-width: 97%;
}
.eNews form .gdpr-consent .checkbox label::before {
  top: 2px;
  position: relative !important;
  margin-left: -20px;
  font-size: 17px !important;
}
.eNews form .gdpr-consent.has-error .checkbox label::before {
  color: #f00;
}
.eNews form span.has-error {
  margin-top: 5px;
}
.eNews .form-group {
  position: static;
}
.eNews .form-group label {
  display: none;
}
.eNews .form-group input {
  width: 100%;
  padding-right: 100px;
  text-align: left;
  font-size: 13px;
  color: #A0A0A0;
  margin-left: 0px !important;
}
.eNews .form-group button[type="submit"] {
  max-width: 240px;
  margin: 0 auto !important;
}
.eNews .errorMessage {
  display: none !important;
}
.yellowBanners {
  padding-top: 55px;
  padding-bottom: 55px;
}
.yellowBanners h3 {
  font-size: 32px;
  color: #00214D;
  font-weight: bold;
}
.yellowBanners p {
  font-family: proxima, Arial, serif;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.yellowBanners .banner {
  display: block;
  color: #000;
  border: 1px solid #E4BC00;
  padding: 50px 50px 50px 120px;
  text-decoration: none !important;
  position: relative;
}
.yellowBanners .banner span {
  position: absolute;
  left: 30px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 80px;
  color: #00214D;
}
.partners {
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 60px;
}
.partners h3 {
  font-size: 32px;
  color: #00214D;
  font-weight: bold;
}
.partners .col-lg-4 {
  position: relative;
  text-align: center;
}
.partners .col-lg-4 p {
  margin-bottom: 0px;
}
.partners .col-lg-4::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 100px;
  background: #D6DCE2;
  right: 0px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.partners .col-lg-4:last-child::after {
  display: none;
}
.story {
  position: relative !important;
  background-size: cover !important;
  margin-top: 60px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.story .col-lg-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  float: right;
  padding-left: 50px;
}
.story .col-lg-6 h4 {
  font-size: 18px !important;
  color: #D6DCE2;
  line-height: 22px;
  margin-top: 0px;
  border: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.story .col-lg-6 h3 {
  font-size: 50px;
  padding-top: 0px;
  max-width: 400px;
  color: #FFFFFF;
  line-height: 54px;
  margin-top: 0px;
  border: none;
  margin-bottom: 30px;
  font-weight: bold;
}
.story .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
}
/* formLarge */
.formLarge p.textType input.textType {
  padding-top: 12px;
  padding-bottom: 10px;
}
.formLarge p.textType input.textType:focus {
  border-color: #ffffff;
}
.formLarge p.submitType input.submitType {
  max-width: 240px;
  margin: 0 auto;
}
.formLarge p.iconType i.fa {
  line-height: 50px;
}
.formLarge .button span {
  padding-top: 16px;
  padding-bottom: 13px;
}
/* iconType */
fieldset p.iconType {
  position: relative;
}
fieldset p.iconType input.textType {
  text-indent: 50px;
}
fieldset p.iconType i.fa {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
}
/* formBlue */
fieldset.formBlue {
  margin: 0;
  padding: 0;
}
fieldset.formBlue p,
fieldset.formBlue a {
  margin: 0;
  color: #ffffff;
}
fieldset.formBlue p.textType input.textType,
fieldset.formBlue p.selectType input.textType,
fieldset.formBlue p.textareaType input.textType,
fieldset.formBlue p.textType select.selectType,
fieldset.formBlue p.selectType select.selectType,
fieldset.formBlue p.textareaType select.selectType,
fieldset.formBlue p.textType textarea.textareaType,
fieldset.formBlue p.selectType textarea.textareaType,
fieldset.formBlue p.textareaType textarea.textareaType {
  background-color: #C0C9D2;
  border-color: #C0C9D2;
}
fieldset.formBlue p.textType input.textType:focus,
fieldset.formBlue p.selectType input.textType:focus,
fieldset.formBlue p.textareaType input.textType:focus,
fieldset.formBlue p.textType select.selectType:focus,
fieldset.formBlue p.selectType select.selectType:focus,
fieldset.formBlue p.textareaType select.selectType:focus,
fieldset.formBlue p.textType textarea.textareaType:focus,
fieldset.formBlue p.selectType textarea.textareaType:focus,
fieldset.formBlue p.textareaType textarea.textareaType:focus {
  background-color: #ffffff;
}
/* bannerText */
.bannerText {
  padding-top: 3px;
}
.bannerText strong {
  color: #ffd200;
  font-weight: normal;
}
/* amzsList */
.amzsList {
  background: #00214D;
  overflow: hidden;
}
.amzsList .button {
  max-width: 240px;
  margin: 0 auto;
}
.amzsList .amzsListDisplay {
  margin: 0 auto;
  padding-bottom: 4em;
  width: 100%;
  max-width: 240px;
}
.amzsList .amzsListDisplay li {
  position: relative;
}
.amzsList .amzsListDisplay li:hover .drop {
  display: block;
}
.amzsList .amzsListDisplay li .drop {
  bottom: 4px;
}
.amzsList .amzsListDisplay li .drop .dropWrap {
  background: #FFC51A;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul {
  padding: 0;
  margin: 0;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul li a {
  display: block;
  padding: 7px 10px;
  font-size: 1.4em;
  color: #00214D;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul li a:hover {
  background: #ffd200;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul li a:active {
  background: #e6bd00;
}
/* amzsMap */
.amzsMap {
  position: relative;
}
.amzsMap #map-poslovalnice,
.amzsMap #map-drustva {
  width: 100%;
  height: 470px;
  background: #F3F1ED;
}
.innerMap {
  position: relative;
  overflow: hidden;
}
.innerMap #map-stanje,
.innerMap #map-smucisca,
.innerMap #map-poslovalnica,
.innerMap #map-drustvo,
.innerMap #map-razdalje,
.innerMap #map-prelazi {
  display: block;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
/* amzs listBox */
.amzsListBox {
  padding-bottom: 0;
}
.amzsListBox #tabs ul.ui-tabs-nav {
  margin: 5px 0 50px 0;
}
.homeMap {
  position: relative;
}
.homeMap .leftBox {
  position: absolute;
  left: 0px;
  width: 390px;
  top: 0px;
  bottom: 0px;
  background: #252B33;
  padding: 100px 50px;
  z-index: 100;
}
.homeMap .leftBox h3 {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 15px;
}
.homeMap .leftBox p {
  font-size: 15px;
  color: #D6DCE2;
  margin-bottom: 30px;
}
/* selectOverlay */
.overlayHolder {
  position: relative;
}
.selectOverlay {
  position: absolute !important;
  top: 52px;
  right: 0;
  z-index: 1;
  padding: 25px 30px;
  text-align: left;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  background: rgba(255, 210, 0, 0.9);
}
.selectOverlay h4 {
  padding: 0;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 11px;
}
.selectOverlay ul li {
  font-size: 1.6em;
  list-style-type: none;
  margin: 0;
}
.selectOverlay ul li a {
  display: block;
  padding: 3px 0 4px 20px;
  color: #595959;
  background: url('../../images/icons/icon_selectbox.png') no-repeat 0 50% scroll transparent;
}
.selectOverlay ul li.selected a {
  color: #333333;
  background-image: url('../../images/icons/icon_selectbox_selected.png');
}
.selectOverlay ul li.more a {
  margin-top: 15px;
  color: #333333;
  text-decoration: underline;
  padding-left: 0;
  background: none;
}
.selectOverlay ul li.more a:hover {
  text-decoration: none;
}
.selectOverlay p.more {
  position: absolute;
  left: -27px;
  top: 165px;
  margin: 0;
  width: 28px;
  overflow: hidden;
}
.selectOverlay p.more a.button {
  width: 64px;
  background: rgba(255, 210, 0, 0.9);
}
.selectOverlay p.more a.button span {
  line-height: 44px;
  text-align: left;
  text-indent: 2px;
}
.selectOverlay p.more a.button span span {
  display: none;
}
.selectOverlay p.more a.button:hover {
  background: #ffd200;
}
.selectOverlay p.more a.button:hover span {
  color: #000000;
}
.selectOverlay .innerMap {
  width: 210px;
}
.selectOverlay .innerMap p.more {
  top: 155px;
}
/* bannerBox */
.bannerBox {
  padding-bottom: 15.5em;
}
.bannerBox ul {
  margin: 0;
  padding: 0;
}
.bannerBox ul li {
  margin: 0;
  padding-left: 0;
  background: none;
  font-size: 1em;
}
.bannerBox ul li .button span {
  padding-bottom: 13px;
  padding-top: 16px;
}
.bannerBox ul li :hover.button {
  background: #ffd200;
}
.bannerBox ul li :hover.button span {
  color: #333333;
  text-shadow: none;
}
.bannerBox .imgWrap {
  position: relative;
  padding: 8em 8em 0 8em;
  min-height: 600px;
  text-align: center;
  background-image: url('../../images/backgrounds/bg_member.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.bannerBox .bannerList {
  margin: 220px 0 0 0;
}
.bannerBox div.more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.bannerBox div.more p {
  position: absolute;
  width: 100%;
  top: -39px;
  left: 0;
}
.bannerBox div.more p a.button {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.bannerBox div.more p a.extraLink {
  display: block;
  margin-top: 20px;
  font-size: .9em;
  color: #00214D;
  text-decoration: underline;
}
.bannerBox div.more p a.extraLink:hover {
  text-decoration: none;
}
.bannerBox.destinationCalc h2 {
  margin-bottom: 40px;
}
.bannerBox.destinationCalc .form-group {
  padding-bottom: 25px;
}
/* bannerList */
.bannerList li span {
  padding: 35px 0;
  font-size: 2.8em;
  line-height: 1.3em;
  color: #ffffff;
  background: #00214D;
  text-align: center;
}
/* categoryTitle */
/* amzsMagazin */
.amzsMagazin .magazinTitle {
  width: 306px;
  height: 87px;
  margin: 0 auto 10px auto;
  background: url('../../images/logos/logo_moto_revija.png') no-repeat 0 0 scroll transparent;
}
/* amzsMembership */
.amzsMembership p.image {
  display: none;
  margin: 0;
}
.amzsMembership p.image img {
  display: block;
}
/* listDisplay */
.listDisplay .listTitle {
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 3.2em;
}
.listDisplay .titleDescription {
  margin-bottom: 15px;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #333333;
}
.listDisplay .titleDescription time {
  display: block;
}
.menuStyle {
  border-top: 2px solid #333333;
  border-bottom: 1px solid #333333;
}
.menuStyle li a {
  display: block;
  font-size: 1.6em;
  border-top: 1px solid #333333;
}
.menuStyle li a:hover span {
  color: #ffd200;
}
.menuStyle li a span {
  padding: 10px 0;
  color: #00214D;
}
.menuStyle li.selected a span {
  color: #ffd200;
}
/* block */
.block {
  position: relative;
  padding-bottom: 40px;
  text-shadow: 1px 1px #000000;
}
.block .image {
  display: block;
  overflow: hidden;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.block.blue .image {
  background: #00214D;
}
.block.yellow .image {
  background: #ffd200;
}
.block a:hover .image {
  background-size: 120% 120%;
}
.block a,
.block a:hover {
  text-decoration: none;
}
.block:hover .sideByImage {
  display: block;
}
.block .blockLink {
  color: #fff;
  text-decoration: none;
}
.block .blockLink .blockTitle,
.block .blockLink .blockTitle a,
.block .blockLink .titleDescription,
.block .blockLink .description {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: #ffffff;
}
.block .blockLink .blockTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5em;
  /*line-height : 1em;*/
}
.block .blockLink .titleDescription {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.block .blockLink .description {
  margin-bottom: 10px;
  font-size: 1.4em;
}
.block .blockLink .more {
  margin-bottom: 10px;
}
.block .blockLink .verticalMiddleWrap,
.block .blockLink .blockStaticWrap {
  padding: 0 10px;
}
.block .sideByImage .col {
  position: relative;
}
.block.block100 .blockLink .description {
  font-size: 1.6em;
}
.block:hover .blockTitle {
  text-decoration: underline;
}
.block:hover .verticalMiddleWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}
.block:hover .verticalMiddleWrap .blockTitle {
  font-size: 1.4em;
}
.block:hover .verticalMiddleWrap .titleDescription,
.block:hover .verticalMiddleWrap .description {
  display: none;
}
.block .date {
  font-size: 12px !important;
}
.block.blueOverlay {
  text-shadow: 1px 1px #011E41;
}
.block.blueOverlay .blockLink .verticalMiddleWrap,
.block.blueOverlay .blockStaticWrap {
  background: rgba(0, 45, 98, 0.45);
}
.goldOverlay {
  text-shadow: 1px 1px #E4B731;
}
.goldOverlay .blockLink .verticalMiddleWrap,
.goldOverlay .blockStaticWrap {
  background: rgba(255, 191, 0, 0.7);
}
.goldOverlay .blockLink .verticalMiddleWrap .blockTitle,
.goldOverlay .blockStaticWrap .blockTitle,
.goldOverlay .blockLink .verticalMiddleWrap .blockTitle a,
.goldOverlay .blockStaticWrap .blockTitle a,
.goldOverlay .blockLink .verticalMiddleWrap .titleDescription,
.goldOverlay .blockStaticWrap .titleDescription,
.goldOverlay .blockLink .verticalMiddleWrap .description,
.goldOverlay .blockStaticWrap .description {
  color: #333333;
}
.yellowOverlay {
  text-shadow: 1px 1px #E4B731;
}
.yellowOverlay .imgHolder {
  background: #ffd200;
}
.yellowOverlay:hover .image {
  opacity: .5;
}
.yellowOverlay .blockLink .verticalMiddleWrap,
.yellowOverlay .blockStaticWrap {
  background: #ffbf00;
}
.yellowOverlay .blockLink .verticalMiddleWrap .blockTitle,
.yellowOverlay .blockStaticWrap .blockTitle,
.yellowOverlay .blockLink .verticalMiddleWrap .blockTitle a,
.yellowOverlay .blockStaticWrap .blockTitle a,
.yellowOverlay .blockLink .verticalMiddleWrap .titleDescription,
.yellowOverlay .blockStaticWrap .titleDescription,
.yellowOverlay .blockLink .verticalMiddleWrap .description,
.yellowOverlay .blockStaticWrap .description {
  color: #333333;
  text-shadow: none;
}
.block.yellow .blockLink .verticalMiddleWrap,
.block.yellow .blockStaticWrap {
  background: #ffd200;
}
.block.yellow .blockLink .verticalMiddleWrap .blockTitle,
.block.yellow .blockStaticWrap .blockTitle,
.block.yellow .blockLink .verticalMiddleWrap .blockTitle a,
.block.yellow .blockStaticWrap .blockTitle a,
.block.yellow .blockLink .verticalMiddleWrap .titleDescription,
.block.yellow .blockStaticWrap .titleDescription,
.block.yellow .blockLink .verticalMiddleWrap .description,
.block.yellow .blockStaticWrap .description {
  color: #333333;
  text-shadow: none;
}
.block.yellow .blockTitle,
.block.yellow .blockTitle a,
.block.yellow .titleDescription,
.block.yellow .description {
  color: #333333;
  text-shadow: none;
}
.block.yellow .date {
  color: #333333;
  text-shadow: none !important;
}
.contentStatic .blue {
  background: #00214D;
}
.contentStatic .yellow {
  background: #ffd200;
}
.yellow .contentStatic {
  background: #ffd200;
}
.blueBox {
  background: #00214d;
  padding: 20px 20px 23px 64px;
  position: relative;
  margin-bottom: 40px;
}
.blueBox .fa {
  position: absolute;
  top: 21px;
  left: 20px;
  font-size: 26px;
  color: #fff;
}
.blueBox h3 {
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 15px;
  padding-top: 3px;
}
.blueBox h3 strong {
  font-weight: bold;
}
.blueBox p {
  color: #a3a9b5;
  font-size: 12px;
  margin-bottom: 0px;
}
.lightBlueBox {
  background: #D2E3FF;
  padding: 30px 25px;
  display: block;
}
.lightBlueBox strong {
  margin-bottom: 10px;
  display: block;
}
.lightBlueBox p {
  color: #002D62;
  font-size: 19px;
}
.tipsBox {
  padding: 20px 20px 20px 85px;
  position: relative;
  color: #002D62;
  background: #EFF0F2;
  font-family: proxima, Arial, serif !important;
  display: block;
  width: 100%;
  font-size: 14px;
}
.tipsBox p {
  color: #002D62;
  font-size: 14px;
  line-height: 19px;
  font-family: proxima, Arial, serif !important;
}
.tipsBox a {
  font-size: 19px;
  line-height: 26px;
  text-decoration: underline;
}
.tipsBox a:hover {
  text-decoration: none;
}
.tipsBox::before {
  font-family: Font Awesome\ 5 Pro !important;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 45px;
  color: #002D62;
  ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.newsSlider {
  position: relative;
  background: #E8E8E9;
  height: 40px;
  overflow-x: hidden;
}
.newsSlider .marquee {
  width: 100%;
}
.newsSlider .title {
  position: absolute;
  z-index: 100;
  height: 40px;
  line-height: 40px !important;
  background: #CCCCCC;
  font-size: 13px;
  text-transform: uppercase;
  color: #252B33;
  line-height: 24px;
  font-weight: bold;
  padding: 0 15px;
}
.newsSlider .title::after {
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #CCCCCC;
  position: absolute;
  left: 100%;
  top: 0px;
  content: "";
}
.newsSlider ul {
  list-style-type: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.newsSlider ul li {
  list-style-type: none !important;
  padding: 0px 0px 0px 0 !important;
  margin: 0px !important;
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #252B33;
}
.newsSlider ul li .info {
  display: inline-block;
  border-right: 1px solid #BCBCBC;
  padding: 0px 25px;
  height: 15px !important;
  line-height: 15px !important;
}
.newsSlider ul li time {
  font-weight: bold;
  font-size: 13px;
  color: #252B33;
  display: inline-block;
  margin-right: 10px;
}
#subPage .homeNews {
  margin-top: 0px !important;
}
.homeNews {
  margin-top: 60px;
}
.homeNews .news {
  margin-bottom: 30px;
}
.homeNews .news .image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.homeNews .news .image img {
  display: block;
  width: 100%;
  -webkit-transition: -moz-transform 0.4s ease-out;
  -moz-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.homeNews .news .newsMeta {
  font-size: 13px;
  color: #6E7885;
}
.homeNews .news .newsMeta small {
  display: inline-block;
  margin: 0 5px;
}
.homeNews .news.featured h3 {
  font-size: 24px;
}
.homeNews .news.featured h3 a {
  font-size: 24px;
}
.homeNews .news h3 {
  font-size: 18px;
  color: #00214D;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 20px;
  padding-top: 5px;
}
.homeNews .news h3 a {
  font-weight: bold;
  font-size: 18px;
}
.homeNews .news .description {
  font-size: 15px;
  color: #252B33;
  line-height: 20px;
}
.homeNews .news .more {
  display: inline-block;
  font-size: 13px;
  color: #00214D;
  line-height: 9px;
}
.homeNews .news .addthis_inline_share_toolbox {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 20px !important;
  margin-top: -5px !important;
}
.homeNews .news .addthis_inline_share_toolbox a {
  display: inline-block;
  background: #fff !important;
  background-color: #fff !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 2px !important;
}
.homeNews .news .addthis_inline_share_toolbox a span {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.homeNews .news .addthis_inline_share_toolbox a svg {
  fill: #aeb7c2 !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.homeNews .news .addthis_inline_share_toolbox a:hover svg {
  fill: #002d62 !important;
}
.homeNews .news:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.homeNews .bannerPool {
  margin-top: 25px;
}
.ulYellow {
  background: #FFF2CC;
  padding: 25px 25px 5px 25px;
}
.ulYellow li {
  margin-bottom: 20px;
}
.static1.blue .blockStatic {
  background: #00214D;
}
.static1.yellow .blockStatic {
  background: #ffd200;
}
.static1.blockLink {
  display: block;
  text-shadow: none;
}
.static1 .blockStatic {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
}
/* newsBlock */
.mainNews {
  padding-bottom: 0;
}
.blockStatic {
  position: relative;
}
.newsBlock {
  padding-bottom: 4em;
}
.newsBox .noImage .contentStatic {
  height: 450px !important;
}
.newsBox li {
  list-style-type: none !important;
  margin: 0 !important;
}
/*h4.relatedNewsTitle { padding:0.5em 0 0.2em; margin-bottom:1em; border-bottom: 3px solid #333; }*/
/* articleAuthor */
.articleAutor {
  font-size: 1.4em;
}
.articleAutor time {
  padding-top: 3px;
  display: block;
}
/* keywords */
.tags {
  font-size: 1.4em;
}
.tags span {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 10px;
  background: #ECECEC;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tags small {
  display: none;
}
/* articleNav */
.articleNav {
  padding-top: 3em;
}
.articleNav .socialLinks {
  text-align: center;
  font-size: 2.4em;
}
.articleNav .socialLinks a {
  padding: 0 1em;
}
.articleNav .socialLinks small {
  display: none;
}
/* autorPlace */
.authorPlace {
  padding-top: 3em;
  margin-bottom: 2em;
}
.authorPlace p.image1 {
  float: left;
}
.authorPlace p.image1 .button.bRound span,
.authorPlace p.image1 .button.bRound {
  width: 60px;
  height: 60px;
}
.authorPlace .authorTitle {
  font-weight: bold;
  margin-left: 80px;
  font-size: 16px;
  color: #252B33;
  line-height: 24px;
  padding-top: 0;
  margin-bottom: 5px;
}
.authorPlace .authorTitle a {
  font-weight: bold;
}
.authorPlace .authorText {
  padding-top: 0;
  margin-left: 80px;
}
.authorPlace .authorText p {
  margin-bottom: 10px;
}
.authorPlace .authorSocial {
  margin-right: 10px;
  text-decoration: none !important;
  display: inline-block;
}
.authorPlace .authorSocial .fa,
.authorPlace .authorSocial .fab {
  font-size: 16px;
  color: #AEB7C2;
  line-height: 24px;
}
.authorPlace .authorSocial .fa:hover,
.authorPlace .authorSocial .fab:hover {
  color: #002d62;
}
.authorPlace .authorSocial .fa {
  font-size: 17px;
}
/* headlines */
.headlines {
  position: relative;
}
.headlines.imgOnly {
  height: 520px;
  background-position: center top;
  margin-bottom: 40px;
}
.headlines .banner {
  padding-top: 8em;
  height: 520px;
  overflow: hidden;
  background-position: center top;
}
.headlines .banner .bannerWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.headlines .banner .bannerWrap .rp960Wrap {
  position: relative;
  height: 520px;
}
.headlines .banner .textWrap {
  position: absolute;
  left: 0;
  bottom: 252px;
}
.headlines .banner .bannerTitle {
  margin: 0 0 7px 0;
  color: #ffd200;
  font-size: 5em;
  text-shadow: 1px 1px #000000;
}
.headlines .banner .description {
  font-size: 3.2em;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}
.headlines .banner .bannerBox {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 185px;
  padding: 2em;
  background: #00214D;
}
.headlines .banner .bannerBox h5 {
  position: absolute;
  top: -10px;
  left: 125px;
  width: 41px;
  height: 10px;
  background: url('../../images/icons/icon_arrow_headlines.png') no-repeat 0 0 scroll transparent;
}
.headlines #bx-pager li {
  list-style-type: none;
  margin: 0;
}
.headlines .headerImageText {
  background: rgba(255, 210, 0, 0.9);
  margin-top: 200px;
  padding: 20px 25px 25px;
  display: inline-block;
}
.headlines .headerImageText > p {
  font-size: 2.4em;
  margin: 0;
  color: #00214d;
}
.headlines .headerImageText > p.descBig {
  font-size: 4em;
  font-weight: 700;
}
.headlines .headerImageText > * {
  margin: 0;
  padding: 0;
  color: #00214d;
}
.headlines .featuredImageArrow {
  display: inline-block;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: rgba(255, 210, 0, 0.9);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #00214d;
  line-height: 50px;
  font-size: 2em;
}
.headlines .featuredImageArrow:hover {
  background: #ffd200;
}
.newsDisplay {
  padding-right: 50px;
}
.newsDisplay .headerData {
  font-size: 14px;
  color: #AEB7C2;
}
.newsDisplay .headerData time {
  margin-right: 20px;
}
.newsDisplay .headerData i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.newsDisplay .social {
  display: table;
  width: 100%;
  margin: 40px 0 25px 0;
}
.newsDisplay .social p {
  font-size: 14px;
  color: #252B33;
  display: inline-block;
  float: left;
}
.newsDisplay .social .addthis_inline_share_toolbox {
  display: inline-block;
  margin-left: 10px;
  float: left;
  margin-top: -12px !important;
  position: relative !important;
  clear: none !important;
}
.newsDisplay .social a {
  display: inline-block;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #00214D !important;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  margin: 0px 5px 0px 5px !important;
  display: inline-block !important;
}
.newsDisplay .social a span {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.newsDisplay .social a svg {
  fill: #00214d !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 28px !important;
}
.newsDisplay .social a:hover {
  border: 1px solid #00214D !important;
  background: #00214D !important;
}
.newsDisplay .social a:hover svg {
  fill: #ffffff !important;
}
.newsDisplay .social #at20mc,
.newsDisplay .social .atm-i {
  display: none !important;
}
.newsTpl h1 {
  max-width: 840px;
  font-size: 40px;
}
.relatedNews .newsList {
  margin-bottom: 20px;
}
.relatedNews h4 {
  border-bottom: none !important;
  margin-bottom: 15px;
  padding-top: 0px;
}
.relatedNews .news {
  border-top: 1px solid #D6DCE2;
  padding-top: 10px;
  margin-bottom: 20px;
}
.relatedNews .date {
  font-size: 13px;
  color: #6E7885;
}
.relatedNews .date small {
  display: inline-block;
  margin: 0 5px;
}
.relatedNews h3 {
  margin-bottom: 0px;
  padding: 10px 0;
  font-size: 16px !important;
  color: #00214D;
  line-height: 21px !important;
}
.relatedNews h3 a {
  text-decoration: none !important;
  font-weight: bold;
}
.relatedNews .more {
  font-size: 13px;
  color: #00214D;
  text-decoration: underline;
}
.relatedNews .more:hover {
  text-decoration: none;
}
.mainSlider {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}
.mainSlider .mobileOnly {
  display: none !important;
}
.mainSlider .link {
  display: block;
  text-decoration: none !important;
}
.mainSlider .bx-wrapper {
  margin-bottom: 0px !important;
}
.mainSlider ul.slider {
  margin: 0px !important;
  padding: 0px !important;
}
.mainSlider ul.slider li {
  margin-left: 0px !important;
  height: 750px;
  margin: 0px !important;
  background-size: cover !important;
  position: relative;
  background-position: center top !important;
  background-attachment: scroll !important;
}
.mainSlider ul.slider li:first-child {
  z-index: 1000;
}
.mainSlider ul.slider li .text {
  height: 100%;
}
.mainSlider ul.slider li .text .bannerText {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  padding-left: 25px;
  transform: translate(0%, -50%);
  max-width: 600px;
}
.mainSlider ul.slider li .text .bannerText h2 {
  font-size: 50px;
  margin-bottom: 25px;
  color: #FFFFFF;
  margin-left: -25px;
  line-height: 54px;
  background-size: auto auto !important;
  font-weight: bold;
  padding-left: 25px;
  background: url('../../images/line.png') no-repeat 0 0 scroll transparent;
  background-position: center left !important;
}
.mainSlider ul.slider li .text .bannerText h2::before {
  display: none !important;
}
.mainSlider ul.slider li .text .bannerText p {
  font-size: 18px;
  color: #eeeeee;
  line-height: 24px;
  text-transform: uppercase;
}
.mainSlider ul.slider li .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.mainSlider ul.slider li .videoBanner {
  position: relative;
  height: 750px;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  padding-left: 25px;
  transform: translate(0%, -50%);
  max-width: 500px;
  z-index: 10000;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText h2 {
  font-size: 50px;
  margin-bottom: 25px;
  color: #FFFFFF;
  margin-left: -25px;
  line-height: 54px;
  background-size: auto auto !important;
  font-weight: bold;
  padding-left: 25px;
  background: url('../../images/line.png') no-repeat 0 0 scroll transparent;
  background-position: center left !important;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText h2::before {
  display: none !important;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText p {
  font-size: 18px;
  color: #eeeeee;
  line-height: 24px;
  text-transform: uppercase;
}
.mainSlider ul.slider li .videoBanner .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.mainSlider ul.slider li.video {
  background-size: 0% !important;
}
.mainSlider .bannerNav {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 400px;
  z-index: 100;
}
.mainSlider .bannerNav ul {
  margin: 0px !important;
}
.mainSlider .bannerNav ul li {
  display: block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
.mainSlider .bannerNav ul li a {
  display: block;
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  text-decoration: none !important;
  position: relative;
}
.mainSlider .bannerNav ul li a h3 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0px;
  font-weight: 700;
}
.mainSlider .bannerNav ul li a .date {
  font-size: 13px;
  color: #D6DCE2;
  display: block;
  line-height: 15px;
  margin-top: 5px;
}
.mainSlider .bannerNav ul li a.active {
  background: rgba(0, 0, 0, 0.3);
}
.mainSlider .bannerNav ul li a.active::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 50%;
  height: 2px;
  background: #fff;
  top: 0px;
}
.mainSlider .bubble-wrapper {
  position: absolute;
  text-align: center;
  bottom: 30px;
  width: 100%;
}
.mainSlider .bubble-wrapper ul {
  margin: 0px !important;
}
.mainSlider .bubble-wrapper ul li {
  display: inline-block;
  width: auto;
  margin: 0px 4px !important;
}
.mainSlider .bubble-wrapper ul li a {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  height: 15px;
  width: 15px;
  cursor: pointer;
  border: 1px solid #ffd200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mainSlider .bubble-wrapper ul li a.active {
  background: #ffd200;
}
.videoBannerOne {
  position: relative;
  height: 85vh;
  overflow: hidden;
  min-height: 750px;
}
.videoBannerOne video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.videoBannerOne .videoText {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 10;
  left: 0;
}
.videoBannerOne .videoText .bannerText {
  padding-right: 200px;
  position: relative;
}
.videoBannerOne .videoText .bannerText h1 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #FFFFFF;
  line-height: 54px;
  font-weight: bold;
}
.videoBannerOne .videoText .bannerText p {
  font-size: 18px;
  color: #eeeeee;
  line-height: 24px;
  text-transform: uppercase;
}
.videoBannerOne .videoText .bannerText .bLogo {
  max-width: 220px;
  margin-bottom: 20px;
}
.videoBannerOne .sticker {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 100;
}
.videoBannerOne .mobileOnly {
  display: none;
}
.videoBannerOne .relPos {
  position: relative;
  height: 100%;
}
.videoBannerOne .relPos .counter {
  position: absolute;
  bottom: 30px;
  right: 0px;
  z-index: 10;
}
.videoBannerOne .relPos .counter p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.videoBannerOne .relPos .counter #validTill {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.videoBannerOne .relPos .counter #validTill span {
  display: inline-block;
  margin-right: 10px;
}
.videoBannerOne .relPos .counter #validTill span.sec strong {
  width: 58px;
  display: inline-block;
}
.videoBannerOne .relPos .counter #validTill strong {
  font-size: 50px;
  margin-right: 5px;
}
.videoBannerOne .overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  z-index: 1;
}
.videoBannerOne form {
  max-width: 600px;
}
.videoBannerOne form input {
  border: none;
}
.btn.btn-default {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-primary {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  text-transform: none;
  font-family: proxima, Arial, serif;
  font-weight: 700;
  font-size: 16px;
  color: #00214D;
  line-height: 9px;
  padding: 20px;
  background: #ffd200;
}
.btn.btn-primary:hover {
  background: #ddb701;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #ddb701 !important;
}
.btn.btn-primary.video::before {
  font-family: Font Awesome\ 5 Brands;
  content: "\f167";
  color: #00214D;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
  top: 1px;
  position: relative;
}
.btn.btn-primary.btn-md {
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.5;
}
.btn.btn-full {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #00214D;
  line-height: 24px;
  font-weight: bold;
  background: #EFF0F2;
  padding: 5px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}
.btn.btn-full:active,
.btn.btn-full:focus,
.btn.btn-full:hover {
  background: #ddd !important;
  color: #00214D;
}
/* sidebar bannerPool */
.bannerPool {
  margin-bottom: 25px;
  text-align: center;
  /*&.bannerWide {
		> * { max-width: initial; margin: 0 auto;}
	}*/
}
.bannerPool > * {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.bannerPool img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 728px;
}
.bannerPool iframe {
  max-width: 100%;
}
.sidebar .bannerPool > * {
  max-width: 250px;
}
/* tabDesign */
.tabDesign {
  margin-bottom: 0;
  padding: 0;
  background: #CCA113;
}
.tabDesign li {
  margin: 0;
  padding-left: 0;
  background: none;
  font-size: 1em;
}
.tabDesign li a {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 3.2em;
  background: #ffd200;
}
.tabDesign li a:hover,
.tabDesign li a.active {
  color: #ffd200;
  background: #00214D;
}
.tabDesign li a:active {
  background: #001633;
}
.tabDesign li a span {
  display: block;
  padding: 25px 10px 22px 10px;
  line-height: 1.4em;
}
.tabDesign li.selected a {
  color: #ffd200;
  background: #00214D;
}
.bannerStyle1 .bannerWrap {
  position: relative;
}
.bannerStyle1 .col-xs-12 {
  height: 520px;
  position: relative;
}
.bannerStyle1 .col-xs-12 p.img {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 48px;
}
.bannerStyle1 .col-xs-12 p.img img {
  display: block;
  margin: 0 auto;
}
.banner .contentBox {
  padding: 35px 10px 20px 10px;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 10px;
  text-align: center;
  background: rgba(255, 210, 0, 0.9);
}
.banner .contentBox h2 {
  font-size: 3.2em;
  margin-bottom: 40px;
}
.banner .contentBox h2 strong {
  font-weight: bold;
  color: #00214D;
}
.banner .contentBox > p {
  margin-bottom: 10px;
}
/*.bannerForm1 {
	margin : 0; padding : 0;
	p.textType {
		margin : 0; padding : 0 62px 35px 62px;
		input.textType {
			padding : 9px 0; text-indent : 0; width : 100%; border : none; text-align : center; background : #C4C4C4;
			&:focus { color : #000000; background : #ffffff; border : none; &:extend(.shadowNone); }
		}
		select.selectType {
			text-align : left;
		}
	}
	p.selectType {
		margin : 0; padding : 0 62px 35px 62px;
		select.selectType {
			padding : 9px; text-indent : 0; width : 100%; border : none; text-align : left; background : #C4C4C4;
			&:focus { color : #000000; background : #ffffff; border : none; &:extend(.shadowNone); }
		}
		i { margin-top: 12px; }
	}
	p.submitType {
		margin : 0;
		input.submitType { margin :  0 0 10px 0; padding-left : 53px; padding-right : 53px; }
		a.newLine { font-size : .8em; }
	}
}*/
.tabsStyle1 {
  margin-bottom: 44px;
}
.tabsStyle1 .bannerNav {
  top: auto;
  bottom: -44px;
}
.tabsStyle1 .bannerNav .tabDesign {
  margin: 0 20px;
  margin-top: 10px;
  background: #cca113;
  height: 93px;
}
.tabsStyle1 .bannerNav .tabDesign li {
  padding-right: 1px;
  padding-left: 0;
}
.tabsStyle1 .bannerNav .tabDesign li.selected a,
.tabsStyle1 .bannerNav .tabDesign li a:hover,
.tabsStyle1 .bannerNav .tabDesign li a.active {
  position: relative;
  color: #ffffff;
}
.tabsStyle1 .bannerNav .tabDesign li.selected a:before,
.tabsStyle1 .bannerNav .tabDesign li a.active:before {
  content: ".";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 10px;
  background: url('../../images/icons/icon_arrow_top.png') no-repeat 0 0 scroll transparent;
}
.tabsStyle1 .bannerNav .tabDesign li a strong {
  display: block;
  font-weight: normal;
}
.tabsStyle1 .bannerNav .tabDesign li a small {
  display: block;
  font-size: .45em;
  line-height: 1em;
}
.tabsStyle1 .bannerNav .tabDesign li a span {
  padding-top: 16px;
  padding-bottom: 18px;
}
.tabsStyle1 .bannerNav .tabDesign li:last-child {
  padding-right: 0;
}
p.image {
  width: 100%;
  overflow: hidden;
}
p.image img {
  display: block;
  width: 100%;
  webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
p.image a:hover img {
  opacity: 0.7;
}
figure.image {
  display: inline-block;
}
figure.image figcaption {
  background: #252B33;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  padding: 20px;
}
.bannerPollList .banner p {
  margin-bottom: 0px;
}
.bannerPollList .banner img {
  display: block;
}
.bannerPollList .banner.last {
  position: relative;
}
.bannerPollList .banner.last .bannerJoin {
  background: #00214D;
  text-align: center;
  height: 100%;
  position: relative;
}
.bannerPollList .banner.last .bannerJoin .content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.bannerPollList .banner.last img {
  display: inline-block;
  margin-bottom: 5px;
}
.bannerPollList .banner.last p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
/* siteLinks */
.siteLinks a {
  display: block;
  position: relative;
  margin-bottom: 40px;
  background: #00214D;
  text-decoration: none;
  overflow: hidden;
}
.siteLinks a.disabledLink {
  cursor: default !important;
}
.siteLinks p.image {
  margin: 0;
}
.siteLinks p.image img {
  width: 100%;
}
.siteLinks p.image:hover img {
  opacity: 0.7;
}
.siteLinks a:hover .linksTitle {
  text-decoration: none;
}
.siteLinks a:hover .linksWrap {
  background: #002F6E;
}
.siteLinks .linksWrap {
  position: absolute;
  transition: 0.1s;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 25px 30px;
  background: #00214D;
  width: 100%;
  box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
}
.siteLinks .linksWrap .linksTitle {
  font-size: 2.3em;
  margin: 0 0 10px 0;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
}
.siteLinks .linksWrap .linksTitle a {
  color: #ffffff;
}
.siteLinks .linksWrap p {
  padding: 0;
  font-size: 1.4em;
  margin: 0;
  color: #ffffff;
}
.siteLinks .linksWrap .btn {
  position: absolute;
  top: 100%;
  right: 0px;
  font-size: 13px;
  padding: 12px;
  font-weight: normal;
}
.fancyLinks {
  background: #00214D;
  list-style-type: none !important;
  display: table;
  width: 100%;
  height: 300px;
  padding-top: 0px !important;
}
.fancyLinks li {
  list-style-type: none !important;
  margin: 0px;
  display: table-row;
}
.fancyLinks li a {
  position: relative;
  display: block;
  padding: 0 10px 0 80px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 1px solid #ddd;
}
.fancyLinks li a::before {
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  width: 35px;
  text-align: center;
  font-size: 24px;
  color: #FFD200;
  line-height: 24px;
  content: "\f1b9";
  left: 20px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-right: 1px solid #505A69;
  padding: 5px 12px 5px 0px;
}
.fancyLinks li a:hover {
  background: #002F6E;
}
.fancyLinks li.moto a::before {
  content: "\f21c";
}
.fancyLinks li.truck a::before {
  content: "\f0d1";
}
.fancyLinks li.child a::before {
  content: "\f1ae";
}
.fancyLinks li.old a::before {
  content: "\f007";
}
/* anketa */
.anketa {
  background: #EFF0F2;
  max-width: 550px;
  padding: 20px 20px 50px 20px;
  position: relative;
  margin: 40px 0;
}
.anketa h3 {
  font-size: 14px !important;
  color: #6E7885;
  line-height: 22px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #AEB7C2;
}
.anketa h2 {
  font-size: 30px;
  color: #00214D;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
}
.anketa .answer {
  margin-bottom: 0px;
}
.anketa .answer label {
  display: block;
  background: #FFFFFF;
  margin-bottom: 2px;
  padding: 10px 10px;
  font-size: 16px;
  color: #002D62;
  cursor: pointer;
}
.anketa .answer input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.anketa .result {
  display: block;
  margin-bottom: 2px;
  padding: 10px 20px 10px 0px;
  font-size: 16px;
}
.anketa .result strong {
  color: #002D62;
  display: block;
  margin-bottom: 3px;
}
.anketa .result p {
  margin-bottom: 0px;
}
.anketa .result p.answer {
  font-size: 14px;
  color: #252B33;
}
.anketa .total {
  border-top: 1px solid #AEB7C2;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.anketa .btn {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  padding: 15px 20px;
}
.anketa::after {
  position: absolute;
  top: 100%;
  background: #EFF0F2;
  height: 10px;
  left: 10px;
  right: 10px;
  content: "";
  opacity: 0.6;
}
.anketa .progressBar .line {
  background: #ffd200;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.anketa .progressBar .line span {
  position: absolute;
  left: 100%;
  font-size: 14px;
  color: #002D62;
  font-weight: bold;
  padding-left: 5px;
  white-space: nowrap;
}
/* testimonials */
.testimonials {
  position: relative;
}
.testimonials .image {
  max-width: 230px;
  float: left;
  display: inline-block;
}
.testimonials .testimonial {
  position: relative;
  padding: 0px 0px 0px 40px;
  display: block;
}
.testimonials .testimonial::before {
  content: "“";
  font-weight: bold;
  color: #ffd200;
  line-height: 1;
  font-size: 80px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.testimonials .testimonial p {
  font-size: 16px;
  color: #252B33;
  text-align: left;
  margin-bottom: 15px;
}
.testimonials .testimonial.hasImg {
  margin-left: 245px;
}
.testimonials .row {
  margin: 0;
}
.owl-nav {
  color: #002d62;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 50px;
  margin-top: -30px;
}
.owl-nav .owl-prev:hover {
  color: #ffd200;
}
.owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 50px;
  margin-top: -30px;
}
.owl-nav .owl-next:hover {
  color: #ffd200;
}
.partnersList .slide {
  height: 100px;
}
.partnersList img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partnersList .owl-nav .owl-prev {
  left: -40px;
  font-size: 35px;
  margin-top: -20px;
}
.partnersList .owl-nav .owl-next {
  right: -40px;
  font-size: 35px;
  margin-top: -20px;
}
.partnersGrid .partner {
  height: 150px;
  position: relative;
  margin-bottom: 25px;
}
.partnersGrid .partner img {
  max-width: 180px;
  width: auto !important;
  height: auto !important;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* sliderNav */
.sliderNav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.sliderNav li {
  position: absolute;
  left: -50px;
  top: 25px;
  margin: 0 !important;
  list-style-type: none !important;
}
.sliderNav li.next {
  left: auto;
  right: -50px;
}
.sliderNav li.next a {
  text-align: right;
}
.sliderNav li.next a:before {
  content: "\f105";
  font: normal normal normal 50px/50px FontAwesome;
}
.sliderNav li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: left;
}
.sliderNav li a:hover {
  color: #666666;
}
.sliderNav li a:active {
  color: #000000;
}
.sliderNav li a span {
  display: none;
}
.sliderNav li a:before {
  content: "\f104";
  font: normal normal normal 50px/50px FontAwesome;
}
/* footer */
/* footerLinks title */
/* copyrights */
/* mobileMenu */
.mobileMenu {
  display: none;
}
.mobileMenu p {
  margin: 0;
  font-size: 1em;
}
.mobileMenu p.phoneAMZS {
  position: absolute;
  top: 8px;
  left: 230px;
}
.mobileMenu p.mobileMenuLink {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 2.7em;
}
.mobileMenu p.mobileMenuLink a {
  display: block;
  line-height: 45px;
  padding: 0 10px;
  float: right;
  text-decoration: none;
}
.mobileMenu p.mobileMenuLink a.selected .fa {
  font-size: 30px;
}
.mobileMenu p.mobileMenuLink a.selected .fa::before {
  content: "\f00d";
}
#subPage #mobileMenuCont {
  top: 74px !important;
}
/* mobile navigation new */
#mobileMenuCont,
#mobileMenuContVertical {
  width: 250px;
  position: absolute;
  z-index: 1000;
  top: 74px;
  left: -100%;
  height: 100%;
  background: #252B33;
  transition: 0.4s;
}
#mobileMenuCont h2,
#mobileMenuContVertical h2 {
  margin: 0;
  font-size: 22px;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
#mobileMenuCont h2::before,
#mobileMenuContVertical h2::before {
  display: none;
}
#mobileMenuCont h2.link,
#mobileMenuContVertical h2.link {
  padding: 0;
}
#mobileMenuCont h2.link a,
#mobileMenuContVertical h2.link a {
  color: #ffd200;
  padding: 10px 10px 15px 10px;
  font-weight: bold;
  font-size: 22px;
}
#mobileMenuCont h2 .closeMenu,
#mobileMenuContVertical h2 .closeMenu {
  display: block;
  float: right;
  cursor: pointer;
}
#mobileMenuCont .child,
#mobileMenuContVertical .child {
  position: absolute;
  top: 0;
  background: #252B33;
  height: 100%;
  width: 100%;
  left: -100%;
  transition: 0.4s;
  z-index: 1;
}
#mobileMenuCont ul,
#mobileMenuContVertical ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
  overflow-x: hidden;
  overflow-y: auto;
  /*&.level-1 {
      position: relative;
    }*/
}
#mobileMenuCont ul li,
#mobileMenuContVertical ul li {
  cursor: pointer;
  padding: 0;
  background: none !important;
  margin-bottom: 0 !Important;
  display: block;
  padding: 0 10px;
}
#mobileMenuCont ul li a,
#mobileMenuContVertical ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #4b4f54;
  outline: 0;
  overflow: hidden;
  line-height: 1em;
  text-decoration: none;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
}
#mobileMenuCont ul li a.hasChild i,
#mobileMenuContVertical ul li a.hasChild i {
  display: block;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
#mobileMenuCont ul li a.back,
#mobileMenuContVertical ul li a.back {
  color: #bbb;
  font-size: 13px;
  padding: 15px 10px 10px 10px;
  border-bottom: none !important;
}
#mobileMenuContVertical {
  width: 100%;
  position: relative;
  z-index: 1;
  top: auto;
  left: 0;
  height: auto;
  background: initial;
}
#mobileMenuContVertical .child {
  position: absolute;
  top: 0;
  background: #fff;
  height: 100%;
  left: -100%;
  transition: 0.4s;
  z-index: 1;
}
#mobileMenuContVertical ul {
  background: #fff;
}
/* /mobile navigation new */
.languageSelectorWide {
  font-size: 1.6em;
  text-decoration: none;
  margin: 7px 0 0 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.footer {
  position: relative;
  padding: 4em 0 2em 0;
  margin: 0;
  color: #ffffff;
  background: #252B33;
  border-top: none;
}
.footer .social p {
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 2.2em;
  text-align: center;
  border-bottom: 1px solid #3A4048;
}
.footer .social p a {
  display: inline-block;
  padding: 0 3%;
  min-width: 60px;
  color: #8A929C;
}
.footer .social p a:hover {
  color: #ffd200;
}
.footer .social p small {
  display: none;
}
.footer.footerEn .social p {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.footer .brand,
.footer .description,
.footer .region {
  display: none;
}
.footer a {
  color: #ffffff;
}
.footer p,
.footer address {
  color: #ffffff;
}
.footer .footerWrap {
  background: none;
}
.footer .linksTitle {
  padding: 0;
  font-weight: bold;
  margin: 0 0 0.6em 0;
  font-size: 1.8em;
  font-weight: normal;
  font-family: inherit;
  color: #FFD200;
  line-height: 1.25em;
}
.footer .linksTitle a {
  color: #FFD200;
  font-weight: bold;
}
.footer .footerLinks ul {
  margin-bottom: 2em;
  padding-left: 15px;
}
.footer .footerLinks ul li {
  font-size: 1.4em;
  line-height: 1.6em;
  list-style: disc;
  color: #8A929C;
  padding-left: 5px;
}
.footer .footerLinks ul li a {
  color: #8A929C;
}
.footer .footerLinks ul li a span {
  color: #8A929C;
}
.footer .footerLinks ul li a:hover {
  text-decoration: underline;
}
.footer .vcard .siteOwner {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.6em;
  color: #8A929C;
}
.footer .vcard address {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.6em;
  color: #8A929C;
}
.footer .vcard .companyPage {
  display: block;
  margin-bottom: 15px;
  color: #8A929C;
}
.footer .vcard .contactDetails {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #8A929C;
}
.footer .vcard .contactDetails small {
  display: none;
  padding: 0 10px;
  color: #8A929C;
}
.footer .vcard .contactDetails a {
  color: #8A929C;
}
.footer .vcard abbr {
  display: none;
}
.footer .copyrights {
  margin: 4em 0 0 0;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #3A4048;
}
.footer .copyrights p {
  margin: 0;
  font-size: 1.2em;
  padding-top: 15px;
  color: #8A929C;
}
.footer .copyrights p .copy {
  color: #8A929C;
}
.footer .copyrights p small {
  padding: 0 10px;
  color: #ffd200;
}
.footer .copyrights a {
  color: #8A929C;
}
.footer .copyrights .copy {
  text-align: left;
}
.footer .copyrights .boniteta p {
  margin-bottom: 5px;
}
.footer .copyrights .boniteta img {
  max-width: 300px;
}
.footer .copyrights .logos img {
  display: inline-block;
  width: 92px;
  margin-left: 10px;
}
.footer .copyrights .logos p {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copyrights .logos p {
    text-align: right;
  }
}
/* topLink */
.topLink {
  position: absolute;
  top: 62px;
  right: 62px;
  line-height: 1em;
}
.topLink a small {
  display: none;
}
.topLink a i {
  font-size: 28px;
  line-height: 34px;
}
.topLink a span {
  color: #333333;
}
.topLink a:hover span {
  color: #ffd200;
}
/* error */
span.widgetError {
  color: #f00;
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #f00;
  display: inline-block;
}
.error404 {
  background: linear-gradient(rgba(255, 210, 0, 0.65), rgba(255, 210, 0, 0.65)), url('../../images/backgrounds/bg_404.png') no-repeat center center !important;
  height: 1100px;
  padding-bottom: 0;
  margin-bottom: -50px;
}
.error404 .col-xs-12 {
  padding-top: 300px;
}
.error404 img {
  margin-bottom: 20px;
}
/* thank you */
.thankYou {
  background: #ffd200 !important;
  height: 1000px;
}
.thankYou .col-xs-12 {
  height: 900px;
  position: relative;
  display: table;
}
.thankYou .col-xs-12 div.thankYouCont {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  margin-bottom: 100px;
}
/* gallery */
.galleryCont {
  margin-bottom: 25px;
  overflow: hidden;
}
.galleryCont a {
  margin: 0 0 2.08% 0;
  display: block;
  float: left;
  width: 12.5%;
  margin-right: 2.08%;
}
.galleryCont a:nth-child(7n) {
  margin-right: 0;
}
.galleryCont a img {
  width: 100%;
  display: block;
}
/* gmap pins */
.gm-style .gm-style-iw {
  width: 171px !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #002d62;
  margin-top: 15px;
  border: 1px solid #597387;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 15px 15px;
  color: #fff;
  line-height: 1.6em;
}
.gm-style .gm-style-iw + div {
  display: none !important;
}
.gm-style .gm-style-iw a {
  color: #fff;
  text-decoration: underline;
}
.gm-style .gm-style-iw a:hover {
  text-decoration: none;
}
#map-stanje .gm-style .gm-style-iw,
#map-smucisca .gm-style .gm-style-iw,
#map-prelazi .gm-style .gm-style-iw {
  width: 250px !important;
}
#map-stanje .gm-style .gm-style-iw + div,
#map-smucisca .gm-style .gm-style-iw + div,
#map-prelazi .gm-style .gm-style-iw + div {
  display: none !important;
}
#map-razdalje .gm-style .gm-style-iw {
  width: 100px !important;
}
#map-razdalje .gm-style .gm-style-iw + div {
  display: none !important;
}
.syc {
  overflow: hidden;
  height: 1600px;
  width: 800px;
}
.syc iframe {
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  width: 1068px;
  height: 1400px;
  margin-left: -240px;
  margin-top: -400px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#stroski select {
  max-width: 300px;
}
#stroskiDataCont select,
#stroskiDataCont select option {
  border: 0 !important;
  margin-left: -5px;
  color: #002d62;
  font-size: 0.95em;
  width: 70%;
}
#stroskiDataCont select option {
  margin-left: 0px;
}
iframe.iframeCvvObrazec {
  width: 100%;
  min-height: 1000px;
  border: none;
}
/* ============================= bootstrap new ============================= */
/* ===== forms ===== */
.noLegend legend,
.noLabel label {
  display: none;
}
label {
  font-size: 1.5em;
  font-weight: 400 !important;
}
.form-group {
  width: 100%;
  display: table;
  position: relative;
  /* checkbox */
  /* radio */
  /* file */
  /* tooltip */
  /* captcha */
  /* textarea */
  /* locevalni tekst */
  /* drop-down */
  /*select {
		appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;
		font-family: FontAwesome; display: inline-block; content: "\f107"; color: #000; left: 0;
		&::-ms-expand { display: none; }
		&:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
	}*/
}
.form-group label {
  width: 250px;
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
  color: #002d62;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  display: table-cell;
  margin-left: 5px;
}
.form-group .help-block {
  margin-bottom: 0;
}
.form-group .help-block ul li {
  background: none !important;
  padding-left: 0px !important;
  list-style-type: none !important;
  margin-left: 5px !Important;
  color: red;
}
.form-group .help-block ul.list-unstyled {
  margin-bottom: 0;
}
.form-group span.has-error {
  clear: both;
  display: block;
  color: #f00;
  margin-left: 5px;
}
.form-group div.has-error a {
  color: #f00 !important;
}
.form-group .checkbox span.has-error,
.form-group .radio span.has-error {
  margin-left: 150px;
}
.form-group .checkbox {
  display: inline;
  margin-top: 10px !important;
}
.form-group .checkbox.disabled label {
  color: #CCC;
}
.form-group .checkbox.disabled label:before {
  color: #CCC;
}
.form-group .checkbox label,
.form-group .checkbox input {
  display: inline-block;
  width: initial;
}
.form-group .checkbox label a,
.form-group .checkbox input a {
  z-index: 100;
  position: relative;
}
.form-group .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  line-height: 21px;
  height: 21px;
  margin: 0;
}
.form-group .checkbox label {
  width: auto;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}
.form-group .checkbox label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #000;
  margin-left: -15px;
  left: 0;
  padding-right: 10px;
  font-size: 1.2em;
  width: 15px;
}
.form-group .checkbox.selected label:before {
  content: "\f046";
}
.form-group .radio label,
.form-group .radio input {
  display: inline-block;
  width: initial;
}
.form-group .radio input[type=radio] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  line-height: 21px;
  height: 21px;
  margin: 0;
}
.form-group .radio label {
  width: auto;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}
.form-group .radio label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f10c";
  color: #000;
  margin-left: -15px;
  left: 0;
  padding-right: 10px;
  font-size: 1.2em;
  width: 15px;
}
.form-group .radio.selected label:before {
  content: "\f111";
}
.form-group .radio span.has-error {
  margin-left: 5px !important;
}
.form-group input[type="file"] {
  padding: 0 12px 0 0;
  cursor: pointer;
  line-height: 1em;
  /*&::before {content: 'Select some files'; display: inline-block; background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); border: 1px solid #999; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; }
		&:hover::before {border-color: black;}
		&:active::before {background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);}*/
}
.form-group input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.form-group a.toolTip {
  position: absolute;
  top: 4px;
  right: -36px;
  background-color: #f8f8f8;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}
.form-group img {
  float: left;
}
.form-group .captcha_reload {
  margin: 0 20px;
  font-size: 1.5em;
}
.form-group .captcha_reload + input {
  width: 40%;
}
.form-group textarea {
  height: 160px !important;
}
.form-group p.splitText {
  margin-top: 15px;
  border-bottom: 3px solid #002d62;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #002d62;
}
.form-group > button {
  margin-left: 155px;
}
.form-group #appbundle_clan_fizicna_selectCardNumber,
.form-group #appbundle_clan_pravna_selectCardNumber {
  width: 80px;
}
.form-group.cardSelector .toolTip {
  top: 51px;
  left: 410px;
  right: auto;
}
.form-group.gdpr-consent label {
  display: block;
  width: 100%;
  font-weight: normal !important;
  margin-right: 0px;
}
.form-group.gdpr-consent label::before {
  padding-right: 7px;
}
.form-group.gdpr-consent .radio {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.form-group.gdpr-consent .radio label {
  width: auto !important;
}
.form-group.gdpr-consent .col-sm-9 {
  width: 100%;
}
form #appbundle_registracija_obrazec button {
  margin: 0 auto;
  display: block;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background-color: #fff;
  font-size: 11px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* banner form */
.bannerWrap {
  margin: 0;
  padding: 0;
}
.bannerWrap .contentBox div.form-group {
  margin: 0;
  padding: 0 32px 25px 32px;
  position: relative;
  /*i {
			position: absolute; left: 8px; top: 8px; margin: 0; z-index: 1;
			&.iconRight { left: auto; right: 5px; top: 3px; z-index: 5; background: #ffd200; padding: 5px; }
		}*/
}
.bannerWrap .contentBox div.form-group select.form-control,
.bannerWrap .contentBox div.form-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 9px;
  text-indent: 0;
  width: 100%;
  border: none;
  text-align: left;
  background: #C4C4C4;
  font-size: 1.5em;
  height: initial;
  margin-left: 0 !important;
}
.bannerWrap .contentBox div.form-group select.form-control:focus,
.bannerWrap .contentBox div.form-group input:focus {
  color: #000000;
  background: #ffffff;
  border: none;
}
.bannerWrap .contentBox div.form-group select.form-control::-webkit-input-placeholder,
.bannerWrap .contentBox div.form-group input::-webkit-input-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control:-moz-placeholder,
.bannerWrap .contentBox div.form-group input:-moz-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control::-moz-placeholder,
.bannerWrap .contentBox div.form-group input::-moz-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control:-ms-input-placeholder,
.bannerWrap .contentBox div.form-group input:-ms-input-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control {
  background: #c4c4c4 url('../../images/icons/arrow-down-icon.png') no-repeat 95% 50%;
}
.bannerWrap .contentBox div.form-group select.form-control:focus {
  background: #ffffff url('../../images/icons/arrow-down-icon.png') no-repeat 95% 50%;
}
.bannerWrap .contentBox div.form-group i {
  margin-top: 12px;
  position: absolute;
  right: 40px;
  font-size: 1.6em;
  top: 0px;
  display: none;
}
.bannerWrap .contentBox div.form-group i.iconRight {
  left: auto;
  z-index: 5;
  padding: 5px;
  width: 15px;
  height: 15px;
  background-color: #C4C4C4;
  top: -4px;
  right: 35px;
}
.bannerWrap .contentBox div.form-group p {
  margin: 10px 0 0 0;
}
.tooltipTable {
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}
/* druzinskiClaniCollection */
.druzinskiClaniCollection h3 {
  font-size: 15px !important;
  font-weight: 700;
  border-bottom: 1px solid #002d62;
  margin-top: 30px;
  padding-bottom: 10px;
}
.druzinskiClaniCollection .removeCollection {
  float: right;
}
/* filters */
.filter {
  background-color: #ffd200;
  padding: 20px;
  overflow: hidden;
  display: block;
}
.filter.marginBottom {
  margin-bottom: 20px;
}
.filter div.form-group {
  position: relative;
  display: block;
  width: 23.5%;
  max-width: 220px;
  float: left;
  margin: 0;
}
.filter div.form-group select,
.filter div.form-group input {
  width: 100%;
  border: 2px solid #002d62;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 6px 3px 30px;
  margin-left: 0;
  background: #ffd200;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: '';
  color: #002d62;
  cursor: pointer;
  height: 40px;
  font-size: 1.6em;
}
.filter div.form-group select:focus,
.filter div.form-group input:focus {
  border: 2px solid #002d62;
  background: #ffd200;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.filter div.form-group select::-webkit-input-placeholder,
.filter div.form-group input::-webkit-input-placeholder {
  color: #002d62;
}
.filter div.form-group select:-moz-placeholder,
.filter div.form-group input:-moz-placeholder {
  color: #002d62;
}
.filter div.form-group select::-moz-placeholder,
.filter div.form-group input::-moz-placeholder {
  color: #002d62;
}
.filter div.form-group select:-ms-input-placeholder,
.filter div.form-group input:-ms-input-placeholder {
  color: #002d62;
}
.filter div.form-group select ::-ms-expand,
.filter div.form-group input ::-ms-expand {
  display: none;
}
.filter div.form-group i {
  position: absolute;
  left: 8px;
  top: 8px;
  margin: 0;
  z-index: 1;
}
.filter div.form-group i.iconRight {
  left: auto;
  right: 5px;
  top: 3px;
  z-index: 5;
  background: #ffd200;
  padding: 5px;
}
.filter div.form-group.pull-right {
  width: auto;
}
.filter div.form-group.pull-right .btn {
  display: block;
  cursor: pointer;
  padding: 7px 20px;
  float: right;
}
.filter div.form-group input[type="text"] {
  cursor: text;
}
.filter span.inline {
  float: left;
  display: block;
  margin-top: 5px;
}
.filter i {
  font-size: 2.3em;
  float: none;
  color: #002d62;
  margin: 2px 10px 0;
}
.filter.filterIzracunStroskov .form-group {
  margin-right: 1.5%;
}
.filter button,
#banners button {
  margin-left: 0;
}
#banners {
  visibility: hidden;
}
/* messages */
/* infoBoxesStandard: margin padding border-width border-style border-color background round-corners */
/* setUp: border background h4Color, pColor, liColor, liBg, liPadding*/
/* infoTypes generator */
div.errorMessage,
div.successMessage,
div.noticeMessage {
  margin: 0 0 5em 0;
  padding: 15px 10px 15px 0px;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  background: #f8f8f8;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
div.errorMessage i + h4,
div.successMessage i + h4,
div.noticeMessage i + h4 {
  display: none;
}
div.errorMessage {
  position: relative;
  border: none;
  background: #ff4200;
}
div.errorMessage .fa {
  color: #ffffff;
  float: left;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
div.errorMessage h4 {
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 2.2em;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  border-bottom: none;
}
div.errorMessage h4 i {
  position: absolute;
  top: 17px;
  left: 0;
  width: 80px;
  text-align: center;
}
div.errorMessage p {
  color: #ffffff;
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}
div.errorMessage ul {
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  list-style-type: none;
}
div.errorMessage ul li {
  padding: 0;
  margin: 0;
  color: #ffffff;
  list-style-type: none;
}
div.errorMessage .infoBoxWrap {
  padding-left: 30px;
  margin-left: 70px;
  border-left: 3px solid #ffffff;
}
div.successMessage {
  position: relative;
  border: none;
  background: #00b300;
}
div.successMessage .fa {
  color: #ffffff;
  float: left;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
div.successMessage h4 {
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 2.2em;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  border-bottom: none;
}
div.successMessage h4 i {
  position: absolute;
  top: 17px;
  left: 0;
  width: 80px;
  text-align: center;
}
div.successMessage p {
  color: #ffffff;
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}
div.successMessage ul {
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  list-style-type: none;
}
div.successMessage ul li {
  padding: 0;
  margin: 0;
  color: #ffffff;
  list-style-type: none;
}
div.successMessage .infoBoxWrap {
  padding-left: 30px;
  margin-left: 70px;
  border-left: 3px solid #ffffff;
}
div.noticeMessage {
  position: relative;
  border: none;
  background: #f8f8f8;
}
div.noticeMessage .fa {
  color: #333333;
  float: left;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
div.noticeMessage h4 {
  color: #333333;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 2.2em;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  border-bottom: none;
}
div.noticeMessage h4 i {
  position: absolute;
  top: 17px;
  left: 0;
  width: 80px;
  text-align: center;
}
div.noticeMessage p {
  color: #333333;
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}
div.noticeMessage ul {
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  list-style-type: none;
}
div.noticeMessage ul li {
  padding: 0;
  margin: 0;
  color: #333333;
  list-style-type: none;
}
div.noticeMessage .infoBoxWrap {
  padding-left: 30px;
  margin-left: 70px;
  border-left: 3px solid #ffffff;
}
/* other */
a.btn {
  text-decoration: none;
}
.bootstrap-datetimepicker-widget {
  padding-top: 10px;
  position: absolute;
  z-index: 1000;
  left: 0;
  /*top: 0; left: auto;*/
}
.avtoOznaka {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 18px;
  width: 30px;
  height: 20px;
  display: block;
  text-align: center;
  font-size: 0.8em;
  border: 1px solid #000;
  vertical-align: middle;
}
.countryTable h4,
.pomembna-obvestila,
.navadna-obvestila,
.smucCenik,
.listTitle,
.eNews h4,
#ferryResults h4 {
  border-bottom: none;
  margin-bottom: initial;
}
div.input-append.date,
div.input-append.datetime,
div.input-append.time {
  position: relative;
}
div.input-append.date > div.bootstrap-datetimepicker-widget,
div.input-append.datetime > div.bootstrap-datetimepicker-widget,
div.input-append.time > div.bootstrap-datetimepicker-widget {
  background: #fff;
  width: auto;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.input-append.datetime > div.bootstrap-datetimepicker-widget {
  padding-left: 25px;
}
div.input-append.datetime > div.bootstrap-datetimepicker-widget div {
  width: auto;
}
.datepicker table {
  width: auto;
}
.datepicker table td,
.datepicker table th {
  font-size: 13px;
  border: none;
  font-family: arial;
  padding: 5px 10px !important;
}
.datepicker table th {
  background: #fff;
  padding: 5px 10px !important;
}
.datepicker table th.dow {
  font-weight: 600;
}
.datepicker table td.day.active {
  background: #428bca;
  color: #fff;
  border-radius: 0;
}
.timepicker table {
  width: auto;
}
.timepicker table td {
  font-size: 13px;
  border: none;
  font-family: arial;
  padding: 5px 10px !important;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul,
.bootstrap-datetimepicker-widget li {
  list-style-type: none !important;
  font-size: 1em;
}
table.tableLastColumnRight tbody td:last-child,
table.tableLastColumnRight tbody th:last-child,
table.tableLastColumnRight thead th:last-child,
table.tableLastColumnRight thead td:last-child {
  text-align: right;
}
table.testimonial {
  width: 100% !important;
  height: auto !important;
}
table.testimonial tr td:first-child {
  width: 160px !important;
}
table.testimonial tr td:first-child img {
  display: block;
  max-width: 100%;
}
table.testimonial tr td:nth-child(2) {
  padding-left: 50px;
  width: auto !important;
  padding-top: 10px;
  position: relative;
  font-size: 16px;
  color: #6E7885;
  line-height: 25px;
}
table.testimonial tr td:nth-child(2)::before {
  content: "“";
  font-weight: bold;
  color: #ffd200;
  line-height: 1;
  font-size: 80px;
  position: absolute;
  top: 7px;
  left: 5px;
}
table.testimonial tr td:nth-child(2) p {
  color: #6E7885 !important;
  margin-bottom: 10px;
}
table.testimonial tr td:nth-child(2) blockquote {
  padding: 0;
  margin: 0 0 15px 0;
  background: none !important;
  font-size: 19px;
  color: #6E7885 !important;
  line-height: 25px;
}
table.testimonial tr td:nth-child(2) blockquote p {
  padding: 0;
  margin: 0;
  font-size: 19px;
  color: #6E7885 !important;
  background: none !important;
  line-height: 25px;
}
.dogodekTermin,
.dogodekCena {
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
}
/* select type */
/*.multiLineSelect {
	display: table;
	select { margin-right: 10px; float: left; }
}
i.iconRight { margin: 8px 0 0 -25px; }
i.iconRightMulti { margin: 8px 0 0 -35px; float: left; }
i.iconRightSubmit { margin: 8px 0 0 -25px; }*/
/* textarea */
/*.textareaArrowUp {
	position: relative;
	textarea { margin-top: 10px; }
	.arrowUp {width: 0; height: 0; border-style: solid; border-width: 0 18px 10px 18px; border-color: transparent transparent #eaedef transparent; position: absolute; left: 10px; }
}*/
/* ============================= /bootstrap new ============================= */
div.floater {
  color: #00b300;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #00b300;
  display: inline-block;
  margin: 10px 0;
}
div.floater a {
  color: #00b300;
}
.marginTop {
  margin-top: 20px;
}
.marginTop40 {
  margin-top: 40px;
}
.countryPass,
.countrySki,
.fuelType,
.fuelCountry,
.selectDrzava,
.selectPodrocje,
select#selectDrzavaRelacije,
select#selectRelacija {
  background: #ffd200 url('../../images/icons/arrow-down-icon.png') no-repeat 95% 50% !important;
}
.smcx-widget {
  z-index: 1 !important;
}
.bestBuy {
  max-width: 120px;
  height: auto;
}
.ui-tooltip {
  font-size: 15px;
}
.clanstvoPoMeri .form-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.clanstvoPoMeri .form-group:nth-child(6) {
  border-bottom: 0;
  padding-bottom: 0;
}
.clanstvoPoMeri label.control-label {
  width: 100%;
  display: block;
  font-weight: 600 !important;
  margin-bottom: 0;
  font-size: 17px;
}
.clanstvoPoMeri div.checkbox {
  display: block;
  margin-left: 0 !important;
}
.clanstvoPoMeri button[type="submit"] {
  margin-left: 0;
}
.clanstvoPoMeri .boxImportant {
  padding: 25px 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.clanstvoPoMeri .boxImportant .importantContent {
  margin-left: 0;
  border-left: 0;
  margin-right: 300px;
}
.clanstvoPoMeri .boxImportant .importantContent .importantTitle {
  font-size: 25px;
  margin-bottom: 10px;
}
.clanstvoPoMeri .boxImportant .importantContent .importantTitle span {
  font-size: 35px;
}
.clanstvoPoMeri .boxImportant p.more {
  width: 150px;
}
.clanstvoPoMeri .boxImportant p.more a {
  width: 150px;
}
.clanstvoPoMeri .boxImportant .btn {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
}
.clanstvoPoMeri .nasvet span {
  font-weight: 400 !important;
}
.hasDescription td {
  border-bottom: 0;
}
.hasDescription ~ tr td {
  border-top: 0;
}
.memCmp {
  width: 100% !important;
  min-width: 800px;
  overflow: hidden !important;
  display: table !important;
}
.memCmp thead tr {
  display: table-row;
}
.memCmp thead tr td {
  border-bottom: none;
}
.memCmp thead tr th {
  border-bottom: none;
}
.memCmp th {
  border: none;
  padding: 0px;
  background: #eaebec;
  text-align: center;
  border-right: 2px solid #fff;
}
.memCmp th h3 {
  background: #d4d6d6;
  font-size: 17px !important;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: bold;
}
.memCmp th.yellow {
  background: #ffebb8 url('../../images/icons/badge_favourite.png') no-repeat bottom center !important;
  background-size: 100% !important;
}
.memCmp th.yellow h3 {
  background: #ffd200;
}
.memCmp th p {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
}
.memCmp th .btn {
  float: none;
  margin-bottom: 20px;
}
.memCmp th .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 3px;
}
.memCmp th img {
  max-height: 20px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.memCmp th .sticker {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.memCmp tr {
  display: none;
}
.memCmp tr.trMore {
  display: table-row;
  cursor: pointer;
}
.memCmp tr.trMore .tdMore {
  cursor: pointer;
  position: relative;
  padding-right: 45px;
  background: url('../../images/icons/plus.png') no-repeat center right;
}
.memCmp tr.trMore .tdMore img {
  margin-right: 0px;
}
.memCmp tr.trMore .tdMore p {
  margin-bottom: 0px;
}
.memCmp tr.trMore td {
  font-weight: bold;
}
.memCmp tr.trMore td p {
  font-weight: bold;
}
.memCmp tr.trMore.selected .tdMore {
  background: url('../../images/icons/minus.png') no-repeat center right;
}
.memCmp tr th:nth-child(3) {
  background: #ffebb8;
}
.memCmp tr th:nth-child(3) h3 {
  background: #ffd200;
}
.memCmp tr td {
  max-width: 150px;
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
}
.memCmp tr td img {
  max-height: 22px;
  vertical-align: top;
  margin-right: 5px;
}
.memCmp tr td p {
  margin-bottom: 10px;
  text-align: center;
}
.memCmp tr td:nth-child(3) {
  background: #fff9e9;
}
.memCmp tr td:first-child {
  padding-left: 0px;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.memCmp tr td:first-child p {
  text-align: left;
  margin-bottom: 0px;
}
.memCmp tr.tfooter {
  display: table-row !important;
}
.memCmp tr.tfooter td {
  padding: 0px;
  border-right: 2px solid #fff;
  text-align: center;
}
.memCmp tr.tfooter td h3 {
  background: #ffdb7f;
  font-size: 17px !important;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 0px;
}
.memCmp tr.tfooter td:nth-child(3) {
  background: #ffebb8;
}
.memCmp tr.tfooter td:nth-child(3) h3 {
  background: #ffd200;
}
.memCmp .btn.btn-empty {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #142d61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #142d61;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 10px;
}
.memCmp .btn.btn-empty:hover {
  background: #142d61;
  color: #fff;
}
.table-container {
  overflow-y: auto;
  width: 100%;
}
a.link {
  font-size: 16px;
}
/* novo clanstvo */
.blueHelperClanstvo {
  position: fixed;
  right: 0;
  top: 300px;
  width: 90px;
  z-index: 9;
}
.blueHelperClanstvo .closed {
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  background: #032f60;
}
.blueHelperClanstvo .closed p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
.blueHelperClanstvo .closed img {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: auto;
}
.blueHelperClanstvo .opened {
  padding: 15px 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 150px;
  background: #032f60;
  width: 90px;
}
.blueHelperClanstvo .opened a {
  margin-bottom: 15px;
  display: block;
}
.blueHelperClanstvo .opened a span {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
}
.blueHelperClanstvo .opened a img {
  display: block;
  margin: 0 auto 10px;
  width: 48px;
  height: auto;
}
.blueHelperClanstvo .opened a.mail {
  margin-bottom: 0;
}
.blueHelperClanstvo .opened a.close {
  background: #032f60;
  display: table;
  width: 23px;
  height: 102px;
  margin: 0;
  position: absolute;
  left: -23px;
  top: 0;
}
.blueHelperClanstvo .opened a.close i {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blueHelperClanstvo .opened a.close i.fa-angle-down {
  display: none;
}
.vclanjevanjeHeader {
  position: relative;
}
.vclanjevanjeHeader h4 {
  margin-top: 45px;
}
.vclanjevanjeHeader.step1 .formSteps,
.vclanjevanjeHeader.step1 .desc {
  padding-right: 300px;
}
.vclanjevanjeHeader.step1 img {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.vclanjevanjeHeader .selectedPaket {
  background: #eaebec;
  padding: 10px;
  position: absolute;
  top: -85px;
  right: 0;
  width: 230px;
}
.vclanjevanjeHeader .selectedPaket p {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 5px;
}
.vclanjevanjeHeader .selectedPaket .change {
  border: 1px solid #012D62;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  max-width: 100px;
  padding: 5px 10px 5px 5px;
  text-decoration: none !important;
  display: block;
  margin-bottom: 13px;
}
.vclanjevanjeHeader .selectedPaket .change i {
  color: #012D62;
  margin-right: 4px;
  margin-left: 2px;
}
.vclanjevanjeHeader .selectedPaket .change:hover {
  background: #002d62;
  color: white;
}
.vclanjevanjeHeader .selectedPaket .change:hover i {
  color: white;
}
.vclanjevanjeHeader .selectedPaket h5 {
  font-size: 18px;
  font-weight: bold;
  color: #012D62;
  margin: 0 0 5px 0;
  padding: 0;
}
.vclanjevanjeHeader .selectedPaket h3 {
  font-size: 18px !important;
  font-weight: bold;
  color: #012D62;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 22px;
  text-transform: uppercase;
}
.vclanjevanjeHeader .selectedPaket h3 .cena {
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
}
.grayBox {
  background: #eaebec;
  padding: 20px;
  margin-bottom: 25px;
}
.clanstvo-toggle {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.clanstvo-toggle > * {
  float: left;
}
.clanstvo-toggle > span {
  font-size: 16px;
  color: #032f60;
  display: inline-block;
  opacity: 0.5;
  line-height: 39px;
  cursor: pointer;
  font-weight: normal;
}
.clanstvo-toggle > span.active {
  opacity: 1;
}
.clanstvo-toggle .toggle {
  width: 80px;
  height: 39px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.17);
  border: solid 1px #d4d6d6;
  position: relative;
  margin: 0 10px;
}
.clanstvo-toggle .toggle span.toggle-button {
  width: 44px;
  height: 29px;
  border-radius: 8px;
  margin: 4px;
  background-color: #032f60;
  box-shadow: inset -1px -1px 2px 0 #000000;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  /* Safari */
  transition: all 0.3s ease-out;
  left: 0;
  cursor: pointer;
  color: #3b6494;
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  letter-spacing: 3px;
  padding-left: 2px;
}
.clanstvo-toggle .toggle span.toggle-button.pravna {
  right: 0;
  left: auto;
}
form.postaniteClan h5 {
  font-size: 21px;
  color: #000;
}
form.postaniteClan h5 span.changeSpan {
  float: right;
  display: block;
}
form.postaniteClan h5 span.changeSpan i {
  font-size: 14px;
  margin-right: 5px;
}
form.postaniteClan h5 span.changeSpan a {
  font-size: 14px;
  text-decoration: underline;
}
form.postaniteClan h5 span.changeSpan a:hover {
  text-decoration: none;
}
form.postaniteClan .tipi .tip {
  background-color: #eaebec;
  padding: 30px;
  margin-bottom: 40px;
}
form.postaniteClan .tipi .tip h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #032f60;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}
form.postaniteClan .tipi .tip .features {
  margin-bottom: 25px;
  min-height: 92px;
}
form.postaniteClan .tipi .tip .features p {
  background: url('../../images/vclanjevanje/icon_check_yellow.png') 0 0 no-repeat;
  font-size: 14px;
  color: #000000;
  padding-left: 30px;
  background-size: 19px 18px;
  margin-bottom: 3px;
}
form.postaniteClan .tipi .tip .features p.subtitle {
  background: none;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
form.postaniteClan .tipi .tip .features p a {
  text-decoration: none;
}
form.postaniteClan .tipi .tip .features p a:hover {
  text-decoration: underline;
}
form.postaniteClan .tipi .tip .prices .price {
  display: block;
  background: #fff;
  margin-bottom: 5px;
  position: relative;
}
form.postaniteClan .tipi .tip .prices .price label {
  cursor: pointer;
  margin: 0;
  padding: 15px 12px;
  display: block;
  overflow: hidden;
  position: relative;
}
form.postaniteClan .tipi .tip .prices .price label span.label {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold !important;
  color: #032f60;
  padding: 0;
}
form.postaniteClan .tipi .tip .prices .price label > span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: relative;
  margin: 3px 10px 0 0;
  float: left;
}
form.postaniteClan .tipi .tip .prices .price label > span.circle span {
  display: none;
}
form.postaniteClan .tipi .tip .prices .price label img {
  position: absolute;
  left: 50%;
  display: block;
}
form.postaniteClan .tipi .tip .prices .price input[type=radio] {
  display: none;
}
form.postaniteClan .tipi .tip .prices .price input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
form.postaniteClan .tipi .tip .prices .price input[type=radio]:checked + label > span.circle {
  border: 1px solid #142d61;
  box-shadow: none;
}
form.postaniteClan .tipi .tip .prices .price input[type=radio]:checked + label > span.circle span {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
form.postaniteClan .tipi .tip .prices .price.noPrice a.btn {
  line-height: 34px;
  border-radius: 5px;
  border: solid 1px #142d61;
  font-size: 15px;
  font-weight: bold;
  color: #142d61;
  background: #fff;
  padding: 0 10px;
  margin: -6px 0 0 15px;
  float: left;
  display: inline-block;
  position: absolute;
}
form.postaniteClan .tipi .tip .prices .price.noPrice a.btn:hover {
  background: #142d61;
  color: #fff;
}
form.postaniteClan .tipi .tip .prices .price .more {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
form.postaniteClan .tipi .featured .tip {
  border: solid 3px #ffd200;
  padding: 27px;
  background-image: url('../../images/vclanjevanje/badge_favourite.png');
  background-position: top right;
  background-repeat: no-repeat;
}
form.postaniteClan .radio,
form.postaniteClan .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
form.postaniteClan .radio input,
form.postaniteClan .checkbox input {
  z-index: -1;
}
form.postaniteClan div.singleSelectize.selectize-control {
  padding: 0;
  margin-left: 5px;
}
form.postaniteClan div.singleSelectize.selectize-control .selectize-input {
  background: #f8f8f8;
}
form.postaniteClan .druzinskiClan h3 {
  font-size: 15px;
  border-bottom: solid 1px #142d61;
  margin-bottom: 5px;
  padding-bottom: 15px;
  padding-top: 0;
  font-weight: bold;
  margin-top: 0;
}
form.postaniteClan .druzinskiClan h3 a.removeCollection {
  font-size: 16px;
  float: right;
}
form.postaniteClan .dodaj-druzinskega-clana-group {
  display: block;
  margin: 35px 0 0 20px;
}
form.postaniteClan .dodaj-druzinskega-clana-group a.dodaj-druzinskega-clana {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #032f60;
  text-decoration: none;
}
form.postaniteClan .dodaj-druzinskega-clana-group a.dodaj-druzinskega-clana i {
  background-color: #032f60;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -3px;
}
form.postaniteClan .dodaj-druzinskega-clana-group a.dodaj-druzinskega-clana i:before {
  position: relative;
  top: 3px;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label {
  cursor: pointer;
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 35px 12px 12px 12px;
  text-align: left;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label span.label {
  display: block;
  font-size: 16px;
  font-weight: bold !important;
  color: #000;
  text-align: left;
  white-space: normal;
  line-height: 1.5em;
  border-bottom: 1px solid #d4d6d6;
  padding: 0 0 20px 0;
  margin: 0 0 20px 25px;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label span.label span.description {
  font-weight: normal;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label span.label.noBorder {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label > span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: absolute;
  margin: 2px 5px 0 0;
  float: left;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label > span.circle span {
  display: none;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label img {
  position: relative;
  display: block;
  margin: 0 0 20px 30px;
  max-width: 85%;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio] {
  display: none;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio]:checked + label > span.circle {
  border: 1px solid #142d61;
  box-shadow: none;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio]:checked + label > span.circle span {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label {
  cursor: pointer;
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 35px 12px 12px 12px;
  text-align: left;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label span.label {
  display: block;
  font-size: 16px;
  font-weight: normal !important;
  color: #000;
  text-align: left;
  white-space: normal;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 20px 25px;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label > span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: absolute;
  margin: 2px 5px 0 0;
  float: left;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label > span.circle span {
  display: none;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label img {
  position: relative;
  display: block;
  margin: 0 5px 20px 0;
  width: 58px;
  height: 36px;
  float: left;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label img.first {
  margin-left: 25px;
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio] {
  display: none;
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio]:checked + label > span.circle {
  border: 1px solid #142d61;
  box-shadow: none;
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio]:checked + label > span.circle span {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
form.postaniteClan .bottomCheckboxes div.checkbox {
  margin-left: 0;
}
form.postaniteClan .bottomCheckboxes div.checkbox label {
  padding-left: 30px;
}
form.postaniteClan .bottomCheckboxes div.checkbox label:before {
  margin-left: -25px;
}
form.postaniteClan .bottomCheckboxes div.checkbox span {
  margin: 5px 0;
  color: #000;
  display: block;
}
form.postaniteClan .bottomCheckboxes div.checkbox span.underCheckbox {
  font-size: 13px;
}
form.postaniteClan .izbranoClanstvo {
  padding: 40px 30px;
}
form.postaniteClan .izbranoClanstvo .whiteBox {
  background: #fff;
  padding: 40px;
}
form.postaniteClan .izbranoClanstvo .whiteBox h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #032f60;
  margin: 0 0 10px 0;
  padding: 0;
}
form.postaniteClan .izbranoClanstvo .whiteBox p {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
form.postaniteClan .izbranoClanstvo .whiteBox h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #032f60;
  margin: 0;
  padding: 0;
}
form.postaniteClan .izbranoClanstvo .features {
  margin-top: 10px;
}
form.postaniteClan .izbranoClanstvo .features p {
  background: url('../../images/vclanjevanje/icon_check_yellow.png') 0 0 no-repeat;
  font-size: 14px;
  color: #000000;
  padding-left: 30px;
  background-size: 19px 18px;
  margin-bottom: 0;
  line-height: 1.9em;
}
form.postaniteClan .izbranoClanstvo .features p.subtitle {
  background: none;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
form.postaniteClan .izbraniPodatki {
  padding: 40px 30px 0;
}
form.postaniteClan .izbraniPodatki .podatek {
  padding-bottom: 20px;
}
form.postaniteClan .izbraniPodatki .podatek p.titleDesc {
  font-size: 13px;
  font-weight: 600;
  color: #032f60;
  border-bottom: solid 1px #032f60;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
form.postaniteClan .izbraniPodatki .podatek table td {
  color: #000;
  font-size: 14px;
  border: none;
  background: none;
  line-height: 1.3em;
}
form.postaniteClan .izbraniPodatki .podatek table td:first-child {
  color: #6c6c6c;
  width: 130px;
}
form.postaniteClan .izbranoPlacilnoSredstvo {
  overflow: hidden;
  padding: 40px 30px;
}
form.postaniteClan .izbranoPlacilnoSredstvo p {
  float: left;
  margin: 8px 10px 0 0;
}
form.postaniteClan .izbranoPlacilnoSredstvo img {
  position: relative;
  display: block;
  margin: 0 5px 0 0;
  width: 58px;
  height: 36px;
  float: left;
}
form.postaniteClan .submitBackContainer {
  border-top: 3px solid #333;
  margin: 30px 0;
}
form.postaniteClan .splPogoji div.checkbox {
  margin-left: 0;
}
form.postaniteClan .splPogoji div.checkbox > label {
  margin-right: 0;
}
form.postaniteClan button.submit.btn,
form.postaniteClan button.submitBack.btn {
  margin-left: 0;
}
form.postaniteClan button.submit.btn {
  padding: 12px 28px;
}
.wizardClanstvo .step.grayBox {
  padding: 40px 40px 20px 40px;
  margin-bottom: 30px;
}
.wizardClanstvo .step h5 {
  margin-bottom: 40px;
}
.wizardClanstvo .step .odgovor {
  margin-bottom: 30px;
  padding: 20px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: left;
  z-index: 1;
}
.wizardClanstvo .step .odgovor span.label {
  display: block;
  font-size: 16px;
  color: #032f60;
  text-align: center;
  white-space: normal;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 20px 0;
}
.wizardClanstvo .step .odgovor span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: absolute;
  margin: 2px 5px 0 0;
}
.wizardClanstvo .step .odgovor span.circle span {
  display: none;
}
.wizardClanstvo .step .odgovor .imgCont {
  display: table;
  margin: 20px 0;
  width: 100%;
}
.wizardClanstvo .step .odgovor .imgCont .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wizardClanstvo .step .odgovor .imgCont img {
  position: relative;
  display: table-row;
  margin: auto;
  vertical-align: middle;
}
.wizardClanstvo .step .slika img {
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.wizardClanstvo .step.step1 .slika img,
.wizardClanstvo .step.step2 .slika img {
  right: 0;
  bottom: -50px;
}
.wizardClanstvo .step .opombe * {
  font-size: 14px;
}
.wizardClanstvo .step .opombe p {
  margin-bottom: 15px;
}
.wizardClanstvo .step .opombe ul {
  margin-bottom: 15px;
  padding: 0;
}
.wizardClanstvo .step.stepfinal h5 {
  margin-bottom: 20px;
}
.wizardClanstvo .step.stepfinal .yellowBox {
  background: #ffd100 url('../../images/wizard/wizard_badge_yellow_foldonly.png') no-repeat right bottom;
  padding: 25px 100px 25px 40px;
  margin: 0 0 0 -40px;
}
.wizardClanstvo .step.stepfinal .yellowBox h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.wizardClanstvo .step.stepfinal .yellowBox .clanstvoRezultat span.cena {
  font-size: 20px;
  font-weight: bold;
}
.wizardClanstvo .step.stepfinal .yellowBox .clanstvoRezultat span.valuta {
  font-size: 20px;
  font-weight: bold;
}
.wizardClanstvo .step.stepfinal .yellowBox .clanstvoRezultat span.naziv {
  border-left: 1px solid #7c92ad;
  margin-left: 8px;
  padding-left: 8px;
}
.wizardClanstvo .step.stepfinal .yellowBox.btn-link {
  font-size: 14px;
  text-decoration: underline;
}
.wizardClanstvo .step.stepfinal .yellowBox.btn-link:hover {
  text-decoration: none;
}
.wizardClanstvo .step.stepfinal .yellowBox h5.drugoClanstvo {
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 0;
}
.wizardClanstvo .step.stepfinal .yellowBox h5.drugoClanstvo a {
  font-weight: bold;
}
.wizardClanstvo .step.stepfinal p.drugoClanstvoSmall {
  margin-top: 15px;
}
.wizardClanstvo .startOver {
  color: #032f60;
}
.wizardClanstvo .startOver i {
  color: #032f60;
  margin-right: 5px;
}
.wizardClanstvo .step.stepfinal .startOver {
  margin: 30px 0 40px 0;
}
/* /novo clanstvo */
.socialSticker {
  position: absolute;
  left: 25px;
  width: 60px;
  z-index: 10;
}
.socialSticker p {
  font-size: 12px;
  color: #6E7885;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
.socialSticker a {
  display: inline-block;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #AEB7C2 !important;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  margin: 10px auto 0px auto !important;
  display: block !important;
}
.socialSticker a span {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.socialSticker a svg {
  fill: #aeb7c2 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 28px !important;
}
.socialSticker a:hover {
  border: 1px solid #002D62 !important;
}
.socialSticker a:hover svg {
  fill: #002d62 !important;
}
.socialSticker #at20mc,
.socialSticker .atm-i {
  display: none !important;
}
.mTop {
  margin-top: 60px;
}
.mBottom {
  margin-bottom: 60px;
}
.pTop {
  padding-top: 60px;
}
.pBottom {
  padding-bottom: 60px;
}
.addthis_inline_share_toolbox {
  display: none !important;
}
.socialSticker .addthis_inline_share_toolbox,
.newsDisplay .addthis_inline_share_toolbox {
  display: block !important;
}
.fa {
  font-family: Font Awesome 5 Pro;
}
.resizable-image {
  display: inline-block !important;
}
.resizable-image.left {
  padding: 0px 20px 20px 0;
}
.resizable-image.right {
  padding: 0px 0px 20px 20px;
}
.resizable-image figcaption {
  background: #252B33;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  padding: 20px;
}
#errorPage .breadcrumbs {
  display: none !important;
}
#errorPage .socialSticker {
  display: none !important;
}
.sepaInfo {
  background: #EFF0F2;
  padding: 20px 20px 20px 70px;
  position: relative;
  display: none;
  margin-top: -20px;
}
.sepaInfo i {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px;
  color: #002d62;
}
.sepaInfo p {
  margin-bottom: 0px !important;
}
.file-caption-main {
  display: table;
}
.file-caption-main .file-caption {
  display: table-cell;
  padding: 0 12px;
}
.file-caption-main .input-group-btn {
  display: table-cell;
  left: -3px;
  position: relative;
  width: 30%;
}
.file-caption-main .btn.btn-file {
  display: inline-block;
}
.file-caption-main .btn {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0px 15px;
}
.file-caption-main .form-control {
  float: left;
  line-height: 36px;
}
.file-caption-main .file-caption-name {
  height: auto;
}
.awardsCarousel {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
.awardsCarousel img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #fff;
  background: #00214D;
  padding: 10px;
  -moz-box-shadow: 0 5px 10px #999;
  -webkit-box-shadow: 0 5px 10px #999;
  box-shadow: 0 5px 10px #999;
}
.awardsCarousel .sticker {
  position: absolute;
  top: -35px;
  left: 50%;
  background: #eff0f2 url('../../images/aw-num.png') no-repeat center center;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background-size: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #00214D;
}
.awardsCarousel .sticker strong {
  padding-top: 30px;
  display: block;
}
.awardsCarousel .sticker .caption {
  position: absolute;
  top: 90%;
  font-size: 14px;
  text-transform: uppercase;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  font-weight: bold;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.awardsCarousel .title {
  position: absolute;
  top: -85px;
  font-size: 18px;
  color: #00214D;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-width: 200px;
  font-weight: bold;
}
.awardsCarousel #awardsCarousel {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -100px;
}
.awardsCarousel #aPrev {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}
.awardsCarousel #aNext {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}
.nagradnaIgra .steps h3 {
  border-bottom: none;
  font-size: 24px;
  line-height: 29px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 10px;
}
.nagradnaIgra .steps h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: url('../../images/title.png') no-repeat right bottom;
}
.nagradnaIgra .steps h3 .titleText strong {
  font-weight: bold;
}
.nagradnaIgra .headlines.imgOnly {
  height: 250px;
  text-align: center;
  background-position: center center;
  background-size: cover !important;
  position: relative;
}
.nagradnaIgra .headlines.imgOnly .bLogo {
  position: absolute;
  max-width: 550px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.nagradnaIgra .headlines.imgOnly::after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  content: "";
  z-index: 0;
}
.nagradnaIgra .btn.nagradnaIgra {
  display: inline-block !important;
  color: #fff !important;
  text-transform: uppercase;
  position: relative;
  margin-top: -6px;
}
.nagradnaIgra .navigation > ul > li form {
  display: none;
}
.nagradnaIgra .navigation > ul > li:hover .btn {
  padding-bottom: 6px !important;
  text-decoration: none;
}
.nagradnaIgra .sticky .navigation > ul > li > a.btn {
  padding-bottom: 6px !important;
  background-color: #002d62 !important;
}
.nagradnaIgra .successBox {
  background: #FFD200;
  padding: 20px 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.nagradnaIgra .successBox p {
  color: #252B33;
  font-size: 15px;
  line-height: 21px;
}
.nagradnaIgra .successBox h2 {
  padding-top: 0px;
}
.nagradnaIgra .successBox h6 {
  font-size: 18px;
  line-height: 24px;
  color: #353535;
  margin-bottom: 20px;
}
.nagradnaIgra .successBox h6 strong {
  font-weight: bold;
}
.nagradnaIgra .successBox a {
  text-decoration: underline;
}
.nagradnaIgra .successBox a:hover {
  text-decoration: none;
}
.nagradnaIgra .successBox img {
  max-width: 120px;
  height: auto;
}
.nagradnaIgra .successBox .social {
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}
.nagradnaIgra .successBox .social p {
  font-size: 16px;
}
.nagradnaIgra .successBox .social::before {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  content: "";
  top: 0;
}
.nagradnaIgra .successBox .social a {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  display: inline-block;
  padding-left: 5px;
  color: #00214D;
  border: 1px solid #00214D;
  margin: 0 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nagradnaIgra .successBox .social a:hover {
  background: #00214D;
  color: #FFD200;
}
.nagradnaIgra .successBox.white {
  background: #fff;
}
.nagradnaIgra .successBox.white .social::before {
  background: #D6DCE2;
}
.questionBox {
  background: #EAEBEC;
  padding: 35px;
}
.questionBox h4 {
  font-size: 20px;
  font-weight: bold;
  border: none;
  padding-bottom: 8px;
  position: relative;
  padding-top: 0px;
  margin-bottom: 30px;
}
.questionBox h4::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 300px;
  height: 3px;
  background: url('../../images/title.png') no-repeat right bottom;
}
.questionBox label.control-label {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
  color: #00214D;
}
.questionBox label.control-label span {
  display: none;
}
.questionBox .radio label {
  color: #000;
  margin: 0;
  position: relative;
  background: #fff;
  padding: 15px 10px 15px 45px;
  display: block;
  line-height: 25px;
}
.questionBox .radio label::before {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: relative;
  margin: 3px 10px 0 0;
  float: left;
  content: "";
  padding: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}
.questionBox .radio.selected label::before {
  border: 1px solid #142d61;
  content: "";
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.questionBox .radio.selected label::after {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  content: "";
  margin-top: -5px;
}
.questionBox .image {
  position: relative;
  height: 300px;
}
.questionBox .image img {
  position: absolute;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.questionBox button {
  margin-left: 0px !important;
}
.questionBox .errorMessage h4::before {
  display: none;
}
.quizLogin {
  position: relative;
  margin-bottom: 25px;
}
.quizLogin input {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #AEB7C2;
  border-radius: 4px;
  padding-right: 150px;
}
.quizLogin .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quizCounter {
  display: table;
  width: 320px;
  float: right;
  position: relative;
  margin-top: -100px;
}
.quizCounter p {
  margin-bottom: 0px;
  color: #142d61;
  display: table-cell;
  vertical-align: middle;
}
.quizCounter #validTill {
  width: 175px;
  margin-left: 10px;
  display: table-cell;
  text-align: right;
}
.quizCounter #validTill span {
  display: inline-block;
  border: 1px solid #d5dce1;
  border-radius: 5px;
  width: 66px;
  padding: 10px 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #142d61;
}
.quizCounter #validTill strong {
  display: inline-block;
  margin: 0 10px;
  font-size: 35px;
  font-weight: bold;
  color: #142d61;
}
.quizCounter.gameOver #validTill span,
.quizCounter.gameOver #validTill strong {
  color: red;
  border-color: red;
}
.quizRegister form {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.quizRegister form small.required {
  display: none;
}
.quizRegister form .form-control {
  display: block;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border: 1px solid #AEB7C2;
  border-radius: 3px;
}
.quizRegister form label {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.quizRegister form label span {
  display: none;
}
.quizRegister form label ul {
  margin-bottom: 0px;
}
.quizRegister form label ul li {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.quizRegister form .checkbox label {
  left: 0;
}
.quizRegister form .noLabel label {
  display: none;
}
.quizRegister form .focused label {
  top: -6px;
  font-size: 10px;
}
.quizRegister form button {
  margin-left: 0px;
  margin-top: 25px;
}
.resultTable tr {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 3px solid #fff;
}
.resultTable tr th {
  border: none;
  font-size: 13px;
  line-height: 16px;
  color: #999;
  padding: 10px 0;
  padding-left: 20px !important;
  font-weight: normal;
}
.resultTable tr td {
  background: #eff2f5;
  padding: 15px 20px !important;
  border: none;
  color: #000;
}
.resultTable tr td:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 85px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: bold;
  width: 100px;
}
.resultTable tr td:nth-child(2) {
  font-weight: bold;
}
.resultTable tr td:nth-child(3) {
  width: 100px;
}
.resultTable tr td:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.resultTable tr.active td {
  background: #FFD200;
  color: #002D62;
}
.confetti #content {
  z-index: 100;
  background: none;
  position: relative;
}
.confetti .header {
  z-index: 1000;
}
.confetti .footer {
  z-index: 1000;
}
.confetti .headlines {
  z-index: 100;
}
#confettiCanvas {
  position: fixed !important;
}
.awardsList .image {
  background-size: cover !important;
}
.awardsList .desc {
  padding-top: 75px;
  padding-bottom: 75px;
}
.awardsList .desc .text.pRight {
  padding-right: 50px;
}
.awardsList .desc .text.pLeft {
  padding-left: 50px;
}
.bTop {
  border-top: 1px solid #D6DCE2;
  padding-top: 75px;
}
/* moj anzs new */
.content.mojamzs {
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .content.mojamzs .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .content.mojamzs .btn.btn-default {
    margin-bottom: 15px;
  }
}
.content.mojamzs h1 {
  margin: 40px 0 40px 0;
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
.content.mojamzs h1.dashboard {
  margin-left: -20px;
}
.content.mojamzs h1 .logout {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 16px;
}
.content.mojamzs h1 .logout i {
  font-size: 24px;
}
.content.mojamzs h1 .logout span {
  padding: 4px 0;
}
.content.mojamzs h1 .logout a {
  text-decoration: none;
}
.content.mojamzs h2 {
  margin: 20px 0 40px -20px;
  font-size: 2.7em !important;
  position: relative;
  padding-bottom: 10px;
  color: #00214D;
}
.content.mojamzs h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000;
}
.content.mojamzs h3 {
  color: #252B33;
  font-size: 16px;
  margin: 20px 0 10px 20px;
  font-weight: bold;
}
.content.mojamzs h3.border-bottom {
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.content.mojamzs h3.border-bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000;
}
.content.mojamzs h3.border-bottom i {
  margin-right: 5px;
}
.content.mojamzs h3.border-bottom span {
  font-weight: 300;
  float: right;
}
.content.mojamzs .expired-block {
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 30px;
  border: 1px #FF0000 solid;
  background: red;
}
.content.mojamzs .expired-block p {
  color: #FFF;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  font-family: proxima, Arial, serif;
}
.content.mojamzs .expired-block a {
  color: #FFF;
  font-weight: 700;
}
.content.mojamzs .bannerPool {
  margin-top: 40px;
}
.content.mojamzs .titlebar {
  position: relative;
  margin-bottom: 30px;
}
.content.mojamzs .titlebar h3 {
  font-size: 27px;
  margin-left: 0;
}
.content.mojamzs .titlebar .titlebar-more {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 16px;
  text-decoration: underline;
}
.content.mojamzs .col-lg-6 {
  padding-left: 0;
}
.content.mojamzs .mojamzs-box {
  min-height: 534px;
  margin-right: 20px;
  padding: 30px;
  border: 1px #e5e5e5 solid;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card {
  padding: 0;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card-number {
  position: absolute;
  top: 0;
  left: 10%;
  padding: 0 15px 10px;
  width: 40%;
  background: #FFF;
  text-align: center;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card-number svg {
  width: 100%;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card-content {
  position: absolute;
  top: 100px;
  left: 10%;
  width: 80%;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card {
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card.card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content.mojamzs .mojamzs-box p a {
  margin-top: 25px;
}
.content.mojamzs .progress-content {
  margin-bottom: 90px;
}
.content.mojamzs .progress {
  font-size: 1rem;
  line-height: inherit;
  height: 65px;
  background: url('../../images/icons/progress-bar_active.png') repeat-x right top;
  position: relative;
}
.content.mojamzs .progress.low-benefits {
  background: url('../../images/icons/progress-bar_lowbenefits_active.png') repeat-x left top;
}
.content.mojamzs .progress span {
  position: absolute;
  top: 75px;
  right: -50px;
  padding: 5px;
  background: #e5e5e5;
  font-size: 12px;
}
.content.mojamzs .progress .progress-bar {
  height: 65px;
  min-height: 12px;
  background: url('../../images/icons/progress-bar.png') repeat-x right top;
  position: relative;
}
.content.mojamzs .progress .progress-bar span {
  right: auto;
  left: 0;
}
.content.mojamzs .tabs-benefits {
  margin-top: 70px;
}
.content.mojamzs .tabs-benefits .tabNavigation {
  border: none;
  padding: 0;
  margin-right: 20px;
}
.content.mojamzs .tabs-benefits .tabNavigation li {
  width: 30%;
  margin-right: 5%;
  padding: 0;
  position: relative;
}
.content.mojamzs .tabs-benefits .tabNavigation li:last-child {
  margin-right: 0;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active {
  /* srednji */
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:first-child a {
  background: #B2D234;
  color: #FFF;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:first-child a:before {
  background: url('../../images/icons/ico_tab1.svg') no-repeat center bottom;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:last-child {
  margin-right: 0;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:last-child a {
  background: #FFD200;
  color: #FFF;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:last-child a:before {
  background: url('../../images/icons/ico_tab3.svg') no-repeat center bottom;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active a {
  background: #D8232A;
  color: #FFF;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active a:before {
  content: "";
  position: absolute;
  top: -99px;
  left: calc(50% - 60px);
  width: 130px;
  height: 100px;
  background: url('../../images/icons/ico_tab2.svg') no-repeat center bottom;
}
.content.mojamzs .tabs-benefits .tabNavigation li a {
  text-align: center;
  border: 1px #e5e5e5 solid;
  padding: 20px 0;
  color: #00214D;
  font-size: 16px;
  font-weight: 700;
}
.content.mojamzs .tabs-benefits .tabNavigation li a span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 13px;
}
.content.mojamzs .tableMojAmzs {
  margin-bottom: 30px;
}
.content.mojamzs .tableMojAmzs thead th {
  font-size: 12px;
  color: #a5a5a5;
  padding: 10px 15px;
  border: none;
  vertical-align: bottom;
  text-align: left;
  font-weight: 300;
}
.content.mojamzs .tableMojAmzs thead th:first-of-type {
  width: auto;
  font-size: 16px;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(2) {
  width: 95px;
  padding: 10px 20px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(3) {
  width: 208px;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(4) {
  width: 160px;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(5) {
  width: 80px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(6) {
  width: 115px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(7) {
  width: 100px;
  font-size: 11px;
  text-align: right;
}
.content.mojamzs .tableMojAmzs tr.disabled td {
  color: rgba(0, 45, 98, 0.2);
}
.content.mojamzs .tableMojAmzs tr.disabled td .discount {
  background-color: rgba(255, 210, 0, 0.6);
}
.content.mojamzs .tableMojAmzs tr td {
  background: #f1f3f6;
  color: #002D62;
  padding: 10px 15px;
  border-bottom: 2px #FFF solid;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(2) {
  padding: 10px 20px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(5) {
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(6) {
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(7) {
  text-align: right;
}
.content.mojamzs .tableMojAmzs tr td .discount {
  background-color: #FFD200;
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td .discount span {
  font-size: 18px;
  font-weight: bold;
}
.content.mojamzs .tableMojAmzs tr td i {
  margin-right: 5px;
}
.content.mojamzs form.mojamzs {
  /* background: #f1f3f6;
         padding: 20px 30px;
         margin: 0 0 0 -20px;*/
}
.content.mojamzs form.mojamzs label {
  font-size: 16px;
  font-weight: bold !important;
  padding: 0 0 10px;
}
.content.mojamzs form.mojamzs .form-group {
  font-size: 16px;
  background: #f1f3f6;
  padding: 15px 30px;
  margin: 0 0 0 -20px;
}
.content.mojamzs form.mojamzs .form-group:first-of-type {
  margin-top: 30px;
}
.content.mojamzs form.mojamzs .form-group input,
.content.mojamzs form.mojamzs .form-group textarea,
.content.mojamzs form.mojamzs .form-group select {
  margin: 0;
  border-color: #b7bfc9;
}
.content.mojamzs form.mojamzs .form-buttons {
  margin: 20px 0 20px -20px;
}
.content.mojamzs .form-settings {
  margin-left: -20px;
}
.content.mojamzs .form-settings h2 {
  margin-left: 0 !important;
}
.content.mojamzs .form-settings .form-group {
  padding: 0 10px 10px;
  background: #f1f3f6;
  margin-bottom: 3px;
}
.content.mojamzs .form-settings .form-group .checkbox label {
  padding-left: 55px;
  margin-left: 5px;
}
.content.mojamzs .form-settings .form-group .checkbox label:before {
  font-size: 1.6em;
  margin-left: -40px;
  padding-right: 25px;
  top: 5px;
  position: relative;
}
.content.mojamzs .form-settings .form-group button {
  margin-top: 3px;
  display: block;
}
.content.mojamzs .form-settings .form-buttons {
  background: #FFF;
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .content.mojamzs .form-settings {
    margin-left: 0;
  }
}
.content.mojamzs .form-profile {
  margin-left: -20px;
  margin-bottom: 40px;
}
.content.mojamzs .form-profile .form-group {
  background: #f1f3f6;
  margin-bottom: 0;
  height: 36px;
  padding: 10px 12px;
  font-size: 14px;
}
.content.mojamzs .form-profile .form-group.first {
  padding-top: 25px;
}
.content.mojamzs .form-profile .form-group.last {
  padding-bottom: 25px;
}
.content.mojamzs .form-profile .form-group.profile input {
  width: 50%;
  font-size: 14px;
  height: 34px;
  margin-left: -5px;
  box-shadow: none;
  border-color: #aeb7c2;
  color: #343a42;
}
.content.mojamzs .form-profile .form-group label {
  font-size: 14px;
  padding: 6px 12px;
  font-weight: bold !important;
  color: #252B33;
}
.content.mojamzs .form-profile .form-group span {
  margin-top: 4px;
  display: block;
  color: #343a42;
}
.content.mojamzs .form-profile .form-group .help-block ul {
  margin: 0;
  padding: 0;
}
.content.mojamzs .form-profile .form-group .help-block ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.content.mojamzs .form-profile .form-group .help-block ul li .fa {
  display: inline;
  color: red;
}
.content.mojamzs .form-profile .form-group .table-profile {
  margin-bottom: 15px;
}
.content.mojamzs .form-profile .form-group .table-profile thead th {
  background: transparent;
  font-size: 12px;
  color: #a5a5a5;
  padding: 10px 15px;
  border: none;
  vertical-align: bottom;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px #aeb7c2 solid;
}
.content.mojamzs .form-profile .form-group .table-profile tr td {
  background: #f1f3f6;
  color: #002D62;
  padding: 10px 15px;
  border-bottom: 1px #aeb7c2 solid;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.content.mojamzs .form-profile .form-buttons.profile {
  background: #FFF;
  padding: 30px 0 0;
}
.content.mojamzs .form-profile .form-buttons.profile button {
  margin-right: 15px;
}
.alert {
  padding: 8px 25px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert.alert-danger,
.alert.alert-error {
  color: #FFF;
  background-color: #ff0000 !important;
  border-color: #eed3d7;
}
.alert.alert-danger li,
.alert.alert-error li {
  color: #FFF;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert ul {
  margin: 0;
  padding: 0;
}
.alert ul li {
  margin: 0;
  list-style-type: none;
}
.alert-heading {
  color: inherit;
}
.table-payments {
  margin-left: -20px;
  margin-bottom: 40px;
}
.table-payments tr td {
  background: #f1f3f6;
  color: #252B33;
  padding: 12px 20px;
  border-top-width: 0;
  border-bottom: 2px #FFFFFF solid;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
.table-payments tr td:first-child {
  padding-left: 10px;
}
.table-payments tr td i {
  font-size: 21px;
}
.table-payments .form-group {
  zoom: 0.65;
}
.login {
  height: 100%;
}
.login .login-box {
  width: 65%;
  margin: 20% 50px 0 auto;
}
.login .login-box h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0 0 !important;
}
.login .login-box h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 0;
}
.login .login-box h2:after {
  display: none;
}
.login .login-box h3 {
  font-weight: normal;
  padding-bottom: 15px;
}
.login .login-box .btn {
  float: right;
}
.login .login-box a {
  font-size: 16px;
}
.login .login-box-img {
  min-height: calc(100vh - 150px);
  background: url('../../images/icons/img_login.jpg') no-repeat fixed;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .login .login-box {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 992px) {
  .login .login-box {
    width: 80%;
    margin: 50px auto;
  }
  .login .login-box-img {
    min-height: calc(100vh - 500px);
  }
}
.material-design {
  /* -- label styles ---------------------------------- */
  /* active state */
  /* input colors ---- */
  /* help-block */
  /* input addon ---*/
  /* ------  inline ----*/
  /* -- bar styles -------------------------------------- */
  /* active state */
  /* -- highlighter styles ------------------------------ */
  /* active state */
  /* -- highlighter animation --------------------------- */
  /*-- Checkbox --------------------------- */
  /*
     * Core styles required for the checkboxes.
     * @author Jason Mayes 2014, www.jasonmayes.com
    */
  /* https://codepen.io/mburnette/pen/LxNxNg */
  /*

    .checkbox {

        &.selected {
            .chk-span {
                display: block !important;
                border-left-color: #FFF;
                border-bottom-color: #FFF;
                margin-left: 8px;
            }
        }

        input[type=checkbox] {
            height: 0;
            width: 0;
            visibility: hidden;
        }

        label {
            cursor: pointer;
            text-indent: -9999px;
            width: 70px;
            height: 20px;
            background: grey;
            display: block;
            border-radius: 100px;
            position: relative;

            &:after {
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                width: 23px;
                height: 23px;
                background: #fff;
                border-radius: 90px;
                transition: 0.3s;
            }

            &:active {
                &:after {
                    width: 22px;
                }
            }
        }

        .chk-span {
            display: none !important;
        }

        input {
            &:checked {
                &+label {
                    background: #bada55;
                    &:after {
                        left: calc(100% - 5px);
                        transform: translateX(-100%);
                    }
                }
            }
        }
    }
    */
}
.material-design .form-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.material-design .form-group.has-success {
  position: relative;
}
.material-design .form-group.has-success:after {
  content: "\f058";
  position: absolute;
  color: green;
  width: auto;
  bottom: 13px;
  font-size: 24px;
  right: 20px;
  margin-top: 0;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.material-design .input-group {
  position: relative;
}
.material-design .form-control {
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}
.material-design .input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.material-design .form-control:focus {
  outline: none;
  box-shadow: none;
}
.material-design label {
  position: absolute;
  top: -18px;
  left: 10px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-design .form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .material-design .form-horizontal .control-label {
    font-size: 16px;
  }
}
.material-design .float-label {
  left: 10px;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}
.material-design .form-control:focus ~ .float-label,
.material-design .form-control:valid ~ .float-label {
  top: 0;
  font-size: 10px;
}
.material-design .form-control:focus ~ label {
  color: #002d62;
}
.material-design .form-control:focus ~ .form-bar:before,
.material-design .form-control:focus ~ .form-bar:after {
  background: #002d62;
}
.material-design .form-group .help-block {
  position: absolute;
}
.material-design .help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}
.material-design .input-group-addon {
  border: none;
  background: transparent;
}
.material-design .input-group-addon,
.material-design .form-inline .input-group {
  display: table-cell;
}
.material-design .input-group-addon,
.material-design .input-group-btn {
  width: inherit;
}
.material-design .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .material-design .form-inline .form-group {
    margin-top: 16px;
  }
  .material-design .input-group-btn,
  .material-design .input-group .form-control,
  .material-design .input-group-addon,
  .material-design .form-inline .input-group {
    display: inline-block;
  }
  .material-design .input-group {
    width: auto;
  }
}
.material-design .form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.material-design .form-bar:before,
.material-design .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.material-design .form-bar:before {
  left: 50%;
}
.material-design .form-bar:after {
  right: 50%;
}
.material-design .form-control:focus ~ .form-bar:before,
.material-design .form-control:focus ~ .form-bar:after {
  width: 50%;
}
.material-design .form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
.material-design .form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.material-design .form-group.checkbox {
  margin-top: 20px;
}
.material-design .checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}
.material-design .checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}
.material-design .checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.material-design .checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #ffd200;
  border-bottom: 4px solid #ffd200;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}
.material-design .checkbox .chk-span.checked {
  border-left-color: #ffd200;
  border-bottom-color: #ffd200;
}
.material-design .checkbox input[type='checkbox']:focus ~ label {
  color: #ffd200;
}
.material-design .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .material-design .form-inline .radio label,
  .material-design .form-inline .checkbox label {
    padding-left: 5px;
  }
}
.material-design .form-control-static {
  font-size: 16px;
}
.material-design .form-control[disabled],
.material-design .form-control[readonly],
.material-design fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}
.material-design #focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none;
}
.material-design .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.material-design .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.material-design .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.material-design .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.material-design .switch input:checked + .slider {
  background-color: #2196F3;
}
.material-design .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.material-design .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.material-design .switch .slider.round {
  border-radius: 34px;
}
.material-design .switch .slider.round:before {
  border-radius: 50%;
}
/* media queris */
@media (max-width: 768px) {
  .content.mojamzs h1 {
    margin: 20px 0 20px 0;
    position: relative;
    font-size: 32px;
  }
  .content.mojamzs h1.dashboard {
    margin-left: -10px;
  }
  .content.mojamzs h1 .logout {
    position: static;
    right: auto;
    top: auto;
  }
  .content.mojamzs h2 {
    margin: 0 0 15px -10px !important;
    font-size: 2.1em !important;
  }
  .content.mojamzs h3 {
    font-size: 2.1em !important;
    margin: 10px 0 0 !important;
  }
  .content.mojamzs h3.border-bottom span {
    display: block;
    float: none;
    font-size: 14px;
  }
  .content.mojamzs .login-box h2 {
    margin: 0 0 15px 0 !important;
  }
  .content.mojamzs .titlebar .titlebar-more {
    position: static;
  }
  .content.mojamzs .titlebar h3 {
    margin: 0 0 15px;
  }
  .content.mojamzs .mojamzs-box {
    min-height: auto;
    padding: 10px 20px 20px;
    margin-bottom: 15px;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card {
    padding: 0;
  }
  .content.mojamzs .tabs-benefits {
    margin: 0;
    border: none !important;
  }
  .content.mojamzs .tabs-benefits .tabNavigation {
    display: none;
  }
  .content.mojamzs .tabContent {
    padding: 0 !important;
    display: block !important;
  }
  .content.mojamzs .form-profile {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .content.mojamzs .form-profile .form-group {
    height: inherit;
  }
  .content.mojamzs .form-profile .form-group.profile input {
    width: 100%;
  }
  .content.mojamzs .form-profile .form-group label {
    width: 100%;
    display: block;
    padding: 0;
  }
  .content.mojamzs .progress span {
    right: 0;
  }
  .table-payments {
    margin: 0;
  }
}
@media (max-width: 520px) {
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card-number {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card-content {
    position: absolute;
    margin: 20px 0 0;
    top: 0;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card.card-title {
    font-size: 13px;
  }
}
/* cms sitemap */
#sitemap {
  margin-bottom: 4em;
}
#sitemap > li > ul {
  padding-bottom: 0;
}
#sitemap li {
  font-size: 1.6em;
  line-height: 1.2em;
}
#sitemap li a {
  display: block;
}
#sitemap > li {
  float: left;
  width: 25%;
}
#sitemap > li:nth-child(4n+1) {
  clear: both;
}
#sitemap > li > a {
  margin-right: 5px;
  padding: 10px;
  background: #EAEDEF;
}
#sitemap > li li li li {
  padding-left: 10px;
}
#sitemap > li li li a {
  padding: 0 0 3px 25px;
  background: url('../../images/icons/icon_dot.png') no-repeat 10px 6px scroll transparent;
}
#sitemap > li > ul > li > a {
  padding: 3px 0 3px 10px;
}
#sitemap li li {
  font-size: 1em;
}
/* cms menuStyle */
.listStyle {
  margin-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #eaedef;
}
.listStyle article {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaedef;
}
.listStyle article header p {
  position: relative;
  margin-bottom: 0;
  font-size: 1.4em;
  color: #808080;
}
.listStyle article header p small {
  padding: 0 5px;
}
.listStyle article header p a {
  color: #002d62;
}
/* globalLists */
.listStyle header p,
.video header p,
.listItems header p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-color: #808080;
}
.listStyle header p a,
.video header p a,
.listItems header p a {
  color: #808080;
  text-decoration: none;
}
.listStyle img,
.video img,
.listItems img {
  display: block;
  float: left;
  max-width: 200px;
  padding: 0;
  margin: 0;
  border: none;
}
.listStyle h3,
.video h3,
.listItems h3 {
  font-size: 2.2em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.listStyle .description p,
.video .description p,
.listItems .description p {
  margin-left: 230px;
}
/* cms video */
ul.video,
.listItems {
  display: block;
  margin-bottom: 4em;
  background: none;
  border-top: #eaedef;
}
ul.video li,
.listItems li {
  padding: 2em 0;
  border-bottom: 1px solid #eaedef;
  font-size: 1em;
}
ul.video li .published,
.listItems li .published,
ul.video li h3,
.listItems li h3,
ul.video li .description,
.listItems li .description {
  margin-left: 230px;
}
ul.video li .published,
.listItems li .published {
  margin-bottom: 0;
  font-size: 1.4em;
  color: #808080;
}
ul.video li .description,
.listItems li .description {
  margin-bottom: 0;
  font-size: 1.6em;
}
ul.video li figure,
.listItems li figure {
  position: relative;
}
ul.video li figure img,
.listItems li figure img {
  display: block;
}
ul.video li figure figcaption,
.listItems li figure figcaption {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 45px;
  left: 80px;
  opacity: .5;
  background: url('../../images/icons/icon_play.png') no-repeat center center scroll #e22b27;
}
ul.video li figure:hover figcaption,
.listItems li figure:hover figcaption {
  opacity: 1;
}
.listItems p {
  margin-left: 230px;
  font-size: 1.6em;
}
.listItems figcaption {
  display: none !important;
}
/* cms gallery */
.gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 4em;
  padding: 0 25px;
  background: #0000007;
}
.gallery .slider {
  overflow: hidden;
  width: 100% !important;
}
.gallery ul {
  width: 3000px;
}
.gallery ul li {
  float: left;
  height: auto !important;
  background: none !important;
  width: 200px !important;
  border: 2px solid #eaedef;
}
.gallery ul li a {
  display: block;
}
.gallery ul li a img {
  display: block;
  max-width: 100%;
}
.gallery ul li a:hover {
  opacity: .8;
}
.gallery ul li a:active {
  opacity: .4;
}
.gallery p {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery p a {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.gallery p a.sliderPrev {
  left: 0;
  background-image: url('../../images/icons/icon_prev.png');
}
.gallery p a.sliderNext {
  right: 0;
  background-image: url('../../images/icons/icon_next.png');
}
.gallery p a:hover {
  opacity: .4;
}
.gallery p a:active {
  opacity: .8;
}
.gallery p a.inactive {
  display: none !important;
}
/* cms search results */
#searchResults {
  margin-bottom: 4em;
}
#searchResults.searchTerms small {
  padding-right: 10px;
  font-size: 1em;
}
#searchResults.searchTerms span {
  font-family: Arial, Helvetica, serif;
}
#searchResults .resultsInfo {
  padding: 10px 10px 10px 40px;
  margin-bottom: 2em;
  background: #eaedef;
}
#searchResults ul {
  /*border-top : 1px solid #eaedef;*/
}
#searchResults ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eaedef;
}
#searchResults ul li h3 {
  font-size: 2.2em;
  padding: 0em 0 0 0;
  margin: 0 0 5px 40px;
}
#searchResults ul li p {
  margin: 0;
}
#searchResults ul li p.searchNumber {
  float: left;
  font-size: 2.2em;
  color: #808080;
  font-family: Arial, Helvetica, serif;
}
#searchResults ul li p.description {
  margin-left: 40px;
  margin-bottom: 5px;
  color: #9c9c9c;
  font-size: 1.6em;
}
#searchResults ul li p.url {
  margin-left: 40px;
  font-size: 1.4em;
}
#searchResults ul li p.url a {
  padding: 0 5px;
}
#searchResults ul li p.url span {
  color: #9c9c9c;
}
/* navigator */
.navigator {
  font-size: 1.3em;
  color: #000000;
}
.navigator .title {
  padding-right: 10px;
}
.navigator small {
  display: none;
}
.navigator1 {
  margin-bottom: 4em;
}
.navigator1 small {
  display: none;
}
.navigator1 .pageNum {
  display: inline-block;
  vertical-align: middle;
  min-width: 25px;
  padding: 5px 5px 3px 5px;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eaedef;
}
.navigator1 .pageNum.selected {
  font-family: Arial, Helvetica, serif;
  border-color: #000000;
  color: #000000;
}
.navigator1 .iconprev span {
  margin-left: 10px;
  background: url('../../images/icons/icon_back.png') no-repeat 0 center scroll transparent;
}
.navigator1 .iconnext span {
  margin-right: 10px;
  background: url('../../images/icons/icon_foward.png') no-repeat right center scroll transparent;
}
.navigator1 small {
  padding: 0 5px;
  color: #808080;
}
/* paginator */
.paginator {
  font-size: 1.1em;
}
.paginator a {
  display: inline-block;
  padding: 0 10px;
  vertical-align: center;
}
.paginator a:hover {
  color: #000000;
}
.paginator strong {
  display: inline-block;
  padding: 0 10px;
  vertical-align: center;
}
.tableCont table {
  width: 100%;
}
table tr:last-child td {
  border: none;
}
table.tableBorderTop,
div.tableBorderTop table {
  border-top: 3px solid #333;
}
/* tables with checks Color */
.tableChecksColor {
  margin-bottom: 40px;
}
.tableChecksColor .bgRed,
.tableChecksColor .bgBlue,
.tableChecksColor .bgYellow {
  width: 115px;
  text-align: center;
  font-weight: 900;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5em;
  color: #002d62;
}
.tableChecksColor .bgRed br,
.tableChecksColor .bgBlue br,
.tableChecksColor .bgYellow br {
  margin-bottom: 10px;
  display: inline-block;
}
.tableChecksColor thead .bgRed {
  background-color: #ff1d25;
  color: #fff;
}
.tableChecksColor thead .bgBlue {
  background-color: #002d62;
  color: #fff;
}
.tableChecksColor thead .bgYellow {
  background-color: #ffd200;
}
.tableChecksColor tbody .bgRed {
  background-color: #ffd2d3;
}
.tableChecksColor tbody .bgBlue {
  background-color: #ccd5e0;
}
.tableChecksColor tbody .bgYellow {
  background-color: #fff2cc;
}
.tableChecksColor td,
.tableChecksColor th {
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.tableChecksColor td ul,
.tableChecksColor th ul {
  margin: 0;
}
.tableChecksColor td ul li,
.tableChecksColor th ul li {
  font-weight: 400;
  font-size: 0.8em;
  background: none;
  padding-left: 5px;
  color: #002d62;
  margin: 0;
  list-style-type: none;
}
.tableChecksColor td ul li:before,
.tableChecksColor th ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.tableChecksColor td:nth-child(1),
.tableChecksColor th:nth-child(1) {
  text-align: left;
}
.tableChecksColor i {
  font-size: 1.3em;
}
.tableClubPrices {
  margin-bottom: 40px;
}
.tableClubPrices thead th:last-child {
  background-color: #ffd200;
}
.tableClubPrices tbody td:last-child {
  background-color: #fff2cc;
}
/* tables with checks */
.tableChecks tbody td,
.tableChecks tbody th {
  width: 115px;
}
.tableChecks tbody td ul,
.tableChecks tbody th ul {
  margin: 0;
}
.tableChecks tbody td ul li,
.tableChecks tbody th ul li {
  font-weight: 400;
  font-size: 0.8em;
  background: none;
  padding-left: 5px;
  color: #002d62;
}
.tableChecks tbody td ul li:before,
.tableChecks tbody th ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.tableChecks tbody td:nth-child(1),
.tableChecks tbody th:nth-child(1) {
  text-align: left;
  width: auto;
}
.tableChecks tbody i {
  font-size: 1em;
}
/* tables with color dots */
.tableDotsColor tbody tr:first-child td {
  border-top: 3px solid #333333;
}
.tableDotsColor tbody td {
  width: 25%;
}
.tableTopBorder tbody tr:first-child td {
  border-top: 3px solid #333333;
}
.colorDot i {
  font-size: 0.9em;
  padding-right: 5px;
}
.colorDot i.dotGreen {
  color: #80a73f;
}
.colorDot i.dotOrange {
  color: #ff801e;
}
.colorDot i.dotLBlue {
  color: #3f8ad6;
}
.colorDot i.dotBlue {
  color: #0000ff;
}
.colorDot i.dotRed {
  color: #ff1d25;
}
/* tables with flags */
.flag {
  display: table-cell;
  vertical-align: middle;
}
.titleFlag {
  display: inline-block;
  margin-left: 10px;
}
a .titleFlag {
  margin-left: 0;
  margin-right: 10px;
  top: -3px;
}
.reverseLinks a {
  text-decoration: none;
}
.reverseLinks a:hover {
  text-decoration: underline;
}
table th > .btn,
table td > .btn {
  display: block;
  float: right;
}
/* tables road work */
.road {
  display: table-cell;
  vertical-align: middle;
}
.road .road-work {
  background: url('../../images/icons/icon_road_work.png') no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
#gorivoDataCont table th:last-child,
#stroskiDataCont table th:last-child,
#skupniStroskiDataCont table th:last-child,
#izracunRegistracijeCont table th:last-child,
#gorivoDataCont table td:last-child,
#stroskiDataCont table td:last-child,
#skupniStroskiDataCont table td:last-child,
#izracunRegistracijeCont table td:last-child {
  text-align: right;
  min-width: 170px;
}
#gorivoDataCont table th:first-child,
#stroskiDataCont table th:first-child,
#skupniStroskiDataCont table th:first-child,
#izracunRegistracijeCont table th:first-child,
#gorivoDataCont table td:first-child,
#stroskiDataCont table td:first-child,
#skupniStroskiDataCont table td:first-child,
#izracunRegistracijeCont table td:first-child {
  min-width: 110px;
}
/* links in columns */
.linksList {
  margin-bottom: 20px;
}
.linksList h3.titleBorderBottom,
.linksList h4.titleBorderBottom,
.linksList h5.titleBorderBottom,
.linksList h6.titleBorderBottom {
  padding: 5px 0;
  margin-bottom: 5px;
}
.linksList a {
  display: block;
  width: 100%;
  font-size: 1.6em;
  line-height: 1.8em;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}
.linksList a.borderTop {
  border-top: 3px solid #333333;
}
.vehicle {
  display: table-cell;
  vertical-align: middle;
}
.vehicle .vehicleCar,
.vehicle .vehicleCaravan,
.vehicle .vehicleMotorhome,
.vehicle span {
  display: inline-block;
  width: 60px;
}
.vehicle .vehicleCar {
  background: url('../../images/icons/icon_car.png') no-repeat left center;
  height: 19px;
}
.vehicle .vehicleCaravan {
  background: url('../../images/icons/icon_caravan.png') no-repeat left center;
  height: 18px;
}
.vehicle .vehicleMotorhome {
  background: url('../../images/icons/icon_motorhome.png') no-repeat left center;
  height: 20px;
}
/* postani clan koraki */
.formSteps {
  overflow: hidden;
  margin-bottom: 30px;
}
.formSteps .step {
  min-width: 80px;
  cursor: no-drop;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 25px;
  float: left;
  display: block;
  background-color: #ffdb7f;
  color: #7f8470;
  font-size: 1.6em;
  font-weight: 700;
  position: relative;
  margin-right: 10px;
}
.formSteps .step:first-child {
  padding-left: 20px;
}
.formSteps .step .stepArrowLeft {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.formSteps .step .stepArrowRight {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #ffdb7f;
  position: absolute;
  right: -10px;
  top: 0;
}
.formSteps .step.completed {
  background-color: #ffd200;
  color: #002d62;
  cursor: pointer;
}
.formSteps .step.completed .stepArrowRight {
  border-left: 10px solid #ffd200;
}
.formSteps .step.active {
  background-color: #002d62;
  color: #ffffff;
  cursor: pointer;
}
.formSteps .step.active .stepArrowRight {
  border-left: 10px solid #002d62;
}
.formSteps .step .mobileNum {
  display: none;
}
/* clan kartica */
#personCard {
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  margin-bottom: 40px;
}
#personCard .imgCont {
  width: 220px;
  height: 200px;
  display: block;
  padding: 20px 40px 20px 20px;
}
#personCard .imgCont img {
  display: block;
  width: 100%;
  height: auto;
}
#personCard .desc {
  display: block;
  margin-left: 220px;
  margin-right: 200px;
  margin-top: 10px;
}
#personCard .desc p {
  line-height: 1.8em;
}
#personCard .controls {
  display: block;
  width: 150px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#personCard .controls p {
  margin-bottom: 10px;
}
#personCard .controls p a {
  margin-bottom: 0px;
  display: block;
  padding: 6px 10px;
}
/* percent circle */
#percentCircle {
  padding: 10px 20px 10px 20px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
#percentCircle .circle {
  position: relative;
  float: left;
  display: block;
  width: 120px;
  padding-right: 20px;
  margin-top: 5px;
}
#percentCircle .circle strong {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 2.5em;
  width: 100px;
  text-align: center;
  color: #002d62;
}
#percentCircle .desc {
  margin: 0 170px 0 120px;
}
#percentCircle .desc p {
  margin-bottom: 10px;
}
#percentCircle .links {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
#percentCircle .links a {
  display: block;
  margin-bottom: 5px;
}
/* dashboard links */
#dashboardLinks {
  margin-bottom: 20px;
  /*& a:hover i { -moz-box-shadow: 0px 0px 2px #333; -webkit-box-shadow: 0px 0px 2px #333; box-shadow: 0px 0px 2px #333; }*/
}
#dashboardLinks .linkCont {
  background-color: #ffd200;
  padding: 20px 10px;
  display: block;
  text-align: center;
  height: 190px;
  position: relative;
  margin-bottom: 20px;
}
#dashboardLinks .linkCont a {
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
}
#dashboardLinks .linkCont a:hover h5 {
  text-decoration: underline;
}
#dashboardLinks i {
  display: inline-block;
  width: 70px;
  line-height: 70px;
  background-color: #002d62;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  color: #fff;
  font-size: 4em;
  text-align: center;
}
#dashboardLinks h5 {
  margin: 10px 0 0 0;
  bottom: 20px;
  position: absolute;
  left: 0px;
  width: 100%;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../../images/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../../images/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../../images/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../../images/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../../images/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../../images/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../../images/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../../images/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../../images/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../../images/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../../images/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../../images/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../../images/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../../images/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../../images/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../../images/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../../images/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../../images/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../../images/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../../images/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../../images/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../../images/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../../images/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../../images/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../../images/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../../images/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../../images/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../../images/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../../images/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../../images/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../../images/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../../images/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../../images/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../../images/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../../images/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../../images/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../../images/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../../images/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../../images/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../../images/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../../images/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../../images/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../../images/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../../images/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../../images/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../../images/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../../images/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../../images/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../../images/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../../images/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../../images/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../../images/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../../images/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../../images/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../../images/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../../images/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../../images/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../../images/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../../images/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../../images/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../../images/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../../images/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../../images/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../../images/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../../images/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../../images/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../../images/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../../images/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../../images/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../../images/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../../images/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../../images/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../../images/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../../images/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../../images/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../../images/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../../images/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../../images/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../../images/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../../images/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../../images/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../../images/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../../images/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../../images/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../../images/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../../images/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../../images/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../../images/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../../images/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../../images/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../../images/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../../images/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../../images/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../../images/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../../images/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../../images/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../../images/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../../images/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../../images/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../../images/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../../images/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../../images/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../../images/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../../images/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../../images/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../../images/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../../images/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../../images/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../../images/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../../images/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../../images/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../../images/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../../images/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../../images/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../../images/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../../images/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../../images/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../../images/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../../images/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../../images/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../../images/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../../images/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../../images/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../../images/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../../images/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../../images/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../../images/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../../images/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../../images/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../../images/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../../images/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../../images/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../../images/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../../images/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../../images/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../../images/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../../images/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../../images/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../../images/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../../images/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../../images/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../../images/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../../images/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../../images/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../../images/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../../images/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../../images/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../../images/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../../images/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../../images/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../../images/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../../images/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../../images/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../../images/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../../images/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../../images/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../../images/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../../images/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../../images/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../../images/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../../images/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../../images/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../../images/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../../images/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../../images/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../../images/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../../images/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../../images/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../../images/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../../images/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../../images/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../../images/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../../images/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../../images/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../../images/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../../images/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../../images/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../../images/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../../images/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../../images/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../../images/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../../images/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../../images/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../../images/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../../images/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../../images/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../../images/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../../images/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../../images/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../../images/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../../images/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../../images/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../../images/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../../images/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../../images/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../../images/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../../images/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../../images/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../../images/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../../images/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../../images/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../../images/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../../images/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../../images/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../../images/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../../images/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../../images/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../../images/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../../images/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../../images/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../../images/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../../images/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../../images/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../../images/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../../images/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../../images/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../../images/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../../images/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../../images/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../../images/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../../images/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../../images/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../../images/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../../images/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../../images/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../../images/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../../images/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../../images/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../../images/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../../images/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../../images/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../../images/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../../images/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../../images/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../../images/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../../images/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../../images/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../../images/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../../images/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../../images/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../../images/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../../images/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../../images/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../../images/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../../images/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../../images/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../../images/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../../images/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../../images/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../../images/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../../images/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../../images/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../../images/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../../images/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../../images/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../../images/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../../images/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../../images/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../../images/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../../images/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../../images/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../../images/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../../images/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../../images/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../../images/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../../images/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../../images/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../../images/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../../images/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../../images/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../../images/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../../images/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../../images/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../../images/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../../images/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../../images/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../../images/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../../images/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../../images/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../../images/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../../images/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../../images/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../../images/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../../images/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../../images/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../../images/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../../images/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../../images/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../../images/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../../images/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../../images/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../../images/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../../images/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../../images/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../../images/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../../images/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../../images/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../../images/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/zw.svg);
}
.flag-icon-ks {
  background-image: url(../../images/flags/4x3/ks.svg);
}
.flag-icon-ks.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ks.svg);
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*darken(#428bca, 6.5%); // #337ab7*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #eaedef;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 28px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #002d62;
  border-color: #002d62;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #00162f;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #00162f;
  border-color: #001125;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #00162f;
  border-color: #001125;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #00050b;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #002d62;
  border-color: #002d62;
}
.btn-default .badge {
  color: #002d62;
  background-color: #ffffff;
}
.btn-primary {
  color: #002d62;
  background-color: #ababab;
  border-color: #9e9e9e;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #002d62;
  background-color: #929292;
  border-color: #5e5e5e;
}
.btn-primary:hover {
  color: #002d62;
  background-color: #929292;
  border-color: #808080;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #002d62;
  background-color: #929292;
  border-color: #808080;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #002d62;
  background-color: #808080;
  border-color: #5e5e5e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ababab;
  border-color: #9e9e9e;
}
.btn-primary .badge {
  color: #ababab;
  background-color: #002d62;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #002d62;
  background-color: #ffd200;
  border-color: #e6bd00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #002d62;
  background-color: #cca800;
  border-color: #665400;
}
.btn-warning:hover {
  color: #002d62;
  background-color: #cca800;
  border-color: #a88b00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #002d62;
  background-color: #cca800;
  border-color: #a88b00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #002d62;
  background-color: #a88b00;
  border-color: #665400;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffd200;
  border-color: #e6bd00;
}
.btn-warning .badge {
  color: #ffd200;
  background-color: #002d62;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #002d62;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000a16;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 1.4em;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #002d62;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
  min-width: 30px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
  /*.border-left-radius(@border-radius-base);*/
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  /*z-index: 3;*/
  /*color: @pagination-hover-color;
      background-color: @pagination-hover-bg;
	  border-color: @pagination-hover-border;
      border-color: @pagination-border;*/
  text-decoration: underline;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  /*z-index: 2;*/
  /*color: @pagination-active-color;
      background-color: @pagination-active-bg;
      border-color: @pagination-active-border;*/
  font-weight: 900;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  /*background-color: @pagination-disabled-bg;
      border-color: @pagination-disabled-border;
	  border-color: @pagination-border;*/
  text-decoration: none;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #002d62;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00162f;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #ffd200;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cca800;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
