/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url('/css/royalslider/grab.png') 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url('/css/royalslider/grabbing.png') 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url('/css/royalslider/blank.gif');
}


/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/css/royalslider/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/css/royalslider/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/css/royalslider/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('/css/royalslider/default/rs-default.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/css/royalslider/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('/css/royalslider/default/../preloaders/preloader-white.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}


/* uniwersalny listing projektów */
.projects-listing a { text-decoration: none; }
.projects-listing a:hover { color: #ca1d61; }
.projects-listing img { width: 100%; }
.projects-listing img:hover { opacity: 0.75; z-index: 1; }
.projects-listing > ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
}
.projects-listing > ul > li { display: block; width: 25%; min-height: 228px; margin: 0 0 30px 0; box-sizing: border-box; }
.projects-listing > ul > li > div { max-width: 331px; margin: auto; background: #fff; }
.projects-listing > ul > li .label { position: absolute; left: 0; display: block; width: auto; padding: 0 10px; color: #fff; opacity: 1; z-index: 2; }
.projects-listing > ul > li span.recomended { top: 28px; background-color: #0099ff; }
.projects-listing > ul > li span.new { top: 5px; background-color: #ca1d61; }
.projects-listing > ul > li span.promo { left: auto; right: 5px; top: 5px; background: transparent; color: #fff; font-size: 35px; padding: 0; text-shadow: 1px 1px silver; }
.projects-listing > ul > li div.promo { left: auto; right: 5px; top: 5px; background: #ca1d61; color: #fff; font-size: 14px; padding: 5px; text-transform: uppercase; }
.projects-listing > ul > li .with-construction { top: 28px; width: 110px; background-color: #090; }
.projects-listing > ul > li .with-construction:hover { background-color: #0c0; }

.projects-listing img { display: block; width: 100%; height: 187px; }

.projects-listing .short-summary > li.builtby a { padding: 1px 0 0 4px; width: auto; color: #000; text-transform: uppercase; text-decoration: none; font-weight: bold; font-size: 12px; line-height: 1.2; height: 35px; display: table-cell; vertical-align: middle; }
.projects-listing .short-summary > li.builtby a:hover { opacity: 0.70; }
.projects-listing .short-summary { display: flex; flex-wrap: nowrap; justify-content: flex-start; width: 100%; max-width: 331px; max-height: 35px; background: #eee; }
.projects-listing .short-summary > li:nth-child(-n+3) { display: block; min-width: 25px; min-height: 21px; padding: 4px 8px; color: #fff; font-size: 14px; line-height: normal; }
.projects-listing .short-summary > li:nth-child(-n+3) > a { color: #fff; font-size: 14px; text-decoration: none; }
.projects-listing .short-summary > li:nth-child(-n+3) > span { font-size: 14px; font-weight: normal; }
.projects-listing .short-summary > li:first-of-type { background: #ca1d61; }
.projects-listing .short-summary > li:first-of-type:hover { opacity: 0.75; }
.projects-listing .short-summary > li:nth-of-type(2) { background: #252525; }
.projects-listing .short-summary > li:nth-of-type(3) { background: transparent; color: #333; font-weight: bold; }
.projects-listing .short-summary > li.builtby { height: 35px; overflow: hidden; padding: 0 !important; background: #BFD911; }
.projects-listing > ul > li .tools { float: right; }
.projects-listing > ul > li .tools a, .projects-listing > ul > li .tools > span {
  display: inline-block;
  margin: 7px;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #000;
}
.projects-listing > ul > li .tools a:hover { opacity: 0.7; }
.projects-listing > ul > li .tools .favorites-add-remove {
  position: relative;
  display: inline-block;
}
.projects-listing > ul > li .tools .favorites-add-remove.added {
  color: #ff9900;
}
.projects-listing > ul > li ol { margin: 4px 0 2px; overflow: hidden; list-style: none; }
.projects-listing > ul > li ol li { padding: 3px 5px; float: left; line-height: 1em; font-size: 10px; text-align: center; }
.projects-listing > ul > li ol li.mid { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.projects-listing > ul > li ol li a { color: #333; }
.projects-listing > ul > li ol li a:hover { color: #ca1d61; }
.projects-listing > ul > li ol li span { font-size: 13px; font-weight: bold; }

.projects-listing .title {
  font-size: 14px;
  margin-bottom: 1em;
}

.projects-listing .params {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding: 1em;
}

.projects-listing .params > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  padding: 8px 4px;
  box-sizing: border-box;
  font-size: 13px;
}

.projects-listing .params > div:last-of-type {
  border: 0;
}

.projects-listing .params .name {
  width: calc(100% - 125px);
}

.projects-listing .params .value {
  width: 125px;
  text-align: right;
  font-weight: bold;
}


/* lista szczegółówa */
.projects-listing.list { position: relative; }
.projects-listing.list > ul > li { position: relative; display: block; float: none; width: 100%; min-height: initial; margin: 0 0 20px 0; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.projects-listing.list > ul > li > div { width: auto; }
.projects-listing.list > ul > li img { float: left; width: 25%; }
.projects-listing.list dl { float: left; width: 70%; margin-top: 5px; }
.projects-listing.list dl dfn { margin-bottom: 5px; padding: 0 10px; float: left; border-right: 1px solid #eee; }
.projects-listing.list dl dt { font-size: 1.2em; line-height: 1em; color: #888; }
.projects-listing.list dl dd { font-size: 1.2em; line-height: 1.9em; }
.projects-listing.list .short-summary { position: absolute; bottom: 20px; left: 25%; width: 75%; }
.projects-listing.list .short-summary > li:nth-of-type(-n+3) { height: 37px; font-size: 1.8em; }

/* garaże */
.projects-listing.garages dl { margin: 15px 0; font-size: 1.1em; line-height: 1.6em; overflow: hidden; }
.projects-listing.garages dl dt { width: 50%; float: left; clear: left; text-align: right; padding-right: 10px; box-sizing: border-box; -moz-box-sizing: border-box; }
.projects-listing.garages dl dd { width: 50%; float: right; }
.projects-listing.garages a.download { padding-left: 20px;  background: transparent url('/images/tools-icons-list.png') -10px -179px no-repeat; color: #252525; }
.projects-listing.garages a.download:hover { background-position: -10px -201px; color: #ca1d61; }
.projects-listing.garages .tools { float: left; }
.projects-listing.garages .price { float: right; font-size: 1.4em; }

@media screen and (max-width: 1460px) {
  .projects-listing > ul > li { width: 33.333%; }
}

@media screen and (max-width: 1120px) {
  .projects-listing > ul > li { width: 50%; }
}

@media screen and (max-width: 700px) {
  .projects-listing > ul > li { width: 100%; }
}


/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-animate-hide {
  display: none !important; }

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out; }

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out; }

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-variable:before {
  content: "\e927"; }

.re-icon-video:before {
  content: "\e928"; }

.re-icon-widget:before {
  content: "\e929"; }

.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box {
  position: relative;
  box-sizing: border-box; }
  .redactor-box.redactor-styles-on {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-shadow: none; }
  .redactor-box.redactor-inline {
    position: static; }

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important; }

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important; }

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important; }

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box; }
  .redactor-in:focus {
    outline: none; }

.redactor-inline .redactor-in {
  overflow: hidden; }

.redactor-in *,
.redactor-read-only * {
  outline: none !important; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 1.5em; }

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none; }

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }
  .redactor-in figure[data-redactor-type=line] hr {
    margin: 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.1); }

.redactor-script-tag {
  display: none !important; }

.redactor-component {
  position: relative; }

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1; }

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both; }

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer; }

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=image] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=image] img {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a; }

.redactor-component-active[data-redactor-type=video] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=video] iframe {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
    outline: none !important;
    background: #ddd; }

.redactor-component-caret {
  position: absolute;
  left: -9999px; }

.redactor-textnodes-wrapper {
  display: inline-block; }

#redactor-image-resizer {
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize; }

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5; }
  .redactor-file-remover:hover {
    opacity: 1; }

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3); }
  #redactor-overlay > .redactor-close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical; }

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr; }

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: ""; }

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none; }
  .redactor-statusbar li {
    float: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    line-height: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-statusbar li:last-child {
    border-right-color: transparent; }
  .redactor-statusbar a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
  .redactor-statusbar a:hover {
    color: #f03c69;
    text-decoration: underline; }
  .redactor-statusbar:empty {
    display: none; }

.redactor-toolbar-wrapper {
  position: relative; }

.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px; }

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px; }

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef; }

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4); }

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar a.redactor-button-disabled:hover,
  .redactor-air a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-source-view .redactor-toolbar {
  background: #252525; }

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff; }
  .redactor-source-view .redactor-toolbar a:hover {
    background: #449aef; }

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important; }

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .re-button-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 4px;
    margin-left: -4px; }

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100; }

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97); }

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.redactor-air a:hover {
  background: #3d79f2; }

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.redactor-air a.redactor-button-disabled:hover {
  color: #fff; }

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer; }
  .redactor-air-helper:hover {
    background: #fff; }

.redactor-voice-label {
  display: none; }

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-context-toolbar a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 1px 12px; }
  .redactor-context-toolbar a:first-child {
    padding-left: 0; }
  .redactor-context-toolbar a i {
    position: relative;
    top: 3px;
    font-size: 16px; }
  .redactor-context-toolbar a:before {
    content: '';
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .redactor-context-toolbar a:hover {
    color: #fff; }
  .redactor-context-toolbar a:first-child:before {
    padding-left: 0;
    border-left: none; }

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0; }

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0; }

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0; }
  .redactor-dropdown a span {
    display: inline-block;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px; }
  .redactor-dropdown a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-dropdown a:last-child {
    border-bottom-color: transparent; }
  .redactor-dropdown a {
    color: #000; }
    .redactor-dropdown a:hover {
      color: #fff !important;
      background-color: #449aef !important; }
    .redactor-dropdown a.redactor-dropdown-item-disabled {
      color: rgba(0, 0, 0, 0.4);
      background: #fff; }

.redactor-dropdown-cells {
  margin: 10px auto; }
  .redactor-dropdown-cells a,
  .redactor-dropdown-cells span {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px; }

.redactor-dropdown-selector {
  display: flex;
  text-align: center; }
  .redactor-dropdown-selector span {
    flex-grow: 1;
    font-size: 12px;
    padding: 8px;
    cursor: pointer; }
    .redactor-dropdown-selector span:hover {
      background: #eee; }
    .redactor-dropdown-selector span.active {
      cursor: text;
      color: rgba(0, 0, 0, 0.3);
      background: #eee; }

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px; }

#redactor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px; }

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000; }
  .redactor-modal form {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .redactor-modal input,
  .redactor-modal select,
  .redactor-modal textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    outline: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cacfd4;
    border-radius: 0.1875em;
    box-shadow: none;
    padding: 0 .5em; }
  .redactor-modal textarea {
    padding: .5em;
    height: auto;
    line-height: 1.5;
    vertical-align: top; }
  .redactor-modal select {
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .65em center;
    padding-right: 28px; }
  .redactor-modal select[multiple] {
    background-image: none;
    height: auto;
    padding: .5em .75em; }
  .redactor-modal input[type="file"] {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    display: inline-block; }
  .redactor-modal input[type="radio"],
  .redactor-modal input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    font-size: 115%;
    margin-right: 3px; }
  .redactor-modal .form-item {
    margin-bottom: 20px; }
  .redactor-modal .form-item:last-child {
    margin-bottom: 0; }
  .redactor-modal fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .redactor-modal fieldset .form-item {
      margin-bottom: 12px; }
  .redactor-modal label {
    display: block;
    color: #555;
    margin-bottom: 0.25em;
    font-size: 14px; }
    .redactor-modal label .desc,
    .redactor-modal label .success,
    .redactor-modal label .error {
      text-transform: none;
      font-weight: normal; }
  .redactor-modal label.checkbox {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: inherit; }
  .redactor-modal .form-checkboxes label.checkbox {
    display: inline-block;
    margin-right: 1em; }
  .redactor-modal input:hover,
  .redactor-modal textarea:hover,
  .redactor-modal select:hover {
    outline: none;
    background-color: #fff;
    border-color: #969fa9;
    box-shadow: none; }
  .redactor-modal input:focus,
  .redactor-modal textarea:focus,
  .redactor-modal select:focus {
    transition: all linear .2s;
    outline: none;
    background-color: #fff;
    border-color: rgba(0, 125, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 125, 255, 0.5); }
  .redactor-modal input.error,
  .redactor-modal textarea.error,
  .redactor-modal select.error {
    background-color: rgba(255, 50, 101, 0.1);
    border: 1px solid #ff7f9e; }
    .redactor-modal input.error:focus,
    .redactor-modal textarea.error:focus,
    .redactor-modal select.error:focus {
      border-color: #ff3265;
      box-shadow: 0 0 1px #ff3265; }
  .redactor-modal input.success,
  .redactor-modal textarea.success,
  .redactor-modal select.success {
    background-color: rgba(47, 196, 182, 0.1);
    border: 1px solid #65dacf; }
    .redactor-modal input.success:focus,
    .redactor-modal textarea.success:focus,
    .redactor-modal select.success:focus {
      border-color: #2fc4b6;
      box-shadow: 0 0 1px #2fc4b6; }
  .redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
  .redactor-modal textarea:disabled,
  .redactor-modal textarea:disabled:hover,
  .redactor-modal textarea.disabled,
  .redactor-modal textarea.disabled:hover,
  .redactor-modal select:disabled,
  .redactor-modal select:disabled:hover,
  .redactor-modal select.disabled,
  .redactor-modal select.disabled:hover {
    resize: none;
    opacity: .6;
    cursor: default;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cacfd4;
    box-shadow: none;
    background-color: #fff; }
  .redactor-modal .req {
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #ff3265;
    font-size: 110%; }
  .redactor-modal .desc {
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px; }
  .redactor-modal span.desc {
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-top: 0.25em; }
  .redactor-modal span.success,
  .redactor-modal span.error {
    font-size: 12px;
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-bottom: -0.5em; }
  .redactor-modal .redactor-close {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 4px;
    color: #000;
    opacity: .3;
    cursor: pointer; }
    .redactor-modal .redactor-close:hover {
      opacity: 1; }
    .redactor-modal .redactor-close:before {
      content: '\00d7'; }
  .redactor-modal button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #007dff;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #007dff;
    min-height: 40px;
    outline: none;
    padding: 0.5em 1.25em;
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-appearance: none; }
  .redactor-modal button:hover {
    outline: none;
    text-decoration: none;
    background: none;
    color: rgba(0, 125, 255, 0.6);
    border-color: rgba(0, 125, 255, 0.5); }
  .redactor-modal button.redactor-button-secondary {
    border-color: #2a2e34;
    color: #2a2e34; }
    .redactor-modal button.redactor-button-secondary:hover {
      color: rgba(42, 46, 52, 0.6);
      border-color: rgba(42, 46, 52, 0.5); }
  .redactor-modal button.redactor-button-danger,
  .redactor-modal button.redactor-button-unstyled {
    background: none;
    border-color: transparent;
    color: rgba(42, 46, 52, 0.6); }
    .redactor-modal button.redactor-button-danger:hover,
    .redactor-modal button.redactor-button-unstyled:hover {
      background: none;
      border-color: transparent;
      color: #ff3265;
      text-decoration: underline; }
  .redactor-modal .redactor-modal-group:after {
    content: "";
    display: table;
    clear: both; }
  .redactor-modal .redactor-modal-side {
    float: left;
    width: 30%;
    margin-right: 4%; }
    .redactor-modal .redactor-modal-side img {
      max-width: 100%;
      height: auto;
      display: block; }
  .redactor-modal .redactor-modal-area {
    float: left;
    width: 66%; }

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto; }

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left; }

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0; }

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-modal-header:empty {
    display: none; }

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px; }

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .redactor-modal-footer button {
    margin-right: 4px; }
  .redactor-modal-footer button.redactor-button-unstyled {
    margin-right: 0;
    float: right; }
  .redactor-modal-footer:empty {
    display: none; }

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }
  .redactor-modal-tabs a {
    font-size: 15px;
    padding: 2px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    margin-right: 14px; }
  .redactor-modal-tabs a:hover {
    transition: all linear .2s; }
  .redactor-modal-tabs a:hover,
  .redactor-modal-tabs a.active {
    font-weight: 500;
    color: #007dff;
    border-bottom-color: #007dff; }

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }
  .redactor-styles *,
  .redactor-styles *:before,
  .redactor-styles *:after {
    box-sizing: inherit; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 1.5em 0 0; }
    .redactor-styles[dir="rtl"] figcaption {
      text-align: right; }
  .redactor-styles a,
  .redactor-styles a:hover {
    color: #3397ff; }
  .redactor-styles p,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
  .redactor-styles ul,
  .redactor-styles ol {
    padding: 0; }
    .redactor-styles ul,
    .redactor-styles ul ul,
    .redactor-styles ul ol,
    .redactor-styles ol,
    .redactor-styles ol ul,
    .redactor-styles ol ol {
      margin: 0 0 0 1.5em; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles ul,
  .redactor-styles ol {
    margin-bottom: 1em; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-weight: bold;
    color: #111;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 1.2; }
  .redactor-styles h1 {
    font-size: 2.0736em; }
  .redactor-styles h2 {
    font-size: 1.728em; }
  .redactor-styles h3 {
    font-size: 1.44em; }
  .redactor-styles h4 {
    font-size: 1.2em; }
  .redactor-styles h5 {
    font-size: 1em; }
  .redactor-styles h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: .035em; }
  .redactor-styles blockquote {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: none; }
  .redactor-styles table {
    width: 100%; }
  .redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
    display: inline-block;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: 87.5%;
    line-height: 1;
    color: rgba(51, 51, 51, 0.9); }
  .redactor-styles var, .redactor-styles cite {
    opacity: .6; }
  .redactor-styles var {
    font-style: normal; }
  .redactor-styles dfn,
  .redactor-styles abbr {
    text-transform: uppercase; }
    .redactor-styles dfn[title],
    .redactor-styles abbr[title] {
      text-decoration: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
      cursor: help; }
  .redactor-styles code, .redactor-styles kbd {
    position: relative;
    top: -1px;
    padding: 0.25em;
    padding-bottom: 0.2em;
    border-radius: 2px; }
  .redactor-styles code {
    background-color: #eff1f2; }
  .redactor-styles mark {
    border-radius: 2px;
    padding: 0.125em 0.25em;
    background-color: #fdb833; }
  .redactor-styles kbd {
    border: 1px solid #e5e7e9; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .redactor-styles sub {
    bottom: -0.25em; }
  .redactor-styles sup {
    top: -0.5em; }
  .redactor-styles pre {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: .9em; }
  .redactor-styles pre,
  .redactor-styles pre code {
    background-color: #f6f7f8;
    padding: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.85);
    overflow: none;
    white-space: pre-wrap; }
  .redactor-styles pre {
    padding: 1rem; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto !important; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles figcaption {
    display: block;
    opacity: .6;
    font-size: 12px;
    font-style: italic;
    text-align: left; }

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic; }

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075); }

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075); }

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3); }

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3); }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .5;
    left: -26px;
    top: 50%;
    margin-top: -7px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-box-fullscreen-target {
  position: absolute !important; }

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052; }

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098; }

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099; }


