/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
.ccm-ui div.ccm-pagination span {margin-right: 0px;}

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.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 } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}




/* za długie nazwy przy wyborze typu strony w mapie strony */
#ccm-edit-collection-design div.ccm-scroller-inner {
	height: 130px;
}

#ccm-edit-collection-design ul#ccm-select-page-type li span {
	white-space: normal;
	height: 30px;
}

body {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 14px;
}

.mobile-show {
	display: none;
}

.show-number {
	font-size: 0.8em;
	border: 1px solid #ddd;
	background: #eee;
	padding: 0px 4px 1px;
	position: relative;
	top: -1px;
}

.ccm-ui {
	font: inherit;
}

.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;
}


/*
 * Buttons
 */

.button, .ccm-input-button {
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	color: #505050 !important;
	border: 1px solid #ddd !important;
	background-color: #fafafa;
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.button:hover, .ccm-input-button:hover {
	background-color: #f4f4f4;
	border-color: #bbb !important;
	color: #222 !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;
}


/*
 * Formularze
 */

.miniSurveyView {
	margin-bottom: 0;
}

.miniSurveyView .formBlockSurveyTable {
	width: 100%;
}

.miniSurveyView #msg {
	background: #f8f8f8;
	padding: 20px;
	color: #444;
	border: 0;
	margin: 0 0 30px 0;
}

.miniSurveyView #msg .error {
	color: #aa0000;
	padding-left: 6px;
	margin-left: 10px;
}

.miniSurveyView .required {
	color: #ccc;
}

.miniSurveyView td {
	vertical-align: middle;
	padding: 4px 0;
}

.miniSurveyView td.question {
	width: 140px;
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	line-height: 1.8em;
}

.miniSurveyView td label {
	font-size: 0.929em;
}

.miniSurveyView input[type=text],
.miniSurveyView input[type=email],
.miniSurveyView input[type=tel],
.miniSurveyView input[type=file],
.ccm-search-block-form .ccm-search-block-text,
.miniSurveyView textarea {
	margin: 0;
	padding: 4px 11px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 250px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.miniSurveyView input[type=text]:focus,
.miniSurveyView input[type=email]:focus,
.miniSurveyView input[type=tel]:focus,
.miniSurveyView input[type=file]:focus,
.ccm-search-block-form .ccm-search-block-text:focus,
.miniSurveyView textarea:focus,
.miniSurveyView input[type=text]:hover,
.miniSurveyView input[type=email]:hover,
.miniSurveyView input[type=tel]:hover,
.miniSurveyView input[type=file]:hover,
.ccm-search-block-form .ccm-search-block-text:hover,
.miniSurveyView textarea:hover {
	border-color: #999;
	outline: none;
}

.miniSurveyView input[type=file] {
	border: 0;
	padding: 0;
}

.miniSurveyView input[type=checkbox] {
	position: relative;
	top: 2px;
}

.miniSurveyView input[type=checkbox].right-label {
	margin: 0 5px 0 0;
}

.ccm-search-block-form .ccm-search-block-text {
	width: 60%;
}

.miniSurveyView textarea {
	margin-bottom: -4px;
	height: 70px;
}

.miniSurveyView select {
	padding: 4px 7px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 274px;
}

.miniSurveyView .formBlockSubmitButton,
.ccm-search-block-form .ccm-search-block-submit {
	padding: 6px 12px;
	margin-left: 0;
	margin-top: 10px;
}


/*
 * Deresponsify
 */
 
.deresponsify {
	display: none;
}

.responsify {
	display: none;
}

.responsify.show {
	display: block;
}



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

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

	html {
		margin-top: 0 !important;
	}

	
	/*
	 * Defaults
	 */

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

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


	/*
	 * Buttons
	 */

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

	.miniSurveyView td {
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	.miniSurveyView td.question {
		text-align: left;
		padding-bottom: 0;
	}

	.miniSurveyView td.question.empty {
		display: none;
	}

	.miniSurveyView tr:last-child td {
		padding-bottom: 0;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
		background-color: #fff;
	}


	/*
	 * 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
	 */

	.miniSurveyView td {
		display: block;
	}
	
	.miniSurveyView .question {
		text-align: left;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
	}

	
	/*
	 * 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;
	}
	

	/*
	 * Deresponsify
	 */
	
	.deresponsify {
		display: block;
	}
	
}

@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: 40px;
  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;
  z-index: 1; }
  .tos-caption:after {
    content: '';
    display: block;
    clear: both; }
  .tos-caption > div {
    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);
  bottom: 20px; }
.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);
  bottom: 40px; }
.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);
  bottom: 60px; }
.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: left, margin, transform;
  -moz-transition-property: left, margin, transform;
  -ms-transition-property: left, margin, transform;
  -o-transition-property: left, margin, transform;
  transition-property: left, margin, transform; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  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;
  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 {
  padding: 0 0 20px 0; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 10px; }
  .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: 40px; }
.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: 50px; }
  .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: 80px; }
.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 {
  padding: 0 0 40px 0; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px; }
  .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: 80px; }
.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: 100px; }
  .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: 160px; }
.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 {
  padding: 0 0 60px 0; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px; }
  .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: 120px; }
.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: 150px; }
  .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: 240px; }
.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; }

