@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #495661;
	line-height: 22px;
	background-color: #F0F0F0;
	background-image: -webkit-linear-gradient(131deg,rgba(255,255,255,1.00) 6.21%,rgba(240,240,240,1.00) 100%);
	background-image: -moz-linear-gradient(131deg,rgba(255,255,255,1.00) 6.21%,rgba(240,240,240,1.00) 100%);
	background-image: -o-linear-gradient(131deg,rgba(255,255,255,1.00) 6.21%,rgba(240,240,240,1.00) 100%);
	background-image: linear-gradient(319deg,rgba(255,255,255,1.00) 6.21%,rgba(240,240,240,1.00) 100%);
	height: 100%;
	background-attachment: fixed;
}
* {
	outline: none;
}
html {
	height: 100%;
}
.fl {
	float:left;
}
h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #495661;
}
a:visited {
	color:inherit;
}
a:hover {
	text-decoration: none;
}
a:active {
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.MainContainer {
}
.MainContainer .Header-Wrap {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 999;
	border-top: solid 1px #B9539E;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
}
.MainContainer .Header-Wrap .Header {
	width: 960px;
	height: 120px;
	margin: auto;
	position: relative;
	z-index: 999;
}
.MainContainer .Header-Wrap .Header .Logo {
	width: 78px;
	height: auto;
	margin-left: -15px;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 999;
}
.MainContainer .Header-Wrap .Header .Logo a {
	display: block;
}
.MainContainer .Header-Wrap .Header .Logo a img {
	width: 78px;
	height: auto;
}
.MainContainer .Header-Wrap .Header .MenuArea {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 999;
}
.MainContainer .Header-Wrap .Header .MenuArea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.MainContainer .Header-Wrap .Header .MenuArea ul li {
	display: inline-block;
}
.MainContainer .Header-Wrap .Header .MenuArea ul li a {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 400;
	color: #7F7F7F;
	font-size: 12px;
}
.MainContainer .Header-Wrap .Header .MenuArea ul li a:hover {
	border-bottom: solid 3px #B9539E;
	transition-property:all;
	transition-duration:0.2s;
	color: #686868;
}
.MainContainer .Header-Wrap .Header .MenuArea ul li a.Selected {
	border-bottom: solid 3px #B9539E;
	color: #B9539E;
}
.MainContainer .Header-Wrap .Social {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	right: 10px;
}
.MainContainer .Header-Wrap .Social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.MainContainer .Header-Wrap .Social ul li {
	margin-right: 2px;
	display: inline-block;
}
.MainContainer .Header-Wrap .Social ul li a {
}
.MainContainer .Header-Wrap .Social ul li a i {
	display: block;
	font-size: 18px;
	color: #797979;
	padding: 5px;
}
.MainContainer .Header-Wrap .Social ul li a i:hover {
	color: #B9539E;
	transition-property:all;
	transition-duration:0.2s;
}



.MainContainer .Header-Wrap .TopLink {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 999;
	top: 12px;
	left: 10px;
}
.MainContainer .Header-Wrap .TopLink ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.MainContainer .Header-Wrap .TopLink ul li {
	margin-right: 2px;
	display: inline-block;
}
.MainContainer .Header-Wrap .TopLink ul li a {
}
.MainContainer .Header-Wrap .TopLink ul li a i {
	display: block;
	font-size: 18px;
	color: #797979;
	padding: 5px;
}
.MainContainer .Header-Wrap .TopLink ul li a i:hover {
	color: #B9539E;
	transition-property:all;
	transition-duration:0.2s;
}
.MainContainer .Content-Wrap {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 120px;
}
.MainContainer .Content-Wrap .PageTitle {
	position:relative;
	text-align:center;
	display:block;
	margin: auto;
	margin-bottom:20px;
	padding-top: 30px;
	width: 90%;
}
.MainContainer .Content-Wrap .PageTitle:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -12%;
	display:block;
	width:24%;
	height:1px;
	border-top:solid 1px #B9539E;
	content:"";
	z-index:10;
}
.MainContainer .Content-Wrap .PageTitle:before {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -2%;
	display:block;
	width:4%;
	height:1px;
	border-top:solid 3px #B9539E;
	content:"";
	z-index:10;
}
.MainContainer .Content-Wrap .PageTitle h3 {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	z-index: 100;
	color: #424E58;
}