/* nadpisane domyślne style redactora - tylko globalne! nie dodawać tutaj reguł indywidualnych dla wybranej sekcji strony */

.redactor-styles {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.redactor-styles h4 {
  min-height: 1.5em;
  font-size: 1.2em;
}

.redactor-styles ul {
  list-style-type: disc;
}
.redactor-styles ol {
  list-style-type: decimal;
}

.redactor-in figure[data-redactor-type="line"] {
  padding: 0;
}

.redactor-styles hr, .redactor-in figure[data-redactor-type="line"] hr {
  display: block;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #ccc;

}

.redactor-styles .button {
  display: inline-block;
  border: 0 none;
  margin: auto 0.5em;
  padding: 0.5em 1em;
  background-color: #ca1d61;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.redactor-styles .button:hover {
  opacity: 0.75;
  color: #fff;
}

.redactor-styles a.cms-button {
  display: inline-block;
  padding: 8px 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F082B0', endColorstr='#E32471', GradientType=0);
  background-image: linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -o-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -moz-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -ms-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0.07, #F082B0),color-stop(0.85, #E32471));
  border: 0 none;
  font: inherit;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.redactor-styles a.cms-button:hover { background: #e32471; }

.redactor-styles .box {
  margin: 1em 0;
  padding: 1em;
  box-sizing: border-box;
}

.redactor-styles .box.pink { background-color: #E32471; color: #fff; }
.redactor-styles .box.pink * { color: #fff; }
.redactor-styles .box.black { background-color: #000; color: #fff; }
.redactor-styles .box.black * { color: #fff; }
.redactor-styles .box.gray { background-color: #f0f0f0; color: #333; }
.redactor-styles .box.gray * { color: #333; }
.redactor-styles .box.yellow { background-color: yellow; color: #000; }
.redactor-styles .box.yellow * { color: #fff; }
.redactor-styles .box.green { background-color: green; color: #fff; }
.redactor-styles .box.green * { color: #fff; }
.redactor-styles .box.blue { background-color: blue; color: #fff; }
.redactor-styles .box.blue * { color: #fff; }

.redactor-styles .cols {
  display: flex;
  justify-content: space-between;
}
.redactor-styles .cols > div {
  padding: 1em;
  box-sizing: border-box;
}

.redactor-styles .cols.col2 > div { width: 50%;  }
.redactor-styles .cols.col2 > div:last-child { margin-left: 3%; }

.redactor-styles .cols.col3 { clear: both; }
.redactor-styles .cols.col3 > div { width: 31.333333%; }
.redactor-styles .cols.col3 > div:first-child { margin-right: 3%; }
.redactor-styles .cols.col3 > div:last-child { margin-left: 3%; }

.redactor-styles .cols.col4 { clear: both; }
.redactor-styles .cols.col4 > div { width: 22.75%; }
.redactor-styles .cols.col4 > div:nth-child(1), .redactor-editor .cols.col4 > div:nth-child(2), .redactor-editor .cols.col4 > div:nth-child(3) { margin-right: 3% !important; }

.redactor-styles .projects-listing a { text-decoration: none; }
.redactor-styles .projects-listing a:hover { color: #ca1d61; }
.redactor-styles .projects-listing img:hover { opacity: 0.75; }
.redactor-styles .projects-listing > ul { display: block; margin-top: 20px; }
.redactor-styles .projects-listing.cols1 > ul { width: 290px; margin: auto !important; }
.redactor-styles .projects-listing.cols2 > ul { width: 630px; margin: auto !important; }
.redactor-styles .projects-listing > ul > li { float: left; display: block; position: relative; width: 33%; min-height: 228px; margin: 0 0 30px 0 }
.redactor-styles .projects-listing.cols1 > ul > li { width: 290px; }
.redactor-styles .projects-listing.cols2 > ul > li { width: 50%; margin: auto; }
.redactor-styles .projects-listing > ul > li > div { position: relative; width: 290px; margin: auto !important; }
.redactor-styles .projects-listing > ul > li span.label { position: absolute; left: 0; display: block; width: 70px; padding: 0 10px; color: #fff; }
.redactor-styles .projects-listing > ul > li span.recomended { top: 28px; background-color: #0099ff; }
.redactor-styles .projects-listing > ul > li span.new { top: 5px; background-color: #ca1d61; }
.redactor-styles .projects-listing img { display: block; }
.redactor-styles .projects-listing .short-summary { width: 100%; background: #eee !important; padding: 0 !important; margin: 0 !important; }
.redactor-styles .projects-listing .short-summary > li:first-of-type { background: #ca1d61; }
.redactor-styles .projects-listing .short-summary > li:first-of-type:hover { opacity: 0.75; }
.redactor-styles .projects-listing .short-summary > li:first-of-type a { color: #fff !important; }
.redactor-styles .projects-listing .short-summary > li:nth-of-type(2) { background: #252525; }
.redactor-styles .projects-listing .short-summary > li:nth-of-type(3) { background: transparent; color: #333; font-weight: bold; }

.redactor-styles .projects-listing > ul > li .tools { float: right; }
.redactor-styles .projects-listing > ul > li .tools a {
  display: block;
  margin: 5px;
  padding: 0;
  width: 20px;
  height: 18px;
  text-indent: -5555px;
  overflow: hidden;
}
.redactor-styles .projects-listing > ul > li .tools a:hover { opacity: 0.7; }
.redactor-styles .projects-listing > ul > li .tools a.favourites {
  width: 20px;
  height: 18px;
  background: url('/images/project/ico-heart_20x18.png') no-repeat 0 0;
}
.redactor-styles .projects-listing > ul > li .tools a.favourites:hover { background-position: 0 -54px; }
.redactor-styles .projects-listing > ul > li .tools a.favourites.added { background-position: 0 -18px; }

.redactor-styles .projects-listing > ul > li ol { margin: 4px 0 2px !important; overflow: hidden; padding: 0 !important; }
.redactor-styles .projects-listing > ul > li ol li { margin: 0; padding: 3px 5px; float: left; line-height: 1em; font-size: 10px; text-align: center; list-style: none; color: #000; }
.redactor-styles .projects-listing > ul > li ol li:before { content: ''; background: transparent; border-radius: 0; }
.redactor-styles .projects-listing > ul > li ol li.mid { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.redactor-styles .projects-listing > ul > li ol li a { color: #333 !important; }
.redactor-styles .projects-listing > ul > li ol li a:hover { color: #ca1d61 !important; }
.redactor-styles .projects-listing > ul > li ol li span { font-size: 13px; font-weight: bold; }
.redactor-styles .projects-listing.small > ul > li { height: 228px !important; }

.redactor-styles .projects-listing.with-desc > ul, .redactor-styles .projects-listing.with-title > ul { max-width: 1076px; width: 100%; box-sizing: border-box; }
.redactor-styles .projects-listing.with-desc > ul > li, .redactor-styles .projects-listing.with-title > ul > li { width: 100%; height: auto !important; }
.redactor-styles .projects-listing.with-desc > ul > li > div:first-child, .redactor-styles .projects-listing.with-title > ul > li > div:first-child {
  float: left;
  margin-right: 20px !important;
  z-index: 1;
}

.redactor-styles .projects-listing.with-desc > ul > li > div:last-child {
  float: left;
  width: 700px;
  padding: 0.5em 0 1em 0;
}

.redactor-styles .number-and-text { clear: both; width: 75%; margin: auto; }
.redactor-styles .number-and-text > div { float: left; width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; text-align: center; padding-right: 30px; }
.redactor-styles .number-and-text > div:first-of-type h4 {
  margin-top: 10px;
  font-size: 60px;
  font-weight: normal;
}
.redactor-styles .number-and-text > div:last-of-type {
  padding-left: 30px;
  border-left: 3px solid #ca1d61;
}

.redactor-styles .number-and-text > div:last-of-type h4 { font-size: 16px; }


/* Style do mapki interaktywnej */
#map {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 100px;
  width: 600px;
  height: 509px;
  background: #fff url('/images/map/map.png') top left no-repeat;
  font-size: 9pt;
}

#map li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#map li a {
  position: absolute;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  vertical-align: middle;
}

#map li a span {
  display: none;
}

#map li a:hover span {
  position: relative;
  display: block;
  width: 300px;
  left: 20px;
  top: 20px;
  border: 1px solid #000;
  background: #fff;
  padding: 5px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 10;
}

#map li a b {
  margin-left: 0.5em;
}

/*SŁOWENIA*/

#map a.si {
  top: 347px;
  left: 260px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.si:hover span {
  width: 190px;
}

/*HISZPANIA */

#map a.es {
  top: 380px;
  left: 55px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.es:hover span {
  width: 90px;
}

/*---------------------------------------------------------*/


#map a.ru {
  top: 209px;
  left: 469px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.ru:hover span {
  width: 90px;
}

#map a.kz {
  top: 250px;
  left: 570px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.kz:hover span {
  width: 125px;
}

#map a.ua {
  top: 280px;
  left: 390px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.ua:hover span {
  width: 110px;
}

#map a.pl {
  top: 260px;
  left: 307px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.pl:hover span {
  width: 110px;
}

/*FRANCJA*/

#map a.fr {
  top: 295px;
  left: 152px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.fr:hover span {
  width: 110px;
}

/*NIEMCY*/

#map a.ge {
  top: 256px;
  left: 246px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.ge:hover span {
  width: 110px;
}

/*AUSTRIA*/

#map a.au {
  top: 294px;
  left: 263px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.au:hover span {
  width: 110px;
}

/*UK*/

#map a.uk {
  top: 236px;
  left: 128px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.uk:hover span {
  width: 110px;
}

/*WŁOCHY*/

#map a.it {
  top: 399px;
  left: 233px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.it:hover span {
  width: 110px;
}

/*NORWEGIA*/

#map a.nr {
  top: 151px;
  left: 238px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.nr:hover span {
  width: 130px;
}

/*SZWECJA*/

#map a.se {
  top: 160px;
  left: 281px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.se:hover span {
  width: 110px;
}

/*FINLANDIA*/

#map a.fi {
  top: 143px;
  left: 343px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');

}

#map li a.fi:hover span {
  width: 110px;
}

/*RUMUNIA*/

#map a.ro {
  top: 356px;
  left: 369px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.ro:hover span {
  width: 110px;
}

/*---------------------------------------------------------*/

/*BULGARIA*/

#map a.bu {
  top: 385px;
  left: 378px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.bu:hover span {
  width: 140px;
}

/*---------------------------------------------------------*/


/*LITWA*/

#map a.lt {
  top: 220px;
  left: 340px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.lt:hover span {
  width: 130px;
}

/* ŁOTWA */

#map a.lv {
  top: 200px;
  left: 350px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map a.lv:hover {
  background: url('/images/map/black.png');
}

#map li a.lv:hover span {
  width: 110px;
}

/*SLOWACJA*/

#map a.sk {
  top: 312px;
  left: 285px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.sk:hover span {
  width: 130px;
}

/*---------------------------------------------------------*/

/*CZECHY*/

#map a.cz {
  top: 294px;
  left: 263px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.cz:hover span {
  width: 175px;
}

#map a:hover {
  background: url('/images/map/black.png');
}

#map a.become:hover {
  background: url('/images/map/black2.png');
}



#contactCompany {
  font: 100 15px 'Open Sans', Arial, Helvetica, sans-serif;
}

#contactCompany div, #contactCompany p, #contactCompany ul, #contactCompany ol, #contactCompany table, #contactCompany dl, #contactCompany blockquote, #contactCompany pre {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.6em;
}

#contactCompany .pink,
#contactCompany a {
  color: #ca1d61;
}

#contactCompany a {
  text-decoration: none;
}

#contactCompany strong {
  font-weight: bold;
}

#contactCompany h1 {
  font-size: 2.6em !important;
  font-weight: normal !important;
  margin: 0.3em 0 !important;
  text-transform: uppercase !important;
}

#contactCompany #contactCompanyInfo {
  border-top: 1px solid #252525 !important;
  position: relative !important;
}

#contactCompany #contactCompanyInfo2 {
  border-top: 1px solid #252525 !important;
  position: relative !important;
}

#contactCompany .mainInfo {
  float: left;
  width: 55%;
  padding: 0 40px 0 20px !important;
  height: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#contactCompany .mainInfo .hours {
  background: url("/images/contact_clock.png") no-repeat scroll 0 0.5em transparent !important;
  font-size: 1.75em !important;
  line-height: 1.2em !important;
  margin: 70px 0 55px 0 !important;
  min-height: 90px !important;
  padding-left: 125px !important;
}

#contactCompany .mainInfo .www, #contactCompany .mainInfo .email  {
  background: url("/images/www.png") no-repeat scroll 0 0.5em transparent !important;
  font-size: 1.75em !important;
  line-height: 1.6em;
  margin: 60px 0 60px 0 !important;
  min-height: 50px !important;
  padding-left: 125px !important;
  text-shadow: 0 0 0;
}

#contactCompany .mainInfo .www

#contactCompany .mainInfo h4 {
  font-size: 0.8em;
  font-weight: 100;
}

#contactCompany .mainInfo .email {
  background: url("/images/mail.png") no-repeat scroll 0 0.5em transparent !important;
}

#contactCompany .mainInfo .phone, #contactCompany .mainInfo .dollar {
  background: url("/images/phone.png") no-repeat 0 0.5em transparent;
  font-size: 1.75em !important;
  line-height: 1.2em !important;
  margin: 0px 0 30px 0 !important;
  min-height: 50px !important;
  padding-left: 125px !important;
}

#contactCompany .mainInfo .dollar {
  background: url("/images/dollar.png") no-repeat 0 0.5em transparent;
}

#contactCompany .mainInfo .partner, #contactCompany .mainInfo .partner_usa {
  background: url("/images/partner.png") no-repeat 0 0.5em transparent;
  font-size: 1.75em !important;
  line-height: 1.2em !important;
  margin: 0px 0 60px 0 !important;
  min-height: 50px !important;
  padding-left: 125px !important;
}

#contactCompany .mainInfo .partner_usa {
  background: url("/images/partner_usa.png") no-repeat 0 0.5em transparent
}

#contactCompany .mainInfo .moreInfo {
  font-size: 1.1em !important;
  padding: 0 0 0 40px !important;
}

#contactCompany .mainInfo .arrowUp p {
  background: #F3F4F4 !important;
  padding: 20px !important;
  font-size: 1em;
}

