*,body,html{
	margin:0;
	padding:0;
	border:0;
	/*font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;*/
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  box-sizing: border-box;
	vertical-align: top;
	-webkit-overflow-scrolling: touch;
}

body,html{
	font-size:14px;
	/*width:100%;*/
	/*overflow-x:hidden;*/
	/*font-family: "kozuka-mincho-pr6n",sans-serif;*/
	/*font-family: kozuka-gothic-pr6n, sans-serif;*/
	/*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;*/
	/*font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;*/
}

a{text-decoration:none;cursor:pointer;display:inline-block;}
@media (pointer: fine) {
	a:hover{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
}
img{max-width:100%;}


.mb0{margin-bottom: 0px !important;}            
.mb10{margin-bottom: 10px !important;}            
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.mb110{margin-bottom: 110px !important;}
.mb120{margin-bottom: 120px !important;}
.mb130{margin-bottom: 130px !important;}
.mb140{margin-bottom: 140px !important;}
.mb150{margin-bottom: 150px !important;}
.mb200{margin-bottom: 200px !important;}

.mt0{margin-top: 0px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mt110{margin-top: 110px !important;}
.mt120{margin-top: 120px !important;}
.mt130{margin-top: 130px !important;}
.mt140{margin-top: 140px !important;}
.mt150{margin-top: 150px !important;}
.mt200{margin-top: 200px !important;}

.pb0{padding-bottom: 0px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}
.pb60{padding-bottom: 60px !important;}
.pb70{padding-bottom: 70px !important;}
.pb80{padding-bottom: 80px !important;}
.pb90{padding-bottom: 90px !important;}
.pb100{padding-bottom: 100px !important;}
.pb110{padding-bottom: 110px !important;}
.pb120{padding-bottom: 120px !important;}
.pb130{padding-bottom: 130px !important;}
.pb140{padding-bottom: 140px !important;}
.pb150{padding-bottom: 150px !important;}

.pt0{padding-top: 0px !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}
.pt70{padding-top: 70px !important;}
.pt80{padding-top: 80px !important;}
.pt90{padding-top: 90px !important;}
.pt100{padding-top: 100px !important;}
.pt110{padding-top: 110px !important;}
.pt120{padding-top: 120px !important;}
.pt130{padding-top: 130px !important;}
.pt140{padding-top: 140px !important;}
.pt150{padding-top: 150px !important;}

.contentwidth{
    width:1060px;
    margin:auto;
    max-width:100%;
    position:relative;
		/*overflow-x:hidden;
		overflow-y:visible;*/
}

.contentpadding{
	padding-left:30px;
	padding-right:30px;
}

.contentwidth.nopadding{
    width:1020px;
}

.clearboth{clear: both;}

.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left !important;
}

.fullwidth{
	width:100%;
}

@media only screen and (min-width:751px){
	.sponly{
		display: none !important;
	}
}
@media only screen and (max-width:750px){
	.pconly{
		display: none !important;
	}
}

#fadedark{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	/*background-color:rgba(0,0,0,.2);*/
	z-index:998;
}


#header{
	width:100%;
	position: relative;
	background-color: white;
}

#header.overlap{
	position: absolute;
	top:0;
	left:0;
	background-color:transparent;
	z-index: 2;
}

#header .headerinfo{
	border-bottom:1px solid #919192;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 30px;
}

#header .headerinfo h1{
	font-size:13px;
	font-weight: normal;
	display: inline-block;
}

#header .headerinfo .inforight{
	float:right;
}

#header .headerinfo .inforight .phonefax{
	font-size:20px;
	margin-right: 15px;
	color: black;
}

#header .headerinfo .inforight .phonefax img{
	height:30px;
	margin-right: 5px;
}

#header .headerinfo .inforight #searchform{
	display: inline-block;
	white-space: nowrap;
}

#header .headerinfo .inforight #searchform input{
	line-height: 25px;
	padding:0 5px;
	width:200px;
	margin-top: 3px;
	border:1px solid #b8b9b9;
	font-size: 14px;
}

#header .headerinfo .inforight #searchform .searchsubmit{
	display: inline-block;
	line-height: 27px;
	font-size:17px;
	color:white;
	cursor: pointer;
	background-color:#b8b9b9;
	text-align: center;
	width:27px;
	margin-top: 3px;
}

#header .logo{
	display: inline-block;
}

#header .logo a{
	color:black;
	font-size:30px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
}
#header .logo a span{
	font-size:20px;
	line-height: 22px;
	vertical-align: text-bottom;
}

#header .mainnav{
	float:right;
	white-space: nowrap;
}

#header .mainnav .navlink{
	color:black;
	font-weight: bold;
	font-size: 16px;
	padding:10px;
	margin:10px 10px 0;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	float:left;
	height:70px;
}

#header .mainnav .navlink .hoverbar{
	width:90%;
	margin:27px auto 0;
	height:4px;
	background-color:transparent;
}

#header .mainnav .navlink.on .hoverbar{
	background-color:#ff8d00;
}

@media (pointer: fine) {
	#header .mainnav .navlink:hover .hoverbar{
		background-color:#ff8d00;
	}
}

#header .mainnav .navlink.twolines .hoverbar{
	margin:3px auto 0;
}

#header .mainnav .navlink .subnav{
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	text-align: center;
	opacity:0;
	background-color: #1f3134;
	height:0;
	overflow: hidden;
	z-index: 2;
	
	-webkit-transition: opacity .2s ease-in-out,max-height .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,max-height .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,max-height .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out,max-height .2s ease-in-out; 
	transition: opacity .2s ease-in-out,max-height .2s ease-in-out;
}

#header .mainnav .subnavwrapper.open .subnav{
	opacity:1;
	height:auto;
}

#header .mainnav .subnav a,#header .mainnav .subnav span{
	display: inline-block;
	padding:0px 20px;
	color:white;
	margin:0 20px;
	line-height: 20px;
	
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	-ms-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

#header .mainnav .subnav span{
	font-size: 1.3em;
	margin:0 120px 0 0;
}

#header .mainnav .subnavwrapper.open .subnav a,#header .mainnav .subnavwrapper.open .subnav span{
	padding:20px;
}

#header .mainnav .subnavwrapper.open .subnav a.on{
	color:#ff8d00;
}

#header .mainnav .navlink .subnav .subnavlink-ttl{
	cursor:default;
}


/*@media (pointer: fine) {
	#header .mainnav .subnavwrapper:hover .subnav{
		opacity:1;
		height:auto;
	}
	
	#header .mainnav .subnavwrapper:hover .subnav a,#header .mainnav .subnavwrapper:hover .subnav span{
		padding:20px;
	}
	
	#header .mainnav .subnavwrapper.open .subnav a:hover{
		color:#ff8d00;
	}
}*/

.menubarslink{
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 98;
	display: none;
}

