* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
}
* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Safari */
    
    -khtml-user-select: none;
    /* Konqueror HTML */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently                                  supported by Chrome and Opera */
}
*:focus,
*:active {
    outline: none;
}
*::after,
*::before,
*:after,
*:before {
    box-sizing: border-box;
}
.hidden {
    position: absolute;
    display: block;
    overflow: hidden;
    left: -9999px !important;
    top: -9999px !important;
    width: 0px !important;
    height: 0px !important;
}
body,
html {
    position: relative;
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    
    font-family: sans-serif;
    color: #000;
    background-color: #fff;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
    padding-top: 62px;
    overflow-x: hidden!important; 
}
body.noscroll{
	overflow: hidden !important;
	-webkit-overflow-scrolling: none !important;
}
#ds{
	position: relative;
	display: block;
	padding:50px 0;
	padding-top: 30px;
}
#ds p{
	padding: 8px 20px;
	font-size: 15px;
	line-height: 1.36em;
}
#ds ul{
	padding: 8px 40px;
	font-size: 15px;
	line-height: 1.36em;
	list-style: circle;
}
#ds h1{
	padding: 8px 20px;
	padding-top:25px;
	font-size: 36px;
	font-weight: 300;
	line-height:38px;
}
#ds h2{
	padding: 8px 20px;
	padding-top:25px;
	font-size: 27px;
	font-weight: 400;
	line-height:29px;
}
#ds h3{
	padding: 8px 20px;
	padding-top:25px;
	font-size: 19px;
	font-weight: 400;
	line-height:21px;
}
container{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	max-width: 1200px;
}
header{
	position: fixed;
	display: block;
	background-color: #0e47a1;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	height: 62px;
	line-height: 62px;
	z-index: 9;
}
header.scroll{
	
	box-shadow: 
		0 -1px 0 rgba(0,0,0,0.3) inset,
		0 -2px 0 rgba(255,255,255,0.1) inset,
		0 5px 50px rgba(0,0,0,0.9)
	;
}
header nav{
	position: relative;
	display: block;
	letter-spacing: 0;
	font-size: 0;
	text-align: right;
}
header nav item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 14px;
}
header nav item a{
	position: relative;
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	padding: 0 20px;
	font-weight: 400;
	
}
header nav item a:hover{
	color: #fff;
	text-decoration: none;
}

header nav item a.active,
header nav item a.active:hover{
	cursor: default;
	color: #fff;
	
	background-color: rgba(0,0,0,0.1);
	text-shadow: 
	  0 1px 0 rgba(0,0,0,0.5),
	  0 0 15px #fff
	;
}

