
.ccm-page .ccm-notification-help-launcher {
	display: none;
}

.mobile-show {
	display: none;
}

/*a[href^=tel] {*/
	/*color: inherit !important;*/
	/*border: none !important;*/
/*}*/



.show-number {
	font-size: 0.8em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.05);
	padding: 0px 4px 1px;
	position: relative;
	top: -1px;
}

.ccm-ui {
	font: inherit;
	/*background: none !important;*/
}

.ccm-ui .nav-tabs > li {
	list-style-type: none;
}

.ccm-ui .nav-tabs > li a {
	border-radius: 0;
}

.ccm-ui .nav-tabs > li a:hover {
	color: #222;
	background-color: #f6f6f6;
}

.ccm-ui .nav-tabs > li.active a {
	color: #888;
}

.ccm-ui .nav-tabs > li.active a:hover {
	background-color: #fff;
}

.redactor-dropdown-page_name,
.redactor-dropdown-user_name {
	display: none !important;
}

.redactor-editor ul {
	margin-left: 40px;
	list-style-type: disc;
}

.tos-slider {
	font-size: 0;
}


/*
 * Buttons
 */

.button {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	color: #444 !important;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
	background-color: #ddd;
	cursor: pointer;
	outline: none;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.button:hover {
	background-color: #ccc;
	border-color: #aaa !important;
}

.button.alt {
	background-color: #eee;
	color: #555 !important;
}

.button.alt:hover {
	background-color: #ccc;
	color: #000 !important;
}

.button.pdf {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAClUlEQVQ4T32SXUiTYRTH/9s7p2NbgWVSFIISXUkQiHkVXSSMSPADwfJCunAJK4ZSNnJjkKGmrUYGCQpGMvCjQCi1UUMIw4GJS7ooi1wXY5oFMufHvt7Oedg7FMoH/pxz3vc5v+ec8zwqpFe1w3FJLctHlfifNh73jXZ2ftv9T6UEVW1t5udO59NYMok4K5VCUpYhk3gtLCzgmdd7jRJ8L9rbl5Q81RzwwAA0S/SFaUlSghQnxUiSw4FssxmBQACXTSZU2WxNdMC7V93dAqL6DMgHyMkmqdOJ22S3SFHSJulwKASfz5ep/NHQkP371FS7AAQIcJAcLQOyspC/s4OfhYWILC8LwAbpeDiMBLXE7RiNRjQ5nZYJl+uJAHwkgJEcDVdRXIw8jwe/3W6E+/tFMkNOra0hlkgIiMFgQKPdfv2N290rAB8IQDMAz+AQ9ZqMxZDb2IgfNhtC09OihZL1dWzH4wKi0+tx1Wa78ba397EAUGeyjpz8ykoU9PQgMjOD7KIi5JC+ULxIOr+xIW6GIdqcHFxpabFO9/W5BeA1Abj88mAQ4fFxrHq9+DM/j8jKikjiCi5Go0hR/xxLWi2qLZbm9wMDDwXgJQHY4RZ4ccBXmUr7EbLVm5sCwJJo0CazuWV2cNAlAB56B7S5mRN2i0GsIqsVJR0dGYCGABcaGm76PZ4eAUgfjDO1tbfmhoe7UnxdDEu/QnEyfctUoNHgXH196/zIyP09gOKamtZPo6OdfNci+T8QiQBn6+puL46Nde0BnDSZ7nydmBCvaz+IWpJwuqKibWly8p4C4Fs0HikttazMztqVlsQM0pUolitTqdU4UVZ2d9Xv54cU4Rnkko7pCgrKodfnKYB9bTT6aysY9NKe0F8LFVw7Cm6E7wAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: 11px 50%;
	padding-left: 40px;
}

.button.full {
	width: 100%;
	box-sizing: border-box;
}

.button.right {
	float: right;
}


/*
 * Article photos
 */

.article-photo {
	width: 40%;
	display: block;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

a.article-photo:hover {
	-webkit-filter: brightness(130%);
}

.article-photo.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: right;
}

.article-photo img {
	display: block;
}

.article-photo span {
	color: #888;
	font-size: 0.786em;
	line-height: 1.4em;
	display: block;
	margin-top: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.article-photo:hover span {
	color: #000;
}

.article-side-photo {
	width: 45%;
}


/*
 * Footer Silnet.pl
 */

#silnet-copyright {
	float: left;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

#silnet-copyright img {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

#silnet-copyright .silnet {
	width: 80px;
	position: relative;
	float: left;
	display: inline-block;
}

#silnet-copyright .silnet .normal {
	z-index: 1;
}

#silnet-copyright .silnet .hover {
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: -25%;
}

#silnet-copyright:hover .silnet .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#silnet-copyright:hover .silnet .normal {
	opacity: 0;
	filter: alpha(opacity=0);
}

#silnet-copyright .mobilne {
	width: 160px;
	position: relative;
	float: left;
	display: none;
}


/*
 * Inputy i formularze
 */

/*
 * Inputy i formularze
 */

.styled-inputs input:not([type=checkbox]):not([type=radio]),
.styled-inputs select,
.styled-inputs textarea {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 0;
	font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
	font-size: 0.9em;
	color: #555;
	border: 1px solid #ddd !important;
	margin: 0;
	padding: 4px 6px;
	width: 240px;
	vertical-align: top;
	-webkit-appearance: none;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.styled-inputs select {
	-webkit-appearance: menulist;
	padding: 3px 6px 4px 6px;
}

.styled-inputs textarea {
	padding: 6px;
}

.styled-inputs input:not([type=checkbox]):not([type=radio]):focus,
.styled-inputs select:focus,
.styled-inputs textarea:focus {
	box-shadow: none;
	outline: none;
	border-color: #aaa !important;
}

.ccm-block-type-form .alert {
	margin: 25px 0;
	background: rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
	display: table;
}

.ccm-block-type-form .alert .icon-container {
	display: table-cell;
	width: 10%;
	text-align: center;
	padding-top: 15px;
	vertical-align: top;
}

.ccm-block-type-form .alert.alert-success .icon-container {
	background: #badc52;
}

.ccm-block-type-form .alert.alert-success .icon-container .fa {
	color: #8baa11;
	font-size: 40px;
}

.ccm-block-type-form .alert.alert-error .icon-container {
	background: #f05a5c;
}

.ccm-block-type-form .alert.alert-error .icon-container .fa {
	color: #d0100d;
	font-size: 40px;
}

.ccm-block-type-form .alert .content {
	display: table-cell;
	width: 90%;
	padding: 20px;
	vertical-align: top;
}

.ccm-block-type-form .alert .content h2 {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	margin-bottom: 10px;
}

.ccm-block-type-form .alert .content p {
	color: #666;
	font-size: 14px;
	margin: 0;
}

.ccm-block-type-form .alert .content ul {
	margin: 0 0 0 10px;
}

.ccm-block-type-form .alert .content ul li {
	margin: 2px 0;
	line-height: 1.5em;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}

.ccm-block-type-form .alert .content ul li:after {
	content: '\f0da';
	font-family: FontAwesome;
	position: absolute;
	top: 0.1em;
	left: 0em;
	color: #d0100d;
}

.ccm-block-type-form .form-group {
	margin-bottom: 10px;
}

.ccm-block-type-form .form-group.field-custom-checkbox {
	margin: 20px 0;
}

.ccm-block-type-form .form-group .control-label {
	/*font-size: 0.9em;*/
	display: inline-block;
	width: 160px;
	margin-right: 10px;
	text-align: right;
	line-height: 28px;
	height: 28px;
	vertical-align: top;
}

.ccm-block-type-form .form-group.field-checkboxlist .control-label {
	display: none;
}

.ccm-block-type-form .form-group .control-label .text-muted {
	opacity: 0.5;
}

.ccm-block-type-form .form-group .control-label .small {
	font-size: 0.9em;
}

.ccm-block-type-form .form-group .checkboxList {
	display: inline-block;
	width: 100%;
	font-size: 0.9em;
}

.ccm-block-type-form .form-group .checkboxList label input {
	/* float: left;
	margin: 0.3em 10px 0.3em 0.3em; */
}

.ccm-block-type-form .form-group .checkboxList label span {
	display: inline;
	font-size: 13px;
}

.ccm-block-type-form .form-actions {
	padding-left: 30px;
}
.ccm-block-type-form .alert {
    width: 100%;
}

@media screen and (max-width: 767px) {

	div.ccm-notification-help-launcher {
		display: none;
	}

}

@media screen and (max-width: 480px) {

	/*
	 * Concrete5
	 */
	/*#ccm-page-controls-wrapper {
		display: none;
	}

	div.ccm-page {
		padding-top: 0 !important;
	}*/

	
	/*
	 * Defaults
	 */

	.mobile-show {
		display: block !important;
	}

	.mobile-hide {
		display: none !important;
	}


	/*
	 * Buttons
	 */

	.button {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 0.929em;
		padding: 7px 10px;
	}


	/*
	 * Footer Silnet.pl 
	 */

	#silnet-copyright {
		float: none;
		padding: 0;
		border: 0;
		margin: 0;
	}

	#silnet-copyright > * {
		padding: 0 10px;
		float: none !important;
	}

	#silnet-copyright .mobilne {
		display: inline-block;
	}


	/*
	 * Formularze
	 */

	.ccm-block-type-form .form-group .control-label {
		width: 100%;
		margin-right: 0;
		display: block;
		text-align: left;
		vertical-align: middle;
	}

	.styled-inputs input:not([type=checkbox]):not([type=radio]), 
	.styled-inputs select, 
	.styled-inputs textarea {
		width: 100%;
		padding: 10px;
	}

	.ccm-block-type-form .form-actions {
		padding-left: 0;
	}

	
	/*
	 * Concrete5 Layouts
	 */
	 
	.ccm-layout-col {
		width: auto !important;
		float: none !important;
		margin-bottom: 20px !important;
	}

	.ccm-layout-col:last-child {
		margin-bottom: 0 !important;
	}

	.ccm-layout-col .ccm-layout-col-spacing {
		margin: 0 !important;
	}
	
}

body {
	
}

.ccm-page {
	
}

@media screen and (max-width: 480px) {



}

/*
  jQuery Touch Optimized Sliders "R"Us
  Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; }

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; }
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

/*
  jQuery Touch Optimized Sliders "R"Us
  Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%; }
  .tos-prev.tos-disabled,
  .tos-next.tos-disabled {
    cursor: default; }

.tos-prev {
  left: 20px; }

.tos-next {
  right: 20px; }

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; }

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-prev:hover,
  .tos-desktop .tos-wrapper:hover .tos-next:hover,
  .tos-desktop .tos-wrapper:hover .tos-close:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-next:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 0.9; }
  .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2; }

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; }

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; }

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; }

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; }
  .tos-inline.tos-prev {
    margin-right: -60px; }
  .tos-inline.tos-next {
    margin-left: -60px; }

.tos-loading .tos-inline {
  opacity: 0 !important; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

/*
  jQuery Touch Optimized Sliders "R"Us
  Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .tos-caption:after {
    content: '';
    display: block;
    clear: both; }
  .tos-caption > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    float: left; }
    .tos-caption > div:last-child {
      float: right;
      margin-right: -2px; }

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; }

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px; }
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; }

/*
  jQuery Touch Optimized Sliders "R"Us
  Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: all;
  -moz-transition-property: left, margin, transform, -webkit-transform;
  -ms-transition-property: left, margin, transform, -webkit-transform;
  -o-transition-property: left, margin, transform, -webkit-transform;
  transition-property: all;}

/*
  jQuery Touch Optimized Sliders "R"Us
  Pagination addon
*/
.tos-pagination {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .tos-pagination a {
    display: inline-block; }
  .tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2); }
    .tos-pagination.tos-bullets a:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .tos-pagination.tos-bullets a.tos-selected {
      background-color: rgba(255, 255, 255, 0.9); }

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; }

.tos-wrapper .tos-pagination:before, .tos-wrapper .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 30px; }
  .tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 30px; }
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; }
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 70px; }
  .tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 70px; }
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 60px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 60px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 140px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 140px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 90px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 90px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 210px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 210px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px; }

/*
  jQuery Touch Optimized Sliders "R"Us
  Html media
*/
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch; }

/*
  jQuery Touch Optimized Sliders "R"Us
  Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-play:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9; }

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px; }
  .tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px; }


/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../../../themes/theme//images/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ff4200;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: 'fontello';
	src: url("../../../themes/theme//fonts/fontello/fontello.eot?94507912");
	src: url("../../../themes/theme//fonts/fontello/fontello.eot?94507912#iefix") format("embedded-opentype"), url("../../../themes/theme//fonts/fontello/fontello.woff?94507912") format("woff"), url("../../../themes/theme//fonts/fontello/fontello.ttf?94507912") format("truetype"), url("../../../themes/theme//fonts/fontello/fontello.svg?94507912#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: none;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: '\e800';
}

.icon-gplus:before {
	content: '\e801';
}

.icon-phone-1:before {
	content: '\e802';
}

.icon-phone-2:before {
	content: '\e803';
}

.icon-phone-3:before {
	content: '\e804';
}

.icon-phone-4:before {
	content: '\e805';
}

.icon-tel:before {
	content: '\e806';
}

.icon-phone-5:before {
	content: '\e807';
}

.icon-mobile-1:before {
	content: '\e808';
}

.icon-mobile-2:before {
	content: '\e809';
}

.icon-mail-1:before {
	content: '\e80a';
}

.icon-mail-2:before {
	content: '\e80b';
}

.icon-mail-3:before {
	content: '\e80c';
}

.icon-mail-4:before {
	content: '\e80d';
}

.icon-form-1:before {
	content: '\e80e';
}

.icon-person:before {
	content: '\e80f';
}

.icon-lock:before {
	content: '\e810';
}

.icon-key:before {
	content: '\e811';
}

.icon-ok:before {
	content: '\e812';
}

.icon-tick:before {
	content: '\e813';
}

.icon-angle-left:before {
	content: '\e814';
}

.icon-angle-right:before {
	content: '\e815';
}

.icon-angle-up:before {
	content: '\e816';
}

.icon-angle-down:before {
	content: '\e817';
}

.icon-totop:before {
	content: '\e818';
}

.icon-down-dir:before {
	content: '\e819';
}

.icon-up-dir:before {
	content: '\e81a';
}

.icon-left-dir:before {
	content: '\e81b';
}

.icon-right-dir:before {
	content: '\e81c';
}

.icon-cancel:before {
	content: '\e81d';
}

.icon-dot:before {
	content: '\e81e';
}

.icon-home:before {
	content: '\e81f';
}

.icon-shape:before {
	content: '\e820';
}

.icon-magn:before {
	content: '\e821';
}

.icon-lock-1:before {
	content: '\e822';
}

.icon-account:before {
	content: '\e823';
}

.icon-logout:before {
	content: '\e825';
}

.icon-doc-text:before {
	content: '\e824';
}

.icon-file-pdf:before {
	content: '\e826';
}

.icon-link-1:before {
	content: '\e827';
}

.icon-quote-left:before {
	content: '\e828';
}

.icon-quote-right:before {
	content: '\e829';
}

.icon-tel-ring:before {
	content: '\e82a';
}

.icon-folder-open:before {
	content: '\e82e';
}

.icon-folder-open:before {
	content: '\e82e';
}

.icon-instagram:before {
	content: '\f16d';
}
.icon-down-circled2:before { content: '\e82f'; } /* '' */
.icon-photo-circled:before { content: '\e830'; } /* '' */
.icon-linkedin:before { content: '\e831'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.375;
	color: #333;
	font-size: 100%;
}