.menubarslink .menubars{
	display: block;
  z-index: 1;
  position: relative;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.menubarslink .menubars span {
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
    background: black;
    left: 8px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.menubarslink .menubars .bar1{top:18px;}
.menubarslink .menubars .bar2{top:26px;}
.menubarslink .menubars .bar3{top:34px;}
body.menuopen .menubarslink .menubars .bar1{    transform: rotate(-45deg);
    top: 14px;}
body.menuopen .menubarslink .menubars .bar2{opacity: 0;}
body.menuopen .menubarslink .menubars .bar3{transform: rotate(45deg);}


@media only screen and (max-width:1200px){
	#header .headerinfo{
		line-height: 25px;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#header .headerinfo h1{
		font-size:11px;
	}

	#header .headerinfo .inforight .phonefax{
		font-size:16px;
		margin-right: 10px;
	}
	
	#header .headerinfo .inforight .phonefax img{
		height:20px;
		margin-top: 3px;
	}

	#header .headerinfo .inforight #searchform input{
		width:150px;
		line-height: 20px;
		margin-top: 1px;
	}
	
	#header .headerinfo .inforight #searchform .searchsubmit{
		line-height: 22px;
		font-size:15px;
		margin-top: 1px;
	}
	
	#header .logo a{
		font-size:20px;
		line-height: 20px;
		margin-top: 15px;
	}
	#header .logo a span{
		font-size:15px;
		line-height: 15px;
	}

	#header .mainnav .navlink{
		font-size:14px;
		padding:5px;
		margin:10px 5px 0;
		height:60px;
	}
	
	#header .mainnav .navlink .hoverbar{
		margin-top: 24px;
	}
}


@media only screen and (max-width:950px){	
	#header .headerinfo h1{
		font-size:10px;
	}

	#header .headerinfo .inforight .phonefax{
		font-size:13px;
		margin-right: 5px;
	}
	
	#header .headerinfo .inforight .phonefax img{
		height:17px;
	}

	#header .headerinfo .inforight #searchform input{
		width:100px;
	}
	
	#header .logo a{
		font-size:17px;
		line-height: 17px;
	}
	#header .logo a span{
		font-size:13px;
		line-height: 13px;
	}

	#header .mainnav .navlink{
		font-size:12px;
		height:52px;
	}
	
	#header .mainnav .navlink .hoverbar{
		margin-top: 21px;
	}
	
	#header .mainnav .subnav span{
		margin:0 80px 0 0;
	}
}

@media only screen and (max-width:850px){	
	#header .headerinfo h1{
		font-size:9px;
	}

	#header .headerinfo .inforight .phonefax{
		font-size:11px;
	}
	
	#header .headerinfo .inforight .phonefax img{
		height:15px;
		margin-top: 5px;
	}
	
	#header .logo a{
		font-size:15px;
		line-height: 15px;
	}
	#header .logo a span{
		font-size:11px;
		line-height: 12px;
	}

	#header .mainnav .navlink{
		font-size:12px;
		margin:10px 2px 0;
	}
	
	#header .mainnav .subnav a,#header .mainnav .subnav span{
		margin:0 10px;
	}
	
	#header .mainnav .subnav span{
		margin:0 50px 0 0;
	}
}

@media only screen and (max-width:750px){
	#header .headerinfo .inforight .phonefax,#header .headerinfo h1,#header .mainnav .navlink .hoverbar{
		display: none;
	}
	
	.menubarslink{
		display: block;
	}
	
	#header{
		height:120px;
	}
	
	#header .headerinfo{
		padding: 0;
		border-bottom: none;
	}
	
	#header .headerinfo .inforight{
		float:none;
		width:100%;
		position:absolute;
		left:0;
		top:70px;
		text-align: center;
	}
	
	#header .logo{
		display: block;
		text-align: center;
	}
	
	#header .logo a{
		font-size:20px;
		line-height: 20px;
		margin-top: 25px;
	}
	#header .logo a span{
		font-size:15px;
		line-height: 15px;
	}

	#header .headerinfo .inforight #searchform input{
		width:200px;
		line-height: 25px;
	}
	
	#header .headerinfo .inforight #searchform .searchsubmit{
		line-height: 27px;
		font-size:17px;
		width:27px;
	}
	
	#header .mainnav{
		width:300px;
		height:100vh;
		position: fixed;
		top:0;
		left:-310px;
		background-color:#354648;
		z-index: 9999;
	
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		-o-transition: left .2s ease-in-out;
		-ms-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	#header.overlap,#header{
		z-index: 9999;
	}
	
	#header .mainnav.open{
		left:0;
	}
	
	#header .mainnav .navlink{
		display: block;
		margin:0;
		padding:15px 20px;
		color:white;
		float:none;
		text-align: left;
		font-size:13px;
		height:auto;
	}
	
	#header .mainnav .navlink.navlogo{
		padding:25px 20px;
		font-size:16px;
	}
	
	#header .mainnav .navlink.dark{
		background-color:#1f3134;
	}
	
	#header .mainnav .navlink br{
		display: none;
	}
	
	#header .mainnav .navlink.subnavwrapper{
		padding:0px;
	}
	
	#header .mainnav .navlink .subnav .subnavlink{
		border-bottom:1px solid #1f3134;
	}
	
	#header .mainnav .navlink .subnav{
		position: relative;
		top:0;
		height:auto;
		opacity:1;
		background-color:transparent;
	}
	
	#header .mainnav .navlink .subnav a,#header .mainnav .navlink .subnav span{
		padding:15px 20px !important;
		display: block;
		text-align: left;
		margin:0;
	}
	#header .mainnav .navlink .subnav span{
		font-size: inherit;
	}
	
	.contentpadding{
		padding-left:20px;
		padding-right:20px;
	}
}

.topmain{
	border-collapse: collapse;
	width:100%;
}

.topmain h1{
	font-size:1em;
	
}
.topmain td{
	background-image:url(../images/top/TOP_main.png);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	height:600px;
	font-size:40px;
	line-height: 1.8em;
	letter-spacing: 3px;
	font-weight: bold;
	padding-top: 100px;
}

.topmain.submain td{
	height:500px;
	padding-top: 150px;
}
.topmain.sizemain td{background-image:url(../images/size/size_main.png);}
.topmain.packagingmain td{background-image:url(../images/pac/pac_main.png);}
.topmain.minimain td{background-image:url(../images/mini/mini_main.png);}
.topmain.contactmain td{background-image:url(../images/contact/contact_main.png);height:400px;}
.topmain.custommain td{background-image:url(../images/custom/custom_main.png);height:400px;}

.reasonlink{
	background-color:#1f3134;
	color:white;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	padding:20px 20px 20px 40px;
	position: relative;
	top:-33px;
}

.reasonlink .triangle{
	border-bottom:67px solid #1f3134;
	border-right:40px solid transparent;
	position: absolute;;
	top:0px;
	right:-40px;
}

.commonh2{
	font-size:25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	margin:50px 0;
	line-height: 35px;
}
.commonh2.withimg img{
	margin-right: 15px;
	height:35px;
}

.commonh2 .smaller{
	font-size:.7em;
}

.slick-slide img{
	width:100%;
}

.thirdwidth{
	float:left;
	width:31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}

.thirdwidth:nth-child(3n){
	margin-right: 0;
}

.thirdwidth .imgbg{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:200px;
	width:100%;
	position: relative;
	overflow: hidden;
}

.thirdwidth .imgbg .caption{
	background-color:rgba(31,49,52,0.8);
	width:100%;
	height:100%;
	color:white;
	position: absolute;
	left:0;
	top:100%;
	padding:15px;
	line-height: 1.5em;
	
	-webkit-transition: top .2s ease-in-out;
	-moz-transition: top .2s ease-in-out;
	-o-transition: top .2s ease-in-out;
	-ms-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
}

.thirdwidth:hover .caption{
	top:0;
}

.thirdwidth .title{
	color:black;
	text-align: center;
	padding:15px 5px;
	font-weight: bold;
	font-size:16px;
}

