@import url(https://fonts.googleapis.com/css?family=Open+Sans);

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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}






@font-face{font-family:'Glyphicons Halflings';src:url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot);src:url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}

a.letter {padding-top:10px;    font-size: 20px; display: block;}

.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";

}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}

table.apteki {width: 100%;}

table.apteki tr {border-bottom: 1px solid #eee;}
span.apteks {    font-size: 18px;   color: #37862a;    font-weight: 600;}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


html, body {
    overflow-x: hidden;
}



body {
	font-size:1em;
	line-height:1.8em;
	background: #E5EFF3;
	color:#292929;
	margin: 0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

#wrapper .topmenu {margin-top: 30px;}

span.mptitle {font-size: 24px;
    border-left: 2px solid #2b96c1;
    padding-left: 7px;}

a.mplink {   font-size: 18px;
}

p.gpltext {padding: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    background: #d5e6ec;}

p.googleplaytop {text-align: center;
    padding-bottom: 10px;
    margin: 0px;
    background: #d5e6ec;}

img.gplayicon2 {float: none;
    max-width: 30%;}

a.compareanalog {display: inline-block; line-height: 28px; margin-right: 25px;}

.searchformnew form.sform input[type=text] {    padding: 14px 7px;
    background: #fff;
    font-size: 16px;
    border: 2px solid#9DC3D2;
    width: 78%;
    border-radius: 3px;}

.searchformnew form.sform input[type=submit] {    background: #94BA2C;
    border: 1px solid#7FA022;
    width:20%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#94BA2C), to(#5DA029));
    padding: 14px 3px;
    border-radius: 3px;}

span.compname {display: block;
    padding: 0px;
    margin-left: 15px;
    font-size: 18px;}

span.comptype {font-size: 14px;
    background: #eee;
    margin-left: 15px;
    padding: 3px 3px;
    border-radius: 3px;}

img.gplayicon {float: none;
    max-width: 40%;}

p.googleplay {text-align: center;}


span.frolovfullpage {display: block;
    float: left;
    width: 100%;}

img {
    background: #F1F1FA;
    float: left;
   
    border: 0;
}

img#logo {background:none;}


.iconsinfo {margin-left:0px; margin-top: 8px;}

img.imgexpert1 {float: left;
    margin-right: 20px;
    width: 200px;
    border-radius: 100px;}

img.imgexpert2 {    width: 80px;
    float: left;
    margin-right: 10px;
    border-radius: 45px;}


#slidebox{width:380px;height:220px;padding:10px;background:#f9f9f9;position:fixed;bottom:0px;left:-200px;line-height:18px;z-index:1000;box-shadow:-3px 3px 15px #ddd; -moz-box-shadow:-3px 3px 15px #ddd; -webkit-box-shadow:-3px 3px 15px #ddd; -o-box-shadow:-3px 3px 15px #ddd;}
a.close{position:absolute;cursor:pointer;top:5px;right:5px;text-decoration:none;border:none}
#slidebox p{margin:0 0 10px 10px;padding:0px;font-size:13px;color:#666}
#slidebox p a{text-decoration:underline}
#slidebox p a:hover{color:#333;text-decoration:underline}
#slidebox h4{color:#333;font-size:16px;margin:10px 20px 10px 10px}

.contactsline li {display: inline-block; margin-right:10px; font-size:14px;}

.footerheadline {font-size: 22px;}

img.imgexpertteam {width: 250px; display: inline-block; float: left; margin-right: 15px; border-radius:125px;}


.expertblock {background: #e6eff3;
    padding: 15px;}

.teamblock {    display: block;
    float: left;
    margin-bottom: 20px;}

p.expertinfo {font-size: 14px;
    line-height: 22px;}

span.experttitle a { font-size: 24px;}


img.approvedicon {    width: 20px;
    margin-right: 8px;
    border-radius: 10px;
    margin-top: 4px;}

img.docicon {    width: 50px;
    border-radius: 25px;
    margin-bottom: -20px;}

.docinfo {    margin-top: 15px;}

.analogistinfo {padding: 20px;} 

img.analogistadres {    width: 100%;
    max-width: 300px;}

.contentnav {    background: #f3fafd;
    padding: 3px 25px;
    border-radius: 7px;
    margin-top: 10px;
    border: 3px solid #b2d1de;}

p.pcontent {float: right;
    background: #eee;
    color: #1b87b3;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 3px;}

span.spisokanalogov {    color: #ab2222;
    font-size: 18px;
    font-weight: 800;}

span.rosprice {      background: #247ca0;
    padding: 2px 10px;     display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;}

a.showForms.rpricelink1 {    font-size: 24px;
    background: #eee;
    color: #d01111;
    padding: 3px 14px;
    border-radius: 3px;
    text-decoration: underline;}

p.rpricenote1 {    padding: 10px;
    background: #e5eff3;
    font-weight: 600;}

.container a.toplink {margin-right:20px; font-size:22px;color: #5DA029;}
.question-author {    background: #f3dada;    border-radius: 3px;    padding: 7px;}
p.q-title {    font-size: 24px; margin-bottom: 7px;     color: #da4343;}
p.q-titleanswer {    font-size: 24px; margin-bottom: 7px;     color: #32b155;}

img#preparat {width:200px; float:left; margin:10px; margin-right: 30px;}

p.more {font-size: 20px;
    color: #1c86b3;
    border-left: 4px solid #74b62c;
    padding-left: 10px;}

a.relatedlinks {font-size: 20px;
    color: #257c9f;}

img#imgcategory2 {float: left; background: none;
    padding-right: 20px; width:100px; border-radius:4px; margin-top:-35px;}

.catletter2 {width: 48%; display: inline-block; padding-top:50px;}
.related { padding-bottom:60px; display:block;}
.footerads {    width: 100%;
    float: left;
    display: inline-block;}

td.pricestd {border-bottom: 1px solid #69a1b7;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
    border-style: dashed;}

p.prname {    color: #247DA0; font-size: 22px;     padding: 0px; margin: 0px;}
p.pradress {color: #353535; font-size: 14px;  padding: 0px; margin: 0px;}

a.group {font-size:14px; padding:0px; margin:0px}
 
span.evorekl a {margin-left: 15px;
    padding: 5px 9px;
    cursor: pointer;
    background-image: url(http://analogist.ru/images/basket.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 23px;
    border-radius: 3px;
    background-color: #eaf0f3 !important;}

span.sinonim {    background: url(https://analogist.ru/images/sinonim.png) left 5px no-repeat;
    padding-left: 20px;
    font-size: 16px;
   background-color: #e1f7d1;
    padding: 1px 7px 3px 26px;
    border-radius: 3px; cursor: pointer;}

span.zamenitel {    background: url(https://analogist.ru/images/vozzam.png) left 5px no-repeat;
    padding-left: 20px;
    font-size: 16px;
    background-color: #fdeed9;
    padding: 1px 7px 3px 26px;
    border-radius: 3px; cursor: pointer;}

.iconsinfo {margin-top: 8px}

p.aptekalist {font-size: 20px;
    color: #177296;
    border-bottom: 1px solid #177296;}

table.pricetable {width:100%}
table.pricetable td.pricesod {    width: 75%;
    float: left;
    padding: 3px 6px;
    background: #fff;
  text-align: left;
    border: 1px solid #eee;
    margin-bottom: 3px;}

table.pricetable td.pricesdw {    width: 22%;
    text-align: center;
    float: right;
    color: #fff;
    padding: 3px;
    border: 1px solid #2b6a86;
    background: #3d82a0;}

div#map {    width: 550px;height: 280px;  float: left;}
.map2 {    float: left;   height: 280px; margin-left: 20px;
  width: 300px;}


a.infolinks {padding-left: 10px;}
.ber-od {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -135px -47px;}
.ber-dv {display: inline-block; width:38px;height:38px;background: url('/images/css_sprites.png') -3px -47px;}
.ber-tr {display: inline-block; width: 38px; height: 38px; background: url('/images/css_sprites.png') -47px -3px;}

.lac-od {display: inline-block;width:38px;height:38px; background: url('/images/css_sprites.png') -47px -135px;}
.lac-dv {display: inline-block;width:38px;height:38px; background: url('/images/css_sprites.png') -91px -135px;}
.lac-tr {display: inline-block;width:38px;height:38px; background: url('/images/css_sprites.png') -3px -135px;}

.child-od {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -3px -3px;}
.child-dv {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -135px -3px;}
.child-tr {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -135px -91px;}

.poch-od {display: inline-block;width:38px;height:38px; background: url('/images/css_sprites.png') -47px -91px;}
.poch-dv {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -91px -91px;}
.poch-tr {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -3px -91px;}

.pech-od {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -91px -3px;}
.pech-dv {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -47px -47px;}
.pech-tr {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -91px -47px;}

.ger-od {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -179px -3px;}
.ger-dv {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -135px -135px;}
.ger-tr {display: inline-block; width:38px;height:38px; background: url('/images/css_sprites.png') -179px -47px;}

.apt-dv {display: inline-block;width:38px;height:38px; background: url('/images/css_sprites.png') -179px -91px;}
.apt-od {display: inline-block;width:38px;height:38px; background: url('/images/css_sprites.png') -179px -135px;}





.quote {background: #c8e0c5;    color: #505050;    padding: 5px;    border-radius: 3px;}

ul.index {list-style-type: square;}
span.iod {background: #33802a; font-size: 18px; padding: 12px;  margin: 6px;  border-radius: 2px;  color: #fff; border-bottom: 3px solid #26631f;}
span.itw {background: #2a6880; font-size: 18px; padding: 12px;  margin: 6px;  border-radius: 2px;  color: #fff; border-bottom: 3px solid #234f61;}
span.thr {background: #803b90;  font-size: 18px;padding: 12px;  margin: 6px;  border-radius: 2px;  color: #fff; border-bottom: 3px solid #5e2e69;}

.replay {margin-left:30px;}

.panel-body input.vote.vote1 {padding: 7px;
     background: url('/images/css_sprites2.png') -8px 0px;
   background-color: #ececec  !important;
      text-decoration: none; cursor: pointer;
    font-size: 15px;
    font-weight: bold;   background-repeat: no-repeat;padding-left:29px;
     color: #d01f1f;border-radius: 3px;
    text-shadow: 0 1px rgba(255,255,255,.75);
 }

.panel-body input.vote.vote2 {padding: 7px; cursor: pointer;
 background: url('/images/css_sprites2.png') -8px -37px;  
       background-color: #ececec  !important;
      text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background-repeat: no-repeat;padding-left:29px;
     color: #338e1d;border-radius: 3px;
    text-shadow: 0 1px rgba(255,255,255,.75);
   }

.panel-body1 {padding:10px; background: #fff;}

.navig {background: #2b96c1;
    float: right;
    margin-right: 15px;
    color: #ffffff;
    border-radius: 6px 6px 0px 0px;
    padding: 3px 9px 0px 6px;
    margin-top: -43px;}

video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-block iframe {
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rubrika {    width: 50%;
    display: flex;}


span.rate {font-size: 18px;
   padding: 5px 0px 5px 5px;
   color: #864545;
font-weight: bold;
      }

span.golosov {    background: #ab5e5e;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    font-weight: normal;
       display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;} 
form.sform1 {width: 99%;}

form.sform1 input {    width: 85%;  background: #e5eff3;   borpder-radius:3px;   border: 2px solid #a8c3ce;  padding: 10px;  font-size: 16px;  color: #272727; }

::-webkit-input-placeholder {color:#222;}
::-moz-placeholder          {color:#222;}/* Firefox 19+ */
:-moz-placeholder           {color:#222;}/* Firefox 18- */
:-ms-input-placeholder      {color:#222;}



form.sform1 input[type=submit1] {  width: 12%;    text-align:center;  background: #94BA2C;    border: 1px solid#7FA022;    color: #fff;    font-size: 16px;    cursor: pointer;    background: -webkit-gradient(linear, left top, left bottom, from(#94BA2C), to(#5DA029));
    padding: 10px;    border-radius: 3px;}

p.catletter {margin-bottom:68px;}
img.imgcategory {float: left; padding-right:20px; background: none;}

span.indextitle {color: #fff;
    background: #238ab3;
    border-radius: 3px;
    font-size: 1.5 em;
    padding: 5px 36px;
    margin: 7px;}

p.vygoda a, p.nevygoda a {   
    color: #2a728e;
    text-decoration: underline;
font-size: 16px;
    font-weight: 500;}

.attention {    background: #f3e6e9;
    padding: 8px;
    margin-top: 10px;
    border-radius: 4px;}

p.vygoda a:hover, p.nevygoda a:hover {text-decoration: none;} 

span.cname {     color: #ab5e5e; font-weight: 600; padding: 4px 8px;  }
p.commtext {    padding: 4px 4px 4px 15px;   background: #f1f1f1;  color: #222;  border-radius: 4px;  margin-left: 20px;}
span.docdoc {color: #00A2C6; font-size: 18px;}

div.panel-body a.manual {    color: #247DA0;  text-decoration: none;    font-size: 20px; background: url('/images/css_sprites2.png') -5px -119px;
    padding: 0px 0px 0px 23px;
    background-repeat: no-repeat;}

div.panel-body a.price {    color: #247DA0;  text-decoration: none;    font-size: 20px;  background: url('/images/css_sprites2.png') -5px -81px;
    padding: 0px 0px 0px 23px;
    background-repeat: no-repeat;}
div.panel-body a.manual:hover,  div.panel-body a.price:hover {text-decoration:underline; color: #3BA0C7}
a:link,a:visited{color:#4960BE;text-decoration:none;}
a:hover{text-decoration:underline;}
.clear {
	clear: both;
}
strong, b {font-weight: bold;font-size:1em;}
.otz { font-size: 15px;}
p.otzyvy {font-size: 18px; font-weight: normal;}
p.entry-title {font-size: 20px; margin: 0px;}
p.vygoda {font-size: 20px; margin: 4px;font-weight: bold; color: #338E1D;}
p.nevygoda {font-size: 20px; margin: 4px; font-weight: bold; color: #CC2121;}
span.rtg {margin-left:10px;}
h1.letter {padding-bottom:10px;}
h1 {color: #1B87B3;   font-size: 28px; font-weight: 500; margin: 0px;}
h2 {color: #444444;   font-size: 24px; font-weight: 500; }
p.navlink {background: #CCE3EC;  padding: 10px;   font-size: 20px;}
div.manualtext strong {color: #AB2B2B;   font-weight: 400;  font-size: 24px;}

table.tableinex {width: 100%;
    background: #eee;
    border-collapse: collapse;
  }

table.tableinex tr.titleindex {background: #3e9a45;
    color: #fff;
padding-left: 15px;
    font-size: 20px;
    }
table.tableinex td {font-size: 18px; border-bottom: 1px solid #cacaca;padding:6px 6px 6px 25px;}

header {
	max-width: 940px;
	margin: 0px auto;
	padding:10px 0 20px 0;
	width: 100%;
	height:95px;
}

header .logo {
float:left;
}

header input[type=text] {
	padding: 7px;
	background: #fff;
	font-size: 16px;
	border: 2px solid#9DC3D2;
	width: 80%;
        border-radius: 3px;
}
header input[type=submit] {
	 background: #94BA2C;
    border: 1px solid#7FA022;
    color: #fff;
    width: 17%;
    font-size: 16px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#94BA2C), to(#5DA029));
    padding: 7px;
    border-radius: 3px;
}

header input[type=submit]:hover{
	 background: #4D8C1C;
   
}
header form {
	    width: 100%;
    display: block;
    float: left;
}

#wrapper {
	max-width: 940px;
	margin: 0px auto;
	width: 100%;
	background:#f9fbfc;
border-radius: 5px;
}




#wrapper .topmenu a{margin: 2px;
    padding: 3px 6px 3px 6px;
    font-size: 22px;
    line-height: 42px;
    font-weight: 700;
    border-radius: 3px;
    background-color: #38ACDA;
    color: #fff;
    text-decoration: none;}

#wrapper .topmenu{background:#2B96C1;border-radius:3px;padding:6px 0px; text-align: center;}

#wrapper .topmenu2 a{margin: 3px;padding: 3px 6px 3px 6px;font-size: 21px;font-weight: 700;border-radius: 3px;background-color: #5d5d5d;;color: #fff;text-decoration:none;}
#wrapper .topmenu2 a:hover{margin: 3px;padding: 3px 6px 3px 6px;font-size: 21px;font-weight: 700;border-radius: 3px;background-color: #404040;color: #fff;text-decoration:none;}
#wrapper .topmenu2{background:#888;border-radius:3px;padding:12px 0px; text-align: center;}

.container{padding:20px;}

#content ul,#content ol{margin:10px 0 10px 15px;}
#content li li{margin-left:25px;}
#content img{height:auto;max-width:550px;}
ul,#content ul li{list-style-type:none; margin: 2px;}
ol,#content ol li{list-style-type:decimal;}


#content .post {border-bottom:1px dashed #ddd;line-height:27px;}

footer {
    color: #6D91A0;
    text-align: center;
    max-width: 900px;
    font-size: 13px;
  
   margin: 0 auto;
  
    width: 100%;
}



.breadcrumbs {
	font-family: "ProximaNova";
	font-size: 16px;
	font-weight: 400;
	color: #1E516D;
	margin-bottom: 0px;
}
.breadcrumbs a {
	color: #5B88A4; font-size:1em;
}
.breadcrumbs img {
	vertical-align: middle;
	margin: 0 3px;
}
.breadcrumbs span {
	color: #1E516D;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none; 
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb > .active {
	color: #777;
}

.panel {

	background-color: #F9FBFC;
	
}
.panel-body {
	padding-top: 20px;
    border-bottom: 1px solid #C1C1C1;
    border-bottom-style: dashed;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}



.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



/* rating */
.resp-rating {
	margin: 0px 0;
	height: 14px;
	width: 105px;
	background: url(../images/rating.png) repeat-x 0 -14px;
	position: relative;
}
.resp-rating span {
	display: block;
	height: 14px;
	background: url(../images/rating.png) repeat-x 0 0;
}
.resp-rating span.rating-1 {width: 20%;}
.resp-rating span.rating-2 {width: 40%;}
.resp-rating span.rating-3 {width: 60%;}
.resp-rating span.rating-4 {width: 80%;}
.resp-rating span.rating-5 {width: 100%;}


table.apteki {width: 100%;}

table.apteki tr {border-bottom: 1px solid #eee;}
span.apteks {    font-size: 18px;   color: #37862a;    font-weight: 600;}

 @media screen and (max-width: 360px) {
body {font-size:14px;}

#wrapper .topmenu a {  
    font-size: 12px;
    font-weight: 700;
}

}

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

h2 {
    color: #444444;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

img#logo {background: none;  width: 100%;}

img.frolovimg {width: 100%;}

img.gplayicon {float: none;
    max-width: 60%;}

img.docpagephoto {width: 100%; boeder-radius:5px;}


p.imgblockmob, span.imageexpert {    width: 100%;
    display: block;
    float: left;}

span.compname {display: block;
    padding: 0px;
    font-size: 18px;}

span.comptype {font-size: 14px;
    background: #eee;
    padding: 3px 3px;
    border-radius: 3px;}

p.catletter { margin-bottom: 10px;}

span.analogisoderganie {display:block;}
a.compareanalog {display: list-item; list-style: none; line-height: 28px;}
span.prozform {font-size:16px; font-weight: 600;}
span.manufacturer {font-size:16px;}
a.price, a.manual {font-size: 18px;}

img#preparat {width: 250px;
    float: left;
    margin-left: 0px;
    margin-right: 30px;}

header input[type=text] {width: 77%;}
header input[type=submit] {width: 21%;}

ul.formavupuska {font-size:16px; padding-inline-start: 0px; padding-left: 0px; margin-left: 0px;}

.catletter2 {width: 95%; display: inline-block; padding-top:50px;}

 header .logo {
    float: none;
    display: flex;
    justify-content: center;
} 

form.sform {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 10px;
}



#wrapper .topmenu a {
    margin-right: 0px;
    padding: 3px 6px 3px 6px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    background-color: #38ACDA;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
}

div#map {    width: 95%;height: 280px;  float: left;}
.map2 {    float: left;   height: auto; margin-left: 5px;
  width: 95%;}

.container {
    padding: 5px;
}

p.entry-title {font-size:24px; line-height:36px;}

.breadcrumb {
    padding: 0px;
    margin-bottom: 8px;
    list-style: none;
    background-color: none;
}

ol.breadcrumb {
padding-inline-start: 0px;
 background-color: none;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
}

img.preparat {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.panel-body {
     padding: 5px;
    padding-top: 20px;
    border-bottom: 1px solid #C1C1C1;
    border-bottom-style: dashed;
    font-size: 18px;
    line-height: 1.5;
}

span.rate {
    font-size: 18px;
    padding: 5px;
    padding-left: 0;
    color: #864545;
    font-weight: bold;
display: block;
}

footer {font-size:18px;}

.iconsinfo {
    margin-top: 8px; margin-left:0px; margin-bottom: 10px;
}

.panel-body input.vote.vote2, .panel-body input.vote.vote1 {font-size:18px;}

ul, #content ul li {
    list-style-type: none;
font-size: 16px;
    margin: 10px;
}

}
