@font-face {
	font-family: 'avant';
	src: url('AvantGardeITCbyBT-Book.eot');
	src: url('AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
		url('AvantGardeITCbyBT-Book.woff2') format('woff2'),
		url('AvantGardeITCbyBT-Book.woff') format('woff'),
		url('AvantGardeITCbyBT-Book.ttf') format('truetype'),
		url('AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avant-b';
	src: url('AvantGardeITCbyBT-Demi.eot');
	src: url('AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'),
		url('AvantGardeITCbyBT-Demi.woff2') format('woff2'),
		url('AvantGardeITCbyBT-Demi.woff') format('woff'),
		url('AvantGardeITCbyBT-Demi.ttf') format('truetype'),
		url('AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'avant-c';
    src: url('ufonts.com_avantgarde-condbold-1-opentype-webfont.eot');
    src: url('ufonts.com_avantgarde-condbold-1-opentype-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_avantgarde-condbold-1-opentype-webfont.woff2') format('woff2'),
         url('ufonts.com_avantgarde-condbold-1-opentype-webfont.woff') format('woff'),
         url('ufonts.com_avantgarde-condbold-1-opentype-webfont.svg#avantgarderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	box-sizing:border-box;
}
body {
	width: 100%;
	height: 100%;
	color: #000;
	font: 18px 'avant';
	letter-spacing: 1px;
}
html {
	width:100%;
	height:100%;
}
.clear {
	clear: both;
}
.trans, a, input[type="submit"], #sec-1 .container span:nth-child(3), .music-items span {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.fade {
	opacity: 1;
	transition: opacity 200ms ease-in-out 0s;
	-moz-transition: opacity 200ms ease-in-out 0s;
	-webkit-transition: opacity 200ms ease-in-out 0s;
	-ms-transition: opacity 200ms ease-in-out 0s;
	-o-transition: opacity 200ms ease-in-out 0s;
}

.fade:hover {
  opacity: 0.7;
}
  
.end {
	margin-right: 0px !important;
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.85);
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.row {
	width:100%;
}
#sec-1 {
	background: url(../images/bg/body.png) repeat;
}
.sec {
	margin-bottom: 40px;
}

#sec-1 .container {
	text-transform: uppercase;
	padding-top: 166px;
	height: 710px;
}
#sec-1 .container span {
	font-size: 66px;
	line-height: 65px;
}
#sec-1 .container p {
	color: #FBB040;
	margin-top: 34px;
	font: 600 30px avant-b;
}
#sec-1 .container span:nth-child(3) {
	font: 600 47px avant-b;
	color: #000;
	text-decoration: none;
	background: url(../images/bg/arrow-down.png) no-repeat right center;
	padding-right: 62px;
	cursor:pointer;
}
#sec-1 .container span:nth-child(3):hover {
	color: #FBB040;
	background: url(../images/bg/arrow-down.png) no-repeat right bottom;
}
#sec-1 .container img {
	position: absolute;
	right: -80px;
	bottom:0px;
}
#sec-2 {
	background: url(../images/bg/body.png) repeat;
	padding-top: 35px;
}
.sec-2-right p {
	margin-bottom: 20px;
}
area {
	cursor:pointer;
}
#sec-2 .container {
	display:table;
}

#sec-2 .container .sec-2-left {
	float: left;
	width:45%;
	margin-left:0px;
}
.tree-w {
	height:686px	
}
#sec-2 .container .sec-2-right {
	float: right;
	width: 47%;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);	
}
#sec-2 .container .sec-2-right span {
	font-size: 123px;
	text-transform: uppercase;
}
#sec-2 .container .sec-2-right p {
	font-size: 24px;
}
.nav-sec {
	height: 182px;
	background: url(../images/bg/body.png) repeat;
	margin-bottom: 80px;
}
.nav-sec .container {
	padding-top: 140px;
	z-index:99999;
}


.copy h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'avant-b';
}
.copy h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #FBB040;
	font-family: 'avant-b';
}
.copy h3 {
	font-size: 123px;
	text-transform: uppercase;
	font-weight: 300;
}
.copy h4 {
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 55px;
	margin-bottom: 30px;
	margin-top: 5px;
}


.copy.welcome {
	margin-top: 50px;
}

.copy p {
	margin-bottom: 20px;
	line-height: 22px;
}
.nav-sec a, .btn, .nav-cats a, .nav-sec span {
	background: url(../images/bg/btn.png) no-repeat;
	text-align: center;
	display: inline-block;
	height: 74px;
	width: 135px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	line-height: 73px;
	text-decoration: none;
	margin-right: 5px;
	font-family: 'avant-c';
	cursor:pointer;
}
.nav-sec a:hover, .btn:hover, .nav-cats a:hover, .nav-sec span:hover {
	background: url(../images/bg/btn-b.png) no-repeat;
}
.bg-black {
	background: url(../images/bg/btn-b.png) no-repeat !important;
}
.nav-cats {
	margin-top: 25px;
	margin-bottom: 45px;
}

.music-items {
	margin-top: 1px;
}
.music-items .item-row {
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.music-items span, .music-items a {
	text-transform: uppercase;
	background: url(../images/bg/arrrow-right.png) no-repeat left center;
	display: inline-block;
	font-size: 14px;
	padding-left: 58px;
	color: #000000 !important;
	text-decoration: none;
	height: 47px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor:pointer;
	width:30%;
	position:relative;
}
.music-items span i, .music-items a i {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	font-style:normal;	
}
.music-items span:hover, .music-items span.mrk-music, .music-items a:hover {
	color:#FBB040 !important;
	background: url(../images/bg/arrrow-right.png) no-repeat 5px center !important;
}
.sketches-items {
	margin-bottom: 26px;
}

.sketches-items .item-row {
	border-bottom: 1px solid #000000;
	margin-bottom: 45px;
}
.item-row img {
	display: block;
	/*height: auto;
	width: 100%;*/
	margin-bottom: 10px;
}
.nav-w {
	position:relative;
}
.blog-w i {
	display: block;
	margin-bottom: 10px;
	font: 17px avant-b;
}

.nav-fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: rgba(214,214,214,1);
	padding-top:0px !important;
	-webkit-box-shadow: 2px 12px 5px -8px rgba(0,0,0,0.42);
	-moz-box-shadow: 2px 12px 5px -8px rgba(0,0,0,0.42);
	box-shadow: 2px 12px 5px -8px rgba(0,0,0,0.42);
}
.blog-row span {
	display: block;
	height: 40px;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	font: 15px avant-b;
}
.blog-w {
	margin-top: 40px;
}

.blog-row {
	margin-bottom: 8px;
}

.blog-c {
	background: #E6E6E6;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.orange {
	background: #FBB040;
}
.grey {
	background: #999999;
}
.copy ol {
	list-style: decimal;
	margin-bottom: 25px;
}
.copy ul {
	list-style: disc;
	margin-bottom: 25px;
}
.copy ul li {
	margin-bottom:10px;
}
.copy a {
	text-decoration: none;
	color: #FBB040;
}
.panel {
	display:none;	
}
.panels div.panel:first-child {
	display:block;	
}
.p-cont {
	display:none;	
}
[data-more] {
	display:block;
	height:50px;
	line-height:50px;
	color:#FFF;
	background:#FBB040;
	text-align:center;
	cursor:pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'avant-c';
}
[data-more]:hover {
	background:#000;
}
.copy.blog .container a {
	line-height: 50px;
	background: #FBB040;
	display: block;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'avant-c';
	font-weight:800;
	text-align:center;
	width:50%;
}
.copy.blog .container a:hover {
	background: #000;
}