.halfwidth{
	float:left;
	width:48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.halfwidth:nth-child(2n){
	margin-right: 0;
}

.halfwidth .title{
	color:black;
	text-align: center;
	padding:15px 5px;
	font-weight: bold;
	font-size:16px;
}

.newswrapper{
	border:1px solid #b8b9b9;
	padding: 20px 15px;
	overflow-y: scroll;
	font-size: 12px;
	height:400px;
}

.newswrapper a{
	color:#595757;
	border-bottom: 1px solid #b8b9b9;
	display: block;
	padding:10px 0;
}

.newswrapper a:last-child{
	border-bottom:none;
}

.newswrapper a .newsdate{
	float:left;
	margin-right: 30px;
	width:100px;
}

.newswrapper a .newstitle{
	float:left;
	width:calc(100% - 130px);
}

.fb-page.fb_iframe_widget{
	margin:auto;
	text-align: center;
	display: block;
	max-width: 100%;
	overflow: hidden;
}

footer{
	background-color:#1f3134;
	text-align: center;
	color:white;
	margin: 100px calc(50% - 50vw) 0;
	padding-top:1px;
}

footer a{
	color:white;
}

footer .logo{
	font-size:18px;
	font-weight: bold;
	margin:30px 10px;
}

footer nav{
	padding:20px 10px 40px;
}

footer nav a{
	margin:15px 0px;
}

footer nav a.pcspacing1{margin:15px 100px;}
footer nav a.pcspacing2{margin:15px 65px 15px 65px;}
footer nav a.pcspacing3{margin:15px 65px 15px 0px;}


footer .copyright{
	background-color:white;
	color:black;
	font-size: 10px;
	font-weight: normal;
	padding:15px;
}

@media only screen and (max-width:900px){
	.topmain td{
		font-size:30px;
	}
}

@media only screen and (max-width:750px){
	.topmain td{
		text-align: center;
		font-size:15px;
		vertical-align: top;
		padding-top: 130px;
		background-image:url(../images/sp/top/res_TOP_main.png);
		background-position: bottom center;
	}
	
	.topmain.submain td{
		height:500px;
		padding-top: 125px;
		font-size:20px;
	}
	
	.topmain.sizemain td{background-image:url(../images/sp/size/res_size_main.png);background-position: bottom center;}
	.topmain.packagingmain td{background-image:url(../images/sp/pac/res_pac_main.png);background-position: bottom center;}
	.topmain.minimain td{background-image:url(../images/sp/mini/res_mini_main.png);background-position: bottom center;}
	.topmain.contactmain td{background-image:url(../images/sp/contact/res_contact_main.png);background-position: bottom center;height:400px;}
	.topmain.custommain td{background-image:url(../images/sp/custom/res_custom_main.png);background-position: bottom center;height:400px;}

	.reasonlink{
		font-size:14px;
		top:-30px;
	}
	
	.reasonlink .triangle{
		border-bottom:61px solid #1f3134;
	}
	
	.thirdwidth,.thirdwidth:nth-child(3n){
		float:none;
		width:100%;
		max-width: 330px;
		margin:0 auto 30px;
		display: block;
	}
	
	.halfwidth,.halfwidth:nth-child(2n){
		float:none;
		width:100%;
		margin:0 auto 30px;
		display: block;
	}
	
	
	footer .logo{
		margin:20px 10px;
		font-size: 16px;
	}

	footer nav{
		padding:0px 10px 20px;
		border-top: 1px solid white;
	}

	footer nav a{
		border-left: 1px solid white;
		font-size: 11px;
	}

	footer nav a.splast{
		border-right: 1px solid white;
	}
	
	footer nav a.pcspacing1{margin:30px 0px 0;}
	footer nav a.pcspacing2{margin:30px 0px 0;}
	footer nav a.pcspacing3{margin:30px 0px 0;}
	footer nav a{margin:30px 0px 0;}
	
	footer nav a.spspacing1{padding:0 10px;}
	footer nav a.spspacing2{padding:0 7px;}
	
	footer .phonefax{
		font-size:12px;
		line-height: 20px;
		margin:20px 10px 20px;
		display: inline-block;
	}
	
	footer .phonefax img{
		height:20px;
		margin-right: 5px;
	}
	
	footer .copyright{
		background-color:#1f3134;
		color:white;
		border-top: 1px solid white;
	}
}

ul.breadcrumbs{
	list-style-type: none;
	margin-bottom: 10px;
}

.breadcrumbs li{
	display: inline-block;
	margin-right: 0px;
	padding-right: 15px;
	position: relative;
	color:black;
	font-size:10px;
}

.breadcrumbs li span{
	position: absolute;
	right:0;
}

.breadcrumbs li a{
	color:black;
	text-decoration: underline;
}

.breadcrumbs li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}

.breadcrumbs li:last-child span{
	display: none;
}

.relative{
	position: relative;
}

.relative .breadcrumbs{
	position: absolute;
	top:15px;
	left:30px;
	z-index: 2;
}

.yellowbg{
	background-image:url(../images/lp/LP_back_yellow.png);
	background-size:100% auto;
	background-position: top center;
	background-repeat: repeat;
	padding-bottom: 70px;
	overflow: hidden;
}

.greybg{
	background-image:url(../images/lp/LP_back_gray.png);
	background-size:auto;
	background-position:center;
	background-repeat: repeat;
	padding: 40px 0;
	overflow: hidden;
}

.lpwrapper{
	text-align: center;
	padding:30px 0;
	position: relative;
}

.lpwrapper img.pconly{
	max-width: 90%;
}

.lpwrapper img.sponly{
	max-width: 90%;
}

.lpwrapper img.absolute{
	position: absolute;
	z-index: 2;
	max-width: 20%;
}

.lpwrapper img.lp4{bottom:-80px;left:0;}
.lpwrapper img.lp5{bottom:-150px;left:-30px;}
.lpwrapper img.lp6{bottom:-50px;left:100px;}
.lpwrapper img.lp7{top:-150px;right:-50px;}

.lpwrapper.lpwrapper2{margin-top: -150px;}
.lpwrapper.lpwrapper3{margin-top: -70px;}

.casestudybutton{
	padding:80px 0 40px;
	text-align: center;
}

.casestudybutton img{
	width:400px;
}

.casestudywrapper{
	margin:40px 0;
}

.casestudywrapper .casestudyperson{
	font-weight: bold;
	font-size:18px;
	letter-spacing: 2px;
	padding:20px 0;
}

.casestudywrapper .casestudyperson img{
	height:33px;
	margin:-10px 0 0 10px;
}

.casestudywrapper .casestudyinner{
	background-color:white;
	padding:15px 15px 0;
}

.casestudywrapper .casestudyinner .casetitle{
	color:#ff4800;
	letter-spacing: 2px;
	font-weight: bold;
	font-size:18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b8b9b9;
	margin-bottom: 20px;
}

.casestudywrapper .casestudyinner .casetext{
	line-height: 1.8em;
	margin-bottom: 20px;
}

.casestudywrapper .casestudyinner .caselink{
	color:black;
	text-decoration: underline;
	margin-bottom: 15px;
}

.casestudywrapper .casestudyinner .halfwidth{
	margin-bottom: 0;
}

.casestudywrapper .casestudyinner .imgbg{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:180px;
	width:49%;
	position: relative;
	overflow: hidden;
	float:left;
	margin-right: 2%;
	margin-bottom: 15px;
}

.casestudywrapper .casestudyinner .imgbg.fullwidth{
	height:360px;
	width:100%;
	margin-right: 0%;
}
.casestudywrapper .casestudyinner .imgbg:nth-child(2n){
	margin-right: 0;
}