#contactCompany .contactInfo {
  float: left;
  width: 45%;
  border-left: 1px solid #DCDBDB !important;
  height: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#contactCompany .contactInfo h3 {
  font-size: 1.75em !important;
  margin: 0 !important;
  padding: 15px 30px 20px !important;
}

#contactCompany .contactInfo address,
#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails {
  background-image: linear-gradient(top, #F6F7F6 0%, #FFFFFF 12%);
  background-image: -o-linear-gradient(top, #F6F7F6 0%, #FFFFFF 12%);
  background-image: -moz-linear-gradient(top, #F6F7F6 0%, #FFFFFF 12%);
  background-image: -webkit-linear-gradient(top, #F6F7F6 0%, #FFFFFF 12%);
  background-image: -ms-linear-gradient(top, #F6F7F6 0%, #FFFFFF 12%);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #F6F7F6),
      color-stop(0.12, #FFFFFF)
  );
}

#contactCompany .contactInfo address {
  font-size: 1.1em !important;
  line-height: 1.4em !important;
  padding: 25px 30px !important;
  color: #333333 !important;
}

#contactCompany .contactInfo .contactCompanyDetails {
  padding: 15px 30px !important;
  background: #F4F5F4 !important;
  color: #666 !important;
}

#contactCompany .contactInfo .contactCompanyBank,
#contactCompany .contactInfo .contactAdditionalInfo {
  color: #858585 !important;
}

#contactCompany .contactInfo .contactCompanyBank {
  padding: 15px 30px !important;
  font-size: 1.4em !important;
  line-height: 1.4em !important;
}