.ccm-page ::-moz-selection {
	text-shadow: none;
	background: #ff4200;
	color: #fff;
}

.ccm-page ::selection {
	text-shadow: none;
	background: #ff4200;
	color: #fff;
}

.ccm-page hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #dcdcdc;
}

.ccm-page input,
.ccm-page button,
.ccm-page select,
.ccm-page textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6,
.ccm-page .h1, .ccm-page .h2, .ccm-page .h3, .ccm-page .h4, .ccm-page .h5, .ccm-page .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

@media screen and (max-width: 319px) {
	.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6,
	.ccm-page .h1, .ccm-page .h2, .ccm-page .h3, .ccm-page .h4, .ccm-page .h5, .ccm-page .h6 {
		word-break: break-all;
	}
}

.ccm-page h1, .ccm-page .h1,
.ccm-page h2, .ccm-page .h2,
.ccm-page h3, .ccm-page .h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.ccm-page h4, .ccm-page .h4,
.ccm-page h5, .ccm-page .h5,
.ccm-page h6, .ccm-page .h6 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.ccm-page h1, .ccm-page .h1 {
	font-size: 28px;
}

@media screen and (max-width: 991px) {
	.ccm-page h1, .ccm-page .h1 {
		font-size: 30px;
	}
}

.ccm-page h2, .ccm-page .h2 {
	font-size: 26px;
}

@media screen and (max-width: 991px) {
	.ccm-page h2, .ccm-page .h2 {
		font-size: 28px;
	}
}

.ccm-page h3, .ccm-page .h3 {
	font-size: 24px;
}

@media screen and (max-width: 991px) {
	.ccm-page h3, .ccm-page .h3 {
		font-size: 26px;
	}
}

.ccm-page h4, .ccm-page .h4 {
	font-size: 22px;
}

@media screen and (max-width: 991px) {
	.ccm-page h4, .ccm-page .h4 {
		font-size: 24px;
	}
}

.ccm-page h5, .ccm-page .h5 {
	font-size: 22px;
}

@media screen and (max-width: 991px) {
	.ccm-page h5, .ccm-page .h5 {
		font-size: 24px;
	}
}

.ccm-page h6, .ccm-page .h6 {
	font-size: 22px;
}

@media screen and (max-width: 991px) {
	.ccm-page h6, .ccm-page .h6 {
		font-size: 24px;
	}
}

.ccm-page p {
	color: #333;
	margin: 0 0 17px 0;
}

@media screen and (max-width: 991px) {
	.ccm-page p {
		margin: 0 0 25px 0;
		font-weight: 300;
	}
}

.ccm-page .lead {
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.ccm-page .lead {
		font-size: 22px;
	}
}

.ccm-page ul,
.ccm-page ol {
	margin: 0 0 20px 0;
}

@media screen and (max-width: 991px) {
	.ccm-page ul,
	.ccm-page ol {
		margin: 0 0 20px 0;
		font-weight: 300;
	}
}

.ccm-page ul ul,
.ccm-page ul ol,
.ccm-page ol ul,
.ccm-page ol ol {
	margin: 0;
}

.ccm-page p + ol,
.ccm-page p + ul {
	margin: -10px 0 20px 0;
}

@media screen and (max-width: 991px) {
	.ccm-page p + ol,
	.ccm-page p + ul {
		margin: -15px 0 25px 0;
	}
}

.ccm-page a {
	color: #ff4200;
	text-decoration: none;
	-webkit-transition: all .2s linear 0s;
					transition: all .2s linear 0s;
}

.ccm-page a:hover, .ccm-page a:focus {
	color: #b32e00;
	text-decoration: underline;
	-webkit-transition: all .2s linear 0s;
					transition: all .2s linear 0s;
}

.ccm-page dl {
	margin-top: 0;
	margin-bottom: 1.375;
}

.ccm-page dt,
.ccm-page dd {
	line-height: 1.375;
}

.ccm-page dt {
	font-weight: bold;
}

.ccm-page dd {
	margin-left: 0;
}

.ccm-page small,
.ccm-page .small {
	font-size: 85%;
}

.ccm-page cite {
	font-style: normal;
}

.ccm-page mark,
.ccm-page .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.ccm-page abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #adadad;
}

.ccm-page blockquote {
	line-height: 1.375;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 20px 20px;
	font-size: 18px;
	border-left: 5px solid #dcdcdc;
}

.ccm-page blockquote p {
	margin-bottom: 10px;
}

.ccm-page blockquote p:last-child,
.ccm-page blockquote ul:last-child,
.ccm-page blockquote ol:last-child {
	margin-bottom: 0;
}

.ccm-page blockquote footer {
	font-size: 14px;
}

.ccm-page blockquote:before,
.ccm-page blockquote:after {
	content: "";
}

.ccm-page address {
	margin-bottom: 1.375;
	font-style: normal;
	line-height: 1.375;
}

.ccm-page img {
	vertical-align: middle;
	display: block;
	height: auto;
	max-width: 100%;
	height: auto !important;
}

.ccm-page .img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.ccm-page .img-responsive-stretch {
	display: block;
	height: auto;
	max-width: 100%;
}

.ccm-page .rte:before, .ccm-page .rte:after {
	content: " ";
	display: table;
}

.ccm-page .rte:after {
	clear: both;
}

.ccm-page main a[href^="mailto"]:hover, .ccm-page main a[href^="mailto"]:focus {
	text-decoration: underline;
}

.ccm-page main a[href^="tel"] {
	color: #333;
}

.ccm-page main a[href^="tel"]:hover, .ccm-page main a[href^="tel"]:focus {
	text-decoration: none;
}

.floated-left {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.floated-left {
		float: none !important;
		margin: 10px auto 15px !important;
	}
}

.floated-right {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.floated-right {
		float: none !important;
		margin: 10px auto 15px !important;
	}
}

.bordered {
	border: 1px solid #dcdcdc;
	padding: 4px;
	background: #ffffff;
}

.no-border,
.rte img.no-border {
	border: 0;
	padding: 0;
}

.ccm-page .rte .h-first {
	margin-top: 10px;
}

@media screen and (min-width: 992px) {
	.ccm-page .rte .h-first {
		margin-top: 0;
	}
}

a.pdf-link:before {
	font-family: "fontello";
	content: "\e826";
	display: inline-block;
	margin-right: 5px;
	color: #bb0706;
	position: relative;
	top: -1px;
}

a.bg-hover:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ff4200;
	opacity: 0;
	-webkit-transition: all .3s linear;
					transition: all .3s linear;
}

a.bg-hover:hover,
a.bg-hover:focus {
	text-decoration: none;
}

a.bg-hover:hover:before {
	opacity: .5;
	-webkit-transition: all .3s linear;
					transition: all .3s linear;
}

a.bg-hover:after {
	font-family: "fontello";
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 18px;
	right: 0;
	top: 6px;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all 1.3s linear;
					transition: all 1.3s linear;
}

a.bg-hover:hover:after {
	opacity: 1;
	-webkit-transition: all .3s linear;
					transition: all .3s linear;
}

a.bg-hover.ico-link:hover:after {
	content: "\e827";
	-webkit-transition: all .3s linear;
					transition: all .3s linear;
}

a.ico-hover.ico-magn:hover:after {
	content: "\e821";
	text-align: center;
	left: 12px;
	-webkit-transition: all .3s linear;
					transition: all .3s linear;
}

.ccm-page table {
	max-width: 100%;
	width: 100%;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.ccm-page table {
		border: 1px solid #dcdcdc;
	}
}

.ccm-page table th {
	text-align: left;
}

.ccm-page table {
	width: 100%;
	margin: 0;
}

.ccm-page table > thead > tr > th,
.ccm-page table > thead > tr > td,
.ccm-page table > tbody > tr > th,
.ccm-page table > tbody > tr > td,
.ccm-page table > tfoot > tr > th,
.ccm-page table > tfoot > tr > td {
	padding: 10px 25px;
	line-height: 1.375;
	vertical-align: top;
	border-top: 1px solid #dcdcdc;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.ccm-page table > thead > tr > th,
	.ccm-page table > thead > tr > td,
	.ccm-page table > tbody > tr > th,
	.ccm-page table > tbody > tr > td,
	.ccm-page table > tfoot > tr > th,
	.ccm-page table > tfoot > tr > td {
		font-size: 18px;
	}
}

.ccm-page table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dcdcdc;
	background-color: #f9f9f9;
	text-align: left;
}

.ccm-page table > caption + thead > tr:first-child > th,
.ccm-page table > caption + thead > tr:first-child > td,
.ccm-page table > colgroup + thead > tr:first-child > th,
.ccm-page table > colgroup + thead > tr:first-child > td,
.ccm-page table > thead:first-child > tr:first-child > th,
.ccm-page table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.ccm-page table > tbody + tbody {
	border-top: 2px solid #dcdcdc;
}

.ccm-page table table {
	background-color: #fff;
}

.ccm-page table > tbody > tr:nth-child(even) > td,
.ccm-page table > tbody > tr:nth-child(even) > th {
	background-color: #f9f9f9;
}

.ccm-page table > tbody > tr:hover > td,
.ccm-page table > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

.ccm-page table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

.ccm-page table td[class*="col-"],
.ccm-page table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.ccm-page .table-responsive {
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.ccm-page .table-responsive {
		position: relative;
		z-index: 1;
		width: 100%;
		overflow-y: visible;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dcdcdc;
		-webkit-overflow-scrolling: touch;
	}
	.ccm-page .table-responsive > table {
		margin-bottom: 0;
		border-left: 0;
		border-bottom: 0;
	}
	.ccm-page .table-responsive > table > thead > tr > th,
	.ccm-page .table-responsive > table > thead > tr > td,
	.ccm-page .table-responsive > table > tbody > tr > th,
	.ccm-page .table-responsive > table > tbody > tr > td,
	.ccm-page .table-responsive > table > tfoot > tr > th,
	.ccm-page .table-responsive > table > tfoot > tr > td {
		white-space: nowrap;
	}
}

@media screen and (max-width: 991px) {
	.ccm-page .table-responsive:before {
		font-family: "fontello";
		content: "\e814   \e815";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		color: #adadad;
		top: -2px;
		font-size: 16px;
		left: 3px;
	}
}

.ccm-page caption {
	background-color: #fff;
	line-height: 28px;
	padding: 10px 25px;
	border: 1px solid #ddd;
	border-bottom: 0;
}

@media screen and (max-width: 991px) {
	.ccm-page caption {
		border: 0;
		font-size: 18px;
		text-align: left;
	}
}

.ccm-page fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

.ccm-page legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1.375;
	font-size: 150%;
	line-height: inherit;
	color: #7f7f7f;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.ccm-page label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.ccm-page input[type="radio"],
.ccm-page input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

@media screen and (min-width: 992px) {
	.ccm-page input[type="radio"],
	.ccm-page input[type="checkbox"] {
		position: relative;
		top: 2px;
	}
}

.ccm-page input[type="file"] {
	display: block;
	height: auto;
	width: auto;
}

.ccm-page input[type="range"] {
	display: block;
	width: 100%;
}

.ccm-page select[multiple],
.ccm-page select[size] {
	height: auto;
}

.ccm-page select,
.ccm-page textarea,
.ccm-page input[type="text"],
.ccm-page input[type="password"],
.ccm-page input[type="datetime"],
.ccm-page input[type="datetime-local"],
.ccm-page input[type="date"],
.ccm-page input[type="month"],
.ccm-page input[type="time"],
.ccm-page input[type="week"],
.ccm-page input[type="number"],
.ccm-page input[type="email"],
.ccm-page input[type="url"],
.ccm-page input[type="search"],
.ccm-page input[type="tel"],
.ccm-page input[type="color"],
.ccm-page .form-control {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	-webkit-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;
}

