body {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:0px;
	background:white;
	font-family:sans-serif;
}

.container {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}

.header {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	background:white;
	display:flex;
	justify-content:space-between;
	border:0px solid red;
}
.header .logo {
	width: 100%;
	max-width:350px;
	display:flex;
	margin-left:10px;
	border:0px solid grey;
}.header .logo img{
	width:70px;
	height:70px;
	border-radius:35px;
}.header .logo h1{
	margin-left:10px;
	
}

.header .social-navigation{
	width: 100%;
	max-width:250px;
	border:0px solid #34AD54;
}.header .social-navigation .social{
	width: 100%;
	max-width:180px;
	margin:0 auto;
	border:0px solid red;
	margin-top:18px;
}.header .social-navigation .social a{
	text-decoration:none;
	color:default;
}.header .social-navigation .social a button{
	background:#34AD54;
	color:white;
	border:0px;
	width:40px;
	height:40px;
	border-radius:20px;
	transition: .5s;
}.header .social-navigation .social a button:hover{
	color:black;
	background:#FF9933;
	box-shadow:0px 0px 5px grey;
}.header .social-navigation .navigation{
	display:none;
	border:0px solid grey;
}.header .social-navigation .menu-btn{
	display:none;
}

.list-container {
	width:100%;
	max-width:1300px;
	height:80px;
	margin:0 auto;
	background:linear-gradient(to right, #214a3a, #142420);
	background:#34AD54;
	/*position:sticky;
	top:0;*/
}.list-container .nav-links{
	width:100%;
	max-width:800px;
	height:100%;
	margin:auto;
	display:flex;
	justify-content:center;
	
	border:0px solid white;
	
}.list-container .nav-links a{
	text-decoration:none;
}.list-container .nav-links a button{
	border:0px;
	background:none;
	text-transform:uppercase;
	padding:0px 20px 0px 20px;
	height:100%;
	color:white;
	font-weight:bold;
	transition: .5s;
}.list-container .nav-links a button:hover{
	background:#FF9933;
	color:ghostwhite;
}

.main {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}

.top-frame{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	background:#34AD54;
	background-image: url("../images/carousel.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:600px;
	
}.top-frame .frame-head{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	border:px solid white;
	padding-top:130px;
	display:flex;
	justify-content:space-between;
}.top-frame .frame-head div {
	border:0px solid grey;
	height:200px;
}.top-frame .frame-head div h4, h1{
	margin:0px;
	margin-top:10px;
	color:white;
}.top-frame .frame-head div h4{
	font-size:20px;
}.top-frame .frame-head div h1{
	font-size:50px;
	margin-bottom:5px;
}.top-frame .frame-head div a {
	text-decoration:none;
}.top-frame .frame-head div a button{
	width:130px;
	height:60px;
	border:0px;
	background:#34AD54;
	color:white;
	font-weight:bold;
	font-size:15px;
	margin-right:10px;
	transition: .5s;
}.top-frame .frame-head div a button:hover{
	color:black;
}.top-frame .frame-head img {
	width:250px;
	height:250px;
	border:px solid red;
}

.short-serv {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:-150px;
}.short-serv .box{
	width:500px;
	border:0px solid grey;
	color:white;
	padding:50px;
	background:#34AD54;
	background-repeat:no-repeat;
	background-size:30;
	background-position:right;
	background-image: url("../images/bg-product-2.png");
}.short-serv .box-two{
	width:500px;
	border:0px solid grey;
	color:white;
	padding:50px;
	background:#FF9933;
	background-repeat:no-repeat;
	background-size:30;
	background-position:right;
	background-image: url("../images/vegetable.png");
}.short-serv .box h2,p,b{
	margin:20px;
}

.services {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	color:black;
	margin-top:50px;
	margin-bottom:50px;
	padding-top:20px;
	padding-bottom:20px;
	background:;
	color: #8D9AA8;
	
}.services .list-services{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}.services .list-services .box{
	 width:300px;
	 padding:10px;
	 border:0px solid red;
}.services h4{
	color:#34AD54;
	margin-left:85px;
	text-transform:uppercase;
}.services .list-services .box h1{
	color:black;
	font-size:40px;
	color:#263A4F;
	margin-top:0px;
	line-height: 1.2;
}.services .list-services .box p{
	margin-left:0px;
	margin-right:0px;
	line-height: 1.5;
	
}.services .list-services .box button {
	width:200px;
	padding:20px;
	color:white;
	border:0px;
	color:white;
	font-weight:bold;
	font-size:16px;
	background:#34AD54;
}.services .list-services .box button:hover{color:black;}
.services .list-services .box-list{
	width:300px;
	border:0px solid red;
	text-align:center;
	background:#F6FFF2;
	color: #8D9AA8;
	padding:10px;
	box-shadow:0 0 45px #EDEDED;
	transition: .5s;
	border-radius:3px;
	margin-bottom:30px;
	
}.services .list-services .box-list h1{
	color: gold;
}.services .list-services .box-list p{
	line-height: 1.5;
}.services .list-services .box-list:hover{background:#34AD54;color:white;border-radius:0px;}


/*music-frame*/
.music-frame{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	background:#34AD54;
	background-image: url("../images/music.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:400px;
}.music-frame .frame-head{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	border:px solid white;
	padding-top:130px;
	display:flex;
	justify-content:space-between;
}.music-frame .frame-head div {
	border:0px solid grey;
	height:200px;
}.music-frame .frame-head div h4, h1{
	margin:0px;
	margin-top:10px;
	color:white;
}.music-frame .frame-head div h4{
	font-size:20px;
}.music-frame .frame-head div h1{
	font-size:50px;
	margin-bottom:5px;
}.music-frame .frame-head div a {
	text-decoration:none;
}.music-frame .frame-head div a button{
	width:130px;
	height:60px;
	border:0px;
	background:#34AD54;
	color:white;
	font-weight:bold;
	font-size:15px;
	margin-right:10px;
	transition: .5s;
}.music-frame .frame-head div a button:hover{
	color:black;
}.music-frame .frame-head img {
	width:250px;
	height:250px;
	border:px solid red;
}

.play-list-cont{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:-100px;
}.play-list-cont h3{
	color:black;
	text-align:center;
}.play-list-cont .flex{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	
}.play-list-cont .flex .play-box{
	width:330px;
	display:flex;
	border:0px solid pink;
	border-top:3px solid chocolate;
	padding:10px 0px 10px 0px;
	background:ghostwhite;
}.play-list-cont .flex .play-box .action-btn{
	width:100px;
	border:0px solid red;
}.play-list-cont .flex .play-box .action-btn button{
	width:50px;
	height:50px;
	border-radius:25px;
	border:2px solid #222;
	margin-top:20px;
	
}.play-list-cont .flex .play-box .details{
	width:230px;
	border:0px solid green;
}.play-list-cont .flex .play-box .details span{
	margin-left:10px;
	color:silver;
	line-height:1.5;
}.play-list-cont .flex .play-box .details #title{
	margin:0px;
	margin-left:10px;
	color:#222;
	line-height:1.10;
	font-size:12px;
}.play-list-cont .flex .play-box .details hr{
	width:200px;
	border:1px solid silver;
}.play-list-cont .flex .play-box .details p{
	width:200px;
	margin:0px;
	padding:0px;
	margin:10px 0px 0px 10px;
	display:flex;
	justify-content:space-between;
}.play-list-cont .flex .play-box .details p button{
	background:none;
	border:0px;
	font-weight:bold;
}









/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
/*media queries*/
@media(max-width:950px){
	body {
	max-width:1300px;
}

.container {
	max-width:1300px;
}

.header {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	background:white;
	display:flex;
	justify-content:space-between;
	border:0px solid red;
	
	background:white;
}
.header .logo {
	width: 100%;
	max-width:350px;
	display:flex;
	margin-left:10px;
	border:0px solid grey;
}.header .logo img{
	width:70px;
	height:70px;
	border-radius:35px;
}.header .logo h1{
	margin-left:10px;
	margin-top:15px;
	font-weight:300;
}

.header .social-navigation{
	width: 100%;
	max-width:70px;
	border:0px solid white;
}.header .social-navigation .social{
	display:none;
}.header .social-navigation .menu-btn{
	margin-top:20px;
	display:block;
	
}.header .social-navigation .menu-btn button{
	background:none;
	border:2px solid #222;
}

.list-container {
	width:100%;
	max-width:1300px;
	height:80px;
	margin:0 auto;
	background:linear-gradient(to right, #214a3a, #142420);
	background:#34AD54;
	/*position:sticky;
	top:0;*/
	display:none;
}.list-container .nav-links{
	width:100%;
	max-width:800px;
	height:100%;
	margin:auto;
	display:flex;
	justify-content:center;
	
	border:0px solid white;
	
}.list-container .nav-links a{
	text-decoration:none;
}.list-container .nav-links a button{
	border:0px;
	background:none;
	text-transform:uppercase;
	padding:0px 20px 0px 20px;
	height:100%;
	color:white;
	font-weight:bold;
	transition: .5s;
}.list-container .nav-links a button:hover{
	background:#FF9933;
	color:ghostwhite;
}

.main {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}

.top-frame{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	background:#34AD54;
	background-image: url("../images/carousel.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:600px;
	
}.top-frame .frame-head{
	width:100%;
	max-width:800px;
	margin:0 auto;
	border:0px solid white;
	padding-top:50px;
	display:block;
	justify-content:space-between;
}.top-frame .frame-head div {
	text-align:center;
	border:0px solid grey;
	height:200px;
}.top-frame .frame-head div h4, h1{
	margin:0px;
	margin-top:10px;
	color:white;
}.top-frame .frame-head div h4{
	font-size:20px;
}.top-frame .frame-head div h1{
	font-size:50px;
	margin-bottom:5px;
}.top-frame .frame-head div a {
	text-decoration:none;
}.top-frame .frame-head div a button{
	width:130px;
	height:60px;
	border:0px;
	background:#34AD54;
	color:white;
	font-weight:bold;
	font-size:15px;
	margin-right:10px;
	transition: .5s;
}.top-frame .frame-head div a button:hover{
	color:black;
}.top-frame .frame-head img {
	width:250px;
	display:flex;
	margin:auto;
	height:250px;
	border:px solid red;
	margin-top:50px;
}

.short-serv {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:block;
	justify-content:space-between;
	margin-top:-40px;
}.short-serv .box{
	width:100%;
	max-width:300px;
	margin:0 auto;
	border:0px solid grey;
	color:white;
	padding:20px;
	background:#34AD54;
	background-repeat:no-repeat;
	background-size:30;
	background-position:right;
	background-image: url("../images/bg-product-2.png");

}.short-serv .box-two{
	width:300px;
	margin:0 auto;
	border:0px solid grey;
	color:white;
	padding:20px;
	background:#FF9933;
	background-repeat:no-repeat;
	background-size:30;
	background-position:right;
	background-image: url("../images/vegetable.png");
}.short-serv .box h2,p,b{
	margin:20px;
}

.services {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	color:black;
	margin-top:50px;
	margin-bottom:50px;
	padding-top:20px;
	padding-bottom:20px;
	background:;
	color: #8D9AA8;
	
}.services .list-services{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:block;
	justify-content:space-between;
}.services .list-services .box{
	 width:100%;
	 max-width:250px;
	 margin:0 auto;
	 padding:10px;
	 border:0px solid red;
}.services h4{
	color:#34AD54;
	margin-left:0px;
	text-transform:uppercase;
	text-align:center;
}.services .list-services .box h1{
	color:black;
	font-size:40px;
	color:#263A4F;
	margin-top:0px;
	line-height: 1.2;
}.services .list-services .box p{
	margin-left:0px;
	margin-right:0px;
	line-height: 1.5;
	
}.services .list-services .box button {
	width:200px;
	padding:20px;
	color:white;
	border:0px;
	color:white;
	font-weight:bold;
	font-size:16px;
	background:#34AD54;
}.services .list-services .box button:hover{color:black;}
.services .list-services .box-list{
	width:100%;
	max-width:250px;
	margin:0 auto;
	border:0px solid red;
	text-align:center;
	background:#F6FFF2;
	color: #8D9AA8;
	padding:10px;
	box-shadow:0 0 45px #EDEDED;
	transition: .5s;
	border-radius:3px;
	margin-bottom:30px;
	
}.services .list-services .box-list h1{
	color: gold;
}.services .list-services .box-list p{
	line-height: 1.5;
}.services .list-services .box-list:hover{background:#34AD54;color:white;border-radius:0px;}


/*music-frame*/
.music-frame{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	background:#34AD54;
	background-image: url("../images/music.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:400px;
}.music-frame .frame-head{
	width:100%;
	max-width:500px;
	margin:0 auto;
	border:0px solid white;
	padding-top:40px;
	display:block;
	justify-content:space-between;
	margin-bottom:20px;
}.music-frame .frame-head div {
	border:0px solid grey;
	height:200px;
	text-align:center;
}.music-frame .frame-head div h4, h1{
	margin:0px;
	margin-top:10px;
	color:white;
}.music-frame .frame-head div h4{
	font-size:20px;
}.music-frame .frame-head div h1{
	font-size:40px;
	margin-bottom:5px;
}.music-frame .frame-head div a {
	text-decoration:none;
}.music-frame .frame-head div a button{
	width:130px;
	height:60px;
	border:0px;
	background:#34AD54;
	color:white;
	font-weight:bold;
	font-size:15px;
	margin-right:10px;
	transition: .5s;
}.music-frame .frame-head div a button:hover{
	color:black;
}.music-frame .frame-head img {
	width:250px;
	height:250px;
	border:px solid red;
	display:none;
}

.play-list-cont{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:-100px;
}.play-list-cont h3{
	color:black;
	text-align:center;
}.play-list-cont .flex{
	width:100%;
	max-width:500px;
	margin:0 auto;
	display:block;
	justify-content:space-between;
	margin-bottom:80px;
}.play-list-cont .flex .play-box{
	width:330px;
	margin:0 auto;
	display:flex;
	border:0px solid pink;
	border-top:3px solid chocolate;
	padding:10px 0px 10px 0px;
	background:ghostwhite;
	margin-bottom:20px;
}.play-list-cont .flex .play-box .action-btn{
	width:100px;
	border:0px solid red;
}.play-list-cont .flex .play-box .action-btn button{
	width:50px;
	height:50px;
	border-radius:25px;
	border:2px solid #222;
	margin-top:20px;
	
}.play-list-cont .flex .play-box .details{
	width:230px;
	border:0px solid green;
}.play-list-cont .flex .play-box .details span{
	margin-left:10px;
	color:silver;
	line-height:1.5;
}.play-list-cont .flex .play-box .details #title{
	margin:0px;
	margin-left:10px;
	color:#222;
	line-height:1.10;
	font-size:12px;
}.play-list-cont .flex .play-box .details hr{
	width:200px;
	border:1px solid silver;
}.play-list-cont .flex .play-box .details p{
	width:200px;
	margin:0px;
	padding:0px;
	margin:10px 0px 0px 10px;
	display:flex;
	justify-content:space-between;
}.play-list-cont .flex .play-box .details p button{
	background:none;
	border:0px;
	font-weight:bold;
}
}
	