/*! 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/skot-aqua/fonts/fontello/fontello.eot?73164257");
  src: url("../themes/skot-aqua/fonts/fontello/fontello.eot?73164257#iefix") format("embedded-opentype"), url("../themes/skot-aqua/fonts/fontello/fontello.woff?73164257") format("woff"), url("../themes/skot-aqua/fonts/fontello/fontello.ttf?73164257") format("truetype"), url("../themes/skot-aqua/fonts/fontello/fontello.svg?73164257#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -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-shape-7:before {
  content: '\e82f'; }

.icon-marker:before {
  content: '\e830'; }

.icon-mail-5:before {
  content: '\e831'; }

.icon-google-circle:before {
  content: '\e832'; }

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

.icon-location:before {
  content: '\e834'; }

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

.icon-arrow-right-2:before {
  content: '\e837'; }

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

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

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

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

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

.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", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase; }
  @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: 25px;
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

.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;
  font-weight: 400; }
  @media screen and (max-width: 991px) {
    .ccm-page ul,
    .ccm-page ol {
      margin: 0 0 20px 0; } }
  .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: #2f9ee4;
  text-decoration: none;
  -webkit-transition: all .2s linear 0s;
          transition: all .2s linear 0s; }
  .ccm-page a:hover, .ccm-page a:focus {
    color: #1775b0;
    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 #7f7f7f; }

.ccm-page blockquote {
  line-height: 1.375;
  padding: 10px 20px 10px 20px;
  margin: 20px 0 20px 20px;
  font-size: 18px;
  border-left: 5px solid #D7D7D7; }
  .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%; }

.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: #222222; }
  .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 #D7D7D7;
  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: #2f9ee4;
  opacity: 0;
  -webkit-transition: all .3s linear;
          transition: all .3s linear; }

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 #D7D7D7; } }
  .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 #D7D7D7;
    font-size: 14px; }
    @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 #D7D7D7;
    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 #D7D7D7; }
  .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 #D7D7D7;
      -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: #7f7f7f;
      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: #333333;
  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; }

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

.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: #222222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D7D7D7;
  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: #D7D7D7;
    opacity: 1; }

.ccm-page textarea {
  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: #7f7f7f;
  text-shadow: #7f7f7f;
  opacity: .6;
  margin-top: -5px;
  margin-right: -10px; }
  .ccm-page .close:hover, .ccm-page .close:focus {
    color: #7f7f7f;
    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: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 23px;
  border-radius: 0;
  box-shadow: none; }
  @media screen and (min-width: 768px) {
    .ccm-page .btn {
      -webkit-transition: all .2s ease-in;
              transition: all .2s ease-in; } }
  @media screen and (min-width: 992px) {
    .ccm-page .btn {
      font-size: 13px;
      padding-top: 4px;
      padding-bottom: 4px; } }
  .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: #D7D7D7; }
  .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: #2f9ee4;
  border-color: #2f9ee4; }
  .ccm-page .btn-primary:hover, .ccm-page .btn-primary:focus {
    color: #1d93dd;
    background-color: #fff;
    border-color: #2f9ee4; }

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

.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: #2f9ee4;
  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: #1775b0;
    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: #D7D7D7;
    text-decoration: none; }

.ccm-page .btn-inline-link {
  color: #2f9ee4;
  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: #1775b0;
    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: #D7D7D7;
    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%; }

body {
  background-color: #fff; }

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

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

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper: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: 1000px;
      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; } }

.header-top {
  padding-top: 15px;
  padding-bottom: 9px;
  border-bottom: 5px solid #2f9ee4; }
  .header-top:before, .header-top:after {
    content: " ";
    display: table; }
  .header-top:after {
    clear: both; }
  @media screen and (min-width: 600px) {
    .header-top {
      padding-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    .header-top {
      border-bottom: 0;
      padding: 0;
      border-bottom: 1px solid #e5e5e5; } }
  @media screen and (min-width: 768px) {
    .header-top {
      border-bottom: 5px solid #2f9ee4; } }

.index_obsluga_sieci .header-top,
.index_obsluga_sieci .header-top {
  border-bottom: 1px solid #e5e5e5; }

.separator {
  display: none; }
  @media screen and (min-width: 768px) {
    .separator {
      display: block;
      border-bottom: 1px solid #e5e5e5; } }

.logo {
  float: left;
  max-width: 125px; }
  @media screen and (min-width: 600px) {
    .logo {
      max-width: 180px;
      padding-top: 2px; } }
  @media screen and (min-width: 768px) {
    .logo {
      padding-top: 18px;
      max-width: 180px; } }
  @media screen and (min-width: 992px) {
    .logo {
      padding-top: 26px;
      max-width: 238px;
      margin-left: -2px; } }

.navigation {
  display: block;
  clear: both;
  position: relative;
  top: 10px; }
  .navigation:before, .navigation:after {
    content: " ";
    display: table; }
  .navigation:after {
    clear: both; }
  @media screen and (min-width: 600px) {
    .navigation {
      top: 13px; } }
  @media screen and (min-width: 768px) {
    .navigation {
      top: 0;
      float: right;
      clear: none;
      margin-right: -10px; } }
  @media screen and (min-width: 992px) {
    .navigation {
      margin-right: -18px; } }

.menu-trigger-container {
  float: right; }

.contact-top {
  float: right; }
  @media screen and (min-width: 600px) {
    .contact-top {
      margin-top: 10px; } }
  @media screen and (min-width: 768px) {
    .contact-top {
      float: none;
      margin: 0;
      padding: 12px 0 10px; } }
  @media screen and (min-width: 992px) {
    .contact-top {
      padding: 20px 0 18px; } }

.contact-top .container {
  padding-right: 5px; }
  @media screen and (min-width: 768px) {
    .contact-top .container {
      padding-right: 10px; } }
  @media screen and (min-width: 992px) {
    .contact-top .container {
      padding-right: 0; } }

.container.slider-container {
  padding: 0; }

.slider-container ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .slider-container ul {
      margin-left: -10px; } }
  @media screen and (min-width: 992px) {
    .slider-container ul {
      height: 330px; } }
  @media screen and (min-width: 1200px) {
    .slider-container ul {
      height: 344px; } }

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

@media screen and (min-width: 768px) {
  .slider-container .tos-slider img {
    min-width: 100%; }
  .slider-container .tos-slide li {
    min-width: 100%; } }

.slider-container .tos-wrapper.tos-has-bullets .tos-uibg {
  display: none; }

.slider-container .tos-wrapper.tos-has-bullets .tos-pagination {
  opacity: 1;
  text-align: left;
  left: 10px;
  bottom: 10px; }
  @media screen and (max-width: 767px) {
    .slider-container .tos-wrapper.tos-has-bullets .tos-pagination {
      top: 0px;
      right: 10px;
      left: auto;
      bottom: auto;
      text-align: right;
      opacity: 0; } }
  @media screen and (min-width: 768px) {
    .slider-container .tos-wrapper.tos-has-bullets .tos-pagination {
      display: block;
      left: 20px; } }

.slider-container .tos-wrapper.tos-has-bullets .tos-pagination a {
  margin: 0 2px;
  background: #fff; }

.slider-container .tos-wrapper.tos-has-bullets .tos-pagination a.tos-selected {
  background: none;
  border: 2px solid #fff; }

.slider-caption-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(47, 158, 228, 0.8);
  margin: auto;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: all .3s;
          transition: all .3s; }
  .slider-caption-container:hover, .slider-caption-container:focus {
    background: #2f9ee4;
    -webkit-transition: all .3s;
            transition: all .3s; }
  @media screen and (min-width: 480px) {
    .slider-caption-container {
      bottom: 20px;
      left: 20px; } }
  @media screen and (min-width: 600px) {
    .slider-caption-container {
      bottom: 30px;
      left: 30px; } }
  @media screen and (min-width: 768px) {
    .slider-caption-container {
      height: 110px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      min-width: 50%; } }

.slider-caption-container a {
  text-decoration: none; }
  .slider-caption-container a:hover, .slider-caption-container a:focus {
    text-decoration: none; }

.slider-caption {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (min-width: 600px) {
    .slider-caption {
      font-size: 22px; } }
  @media screen and (min-width: 768px) {
    .slider-caption {
      font-size: 28px;
      line-height: 28px;
      display: inline-block;
      min-height: 110px;
      vertical-align: middle; } }

.slider-caption br {
  display: none; }
  @media screen and (min-width: 768px) {
    .slider-caption br {
      display: inline-block; } }

@media screen and (min-width: 768px) {
  .slider-caption i {
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px; } }

@media screen and (max-width: 767px) {
  .slider-caption i {
    margin-left: 15px; } }

@media screen and (min-width: 768px) {
  .slider-caption-container a {
    display: block;
    line-height: 109px; }
  .slider-caption {
    min-height: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 50px; } }

@media screen and (min-width: 992px) {
  .slider-caption-container {
    height: 136px; }
  .slider-caption-container a {
    line-height: 130px; }
  .slider-caption {
    font-size: 32px;
    line-height: 38px; } }

.slider-buttons {
  text-align: left; }
  @media screen and (min-width: 320px) {
    .slider-buttons {
      letter-spacing: -0.31em; } }
  @media screen and (max-width: 767px) {
    .slider-buttons {
      display: none; } }

.slider-button {
  padding: 20px 10px;
  border: 1px solid #e6ebf8;
  position: relative; }
  @media screen and (max-width: 319px) {
    .slider-button {
      border-top: 0; } }
  @media screen and (min-width: 320px) {
    .slider-button {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      letter-spacing: normal;
      border-right: 0;
      border-top: 0; } }
  @media screen and (min-width: 768px) {
    .slider-button {
      width: 25%;
      min-height: 108px; } }
  @media screen and (min-width: 992px) {
    .slider-button {
      padding: 35px 10px 0px 26px;
      min-height: 126px; } }

@media screen and (min-width: 768px) {
  .slider-button:last-child {
    border-right: 1px solid #e6ebf8; } }

.slider-button-text {
  font-size: 16px;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .slider-button-text {
      text-transform: uppercase;
      line-height: 19px; } }

.slider-buttons a {
  color: #222222; }
  .slider-buttons a:hover, .slider-buttons a:focus {
    text-decoration: none;
    color: #fff; }

.slider-button i {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 24px;
  font-weight: normal;
  color: #2f9ee4; }
  @media screen and (min-width: 320px) {
    .slider-button i {
      right: 10px;
      bottom: 20px;
      top: auto; } }
  @media screen and (min-width: 768px) {
    .slider-button i {
      bottom: 13px;
      font-size: 15px;
      right: 16px; } }

.slider-button {
  -webkit-transition: all .3s;
          transition: all .3s;
  cursor: pointer; }

.slider-button:hover {
  -webkit-transition: all .3s;
          transition: all .3s; }

.slider-button.slider-button-active,
.slider-button:hover {
  background: #2f9ee4;
  color: #fff;
  border-color: #2f9ee4; }

.slider-button.slider-button-active i,
.slider-button:hover i {
  color: #ffffff; }

.slider-button i {
  -webkit-transition: all .3s;
          transition: all .3s; }

@media screen and (min-width: 768px) {
  .slider-1, .slider-2 {
    position: relative; }
  .slider-1:before, .slider-2:before {
    position: relative;
    content: "";
    display: block;
    width: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    height: 73px;
    margin: auto;
    z-index: 3; }
  .slider-1:after, .slider-2:after {
    position: relative;
    content: "";
    display: block;
    width: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 73px;
    margin: auto;
    z-index: 3; } }

@media screen and (min-width: 992px) {
  .slider-1:before, .slider-2:before {
    height: 97px; }
  .slider-1:after, .slider-2:after {
    height: 97px; } }

@media screen and (min-width: 1200px) {
  .slider-1:before, .slider-2:before {
    height: 104px; }
  .slider-1:after, .slider-2:after {
    height: 104px; } }

@media screen and (min-width: 320px) {
  .index_roboty_ziemne .slider-button {
    min-height: 107px; } }

@media screen and (min-width: 992px) {
  .index_roboty_ziemne .slider-button {
    min-height: 127px; } }

@media screen and (max-width: 479px) {
  .slider-caption-container-3 .slider-caption {
    font-size: 12px; }
  .slider-caption i {
    margin-left: 8px; } }

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

.page-content:after {
  clear: both; }

@media screen and (min-width: 992px) {
  .index_obsluga_sieci .page-content > .container,
  .index_roboty_ziemne .page-content > .container {
    padding-left: 0;
    padding-right: 0; } }

main {
  padding-bottom: 20px; }
  @media screen and (min-width: 992px) {
    main {
      float: right;
      width: 665px; } }
  @media screen and (min-width: 1200px) {
    main {
      float: right;
      width: 725px; } }

.index_obsluga_sieci main,
.index_roboty_ziemne main {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px; }
  @media screen and (min-width: 992px) {
    .index_obsluga_sieci main,
    .index_roboty_ziemne main {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; } }

@media screen and (max-width: 599px) {
  .about-container,
  .map-container-home,
  .offer-container {
    margin-bottom: 30px; } }

.about-container {
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .about-container {
      float: left;
      width: 50%;
      padding: 0 28px; } }

@media screen and (min-width: 600px) {
  .map-container-home {
    float: left;
    width: 49%;
    padding-right: 20px; } }

@media screen and (min-width: 992px) {
  .map-container-home {
    float: left;
    width: 25%;
    padding-right: 0;
    margin-bottom: -15px; } }

@media screen and (min-width: 1200px) {
  .map-container-home {
    margin-bottom: -44px; } }

.map-container-home-inner {
  position: relative;
  padding: 30px 30px 40px;
  background: #f0ede5;
  background-size: contain;
  background-position: left bottom; }
  @media screen and (min-width: 480px) {
    .map-container-home-inner {
      padding-bottom: 20px;
      background-position: right 0 bottom 0;
      background-size: 200px auto; } }
  @media screen and (min-width: 600px) {
    .map-container-home-inner {
      background-position: right bottom;
      padding: 20px;
      height: 333px; } }
  @media screen and (min-width: 768px) {
    .map-container-home-inner {
      padding-bottom: 0;
      height: 333px; } }
  @media screen and (min-width: 992px) {
    .map-container-home-inner {
      background: #f0ede5 url(../themes/skot-aqua/images/map.jpg) no-repeat;
      height: 351px;
      padding-top: 0;
      background-size: auto; } }

@media screen and (max-width: 991px) {
  .map-container-home-inner a.location {
    display: inline-block;
    margin-top: 10px;
    color: #2f9ee4;
    padding: 5px 15px;
    background: #2f9ee4;
    border: 1px solid #2f9ee4;
    color: #fff; }
    .map-container-home-inner a.location:hover, .map-container-home-inner a.location:focus {
      background: #2f9ee4;
      color: #fff;
      text-decoration: none; } }

@media screen and (min-width: 992px) {
  .map-container-home-inner a.location:hover, .map-container-home-inner a.location:focus {
    color: #44009F; } }

@media screen and (min-width: 992px) {
  .map-container-home-inner a.location {
    position: absolute;
    right: 74px;
    bottom: 92px; } }

@media screen and (min-width: 992px) {
  .map-container-home-inner a.location span {
    display: none; } }

.map-container-home-inner i {
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .map-container-home-inner i {
      display: inline-block;
      font-size: 70px; } }

@media screen and (min-width: 600px) {
  .offer-container {
    float: left;
    width: 51%;
    padding-left: 10px; } }

@media screen and (min-width: 992px) {
  .offer-container {
    float: left;
    width: 25%;
    padding: 0 5px 0 28px; } }

.about-container p.lead-brand {
  font-size: 18px; }
  @media screen and (min-width: 992px) {
    .about-container p.lead-brand {
      font-size: 17px; } }

.about-container p,
.offer-container p {
  margin-bottom: 15px; }

.about-container .btn,
.offer-container .btn {
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    .about-container .btn,
    .offer-container .btn {
      font-size: 14px;
      float: right; } }

.map-container-home h3 {
  margin-top: 0; }

@media screen and (min-width: 600px) {
  .offer-container h3 {
    margin-top: 19px; } }

.ccm-page .about-container h2,
.ccm-page .map-container-home h3,
.ccm-page .offer-container h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .ccm-page .about-container h2,
    .ccm-page .map-container-home h3,
    .ccm-page .offer-container h3 {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .ccm-page .about-container h2,
    .ccm-page .map-container-home h3,
    .ccm-page .offer-container h3 {
      margin-top: 0;
      padding-top: 30px;
      font-size: 18px;
      line-height: 22px; } }

.ccm-page .map-container-home {
  position: relative; }
  @media screen and (min-width: 600px) {
    .ccm-page .map-container-home {
      left: -51%; } }
  @media screen and (min-width: 992px) {
    .ccm-page .map-container-home {
      left: -25%; } }

.ccm-page .offer-container {
  position: relative; }
  @media screen and (min-width: 600px) {
    .ccm-page .offer-container {
      left: 49%; } }
  @media screen and (min-width: 992px) {
    .ccm-page .offer-container {
      left: 25%; } }

@media screen and (min-width: 992px) {
  .sidebar {
    float: left;
    width: 230px;
    margin-top: 32px;
    margin-bottom: 15px; } }

.sidebar-box {
  background: #2f9ee4;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .sidebar-box {
      padding-left: 20px;
      padding-right: 20px; } }

.sidebar-box p {
  color: rgba(255, 255, 255, 0.85); }

.sidebar-box h2 {
  padding: 8px 0 10px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 19px; }

.sidebar-box h2 a,
.sidebar-box h2 a:hover,
.sidebar-box h2 a:focus {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }

.sidebar-box-nav h2 {
  margin: -10px -20px 5px;
  background: #3290CC;
  padding: 15px 20px;
  font-size: 21px; }
  @media screen and (min-width: 992px) {
    .sidebar-box-nav h2 {
      font-size: 19px; } }

.sidebar-box-contact {
  position: relative;
  overflow: hidden; }

.sidebar-box-contact:after {
  font-family: "fontello";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.21);
  content: "\e831";
  position: absolute;
  right: -13px;
  top: -25px;
  margin: auto;
  z-index: 1;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg); }

.sidebar-box-contact {
  background: #A2A2A2; }
  .sidebar-box-contact a[href^="mailto"] {
    color: #DEDEDE;
    text-decoration: underline; }
    .sidebar-box-contact a[href^="mailto"]:hover, .sidebar-box-contact a[href^="mailto"]:focus {
      color: #fff;
      text-decoration: underline; }
  .sidebar-box-contact a[href^="tel"] {
    color: #DEDEDE;
    text-decoration: underline; }
    .sidebar-box-contact a[href^="tel"]:hover, .sidebar-box-contact a[href^="tel"]:focus {
      color: #fff;
      text-decoration: underline; }

.sidebar-box .btn {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px; }

#silnet-copyright {
  float: none; }

.footer-bottom {
  text-align: center;
  padding: 28px 0 28px;
  font-size: 0.875rem;
  border-top: 1px solid #dbdbdb;
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .footer-bottom {
      text-align: left; }
      .footer-bottom:before, .footer-bottom:after {
        content: " ";
        display: table; }
      .footer-bottom:after {
        clear: both; } }
  @media screen and (min-width: 992px) {
    .footer-bottom {
      padding: 28px 0 19px; } }

@media screen and (min-width: 600px) {
  .company-container {
    position: relative;
    font-size: 0.75rem;
    float: left; } }

.company-copyright {
  margin-bottom: 15px;
  color: #b4b5b6; }
  @media screen and (min-width: 600px) {
    .company-copyright {
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .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: 992px) {
    .footer-bottom-links {
      float: left;
      margin-left: 15px; } }

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

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

#silnet-copyright {
  float: none; }

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

@media screen and (min-width: 992px) {
  .silnet-container {
    margin-top: -2px; 
  } 
  #silnet-copyright {
    float: right; 
  } 
}
   

#silnet-copyright .silnet {
  float: none;
  width: 90px; }
  @media screen and (min-width: 992px) {
    #silnet-copyright .silnet {
      width: 66px; } }

#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%; } }

.orange-theme .humidor a {
  color: #44009F; }
  .orange-theme .humidor a:hover, .orange-theme .humidor a:focus {
    color: #44009F; }

.orange-theme .humidor a[href^="tel"] {
  color: #222222; }
  .orange-theme .humidor a[href^="tel"]:hover, .orange-theme .humidor a[href^="tel"]:focus {
    color: #222222;
    text-decoration: none; }

.orange-theme .footer-bottom-links a:hover, .orange-theme .footer-bottom-links a:focus {
  color: #44009F; }

.orange-theme .header-top {
  border-color: #44009F; }

.orange-theme ul.js-main-nav {
  background: #44009F; }

.orange-theme ul.js-main-nav li a.nav-selected:not(.nav-home),
.orange-theme ul.js-main-nav li a:hover,
.orange-theme ul.js-main-nav li a:focus {
  text-decoration: none;
  background: #44009F;
  color: #fff; }

.orange-theme .breadcrumb a:hover {
  color: #44009F; }

.orange-theme .contact-details-phone a,
.orange-theme .contact-details-mail a,
.orange-theme .contact-details-social a {
  color: #CECECE; }
  @media screen and (min-width: 768px) {
    .orange-theme .contact-details-phone a,
    .orange-theme .contact-details-mail a,
    .orange-theme .contact-details-social a {
      color: #44009F; } }

.orange-theme .contact-details-phone a:hover, .orange-theme .contact-details-phone a:focus,
.orange-theme .contact-details-mail a:hover,
.orange-theme .contact-details-mail a:focus,
.orange-theme .contact-details-social a:hover,
.orange-theme .contact-details-social a:focus {
  color: #2f9ee4;
  text-decoration: none; }

@media screen and (min-width: 600px) {
  .orange-theme .contact-details-phone a:hover span,
  .orange-theme .contact-details-phone a:focus span {
    color: #44009F; } }

.orange-theme .js-menu-trigger > span > span {
  display: block;
  background-color: #44009F; }

.orange-theme .sidebar-box-nav {
  background: #59328E; }

.orange-theme .sidebar-box-nav h2 {
  background: #401C6F; }

.orange-theme .sidebar-nav li:before {
  background: #704AA5; }

.orange-theme .reverse-theme .sidebar-box-nav {
  background: #2f9ee4; }

.orange-theme .reverse-theme .sidebar-box-nav h2 {
  background: #3290CC; }

.orange-theme .reverse-theme .sidebar-nav li:before {
  background: rgba(255, 255, 255, 0.15); }

.orange-theme .ccm-page .btn-primary {
  background: #44009F;
  border-color: #44009F;
  color: #fff; }
  .orange-theme .ccm-page .btn-primary:hover, .orange-theme .ccm-page .btn-primary:focus {
    border-color: #44009F;
    color: #44009F;
    background: #fff; }

.orange-theme .ccm-page .btn-inline-link {
  color: #44009F; }

.orange-theme .slider-button i {
  color: #44009F; }

.orange-theme .slider-button.slider-button-active,
.orange-theme .slider-button:hover {
  background: #44009F;
  color: #fff;
  border-color: #44009F; }

.orange-theme .slider-button.slider-button-active i,
.orange-theme .slider-button:hover i {
  color: #ffffff; }

.orange-theme .slider-caption-container {
  background: rgba(68, 0, 159, 0.8); }
  .orange-theme .slider-caption-container:hover, .orange-theme .slider-caption-container:focus {
    background: #44009f; }

@media screen and (max-width: 479px) {
  .orange-theme .slider-caption-container-2 .slider-caption {
    font-size: 12px; }
  .orange-theme .slider-caption i,
  .orange-theme .slider-caption i {
    margin-left: 8px; } }

.orange-theme .map-container-home-inner a[href^="mailto"] {
  color: #44009F; }

.orange-theme .map-container-home-inner a.location {
  color: #44009F; }
  .orange-theme .map-container-home-inner a.location:hover, .orange-theme .map-container-home-inner a.location:focus {
    color: #2f9ee4; }

@media screen and (max-width: 991px) {
  .orange-theme .map-container-home-inner a.location {
    background: #44009F;
    border-color: #44009F;
    color: #fff; } }

.page_splash .ccm-page > .container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .page_splash .ccm-page > .container {
      width: 100%; } }

.page_splash main {
  width: 100%; }

.splash-logo {
  display: block;
  max-width: 150px;
  margin: 40px auto; }
  @media screen and (min-width: 768px) {
    .splash-logo {
      max-width: 291px;
      margin: 55px auto 38px; } }
  @media screen and (min-width: 992px) {
    .splash-logo {
      margin: 101px auto 38px; } }

.splash-links {
  margin-bottom: 80px; }
  @media screen and (min-width: 600px) {
    .splash-links {
      letter-spacing: -.31em; } }
  @media screen and (max-width: 767px) {
    .splash-links {
      margin-bottom: 15px; } }

.splash-link {
  height: auto;
  padding-bottom: 50%;
  background: #eee;
  position: relative; }
  @media screen and (min-width: 600px) {
    .splash-link {
      padding-bottom: 32.6%;
      background-size: contain; } }
  @media screen and (min-width: 600px) {
    .splash-link {
      letter-spacing: normal;
      display: inline-block;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .splash-link {
      height: 315px;
      padding-bottom: 0; } }

.splash-link-1 {
  background: #2f9ee4 url(../themes/skot-aqua/images/obsluga-sieci-kanalizacyjnych.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .splash-link-1 {
      margin-bottom: 10px; } }

.splash-link-2 {
  background: #44009F url(../themes/skot-aqua/images/kompleksowe-roboty-ziemne.jpg) no-repeat center center;
  background-size: cover; }

.ccm-page .splash-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff; }
  .ccm-page .splash-content:hover, .ccm-page .splash-content:focus {
    text-decoration: none;
    color: #fff; }

.splash-link-1 .splash-content:hover {
  background: rgba(47, 158, 228, 0.5); }

.splash-link-2 .splash-content:hover {
  background: rgba(68, 0, 159, 0.5); }

.splash-content .splash-caption {
  display: inline-block;
  padding-top: 8%;
  padding-left: 8%;
  font-size: 23px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (min-width: 480px) {
    .splash-content .splash-caption {
      font-size: 26px;
      line-height: 28px; } }
  @media screen and (min-width: 768px) {
    .splash-content .splash-caption {
      font-size: 30px;
      line-height: 36px;
      padding-top: 55px;
      padding-left: 50px; } }

@media screen and (min-width: 768px) {
  .splash-link-1 .splash-caption {
    position: absolute;
    right: 53px; } }

@media screen and (min-width: 992px) {
  .splash-link-1 .splash-caption {
    left: 10%;
    padding-left: 0; } }

@media screen and (min-width: 1200px) {
  .splash-link-1 .splash-caption {
    left: auto;
    right: 138px;
    padding-left: 0; } }

.ccm-page .splash-button {
  position: absolute;
  bottom: 18%;
  left: 8%;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
          transition: all .3s; }
  .ccm-page .splash-button:hover, .ccm-page .splash-button:focus {
    background: #fff;
    color: #2f9ee4;
    -webkit-transition: all .3s;
            transition: all .3s; }
  @media screen and (min-width: 768px) {
    .ccm-page .splash-button {
      left: 50px; } }
  @media screen and (min-width: 992px) {
    .ccm-page .splash-button {
      left: 50px;
      font-size: 18px;
      padding: 10px 23px;
      margin-top: 0px;
      bottom: 52px; } }

.splash-link-2 .splash-button:hover, .splash-link-2 .splash-button:focus {
  color: #44009F; }

@media screen and (min-width: 992px) {
  .ccm-page .splash-link-1 .splash-button {
    left: 10%; } }

@media screen and (min-width: 1200px) {
  .ccm-page .splash-link-1 .splash-button {
    left: auto;
    right: 383px; } }

.logo h1 {
  margin: 0;
  padding: 0; }

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: #2f9ee4;
  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; }
    ul.js-main-nav li a:hover, ul.js-main-nav li a:focus {
      text-decoration: none;
      color: #fff;
      background: rgba(255, 255, 255, 0.2); }
  ul.js-main-nav li a.nav-selected:not(.nav-home) {
    color: #fff;
    background: rgba(255, 255, 255, 0.2); }
  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; }
  ul.js-main-nav li {
    width: auto;
    float: left;
    border-right: 1px solid #e3e3e3; }
  ul.js-main-nav li a {
    color: #222222;
    display: block;
    border-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 15px;
    font-weight: 600; }
  ul.js-main-nav li a.nav-selected:not(.nav-home),
  ul.js-main-nav li a:hover,
  ul.js-main-nav li a:focus {
    text-decoration: none;
    background: #2f9ee4;
    color: #fff; } }

@media screen and (min-width: 992px) {
  ul.js-main-nav li:last-child {
    border-right: 0; }
  ul.js-main-nav li a {
    padding: 48px 18px 45px; } }

.js-menu-trigger {
  display: block;
  float: right;
  background: transparent;
  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; }
  @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: 4px 0 0 8px;
  -webkit-transition: 0.4s;
          transition: 0.4s; }

.js-menu-trigger > span > span {
  display: block;
  background-color: #2f9ee4;
  height: 3px;
  margin: 2px 0 4px 0;
  width: 26px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  border-radius: 9px; }

.js-menu-trigger.expand > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  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); }

.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", Georgia, "Times New Roman", Times, serif;
  display: block;
  position: relative;
  width: 19px;
  border-top: 1px dotted #999999;
  position: absolute;
  top: 8px;
  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: 1px;
  border-top: 0;
  left: -5px;
  margin-right: 1px;
  color: #2f9ee4; }

.page-content ul.tree li.nav-home a {
  padding-left: 12px; }

.page-content ul.tree li a {
  font-size: 14px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  padding-left: 22px;
  line-height: 15px;
  padding-bottom: 9px; }

.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: 12px; }

.page-content ul.tree > li:first-child + li {
  padding-top: 6px;
  margin-top: -6px; }

.page-content ul.tree > li:first-child + li:before {
  top: 14px; }

ol.breadcrumb {
  margin: 0 0 20px;
  padding: 0;
  color: #b1b1b1;
  font-size: 14px;
  list-style: none; }
  ol.breadcrumb:before, ol.breadcrumb:after {
    content: " ";
    display: table; }
  ol.breadcrumb:after {
    clear: both; }
  @media screen and (min-width: 992px) {
    ol.breadcrumb {
      font-size: 12px; } }

ol.breadcrumb li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.ccm-autonav-breadcrumb-sep {
  color: #777777;
  margin-right: 4px; }

ol.breadcrumb a {
  color: #777777;
  font-size: 14px; }
  @media screen and (min-width: 992px) {
    ol.breadcrumb a {
      font-size: 12px; } }

ol.breadcrumb a:hover,
ol.breadcrumb a:focus {
  color: #2f9ee4; }

ul.sidebar-nav,
ul.sidebar-nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

.sidebar-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative; }

.sidebar-nav li:last-child {
  border-bottom: 0; }

.sidebar-nav li:before {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  right: -9px;
  bottom: 4px;
  top: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  opacity: 0;
  -webkit-transition: all .25s;
          transition: all .25s; }

.sidebar-nav li:hover:before,
.sidebar-nav li.nav-path-selected:before {
  opacity: 1; }

.sidebar-nav li a {
  display: block;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 15px;
  position: relative; }

.sidebar-nav li a:before {
  font-family: "fontello";
  content: "\E815";
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 10px; }

.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li.nav-path-selected a {
  text-decoration: none;
  color: #fff; }

.sidebar-nav .level-2 li a {
  padding-left: 40px; }

.fields .field {
  margin-bottom: 15px; }

.formblock .indicator {
  padding-top: 20px;
  padding-bottom: 20px; }
  .formblock .indicator img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px; }

.formblock h4 {
  font-size: 20px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .formblock h4 {
      margin-bottom: 25px; } }

.kontakt .formblock h4 {
  margin-top: 40px; }

@media screen and (min-width: 768px) {
  .ccm-page .formblock .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .ccm-page .formblock .field label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-bottom: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .ccm-page .formblock .field.field-textarea label {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-top: 5px; }
  .ccm-page .formblock .field.field-radios label.control-label,
  .ccm-page .formblock .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 .formblock .field input[type="email"],
  .ccm-page .formblock .field input[type="text"],
  .ccm-page .formblock .field input[type="tel"],
  .ccm-page .formblock .field input[type="url"],
  .ccm-page .formblock .field textarea,
  .ccm-page .formblock .field select {
    width: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .ccm-page .formblock .field input[type="radio"] {
    position: relative;
    top: 2px; }
  .ccm-page .formblock .btn {
    margin-left: 150px; }
  .ccm-page .no-flexbox.no-flexboxtweener .formblock .btn {
    margin-left: 0; }
  .ccm-page textarea.form-control {
    min-height: 150px; }
  .ccm-page .formblock .field.field-datetime .form-inline {
    white-space: nowrap; } }

@media screen and (min-width: 992px) {
  .ccm-page .formblock .field label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px; }
  .ccm-page .formblock .btn {
    margin-left: 140px; }
  .ccm-page .formblock .field input,
  .ccm-page .formblock .field textarea {
    font-size: 13px; } }

.no-flexbox.flexboxtweener .formblock .field-radios .radioList,
.no-flexbox.flexboxtweener .formblock .field-checkboxlist .checkboxList {
  /* autoprefixer: off */
  -ms-flex: 0 1 auto;
  -ms-flex: 1 1 auto; }