.MainContainer .Content-Wrap .HomeContent {
	width: 80%;
	height: auto;
	margin: auto;
	padding-top: 30px;
}
.MainContainer .Content-Wrap .Content {
	width: 70%;
	height: auto;
	margin: auto;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 300;
}
.MainContainer .Content-Wrap .Content .AboutArea {
	padding-bottom: 80px;
}
.MainContainer .Content-Wrap .Content .StaffArea {
	padding-top: 20px;
	width: 70%;
	box-sizing: border-box;
	margin: auto;
}
.MainContainer .Content-Wrap .Content .StaffList {
	padding: 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow:  0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 10px -3px rgba(0, 0, 0, 0.2);
	border: solid 1px #ECECEC;
	margin-bottom: 20px;
}
.MainContainer .Content-Wrap .Content .StaffList.Founder {
	width: 49%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.MainContainer .Content-Wrap .Content .StaffList:hover {
	transition-property:all;
	transition-duration:0.2s;
	background-color: #F8F8F8;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffImg {
	float: left;
	width: 120px;
	height: auto;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffImg img {
	width: 120px;
	height: auto;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail {
	padding-left: 140px;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle {
	border-bottom: solid 1px #D4D4D4;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle span {
	display: block;
	padding: 2px;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle span.Name {
	color: #B8539D;
	font-weight: 400;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle span.Position {
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .Resume {
	border-top: solid 1px #FFF;
}
.MainContainer .Content-Wrap .Content p.PTitle {
	color: #B8539D;
	display: block;
	font-weight: 400;
}
.MainContainer .Content-Wrap .Content .Title {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: solid 1px #D0D0D0;
	margin-bottom: 10px;
	color: #3D3D3D;
}
.MainContainer .Content-Wrap .ContactLeft {
	float: left;
	width: 47%;
	height: auto;
	padding-right: 3%;
}
.MainContainer .Content-Wrap .ContactLeft span {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: dotted 1px #C6C6C6;
}
.MainContainer .Content-Wrap .ContactLeft span i {
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 100;
	color: #B9539E;
	font-size: 16px;
}
.MainContainer .Content-Wrap .ContactRight {
	float: left;
	width: 47%;
	height: auto;
	padding-left: 3%;
}
.GoogleMaps {
	width: 100%;
	height: 340px;
	position: relative;
	z-index: 998;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	border-bottom: solid 3px #FFFFFF
}
.ProjectGoogleMaps {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	left: 0px;
	top: 0px;
}


.ProjectItem {
	width: 24%;
	height: auto;
	position: relative;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,1.00);
	padding: 8px;
	float: left;
	box-sizing: border-box;
	border-bottom: solid 3px rgba(228,228,228,1.0);
	border-right: solid 1px rgba(228,228,228,1.0);
	position: relative;
	 animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;	
}
.ProjectItem:hover {
	border-bottom: solid 3px rgba(185,83,158,1.00);
	transition-property:all;
	transition-duration:0.5s;
}
.ProjectItem:hover .Image img {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.ProjectItem .Image {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
}
.ProjectItem .Image img {
	width: 100%;
	height: 200px;
	max-height: 200px;
	display: block;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-property:all;
	transition-duration:200ms;
}
.ProjectItem .Info {
	width: 100%;
	height: auto;
}
.ProjectItem .Info {
}
.ProjectItem .Info span {
	display: block;
}
.ProjectItem .Info span.PName {
	font-size: 15px;
	color: rgba(39,39,39,1.00);
	font-weight: 400;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	height: 40px;
	overflow: hidden;
}
.ProjectItem .Info span.Location {
	font-size: 13px;
	color: rgba(124,124,124,1.00);
	font-style: italic;
	font-weight: 300;
}













#Loader-Wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255,255,255,0.75);
}
#Loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E786CD;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#Loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #B8549E;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#Loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9B3580;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}






@keyframes ItemAnimation {
  0% {
    opacity:0;
    transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes ItemAnimation {
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes ItemAnimation {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes ItemAnimation {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes ItemAnimation {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-30px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
.MobileMenu {
	display: none;
}
.MobileListMenu {
	display: none;
}


.FormGroup {
	margin-bottom: 5px;
}
.FormGroup label {
	margin-bottom: 5px;
	display: block;
}
.FormGroup input[type='text'] {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #CAD9DC;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
}
.FormGroup input[type='submit'], [type='button'] {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 6px;
	background-color:#3F3F3F;
	color:#FFF;
	box-sizing: border-box;
	border: solid 1px #3F3F3F;
	-webkit-appearance: none;
   -moz-appearance:    none;
}
.FormGroup input:hover[type='submit'], [type='button'] {
	background-color:#B9539E;
	border: solid 1px #B9539E;
	transition-property:all;
	transition-duration:0.2s;
}
.FormGroup textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	border:none;
	border-bottom: 1px solid #CAD9DC;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	box-sizing:border-box;
	-webkit-appearance: none;
   -moz-appearance:    none;
}


.ProjectContent {
	width: 100%;
	padding-top: 20px;
}
.ProjectContent .ProjectInfo {
	width: 69.5%;
	margin-right: 0.5%;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 30px;
	box-sizing: border-box;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	border: solid 1px #E7E7E7;
}
.ProjectContent .ProjectInfo .ProjectTitle {
}
.ProjectContent .ProjectInfo .ProjectTitle h4 {
	font-size: 18px;
	font-weight: 400;
	color: #B8549E;
	padding: 5px;
}
.ProjectContent .ProjectInfo .ProjectTitle span {
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	padding: 2px;
	padding-left: 5px;
	display: block;
	color: #758897;
}
.ProjectContent .ProjectInfo .ProjectTextDetail {
	padding: 5px;
}
.ProjectContent .ProjectInfo .ProjectPhotos {
	padding-top: 20px;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul li a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	border: solid 1px #949494;
	-webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1);
    transition: all 100ms ease-out;
    transform: scale(1);  
	position: relative;
	z-index: 10;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul li a:hover {
	display: inline-flex;
	width: 130px;
	height: 90px;
	border: solid 3px #B8539D;
	-webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1.1); 
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1.1); 
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-out;
    transform: scale(1.1);  
	position: relative;
	z-index: 999;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul li a img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 90px;
	display: block;
}
.ProjectContent .ProjectDetail {
	float: left;
	width: 29.5%;
	margin-left: 0.5%;
	background-color: #FFFFFF;
	min-height: 200px;
	box-sizing: border-box;
	padding: 15px;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	border: solid 1px #E7E7E7;
}
.ProjectContent .ProjectDetail h5 {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 2px;
	color: #B8539D;
}
.ProjectContent .ProjectDetail p {
	padding-bottom:10px;
	margin: 0px;
	font-size: 14px;
	color: #5F707E;
}

.NewsContent {
	
}
.NewsContent .NewsBlock {
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 30px;
	box-sizing: border-box;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	border: solid 1px #E7E7E7;
	margin-bottom: 30px;
}
.NewsContent .NewsBlock .NewsTitle {
	font-size: 18px;
	font-weight: 400;
	color: #B8549E;
	padding: 5px;
}
.NewsContent .NewsBlock .NewsDetail {
	padding: 5px;
}
.NewsContent .NewsBlock .NewsPhotos {
	padding-top: 20px;
}
.NewsContent .NewsBlock .NewsPhotos ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.NewsContent .NewsBlock .NewsPhotos ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.NewsContent .NewsBlock .NewsPhotos ul li a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	border: solid 1px #949494;
	-webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1);
    transition: all 100ms ease-out;
    transform: scale(1);  
	position: relative;
	z-index: 10;
}
.NewsContent .NewsBlock .NewsPhotos ul li a:hover {
	display: inline-flex;
	width: 130px;
	height: 90px;
	border: solid 3px #B8539D;
	-webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1.1); 
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1.1); 
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-out;
    transform: scale(1.1);  
	position: relative;
	z-index: 999;
}
.NewsContent .NewsBlock .NewsPhotos ul li a img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 90px;
	display: block;
}




@media screen and (min-width:992px) and (max-width:1280px) {


.MainContainer .Content-Wrap .Content {
	width: 80%;
}

}



@media screen and (max-width : 1280px) {
.MainContainer .Content-Wrap .HomeContent {
	width: 96%;
	height: auto;
	margin: auto;
	padding-top: 30px;
}

}




@media screen and (max-width:992px) {
.MainContainer .Header-Wrap .Header {
	width: 100%;
	height: 70px;
	margin: auto;
	position: relative;
	z-index: 999;
}
.MainContainer .Header-Wrap .Header .Logo {
	width: 62px;
	height: auto;
	margin-left: -31px;
	position: absolute;
	top: 4px;
	left: 50%;
	z-index: 999;
}
.MainContainer .Header-Wrap .Header .Logo a {
	display: block;
}
.MainContainer .Header-Wrap .Header .Logo a img {
	width: 66px;
	height: auto;
}
.MainContainer .Header-Wrap .Header .MenuArea {
	display: none;
}
.MainContainer .Header-Wrap .TopLink {
	display: none;
}
.MainContainer .Header-Wrap .Social {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 999;
	top: 20px;
	left: 10px;
	right:inherit;
}
.MainContainer .Content-Wrap {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 70px;
}
.MainContainer .Content-Wrap .Content {
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
	.MainContainer .Content-Wrap .PageTitle {
	position:relative;
	text-align:center;
	display:block;
	margin: auto;
	margin-bottom:20px;
	padding-top: 20px;
	width: 90%;
}
.MainContainer .Content-Wrap .PageTitle:after {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -12%;
	display:block;
	width:24%;
	height:1px;
	border-top:solid 1px #B9539E;
	content:"";
	z-index:10;
}
.MainContainer .Content-Wrap .PageTitle:before {
	position:absolute;
	top:120%;
	left: 50%;
	margin-left: -2%;
	display:block;
	width:4%;
	height:1px;
	border-top:solid 3px #B9539E;
	content:"";
	z-index:10;
}
.MainContainer .Content-Wrap .PageTitle h3 {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 24px;
	font-weight: 300;
	position: relative;
	z-index: 100;
	color: #424E58;
}
.MainContainer .Content-Wrap .HomeContent {
	width: 90%;
	height: auto;
	margin: auto;
	padding-top: 30px;
}
.MainContainer .Content-Wrap .Content {
	font-size: 14px;
}
.MainContainer .Content-Wrap .Content .Title {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: solid 1px #D0D0D0;
	margin-bottom: 10px;
	color: #3D3D3D;
}
.MainContainer .Content-Wrap .ContactLeft {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0%;
	margin-bottom: 40px;
}
.MainContainer .Content-Wrap .ContactLeft span {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: dotted 1px #C6C6C6;
}
.MainContainer .Content-Wrap .ContactLeft span i {
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 100;
	color: #B9539E;
	font-size: 16px;
}
.MainContainer .Content-Wrap .ContactRight {
	float: none;
	width: 100%;
	height: auto;
	padding-left: 0%;
}
	
	
	
.MainContainer .Content-Wrap .Content .StaffArea {
	padding-top: 20px;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
}
.MainContainer .Content-Wrap .Content .StaffList {
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow:  0 3px 10px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 10px -3px rgba(0, 0, 0, 0.2);
	border: solid 1px #ECECEC;
	margin-bottom: 20px;
}
.MainContainer .Content-Wrap .Content .StaffList.Founder {
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-right: 0%;
}
.MainContainer .Content-Wrap .Content .StaffList:hover {
	transition-property:all;
	transition-duration:0.2s;
	background-color: #F8F8F8;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffImg {
	float: left;
	width: 90px;
	height: auto;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffImg img {
	width: 90px;
	height: auto;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail {
	padding-left: 100px;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle {
	border-bottom: solid 1px #D4D4D4;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle span {
	display: block;
	padding: 2px;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle span.Name {
	color: #B8539D;
	font-weight: 400;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .StaffTitle span.Position {
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
}
.MainContainer .Content-Wrap .Content .StaffList .StaffDetail .Resume {
	border-top: solid 1px #FFF;
}
.ProjectItem {
	width: 100%;
	height: auto;
	position: relative;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1.00);
	padding: 8px;
	float: none;
	box-sizing: border-box;
	border-bottom: solid 3px rgba(228,228,228,1.0);
	border-right: solid 1px rgba(228,228,228,1.0);
	position: relative;
	 animation: ItemAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ItemAnimation ease-in-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ItemAnimation ease-in-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ItemAnimation ease-in-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ItemAnimation ease-in-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;	
}
	.ProjectItem .Image {
	width: 100%;
	height: 240px;
	max-height: 240px;
	overflow: hidden;
}
	.ProjectItem .Image img {
	width: 100%;
	height: 240px;
	max-height: 240px;
	display: block;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-property:all;
	transition-duration:200ms;
}
	
	
	
	
	.ProjectContent .ProjectInfo {
	width: 100%;
	margin-right: 0;
	float: none;
		margin-bottom: 30px;
}
	.ProjectContent .ProjectDetail {
	float: none;
	width: 100%;
	margin-left: 0%;
	background-color: #FFFFFF;
}
	.ProjectContent .ProjectInfo .ProjectPhotos ul li {
	float:left; 
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5px;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul li a {
	display: block;
	float:left; 
	width: 100%;
	height: 90px;
	border: solid 1px #949494;
	-webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1);
    transition: all 100ms ease-out;
    transform: scale(1);  
	position: relative;
	z-index: 10;
}
.ProjectContent .ProjectInfo .ProjectPhotos ul li a:hover {
	display: block;
	width: 100%;
	height: 90px;
	border: solid 1px #B8539D;
	-webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-out;
    transform: scale(1);  
	position: relative;
	z-index: 999;
}
	
	
.NewsContent .NewsBlock .NewsPhotos {
	padding-top: 20px;
}
.NewsContent .NewsBlock .NewsPhotos ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.NewsContent .NewsBlock .NewsPhotos ul li {
	float:left; 
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5px;
}
.NewsContent .NewsBlock .NewsPhotos ul li a {
	display: block;
	float:left; 
	width: 100%;
	height: 90px;
	border: solid 1px #949494;
	-webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1);
    transition: all 100ms ease-out;
    transform: scale(1);  
	position: relative;
	z-index: 10;
}
.NewsContent .NewsBlock .NewsPhotos ul li a:hover {
	display: block;
	width: 100%;
	height: 90px;
	border: solid 1px #B8539D;
	-webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-out;
    transform: scale(1);  
	position: relative;
	z-index: 999;
}

	
	
	
	
	
.MobileMenu {
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 999;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}
.MobileMenu i {
	font-size: 28px;
	color: #585858;
}
.MobileMenu i.active {
	color: #B9539E;
	transition-property:all;
	transition-duration:0.2s;
}
.MobileListMenu {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 998;
	top: 70px;
	left: 0px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.20), 0 1px 0px 0 rgba(0,0,0,0.02);
}
.MobileListMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.MobileListMenu ul li {
}
.MobileListMenu ul li a {
	display: block;
	padding: 12px;
	font-size: 13px;
	font-weight: 400;
	border-bottom: solid 1px #DFDFDF;
	text-align: center;
}
.MobileListMenu ul li a:hover {
	border-bottom: solid 1px #A8438D;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: #B9539E;
	transition-property:all;
	transition-duration:0.0s;
}
}