.casestudywrapper .casestudyinner .imgbg .caption{
	background-color:rgba(31,49,52,0.8);
	width:100%;
	height:100%;
	color:white;
	position: absolute;
	left:0;
	top:100%;
	padding:5px;
	font-size: 12px;
	line-height: 1.5em;
	
	-webkit-transition: top .2s ease-in-out;
	-moz-transition: top .2s ease-in-out;
	-o-transition: top .2s ease-in-out;
	-ms-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
}

.casestudywrapper .casestudyinner .imgbg:hover .caption{
	top:0;
}

.slick-dots{
	display: none !important;
}

.slickwrapper{
	padding:50px;
	position: relative;
}

.slick-slide{
	margin:10px;
}

.slickwrapper .prevwrapper{
	position: absolute;
	left:-50px;
	top:50%;
	top:calc(50% - 25px);
	font-size:50px;
	line-height: 50px;
	color:#b8b9b9;
}
.slickwrapper .nextwrapper{
	position: absolute;
	right:-50px;
	top:50%;
	top:calc(50% - 25px);
	font-size:50px;
	color:#b8b9b9;
	line-height: 50px;
}

.casestudybutton img.category_image{
	position: absolute;
	right:20px;
	top:40px;
	width:200px;
}
.casestudybutton img.zindex{
	position: relative;
	z-index: 2;
}