@media screen and (min-width: 768px) {
  .no-flexbox.flexboxtweener .formblock .field-radios .radioList .radio,
  .no-flexbox.flexboxtweener .formblock .field-checkboxlist .checkboxList .checkbox {
    /* autoprefixer: off */
    -ms-flex: 0 1 auto;
    -ms-flex: 1 1 auto; } }

.contact-details {
  float: right;
  -webkit-transform: translateZ(0px); }
  @media screen and (min-width: 992px) {
    .contact-details {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

@media screen and (min-width: 992px) {
  .contact-details * {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }

.contact-details-phone i:before,
.contact-details-mail i:before,
.contact-details-social-google i:before,
.contact-details-social-facebook i:before {
  font: normal normal normal 14px/1 "fontello";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  text-align: center;
  position: relative;
  -webkit-transition: all .2s linear;
          transition: all .2s linear; }
  @media screen and (min-width: 768px) {
    .contact-details-phone i:before,
    .contact-details-mail i:before,
    .contact-details-social-google i:before,
    .contact-details-social-facebook i:before {
      font-size: 22px; } }

.contact-details-phone i:before {
  content: "\E836"; }

.contact-details-mail i:before {
  content: "\E80D"; }

.contact-details-social-google i:before {
  content: "\E832"; }

.contact-details-social-facebook i:before {
  content: "\E833"; }

@media screen and (max-width: 767px) {
  .contact-details-phone,
  .contact-details-mail,
  .contact-details-social {
    float: left; }
  .contact-details-phone a,
  .contact-details-mail a,
  .contact-details-social a {
    color: #B9B9B9;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative; }
  .contact-details-phone a:hover, .contact-details-phone a:focus,
  .contact-details-mail a:hover,
  .contact-details-mail a:focus,
  .contact-details-social a:hover,
  .contact-details-social a:focus {
    color: #B9B9B9;
    text-decoration: none; }
  .contact-details-phone span,
  .contact-details-mail span {
    display: none; }
  .contact-details-phone {
    margin-right: 5px; }
  .contact-details-social {
    margin-right: 5px; } }

@media screen and (min-width: 768px) {
  .contact-details {
    float: right; }
    .contact-details:before, .contact-details:after {
      content: " ";
      display: table; }
    .contact-details:after {
      clear: both; }
  .contact-details-phone,
  .contact-details-mail,
  .contact-details-social {
    float: left; }
  .contact-details-phone span,
  .contact-details-mail span,
  .contact-details-social span {
    display: inline; }
  .contact-details-phone a,
  .contact-details-mail a,
  .contact-details-social a {
    text-decoration: none;
    margin-left: 5px;
    color: #2f9ee4; }
    .contact-details-phone a:hover, .contact-details-phone a:focus,
    .contact-details-mail a:hover,
    .contact-details-mail a:focus,
    .contact-details-social a:hover,
    .contact-details-social a:focus {
      color: #44009F;
      text-decoration: 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,
      .contact-details-social a:hover i:before,
      .contact-details-social a:focus i:before {
        -webkit-transition: all .2s linear;
                transition: all .2s linear; } }

@media screen and (min-width: 600px) {
  .contact-details-phone {
    margin-right: 15px; }
  .contact-details-phone span {
    display: inline-block; }
  .contact-details-phone a:hover span,
  .contact-details-phone a:focus span {
    color: #2f9ee4; }
  .contact-details-phone i:before {
    margin-right: 5px; } }

@media screen and (min-width: 992px) {
  .contact-details-phone span {
    position: relative;
    top: -2px; } }

.privacy p {
  border: 1px solid #D2D2D2;
  background: #F7F7F7;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 30px;
  border-radius: 0; }
  .privacy p:before {
    content: "\e810";
    font-family: "fontello";
    float: left;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-top: 5px;
    margin-right: 8px;
    box-shadow: none;
    font-size: 20px;
    left: -5px;
    position: relative; }

.ccm-page-list-thumbnail article {
  margin-bottom: 30px;
  position: relative; }
  .ccm-page-list-thumbnail article:before, .ccm-page-list-thumbnail article:after {
    content: " ";
    display: table; }
  .ccm-page-list-thumbnail article:after {
    clear: both; }
  @media screen and (max-width: 479px) {
    .ccm-page-list-thumbnail article {
      padding-bottom: 25px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dedede; } }
  @media screen and (min-width: 480px) {
    .ccm-page-list-thumbnail article {
      min-height: 109px; } }

@media screen and (max-width: 479px) {
  .ccm-page-list-thumbnail article:last-child {
    border-bottom: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 479px) {
  .ccm-page-list-thumbnail article:first-child h3 {
    margin-top: 0; } }

.ccm-page-list-thumbnail .thumbnail {
  margin-top: 5px; }
  @media screen and (min-width: 480px) {
    .ccm-page-list-thumbnail .thumbnail {
      float: left;
      margin-right: 15px;
      max-width: 200px;
      position: absolute;
      top: 4px; } }
  @media screen and (min-width: 992px) {
    .ccm-page-list-thumbnail .thumbnail {
      top: 0; } }
  @media screen and (max-width: 479px) {
    .ccm-page-list-thumbnail .thumbnail {
      margin-bottom: 8px; } }

.ccm-page-list-thumbnail .thumbnail a {
  display: block; }

.ccm-page-list-thumbnail .thumbnail img {
  margin: 0 auto; }

.ccm-page-list-thumbnail h3.ccm-page-list-title {
  text-transform: none; }
  @media screen and (min-width: 480px) {
    .ccm-page-list-thumbnail h3.ccm-page-list-title {
      padding-left: 215px;
      margin-bottom: 8px; } }
  @media screen and (max-width: 479px) {
    .ccm-page-list-thumbnail h3.ccm-page-list-title {
      margin-bottom: 13px; } }

@media screen and (min-width: 480px) {
  .ccm-page-list-thumbnail .description {
    margin-left: 215px; } }

.ccm-page-list-thumbnail .description h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: none; }
  @media screen and (min-width: 480px) {
    .ccm-page-list-thumbnail .description h3 {
      margin-top: 4px;
      margin-bottom: 10px; } }

.ccm-page-list-thumbnail .description p {
  margin-bottom: 0; }

.ccm-page-list-thumbnail .news-list-date {
  color: #9a9999;
  margin-bottom: 10px;
  margin-top: -15px; }
  @media screen and (min-width: 992px) {
    .ccm-page-list-thumbnail .news-list-date {
      font-size: 14px;
      margin-top: -12px; } }

.ccm-page-list-thumbnail .ccm-page-list-title {
  margin-top: 4px; }

@media screen and (min-width: 480px) {
  .ccm-page-list-gallery {
    letter-spacing: -.31em;
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (max-width: 479px) {
  .ccm-page-list-gallery article {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 25px; } }

@media screen and (min-width: 480px) {
  .ccm-page-list-gallery article {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 10px; } }

@media screen and (min-width: 768px) {
  .ccm-page-list-gallery article {
    width: 33%; } }

@media screen and (max-width: 479px) {
  .ccm-page-list-gallery article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0; } }

.ccm-page-list-gallery h3 {
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: none;
  padding-left: 5px; }
  @media screen and (min-width: 480px) {
    .ccm-page-list-gallery h3 {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .ccm-page-list-gallery h3 {
      font-size: 14px; } }

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

.youtube_wrapper:after {
  clear: both; }

h3.youtube_header {
  text-align: left; }
  @media screen and (min-width: 768px) {
    h3.youtube_header {
      text-align: center; } }

.youtubeBlockContainer {
  text-align: center; }

.youtubeBlockContainer iframe {
  border: 0; }

@media screen and (max-width: 48em) {
  .mobile-flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden; }
  .mobile-flex-video.widescreen {
    padding-bottom: 57.25%; }
  .mobile-flex-video.vimeo {
    padding-top: 0; }
  .mobile-flex-video iframe, .ccm-page .mobile-flex-video object, .ccm-page .mobile-flex-video embed, .ccm-page .mobile-flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

p.mobile-map {
  margin-top: -15px; }
  @media screen and (min-width: 992px) {
    p.mobile-map {
      display: none; } }

.desktop-map {
  display: none; }
  @media screen and (min-width: 992px) {
    .desktop-map {
      display: inline-block; } }

.side-slide * {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box; }

.side-slide {
  position: fixed;
  top: 81px;
  right: 0px;
  z-index: 100;
  list-style: none; }

.side-slide .link {
  margin-bottom: 3px;
  width: 50px;
  position: relative; }

.side-slide .link .side-slide-front {
  overflow: hidden;
  display: block;
  font-size: 0;
  cursor: pointer;
  height: 100%;
  text-align: center;
  font-size: 20px;
  background: #2f9ee4;
  color: #fff;
  text-align: center; }

.side-slide .link .side-slide-front i {
  display: block;
  background: #555555;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.75rem; }

.rotated-text-container {
  display: inline-block;
  overflow: hidden;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem; }

.rotated-text {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: translate(0, 100%) rotate(-90deg);
      -ms-transform: translate(0, 100%) rotate(-90deg);
          transform: translate(0, 100%) rotate(-90deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  padding: 15px 0px 17px 12px;
  font-weight: bold;
  font-size: 17px; }

.rotated-text:after {
  content: "";
  float: left;
  margin-top: 100%; }

.side-slide .link .side-slide-content {
  padding: 0;
  background: #efefef;
  float: left;
  position: absolute;
  top: 0;
  z-index: 100;
  border: 0;
  left: 50px;
  min-width: 300px;
  min-height: 200px; }

.side-slide .side-slide-inner {
  padding: 15px 20px;
  color: #6b6b6b;
  font-size: 12px; }

.side-slide .side-slide-inner p {
  color: #6b6b6b;
  font-size: 12px;
  margin-bottom: 0; }

.side-slide .side-slide-inner h1, .side-slide .side-slide-inner h2, .side-slide .side-slide-inner h3, .side-slide .side-slide-inner h4, .side-slide .side-slide-inner h5, .side-slide .side-slide-inner h6 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.side-slide .btn {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 5px 20px 6px;
  font-size: 0.75rem; }

h1.page-name-header {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 12px;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    h1.page-name-header {
      margin-top: 41px; } }

.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 #D7D7D7;
  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%; } }

div.ccm-ui button, div.ccm-ui input, div.ccm-ui select, div.ccm-ui textarea {
  box-sizing: content-box; }

.ccm-ui .btn {
  text-transform: none; }

.ccm-file-set-add-cb img {
  display: inline-block; }

.ccm-add-block {
  margin-bottom: 15px; }


header .show-number {
    background: none;
	text-transform: uppercase;
    font-size: 11px;
    border: 0px;
}

header .show-number:hover {
color: #44009F!important;
background: none!important;
}

.orange-theme header .show-number:hover {
color: #2F9EE4!important;
background: none!important;
}

.show-number {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    font-size: 0.9em;
    padding: 0 2px;
	text-decoration: none !important;
}
.show-number:hover {
	background: #2F9EE4;
	color:#fff;
	}
.orange-theme .show-number:hover {
	background:#44009F;
	color:#fff;
	}
.ccm-page .formblock .field.field-checkboxlist label {
	font-size: 0;
}
.ccm-page .formblock .field.field-checkboxlist .checkboxList .checkboxPair label {
	font-size: 12px;
}


/*SILNET LOGO*/

.silnet-logo-container .silnet-logo-image {
  width: auto;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  filter: grayscale(1);
  opacity: 0.5;
  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: 0.5;
 }
  25% {
      filter: grayscale(1);
      opacity: 0.5;
 }
  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);
 }
  95% {
      filter: grayscale(0);
      opacity: 1;
 }
  100% {
      transform: rotate3d(0, 1, 0, 360deg) scale(1);
      filter: grayscale(1);
      opacity: 0.5;
 }
}
@-webkit-keyframes silnet-logo-image-animation {
  0% {
      transform: rotate3d(0, 1, 0, 0deg);
      filter: grayscale(1);
      opacity: 0.5;
 }
  25% {
      filter: grayscale(1);
      opacity: 0.5;
 }
  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);
 }
  95% {
      filter: grayscale(0);
      opacity: 1;
 }
  100% {
      transform: rotate3d(0, 1, 0, 360deg) scale(1);
      filter: grayscale(1);
      opacity: 0.5;
 }
}

@keyframes silnet-dark-bg-logo-image-animation {
  0% {
      transform: rotate3d(0, 1, 0, 0deg);
      filter: grayscale(1) invert(1);
      opacity: 0.5;
 }
  25% {
      filter: grayscale(1) invert(1);
      opacity: 0.5;
 }
  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);
 }
  95% {
      filter: grayscale(0) invert(0);
      opacity: 1;
 }
  100% {
      transform: rotate3d(0, 1, 0, 360deg) scale(1);
      filter: grayscale(1) invert(1);
      opacity: 0.5;
 }
}
@-webkit-keyframes silnet-dark-bg-logo-image-animation {
  0% {
      transform: rotate3d(0, 1, 0, 0deg);
      filter: grayscale(1) invert(1);
      opacity: 0.5;
 }
  25% {
      filter: grayscale(1) invert(1);
      opacity: 0.5;
 }
  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);
 }
  95% {
      filter: grayscale(0) invert(0);
      opacity: 1;
 }
  100% {
      transform: rotate3d(0, 1, 0, 360deg) scale(1);
      filter: grayscale(1) invert(1);
      opacity: 0.5;
 }
}
.map-container img {
	max-width: none !important;
}

