@charset "UTF-8";
/*---
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
---*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;color: #D24B21;}

a:hover {
    text-decoration: underline;
}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background: url('../images/bg.png')repeat top;
	font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,'MS UI Gothic',arial,helvetica,clean,sans-serif;
	font-size: 13px;
	line-height: 190%;
	color: #555;
	font-weight: normal;
}
.ned-wrap{
	width: 1000px;
	margin:0 auto;
	padding:0px 1em;
}

.mainImg {
    background: #fff;
    padding: 10px;
}

.mainImg img {
    display: block;
}

h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 190%;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 190%;
}

h2,h3 {
    color: #666;
    padding: 20px 0 10px;
}
.image-slider {
	padding:2em 0;
	background:#613854;
}

.fullCont {
    padding: 40px 0;
}
.header{
	background: #fff;
	margin: 0 0 0px;
}
.logo{
	float: left;
	padding: 30px 0px 24px 0px;
}

.logo a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #aaa;
}

.logo a {
    font-size: 29px;
    line-height: 35px;
}
.top-nav{
	float:right;
	width: 100%;
	text-align: right;
}
.top-nav ul li{
	display:inline-block;
	float:left;
}
.top-nav ul li a{
	font-family: 'Karla', sans-serif;
	color: #444;
	text-transform: uppercase;
	padding: 14px 25px;
	display: block;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 16px;
}
.top-nav li.active> a, .top-nav li> a:hover {
	background: #D24B21;
	color:#fff;
	text-decoration: none;
}
/*---content----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.ned-grid3{
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
	border: 1px solid #eee;
	}
.ned-grid3:first-child { 
	margin-left: 0; 
} 
.ned-image3 {
	width: 32%;
	padding: 25px;
	background: #FFF;
	box-sizing: border-box;
}
.ned-image3  img {
	max-width:100%;
	display:block;
	-webkit-filter: grayscale(100%);
	opacity: 0.99;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	margin: 0 0 30px;
}
.ned-image3  img:hover{
	opacity: 1;
	-webkit-filter: grayscale(0%);
}
.ned-image3:hover img{
	opacity: 1;
	-webkit-filter: grayscale(0%);
}
.ned-image3  h3{
	color:#613854;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0px 0px 10px 0px;
}
.ned-image3  p  {
}
.button{
	margin: 26px 0;
	line-height: 20px;
}
.button a{
		padding: 10px 12px;
		background: #3C3A3B;
		text-transform: uppercase;
		color: #fff;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
}
.button a:hover{
        background: #D24B21;
        color: #FFF;
        text-decoration:none;
}
.last p{
	padding:0px 0px  10px 0px;
}
.last ul li{
	display:block;
}
.last ul li a{
	font-size: 0.8125em;
	padding: 14px 0;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	color:#613854;
}
.last ul li{
	background: url(../images/marker.png) 0 10px no-repeat;
	padding-left: 18px;
	padding: 5px 21px;
	border-bottom: 1px solid #EEE;
}
.last ul li a:hover{
	color:#6A6B6A;
}
.last ul li:hover{
	background: url(../images/marker1.png) 0 10px no-repeat;
}
.last ul{
	padding: 0px 0px 16px 0px;
}
/*---box----*/
.left-box h3{
	font-family: 'Karla', sans-serif;
	color:#613854;
	text-transform: uppercase;
	font-size: 1.6em;
}
.left-box{
	width: 67%;
	float: left;
	border: 1px solid #eee;
	background: #FFF;
	padding: 30px;
	box-sizing: border-box;
}

p {
    margin-bottom: 10px;
}