.ccm-page select[disabled], .ccm-page select[readonly],
fieldset[disabled] .ccm-page select,
.ccm-page textarea[disabled],
.ccm-page textarea[readonly],
fieldset[disabled]
.ccm-page textarea,
.ccm-page input[type="text"][disabled],
.ccm-page input[type="text"][readonly],
fieldset[disabled]
.ccm-page input[type="text"],
.ccm-page input[type="password"][disabled],
.ccm-page input[type="password"][readonly],
fieldset[disabled]
.ccm-page input[type="password"],
.ccm-page input[type="datetime"][disabled],
.ccm-page input[type="datetime"][readonly],
fieldset[disabled]
.ccm-page input[type="datetime"],
.ccm-page input[type="datetime-local"][disabled],
.ccm-page input[type="datetime-local"][readonly],
fieldset[disabled]
.ccm-page input[type="datetime-local"],
.ccm-page input[type="date"][disabled],
.ccm-page input[type="date"][readonly],
fieldset[disabled]
.ccm-page input[type="date"],
.ccm-page input[type="month"][disabled],
.ccm-page input[type="month"][readonly],
fieldset[disabled]
.ccm-page input[type="month"],
.ccm-page input[type="time"][disabled],
.ccm-page input[type="time"][readonly],
fieldset[disabled]
.ccm-page input[type="time"],
.ccm-page input[type="week"][disabled],
.ccm-page input[type="week"][readonly],
fieldset[disabled]
.ccm-page input[type="week"],
.ccm-page input[type="number"][disabled],
.ccm-page input[type="number"][readonly],
fieldset[disabled]
.ccm-page input[type="number"],
.ccm-page input[type="email"][disabled],
.ccm-page input[type="email"][readonly],
fieldset[disabled]
.ccm-page input[type="email"],
.ccm-page input[type="url"][disabled],
.ccm-page input[type="url"][readonly],
fieldset[disabled]
.ccm-page input[type="url"],
.ccm-page input[type="search"][disabled],
.ccm-page input[type="search"][readonly],
fieldset[disabled]
.ccm-page input[type="search"],
.ccm-page input[type="tel"][disabled],
.ccm-page input[type="tel"][readonly],
fieldset[disabled]
.ccm-page input[type="tel"],
.ccm-page input[type="color"][disabled],
.ccm-page input[type="color"][readonly],
fieldset[disabled]
.ccm-page input[type="color"],
.ccm-page .form-control[disabled],
.ccm-page .form-control[readonly],
fieldset[disabled]
.ccm-page .form-control {
	cursor: not-allowed;
	background-color: #dcdcdc;
	opacity: 1;
}

.ccm-page textarea,
.ccm-page textarea.form-control {
	height: auto;
}

@media screen and (min-width: 992px) {
	.ccm-page select {
		padding-top: 8px;
	}
}

.ccm-page select option {
	font-size: 14px;
}

.ccm-page input[type="search"] {
	-webkit-appearance: none;
}

.ccm-page input[type="date"],
.ccm-page input[type="time"],
.ccm-page input[type="datetime-local"],
.ccm-page input[type="month"] {
	line-height: 36px;
}

.ccm-page .alert {
	padding: 15px 30px 15px 20px;
	margin: 0 0 20px 0;
	border: 1px solid transparent;
	border-radius: 0;
}

.ccm-page .alert h4 {
	margin-top: 0;
	color: inherit;
}

.ccm-page .alert .alert-link {
	font-weight: bold;
}

.ccm-page .alert a {
	font-weight: bold;
}

.ccm-page .alert a:after {
	font-family: "fontello";
	content: "\e81c";
	display: inline-block;
	margin-left: 3px;
	font-weight: normal;
	font-size: 12px;
}

.ccm-page .alert > p,
.ccm-page .alert > ul {
	margin-bottom: 0;
}

.ccm-page .alert > p + p {
	margin-top: 5px;
}

.ccm-page .alert p + ol, .ccm-page .alert p + ul {
	margin: 5px 0;
}

.ccm-page .alert-dismissable {
	padding: 15px 30px 15px 20px;
}

.ccm-page .alert-dismissable .close {
	position: relative;
	top: -11px;
	right: -12px;
	color: inherit;
}

.ccm-page .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.ccm-page .alert-success hr {
	border-top-color: #c9e2b3;
}

.ccm-page .alert-success .alert-link {
	color: #2b542c;
}

.ccm-page .alert-success p, .ccm-page .alert-success a {
	color: #3c763d;
}

.ccm-page .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.ccm-page .alert-info hr {
	border-top-color: #a6e1ec;
}

.ccm-page .alert-info .alert-link {
	color: #245269;
}

.ccm-page .alert-info p, .ccm-page .alert-info a {
	color: #31708f;
}

.ccm-page .alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.ccm-page .alert-warning hr {
	border-top-color: #f7e1b5;
}

.ccm-page .alert-warning .alert-link {
	color: #66512c;
}

.ccm-page .alert-warning p, .ccm-page .alert-warning a {
	color: #8a6d3b;
}

.ccm-page .alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.ccm-page .alert-danger hr {
	border-top-color: #e4b9c0;
}

.ccm-page .alert-danger .alert-link {
	color: #843534;
}

.ccm-page .alert-danger p, .ccm-page .alert-danger a {
	color: #a94442;
}

.ccm-page .close {
	float: right;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	color: #adadad;
	text-shadow: #adadad;
	opacity: .6;
	margin-top: -5px;
	margin-right: -10px;
}

.ccm-page .close:hover, .ccm-page .close:focus {
	color: #adadad;
	text-decoration: none;
	cursor: pointer;
	opacity: .8;
}

.ccm-page button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.ccm-page .btn {
	outline: none !important;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 25px;
	font-size: 16px;
	line-height: 23px;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.ccm-page .btn {
		-webkit-transition: all .2s ease-in;
						transition: all .2s ease-in;
	}
}

.ccm-page .btn:hover, .ccm-page .btn:focus {
	color: #B0B0B0;
	text-decoration: none;
}

.ccm-page .btn:active, .ccm-page .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	position: relative;
	top: 1px;
}

.ccm-page .btn.disabled, .ccm-page .btn[disabled],
fieldset[disabled] .ccm-page .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	box-shadow: none;
}

.ccm-page .btn-default {
	color: #B0B0B0;
	background-color: #fff;
	border-color: #dcdcdc;
}

.ccm-page .btn-default:hover, .ccm-page .btn-default:focus {
	color: #fff;
	background-color: #B0B0B0;
	border-color: #B0B0B0;
}

.ccm-page .btn-primary {
	color: #fff;
	background-color: #ff4200;
	border-color: #ff4200;
}

.ccm-page .btn-primary:hover, .ccm-page .btn-primary:focus {
	color: #e63b00;
	background-color: #fff;
	border-color: #ff4200;
}

.ccm-page .btn-secondary {
	color: #606060;
	background-color: transparent;
	border-color: #ff4200;
}

.ccm-page .btn-secondary:hover, .ccm-page .btn-secondary:focus {
	color: #fff;
	background-color: #ff4200;
	border-color: #ff4200;
}

.ccm-page .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.ccm-page .btn-success:hover, .ccm-page .btn-success:focus {
	color: #4cae4c;
	background-color: #fff;
	border-color: #4cae4c;
}

.ccm-page .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.ccm-page .btn-info:hover, .ccm-page .btn-info:focus {
	color: #46b8da;
	background-color: #fff;
	border-color: #46b8da;
}

.ccm-page .btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.ccm-page .btn-warning:hover, .ccm-page .btn-warning:focus {
	color: #eea236;
	background-color: #fff;
	border-color: #eea236;
}

.ccm-page .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.ccm-page .btn-danger:hover, .ccm-page .btn-danger:focus {
	color: #d43f3a;
	background-color: #fff;
	border-color: #d43f3a;
}