.map-container .map-controls {
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0, .1);
}

.map-container .map-controls label {
	float: left;
	margin-right: 25px;
}

.map-container .map-controls label span {
	display: block;
	line-height: 20px;
	font-size: 12px;
}

.map-container .map-controls select {
	width: 150px;
	height: 26px;
	line-height: 20px;
	padding: 0px;
	font-size: 14px;
	border: 1px solid #ccc;
}

.map-container .map-controls input {
	width: 220px;

}

.map-container .map-controls button {
	float: right;
	margin-top: 17px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-text-stroke: 0;
	/*background: #af1d22;
	border: 1px solid #af1d22;
	height: 26px;
	line-height: 24px;
	padding: 0 10px;*/
	cursor: pointer;
	/*color: #fff;*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 460px) {
	.map-container .map-controls button {
		float: left;
	}
}

.map-container .map-controls button:hover {
	/*background: #ff3a3c;*/
}

.map-container .inner-container {
	height: 400px;
	width: 100%;
	position: relative;
}

.map-container .inner-container .loading {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: url('../blocks/silnet_googlemaps/preloader.gif') no-repeat center;
}

.map-container .inner-container .googlemap {
	height: 99%;
	z-index: 1;
	position: relative;
	opacity: 0.4;
	filter: alpha(opacity=40);
	border: 0;
}