@font-face {
    font-family: 'arialnarrow';
    src: url('/media/fonts/arialnb-webfont.eot');
    src: url('/media/fonts/arialnb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/arialnb-webfont.woff2') format('woff2'),
         url('/media/fonts/arialnb-webfont.woff') format('woff'),
         url('/media/fonts/arialnb-webfont.ttf') format('truetype'),
         url('/media/fonts/arialnb-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'arialnarrow';
    src: url('/media/fonts/arialn-webfont.eot');
    src: url('/media/fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/arialn-webfont.woff2') format('woff2'),
         url('/media/fonts/arialn-webfont.woff') format('woff'),
         url('/media/fonts/arialn-webfont.ttf') format('truetype'),
         url('/media/fonts/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'chopin_scriptregular';
    src: url('/media/fonts/chopinscript-webfont.eot');
    src: url('/media/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/chopinscript-webfont.woff2') format('woff2'),
         url('/media/fonts/chopinscript-webfont.woff') format('woff'),
         url('/media/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/media/fonts/chopinscript-webfont.svg#chopin_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym,  big, cite, code,
del, dfn,  img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align:middle
}

.switch input {display:none;}

.slider.disabled{opacity:0.3}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}