.left-box1{
	float: left;
	width: 41%;
	padding: 0 34px;
}
.left-box1 p{
	font-size: 0.8125em;
	padding: 14px 0;
	color:#777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.left-box1 h5,.left-box1 span{
	color:#613854;
	font-size: 0.8125em;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.left-box1 h5{
	font-weight:bold;
}
.left-box1 span{
	padding:0px;
}
.frist-box{
	border-right:1px solid #EEE;	
}
.left-box a{
}
.left-box a:hover{
	color:#613854;
	background: url(../images/marker.png) 0 16px no-repeat;
}
/*----right-box----*/
.right-box{
	float:right;
	width: 30%;
	padding:30px;
	border: 1px solid #EEE;
	background: #FFF;
	box-sizing: border-box;
}
.right-box h3{
	font-family: 'Karla', sans-serif;
	color:#613854;
	text-transform: uppercase;
	font-size: 1.6em;
}
.right-box-grid-img{
	float:left;
	width: 25%;
}
.right-box-grid-info{
	float:right;
	width: 73%;
}
.shadow{
	text-align:center;
}
.right-box-grid-info span {
	color: #613854;
	font-size: 0.8125em;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.right-box-grid-info p{
	font-size: 0.8125em;
	color:#777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.right-box-grid-img img{
	background:#3C3A3B;
	padding: 5px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-box-grid-img img:hover{
	background:#613854;
}
.right-box-grid {
	padding: 10px 0px;
	border-bottom: 1px solid #EEE;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-box-grid:hover img{
	background: #613854;
}
.seeall a{
	font-size: 0.8125em;
	padding: 11px 22px;
	color:#613854;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	display: block;
	background: url(../images/marker1.png) 0 16px no-repeat;
}
.seeall a:hover{
	color:#613854;
	background: url(../images/marker.png) 0 16px no-repeat;
}
.box {
	margin: 5px 0px;
}

.box:after {
    display: block;
    clear: both;
    content: '';
}
/*---footer----*/
.footer-left{
}
.footer-right{
	margin-top: 0px;
}
.footer-right p{
	text-transform: uppercase;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer {
	padding: 30px 0px 30px 0px;
	margin-top: 3em;
	background:#FFF;
}
.footer-right p a{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right p a:hover{
	color:#3C3A3B;
}
/*---about----*/
.see{
	float:right;
}
/*---services----*/
.services {
	margin-top: 12px;
}
.service-content h3{
	font-size: 1.5em;
	color: #613854;
	border-bottom: 1px solid #EEE;
	font-family: 'Karla', sans-serif;
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	color: #613854;
	font-family: 'Karla', sans-serif;
}
.service-content ul li p{
	float:right;
	width: 94.5%;
	display: block;
	font-size: 0.8125em;
	color:#777;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	padding: 2px 0px 5px 0px;
	line-height: 1.7em;
}
.service-content ul li p a{
	font-size: 1.2em;
	color: #613854;
	font-family: 'Karla', sans-serif;
	display: block;
}
.service-content{
	float: left;
	width: 69.18%;
	padding: 30px;
	background:#fff;
	border:1px solid #eee;
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width: 20%;
	padding:30px;
	background:#fff;
	border:1px solid #eee;
}
.services-sidebar h3{
	font-size: 1.5em;
	color: #613854;
	border-bottom: 1px solid #eee;
	font-family: 'Karla', sans-serif;
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
}
.services-sidebar ul li a{
	display: block;
	font-size: 0.8125em;
	color:#613854;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color:#777;
}
.services-sidebar ul li {
	border-bottom: 1px solid #EEE;
	background: url(../images/marker.png) 0 14px no-repeat;
	padding: 9px 15px 8px 22px;
}
.services-sidebar ul li:hover{
	background: url(../images/marker1.png) 0 14px no-repeat;
}
/*---projects----*/
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 25px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #FFF;
	padding: 11px 18px;
	background: #3C3A3B;
	text-decoration: none;
	text-shadow: none;
	margin: 16px 0;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #3C3A3B;
	color:#fff;
}
.content h4{
	font-size: 1.5em;
	color: #613854;
	border-bottom: 1px solid #EEE;
	font-family: 'Karla', sans-serif;
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: #fff;
}
.ned-galle {
	background: #fff;
	padding: 0px 30px;
	padding-bottom:3em;
}

.ned-pages {
    border-radius: 10px;
    padding: 0;
    margin: 30px 0;
}

.mainPage .ned-pages {
    background: #fff;
    padding: 15px 30px 30px;
    border-radius: 0;
}

.mainPage .ned-pages img {
    width: 40%;
    float: left;
    margin: 0 20px 20px 0;
}

.ned-pages h3 {
    margin: 0 0 21px;
    padding: 0;
}

.ned-pages:after {
    display: block;
    content: '';
    clear: both;
}

.ned-pages img {
    width: 100%;
    margin: 0 0 20px;
}

img {}

.page01 img {
    width: 40%;
    float: left;
    margin: 0 20px 20px 0;
    max-width: 500px;
}
/*---contact----*/
.contact{
	padding:0em 1em;
	margin-top:0.5em;
}
.contact1{
	background:#fff;
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}

.pr-link li {
    padding: 10px 0;
    border-bottom: 1px solid #E8E7E7;
}

.section.group {
    margin: 36px 0;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-size: 1.5em;
	color: #613854;
	font-family: 'Karla', sans-serif;
	padding:5px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #613854;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	padding: 10px 12px;
	font-size: 1em;
	background: #3C3A3B;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Karla', sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
}
.contact-form input[type="submit"]:hover{
	background: #613854;
	color: #FFF;
}
.contact-form input[type="submit"]:active{
	background: #613854;
	color: #FFF;
}
.company_address p{
	font-size: 0.8125em;
	padding: 4px 0;
	color:#777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
#menuButt{
		display:none;
	}
/***** Media Quries *****/
@media screen and ( max-width:1024px){
	#menuButt{
		display:block;
		margin: 10px;
	}
	#menuTop{
		display:none;
	}
	.ned-wrap{
		width:auto;
	}
	.logo a{
		font-size:24px;
		line-height:30px
	}
	.top-nav ul li{
		width:100%;
		text-align:center;
	}
	.ned-image3{
		width:100%;
		margin:20px 0;
	}
	.ned-image3 img{
		width:40%;
		max-width:500px;
		float:left;
		margin:0 15px 15px 0
	}
	body{
		background-size:100%;
	}
	.left-box,.right-box{
		width:100%;
		float:none;
	}
	.ned-pages img{
		width:40%;
		float:left;
		margin:0 15px 15px 0;
	}
}
@media screen and ( max-width:420px){
	.logo a{
		font-size:17px;
	}
}