body{
    font-family: "Open Sans", sans-serif;
	background: #FFF;
}
#Mv, #features, #works{
    width: 100%;
    margin: 0 auto;
}
.clearfix:after{
 visibility: hidden;
 display: block;
 font-size: 0;
 content: "";
 clear: both;
 height: 0;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
#globalwrapper{
    position: relative;
	box-sizing: border-box;
	padding: 40px 20px;
}
.acc{
    padding: 0;
}
.plus-accordion{
	margin: 10px 0;
}
.panel{
	background: none !important;
	border: none;
	box-shadow: none;
	text-decoration: none;
}
.panel-title a{
	font-size: 14px;
	text-decoration: none;
}
.panel-default>.panel-heading{
	background: none;
	border-color: 0;
    padding: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}
.panel-body{
	padding:5px 10px;
}

.panel-body ul{
	padding-left: 0px;
}
.panel-group{
    margin-bottom: 0;
}
.panel-body li{
	margin:0 0 5px 0;
	list-style-type: none;
}
.panel-body a{
    color: #333;
	text-decoration: none;
}
.panel .fa{
	margin-right: 10px;
}

.navbar-nav{
	display: block;
}
.navbar-nav li{
	display: block !important;
	float: none;
}
.navbar{
	background: none;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-nav{
	margin: 10px 0;
}
.navbar-nav a{
	font-weight: 700;
	color: #000!important;
}
.navbar-header{
	float: none;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px #000 solid;
}
.navbar-header img{
	display:block;
}

.navbar-header a{
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	color: #000!important;
}
.navbar-brand{
	text-align: center;
	float: none;
	display: block;
	padding:0;
	margin-top: 18px;
}
.navbar-brand img{
	width: 200px;
	height: 46.5px;
}
.nav-footer{
	border-top: 1px #000 solid;
	padding: 20px 0;
}
.nav-footer p{
	position: relative;
	font-weight: 700;
	font-size: 12px;
	margin:0 0 5px;
}
.holder{
    position: relative;
}
.wrapleft{
    display: block;
}

/*MV*/
.mv{
    display: block;
}

/*************/
@media (min-width: 550px){
    .wrapleft{
        width: 250px;
        display: block;
        position: fixed;
        padding: 0 10px;
        top: 50px;
        left: 25px;
        bottom: 50px;
        z-index: 10;
        overflow: auto;
    }
    .mv{
        display: block;
        position: fixed;
        top: 50px;
        left: 300px;
        right: 40px;
        bottom: 50px;
        z-index: 10;
    }
}

@media (max-width: 549px) and (min-width: 320px){
    .navbar-brand{
        height: inherit;
        margin: 280px 0;
    }
    .mv{
        display: none;
    }
	.panel-title a{
		font-size: 17px;
	}
}
@media (max-width: 414px){
	.navbar-brand{
		margin: 304px 0;
	}
}
@media (max-width: 412px){
	.navbar-brand{
		margin: 300px 0;
	}
}
@media (max-width: 375px){
	.navbar-brand{
		margin: 268px 0;
	}
}
@media (max-width: 360px){
	.navbar-brand{
		margin: 275px 0;
	}
}
@media (max-width: 320px){
	.navbar-brand{
		margin: 220px 0;
	}
}
@media (max-width: 767px) and (min-width: 320px){
	.navbar-header{

	}
	.nav-footer{
		text-align: center;
	}
	.panel-group{
		text-align: center;
	}
	.panel-title{
        font-size: 17px;
    }
	.nav-footer p{
        font-size: 15px;
        margin:0 0 5px;
    }
}