header nav item[data-role="mobile-btn"]{
	display: none;
}
header nav item[data-role="header-logo"]{
	float: left;
	height: 62px;
	display: block;
	font-family: Arial;
}
header nav item[data-role="header-logo"] a{
	position: relative;
	display: block;
	height: 115px;
	top:-60px;
	text-decoration: none;
	cursor: pointer;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain; 
	line-height: normal;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 0;
	letter-spacing:0;
	line-height: 15px;
	padding-top: 11px;
	width:220px;
	margin-left:15px;
}
body.is--home header nav item[data-role="header-logo"]{
	display: none !important;
}
header nav item[data-role="header-logo"] a em{
	letter-spacing: 0px;
	font-size: 0;
	line-height: 0;
	margin-top: -2px;
	
}
header nav item[data-role="header-logo"] a em,
header nav item[data-role="header-logo"] a i{
	position: relative;
	display: none;
	font-style: normal;
}
header nav item[data-role="header-logo"] a i{
	font-size: 8px;
	line-height: 9px;
	margin-top: 0;
	color: rgba(255,255,255,0.7);
	padding-right: 4px;
}
header nav item sub{
	display: none;
	position: absolute;
}
header nav item:hover sub{
	display: none;
	background-color: #0e47a1;
	line-height: normal;
	padding: 10px 20px;
	
}
header nav item:hover sub item{
	display: block;
	line-height: normal;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
header nav item:hover sub item:last-child{
	border-bottom: none;
}
header nav item:hover sub item a{
	position: relative;
	display: block;
	line-height: 32px;
	white-space: nowrap;
	text-transform: none;
	padding: 0;
	font-size: 12px;
	text-align: left;
}

aside{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	transform: translate(100%,0);
	background-color: #222;
	color: #fff;
	z-index: 9999;
	overflow-y: auto; 
}
aside.see{
	transform: translate(0,0);
}
aside .title{
	line-height: 62px;
	padding: 0 20px;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #DDD;
}
aside .title .material-icons{
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	line-height: 62px;
	font-size: 27px;
	text-align: center;
}
aside nav{
	position: relative;
	display: block;
	border-top: 1px solid #555;
}
aside nav item,
aside nav item a{
	position: relative;
	display: block;
	color: #fff;
}
aside nav item a{
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	padding: 0 20px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 600;
	border-bottom: 1px solid #555;
}
aside nav item sub item a{
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
	padding: 0 40px;
}
footer{
	position: relative;
	display: block;
	background-color: #1976d3;
	color: #fff;
	z-index: 2;
	text-align: center 
	padding: 40px 0;
}
footer .copy{
	position: relative;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.36em;
	padding: 20px;
	font-family: sans-serif;
}
footer .copy a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

.home-header{
	background-image: none;
	background-color: transparent;
}

body{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
body.is--home.bg2 #wallpaper{
	background-image: url(img/maxresdefault.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
body:before{
	content: "";
	position: fixed;
	display: block;
	z-index: 2;
	background-color: rgba(0,0,0,0.55);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#wallpaper{
	position: fixed;
	display: block;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
content{
	position: relative;
	display: block;
	z-index: 3;
}
.half-home{
	-webkit-box-shadow: 0 -5px 35px #000;
	-ms-box-shadow: 0 -5px 35px #000;
	-o-box-shadow: 0 -5px 35px #000;
	-moz-box-shadow: 0 -5px 35px #000;
	box-shadow: 0 -5px 35px #000;
	
	
}
.home-mp3-songs{
	background-color: transparent !important;
}

footer .social{
	position: relative;
	display: block;
	letter-spacing: 0;
	font-size: 0;
	padding-top: 30px;
	text-align: center;
}
footer .social container{
	text-align: center;
}
footer .social a{
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	font-size: 21px;
	vertical-align: top;
	background-color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 5px;
	border-radius: 50%;
	color: #1565b2;
}
footer .social a:hover{
	background-color: #0e47a1;
	color: #fff;
}
.audio-player{
	position: relative;
	display: block;
	height: 24px;
}
.audio-player div.play-pause{
	position: absolute;
	display: block;
	left:0;
	top: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.audio-player div.play-pause .material-icons{
	position: relative;
	display: block;
	width: 24px;
	line-height: 24px;
	cursor: pointer;
	text-align: center;
	font-size: 27px;
}
.audio-player div.progress{
	position: absolute;
	left: 30px;
	top: 0;
	right: 135px;
}
.audio-player div.progress input[type="range"]{
	width: 100%;
	height: 24px;
}
.audio-player div.volume{
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	text-align: right;
}
.audio-player div.volume:before{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	line-height: 24px;
	font-family: "Material Icons";
	font-size: 19px;
	content: "\E050";
}
.audio-player div.time{
	position: absolute;
	display: block;
	right: 85px;
	top: 0;
	width: 40px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.audio-player div.volume input[type="range"]{
	width: 50px;
	height: 24px;
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
  border: 0;
  outline:none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  outline:none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

.audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  border: 0;
  outline:none;
  margin-top: -6px;
}
.audio-player input[type=range]::-moz-range-thumb {
 -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  border: 0;
  outline:none;
}
/* All the same stuff for IE */
.audio-player input[type=range]::-ms-thumb {
 -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  border: 0;
  outline:none;
}
.audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  border: none;
}
.audio-player input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF;
}
.audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  border: none;
}
.audio-player input[type=range]::-ms-track {
 width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  border: none;
}
.home-four-boxes .box{
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform-style: preserve-3d;
}
.home-four-boxes .box:hover{
	transform: rotateY(180deg);
}
.home-four-boxes .back{
	background-color: #111;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	backface-visibility: hidden;
    transform: perspective(600px) rotateY(180deg);
    transition: transform 0.55s linear
}
.home-four-boxes .back .btn{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	padding: 0;
	margin: 0;
}
.home-four-boxes .back .btn a{
	margin-top: -26px;
}

.home-four-boxes{
	height: 300px;
}

.card-flip {
background-color: transparent;
  width: 25%;
	height: 300px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 13px;
}
.card-flip:nth-child(1) .frontCard,
.card-flip:nth-child(3) .frontCard{
	background-color: #1976d3;
}
.card-flip:nth-child(2) .frontCard,
.card-flip:nth-child(4) .frontCard{
	background-color: #1566b3;
}
.backCard {
	background-color: #082948;
	background-image: url(img/home-header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover; 
}
.frontCard,
.backCard {
  width: 100%;
  height: 100%;
  padding: 10px;
  -ms-transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  -webkit-transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-flip .frontCard {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 1;
}
.card-flip:hover .frontCard {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.card-flip .backCard {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: 1;
}
.card-flip:hover .backCard {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.card-container {
  padding: 0 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  -webkit-transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  -webkit-transform: translateY(-50%) translateX(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) scale(1);
  transform: translateY(-50%) translateX(0px) scale(1);
  transform-style: preserve-3d;
  z-index: 2;
}
.card-flip:hover .card-container {
  -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
  -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
  transform: translateY(-50%) translateX(-650px) scale(.88);
  transform-style: preserve-3d;
}
.card-container2 {
  padding: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  -webkit-transition: transform 1s cubic-bezier(.5, .3, .3, 1);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform-style: preserve-3d;
  z-index: 2;
}
.card-flip:hover .card-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}
.card-flip .frontCard .boxshadow,
.card-flip .frontCard .textshadow,
.card-flip .backCard .boxshadow,
.card-flip .backCard .textshadow {
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: 1s;
}




.home-four-boxes .card-flip .btn a{
	padding: 0 25px;
	box-shadow: 0 1px 1px rgba(255,255,255,0.2) inset,0 0 100px rgba(0,0,0,0.5);
}

#quick-contact{
	position: relative;
	display: block;
	background-color: rgba(25, 118, 211,0.7);
	color: #fff;
	padding: 80px 20px;
}

#quick-contact .title{
	position: relative;
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 37px;
	font-weight: 500;
	letter-spacing: -1px;
	padding-bottom: 30px;
	color: rgba(255,255,255,1);
}
#quick-contact form{
	letter-spacing: 0;
	font-size: 0;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
#quick-contact form .input{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33333333333%;
}
#quick-contact form .input input + label,
#quick-contact form .input textarea + label{
	position: absolute;
	display: none;
	color: #fff;
	line-height: 45px;
	padding: 0 20px;
	color: #fff;
	letter-spacing: normal;
	font-size: 15px;
	z-index: 1;
	left: 0; top: 0;
}
#quick-contact form .input .inner{
	padding: 2px 5px;
}
#quick-contact form .input.full{
	width: 100%;
}
#quick-contact form .input input,
#quick-contact form .input textarea{
	width: 100%;
	background-image: none;
	border: 1px solid rgba(255,255,255,0);
	color: #fff;
	z-index: 2;
	background-color: rgba(255,255,255,0.5);
	height: 42px;
	border-radius: 3px;
	padding: 0 15px;
	position: relative;
	font-size: 15px;
	font-family: sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#quick-contact form .input textarea{
	height: auto;
	padding: 15px;
}
#quick-contact form .input input:focus,
#quick-contact form .input textarea:focus{
	background-color: #fff;
	color: #000;
}
#quick-contact form .input input[value=""] + label ,
#quick-contact form .input textarea.showLabel + label{
     display: block;
}
#quick-contact .actions{
	position: relative;
	display: block;
	padding: 5px;
	text-align: center;
}
#quick-contact .actions button{
	padding: 0 50px;
	height: 52px;
	border-radius: 26px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	background-color: #fff;
	color: #166aba;
	font-family: sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#quick-contact .actions button:hover{
	background-color: #0b3761;
	color: #fff;
}