.totop{
	text-align: center;
	position: fixed;
	right:30px;
	bottom:-100px;
	font-size:10px;
	cursor:pointer;
	font-weight: bold;
	z-index: 99;
	
	-webkit-transition: bottom .2s ease-in-out;
	-moz-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	-ms-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.totop.show{
	bottom:30px;
}

.totop.fix{
	position: absolute;
	bottom:-60px;
	-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
}

.totop .fa-chevron-up{
	color:#d9dde6;
	font-size:45px;
	font-weight: normal;
}

@media only screen and (max-width:750px){
	.lpwrapper img.absolute{
		max-width: 35%;
	}

	.lpwrapper img.lp4{bottom:20%;left:auto;right:-50px;}
	.lpwrapper img.lp5{top:-13%;bottom:auto;left:-30px;}
	.lpwrapper img.lp6{top:-13%;bottom:auto;right:auto;left:-25px;}
	.lpwrapper img.lp7{top:75%;right:-20px;}
	
	.lpwrapper.lpwrapper2{margin-top: 0px;}
	.lpwrapper.lpwrapper3{margin-top: 0px;}
	
	.casestudybutton{
		padding:30px 0 30px;
		text-align: center;
	}
	
	.casestudybutton img{
		width:300px;
	}
	
	
	.casestudywrapper .casestudyinner .caselink{
		margin-bottom: 20px;
	}
	
	
	.slickwrapper{
		padding:30px 20px;
	}
	
	.slickwrapper .prevwrapper{
		left:-25px;
		top:calc(50% - 15px);
		font-size:30px;
		line-height: 30px;
	}
	.slickwrapper .nextwrapper{
		right:-25px;
		top:calc(50% - 15px);
		font-size:30px;
		line-height: 30px;
	}
}

.criteriabuttons div{
	padding:5px 50px;
	border:2px solid #1f3134;
	color:#919192;
	letter-spacing: 3px;
	font-size:18px;
	font-weight: bold;
	float:left;
	margin-top:50px;
	border-bottom: none;
	text-align: center;
	cursor:pointer;
}

.criteriabuttons div.on{
	background-color: #1f3134;
	color:white;
}

.criteriawrapper{
	border:2px solid #1f3134;
	text-align: center;
	padding:50px 30px;
	font-size:18px;
	line-height: 25px;
	color: #1f3134;
	font-weight: bold;
	position: relative;
	margin-bottom: 100px;
	display: none;
}

.criteriawrapper.on{
	display: block;
}

.criteriawrapper input{
	background-color: white;
	border:none;
	text-align: center;
	padding:2px 10px;
	font-size:18px;
	color: #1f3134;
	font-weight: bold;
	vertical-align: top;
	margin:10px 0;
	cursor:pointer;
}

.criteriawrapper span{
	text-align: center;
	font-size:18px;
	color: #1f3134;
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
	margin:10px 0;
}
.criteriawrapper span.button{
	padding:0px 10px;
	cursor:pointer;
}

.criteriawrapper input.on,.criteriawrapper span.button.on{
	color:#ff8d00;
}

.criteriawrapper .greyline{
	width:700px;
	max-width: 80%;
	height:1px;
	background-color:#919192;
	margin:30px auto;
}

.criteriawrapper .bluetriangle{
	position: absolute;
	border-top:30px solid #1f3134;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom:-30px;
	left:49%;
	left:calc(50% - 20px);
	z-index: 2;
}

.criteriawrapper .whitetriangle{
	position: absolute;
	border-top:30px solid white;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom:-27px;
	left:49%;
	left:calc(50% - 20px);
	z-index: 3;
}

.quarterwidth{
	width:23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
	float:left;
}

.quarterwidth:nth-child(4n){
	margin-right: 0;
}

.quarterwidth:nth-child(4n+1){
	clear:left;
}

.quarterwidth2{
	width:23%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 40px;
	float:left;
}

.quarterwidth2:nth-child(4n+1){
	clear:left;
}

.productlistwrapper{
	margin-bottom: 50px;
}

.singleproduct{
	color:#1f3134;
	font-size: 11px;
}

.singleproduct.hide{
	display: none;
}

.singleproduct .imgbg{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:200px;
	width:100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

.singleproduct .title{
	font-size: 12px;
}

.singleproduct .categories{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1f3134;
}

.singleproduct .seemore{
	margin-top: 10px;
	width:200px;
	color: white;
	display: block;
	max-width: 90%;
	margin:15px auto 0;
	color:white;
	text-align: center;
	background-color:#1f3134;
	padding:2px 0;
	position: relative;
}

.singleproduct .seemore span{
	position: absolute;
	top:1px;
	right:5px;
}


.criteriawrapper .slider{
    margin:10px 0;
}

.criteriawrapper .sliderlabelleft{
    float:left;
    font-size:12px;
}

.criteriawrapper .sliderlabelright{
    float:right;
    font-size:12px;
}

.criteriawrapper span.ui-slider-handle{
	margin:0;
	background-color:#1f3134;
	margin-left: -.6em;
}

.criteriawrapper .thirdwidth{
	padding:0 20px;
}

.criteriawrapper .slidervalue{
	font-size:14px;
	line-height: 27px;
	margin-bottom: 20px;
}
.criteriawrapper .slidervalue .valueholder{
	border:1px solid #1f3134;
	display: inline-block;
	padding:2px 3px;
	width:54px;
	text-align: right;
	margin-top:-3px;
	font-size:15px;
	font-weight: normal;
	line-height: 25px;
}

.criteriawrapper .slidervalue span{
	/*font: */
	margin:0;
}

.criteriawrapper input.sizesubmit{
	color:white;
	background-color: #1f3134;
	text-align: center;
	width:200px;
	padding:10px;
}


@media only screen and (max-width:750px){
	.criteriabuttons div{
		width:50%;
		padding:5px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	
	.criteriawrapper{
		padding:30px 10px;
		font-size:15px;
		line-height: 20px;
	}
	
	.criteriawrapper input{
		padding:2px 7px;
		font-size:15px;
		margin:7px 0;
	}
	
	.criteriawrapper span{
		font-size:15px;
		margin:7px 0;
	}
	
	.quarterwidth{
		width:49%;
		margin-right: 2%;
	}
	
	.quarterwidth:nth-child(2n){
		margin-right: 0;
	}
	
	.quarterwidth:nth-child(2n+1){
		clear:left;
	}
	
	.quarterwidth2{
		width:48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	.quarterwidth2:nth-child(2n+1){
		clear:left;
	}
}

.topmain .mainsectionlink{
	color:black;
	font-size:20px;
	line-height: 1em;
	border:1px solid black;
	position: relative;
	padding:13px 35px;
	text-align: center;
	margin-top: 40px;
}

.topmain .mainsectionlink span{
	position: absolute;
	font-size: 14px;
	right:5px;
	top:15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lineheight{
	line-height: 2em;
}

.topmain h2{
	font-size:20px;
	line-height: 1em;
	margin-top: 40px;
}

@media only screen and (max-width:750px){
	.topmain .mainsectionlink{
		font-size:15px;
		margin:20px 10px;
		padding:10px 30px;
	}
	
	.topmain .mainsectionlink span{
		font-size: 10px;
		right:5px;
		top:12px;
	}
	
	.topmain h2{
		font-size:15px;
		margin-top: 20px;
	}
}

@media only screen and (max-width:550px){
	.topmain .mainsectionlink{
		font-size:12px;
		margin:20px 2px;
		padding:10px 20px;
	}
	.topmain .mainsectionlink span{
		right:2px;
	}
}

.headerplaceholder{
	height:60px;
}

#header.greyheader{
	background-color:#d9dde6;
}

.productinfowrapper{
	background-color:#d9dde6;
	padding:20px;
	margin-bottom: 50px;
}


.productinfowrapper .productpic{
	display: none;
}

.productinfowrapper .productpic.show{
	display: block;
	margin-bottom: 10px;
	width:100%;
}

.productinfowrapper .productpicnav .tagwrapper{
	cursor:pointer;
	float:left;
	text-align: left;
	width:32%;
	margin-right:2%;
}
.productinfowrapper .productpicnav .tagwrapper:nth-child(3n){
	margin-right:0;
}

.productinfowrapper .productpicnav .tagwrapper div{
	height:150px;
	width:100%;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.productinfowrapper .title{
	font-size:20px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.productinfowrapper .categories{
	font-size:12px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #b8b9b9;
	margin-bottom: 15px;
}

.productinfowrapper .orangebox{
	font-size:13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding:2px 10px;
	color:white;
	text-align: center;
	width:80px;
	color:white;
	background-color:#ff8d00;
}

.productinfowrapper .orangetext{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 2px;
	color:#ff8d00;
}

.productinfowrapper .details{
	margin-bottom: 25px;
}

.productinfowrapper .halfwidth{
	margin-bottom: 0;
}
.productinfowrapper .halfwidth.bottompadding{
	padding-bottom:50px;
	position: relative;
}

.productinfowrapper .toprint{
	position: absolute;
	right:0px;
	bottom:0px;
	color:white;
	font-size: 16px;
	padding:5px 20px;
	line-height: 30px;
	width:290px;
	background-color:#1f3134;
}

.productinfowrapper .toprint img{
	height: 30px;
	margin-right: 10px;
}

.productinfowrapper .toprint span{
	position: absolute;
	right:15px;
	top:4px;
}

.productinfotable{
	border-collapse: collapse;
	width:100%;
	margin-bottom: 80px;
}

.productinfotable th{
	background-color: #1f3134;
	color:white;
	font-size: 16px;
	border-right: 1px solid white;
	text-align: center;
	padding:5px 10px;
	white-space: nowrap;
	font-weight: normal;
}

.productinfotable th.last{
	border-right: none;
}

.productinfotable td{
	vertical-align: middle;
	text-align: center;
	padding:20px 5px;
	border: 1px solid #1f3134;
}

.productinfotable td.last{
	padding:20px 10px;
}

.productinfotable tr.selected{
	border:4px solid #d30044;
}

.productinfotable a{
	display: block;
	background-color:#1f3134;
	color:white;
	padding:3px 20px;
	font-size: 12px;
	position: relative;
	text-align: center;
	margin:10px 0;
	white-space: nowrap;
}

.productinfotable a span{
	position: absolute;
	right:5px;
	top:1px;
}
@media (pointer: fine) {
	.productinfotable a:hover{
		background-color:#ff8d00;
		opacity:1;
	}
	.criteriawrapper input:hover,.criteriawrapper span.button:hover{
		color:#ff8d00;
	}
}

.greycolorbg{
	background-color:#d9dde6;
	padding-bottom: 1px;
}


.thirdtohalf{
	float:left;
	width:31%;
	margin-right: 3.5%;
	text-align: center;
	margin-bottom: 30px;
}

.thirdtohalf:nth-child(3n){
	margin-right: 0;
}

.thirdtohalf:nth-child(3n+1){
	clear:left;
}

.thirdtohalf .imgbg{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:200px;
	width:100%;
	position: relative;
	overflow: hidden;
	border:1px solid #b8b9b9;
}

.thirdtohalf .title{
	color:black;
	text-align: center;
	padding:15px 5px;
	font-weight: bold;
	font-size:16px;
}

@media only screen and (max-width:750px){
	.spgrey{
		background-color:#d9dde6;
	}
	
	
	.headerplaceholder{
		height:0px;
	}
	
	.productinfowrapper{
		padding:20px 0;
	}
	
	.productinfowrapper .halfwidth{
		height:auto !important;
	}
	
	.productinfowrapper .halfwidth.bottompadding{
		margin-top: 30px;
		padding-bottom: 0;
	}
	
	.productinfowrapper .toprint{
		position: relative;
		display: block;
		max-width:100%;
		margin:30px auto 0;
	}
	
	.productinfotable .last{
		display: none;
	}
	
	.productinfotable tr.sponly{
		font-size: 0;
	}
	.productinfotable a{
		display: inline-block;
		width:70%;
		margin:10px 1.5%;
	}
	
	.productinfotable td{
		vertical-align: top;
		padding:10px 5px;
	}
	
	.thirdtohalf{
		width:49%;
		margin-right: 2%;
	}
	
	.thirdtohalf:nth-child(3n){
		margin-right: 2%;
	}
	
	.thirdtohalf:nth-child(3n+1){
		clear:none;
	}
	.thirdtohalf:nth-child(2n){
		margin-right: 0;
	}
	.thirdtohalf:nth-child(2n+1){
		clear:left;
	}
	
	.productinfotable tr.selected{
		border-bottom:none;
	}
	.productinfotable tr.sponly.selected{
		border-bottom:4px solid #d30044;
		border-top:none;
	}
}
@media only screen and (max-width:550px){
	.productinfotable a{
		font-size: 9px;
		padding:10px 15px;
	}
	.productinfotable a span{
		top:8px;
	}
}

.maintype2{
	border-collapse: collapse;
	width:100%;
}

.maintype2 h1{
	font-size:1em;
}

.maintype2 td{
	background-image:url(../images/top/TOP_main.png);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	height:400px;
	font-size:40px;
	line-height: 1.8em;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	color:white;
}

.maintype2.printmain td{background-image:url(../images/print/print_main.png);}
.maintype2.companymain td{background-image:url(../images/company/company_main.png);}
.maintype2.columnmain td{background-image:url(../images/column/column_main.png);color:black;text-align: left;}

.maintype2 .fontzero{
	font-size: 0;
}

.maintype2 .fontzero a{
	color:white;
	font-size:20px;
	line-height: 1em;
	border:1px solid white;
	position: relative;
	padding:13px 5px;
	text-align: center;
	margin-top: 30px;
	width:250px;
	max-width: 32%;
	margin-right: 2%;
	white-space: nowrap;
}
.maintype2 .fontzero a:nth-child(3n){
	margin-right: 0;
}

.maintype2 a span{
	position: absolute;
	font-size: 14px;
	right:5px;
	top:15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.print_image{
	width:300px;
}

.printinfowrapper{
	background-color:#d9dde6;
	padding:20px;
	margin-bottom: 50px;
}

.printinfotable{
	width:100%;
	border-collapse: collapse;
}

.printinfotable th{
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px;
	border:1px solid #b8b9b9;
	background-color:#d3d4d4;
	white-space: nowrap;
}

.printinfotable td{
	text-align: center;
	vertical-align: middle;
	padding:20px 10px;
	border:1px solid #b8b9b9;
	background-color:white;
}

.fifths{
	width:19%;
	float:left;
	margin-right: 1.25%;
	position: relative;
}

.fifths:nth-child(5n){
	margin-right: 0;
}

.fifths .title{
	font-size:20px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	padding-bottom: 7px;
}

.fifths p{
	padding:10px;
	font-size: 13px;
	line-height: 1.8em;
	height:200px;
	background-color:#ffebcc;
}

.fifths .triangle{
	border-left:15px solid #ff8d00;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left:100%;
	top:7px;
	position:absolute;
}

.greyline2{
	width:100%;
	height:1px;
	background-color: #b8b9b9;
	margin:80px 0;
}

.bigblack{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
	margin-top: 80px;
	text-align: center;
}

.printphone{
	margin-top: -20px;
}
.printphone img{
	width:600px;
	max-width: 100%;
}

.contactbutton{
	width:600px;
	max-width: 100%;
	background-color:#d30044;
	text-align: center;
	color:white;
	font-size:18px;
	font-weight: bold;
	padding:13px;
	line-height: 30px;
	position: relative;
	margin-top: 20px;
}
.contactbutton img{
	height: 30px;
	margin-right:10px;
}
.contactbutton span{
	position: absolute;
	right:30px;
	top:11px;
}

@media only screen and (max-width:900px){
	.maintype2 td{
		font-size:30px;
	}
}
@media only screen and (max-width:750px){
	.maintype2 td{
		font-size:25px;
	}
	.maintype2.printmain td{background-image:url(../images/sp/print/res_print_main.png);}
	.maintype2.companymain td{background-image:url(../images/sp/company/res_company_main.png);}
	.maintype2.companymain td{background-image:url(../images/sp/company/res_company_main.png);}
	.maintype2.columnmain td{background-image:url(../images/sp/column/res_column_main.png);}
	
	.maintype2 .fontzero a,.maintype2 .fontzero a:nth-child(3n){
		display:block;
		max-width: 100%;
		margin:30px auto 0;
	}
	
	.printinfowrapper{
		padding:20px 0;
	}
	
	.printinfotable th,.printinfotable td{
		padding:20px 5px;
	}
	
	.fifths{
		width:100%;
		float:none;
		margin-right: 0%;
		margin-bottom: 5px;
		padding-bottom: 25px;
	}
	
	.fifths .title{
		font-size:18px;
		text-align: left;
		padding-bottom: 0px;
	}
	
	.fifths p{
		padding:10px 10px 20px;
		height:auto;
	}
	
	.fifths .triangle{
		border-top:15px solid #ff8d00;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-bottom: none;
		left:50%;
		left:calc(50% - 18px);
		top:auto;
		bottom:0;
	}
}

@media only screen and (max-width:550px){
	.bigblack{
		font-size: 15px;
	}
	
	.contactbutton{
		font-size:15px;
		padding:13px 5px;
		line-height: 25px;
	}
	
	.contactbutton img{
		height: 25px;
	}
	
	.contactbutton span{
		position: absolute;
		right:15px;
		top:11px;
	}
}

.contactborderbox .title{
	font-size:18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.contactborderbox .borderbox{
	border:1px solid black;
	text-align: center;
	padding:25px 20px 20px 60px;
	font-size:35px;
	font-weight: bold;
	color:#d30044;
	margin-bottom: 5px;
	position: relative;
	display: block;
}

.contactborderbox .borderbox img{
	height:40px;
	left:60px;
	top:31px;
	position: absolute;
}

.contactborderbox .borderbox div{
	color:black;
	font-size:18px;
}

.necessary{
	color:#d30044;
}

.greyline3{
	width:100%;
	height:1px;
	background-color: #b8b9b9;
	margin:30px 0;
}

.contacttable{
	border-collapse: separate;
	border-spacing: 4px;
	width:100%;
}

.contacttable th{
	vertical-align: middle;
	padding:10px 20px;
	background-color:#c8c8c8;
	text-align: left;
	white-space: nowrap;
}

.contacttable td{
	padding:5px 0 5px 30px;
	vertical-align: middle;
	line-height: 25px;
}

.contacttable input[type=text]{
	border:1px solid #a2a3a3;
	font-size:14px;
	padding:3px;
	width:500px;
	max-width: 100%;
}

.contacttable input[type=file]{
	margin-top:5px;
}

.contacttable input[type=text].shortinput{
	width:120px;
	margin-right: 15px;
}

.contacttable select{
	border:1px solid #a2a3a3;
	font-size:14px;
	padding:3px;
	width:100px;
	height:25px;
	line-height: 25px;
}

.contacttable .getaddress{
	border:1px solid #a2a3a3;
	font-size:13px;
	padding:3px;
	width:100px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	background-color:#d9dde6;
	margin-top: 5px;
	cursor:pointer;
	color:black;
}

.contacttable textarea{
	border:1px solid #a2a3a3;
	font-size:14px;
	padding:3px;
	width:500px;
	height:180px;
	max-width: 100%;
}

.privacywrapper{
	margin:40px auto 30px;
	border:1px solid #a2a3a3;
	width:500px;
	max-width: 100%;
	height:200px;
	overflow-y: scroll;
	padding:10px;
}

.privacywrapper div{
	text-align: center;
	font-size: 16px;
	color:#595757;
	border-bottom: 1px solid #a2a3a3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.privacywrapper p{
	font-size: 13px;
}

.privacycheck{
	color:#595757;
	margin-bottom: 30px;
}

.privacycheck input{
	margin-top: 4px;
}


input[type=submit]#submitcontact{
	display: block;
	width:200px;
	color:white;
	padding:10px;
	background-color:#aaaaaa;
	text-align: center;
	margin:0 auto 80px;
	font-size: 16px;
}
input[type=submit]:hover{
	background-color:#d30000;
}

.redtext{
	color:#d30044;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.smalltext{
	font-size: 10px;
	text-align: center;
}

.smalllineheight{
	line-height: 1.2em;
	margin-top: 5px;
}


@media only screen and (max-width:1000px){
	.contactborderbox .borderbox img{
		left:20px;
	}
}

@media only screen and (max-width:850px){
	.contactborderbox .borderbox img{
		top:29px;
		left:40px;
		height:30px;
	}
	.contactborderbox .borderbox{
		font-size: 25px;
	}
	
	.contacttable textarea,.contacttable input[type=text]{
		width:100%;
	}
}

@media only screen and (max-width:750px){
	.contactborderbox .borderbox img{
		left:25px;
	}
	.contactborderbox .title{
		width:300px;
		margin:0 auto 5px;
		max-width: 100%;
		font-size: 16px;
	}
	.contactborderbox .borderbox{
		width:300px;
		margin:auto;
		max-width: 100%;
	}
	
	.contacttable,.contacttable tbody,.contacttable tr,.contacttable th,.contacttable td{
		display: block;
		width:100%;
	}
	
	.contacttable th{
		background-color: #e6eaee;
	}
	
	.contacttable td{
		padding:15px 0 30px;
	}
	
	.commonh2{
		font-size: 18px;
		line-height: 30px;
	}
	
	.commonh2.withimg img{
		height:30px;
	}
	
	.commonh2.spsmaller{
		font-size: 15px;
		line-height: 27px;
	}
}

.redh2{
	font-size:18px;
	text-align: left;
	color:#d30044;
	letter-spacing: 1px;
	margin:40px 0 20px;
}

.sixths{
	width:15%;
	float:left;
	margin-right: 2%;
	position: relative;
}

.sixths:nth-child(6n){
	margin-right: 0;
}

.sixths p{
	padding:15px 0px;
	font-size: 12px;
	line-height: 36px;
	background-color:#fbe5ec;
	text-align: center;
	white-space: nowrap;
}
.sixths.twolines p{
	line-height: 18px;
}

.sixths .triangle{
	border-left:10px solid #d30044;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	left:103%;
	top:27px;
	position:absolute;
}

.designwrapper{
	margin-top: 40px;
	margin-bottom: 80px;
}

.designwrapper .designright{
	float:right;
	width:70%;
	background-color:#d9dde6;
	padding:20px;
}

.designwrapper .designright .title{
	font-weight: bold;
	font-size:16px;
	padding-bottom: 5px;
}

.designwrapper .designright .designquarter{
	width:24%;
	margin-right: 1%;
	margin-right: calc(4%/3);
	float:left;
}

.designwrapper .designright .designquarter:nth-child(4n){
	margin-right: 0;
}

.designwrapper .designright .designquarter .quarterheader{
	background-color:#1f3134;
	color:white;
	font-size:12px;
	text-align: center;
	padding:5px;
}

.designwrapper .designright .designquarter .whitewrapper{
	background-color:white;
	padding:10px;
	height:150px;
	height:45px;
	position: relative;
}

.designwrapper .designright .designquarter .whitewrapper .redbutton{
	position: absolute;
	width:90%;
	left:5%;
	bottom:10px;
	color:white;
	font-size:13px;
	line-height: 25px;
	border-radius: 15px;
	text-align: center;
	background-color:#d30044;
	cursor:pointer;
}

.designwrapper .designright .designcanvas{
	margin-top: 30px;
	text-align: center;
	position: relative;
	padding-left:130px;
}

.designwrapper .designright .designcanvas .textcircle{
	background-color:white;
	text-align: center;
	width:130px;
	height:130px;
	padding:20px 0;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left:0;
	top:45%;
	top:calc(50% - 65px);
	z-index: 9;
	border-radius: 100px;
}

.designwrapper .designright .designcanvas .textcircle .triangle{
	position: absolute;
	right:-13px;
	top:50%;
	top:calc(50% - 10px);
	border-left:20px solid white;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 2;
}

.designwrapper .designleft{
	float:left;
	width:27%;
	border:1px solid #a2a3a3;
	padding:20px 15px;
}

.designwrapper .designleft .title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.designwrapper .designleft .title.type2{
	margin-top: 40px;
}

.designwrapper .designleft label{
	display: block;
	margin-bottom: 5px;
}

.designwrapper .designleft .redbutton{
	color:white;
	font-size:13px;
	line-height: 25px;
	border-radius: 15px;
	text-align: center;
	background-color:#d30044;
	position: relative;
	z-index: 2;
	padding:0 5px;
	cursor:pointer;
}

.designwrapper .designleft input[type=radio]{
	margin-top: 3px;
}

.designwrapper .designleft input[type=file]{
	position: absolute;
	bottom:2px;
	left:14px;
	width:20px;
}

.designwrapper .designleft input[type=submit],.designwrapper .designleft .submitdesign{
	color:white;
	font-size:16px;
	font-weight:bold;
	border-radius: 10px;
	text-align: center;
	background-color:#ff9b00;
	line-height: 100px;
	width:100%;
}

.designwrapper .designleft input[type=number]{
	border:1px solid #a2a3a3;
	font-size:14px;
	padding:3px;
	width:100%;
	height:25px;
	line-height: 25px;
}


@media only screen and (max-width:850px){
	.sixths p{
		font-size: 10px;
	}
}

@media only screen and (max-width:800px){
	.contentpadding.pccontentpadding{
		padding:0;
	}

	.designwrapper .designleft{
		float:none;
		width:100%;
		border:none;
		height:auto !important;
		background-color:white;
		padding:20px;
	}
	.designwrapper .designright{
		float:none;
		width:100%;
		height:auto !important;
	}
	.designwrapper .designleft label{
		display: inline-block;
		margin-right: 10px;
	}
	.spunderline{
		border-bottom: 1px solid black;
		padding-bottom: 5px;
	}
	.designwrapper .designleft .title.type2{
		margin-top: 10px;
		border-bottom: none;
		display: inline-block;
		float:left;
		margin-bottom: 0;
	}
	.designwrapper .designleft .redbutton{
		font-size:10px;
		line-height: 20px;
		padding:5px;
		float:right;
		width:175px;
		margin-top: 10px;
		border-radius: 20px;
		margin-bottom: 5px;
	}
	
	.designwrapper .designleft input[type=file]{
		bottom:auto;
		top:13px;
		left:auto;
		right:125px;
		overflow: hidden;
	}
	
	.designwrapper .designleft input[type=submit],.designwrapper .designleft .submitdesign{
		font-size:10px;
		line-height: 20px;
		padding:5px;
		width:auto;
		float:right;
		width:175px;
		margin-top: 10px;
		border-radius: 20px;
		margin-bottom: 5px;
	}
	.designwrapper .designleft select{
		width:175px;
		float:right;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width:750px){
	.sixths p{
		font-size: 10px;
	}
	
	.sixths{
		width:100%;
		float:none;
		margin-right: 0%;
		margin-bottom: 0;
		padding-bottom: 25px;
	}
	
	.sixths p,.sixths.twolines p{
		padding:10px 5px 0;
		height:auto;
		background-color: transparent;
		font-size:14px;
		line-height: 1.5em;
		font-weight: bold;
	}
	
	.sixths p br{
		display: none;
	}
	
	.sixths .triangle{
		border-top:15px solid #d30044;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-bottom: none;
		left:50%;
		left:calc(50% - 18px);
		top:auto;
		bottom:0;
	}
	
	.designwrapper .designright .designquarter{
		width:49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	
	.designwrapper .designright .designquarter:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width:550px){
	
	
	.designwrapper .designleft .title{
		font-size: 13px;
	}

	.designwrapper .designleft{
			font-size: 12px;
	}
	.designwrapper .designright{
			font-size: 12px;
	}
	.designwrapper .designright .designquarter .whitewrapper .redbutton{
		font-size: 10px;
	}
	
	.designwrapper .designright .designquarter .quarterheader{
		font-size:10px;
	}
}

.companytable{
	border-collapse: collapse;
	width:100%;
}

.companytable th{
	vertical-align: middle;
	padding:20px 10px;
	background-color:#d9dde6;
	text-align: center;
	white-space: nowrap;
	border:1px solid #808080;
}

.companytable td{
	padding:20px 30px;
	vertical-align: middle;
	border:1px solid #808080;
}

#map{
	width:100%;
	height:400px;
}

#loading{
	position: fixed;
	background-color:rgba(255,255,255,0.7);
	color:black;
	width:100%;
	height:100vh;
	z-index: 99999;
	display: none;
}
#loading .fa-spinner{
	position: absolute;
	font-size:60px;
	line-height: 60px;
	top:49%;
	top:calc(50% - 30px);
	left:49%;
	left:calc(50% - 30px);
}
#loading.show{
	display: block;
}

.canvusupload{
	position: absolute;
	z-index:2;
	top:55%;
	width:60%;
	left:20%;
	/*height:200px;*/
	cursor:all-scroll;
}

/*.type1.front .canvusupload{bottom:16%;width:27%;left:37%;}
.type1.back .canvusupload{bottom:13%;width:27%;left:36%;}
.type1.left .canvusupload{bottom:11%;width:13%;left:44%;}
.type1.right .canvusupload{bottom:11%;width:13%;left:43%;}
.type2.front .canvusupload{bottom:14%;width:28%;left:35%;}
.type2.back .canvusupload{bottom:15%;width:29%;left:36%;}
.type2.left .canvusupload{bottom:15%;width:11%;left:44%;}
.type2.right .canvusupload{bottom:15%;width:11%;left:44.5%;}
.type3.front .canvusupload{bottom:15%;width:30%;left:36%;}
.type3.back .canvusupload{bottom:16%;width:31%;left:36%;}
.type3.left .canvusupload{bottom:11%;width:15%;left:42%;}
.type3.right .canvusupload{bottom:11%;width:15%;left:43%;}*/

.designcanvasinner{
	position: relative;
	width:100%;
}

.designcanvasinner .custom_image{
	width:90%;
	display: block;
	margin:auto;
}


@media only screen and (max-width:550px){
	.companytable th,.companytable td{
		padding:15px 10px;
		font-size: 12px;
	}
}

#bigfeed li {
	border-right: 1px solid #fff;
	height: 200px !important;
	overflow: hidden;
	box-sizing: border-box;
	width:auto !important;
	padding:0 10px;
}
#bigfeed li img{
	max-width: none;
	height:100% !important;
}

.bx-wrapper {
    margin: 0 auto 0px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.columnwrapper{
	padding-right: 260px;
	min-height: 500px;
}

.columnlist{
	width:230px;
	position: absolute;
	right:0;
	top:0;
	border:1px solid #aeafaf;
	min-height: 500px;
}

.columnlist .columnlistheader{
	text-align: center;
	padding:5px ;
	background-color:#1f3134;
	color:white;
	font-weight: bold;
	font-size:20px;
}

.columnlist .columnlistinner{
	padding:5px;
}

.columnlist .columnlistinner a{
	display: block;
	position: relative;
	padding-left:30px;
	color:#1f3134;
	font-size:16px;
	line-height: 20px;
	margin:15px 0;
}

.columnlist .columnlistinner a img{
	position: absolute;
	height:20px;
	left:4px;
	top:0;
}

.spcatbutton{
	padding:10px 15px;
	color: white;
	font-size: 18px;
	position: relative;
	background-color:#1f3134;
	cursor:pointer;
	margin-top: 40px;
}

.spcatbutton span{
	position: absolute;
	right:20px;
	top:10px;
}

.pagination{
	margin-top: 100px;
	width:100%;
	background-color:#d7d8d8;
	color:#1f3134;
	text-align: center;
	/*padding:10px;*/
}

.pagination a.next.page-numbers,.pagination a.prev.page-numbers{
	color:#1f3134;
	font-size:16px;
	width:auto;
	height:auto;
	background-color:transparent;
}

.pagination a.page-numbers{
	color:#d7d8d8;
	width:20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	background-color:#1f3134;
	border-radius: 3px;
}
.pagination .page-numbers{
	margin:10px 15px;
	display: inline-block;
}

.blogcontent h2{
		background-image:url(../images/column/column_title1.png);
		background-position: bottom left;
		background-size: auto 50px;
		background-repeat: no-repeat;
		overflow: hidden;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		padding:10px 10px 10px 50px;
		margin:50px 0 30px;
		color:#595757;
}

.blogcontent h3{
	padding:10px 20px;
	position: relative;
	font-size:18px;
	font-weight: bold;
	color:#ff4800;
	display:inline-block;
	margin:30px 0 20px;
}

.blogcontent h3 .leftpart{
	width:15px;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	border-left:1px dotted #1f3134;
	border-top:1px dotted #1f3134;
	border-bottom:1px dotted #1f3134;
}
.blogcontent h3 .rightpart{
	width:15px;
	height:100%;
	position: absolute;
	right:0;
	top:0;
	border-right:1px dotted #1f3134;
	border-top:1px dotted #1f3134;
	border-bottom:1px dotted #1f3134;
}

.blogcontent h4{
	position: relative;
	color:#ff4800;
	padding:8px 10px 8px 95px;
	margin:20px 0 10px;
}

.blogcontent h4 img{
	width:80px;
	position: absolute;
	left:0;
	top:0;
}

.check_customimg{
	position: absolute;
}

.blogcontent .companytable th{
	width:210px;
}

.width90{
	width:90%;
	display: block;
	margin:auto;
}

.passwordform{
	width:500px;
	max-width: 100%;
	margin:100px auto;
}

.passwordform{
	font-size: 16px;
}

.passwordform label{
	margin:30px 0 5px;
	display: block;
}

.passwordform input[type=text]{
	line-height: 40px;
	padding:0 15px;
	width:100%;
	border:1px solid #a2a3a3;
	font-size: 25px;
	text-align: center;
	letter-spacing: 10px;
}

.passwordform input[type=submit]{
	display: block;
	width:100%;
	color:white;
	padding:10px;
	background-color:#d30044;
	text-align: center;
	margin:0 auto 80px;
	margin: 30px 0;
	font-size: 18px;
	line-height: 40px;
}

.blogcontent img{
	height: auto !important;
}

.blogcontent p{
	line-height: 1.9em;
}

@media only screen and (max-width:750px){
	.columnlistinner{
		width:300px;
		height:100vh;
		position: fixed;
		top:0;
		right:-310px;
		background-color:#354648;
		z-index: 9999;
	
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		-o-transition: right .2s ease-in-out;
		-ms-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	.columnlistinner{
		z-index: 9999;
	}
	
	.columnlistinner.open{
		right:0;
	}
	
	.columnlist .columnlistinner a{
		display: block;
		margin:0;
		padding:15px 20px;
		color:white;
		float:none;
		text-align: left;
		font-size:16px;
		height:auto;
		border-bottom:1px solid #1f3134;
	}
	
	.columnlistinner a img{
		display: none;
	}
	
	.columnlist{
		width:0px;
		overflow: hidden;
		border:none;
	}
	
	.columnwrapper{
		padding-right: 0;
	}
	
	.pagination{
		background-color:transparent;
		color:#d7d8d8;
	}
	
	.pagination a.next.page-numbers,.pagination a.prev.page-numbers{
		font-size:12px;
		border:none;
	}
	
	.pagination a.page-numbers,.pagination .page-numbers{
		color:#1f3134;
		width:15px;
		height:15px;
		line-height: 15px;
		background-color:transparent;
		border:1px solid #1f3134;
		border-radius: 3px;
		
	}
	.pagination .page-numbers.current{
		background-color:#1f3134;
		color:white;
	}
	.pagination .page-numbers{
		margin:0 5px;
	}
	
	.blogcontent h2{
		font-size:17px;
	}
}