.ccm-page .btn-link {
	color: #ff4200;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}

.ccm-page .btn-link, .ccm-page .btn-link:active, .ccm-page .btn-link[disabled],
fieldset[disabled] .ccm-page .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.ccm-page .btn-link, .ccm-page .btn-link:hover, .ccm-page .btn-link:focus, .ccm-page .btn-link:active {
	border-color: transparent;
}

.ccm-page .btn-link:hover, .ccm-page .btn-link:focus {
	color: #b32e00;
	text-decoration: underline;
	background-color: transparent;
}

.ccm-page .btn-link[disabled]:hover, .ccm-page .btn-link[disabled]:focus,
fieldset[disabled] .ccm-page .btn-link:hover,
fieldset[disabled] .ccm-page .btn-link:focus {
	color: #dcdcdc;
	text-decoration: none;
}

.ccm-page .btn-inline-link {
	color: #ff4200;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	font-size: inherit;
	line-height: inherit;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
}

.ccm-page .btn-inline-link:after {
	font-family: "fontello";
	content: "\e81c";
	display: inline-block;
	margin-left: 3px;
	font-weight: normal;
	font-size: 11px;
	text-shadow: none;
}

.ccm-page .btn-inline-link, .ccm-page .btn-inline-link:active, .ccm-page .btn-inline-link[disabled],
fieldset[disabled] .ccm-page .btn-inline-link {
	background-color: transparent;
	box-shadow: none;
}

.ccm-page .btn-inline-link, .ccm-page .btn-inline-link:hover, .ccm-page .btn-inline-link:focus, .ccm-page .btn-inline-link:active {
	border-color: transparent;
}

.ccm-page .btn-inline-link:hover, .ccm-page .btn-inline-link:focus {
	color: #b32e00;
	text-decoration: underline;
	background-color: transparent;
}

.ccm-page .btn-inline-link[disabled]:hover, .ccm-page .btn-inline-link[disabled]:focus,
fieldset[disabled] .ccm-page .btn-inline-link:hover,
fieldset[disabled] .ccm-page .btn-inline-link:focus {
	color: #dcdcdc;
	text-decoration: none;
}

.ccm-page .btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.ccm-page .btn-block + .btn-block {
	margin-top: 5px;
}

.ccm-page input[type="submit"].btn-block,
.ccm-page input[type="reset"].btn-block,
.ccm-page input[type="button"].btn-block {
	width: 100%;
}

.nav-tabs {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav-tabs:before, .nav-tabs:after {
	content: " ";
	display: table;
}

.nav-tabs:after {
	clear: both;
}

.nav.nav-tabs {
	margin-bottom: 0;
}

.nav-tabs > li {
	position: relative;
	display: block;
}

.nav-tabs > li > a {
	position: relative;
	display: block;
	padding: 8px 25px;
	text-align: center;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	text-decoration: none;
	background-color: #f9f9f9;
}

.nav-tabs > li.disabled > a {
	color: #dedede;
}

.nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus {
	color: #dedede;
	text-decoration: none;
	background-color: transparent;
	cursor: disabled;
}

.nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
	background-color: #f9f9f9;
	border-color: #ff4200;
}

@media screen and (min-width: 600px) {
	.nav-tabs > li > a br {
		display: none;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs {
	border-bottom: 1px solid #dedede;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.375;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #dedede #dedede #dedede;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #ff4200;
	background-color: #fff;
	border: 1px solid #dedede;
	border-bottom-color: transparent;
	cursor: default;
}

.tab-content {
	padding: 10px 15px;
	border: 1px solid #dedede;
	border-top: 0;
}

.nav-tabs-gray > li > a {
	background: #B1B1B1;
	color: #fff;
	margin-right: 1px;
}

.nav-tabs-gray > li > a:hover, .nav-tabs-gray > li > a:focus {
	border-color: #c5c5c5;
	background: #c5c5c5;
	color: #fff;
}

.nav-tabs-form {
	border-bottom: 0;
}

.nav-tabs-form > li {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	.nav-tabs-form > li:last-child {
		float: right;
	}
}

.nav-tabs-form > li a {
	border: 1px solid #a4a4a4;
	color: #333;
	line-height: 20px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

@media screen and (min-width: 480px) {
	.nav-tabs-form > li a {
		padding: 12px 20px;
	}
}

@media screen and (min-width: 600px) {
	.nav-tabs-form > li a {
		padding: 12px 50px;
	}
}

@media screen and (min-width: 768px) {
	.nav-tabs-form > li a {
		padding: 12px 50px;
	}
}

@media screen and (min-width: 992px) {
	.nav-tabs-form > li a {
		padding: 12px 25px;
	}
}

@media screen and (min-width: 1200px) {
	.nav-tabs-form > li a {
		padding: 12px 50px;
	}
}

@media screen and (min-width: 768px) {
	.nav-tabs-form > li a {
		line-height: 1.375;
	}
}

.nav-tabs-form > li.active > a, .nav-tabs-form > li.active > a:hover, .nav-tabs-form > li.active > a:focus {
	color: #fff;
	border: 1px solid #ff4200;
	background: #ff4200;
}

@media screen and (min-width: 480px) {
	.nav-tabs-form > li > a br {
		display: none;
	}
}

.tab-content-form {
	border: 0;
	background: #f9f9f9;
	padding: 25px 15px;
}

@media screen and (min-width: 992px) {
	.tab-content-form {
		padding: 40px 45px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.tab-content-form {
		padding: 40px 45px;
	}
}

body {
	background-color: #fff;
}

@media screen and (min-width: 992px) {
	body {
		font-weight: 400;
	}
}

.ccm-page {
	box-sizing: border-box;
	overflow: hidden;
}

.ccm-page * {
	box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.text-bold {
	font-weight: bold;
}

.ccm-page {
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.ccm-page {
		font-size: 18px;
		line-height: 1.375;
	}
}

.wrapper, .search-area {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.wrapper:before, .search-area:before, .wrapper:after, .search-area:after {
	content: " ";
	display: table;
}

.wrapper:after, .search-area:after {
	clear: both;
}

.silnet-gallery-container {
	font-size: 0px;
	text-align: justify;
}

.silnet-gallery-container:after {
	display: inline-block;
	content: '';
	width: 100%;
}

.silnet-gallery-container > * {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.container {
		width: 740px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
		padding-left: 0;
		padding-right: 0;
	}
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

*.ccm-spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.ccm-layout-table .ccm-layout-col {
	float: left;
}

.ccm-layout .first .ccm-layout-col-spacing {
	margin-left: 0px !important;
}

.ccm-layout .last .ccm-layout-col-spacing {
	margin-right: 0px !important;
}

@media screen and (max-width: 991px) {
	.ccm-layout-col {
		float: none;
		display: block;
		width: 100% !important;
	}
	.ccm-layout-col-spacing {
		margin: 0 !important;
	}
}

#ccm-panel-detail-page-composer .ccm-panel-detail-content form .ccm-ui fieldset + fieldset + fieldset .form-group > .control-label {
	display: none;
}

.header-top {
	position: relative;
	z-index: 5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 3px;
}

.header-top:before, .header-top:after {
	content: " ";
	display: table;
}

.header-top:after {
	clear: both;
}

@media screen and (min-width: 600px) {
	.header-top {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.header-top {
		padding-top: 16px;
	}
}

@media screen and (min-width: 600px) {
	.page-type-default .header-top {
		margin-bottom: 3px;
	}
}

.logo {
	float: left;
	background: #ff4200;
	max-width: 150px;
	position: relative;
	z-index: 4;
}

@media screen and (min-width: 768px) {
	.logo {
		max-width: 225px;
	}
}

.logo a {
	padding: 5px 10px;
	display: block;
}

@media screen and (min-width: 768px) {
	.logo a {
		padding: 23px 16px 24px 19px;
	}
}

.navigation {
	display: block;
	clear: both;
	position: relative;
	top: 13px;
}

.navigation:before, .navigation:after {
	content: " ";
	display: table;
}

.navigation:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.navigation {
		float: none;
		top: 0;
	}
}

@media screen and (min-width: 992px) {
	.navigation {
		height: 52px;
		margin-top: -52px;
		float: left;
		width: 100%;
		z-index: 3;
		overflow: hidden;
	}
}

.js-menu-trigger {
	margin-top: 6px;
}

@media screen and (min-width: 480px) {
	.js-menu-trigger {
		margin-top: 7px;
	}
}

.contact-top-container {
	-webkit-transform: translateZ(0px);
	-webkit-transform: rotateZ(360deg);
	float: right;
	margin-top: 6px;
}

@media screen and (min-width: 480px) {
	.contact-top-container {
		margin-top: 7px;
	}
}

@media screen and (min-width: 768px) {
	.contact-top-container {
		margin-top: 24px;
	}
}

@media screen and (min-width: 992px) {
	.contact-top-container {
		margin-top: 0;
	}
}

.search-area {
	position: relative;
	z-index: 4;
	border-top: 1px solid #dcdcdc;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 1px;
	overflow: hidden;
}

@media screen and (min-width: 600px) {
	.search-area {
		height: auto;
		padding-bottom: 31px;
		border-top: 0;
		border-bottom: 1px solid #dcdcdc;
	}
}

.search-area-expanded {
	height: auto;
	padding-bottom: 13px;
	border-top: 0;
	border-bottom: 1px solid #dcdcdc;
}

@media screen and (min-width: 600px) {
	.search-area-expanded {
		padding-bottom: 31px;
	}
}

.page-type-default .search-area,
.page-type-page-car .search-area {
	height: 1px;
	overflow: hidden;
	margin-bottom: 0;
	border-top: 1px solid #dcdcdc;
}

@media screen and (min-width: 600px) {
	.page-type-default .search-area,
	.page-type-page-car .search-area {
		height: 1px;
		padding-bottom: 0;
		border-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.page-type-default .search-area,
	.page-type-page-car .search-area {
		height: 0;
		border: 0;
	}
}

.page-type-default .search-area-expanded,
.page-type-page-car .search-area-expanded {
	display: block;
	height: auto;
	padding-bottom: 13px;
	border-top: 0;
}

@media screen and (min-width: 600px) {
	.page-type-default .search-area-expanded,
	.page-type-page-car .search-area-expanded {
		border-bottom: 1px solid #dcdcdc;
	}
}

@media screen and (min-width: 992px) {
	.page-type-default .search-area-expanded,
	.page-type-page-car .search-area-expanded {
		margin-bottom: 15px;
	}
}

.search-area h3 {
	font-weight: 700;
	font-size: 21px;
	margin-top: 7px;
	margin-bottom: 17px;
	line-height:23px;
	clear: both;
    overflow: hidden;
}

.search-area select {
	border: 1px solid #ff4200;
	line-height: 20px;
	font-size: 15px;
	padding: 8px 10px 11px;
	height: 47px;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none;
}

.select-container:after, .button-container:after {
	position: absolute;
	font-family: "fontello";
	font-size: 16px;
	content: "\e817";
	right: 15px;
	top: 13px;
}

.select-container.noicon:after, .button-container.noicon:after {
	content: '';
}

.search-area input[type=text] {
	border: 1px solid #ff4200;
	line-height: 20px;
	font-size: 15px;
	padding: 8px 10px 11px;
	height: 47px;
}

@media screen and (min-width: 992px) {
	.select-container:after, .button-container:after {
		right: 20px;
	}
}

.no-appearance .select-container:after, .no-appearance .button-container:after {
	display: none;
}

.select-container, .button-container {
	margin-bottom: 10px;
	height: 47px;
	position: relative;
}

@media screen and (min-width: 320px) {
	.select-container, .button-container {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.select-container, .button-container {
		width: 33.33333%;
	}
}

@media screen and (min-width: 992px) {
	.select-container, .button-container {
		width: 16.66666%;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.select-container:nth-child(odd), .button-container:nth-child(odd) {
		padding-right: 5px;
	}
	.select-container:nth-child(even), .button-container:nth-child(even) {
		padding-left: 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.select-container:nth-child(3n + 1), .button-container:nth-child(3n + 1) {
		padding-right: 5px;
	}
	.select-container:nth-child(3n + 2), .button-container:nth-child(3n + 2) {
		padding-right: 5px;
	}
	.select-container:nth-child(3n + 2), .button-container:nth-child(3n + 2) {
		padding-left: 5px;
	}
	.select-container:nth-child(3n + 3), .button-container:nth-child(3n + 3) {
		padding-left: 5px;
	}
}

@media screen and (min-width: 992px) {
	.select-container, .button-container {
		padding-right: 10px;
	}
}

.button-container {
	padding-left: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.button-container {
		padding-left: 0 !important;
		padding-right: 5px !important;
	}
}

@media screen and (min-width: 992px) {
	.button-container {
		padding-right: 0;
	}
}

.button-container:after {
	display: none;
}

.search-area .btn-search {
	display: block;
	width: 100%;
	line-height: 16px;
	font-size: 15px;
	padding: 11px 10px 12px;
	height: 47px;
	text-transform: uppercase;
}

.advanced-search {
	text-align: right;
}

.advanced-search a {
	font-size: 14px;
	line-height: 16px;
	color: #adadad;
}

@media screen and (min-width: 992px) {
	.advanced-search a {
		font-size: 13px;
		letter-spacing: -.3px;
	}
}

.select-container.select-range, .select-range.button-container {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 992px) {
	.select-container.select-range, .select-range.button-container {
		padding-right: 30px;
	}
}

.select-container.select-range:after, .select-range.button-container:after {
	display: none;
}

@media screen and (min-width: 992px) {
	.select-container, .button-container {
		width: 14.2%;
	}
	.select-container:nth-child(1), 
	.button-container:nth-child(1) {
		width: 13%;
	}
	.select-container:nth-child(2), 
	.button-container:nth-child(2) {
		width: 14%;
	}
	.select-container:nth-child(3), 
	.button-container:nth-child(3) {
		width: 14%;
	}
	.select-container:nth-child(4), 
	.button-container:nth-child(4) {
		width: 14%;
	}
	.select-container:nth-child(5), 
	.button-container:nth-child(5) {
		width: 14%;
	}
	.select-container:nth-child(6), 
	.button-container:nth-child(6) {
		width: 14%;
	}

	.search-area form > .select-container:nth-child(6), 
	.search-area form > .button-container:nth-child(6) {
		width: 19%;
	}
	.select-container:nth-child(7), 
	.button-container:nth-child(7) {
		width: 12%;
	}
}

.ccm-page select[disabled] {
	border-color: rgba(173, 173, 173, 0.47);
	color: rgba(173, 173, 173, 0.97);
	background: none;
	opacity: .7;
}

.select-container-model:after {
	opacity: .3;
}

.select-container-model.enabled:after {
	opacity: 1;
}

.ccm-page select[disabled]:after {
	color: rgba(173, 173, 173, 0.1);
}

.advanced-search-container {
	clear: both;
	float: left;
	width: 100%;
	display: none;
}

.js-show-additional-fields {
	display: block;
}

.advanced-search-button-container {
	text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.advanced-search-button-container {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.advanced-search-button-container {
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.advanced-search-button-container {
		position: absolute;
		right: 0;
		top: 46px;
	}
}

.advanced-search-button-container a {
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #868686;
}

.advanced-search-button-container a:hover, .advanced-search-button-container a:focus {
	text-decoration: none;
	color: #868686;
}

@media screen and (min-width: 320px) {
	.advanced-search-button-container a {
		padding-top: 8px;
	}
}

@media screen and (min-width: 420px) {
	.advanced-search-button-container a {
		padding-top: 15px;
	}
}

@media screen and (min-width: 768px) {
	.advanced-search-button-container a {
		padding-left: 10px;
	}
}

.advanced-search-button-container a.js-advanced-search-expanded {
	color: #ff4200;
}

@media screen and (min-width: 420px) {
	.advanced-search-button-container a br {
		display: none;
	}
}


.search-reset-container {
	display: inline-block;
	float:right;
    font-size: 13px;
	font-weight: normal;
    line-height: inherit;
    color: #868686;
}
.search-reset-container a {
	color: #868686;
}

.search-area form {
	position: relative;
}

.button-container {
	clear: both;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.button-container {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.button-container {
		padding-left: 0 !important;
	}
}

@media screen and (min-width: 992px) {
	.button-container {
		position: absolute;
		right: 0;
		width: 12%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.advanced-search-container .select-container:nth-child(1), .advanced-search-container .button-container:nth-child(1) {
		width: 15%;
	}
}

.page-content {
	position: relative;
	z-index: 4;
	margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
	.page-content {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 992px) {
	.page-type-page-car .page-content {
		margin-bottom: 0;
	}
}

.page-type-page-car .page-content.lift {
	font-family: Oswald;
}
.page-type-page-car .page-content.lift h3 {
	font-family: Oswald;
}

@media screen and (min-width: 992px) {
	.page-type-default main {
		padding: 0 15%;
	}
}

.page-handle-kontakt main {
	padding-left: 0;
	padding-right: 0;
}

.top-navs:before, .top-navs:after {
	content: " ";
	display: table;
}

.top-navs:after {
	clear: both;
}

@media screen and (min-width: 992px) {
	.top-navs {
		margin-top: 45px;
	}
}

.sort-nav {
	color: #303030;
	font-size: 15px;
}

@media screen and (min-width: 768px) {
	.sort-nav {
		float: right;
		clear: none;
		max-width: 70%;
	}
}

.sort-nav .label {
	display: inline-block;
	margin-bottom: 5px;
}

.sort-nav a {
	color: #303030;
	font-size: 15px;
}

.sort-nav a:hover, .sort-nav a:focus {
	color: #ff4200;
}

@media screen and (min-width: 768px) {
	.sort-nav br {
		display: none;
	}
}

.sort-nav a.asc,
.sort-nav a.desc {
	position: relative;
}

.sort-nav a.asc:after,
.sort-nav a.desc:after {
	display: inline-block;
	font-family: "fontello";
	margin-left: 5px;
}

.sort-nav a.asc:after {
	content: "\e816";
}

.sort-nav a.desc:after {
	content: "\e817";
}

.page-handle-kontakt .additional-info {
	padding-top: 10px;
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	.page-handle-kontakt .additional-info {
		margin-top: 00px;
		padding-top: 40px;
	}
}

.page-handle-kontakt .additional-info,
.page-handle-kontakt .additional-info p,
.page-handle-kontakt .additional-info h3 {
	font-size: 18px;
	line-height: 22px;
}

@media screen and (min-width: 768px) {
	.page-handle-kontakt .additional-info,
	.page-handle-kontakt .additional-info p,
	.page-handle-kontakt .additional-info h3 {
		font-size: 16px;
		line-height: 26px;
	}
}

.worker {
	overflow: hidden;
	margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
	.worker {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.worker {
		margin-bottom: 30px;
	}
}

.worker-thumbnail {
	margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
	.worker-thumbnail {
		float: left;
		max-width: 80px;
		position: relative;
		top: 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.worker-thumbnail {
		float: none;
		max-width: none;
	}
}

@media screen and (min-width: 480px) {
	/*.worker-description {
		padding-left: 95px;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.worker-description {
		padding-left: 0;
	}
}

.worker-description p:first-child {
	margin-bottom: 10px;
}

.page-handle-finansowanie p[data-redactor-inserted-image] {
	text-align: center;
}

.page-handle-finansowanie p[data-redactor-inserted-image] img {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.footer-primary {
	padding-bottom: 50px;
	clear: both;
	border-top: 1px solid #dbdbdb;
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
	.footer-primary {
		padding-bottom: 50px;
		padding-top: 30px;
	}
}

@media screen and (min-width: 992px) {
	.footer-primary {
		padding-top: 30px;
		padding-bottom: 45px;
	}
}

.contact-information h3 {
	color: #ff4200;
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.contact-information h3 {
		text-align: center;
		display: block;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 992px) {
	.contact-information h3 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
}

.contact-information h3:after {
	content: "";
	position: relative;
	display: block;
	width: 116px;
	height: 6px;
	background: #ff4200;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.contact-information h3:after {
		text-align: center;
		margin: 10px auto 0;
	}
}

.contact-information a[href^="mailto"] {
	color: #c53605;
}

.contact-information a[href^="mailto"]:hover, .contact-information a[href^="mailto"]:focus {
	text-decoration: underline;
	color: #ff4200;
}

.contact-information a[href^="tel"] {
	color: #333;
}

.contact-information a[href^="tel"]:hover {
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
	.contact-information {
		margin-bottom: 0;
	}
}

.contact-information h4 {
	margin-top: 0;
	display: inline-block;
	border-bottom: 1px solid #6e6e6e;
	text-transform: uppercase;
}

@media screen and (min-width: 992px) {
	.contact-information h4 {
		font-size: 21px;
		margin-bottom: 29px;
	}
}

.side-one {
	margin-bottom: 40px;
}

.side-two {
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.contact-info {
		display: table;
		width: 100%;
		border-bottom: 1px solid #adadad;
	}
	.side-one {
		display: table-cell;
		width: 50%;
		padding-right: 10px;
		border-right: 1px solid #adadad;
		margin-bottom: 10px;
		padding-bottom: 35px;
	}
	.side-two {
		display: table-cell;
		width: 50%;
		padding-left: 35px;
		margin-bottom: 10px;
	}
	.side-one p:last-child,
	.side-two p:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.side-one p,
	.side-two p {
		font-size: 16px;
		line-height: 31px;
		font-weight: 400;
		margin-bottom: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.side-two {
		padding-left: 164px;
	}
}

@media screen and (min-width: 768px) {
	.page-handle-kontakt .side-one {
		padding-right: 60px;
	}
}

@media screen and (min-width: 768px) {
	.page-handle-kontakt .side-two {
		padding-left: 80px;
	}
}

@media screen and (min-width: 1200px) {
	.page-handle-kontakt .side-two {
		padding-left: 110px;
	}
}

.page-template-index .footer-primary {
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
	.page-template-index .footer-primary {
		padding-top: 15px;
	}
}

@media screen and (min-width: 768px) {
	.page-template-index .footer-primary {
		padding-top: 25px;
	}
}

@media screen and (min-width: 1200px) {
	.page-template-index .footer-primary {
		padding-top: 0;
		margin-bottom: 0;
	}
}

.social-buttons {
	text-align: center;
	font-size: 0;
	display: flex;
	justify-content: center;
}

.social-ford {
	margin-right: 20px;
}

.social-volvo {
	margin-left: 20px;
}

.social-buttons p {
	font-size: 20px;
	display: inline-block;
	margin-right: 20px;
}

@media screen and (min-width: 768px) {
	.social-buttons {
		margin-top: 35px;
	}
}

@media screen and (max-width: 451px) {
	.social-buttons p {
		display: block;
	}
}

.social-buttons a {
	font-family: "fontello";
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 2px solid #d1d1d1;
	border-radius: 3px;
	font-size: 26px;
	color: #333;
	padding-top: 12px;
}

.social-buttons a:hover, .social-buttons a:focus {
	text-decoration: none;
	color: #ff4200;
}

.social-buttons a.facebook,
.social-buttons a.instagram {
	margin-right: -2px;
}

.social-buttons a.facebook:before {
	margin-right: -2px;
	content: '\e800';
}

.social-buttons a.instagram:before {
	content: '\f16d';
}

.social-buttons a.linkedin:before {
	content: '\e831';
}

.social-buttons a.google {
	padding-left: 2px;
}

.social-buttons a.google:before {
	content: '\e801';
}

#silnet-copyright {
	float: none;
}

.footer-bottom {
	text-align: center;
	padding: 28px 0 28px;
	font-size: 14px;
	border-top: 1px solid #dbdbdb;
	margin-top: 0;
	background: #1b1b1b;
}

@media screen and (min-width: 600px) {
	.footer-bottom {
		text-align: left;
		float: left;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.footer-bottom {
		padding-top: 46px;
		padding-bottom: 31px;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.footer-bottom > .container {
		display: inline-block;
		width: auto;
	}
}

@media screen and (min-width: 600px) {
	.company-container {
		padding-left: 139px;
		position: relative;
		font-size: 12px;
	}
	.company-container:after {
		content: " ";
		display: block;
		position: absolute;
		width: 1px;
		height: 28px;
		left: 115px;
		top: 2px;
		background: #404040;
	}
}

@media screen and (min-width: 768px) {
	.company-container {
		overflow: hidden;
	}
	.company-container:after {
		height: 15px;
		left: 90px;
		top: 1px;
		background: #404040;
	}
}

@media screen and (min-width: 768px) {
	.company-container {
		padding-left: 106px;
	}
}

.company-copyright {
	margin-bottom: 15px;
	color: #656565;
}

@media screen and (min-width: 600px) {
	.company-copyright {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.company-copyright {
		float: left;
	}
}

.footer-bottom-links {
	white-space: pre-line;
	margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
	.footer-bottom-links {
		white-space: normal;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.footer-bottom-links {
		float: left;
		margin-left: 15px;
	}
}

.footer-bottom-links a {
	display: inline-block;
	color: #656565;
}

.footer-bottom-links a:hover, .footer-bottom-links a:focus {
	color: #ff4200;
}

@media screen and (min-width: 600px) {
	.footer-bottom-links a:after {
		content: " ";
		display: inline-block;
		width: 1px;
		height: 11px;
		background: #404040;
		margin-left: 6px;
		margin-right: 3px;
		top: 1px;
		position: relative;
	}
	.footer-bottom-links a:last-child:after {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.footer-bottom-links:before {
		content: " ";
		display: inline-block;
		width: 1px;
		height: 10px;
		background: #404040;
		margin-left: 0px;
		margin-right: 13px;
		top: 1px;
		position: relative;
	}
}

.footer-bottom .separator {
	display: none;
}

#silnet-copyright {
	float: none;
}

@media screen and (min-width: 600px) {
	.silnet-container {
		text-align: left;
		float: left;
		margin-top: -30px;
	}
}

@media screen and (min-width: 600px) {
	.silnet-container {
		margin-top: -27px;
	}
}

@media screen and (min-width: 768px) {
	.silnet-container {
		margin-top: -17px;
	}
}

#silnet-copyright .silnet {
	width: 90px;
	float: none;
}

@media screen and (min-width: 768px) {
	#silnet-copyright .silnet {
		width: 80px;
	}
}

#silnet-copyright .silnet .normal {
	opacity: .7;
}

#silnet-copyright img {
	position: static;
}

@media screen and (max-width: 599px) {
	#silnet-copyright .mobilne {
		display: block;
		float: none;
		margin-top: 8px;
		max-width: 160px;
		width: 100%;
	}
}

#silnet-copyright #silnet-logo .logo,
#silnet-copyright #silnet-logo .slogan,
#silnet-copyright #silnet-logo .name {
	fill: #666;
}

#silnet-copyright #silnet-logo:hover .logo {
	fill: #ed1c24;
}

#silnet-copyright #silnet-logo:hover .slogan {
	fill: #fff;
}

#silnet-copyright #silnet-logo:hover .name {
	fill: #fff;
}

.car-container-row:before, .car-container-row:after {
	content: " ";
	display: table;
}

.car-container-row:after {
	clear: both;
}

.car-container-row {
	margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.car-container-row {
		margin-bottom: -44px;
	}
}

@media screen and (min-width: 992px) {
	.car-container-row {
		margin-bottom: 38px;
	}

	.page-content.car-sold .car-container-row { 
		margin-bottom: 0;
	}

	.similar-cars.car-sold > hr:nth-of-type(1) {
		display: none;
	}
}

.car-gallery-container {
	margin-bottom: 20px;
}

.car-gallery-container:before, .car-gallery-container:after {
	content: " ";
	display: table;
}

.car-gallery-container:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.car-gallery-container {
		float: left;
		max-width: 50%;
		padding-right: 14px;
		margin-bottom: 0;
	}
	.lift .car-gallery-container {
		max-width: 62%;
	}
}

ul.car-gallery,
.car-gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.car-gallery {
	display: block;
}

.car-gallery li a {
	display: block;
}

.car-gallery .tos-uibg {
	opacity: 0 !important;
	display: none !important;
}

.car-gallery .tos-pagination {
	opacity: 1;
}

.car-gallery .tos-slide {
	background: #606060;
}

.car-gallery .tos-wrapper.tos-fx-slide .tos-slider {
	padding-bottom: 65px;
}

.tos-wrapper .tos-pagination:before, .tos-wrapper .tos-pagination:after {
	display: none;
}

.car-gallery .tos-wrapper.tos-has-thumbnails .tos-pagination a {
	margin: 0 2px;
	width: 93px;
	height: 62px;
	background-position: right bottom;
}

.car-gallery .tos-wrapper.tos-has-thumbnails .tos-pagination {
	margin-left: -7px;
	text-align: left;
	overflow: hidden;
	margin-right: -7px;
	display: block;
	width: auto;
	height: 62px;
}

.car-gallery .tos-wrapper.tos-has-bullets .tos-slider {
	padding-bottom: 0;
}

@media screen and (max-width: 991px) {
	.car-gallery .tos-wrapper.tos-has-thumbnails .tos-pagination {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.car-gallery .tos-wrapper.tos-has-thumbnails .tos-slider {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.car-details {
		padding-left: 53%;
		margin-bottom: 0;
	}
	.lift .car-details {
		padding-left: 62%;
	}
}

.car-details h3 {
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px;
	color: #606060;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.car-details h3 {
		margin-bottom: 18px;
		font-size: 15px;
		text-transform: uppercase;
		padding-top: 18px;
		padding-bottom: 0px;
		border-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.car-details h3 {
		margin-bottom: 14px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 1200px) {
	.car-details h3 {
		margin-bottom: 25px;
		padding-bottom: 0;
	}
}

.car-details .attributes {
	margin-bottom: 25px;
}

.lift .car-details .attributes {
	font-family: Oswald;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.car-details .attributes {
		margin-bottom: 26px;
		letter-spacing: -.31em;
	}
}

@media screen and (min-width: 992px) {
	.car-details .attributes {
		margin-bottom: 27px;
	}
}

@media screen and (min-width: 1200px) {
	.car-details .attributes {
		margin-bottom: 32px;
	}
}

.car-details .attribute {
	color: #606060;
	margin-bottom: 8px;
}

.lift .car-details .attribute {
	width: 100%;
	padding-left: 0 !important;
	display: flex;
}
.lift .car-details .attribute dd{
	width: 50%;
}
.lift .car-details .attribute dd strong{
	font-weight: 400;
}
.lift .car-details .attribute dt{
	width: 50%;
	font-weight: 200;
}

@media screen and (min-width: 768px) {
	.car-details .attribute {
		font-size: 14px;
		margin-bottom: 5px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		letter-spacing: normal;
	}
}

@media screen and (min-width: 1200px) {
	.car-details .attribute {
		margin-bottom: 11px;
	}
}

@media screen and (min-width: 992px) {
	.car-details .attribute:nth-child(even) {
		padding-left: 10px;
	}
}

.car-details .attribute.attribute-warranty,
.car-details .attribute.attribute-pdf {
	width: 100%;
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.car-details .attribute.attribute-warranty {
		margin-top: 10px;
	}
}


.car-sold-info {	
	background: #e4e4e4;
	box-sizing: border-box;
	color: #333;
	padding: 20px;
	text-align: center;		
}

.car-sold-info a.btn {
	background: #ff4200;
	color: #fff;
	white-space: normal;
	max-width: 100%;
}


.car-sold-info a.btn:hover {
	background: #fd6733;
    color: #fff;
}

.ccm-page .car-details .pdf-gen {
	color: #606060;
	border: 1px solid #B1B1B1;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 15px;
	display: inline-block;
}

.ccm-page .car-details .pdf-gen:hover, .ccm-page .car-details .pdf-gen:focus {
	color: #ff4200;
	text-decoration: none;
	color: #fff;
	background: #B1B1B1;
	border-color: #B1B1B1;
}

.ccm-page .car-details .pdf-gen:before {
	font-family: "fontello";
	content: "\e826";
	display: inline-block;
	margin-right: 5px;
}

.lift .pdf-gen.no-photo:before {
	font-family: "fontello";
	content: "\e82f";
	display: inline-block;
	margin-right: 5px;
	font-size: 24px;
    vertical-align: sub;
}
.lift .pdf-gen.with-photo:before {
	font-family: "fontello";
	content: "\e830";
	display: inline-block;
	margin-right: 5px;
	font-size: 24px;
    vertical-align: sub;
}
.lift .ask-offer:before {
	font-family: "fontello";
	content: "\f29c";
	display: inline-block;
	margin-right: 5px;
	font-size: 24px;
    vertical-align: sub;
}

.pdf-gen.no-photo {
	margin-right: 5px;
}

.attribute.attribute-pdf {
	margin-bottom: 0;
}

.lift .attribute.attribute-pdf {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-direction: column;
}

@media screen and (min-width: 700px) {
	.lift .attribute.attribute-pdf {
		flex-direction: row;
	}
}

.lift .attribute.attribute-pdf a {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 6px 4px;
	text-align: center;
	margin: 4px 0;
}
@media screen and (min-width: 700px) {
	.lift .attribute.attribute-pdf a {
		width: 32%;
		margin: 0;
	}
}

.lift .attribute.attribute-pdf a.ask-offer {
	background-color: #ff4200;
	border: 2px solid #ff4200;
}
.lift .attribute.attribute-pdf a.no-photo {
	background-color: #939393;
	border: 2px solid #939393;
	margin-right: 0;
}
.lift .attribute.attribute-pdf a.with-photo {
	border: 2px solid #939393;
	color: #939393;
}

@media screen and (min-width: 768px) {
	.attribute.attribute-pdf {
		display: block;
	}
}

.car-details-price {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 21px;
	color: #606060;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.lift .car-details-price {
	border-bottom: none;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.car-details-price {
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.car-details-price {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
		border-bottom-color: #dcdcdc;
	}
}

.car-details-price .price {
	font-size: 21px;
	color: #ff4200;
	float: right;
	font-weight: bold;
}

@media screen and (min-width: 992px) {
	.car-details-price .price {
		margin-top: -4px;
	}
}

.car-details-price .currency {
	font-size: 14px;
	color: #606060;
	font-weight: normal;
}

.car-description {
	clear: both;
	margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
	.car-description {
		float: left;
		width: 100%;
		max-width: 50%;
		padding-right: 14px;
	}
}

@media screen and (min-width: 768px) {
	.car-description {
		line-height: 31px;
	}
}

@media screen and (min-width: 992px) {
	.car-description {
		font-size: 15px;
	}
}

.contact-person h3,
.car-description h3 {
	margin-top: 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 18px;
}

.car-description h3 {
	margin-top: 0;
}

@media screen and (min-width: 992px) {
	.contact-container {
		clear: none;
		float: left;
		padding-left: 32px;
		display: block;
		max-width: 50%;
		width: 100%;
	}
}

.contact-person-entry {
	overflow: hidden;
}

.contact-person {
	margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
	.contact-person {
		margin-bottom: 68px;
	}
}

.contact-person h3 {
	margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
	.contact-person h3 {
		margin-bottom: 25px;
	}
}

.contact-person .thumbnail {
	max-width: 60px;
	float: left;
	position: relative;
	top: 5px;
}

@media screen and (min-width: 600px) {
	.contact-person .thumbnail {
		max-width: 170px;
		top: 0;
	}
}

@media screen and (min-width: 992px) {
	.contact-person .thumbnail {
		max-width: 170px;
	}
}

@media screen and (min-width: 1200px) {
	.contact-person .thumbnail {
		max-width: 170px;
	}
}

.contact-person .contact-person-entry.withThumbs .contact-person-details {
	padding-left: 75px;
}

@media screen and (min-width: 600px) {
	.contact-person .contact-person-entry.withThumbs .contact-person-details {
		padding-left: 180px;
		font-size: 15px;
	}
}

@media screen and (min-width: 992px) {
	.contact-person .contact-person-entry.withThumbs .contact-person-details {
		padding-left: 180px;
	}
}

.contact-person .contact-name {
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
	.contact-person .contact-name {
		font-size: 16px;
		line-height: 14px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 600px) {
	.contact-details div {
		margin-bottom: 7px;
	}
}


.contact-person .contact-person-entry:nth-of-type(n+2) {
	margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #dcdcdc;
}


@media screen and (min-width: 768px) {
	.contact-person .contact-person-entry:nth-of-type(n+2) {
		padding-top: 30px;
	}
}


.contact-details div > span {
	display: inline-block;
	width: 85px;
}

@media screen and (min-width: 768px) {
	.contact-details div > span {
		width: 78px;
	}
}

.car-description p {
	margin-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
	.contact-person .thumbnail {
		margin-bottom: 10px;
		top: 0;
	}
	.contact-person .contact-name {
		display: block;
		padding-top: 17px;
	}
	.contact-details {
		clear: both;
		/* margin-left: -75px;
		margin-right: -78px; */
	}
	.contact-phone {
		clear: both;
		margin-top: 10px;
	}
}

.product-subtitle-container.has-subtitle {
	margin-top: -25px;
	margin-bottom: 13px;
}

.product-subtitle {
	font-style: italic;
	color: #606060;
	text-transform: uppercase;
}

@media screen and (min-width: 600px) {
	.product-subtitle {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
}

.special-offer-wrapper {
	padding-bottom: 0;
}

@media screen and (min-width: 600px) {
	.special-offer-wrapper {
		padding-bottom: 0px;
	}
}

.special-offer {
	margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
	.special-offer {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.special-offer {
		width: 65%;
	}
}

.special-offer a {
	display: block;
	position: relative;
}

.special-offer a.bg-hover:before {
	z-index: 1;
}

.special-offer a.bg-hover:after {
	z-index: 2;
}

.special-offer-secondary {
	margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
	.special-offer-secondary {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.special-offer-secondary {
		width: 35%;
	}
}

@media screen and (min-width: 600px) {
	.special-offer {
		padding-right: 10px;
	}
	.special-offer-secondary {
		padding-left: 10px;
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.special-offer {
		padding-right: 6px;
		width: 50%;
	}
	.special-offer-secondary {
		padding-right: 0;
		padding-left: 36px;
	}
}

.special-offer .special-offer-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 0;
	padding-bottom: 66.166666%;
	width: 100%;
	max-width: 754px;
	margin-bottom: 7px;
	position: relative;
	border: 1px solid #7f7f7f;
}

@media screen and (min-width: 1200px) {
	.special-offer-secondary .special-offer-image {
		padding-bottom: 91%;
	}
}

.special-offer-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 7px;
}

@media screen and (min-width: 992px) {
	.special-offer-title {
		font-size: 16px;
		margin-bottom: 1px;
	}
}

.special-offer-attribute {
	margin-bottom: 3px;
}

@media screen and (min-width: 992px) {
	.special-offer-attribute {
		font-size: 14px;
		margin-bottom: 0;
	}
}

.special-offer-price {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 33px 17px 26px 21px;
	background: #ffffff;
}

.special-offer-price span {
	display: block;
	font-size: 20px;
	text-align: right;
}

.special-offer-price .value {
	font-weight: bold;
	color: #ff4200;
}

.special-offer-price .currency {
	font-size: 12px;
	color: #333;
}

.special-offer-slider .tos-wrapper .tos-uibg {
	display: none;
}

.special-offer-slider .tos-prev,
.special-offer-slider .tos-next {
	top: 54%;
	height: 40px;
	margin-top: -20px;
	background: #ff4200;
	border-radius: 0;
	opacity: 1;
	left: auto;
	right: 4px;
}

@media screen and (min-width: 480px) {
	.special-offer-slider .tos-prev,
	.special-offer-slider .tos-next {
		top: 65%;
	}
}

@media screen and (min-width: 600px) {
	.special-offer-slider .tos-prev,
	.special-offer-slider .tos-next {
		top: 57%;
		right: 16px;
	}
}

@media screen and (min-width: 768px) {
	.special-offer-slider .tos-prev,
	.special-offer-slider .tos-next {
		top: 210px;
	}
}

@media screen and (min-width: 992px) {
	.special-offer-slider .tos-prev,
	.special-offer-slider .tos-next {
		top: 282px;
	}
}

@media screen and (min-width: 1200px) {
	.special-offer-slider .tos-prev,
	.special-offer-slider .tos-next {
		top: 361px;
		right: 11px;
	}
}

.special-offer-slider .tos-prev {
	left: auto;
	right: 46px;
}

@media screen and (min-width: 600px) {
	.special-offer-slider .tos-prev {
		right: 57px;
	}
}

@media screen and (min-width: 1200px) {
	.special-offer-slider .tos-prev {
		right: 53px;
	}
}

.tos-wrapper.tos-has-bullets .tos-pagination {
	bottom: auto;
	left: 3px;
	top: 0;
	opacity: 1;
	text-align: left;
}

.tos-wrapper.tos-has-bullets .tos-pagination a {
	border-radius: 0;
	margin-left: 2px;
	margin-right: 2px;
	background: #fff;
	opacity: 1;
}

.tos-wrapper.tos-has-bullets .tos-pagination a.tos-selected {
	background: #FF703E;
}

.special-offer-slider .special-offer {
	display: block;
}

.special-offer-slider .special-offer-title {
	height: 27px;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (min-width: 600px) {
	.special-offer-slider {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 600px) {
	.special-offer-slider .special-offer {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.special-offer-slider .special-offer-description {
		font-size: 18px;
	}
}

.page-list-home h2 {
	color: #ff4200;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	margin-top: 15px;
	margin-bottom: 40px;
	position: relative;
	font-weight: 300;
}

@media screen and (min-width: 600px) {
	.page-list-home h2 {
		font-size: 30px;
		line-height: 38px;
		margin-top: 25px;
	}
}

@media screen and (min-width: 768px) {
	.page-list-home h2 {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.page-list-home h2 {
		margin-top: 30px;
	}
}

.page-list-home h2:after {
	content: "";
	position: relative;
	display: block;
	width: 116px;
	height: 6px;
	background: #ff4200;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.page-list-home h2:after {
		text-align: center;
		margin: 10px auto 0;
	}
}

@media screen and (min-width: 480px) {
	.day-offers-container {
		font-size: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.day-offers-container {
		margin: 0 -10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.day-offers-container {
		margin: 0 -5px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.day-offers-container {
		margin: 0 -5px;
	}
}

@media screen and (min-width: 1200px) {
	.day-offers-container {
		margin: 0 -22px;
	}
}

.day-offer {
	margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
	.day-offer {
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.day-offer {
		width: 50%;
		padding: 0 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.day-offer {
		width: 33.33333%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.day-offer {
		width: 25%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1200px) {
	.day-offer {
		width: 25%;
		padding: 0 22px;
		margin-bottom: 44px;
	}
}

.day-offer a {
	position: relative;
	display: block;
}

.day-offer-inner {
	background: #7f7f7f;
	color: #ffffff;
	border: 1px solid #7f7f7f;
	font-size: 16px;
	font-weight: 300;
}

.day-offer-description {
	padding: 10px;
}

.day-offer-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

@media screen and (min-width: 480px) {
	.day-offer-title {
		height: 36px;
		overflow: hidden;
	}
}

.day-offer-price {
	margin: 10px -11px;
	padding: 6px 10px 4px;
	background: #ffffff;
	border: 1px solid #6b6b6b;
	color: #333;
}

.day-offer-price span.price {
	font-weight: bold;
	color: #ff4200;
	font-size: 20px;
}

.day-offer-price span.currency {
	font-size: 12px;
}

.day-offer-attribute {
	font-size: 14px;
}

ul.js-main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform-origin: top;
			-ms-transform-origin: top;
					transform-origin: top;
	-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
					transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.25s linear;
					transition: transform 0.25s linear;
	background: #222222;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
}

ul.js-main-nav.expanded {
	-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
					transform: scaleY(1);
	-webkit-transition: -webkit-transform 0.25s linear;
					transition: transform 0.25s linear;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	ul.js-main-nav li {
		width: 100%;
	}
	ul.js-main-nav li a {
		color: #ffffff;
		display: block;
		font-size: 18px;
		padding: 12px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		text-align: center;
		font-weight: 400;
	}
	ul.js-main-nav li a:hover, ul.js-main-nav li a:focus {
		text-decoration: none;
		color: #fff;
		background: #ff551a;
	}
	ul.js-main-nav li a.nav-selected:not(.nav-home) {
		color: #fff;
		background: #ff551a;
	}
	ul.js-main-nav li:last-child a {
		border-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	ul.js-main-nav {
		position: static;
		-webkit-transform: none;
				-ms-transform: none;
						transform: none;
		background: #222222;
		display: table;
		width: 100%;
	}
	ul.js-main-nav:before, ul.js-main-nav:after {
		content: " ";
		display: table;
	}
	ul.js-main-nav:after {
		clear: both;
	}
	ul.js-main-nav li {
		width: auto;
		float: none;
		display: table-cell;
		width: 17%;
		position: relative;
		padding-right: 0px;
		text-align: center;
	}
	ul.js-main-nav li.nav-home {
		padding-left: 0;
		display: none;
	}
	ul.js-main-nav li:after {
		content: "";
		display: block;
		width: 1px;
		height: 15px;
		background: #a9a9a9;
		position: absolute;
		right: -1px;
		top: 19px;
	}
	ul.js-main-nav li:last-child:after {
		display: none;
	}
	ul.js-main-nav li a {
		color: #fff;
		display: block;
		border-bottom: 0;
		font-size: 16px;
		padding: 16px 13px;
		white-space: nowrap;
		font-weight: 400;
	}
	ul.js-main-nav li a:hover,
	ul.js-main-nav li a:focus {
		color: #ff4200;
		text-decoration: none;
	}
	ul.js-main-nav li a.nav-selected:not(.nav-home) {
		color: #ff4200;
		text-decoration: none;
	}
}

@media screen and (min-width: 992px) {
	.navigation > nav {
		padding-left: 225px;
		background: #222222;
		overflow: hidden;
		padding-right: 5px;
	}
	.navigation > nav:before, .navigation > nav:after {
		content: " ";
		display: table;
	}
	.navigation > nav:after {
		clear: both;
	}
	ul.js-main-nav {
		display: block;
		width: auto;
		float: right;
	}
	ul.js-main-nav li {
		display: block;
		float: left;
		width: auto;
	}
	ul.js-main-nav li:after {
		top: 19px;
	}
	ul.js-main-nav li a {
		font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	ul.js-main-nav {
		padding-right: 0px;
		line-height: 20px;
	}
	ul.js-main-nav li a {
		padding: 16px 22px;
		font-size: 16px;
	}
}

.js-menu-trigger {
	display: block;
	float: right;
	background: #ff4200;
	width: 41px;
	height: 35px;
	line-height: 0;
	border-right: 0px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	position: static;
	position: relative;
	top: 0px;
}

@media screen and (min-width: 768px) {
	.js-menu-trigger {
		display: none;
	}
}

.js-menu-trigger .menu-label {
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
}

.js-menu-trigger > span {
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0 0 8px;
	-webkit-transition: 0.4s;
					transition: 0.4s;
}

.js-menu-trigger > span > span {
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	height: 3px;
	margin: 2px 0 4px 0;
	width: 26px;
	-webkit-transition: 0.4s;
					transition: 0.4s;
}

.js-menu-trigger.expand > span {
	-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg);
	top: -1px;
	position: relative;
}

.js-menu-trigger.expand > span > span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate3d(5px, 6px, 0);
					transform: rotate(45deg) translate3d(5px, 6px, 0);
}

.js-menu-trigger.expand > span > span:nth-child(2) {
	opacity: 0;
}

.js-menu-trigger.expand > span > span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
					transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
}

@media screen and (max-width: 599px) {
	.js-menu-trigger {
		background: none;
	}
	.js-menu-trigger > span > span {
		background: #000000;
	}
}

.page-content ul.tree {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.page-content ul.tree li {
	list-style-type: none;
	border-left: 1px dotted #999999;
	margin-left: 11px;
	padding-left: 0px;
	line-height: 20px;
	margin-bottom: 1px;
	position: relative;
}

.page-content ul.tree li:before {
	content: "";
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	position: relative;
	width: 19px;
	border-top: 1px dotted #999999;
	position: absolute;
	top: 10px;
	left: 0;
}

.page-content ul.tree li.nav-home {
	border-left: 0;
	padding-left: 0;
	position: relative;
}

.page-content ul.tree li.nav-home:before {
	content: '\e82e';
	font-family: "fontello";
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	width: auto;
	top: 5px;
	border-top: 0;
	left: -5px;
	margin-right: 1px;
	color: #ffce19;
}

.page-content ul.tree li.nav-home a {
	padding-left: 12px;
}

.page-content ul.tree li a {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	padding-left: 22px;
	line-height: 15px;
	padding-bottom: 5px;
}

.page-content ul.tree li ul {
	margin-left: 15px;
	padding-left: 0;
	padding-bottom: 15px;
}

.page-content ul.tree ul > li:first-child {
	padding-top: 4px;
	margin-top: -4px;
}

.page-content ul.tree ul > li:first-child:before {
	top: 14px;
}

.page-content ul.tree > li:first-child + li {
	padding-top: 6px;
	margin-top: -6px;
}

.page-content ul.tree > li:first-child + li:before {
	top: 16px;
}

ol.breadcrumbs {
	color: #b1b1b1;
	margin: -15px 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	border-radius: 5px;
	margin-bottom: 13px;
}

ol.breadcrumbs:before, ol.breadcrumbs:after {
	content: " ";
	display: table;
}

ol.breadcrumbs:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	ol.breadcrumbs {
		background: none;
		padding: 0;
		float: left;
		margin-top: 0;
		max-width: 50%;
		margin-bottom: 0;
	}
}

.breadcrumbs span.separator {
	color: #303030;
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.breadcrumbs li {
	color: #777777;
	float: left;
	width: auto;
	list-style: none;
}

.breadcrumbs a {
	color: #303030;
	font-size: 15px;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #ff4200;
}

.page-type-page-car ol.breadcrumbs {
	font-size: 17px;
	margin-top: 15px;
	display: block;
	float: none;
	max-width: none;
}

@media screen and (min-width: 1200px) {
	.page-type-page-car ol.breadcrumbs {
		margin-top: 15px;
		margin-bottom: 28px;
	}
}

.page-type-page-car .breadcrumbs a {
	font-size: 17px;
}

.sidebar-nav h2 {
	background: #ff4200;
	margin: 0;
	padding: 10px 20px;
	color: #ffffff;
}

.sidebar-nav h2 a {
	color: #fff;
}

.sidebar-nav h2 a:hover,
.sidebar-nav h2 a:focus {
	text-decoration: none;
	color: #ffffff;
}

.sidebar-nav ul,
.sidebar-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav ul {
	background: #ff4200;
}

.sidebar-nav ul:before, .sidebar-nav ul:after {
	content: " ";
	display: table;
}

.sidebar-nav ul:after {
	clear: both;
}

.sidebar-nav li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
	text-decoration: none;
	background: #ff6833;
	color: #ffffff;
}

.sidebar-nav .level-2 li a {
	padding-left: 40px;
}

h1.page-title {
	color: #ff4200;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	margin-top: 30px;
	margin-bottom: 45px;
	position: relative;
	font-weight: 300;
}

@media screen and (min-width: 600px) {
	h1.page-title {
		font-size: 35px;
		line-height: 38px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	h1.page-title {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	h1.page-title {
		font-size: 30px;
	}
}

h1.page-title:after {
	content: "";
	position: relative;
	display: block;
	width: 116px;
	height: 6px;
	background: #ff4200;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	h1.page-title:after {
		text-align: center;
		margin: 10px auto 0;
	}
}

.page-type-page-car h1.page-title {
	font-size: 27px;
	line-height: 30px;
	color: #333;
	text-align: left;
	font-weight: 700;
	margin-bottom: 30px;
}

.page-type-page-car h1.page-title:after {
	display: none;
}

@media screen and (min-width: 992px) {
	.page-type-default h1.page-title {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.ccm-page .ccm-block-type-form .field {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.ccm-page .ccm-block-type-form .field label {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 160px;
				-ms-flex: 0 0 160px;
						flex: 0 0 160px;
		margin-bottom: 0;
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.ccm-page .ccm-block-type-form .field-checkboxlist .checkboxList .checkbox label {
		margin-left: 170px;
	}
	.ccm-page .ccm-block-type-form .field.field-textarea label {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
		padding-top: 5px;
	}
	.ccm-page .ccm-block-type-form .field.field-radios label.control-label,
	.ccm-page .ccm-block-type-form .field.field-checkboxlist label.control-label {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
		padding-top: 3px;
		padding-right: 15px;
	}
	.ccm-page .ccm-block-type-form .field input[type="email"],
	.ccm-page .ccm-block-type-form .field input[type="text"],
	.ccm-page .ccm-block-type-form .field input[type="tel"],
	.ccm-page .ccm-block-type-form .field input[type="url"],
	.ccm-page .ccm-block-type-form .field textarea,
	.ccm-page .ccm-block-type-form .field select {
		width: initial;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
				-ms-flex: 1;
						flex: 1;
	}
	.ccm-page .ccm-block-type-form .field input[type="radio"] {
		position: relative;
		top: 2px;
	}
	.ccm-page .ccm-block-type-form .btn {
		margin-left: 140px;
	}
	.ccm-page .no-flexbox.no-flexboxtweener .ccm-block-type-form .btn {
		margin-left: 0;
	}
	.ccm-page textarea.form-control {
		min-height: 170px;
	}
	.ccm-page .ccm-block-type-form .field.field-datetime .form-inline {
		white-space: nowrap;
	}
}

.no-flexbox.flexboxtweener .ccm-block-type-form .field-radios .radioList,
.no-flexbox.flexboxtweener .ccm-block-type-form .field-checkboxlist .checkboxList {
	/* autoprefixer: off */
	-ms-flex: 0 1 auto;
	-ms-flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
	.no-flexbox.flexboxtweener .ccm-block-type-form .field-radios .radioList .radio,
	.no-flexbox.flexboxtweener .ccm-block-type-form .field-checkboxlist .checkboxList .checkbox {
		/* autoprefixer: off */
		-ms-flex: 0 1 auto;
		-ms-flex: 1 1 auto;
	}
}

.ccm-block-type-form .alert {
	padding: 0;
}

.ccm-block-type-form .alert .content h2 {
	margin-top: 0;
}

.ccm-block-type-form .alert .content ul {
	list-style: none;
	padding-left: 0;
}

.ccm-block-type-form .alert .content ul li:after {
	font-family: "fontello";
	content: "\e81c";
}

.ccm-block-type-form .alert.alert-error .icon-container .fa:before {
	font-family: "fontello";
	content: '\e81d';
	display: block;
	font-style: normal;
	font-size: 30px;
}

.ccm-block-type-form .alert.alert-success .icon-container .fa:before {
	font-family: "fontello";
	content: '\e812';
	display: block;
	font-style: normal;
	font-size: 30px;
}

@media screen and (max-width: 479px) {
	.ccm-block-type-form .alert .icon-container {
		width: 16%;
	}
}

@media screen and (min-width: 992px) {
	.ccm-block-type-form .alert .icon-container {
		width: 16%;
	}
}

.form-notepad .form-title {
	font-weight: bold;
}

@media screen and (min-width: 992px) {
	.form-notepad .form-title {
		margin-bottom: 66px;
		font-size: 15px;
	}
}

.form-notepad textarea.form-control,
.form-notepad input[type="text"],
.form-notepad input[type="email"] {
	background: #fff;
}

.form-notepad textarea.form-control {
	height: auto;
	min-height: 0;
}

.form-notepad ::-webkit-input-placeholder {
	color: #353535;
}

.form-notepad ::-moz-placeholder {
	color: #353535;
}

.form-notepad :-ms-input-placeholder {
	color: #353535;
}

.form-notepad ::placeholder {
	color: #353535;
}

@media screen and (min-width: 992px) {
	.form-notepad ::-webkit-input-placeholder {
		font-size: 13px;
	}
	.form-notepad ::-moz-placeholder {
		font-size: 13px;
	}
	.form-notepad :-ms-input-placeholder {
		font-size: 13px;
	}
	.form-notepad ::placeholder {
		font-size: 13px;
	}
}

.form-notepad .field-custom-checkbox {
	font-size: 13px;
}

@media screen and (min-width: 992px) {
	.form-notepad .form-group.field-custom-checkbox {
		margin-top: 61px;
		margin-bottom: 37px;
	}
}

.form-notepad .field-custom-checkbox input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.form-notepad .form-actions {
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.form-notepad .form-group {
		margin-bottom: 25px;
	}
}

.form-notepad .form-actions .btn {
	padding: 11px 57px;
	min-width: 170px;
	margin: 0 auto;
	float: none;
	display: block;
}

@media screen and (min-width: 992px) {
	.form-notepad .form-actions .btn {
		margin-left: 143px;
	}
}

@media screen and (min-width: 992px) {
	.contact-page-form {
		width: 70%;
		margin: 0 auto;
	}
}

.contact-page-form h2 {
	color: #ff4200;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 300;
	margin-top: -15px;
}

@media screen and (min-width: 768px) {
	.contact-page-form h2 {
		margin-top: 35px;
		text-align: center;
	}
}

.contact-page-form h2:after {
	content: "";
	position: relative;
	display: block;
	width: 116px;
	height: 6px;
	background: #ff4200;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.contact-page-form h2:after {
		text-align: center;
		margin: 10px auto 0;
	}
}

.contact-page-form .form-group .control-label {
	text-align: left;
}

.contact-page-form .form-actions {
	padding-left: 0;
}

@media screen and (min-width: 768px) {
	.contact-page-form .form-actions .btn {
		margin-left: 170px;
	}
}

.form-notepad .form-group.field.field-custom-checkbox {
	display: block;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.contact-page-form .form-group.field.field-custom-checkbox {
		display: block;
		width: 100%;
		padding-left: 170px;
	}
}

.contact-page-form.ccm-block-type-form .alert .content h2 {
	text-align: left;
}

.contact-page-form.ccm-block-type-form .alert .content h2:after {
	display: none;
}

@media screen and (min-width: 992px) {
	.contact-page-form.ccm-block-type-form .alert .icon-container {
		width: 9%;
	}
}

.contact-page-form.ccm-block-type-form .alert {
	width: 100%;
}

.contact-details-phone i:before,
.contact-details-mail i:before {
	font: normal normal normal 14px/1 "fontello";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
					transform: translate(0, 0);
	font-size: 19px;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s linear;
					transition: all .3s linear;
	color: #989898;
}

.contact-details-phone i:before {
	content: "\e806";
}

.contact-details-mail i:before {
	content: "\E80D";
}

@media screen and (max-width: 599px) {
	.contact-details-phone a,
	.contact-details-mail a {
		display: block;
		float: left;
		text-decoration: none;
		color: #222222;
		border: 1px solid #e4e4e4;
		font-size: 13px;
		line-height: 33px;
		padding: 0 10px 0;
		height: 35px;
	}
	.contact-details-phone a,
	.contact-details-mail a {
		-webkit-transition: none;
						transition: none;
	}
	.contact-details-phone a:hover, .contact-details-phone a:focus,
	.contact-details-mail a:hover,
	.contact-details-mail a:focus {
		background: #ff4200;
		color: #fff;
		text-decoration: none;
		-webkit-transition: none;
						transition: none;
		border-color: #ff4200;
	}
	.contact-details-phone i:before {
		top: 3px;
		right: 5px;
		-webkit-transition: none;
						transition: none;
	}
	.contact-details-mail i:before {
		top: 3px;
		right: 5px;
		-webkit-transition: none;
						transition: none;
	}
	.contact-details-phone {
		margin-right: 5px;
	}
	.contact-details .icon-tel {
		display: none;
	}
	.contact-details-phone a:hover i:before, .contact-details-phone a:focus i:before,
	.contact-details-mail a:hover i:before,
	.contact-details-mail a:focus i:before {
		color: #fff;
		-webkit-transition: none;
						transition: none;
	}
}

@media screen and (min-width: 600px) {
	.contact-details:before, .contact-details:after {
		content: " ";
		display: table;
	}
	.contact-details:after {
		clear: both;
	}
	.contact-details-phone,
	.contact-details-mail {
		float: left;
	}
	.contact-details-phone span,
	.contact-details-mail span {
		display: inline;
	}
	.contact-details-phone a,
	.contact-details-mail a {
		display: block;
		float: left;
		text-decoration: none;
		color: #222222;
		border: 1px solid #e4e4e4;
		font-size: 13px;
		line-height: 33px;
		padding: 0 10px 0;
		height: 35px;
	}
	.contact-details-phone a:hover, .contact-details-phone a:focus,
	.contact-details-mail a:hover,
	.contact-details-mail a:focus {
		text-decoration: none;
		color: #fff;
		background: #ff4200;
		border-color: #ff4200;
	}
	.contact-details-phone a:hover i:before, .contact-details-phone a:focus i:before,
	.contact-details-mail a:hover i:before,
	.contact-details-mail a:focus i:before {
		color: #ff4200;
		-webkit-transition: all .3s linear;
						transition: all .3s linear;
	}
	.contact-details-phone {
		margin-right: 15px;
	}
	.contact-details-phone i {
		display: none;
	}
	.contact-details-mail i {
		display: none;
	}
	.contact-details .icon-tel {
		float: left;
		display: block;
		color: #ff4200;
		font-size: 25px;
		margin-right: 7px;
		position: relative;
		top: -1px;
	}
}

@media screen and (min-width: 600px) {
	.contact-details .icon-tel {
		margin-right: 19px;
	}
	.contact-details-phone a {
		line-height: 32px;
		padding: 0 10px 0;
		padding-left: 15px;
		padding-right: 14px;
	}
}

@media screen and (min-width: 768px) {
	.contact-details-phone a {
		padding-left: 35px;
		padding-right: 34px;
	}
}

@media screen and (min-width: 768px) {
	.contact-details-phone a {
		height: 34px;
	}
	.contact-details-phone:last-child {
		margin-right: 0;
	}
	.contact-details-phone:first-of-type a {
		padding-left: 24px;
		padding-right: 23px;
	}
}

@media screen and (min-width: 480px) {
	.contact-details-phone a .show-number {
		font-size: inherit;
		border: 0;
		background: none;
		position: relative;
		top: 0;
		line-height: 33px;
		display: inline-block;
	}
}

.js-search-magn {
	display: none;
	font-size: 22px;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	.js-search-magn {
		display: block;
		float: left;
		margin-right: 12px;
		padding: 0 5px;
	}
}

@media screen and (min-width: 600px) {
	.page-type-default .js-search-magn {
		display: none;
		float: left;
		padding-right: 10px;
		padding-top: 0px;
		margin-right: 10px;
		font-size: 25px;
		margin-top: -1px;
		color: #989898;
	}
}

.js-search-magn.js-search-magn-expanded,
.ccm-page .js-contact-details-phone.js-contact-details-phone-expanded {
	color: #ff4200;
}

.js-search-magn.js-search-magn-expanded:hover, .js-search-magn.js-search-magn-expanded:focus,
.ccm-page .js-contact-details-phone.js-contact-details-phone-expanded:hover,
.ccm-page .js-contact-details-phone.js-contact-details-phone-expanded:focus {
	color: #ff4200;
}

.ccm-page .js-contact-details-phone {
	display: none;
	font-size: 25px;
	cursor: pointer;
	color: #333;
}

.ccm-page .js-contact-details-phone:hover, .ccm-page .js-contact-details-phone:focus {
	color: #333;
}

@media screen and (max-width: 599px) {
	.ccm-page .js-contact-details-phone {
		display: block;
		float: left;
		margin-right: 10px;
		padding: 0 5px;
		position: relative;
		top: -1px;
	}
}

@media screen and (max-width: 599px) {
	.contact-details-phone {
		display: none;
	}
}

#contact-details-mobile {
	width: 100%;
	text-align: center;
	padding: 30px;
	font-size: 22px;
}

#contact-details-mobile .contact-details-phone {
	display: block;
	float: none;
}

#contact-details-mobile p {
	margin-top: 0;
	font-size: 18px;
}

#contact-details-mobile .contact-details-phone a {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}

#contact-details-mobile .contact-details-phone-first {
	margin-bottom: 10px;
}

.tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide.tos-html {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide.tos-html .tos-html * {
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.contact-details {
		white-space: nowrap;
	}
	.js-search-magn {
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 5px;
	}
	.ccm-page .js-contact-details-phone {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.js-menu-trigger {
		position: relative;
		z-index: 1;
	}
}

.logo h1 {
	margin: 0;
	padding: 0;
}

.products-list {
	font-size: 0;
}

.products-list:before, .products-list:after {
	content: " ";
	display: table;
}

.products-list:after {
	clear: both;
}

.products-list article {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f9f9f9;
	padding-top: 2px;
	box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
	margin-top: 34px;
	margin-bottom: 34px;
	position: relative;
}

.products-list article:before, .products-list article:after {
	content: " ";
	display: table;
}

.products-list article:after {
	clear: both;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.products-list article {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		margin-top: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.articles-row {
		display: table;
		width: 100%;
		margin-top: 34px;
		margin-bottom: 34px;
	}
	.articles-row article {
		display: table-cell;
		width: 50%;
		height: 100%;
	}
	.articles-row article:nth-child(odd) {
		box-shadow: inset -5px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
		padding-right: 5px;
	}
	.articles-row article:nth-child(even) {
		box-shadow: inset 5px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
		padding-left: 5px;
	}
	.articles-row.articles-row-single {
		display: block;
	}
	.articles-row.articles-row-single article {
		display: inline-block;
	}
}

.articles-row:last-child {
	margin-bottom: 0;
}

.articles-row:last-child article {
	margin-bottom: 0;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.articles-row:first-child {
		margin-top: 20px;
	}
}

@media screen and (max-width: 479px) {
	.articles-row:first-child article:first-child {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.articles-row:first-child article:first-child {
		margin-top: 20px;
	}
}

.products-list .article-inner {
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.products-list .article-inner {
		font-size: 18px;
		line-height: 1.375;
	}
}

.products-list .article-inner > a {
	color: #333;
	display: block;
	padding: 0 10px 15px;
}

.products-list .article-inner > a:before, .products-list .article-inner > a:after {
	content: " ";
	display: table;
}

.products-list .article-inner > a:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.products-list .article-inner > a {
		padding: 15px 15px 15px 15px;
	}
}

.products-list .article-inner > a:hover, .products-list .article-inner > a:focus {
	text-decoration: none;
	color: #333;
}

.product-list-thumbnail {
	height: auto;
	padding-bottom: 66%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-list-thumbnail.thumbnail-contained {
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.product-list-thumbnail {
		width: 165px;
		padding-bottom: 110px;
		height: auto;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.product-list-thumbnail {
		width: 165px;
		height: auto;
		float: left;
	}
}

@media screen and (min-width: 768px) {
	.product-list-description {
		padding-left: 186px;
		padding-right: 145px;
	}
}

@media screen and (min-width: 1200px) {
	.product-list-description {
		padding-right: 240px;
	}
}

.product-list-title {
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
	.product-list-title {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.product-list-title {
		padding: 12px 0 0px 0;
	}
}

.product-list-subtitle-container {
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
	.product-list-subtitle-container {
		margin-top: -4px;
	}
}

.product-list-subtitle {
	font-size: 14px;
	color: #606060;
	font-style: italic;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.product-list-subtitle {
		display: inline-block;
	}
}

.product-tag {
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	vertical-align: middle;
	padding: 3px 9px 3px;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.product-tag {
		margin-bottom: 0;
	}
}

.product-tag-reserved {
	background: #ff4200;
}

.product-tag-sold {
	background: #ab0000;
}

.product-list-attributes {
	font-size: 14px;
	color: #606060;
}

@media screen and (min-width: 768px) {
	.product-list-attributes {
		margin-top: 15px;
		padding-left: 186px;
		padding-right: 145px;
	}
}

@media screen and (min-width: 992px) {
	.product-list-attributes {
		padding-right: 165px;
	}
}

@media screen and (min-width: 1200px) {
	.product-list-attributes {
		padding-right: 245px;
	}
}

@media screen and (min-width: 768px) {
	.product-list-attribute {
		float: left;
		width: auto;
		margin-right: 20px;
		margin-bottom: 5px;
	}
}

.product-list-info {
	overflow: hidden;
	padding: 0 10px 20px;
}

@media screen and (min-width: 768px) {
	.product-list-info {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 0 20px 0px;
	}
}

@media screen and (min-width: 1200px) {
	.product-list-info {
		right: 29px;
		top: 10px;
	}
}

.product-list-price {
	color: #ff4200;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.product-list-price {
		text-align: right;
	}
}

@media screen and (min-width: 992px) {
	.product-list-price {
		margin-bottom: 24px;
	}
}

.product-list-price .currency {
	font-size: 14px;
	color: #606060;
}

.product-list-call span {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.product-list-call span {
		display: block;
		text-align: center;
		margin-bottom: 5px;
		position: relative;
		right: -5px;
	}
}

.product-list-call .btn {
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: normal;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.product-list-call .btn {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.product-list-call .btn span {
	margin: 0;
	text-align: center;
}

.car-list-pagination {
	overflow: hidden;
}

.car-list-pagination-inner {
	float: right;
	margin-top: 15px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.car-list-pagination-inner {
		margin-top: 31px;
	}
}

.car-list-pagination-inner a {
	color: #606060;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	font-style: italic;
}

@media screen and (min-width: 992px) {
	.car-list-pagination-inner a {
		font-size: 15px;
	}
}

.car-list-pagination-inner a:hover, .car-list-pagination-inner a:focus {
	color: #ff4200;
}

.car-list-pagination-inner .separator {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	position: relative;
	top: 1px;
}

.car-list-pagination-inner a.active {
	font-weight: bold;
}

.car-list-pagination-label {
	color: #606060;
	display: inline-block;
	font-style: italic;
}

@media screen and (min-width: 992px) {
	.car-list-pagination-label {
		font-size: 15px;
	}
}

.product-list-call .btn {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 33px;
}

main a.btn .show-number,
.similar-cars a.btn .show-number {
	font-size: inherit;
	border: 0;
	background: none;
	position: relative;
	top: 0;
	line-height: 32px;
	display: inline-block;
}

.btn.btn-map {
	font-size: 12px;
	line-height: 14px;
	padding: 8px 15px 7px;
	font-weight: normal;
	margin-right: 5px;
}

@media screen and (min-width: 992px) {
	.mobile-map {
		display: none !important;
	}
}

.desktop-map {
	display: none !important;
}

@media screen and (min-width: 992px) {
	.desktop-map {
		display: inline-block !important;
	}
}

@media screen and (min-width: 992px) {
	.footer-primary .desktop-map {
		margin-top: 0;
	}
}

@media screen and (max-width: 599px) {
	.footer-primary .btn-map,
	.contact-information .btn-map {
		margin-bottom: 10px;
	}
}

.silnet-gallery-container {
	text-align: left;
}

@media screen and (min-width: 480px) {
	.silnet-gallery-container {
		margin-left: -5px;
		margin-right: -5px;
	}
}

.silnet-gallery-container a {
	width: 100%;
	padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
	.silnet-gallery-container a {
		width: 50%;
		padding: 0 10px 10px 5px;
	}
}

@media screen and (min-width: 768px) {
	.silnet-gallery-container a {
		width: 33.33333%;
	}
}

@media screen and (min-width: 992px) {
	.silnet-gallery-container a {
		width: 25%;
	}
}

.silnet-gallery-container a img {
	padding: 4px;
	background: #fff;
	border: 1px solid #dcdcdc;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 992px) {
	.silnet-gallery-container.referencje a {
		width: 33.33333%;
	}
}

@media screen and (min-width: 1200px) {
	.silnet-gallery-container.referencje a {
		width: 33.33333%;
	}
}

.page-handle-o-firmie main h2 {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.page-handle-o-firmie main h2 {
		text-align: center;
	}
}

.silnet-gallery-container.one-in-row a {
	width: 100% !important;
}

html.ccm-panel-ready div.ccm-page {
	padding-top: 0 !important;
	margin-top: 47px;
}

html.ccm-panel-ready body {
	background-position-y: 47px;
	margin-top: 47px;
}

.redactor-dropdown-page_name,
.redactor-dropdown-user_name {
	display: none !important;
}



.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper {
	display: flex;
	flex-wrap: wrap;	
}
.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column {
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	width: 100% !important;
}

.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column .worker {
	margin-bottom: 0;
}

.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column:last-of-type {
	border-bottom: 0;
}

@media screen and (min-width: 767px) {
	.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column {
		box-sizing: border-box;
		width: 50% !important;
		border-bottom: 0;
	}
	.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column:nth-of-type(odd) {
		padding-right: 20px;
	}
}

@media screen and (min-width: 991px) {
	.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column {
		width: 33.3% !important;
	}

	.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column {
		padding-right: 20px;
	}

	.ccm-page.page-handle-finansowanie .ccm-layout-column-wrapper .ccm-layout-column:last-of-type {
		padding-right: 0px !important;
	}
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
	background-position: right bottom;
}

/***
CAPTCHA
***/
.ecRecaptcha {
	text-align: center;
}
.ecRecaptcha .grecaptcha-badge {
	margin:0 auto;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	color: #ffffff;
}

.car-gallery-container .thumbnails {
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin-top: 10px;
}

.car-gallery-container .thumbnails .swiper-slide {
    width: 100px;
    height: 70px;
    text-align: center;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
	.car-gallery-container .thumbnails .swiper-slide {
		width: 200px;
		height: 150px;
	}
}
.ccm-block-type-form .form-check-label {
	display: contents;
}
.ccm-block-type-form .form-group.field.field-checkboxlist {
	margin-left: 0px;
}
@media screen and (min-width: 992px) {
	.ccm-block-type-form .form-group.field.field-checkboxlist {
		margin-left: 170px;
	}
}
.ccm-block-type-form .captcha {
	margin-left: 0px;
}
@media screen and (min-width: 992px) {
	.ccm-block-type-form .captcha {
		margin: 30px 0px 30px 170px;
	}
}

.silnet-logo-container {
    position: relative;
}

.silnet-logo-container .silnet-logo-image {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;

    filter: grayscale(1);
    opacity: var(--silnet-logo-image-opacity);

    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-image.animate {
    animation-name: silnet-logo-image-animation;
}

.silnet-logo-container.silnet-dark-bg .silnet-logo-image {
    filter: grayscale(1) invert(1);
}

.silnet-logo-container.silnet-dark-bg .silnet-logo-image.animate {
    animation-name: silnet-dark-bg-logo-image-animation;
}

.silnet-logo-container a {
    border: none !important;
    text-decoration: none !important;
}

.silnet-logo-container a:hover .silnet-logo-image {
    filter: grayscale(0) invert(0) !important;
    opacity: 1 !important;
}

@keyframes silnet-logo-image-animation {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        filter: grayscale(1);
        opacity: var(--silnet-logo-image-opacity);
    }
    25% {
        filter: grayscale(1);
        opacity: var(--silnet-logo-image-opacity);
    }
    60%, 80% {
        transform: rotate3d(0, 1, 0, 360deg);
        filter: grayscale(0);
        opacity: 1;
    }
    85% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
    }
    90% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
    }
    95% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
        filter: grayscale(0);
        opacity: 1;
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
        filter: grayscale(1);
        opacity: var(--silnet-logo-image-opacity);
    }
}

@keyframes silnet-dark-bg-logo-image-animation {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        filter: grayscale(1) invert(1);
        opacity: var(--silnet-logo-image-opacity);
    }
    25% {
        filter: grayscale(1) invert(1);
        opacity: var(--silnet-logo-image-opacity);
    }
    60%, 80% {
        transform: rotate3d(0, 1, 0, 360deg);
        filter: grayscale(0) invert(0);
        opacity: 1;
    }
    85% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
    }
    90% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
    }
    95% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
        filter: grayscale(0) invert(0);
        opacity: 1;
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
        filter: grayscale(1) invert(1);
        opacity: var(--silnet-logo-image-opacity);
    }
}