.inner.captcha {
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 20px;
}
.inner.captcha a {
	color: #fff;
	text-decoration: underline;
}
.inner.captcha img {
	margin: 5px 0 10px 0;
	border-radius: 3px;
}

.half-home p a{ color: #DDD; }
.half-home p a:hover{ color: #FFF; text-decoration:none !important; }

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

.artist-videos{
	padding: 30px 0;
	padding-bottom: 15px;
} 
.artist-videos .videos {
	padding-top: 10px;
}
.artist-videos .videos .yt{
	width: 100%;
}
.artist-videos .videos .yt .in{
	padding: 10px 30px !important;
}
.half-home.artist .left .title{
	text-align: center;
	font-size: 36px;
	line-height: 38px;
	padding: 30px 0;
	padding-bottom: 10px;
	position: relative;
	display: block;
	padding-bottom: 30px;
}
.biographie {
	padding: 20px 0;
	margin-top:0px;
}
.biographie .bio-title,
.av-title{
	position: relative;
	display: block;
	font-size: 27px;
	line-height: 29px;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	
	
}
.biographie p{
	font-size: 15px;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #000;
	padding: 15px 20px;
}


	.home-four-boxes {
		display: block;
	}
	.home-four-boxes {
		height: auto;
		margin: 0;
	}
	.card-container,.card-container2{
		padding: 0;
	}
   .home-four-boxes .card-flip{
		width: 50%;
		margin: 0;
		height: 180px;
	}
	.home-four-boxes .card-flip .btn{
		padding-left: 0;
		padding-right: 0;
	}
	.home-four-boxes .card-flip .btn a{
		padding: 0 20px;
		line-height: 32px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-ms-border-radius: 16px;
		-moz-order-radius: 16px;
		margin-top: -48px;
		font-size: 11px;
	}
	.home-four-boxes .card-flip:nth-child(1) .frontCard,
	.home-four-boxes .card-flip:nth-child(4) .frontCard{
		background-color: #1976d2;
	}
	.home-four-boxes .card-flip:nth-child(2) .frontCard,
	.home-four-boxes .card-flip:nth-child(3) .frontCard{
		background-color: #1565b2;
	}
	.home-four-boxes .card-flip:nth-child(3),
	.home-four-boxes .card-flip:nth-child(4){
		margin-top: -10px;
	}
	.home-four-boxes .card-flip .icon{
		font-size: 42px;
		padding-top: 12px;
	}
	.home-four-boxes .card-flip p{
		font-size: 12px;
		padding: 0;
		padding-bottom: 8px;
	}
	.home-four-boxes .box:nth-child(1),
	.home-four-boxes .box:nth-child(4){
		background-color: #1976d3;
	}
	.home-four-boxes .box:nth-child(2),
	.home-four-boxes .box:nth-child(3){
		background-color: #0e47a1;
	}
	.half-home{
		display: block;
	}
	.half-home .right,
	.half-home .left{
		width: 100%;
		padding: 20px 40px;
		padding-top: 40px;
		text-align: center;
	}
	.half-home .left .title,
	.half-home .right .title{
		text-align: center;
		font-size: 27px;
		line-height: 29px;
	}
	.half-home .right .title{
		padding-top:40px;
	}
	.half-home.double.d2{
		padding-bottom:40px;
	}
	.half-home .left p{
		text-align: center;
		font-size: 13px;
	}
	.half-home .right p{
		text-align: center;
		font-size: 13px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.half-home .left .btn{
		text-align: center;
		padding-bottom: 20px;
	}
	.half-home .right{
		height: 300px;
	}
	.home-header{
		padding: 80px 0;
	}
	.home-header .container .title{
		font-size: 32px;
		line-height: 34px;
		padding-left: 0;
		padding-right: 0;
	}
	.home-header .container p{
		font-size: 15px;
		line-height: 1.5em;
	}
	header nav item{
		display: none;
	}
	header nav item[data-role="mobile-btn"]{
		display: inline-block;
		float: right;
		letter-spacing: 0;
		font-size: 0;
	}
	header nav item[data-role="mobile-btn"] .material-icons{
		position: relative;
		display: block;
		letter-spacing: normal;
		font-size: 32px;
		width: 62px;
		text-align: center;
		line-height: 62px;
		color: #fff;
	}
	.home-info-blue .text{
		font-size: 17px;
		line-height: 1.56em;
	}
	.home-mp3-songs .three-box .audio-card{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.home-mp3-songs .three-box .audio-card .inner{
		margin: 20px 0;
	}
	.home-mp3-songs .three-box .audio-card .inner img{
		height: auto;
	}
	
	#home-video,
	#home-video2{
		margin-top: -8px;
	}
	#quick-contact form .input{
		display: block;
		width: 100%;
	}
	#quick-contact .title{
		font-size: 27px;
		line-height: 29px;
	}
	html body #wrapper .text{
		font-size: 72px;
	}
	html body #wrapper p{
		font-size: 19px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.half-home .right.img{
		padding: 0 !important;
		height: auto;
		min-height: 1px;
	}
}