#contactCompany .contactInfo .contactCompanyBank strong {
  color: #252525 !important;
  font-weight: normal !important;
}

#contactCompany .contactInfo p.contactAdditionalInfo {
  padding: 8px 30px !important;
  margin: 0 !important;
  line-height: 1.1em !important;
}

#contactCompany .departamentsInfo {
  color: #252525 !important;
  border-top: 1px solid #252525 !important;
  margin-top: 0 !important;
  font-size: 0.9em;
}

#contactCompany .departamentsInfo.highlighted {
  border-color: #DCDBDB !important;
  margin: 0 !important;
}

#contactCompany .departamentsInfo .departament {
  width: 33.333%;
  height: 200px;
}

#contactCompany .departamentsInfo.highlighted .departament {
  height: auto !important;
}

#contactCompany .departamentsInfo .departament,
#contactCompany .departamentsInfo.highlighted .highlightedDepartament {
  float: left;
  padding: 45px 0 0 10px !important;
  font-size: 1.2em !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#contactCompany .departamentsInfo h4 {
  font-size: 1.3em !important;
  font-weight: normal !important;
  line-height: 1em !important;
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament {
  width: 66.667%;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo {
  width: 60%;
  float: left;
  font-size: 0.85em;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo div,
#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo div {
  padding: 20px 0;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo div.separated {
  margin-top: 1px !important;
  color: #797979 !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo div.separated h5 {
  color: #797979 !important;
  margin-bottom: 0.5em;
  font-weight: 100;
  font-size: 1.2em;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo ul {
  padding: 0 !important;
  margin: 0 !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .serviceInfo ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails {
  width: 40%;
  float: left;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails div {
  padding: 20px !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails h5 {
  margin: 0 !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails p {
}


/* Zakładka jak zamówic */

#contactCompany .departamentsInfo2 {
  color: #252525 !important;
  border-top: 1px solid #252525 !important;
  margin-top: 45px !important;
}

#contactCompany .departamentsInfo2.highlighted {
  border-color: #DCDBDB !important;
  margin: 0 !important;
}

#contactCompany .departamentsInfo2 .departament2 {
  width: 300px !important;
  height: 330px !important;
}

#contactCompany .departamentsInfo2.highlighted .departament2 {
  height: auto !important;
}

#contactCompany .departamentsInfo2 .departament2,
#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 {
  float: left !important;
  padding: 30px 30px 0px 0px !important;
  height: 330px !important;
  font-size: 1.2em !important;
}

#contactCompany .departamentsInfo2 h4 {
  font-size: 1.3em !important;
  font-weight: normal !important;
  line-height: 1em !important;
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

#contactCompany .departamentsInfo2 .departament2 .backg {
  background: #F3F4F4 !important;
  padding: 20px !important;
}

#contactCompany .departamentsInfo2.highlighted .departament2 .back {
  background: #F3F4F4 !important;
  padding: 20px !important;
}


#contactCompany .departamentsInfo2 .departament2 p {
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 {
  float: right !important;
  width: 640px !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo {
  width: 290px !important;
  float: left !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo div,
#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .contactDetails div {
  padding: 20px !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo div {
  background: #F3F4F4 !important;
  padding: 20px !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo div.separated {
  margin-top: 1px !important;
  color: #797979 !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo div.separated h5 {
  color: #797979 !important;
  margin: 0 !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo ul {
  padding: 0 !important;
  margin: 0 !important;
}

#contactCompany .departamentsInfo2.highlighted .highlightedDepartament2 .serviceInfo ul li {
  font-size: 0.8em !important;
  line-height: 1.4em !important;
  list-style: none outside none !important;
  margin: 0 !important;
  padding: 0 !important;
}


#contactCompany .departamentsInfo2 {
  color: #252525 !important;
  border-top: 1px solid #252525 !important;
  margin-top: 45px !important;
}

#contactCompany .departamentsInfo2.highlighted {
  border-color: #DCDBDB !important;
  margin: 0 !important;
}

#contactCompany .departamentsInfo2.highlighted .departament3 {
  height: auto !important;
}

#contactCompany .departamentsInfo2 .departament3,
#contactCompany .departamentsInfo2.highlighted .highlightedDepartament3 {
  float: left !important;
  padding: 30px 0px 30px 0px !important;
  height: 330px !important;
  font-size: 1.2em !important;
}

#contactCompany .departamentsInfo2 h4 {
  font-size: 1.3em !important;
  font-weight: normal !important;
  line-height: 1em !important;
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

#contactCompany .departamentsInfo2 .departament3 {
  width: 300px !important;
  height: auto !important;
}

#contactCompany .departamentsInfo2 .departament3 .backg {
  background: #F3F4F4 !important;
  padding: 20px !important;
}

#contactCompany .departamentsInfo2.highlighted .departament3 .back {
  background: #F3F4F4 !important;
  padding: 20px !important;
}


#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails {
  width: 240px !important;
  float: left !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails h5 {
  margin: 0 !important;
}

#contactCompany .departamentsInfo.highlighted .highlightedDepartament .contactDetails p {
}

#contactFormMap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #252525;
}

#contactFormMap h3 {
  text-transform: uppercase;
}

#contactFormMap .contactForm {
  width: 50%;
  max-width: 500px;
  margin: auto;
  background: #F4F5F4;
}

#contactFormMap .contactForm form {
  margin: 10px auto;
  padding: 20px 15px 20px 20px;
  background: white;
  box-sizing: border-box;
}

#contactFormMap .contactForm form div {
  margin: 0 0 2px 0;
  padding: 0;
}

#contactFormMap .contactForm input, #contactFormMap .contactForm select, #contactFormMap .contactForm textarea {
  padding: 5px;
}

#contactFormMap .contactForm form div textarea {
  height: 110px;
}

#contactFormMap .contactForm form div.twoColumns label {
  float: left;
  width: 170px;
}

#contactFormMap .contactForm form div.twoColumns input {
  float: left;
  width: 275px;
}

#contactFormMap .contactForm form div.twoColumns label input {
  margin-right: 6px;
  margin-top: 3px;
  vertical-align: top;
  width: auto;
}

#contactFormMap .contactForm form div.twoColumns label.emailCopy {
  color: #666;
  display: inline-block;
  font-size: 14px;
  margin: 18px 0 18px 170px;
  vertical-align: top;
  width: auto;
}

#contactFormMap .contactForm form div.twoColumns label.contactConfirmation {
  color: #666;
  font-size: 0.8em;
  margin-left: 140px;
  width: 275px;
}

#contactFormMap .contactForm form label,
#contactFormMap .contactForm form input,
#contactFormMap .contactForm form textarea,
#contactFormMap .contactForm form select {
  font-size: 14px;
  width: 445px;
  box-sizing: border-box;
}

#contactFormMap .contactForm h3 {
  padding: 0 0 20px 0;
  margin: 0;
}

#contactFormMap .contactForm form span {
  float: right;
  color: #ca1d61;
}

#contactFormMap .contactForm .requirementInfo {
  text-align: center;
  margin-right: 10px;
}

#contactFormMap .contactForm .requirementLegend {
  float: left;
  margin-top: 35px;
  font-size: 0.8em;
}

#contactFormMap .contactForm .g-recaptcha {
  float: right;
  clear: both;
}

#contactFormMap .contactForm #contactSend {
  float: right;
  margin: 30px 0 0 0;
  padding: 5px 0;
  width: 150px;
  border: none;
  background-color: #ca1d61;
  font: normal 1.2em 'Open Sans';
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(top, #E8558D 0%, #CB1E63 100%);
  background-image: -o-linear-gradient(top, #E8558D 0%, #CB1E63 100%);
  background-image: -moz-linear-gradient(top, #E8558D 0%, #CB1E63 100%);
  background-image: -webkit-linear-gradient(top, #E8558D 0%, #CB1E63 100%);
  background-image: -ms-linear-gradient(top, #E8558D 0%, #CB1E63 100%);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #E8558D),
      color-stop(1, #CB1E63)
  );
}

#contactFormMap .contactForm #contactSend:hover {
  opacity: 0.75;
}

#contactFormMap .contactMap {
  width: 50%;
  max-width: 500px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

#contactFormMap .additional-info {
  width: 50%;
  max-width: 500px;
  padding: 50px;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 40px;
}

#contactFormMap .contactMap h3 {
  margin: 10px 0 20px 0;
  padding: 0;
}

#contactFormMap .contactMap p {
  padding: 20px 30px;
  color: #797979;
  font-size: 0.8em;
}

