/* general styles */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	font-size: 16px;
	padding-left: 1em;
}
p1 {
	font-size: 16px;
	padding-left: 2em;
}
h1 {
	font-size: 34px;
	line-height: 54px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
.light {
	font-weight: 400;
}
form .row {
	margin-bottom: 20px;
}
#page {
}
.item {
}
.item.header {
	padding-bottom: 0px;
}
.item.content, .item.portfolio, .item.team, .item.pricing, .item.contact {
	padding-top: 30px;
	padding-bottom: 30px;
}
.item.footer {
}
.margin-top-100 {
	margin-top: 100px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.padding-top-0 {
	padding-top: 0px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-100 {
	padding-top: 180px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-0 {
	padding-bottom: 0px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.width-100 {
	width: 100%;
}
header .navbar.plain li.active a {
	color: #1ABC9C;
}
header .navbar-white {
	background: #fff;
}
header .navbar-white a {
	color: #3D566E;
}
header .nav a {
	color: #3D566E !important;
}

/* videos */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper > .frameCover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: none;
}
.wrapperAffetto1 {
	background: #703A00;
	padding: 60px 0px;
}
.wrapperAffetto1 .divider.dashed {
	border-color: #FFFFFF;
	border-style: dashed;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #eee;
	margin: 0px;
}
.wrapperAffetto1 .divider.dashed > span {
	background: #703A00;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 200;
}
.pagetop {
	text-align: right;
	margin: 0 auto;
}
.pagetop a {
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	padding: 6px 2em 4px;
	border-radius: 4px 4px 0 0;
	background: #000;
}
.mash-bg {
	/*background-color: #7cb342;*/
	background-image: url(../lib_images/webtreats_metal_5-512px.jpg);
	background-repeat: repeat;
	color:#FFFFFF;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	right: 20px;
	width: 45px;
	height: 45px;
	padding: 0;
	border-radius: 25%;
	background: #FF8702;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	transition: .5s;
}
#page-top:hover {
	background: #FFBB00;
}
#page-top:hover .fa {
	transition: .5s;
}
#page-top:hover .fa {
	transform: rotateY(360deg);
}
#page-top .fa-arrow-up {
	margin-top:7px !important;
}


#header-fix {
	width:100%;
	margin:auto;
	position: fixed;
	background-color:#FFFFFF;
	top:0px;
	z-index: 9999;
	opacity: 0.95;
}

#outline {
}
#home {
	margin-top:120px;
}
#staff {
}
#restrunt {
}

.img_round-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.img_round-app {
	border-radius: 22%;
	-webkit-border-radius: 22%;
	-moz-border-radius: 22%;
	border: 1px solid #ddd;
}
.img_round-media {
	border-radius: 22%;
	-webkit-border-radius: 22%;
	-moz-border-radius: 22%;
}