#home-video2{
	
	overflow: hidden;
}
#home-video2 .darken.play {
    opacity: 0;
    cursor: default;
}
#home-video2 video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}



#home-video2 .darken {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(0,0,0,0.75);
    background-image: url(/layout/img/poster2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}
#home-video2 .darken .play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 74px;
    color: rgba(255,255,255,0.7);
}




.home-mp3-songs .three-box .audio-card{
		margin-bottom: 25px !important;
	}
	
	
	
	
	
	
	grid{
		
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		
		 
		
	}
	@media screen and (min-width: 1024px) {
		grid column[pc="3"]{ min-width: calc(100% / 12 * 3); max-width: calc(100% / 12 * 3); }
	}
	@media screen and (min-width: 460px) and (max-width: 1023px) {
		grid column[tablet="6"]{ min-width: calc(100% / 12 * 6); max-width: calc(100% / 12 * 6); }
	}
	@media screen and (max-width: 459px) {
		grid column[mobile="12"]{ min-width: 100%; max-width: 100%; }
	}
	
	.youtube-frame{
		position: relative;
		display: block;
		min-width: 300px;
		aspect-ratio: 4 / 3;
		-webkit-aspect-ratio: 4 / 3;
		background-color: #000;
	}
	.youtube-frame iframe{
		position: absolute;
		left: 0; top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-object-fit: cover;
	}