.contactForm .ado-info {
  margin-top: 1em;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  #contactFormMap .contactForm, #contactFormMap .contactMap { width: 100%; }
}

@media screen and (max-width: 865px) {
  #contactCompany .contactInfo { float: none; width: auto; }
  #contactCompany .mainInfo { float: none; width: auto; padding: 0 20px 0 10px; }
  #contactCompany .mainInfo .www, .article .redactor-editor #contactCompany .mainInfo .email, .article .redactor-editor #contactCompany .mainInfo .phone, .article .redactor-editor #contactCompany .mainInfo .partner { padding-left: 100px; }
}

@media screen and (max-width: 500px) {
  #contactFormMap .contactForm form div.twoColumns label { clear: both; }
  #contactFormMap .contactForm form div.twoColumns label, #contactFormMap .contactForm form div.twoColumns input { float: none; display: inline-block; width: calc(100% - 20px); box-sizing: border-box; }
  #contactFormMap .contactForm form div.twoColumns label.emailCopy { margin-left: 0; }
  #contactFormMap .contactForm form label, #contactFormMap .contactForm form input, #contactFormMap .contactForm form textarea, #contactFormMap .contactForm form select { width: calc(100% - 20px); box-sizing: border-box; }
}


@keyframes start {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes start {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

#free-wall article[data-state="init"] {
  display: none;
}

#free-wall article[data-state="start"]  {
  display: block;
  animation: start 0.5s;
  -webkit-animation: start 0.5s;
}

#free-wall article[data-state="move"]  {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
  -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}

#content { padding: 0 40px; background-color: #f5f6f5; }
#content-body { padding: 0; width: 100%; max-width: 1600px; margin: 0 auto; }
#content-body > section { padding-bottom: 200px; overflow: hidden; }

