/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, 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; } 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;}

/*
	CMS - MONAMADE.sk CSS - global
*/

::-webkit-scrollbar { width: 10px; height: 10px; background: red; }

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal { background: #757575; border: solid 2px #fff; }

::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover { background: #544a3a; }
::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active { background: #56a502; }

::-webkit-scrollbar-button { background: #C5C5C5; display: none; }
::-webkit-scrollbar-track-piece { background: #eaeaea; }
::-webkit-scrollbar-track-piece:vertical { background: #eaeaea; /*border-left: solid 1px #e0e0e0; */}

::-webkit-scrollbar-corner { background: #B0B0B0; }

::-webkit-scrollbar { width: 10px; height: 10px; background: red; }

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal { background: #757575; }

::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover { background: #544a3a; }
::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active { background: #56a502; }

::-webkit-scrollbar-button { background: #C5C5C5; display: none; }
::-webkit-scrollbar-track-piece { background: #eaeaea; }
::-webkit-scrollbar-track-piece:vertical { background: #eaeaea; /*border-left: solid 1px #e0e0e0;*/ }

::-webkit-scrollbar-corner { background: #B0B0B0; }


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 300;
}




button::-moz-focus-inner { border: 0; padding: 0; }

body { font: 300 16px/20px "OS", Arial, sans-serif; }
	a { text-decoration: none; display: block; color: #444; }

	input, textarea { border: none; background: none; padding: 0; margin: 0; font: 300 14px/20px "OS"; outline: none; color: #fff; }
	input:focus, button:focus, textarea:focus { outline: none; }

	button { padding: 0; margin: 0; border: none; background: none; cursor: pointer; font: 400 14px/20px "OS";  }




.container { position: relative; /*max-width: 1440px;*/ margin: auto; padding: 0; }
	.wrapper { padding: 0 10px; }

		.opa:hover, .opa:focus { opacity: .8; }
		.tac { text-align: center; }
		.tal { text-align: left; }
		.cleaner { clear: both; }
		.fl { float: left; }