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: disk; list-style-position: inside; margin-top: 5px; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	body {
		font-family: 'Alegreya Sans SC', sans-serif;
		font-size: 16px;
		line-height: 21px;
		color: #000;
		background-color: #fff;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		text-transform: uppercase;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 33px; line-height: 39px; }
	h2 { font-size: 29px; line-height: 45px; padding-top: 10px; }
	h3 { font-size: 27px; line-height: 35px; }
	h4 { font-size: 19px; line-height: 35px; }
	h5 { font-size: 19px; line-height: 27px; }
	h6 { font-size: 17px; line-height: 25px; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 75%; }
	sub, sup { font-size: 85%; line-height: 0; position: relative; vertical-align: baseline; }
	sup { top: -0.5em; }
	sub { bottom: -0.25em; }

	a, a:visited { color: #0e4a72; text-decoration: none; }
	a:hover, a:focus { color: #f28a23; }
	
	form { margin: 0; padding: 0; }
	form div img { padding-right: 5px; margin-bottom: -10px; }
	form p { margin: 5px 0 3px 0 }

	form { margin-bottom: 15px; }
	form div img { padding-right: 5px; margin-bottom: -9px; }
	form p { margin: 2px 0 3px 0 }

	input[type=text], input[type=password], input[type=email], textarea, select {
		font-family: Arial, sans-serif;
		text-indent: 9px;
		border: 1px solid #ccc;
		padding: 5px 0;
		font-size: 15px;
		color: #000;
		margin: 0 0 15px 0;
		background: #fff; }

	input[type=text], input[type=email], input[type=password], select { width: 100%; }
	select { width: 100%; }
	textarea  { width: 100%; height: 150px; }
	
	button, input[type="submit"], input[type="button"] {
		font-family: 'Alegreya Sans SC', sans-serif;
		font-size: 15px;
		background-color: #000;
		color: #fff;
		border: none;
		text-decoration: none;
		cursor: pointer;
		padding: 6px 10px;
		}
	button:hover, input[type="submit"]:hover, input[type="button"]:hover {
		background-color: #f28a23;
		}
        button:disabled, button:disabled:hover,
        input[type="button"]:disabled, input[type="button"]:disabled:hover,
        input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
            background-color: #ccc !important;
        }

html,
body {
    height: 100%;
}

#slider {
	width:100%;
	min-height: 300px;
	border-bottom: 5px solid #000;
	}
	.slider-image, .bg-music {
		height: 100%;
		background: no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
		.info-block { margin-top: 330px; text-align: center; width:100%; }
.bg-music { width: 100%; height: 220px; background-position: top center; }
.piano-left, .piano-right { position: fixed; top: 0; width: 344px; height: 100%; background: url(../images/left.png) 0 -17px; opacity: .35; }
	.piano-right { background: url(../images/right.png) 0 -17px; right: 0; }
.top-menu { position: absolute; top: 0; z-index: 99; width: 100%; }
#nav { width: 100%; font-size: 18px; height: 220px; }
	#nav a { color: #000; }
		#nav a:hover, .active { color: #f28a23; }
	.menu-left, .menu-right, .player { width: 344px; height: 222px; background: #f0f0ee url(../images/left.png) repeat-y; padding-top: 15px; }
	.player { width: 100%; height: 100%; }
	.menu-right { background: #f0f0ee url(../images/right.png); }
		.menu-left div, .menu-right div, .player div {
			line-height: 37px;
			padding: 0 11px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px; }
			.menu-left div, .player div {
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
				}
			.menu-right div {
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
				}
			.menu-left div:hover, .menu-right div:hover, .player div:hover { background: none; }
	.menu-center {	
background: -moz-linear-gradient(left, rgba(240,240,238,1) 0%, rgba(240,240,238,0) 50%, rgba(240,240,238,1) 100%);
background: -webkit-linear-gradient(left, rgba(240,240,238,1) 0%,rgba(240,240,238,0) 50%,rgba(240,240,238,1) 100%);
background: linear-gradient(to right, rgba(240,240,238,1) 0%,rgba(240,240,238,0) 50%,rgba(240,240,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ee', endColorstr='#f0f0ee',GradientType=1 );
		height: 237px; }
#logo {	border-bottom: 2px solid #f28a23; }
	#logo img {	width: 200px; padding-top: 5px;}
	#logo h1 { font-size: 12px; line-height: 31px; }

#clients ul, #docs ul { list-style: none; margin-bottom: 35px; text-align: center; }
	#clients li, #docs li { display: inline-block; width: 128px; margin: 7px 3px; vertical-align: top; font-size: 13px; text-align: center; }

.grad {
background: -moz-linear-gradient(left, rgba(240,240,238,0) 0%, rgba(240,240,238,1) 50%, rgba(240,240,238,0) 100%);
background: -webkit-linear-gradient(left, rgba(240,240,238,0) 0%,rgba(240,240,238,1) 50%,rgba(240,240,238,0) 100%);
background: linear-gradient(to right, rgba(240,240,238,0) 0%,rgba(240,240,238,1) 50%,rgba(240,240,238,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0ee', endColorstr='#00f0f0ee',GradientType=1 ); }

.faq-one-content, .faq-two-content, .faq-three-content, .faq-four-content, .faq-five-content  { display: none; padding-bottom: 25px; border-bottom: 3px solid #f28a23; }
	.faq-six-content, .faq-seven-content, .faq-eight-content, .faq-nine-content, .faq-ten-content  { display: none; padding-bottom: 25px; border-bottom: 3px solid #f28a23; }
.faq-one, .faq-two, .faq-three, .faq-four, .faq-five { cursor: pointer; }
	.faq-six, .faq-seven, .faq-eight, .faq-nine, .faq-ten { cursor: pointer; }
.faq-one:hover, .faq-two:hover, .faq-three:hover, .faq-four:hover, .faq-five:hover { color: #f28a23; }
	.faq-six:hover, .faq-seven:hover, .faq-eight:hover, .faq-nine:hover, .faq-ten:hover { color: #f28a23; }

.color-orange { color: #f28a23; }
.back-black { background-color: #000; color: #fff;}
.back-white { background-color: #fff;}
.back-orange {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(242,138,35,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(242,138,35,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(242,138,35,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	border-top: 2px solid #0e4a72;
	}
	.back-orange a { color: #fff; font-weight: normal; }

.transp { opacity: .85; }
.fade { opacity: .35; }

.border-top { border-top: solid 5px #f28a23; }
.border-bottom { border-bottom: solid 10px #f28a23; }
.bordered { border: 1px solid; }

.remove-bottom { margin-bottom: 0 !important; }
.remove-top { margin-top: 0 !important; padding-top: 0 !important; }

.half-bottom { margin-bottom: 13px !important; }
.add-bottom { margin-bottom: 35px !important; }
.half-top { margin-top: 13px !important; }
.add-top { margin-top: 35px !important; }
.add-left { margin-left: 15px; }
.add-right { margin-right: 15px; }

.padd-top { padding-top: 100px; }
.padd-all { padding: 11px 0; }
.padd-bottom { padding-bottom: 15px; }
.padd-left { padding-left: 10px; }

.to-right { float: right !important; }
.to-left { float: left !important; }
.inline { display: inline-block; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right !important; }
.just { text-align: justify; }	
.break { clear: both; }

.colored-bg { background-color: #f28a23; }
	.colored-bg:hover {
		background-color: #1a1a1a;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		}
#topcontrol > div { cursor: pointer; position: absolute; right: 275px; bottom: 64px; width: 49px; height: 49px; z-index: 999 !important; }
.topcontrol-arrow-up { content: '';	position: absolute;	left: 17px;	top: 16px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 14px solid #fff; }

.animiran {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
/* varlov.com */
#varlov { position: absolute; right: 0; top: 0; width: 30px; height: 35px; overflow: hidden; cursor: pointer; }
	#varlov .va { margin-top: -21px; }
	#varlov:hover > .va { margin: 0; }
	
	@media only screen and (max-width: 1249px) {
		.piano-left, .piano-right { opacity: .15; position: absolute; }
		}
	@media only screen and (max-width: 959px) {
		#varlov .va { margin-top: 0; }
		}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.bg-music { height: 172px; }
		}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.menu-left, .menu-right { width: 210px; height: 125px; background-size: 100%; padding-top: 9px; }
		.grad { background-color: rgba(255,255,255,.5); }
		.piano-left, .piano-right { width: 210px; background-size: 100%; }
		.menu-center { height: 147px; }
		.menu-left div, .menu-right div {
			font-size: 13px;
			line-height: 19px;
			padding: 2px 7px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px; }
		.info-block { margin-top: 240px; }
			.info-block h2 { font-size: 19px; }
		.bg-music { height: 420px; }
		}

	@media only screen and (max-width: 479px) {
		.menu-left, .menu-right { width: 160px; height: 102px; background-size: 100%; padding-top: 8px; }
		.grad { background-color: rgba(255,255,255,.5); }
		.piano-left, .piano-right { width: 150px; background-size: 100%; }
		.menu-center { height: 102px; }
		.menu-left div, .menu-right div {
			font-size: 11px;
			line-height: 13px;
			padding: 2px 5px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px; }
		.info-block { margin-top: 203px; }
			.info-block h2 { font-size: 19px; }
		.bg-music { height: 300px; }
		}