.horizontal-subcategory-menu { float: left; color: #666; width: 100%; position: relative; top: 0; left: 0; background-color: #f5f6f5; z-index: 2; margin-top: 37px; }
.horizontal-category-menu ~ .horizontal-subcategory-menu, h1 ~ .horizontal-subcategory-menu { margin-top: 0; }
.horizontal-subcategory-menu a { text-decoration: none; color: #666; }
.horizontal-subcategory-menu li { float: left; } 
.horizontal-subcategory-menu li ul { overflow: hidden; padding: 0; margin: 0 5px 0 0; width: 1530px; height: auto; max-height: 43px; float: left; position: relative; z-index: 1; list-style: none; box-sizing: border-box; -moz-box-sizing: border-box; }

.horizontal-subcategory-menu li ul li:last-of-type a { border: 0; }
.horizontal-subcategory-menu li .vm-button { width: 36px; height: 18px; border-left: 1px solid #000; cursor: pointer; float: left; margin-top: 12px; font-size: 18px; text-align: center; padding-top: 1px; box-sizing: border-box; -moz-box-sizing: border-box; }
.horizontal-subcategory-menu li.abc .vm-button { display: none; }
.horizontal-subcategory-menu > li { display: none; }
.horizontal-subcategory-menu > li.sel { display: block; }
.horizontal-subcategory-menu li ul li a { display: block; padding: 12px 0; font-size: 14px; text-decoration: none; color: #333; }
.horizontal-subcategory-menu li ul li a:hover { color: #ce0171; }
.horizontal-subcategory-menu li ul li.sel a { color: #ca1d61; }
.horizontal-subcategory-menu li ul li a div { float: left; margin: 0 10px; height: 18px; border-left: 1px solid #000; }
.horizontal-subcategory-menu > li:nth-of-type(4) > ul { width: 1540px; }

section > aside { float: right; width: 258px; color: #666; }
section > aside h3 { text-transform: uppercase; font-size: 24px; line-height: 1.2; padding: 20px 0 20px 30px; display: block; margin: 0; background: transparent url('/images/search-right-arrow.png') 12px 50% no-repeat; }
section > aside h3 a { color: #000; }
section > aside a { text-decoration: none; color: #666; }
section > aside ul li ul { background-color: #f5f5f5; padding: 0px 10px; margin: 0; }
section > aside ul li ul li a { display: block; padding: 15px 0; background: transparent url('/images/addons/dot-black-4x4.png') 5px 50% no-repeat; padding-left: 20px; border-top: 1px solid #e4e4e4; font-size: 15px; margin: 0; text-decoration: none; color: #333; text-transform: uppercase; }
section > aside ul li ul li a:hover { color: #ce0171; }
section > aside ul li ul li:first-child a { border-top: 0 none; }
section > aside ul li ul li.sel a { color: #ca1d61; }

section > header { width: 100%; }
section > header h1 { margin: 0; padding: 7px 0; text-transform: uppercase; font-size: 50px; font-weight: 100; }

section.category > .content { position: relative; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; margin: 0 auto; }
section.category > .content .articles { width: 100%; height: 100%; }
section.category article a img:hover { opacity: 0.75; }

time { padding-right: 10px; }
span.glyph { display: inline-block; margin-right: 5px; padding-left: 7px; border-left: 1px solid #e5e5e5; color: #000; }
span.glyph .fa-user, span.glyph .fa-comments { color: #bbb; font-size: 15px; margin-right: 5px; }
span.comments a { color: #333; }
span.comments a:hover { text-decoration: none; color: #ca1d61; }
span.views { padding-left: 10px; background: transparent; }

.articles { text-align: center; }
.articles[data-wall-width] > article { margin: 0; }
.articles:not([data-wall-width]) article.narrow { width: 375px; height: 375px; }
.articles:not([data-wall-width]) article.wide { width: 765px; height: 765px; }

article { padding: 2em; color: #333; box-sizing: border-box; -moz-box-sizing: border-box; text-align: left; vertical-align: top; background-color: #fff; }
.page > article { margin: 15px 15px 0 0; border: 0px solid #e5e5e5; overflow: hidden; }
#article-comments article { background: transparent; }

.cms-simple-page article {
  max-width: 1000px;
  padding: 0;
  background: transparent;
  border: 0 none;
  margin: auto;
}

article figure { position: relative; margin: 0; padding: 0; text-align: center; overflow: hidden; }
article.narrow figure { margin: 0 auto; }
article figure > div { margin: 0 auto; }
article figure img.category-file { position: absolute; top: 50%; left: 50%; margin: -40px 0 0 -40px; width: 80px; height: 80px; }
article p.excerpt { margin-bottom: 10px; line-height: 22px; font-size: 16px; }
article.columns { height: 375px; }
article.columns p.excerpt { width: 48%; float: right; box-sizing: border-box; -moz-box-sizing: border-box; margin-right: 10px; }

article.wide.columns figure { width: 200px; min-height: 200px; }
article.wide.columns img { max-height: 200px; }
article.wide.columns img.category-file { top: 50%; left: 50%; margin-left: -40px; margin-top: -40px; z-index: 1; }
article.wide.columns figure.narrow { max-width: 200px; }
article.wide.columns p.excerpt.wide { width: calc(100% - 220px); }

article header aside { overflow: hidden; }
article header aside > span:first-of-type { display: inline-block; margin-right: 5px; padding: 0 5px; background: #ca1d61; text-transform: lowercase; font-size: 11px; }
article.wide header aside > span:first-of-type { background: transparent; }
article header aside span a { text-decoration: none; color: #fffff0; }
article header aside > span:first-of-type:hover, article header aside > span:first-of-type:hover a { background: transparent; color: #ca1d61; }
article header aside span a:hover { background: none; color: #ca1d61; }
article.wide header aside span a { text-decoration: none; color: #ca1d61; }
article.wide header aside span a:hover { text-decoration: underline; }
article header aside span:hover { opacity: 0.75; }
article header aside span.glyph:hover { opacity: 1; }

article header aside time { font-size: 11px; color: #666; }
article header aside div form { display: inline; }
article header h2 { margin: 10px 0; font-size: 27px; line-height: 32px; }
article header h2 a { text-decoration: none; color: #333; }
article header h2 a:hover { text-decoration: underline; color: #ca1d61; }
article footer { margin-top: 5px; }
article footer span:first-of-type { border-left: none; }

.category article h2 { height: 68px; overflow: hidden; }

article.narrow header h2 { height: 60px; overflow: hidden; line-height: 1; }
article.narrow footer { margin-top: 0; }
article.narrow p.excerpt { height: 25px; overflow: hidden; }
article.narrow figure { width: 95%; height: 203px; vertical-align: middle; }
article.narrow figure img { max-width: 325px; max-height: 200px; }

article.article { margin-top: 5px; }
article.article header h1 { margin-top: 0; line-height: 1em; font-weight: 100; font-size: 3.35em; }
article.article header aside { margin-bottom: 15px; }

#article-content { margin: 10px 0 !important; padding: 0 !important; overflow: visible; font-size: 16px; }

section > article .buttons { width: 100%; text-align: center; left: 0; top: 0; background: #fff; padding: 10px 0; }
section > article .buttons.fx { position: fixed; z-index: 1023; }
section > article .buttons .agree { border: 0; display: inline-block; padding: 8px 25px; background: #ca1d61; text-transform: uppercase; text-decoration: none; font-size: 30px; color: #fff; }
section > article .buttons .agree:hover { opacity: 0.7; }
section > article .buttons button:first-child { margin-right: 40px; }

.horizontal-category-menu { width: 98%; max-width: 800px; float: left; }
.horizontal-category-menu.slide-tabs { margin-bottom: 15px; }
.horizontal-category-menu.slide-tabs li { width: 25%; }
.horizontal-category-menu.slide-tabs a { text-align: center; }

.cms-simple-page article .edit {
  clear: both;
  margin-top: 20px;
}

.admin-edit {
  display: inline-block;
  margin: 0 5px;
  padding: 1px 15px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0);
  background-image: linear-gradient(top, #eee 30%, #ccc 90%);
  background-image: -o-linear-gradient(top, #eee 30%, #ccc 90%);
  background-image: -moz-linear-gradient(top, #eee 30%, #ccc 90%);
  background-image: -webkit-linear-gradient(top, #eee 30%, #ccc 90%);
  background-image: -ms-linear-gradient(top, #eee 30%, #ccc 90%);
  background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0.3, #eee),color-stop(0.90, #ccc));
  color: #333;
  text-decoration: none;
}


.my-construction { position: relative; float: left; width: 33.333%; box-sizing: border-box; -moz-box-sizing: border-box; }
.my-construction > div { position: relative; width: 357px; margin: auto; }
.my-construction:last-of-type { margin-right: 0; }
.my-construction .my-user { position: absolute; top: 0; left: 0; }
.my-construction .my-user img { display: block; width: 57px; border: 1px solid #797979; }
.my-construction .my-user h4 { margin: 0; padding: 0; width: 59px; background-color: #ca1d61; line-height: 26px; font-weight: bold; color: #fff; text-align: center; overflow: hidden; }

.my-construction .my-title { margin-left: 65px; }
.my-construction .my-title h3 { width: 165px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.my-construction .my-title h3 a { margin: 0; padding: 0; text-decoration: none; font-weight: bold; color: #333; }
.my-construction .my-title h3 a:hover { text-decoration: underline; }
.my-construction .my-title .popularity { float: right; height: 16px; background: transparent url('/images/my_construction/star-gray.png') 100% 50% repeat-x; background-size: 10px 8px; }

.my-construction > a img { width: 357px; height: 201px; }

.my-construction .my-footer .progress-background { width: 100%; height: 7px; background-color: #dbdcdb; }
.my-construction .my-footer .progress-background .progress {
  height: 7px;
  background: #3fd626;
  background: -moz-linear-gradient(top,  #3fd626 0%, #1aa204 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fd626), color-stop(100%,#1aa204));
  background: -webkit-linear-gradient(top,  #3fd626 0%,#1aa204 100%);
  background: -o-linear-gradient(top,  #3fd626 0%,#1aa204 100%);
  background: -ms-linear-gradient(top,  #3fd626 0%,#1aa204 100%);
  background: linear-gradient(to bottom,  #3fd626 0%,#1aa204 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fd626', endColorstr='#1aa204',GradientType=0 );
}
.my-construction .my-footer p { display: inline-block; padding-top: 2px; font-size: 10px; color: #999; }
.my-construction .my-footer p span { padding: 0 5px 0 2px; color: #000; }

section { width: 100%; }
section > article.wide.big-photo { height: auto; width: 1100px; margin: 60px auto auto auto; }
article.wide.big-photo header h2 { min-height: 38px; }
article.wide.big-photo p.excerpt { min-height: 60px; }
article.wide.big-photo footer { margin-top: 15px; }
div.body div.content { width: auto; clear: both; }
article[class='comment sublevel'] div.body div.content{ width: auto; text-align: left; }
article[class='article wide big-photo'] { border-width: 0; float: none; }
article.article .redactor-styles table td { border-width: 0; }

.breadcrumbs ul { padding-right: 0; }

@media screen and (max-width: 1700px) {
  #content-body { max-width: 1640px; }
}

@media screen and (max-width: 1630px) {
  #content-body { max-width: 1175px; }
  .horizontal-subcategory-menu li ul li:last-of-type a { border: 0; }
  .horizontal-subcategory-menu li.sel ul { width: 1105px; }
}

@media screen and (max-width: 1400px) {
  article p.excerpt { font-size: 14px; }
}

@media screen and (max-width: 1255px) {
  #content { padding: 0 10px; }
  #content-body { max-width: 815px; }
  .my-construction { width: 50%; }
  .my-construction:last-of-type { display: none; }
  .horizontal-subcategory-menu li.sel ul { width: 715px; }
  .horizontal-subcategory-menu li.abc .vm-button { display: block; }
  .horizontal-category-menu { max-width: 100%; }
  article.wide { height: auto; min-height: 375px; }
  section > article.wide.big-photo { width: 100%; }
  div.body div.content { width: 640px; }
  #contactCompany.how-to-order-us .mainInfo { width: 100%; }
}

@media screen and (max-width: 865px) {
  section > header { margin-top: 50px; }
  section.category { width: 389px; margin: auto; }
	section.category > .content .articles { width: 100%; }
  .horizontal-category-menu.slide-tabs { font-size: 1.5em; }
  .horizontal-category-menu.slide-tabs li  { width: auto !important; }
  .horizontal-category-menu.slide-tabs a { width: 116px; padding: 5px; height: 56px; display: table-cell; vertical-align: middle; }
  .horizontal-subcategory-menu { width: 389px; float: none; margin: auto; }
  .horizontal-subcategory-menu li.sel { width: 100%; }
  .horizontal-subcategory-menu li.sel ul  { width: 0; margin: 0; padding-top: 60px; }
  .horizontal-subcategory-menu li .vm-button { width: 100%; border: 1px solid #e5e5e5; padding: 13px 0; height: 46px; }
  .horizontal-subcategory-menu li ul li a { font-size: 16px; border-bottom-color: #bbb !important; }
  .articles article { width: 375px !important; height: auto !important; position: static !important; margin: 0 auto 15px auto !important; clear: both; float: none; }
  .category article h2, article.narrow header h2 { height: auto; }
	article.wide figure img { width: 95%; height: auto; }
	article[class='wide columns'] p.excerpt { float: none; padding-left: 0; text-align: justify; width: 100%; height: auto; }
	article.wide.columns figure { clear: both; margin: auto; min-height: 100px; height: 145px; background: #fff; }
	article[class='wide columns'] figure img { height: 140px; width: auto; max-width: 350px; }
	article[class='wide big-photo'] figure img[src*=".png"] { width: 50%; height: auto; }
	article.wide.columns p.excerpt.wide { float: none; width: 100%; padding-left: 0; text-align: justify; }
	.my-construction { float: none; width: 100%; margin-top: 30px; }
  .my-construction:last-of-type { display: block; }
	.horizontal-category-menu.slide-tabs li { width: 217px; }
	div.body div.content { width: auto; }
  .redactor-styles .projects-listing > ul { width: 290px !important; margin: auto !important; }
  .redactor-styles .projects-listing > ul > li { width: 290px !important; }
  #contactCompany.how-to-order-us .mainInfo { font-size: 0.8em; line-height: 1.3em; }
  #contactCompany.how-to-order-us .mainInfo > div { background-size: 60px !important; padding-left: 80px !important; }
  #contactCompany.how-to-order-us .mainInfo .dollar { position: relative; height: 900px; padding: 250px 0 0 0 !important; }
  #contactCompany.how-to-order-us .mainInfo .dollar > form { margin-top: 100px; position: absolute; top: -20px; left: 0; }
  #contactCompany.how-to-order-us .mainInfo { padding-right: 0px !important; padding-left: 0px !important; }
}

@media screen and (max-width: 485px) {
  a.widget-tab.widget-tab-left { display: none; }
  #contactCompany.how-to-order-us .mainInfo { font-size: 0.6em; line-height: 0.96em; }
  #contactCompany.how-to-order-us .mainInfo .dollar { height: 700px; }
  #contactCompany.how-to-order-us .mainInfo > div { background-size: 40px !important; padding-left: 50px !important; }
}

@media screen and (max-width: 450px) {
  #content { padding: 0; overflow: hidden; }
  #content-body { width: 100%; }
  .horizontal-category-menu, .horizontal-subcategory-menu { width: 100%; float: none; margin: auto; }
  .horizontal-category-menu.slide-tabs a { width: auto; font-size: 17px; }
  article.wide, section > article.wide.big-photo { width: auto; }
  .horizontal-subcategory-menu li.sel { width: 100%; }
  .horizontal-subcategory-menu li ul li { max-width: 270px; }
  section > header h1 { text-align: center; }
  article header aside span a, article header aside time, span.author, span.glyph { font-size: 14px; }
  #article-content { font-size: 16px !important; }
  article.article header h1 { font-size: 28px; }
}

@media screen and (max-width: 390px) {
  section.category { width: 100%; }
  .articles article, article.wide, section > article.wide.big-photo { width: 97% !important; }
}


.comments-header {
  margin: 10px auto 0 auto;
  color: #666;
  font-weight: 100;
  width: 100%;
  max-width: 730px;
}

.comments-body {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 730px;
  padding-bottom: 30px;
}

.comments-body .context {
  clear: both;
}

.comment {
  margin: 20px auto 0 auto;
  padding: 10px;
  border-top: 1px solid #dcdbdb;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
}

.comments.best .comment {
  border-top: 0;
}

#load-more-comments {
  width: 180px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  background: #ca1d61;
  padding: 8px 0;
  cursor: pointer;
}

.comment.my {
  color: #000;
}

.comment.best .date a {
  color: #ca1d61;
}

.comment header {
  position: relative;
  height: 35px;
}

.comment header img {
  float: left;
  width: 35px;
  height: 35px;
  padding-right: 10px;
  position: relative;
  left: 0;
  top: 0;
}

.comment[data-level='0'] header img {
  width: 50px;
  height: 50px;
}

.comment .comment-form-avatar {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.comment.edit .body > div[data-moderator='0'] {
  display: none;
}

.comment.edit .body > div[data-moderator='1'] {
  display: block;
}

.comment.edit .body .flags, .comment.edit .body > div, .comment.edit .body > p, .comment.edit .body label, .comment.edit .body select, .comment.edit .row.submit {
  display: none;
}

#comment_form_rollup {
  cursor: pointer;
  text-align: center;
  display: none;
  font: 20px/20px Courier;
  padding: 0;
  color: gray;
  clear: both;
  width: 40px;
  margin: auto;
}

#comment_email, #comment_name {
  border: 1px solid #ddd;
  height: 19px;
  padding-left: 3px;
}

.comment header .info {
  float: left;
  position: relative;
}

.comment header menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  margin: 0;
  padding: 10px 0 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 9px #999;
  -webkit-box-shadow: 4px 4px 9px #999;
  font: 13px 'Open Sans', sans-serif;
  text-align: left;
  z-index: 100;
}

.comment header .options .minimize, .comment header .options .maximize {
  display: inline-block;
  width: 20px;
  height: 16px;
  padding-right: 8px;
  margin-left: 5px;
  background: url('/images/my_construction/minus.png') no-repeat 0 0;
  border-right: 1px solid #ccc;
}

.comment .info .name {
  position: relative;
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
  margin-right: 5px;
}

.comment[data-level='0'] .info .name {
  font-size: 20px;
}

.comment .info .name.z500 {
  font-weight: bold;
  color: #E32471;
}

.comment .info .province, .comment .info .my_construction {
  color: #ca1d61;
  text-transform: uppercase;
  font-size: 11px;
}

.comment .info a.my_construction {
  text-decoration: none;
}

.comment .info .province {
  color: #D8D8D8;
}

.comment .info .new {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  background: #E32471;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  line-height: 1em;
}

.comment footer .date {
  text-transform: none;
  color: #999;
  font-size: 11px;
  margin: 0 0 0 55px;
}

.comment.sublevel footer .date {
  margin: 0 0 0 40px;
}

.comment footer .date a {
  color: #999;
  text-decoration: none;
}

.comment header .options {
  position: relative;
  display: inline-block;
  margin: -2px 0 2px 0;
  padding: 0;
  vertical-align: middle;
  line-height: 8px;
}

.comment header > .options {
  position: absolute;
  top: 0;
  right: -8px;
  width: 60px;
}

.comment header .options .minimize, .comment header .options .maximize, .comment header .options .context {
  display: inline-block;
  width: 20px;
  height: 16px;
}

.comment.minimized header .options {
  padding: 0 !important;
}

.comment.minimized {
  padding-bottom: 0;
  border: 1px solid #f4f4f4;
  background: #fff !important;
}

.comment.minimized .body, .comment.minimized footer {
  display: none;
}

.comment .options .context {
  background: url('/images/my_construction/gray-arrow.png') no-repeat center;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
}

.comment header > .options .context {
  right: 0;
}

.comment .body {
  position: relative;
  padding: 0 10px 0 50px;
}

.comment.sublevel .body {
  padding: 0 10px 0 35px;
}

.comment .body .options {
  float: left;
}

.comment .content {
  float: left;
  padding: 2px 10px 5px 5px;
  font-size: 15px;
  line-height: 22px;
  word-wrap: break-word;
  text-align: left;
  width: 100%;
  max-width: 650px;
}

.comment .files {
  padding: 0 10px 0 5px;
}

.comment.sublevel .content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: left;
  width: 100%;
  max-width: 600px;
}

.comment.sublevel .content a {
  color: #E32471;
}

.comment .content .parent {
  padding-right: 10px;
  font-style: italic;
}

.comment.z500 .content .parent {
  color: #E32471;
}

.comment footer {
  text-align: left;
  margin: 0 0 -20px 0;
}

.comment.my footer {
  margin: 0 0 -7px 0;
}

.comment footer a.btn-answer {
  color: #666;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  float: right;
}

.comment footer span.btn-answer, .comment .content .parent span.btn-answer {
  background: url('/images/my_construction/answer-arrow.png') no-repeat 0 0;
  display: inline-block;
  width: 19px;
  height: 15px;
  float: right;
  margin-top: 7px;
}

.comment .content .parent span.btn-answer {
  float: none;
  margin: 10px -5px -2px 3px;
  line-height: 10px;
}

/* edycja komentarza */
.comment.edit {
  padding: 0;
  background: transparent;
  border: 0;
}

.comment.edit .body {
  padding: 0 0 0 36px;
}

.comment .body textarea {
  width: 100%;
  height: 35px;
  min-height: 35px;
  cursor: pointer;
  border: 2px solid #999;
  padding: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.comment.edit .body textarea.invalid {
  border: 1px solid #f00;
}

.flags {
  position: absolute;
  left: 0;
  top: -4px;
  width: 50px;
  text-align: center;
}

.comment.edit .flags {
  top: 35px;
  width: 35px;
}

.comment.sublevel .flags {
  top: 3px;
  width: 35px;
}

.flags .fa-flag, .flags .fa-lock {
  display: block;
  font-size: 15px;
  display: block;
  margin: 8px auto 0 auto;
  width: auto;
  text-decoration: none;
}

.flags .fa-flag, .comment.edit .flags .fa-flag.enabled {
  color: #ca1d61;
}

.flags .fa-lock, .comment.edit .flags .fa-lock.enabled {
  color: red;
}

.comment.edit .flags .fa-flag, .comment.edit .flags .fa-lock {
  color: #bbb;
  margin: 12px auto 0 auto;
}

.comment .signature {
  padding-top: 5px;
  clear: left;
}

.signin {
  max-width:170px;
}


.comment .btn-signin-fb {
  background: #4f67a4;
  text-transform: none !important;
  font-size: 25px;
  padding-top: 3px;
}

.comment .btn-signin-google {
  background: #e53343;
  text-transform: none !important;
  font: 27px Georgia;
  padding-top: 0;
}

.comment .btn-signin > span {
  color: #000;
  font-weight: bold;
}

.comment .signin > a:hover, .comment footer a.btn-answer:hover, .comment .info a.my_construction:hover, #load-more-comments:hover {
  opacity: 0.7;
}

.comment .signin, .comment .security > span {
  padding: 10px 0;
  font: 13px 'Open Sans', Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}

.comment .signin, .comment .spacer, .comment .security {
  float: left;
  padding-top: 10px;
}

.comment .signin {
  clear: left;
}

.comment .spacer {
  padding: 18px 30px 0 20px;
  text-align: center;
  color: #CBCBCB;
}

.comment.edit .security {
  position: absolute;
  left: 255px;
}

.comment.edit .row {
  position: relative;
  padding: 3px 0 2px 0;
  clear: left;
}

.comment.edit .row label {
  display: none;
  width: 60px;
}

.comment.edit .row.from_z500 label {
  width: 95px;
  float: left;
  line-height: 2;
}

.comment.edit label.add-files {
  width: 105px;
  float: right;
  clear: both;
  position: relative;
  font-size: 12px;
  font-family: inherit;
  color: #333;
  cursor: pointer;
  overflow: hidden;
}

.comment.edit label.add-files:hover {
  color: #ca1d61;
}

.comment.edit label.add-files input {
  opacity: 0;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}

.comment.edit .row.submit {
  text-align: right;
  font-size: 14px;
  margin-bottom: -4px;
  clear: both;
  padding: 0 0 3px 0;
}

.comment.edit .row .error-msg {
  display: inline-block;
  padding-left: 10px;
  color: #f00;
  font-size: 12px;
}

.comment.edit .btn-cancel {
  background: transparent;
  border: 0 none;
  font: inherit;
  cursor: pointer;
}

.comment.edit .btn-save {
  padding: 5px 20px;
  background: #ca1d61;
  border: 0 none;
  font: inherit;
  color: #fff;
  cursor: pointer;
  height: 38px;
}

.comment.edit .btn-save:hover {
  opacity: 0.7;
}

.comment.edit .files {
  margin: 5px 0;
  padding-left: 2px;
  overflow: auto;
}

.comment.edit .files .file {
  position: relative;
  float: left;
  padding: 5px;
}

.comment.edit .files .file img, .comment .files .file-other, .comment.edit .files .file canvas {
  width: 90px;
  height: 64px;
  z-index: 1;
  cursor: default;
}

.comment .files .file-other {
  background: url('/images/icons/file_other.png') no-repeat center;
}

.comment .files a.file-other {
  display: block;
  cursor: pointer;
}

.comment.edit .files .progress-bar {
  position: relative;
  margin: 4px 0 0 0;
  width: 90px;
  height: 6px;
  background: #ddd;
}

.comment.edit .files .progress-bar .progress {
  width: 0%;
  height: 6px;
  background-image: linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -o-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -moz-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -webkit-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -ms-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.50, #6abb01), color-stop(0.50, #84d020));
}

.comment.edit .files .remove {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 3px 0 0 0;
  background: #fff;
  border: 1px solid #ca1d61;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  color: #ca1d61;
}

.comment.edit .files .remove:hover {
  background: #ca1d61;
  border: 1px solid #fff;
  color: #fff;
}

.comment .files img, .comment .files canvas {
  cursor: pointer;
}

/* podpoziom komentarza */
.comment.sublevel {
  margin-left: 50px;
  border: 0;
}

/* menu kontekstowe */
.comment menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 240px;
  padding: 10px 0 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 9px #999;
  -webkit-box-shadow: 4px 4px 9px #999;
  font: 13px 'Open Sans', sans-serif;
  z-index: 100;
}

.comment menu ul li {
  display: block;
  padding: 0 10px;
}

.comment menu ul li a, .comment menu ul li > span {
  display: block;
  padding: 2px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

.comment menu ul li a:hover, .comment menu ul li > span:hover {
  color: #E6538E;
}

.comment menu ul li a span, .comment menu ul li > span span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: transparent url('/images/my_construction/menu-icons.png') no-repeat 0 0;
  vertical-align: middle;
}

.comment menu ul li .hide span {
  background-position: -100px 0;
}

.comment menu ul li .answers span {
  background-position: -125px 0;
}

.comment menu ul li .watch span, .comment menu ul li .mark span {
  background-position: -300px 0;
}

.comment menu ul li .answer span {
  background-position: -325px 0;
}

.comment menu ul li .add span {
  background-position: -400px 0;
}

.comment menu ul li .delete span {
  background-position: -25px 0;
}

.comment menu ul li .ban-ip span {
  background-position: -475px 0;
}

.comment menu ul li .ban-domain span {
  background-position: -475px 0;
}

.comment menu ul li a:hover span, .comment menu ul li > span:hover span {
  background-position-y: -25px;
}


#comments-not-found {
  padding: 20px;
  background: #ffeff5;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.comments-filters {
  width: 100%;
  height: 24px;
  margin: 15px 0;
  float: left;
  clear: both;
  background: #fff;
}

.comments-filters > div {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #F5F6F5;
  width: 36%;
}

.comments-filters > div:first-of-type {
  width: 32%;
}

.comments-filters > div > ul {
  margin: 0;
  padding: 5px 20px 10px 20px;
  height: 125px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 9px #999;
  border-top-width: 0;
  list-style: none;
}

.comments-filters > div > ul li {
  margin: 5px 0;
  font-size: 14px;
}

.comments-filters > div:nth-of-type(2) > ul {
  height: 415px;
}

.comments-filters > div > h4 {
  padding: 5px 20px;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #dcdbdb;
  position: relative;
}

.comments-filters > div.selected h4 {
  border-bottom: 2px solid #ca1d61;
}

.comments-filters > div > h4 .context {
  display: inline-block;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 120px;
}

.comments-filters > div:nth-of-type(2) > h4 .context {
  left: 77px;
}

.comments-filters > div > h4 .context {
  background: url('/images/my_construction/gray-arrow.png') no-repeat center;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.comments-filters > div:last-of-type {
  width: 32%;
}

.comments-filters > div:last-of-type > ul {
  height: 90px;
}

.comments-filters a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
}

.comments-filters a.selected {
  color: #ca1d61;
}

.comments-filters a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 800px) {
  .comment .spacer {
    padding: 18px 10px 0 5px;
  }

  .comment.edit .security {
    left: 230px;
  }

  .comment.edit .row.submit {
    margin-bottom: 35px;
    position: relative;
    top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .comment .body {
    padding: 0 10px 0 20px;
  }

  .comment footer .date {
    margin: 0 0 0 25px;
  }

  .flags {
    width: 18px;
  }
}

@media screen and (max-width: 450px) {
  .comment {
    padding: 10px 0;
  }

  .comment .content {
    width: 96%;
  }

  .comment .body .flags {
    display: none;
  }

  .comment .signin {
    margin-left: -35px;
  }

  .comment .spacer {
    padding: 18px 10px 0 0;
    margin-left: -5px;
  }

  .comment.edit .security {
    left: 178px;
  }

  .comment.edit .security input {
    width: 126px;
  }

  .comment[data-level='0'] .body {
    padding: 0;
  }

  .comment.sublevel {
    margin-left: 0;
  }

  .comment footer .date {
    margin: 0 0 0 5px;
  }

  .comment.edit .btn-save {
    margin-top: 18px;
  }

  .comment.edit .row .error-msg {
    padding-left: 0;
    height: 13px;
    line-height: 1;
    overflow: hidden;
    font-size: 13px;
  }

  .comments-filters {
    display: none;
  }
}


#simple-search { position: relative; width: 880px; height: 50px; margin: 0 auto 10px auto; z-index: 1022; }
.without-header.toolbar #top-search { margin-top: 5px; margin-bottom: 5px; }

#top-search { width: 880px; margin: auto; }
#top-search input { float: left; width: 212px; height: 33px; padding: 7px 10px; border: 0 none; border-radius: 3px; font-size: 1.4em; font-style: italic; box-sizing: initial; }
#top-search input[type="checkbox"] { width: 25px; height: 25px; margin: 0 0 7px 0; box-sizing: border-box; }
#top-search button { float: left; width: 47px; height: 47px; border: 0 none; background: #ca1d61; color: #fff; overflow: visible; cursor: pointer; font-size: 26px; }
#top-search button:hover { background-color: #f24889; }
#top-search > div > div { font-family: 'Open Sans', Arial, sans-serif; color: #333333; padding: 3px 3px 3px 0; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
#top-search > div > .symbol { width: 30px; height: 26px; border-right: 1px solid #ccc; margin: 7px 0; float: left; }
#top-search > div > .value { height: auto; padding-top: 15px; float: left; text-align: center; }
#top-search .area-selection, #top-search .rooms-selection, #top-search .storey-selection, #top-search .advanced-search { float: left; height: 47px; background: #fff; margin: 0 0 0 6px; border-radius: 3px; cursor: pointer; position: relative; }
#top-search .area-selection .symbol p { text-align: center; font-weight: bold; font-size: 14px; line-height: 1; margin: 6px 0 8px 0; }
#top-search .area-selection input[type="number"] { float: none; position: absolute; top: 164px; width: 60px; right: 100px; height: auto; font-size: 1.2em; text-align: center; font-style: normal; padding: 4px 5px; border: 1px solid #ccc; }
#top-search .rooms-selection .symbol { width: 20px; padding: 7px 10px 0 7px; }
#top-search .rooms-selection .symbol div { float: right; width: 5px; height: 5px; background: #000; margin: 2px; }
#top-search .x { position: absolute; right: 1px; top: 0; cursor: pointer; font-size: 18px; color: #b0b0b0; }
#top-search .x:hover { background: #eee; }
#top-search .drop-down .x { display: none; right: 12px; top: 10px; }
#top-search .value > span { color: #CC0066; font-size: 16px; }
#top-search .storey-selection .symbol { padding-top: 8px; padding-bottom: 0; }
#top-search .area-selection .value, #top-search .rooms-selection .value, #top-search .storey-selection .value { width: 120px; }
#top-search .storey-selection .symbol div { width: 15px; height: 4px; background: #000; margin: 3px auto; }
#top-search .advanced-search .symbol { border: 0; padding: 3px 2px 3px 6px; width: 38px; }
#top-search .advanced-search .symbol { width: 92px; height: 47px; padding: 0; margin: 0; text-align: center; line-height: 15px; }
#top-search .advanced-search .value { display: none; position: absolute; left: 19px; top: 19px; font-size: 10px; color: #fff; }
#top-search .advanced-search { margin-right: 6px; }

#top-search .advanced-search a { display: block; text-decoration: none; text-transform: uppercase; color: #000; font-family: 'Open Sans', Arial, sans-serif; font-size: 10px; padding: 10px 0 6px 0; }
#top-search .advanced-search a:hover { color: #CC0066; }
#top-search .drop-down { display: none; position: absolute; top: 52px; left: 0; width: 170px; height: 170px; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 17px; cursor: default; }
.without-header #top-search .drop-down { box-shadow: 8px 8px 8px #666; }
div.selected-item { background-color: #CC0066; color: #fff; }
#top-search .rooms-selection .drop-down div { float: left; text-align: center; }
#top-search .rooms-selection .drop-down  > div > div { width: 46px; height: 32px; border: 1px solid #ccc; margin: 3px; cursor: pointer; font-size: 24px; padding-top: 12px; }
#top-search .rooms-selection .drop-down  > div > div:nth-of-type(1) { display: none; }
#top-search .rooms-selection .drop-down  > div > div:nth-of-type(2) { width: 100px; }
#top-search .rooms-selection .drop-down  > div > div.hoverable:hover, #top-search .rooms-selection .drop-down > div:nth-of-type(2).hoverable:hover { background: #CC0066; color: #fff; }
#top-search .rooms-selection .drop-down > div:nth-of-type(1) { border: 3px solid #000; }
#top-search .rooms-selection .drop-down > div:nth-of-type(2) { width: 44px; height: 32px; border: 3px solid #000; margin: 4px 0; font-size: 24px; padding-top: 12px; cursor: pointer; }
#top-search div .ok {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 18px;
  padding: 5px 20px;
  background: #ca1d61;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#top-search div .ok:hover { background: #F24889; }
#top-search .storey-selection .drop-down { padding: 0 5px 34px 34px; }
#top-search .storey-selection .drop-down { list-style: none; }
#top-search .storey-selection .drop-down span { font-size: 10px; color: #000; }
#top-search .storey-selection .drop-down > div span { color: inherit; }
#top-search .storey-selection .drop-down ul { list-style: none; }
#top-search .storey-selection li { clear: both; width: 137px; text-align: left; }
#top-search .storey-selection li:nth-of-type(4) { border-top: 1px solid #ccc; padding-top: 4px; }
#top-search .storey-selection li:nth-of-type(n+4) { position: relative; top: 4px; }
#top-search .storey-selection label { text-transform: uppercase; position: relative; top: 7px; left: 4px; }
#top-search .area-selection .resizer-container { position: relative; border: 1px solid #999; width: 170px; height: 113px; }
#top-search .area-selection .resizer-container > div { width: 107px; height: 70px; background: #CC0066; border: 3px solid #000; color: #fff; line-height: 1; }
#top-search .area-selection .resizer-container .ui-resizable-se {
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
#top-search .area-selection .drop-down > p { position: absolute; line-height: 1; }
#top-search .area-selection .drop-down p:nth-of-type(1) { left: 17px; top: 0; }
#top-search .area-selection .drop-down p:nth-of-type(2) { right: 10px; top: 140px; }

#top-search .area-selection .drop-down .area-value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#top-search .area-selection .drop-down .area-value svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#top-search .area-selection .drop-down .area-value svg text {
  font-size: 22px;
  fill: #fff;
}
#top-search.zindex { z-index: 1020; }

@media screen and (max-width: 1024px) {
  #simple-search { width: 100%; height: 70px; }
  .without-header.without-input #top-search { width: 420px; margin-left: -210px; }
  #top-search { width: 650px; margin: auto; }
  #top-search .area-selection, #top-search .rooms-selection, #top-search .storey-selection, #top-search .advanced-search { margin-left: 3px; }
  #top-search button { width: 70px; height: 70px; }
  #top-search input[type="text"] { height: 56px; }
  #simple-search.without-header, #top-search .area-selection, #top-search .rooms-selection, #top-search .storey-selection, #top-search .advanced-search { height: 70px; }
  #simple-search.without-header.toolbar { height: 80px; }
  #top-search .storey-selection fieldset { width: 210px; margin: 20px auto 0 auto; }
  #top-search .storey-selection input[type="checkbox"] { margin: 10px 0; padding: 7px 15px; float: none; }
  #top-search .storey-selection label { font-size: 19px; }
  #top-search .storey-selection li { width: auto; }
  #top-search > div > div { padding: 0; }
  #top-search .area-selection .value, #top-search .rooms-selection .value, #top-search .storey-selection .value { width: 78px; height: auto; padding: 0; margin: 0; line-height: 2.8; font-size: 10px; }
  #top-search .x  { line-height: 1; }
  #top-search .advanced-search { margin-right: 3px; }
  #top-search > div > .symbol { border: 0; border-bottom: 1px solid #ccc; float: none; padding: 0; height: 32px; width: 66px; margin-left: 6px; margin-bottom: 0; }
  #top-search .area-selection .symbol > p { padding: 8px 0 0 0; }
  #top-search .rooms-selection .symbol { padding: 0; width: 66px; }
  #top-search .storey-selection .symbol { padding: 9px 0 0 0; height: 23px; }
  #top-search .rooms-selection .symbol div { position: absolute; left: 30px; top: 15px; }
  #top-search .rooms-selection .symbol div:nth-of-type(2) { left: 38px; }
  #top-search .rooms-selection .symbol div:nth-of-type(3) { left: 38px; top: 23px; }
  #top-search .advanced-search .symbol { height: 70px; }
  #top-search .advanced-search a { padding: 23px 0 17px 0; }
  #top-search .drop-down { position: fixed; left: 50%; top: 50%; width: 320px; height: 320px; margin-left: -160px; margin-top: -160px; z-index: 2; box-shadow: 1px 1px 5px #999; }
  #top-search .rooms-selection .drop-down,#top-search .area-selection .drop-down, #top-search .storey-selection .drop-down { padding: 0; }
  #top-search .drop-down .x { display: block; }
  #top-search div .ok { position: absolute; bottom: 10px; right: 20px; width: auto; height: auto; padding: 13px 35px; font-size: 16px; }
  #top-search .area-selection div .ok { right: 20px; }
  #top-search .storey-selection .drop-down span { font-size: 14px; }
  #top-search .rooms-selection .drop-down > div:nth-of-type(1) { width: 265px; padding: 5px; margin: 40px auto 0 auto; float: none; overflow: auto; }
  #top-search .rooms-selection .drop-down > div > div, #top-search .rooms-selection .drop-down > div:nth-of-type(2) { width: 80px; height: 50px; padding-top: 30px; }
  #top-search .rooms-selection .drop-down  > div > div:nth-of-type(2) { width: 168px; }
  #top-search .rooms-selection .drop-down > div:nth-of-type(2) { margin: 2px 0 0 29px; width: 78px; height: 45px; }
  #top-search .area-selection .resizer-container { width: 280px; height: 184px; margin: 40px auto auto auto; }
  #top-search .area-selection .drop-down > p:nth-of-type(1) { left: 50%; top: 15px; margin-left: -140px; }
  #top-search .area-selection .drop-down > p:nth-of-type(2) { left: initial; right: 50%; top: 234px; margin-right: -140px; }
  #top-search .area-selection .drop-down .area-value p { font-size: 20px; margin: -15px auto 0 auto; }
  #top-search .area-selection input[type="number"] { top: initial; bottom: 20px; left: 50%; margin-left: -140px; font-size: 1.5em; padding: 5px 10px; }
  #top-search .value > span { display: table-cell; vertical-align: middle; text-align: center; padding: 0 4px; min-width: 70px; max-width: 70px; height: 28px; font-size: 13px; word-wrap: break-word; line-height: 1; } 
}

label[for="search_query_storeys_6"] {
  display: none;
}


@media screen and (max-width: 800px) {
  #main-new #simple-search, #main-cart #simple-search, #main-search #simple-search, #main-compare #simple-search  { display: none; }
}


