
		
---------------------------------------------------------------------------------
/* 1. CSS Reset
-------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	font-family: "微軟正黑體","Microsoft JhengHei",helvetica, Arial, Sans-Serif !important;
}
body {
	color:#fff;
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-weight: 300;
	position:relative;
	background:#ead186;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color:#fff;
	outline:none;
}

/*----------------------------------------------------
word color
------------------------------------------------------*/
.bannerText h1{color:#7e378d;}
.bannerText h2{color:#7e378d;}
.col-lg-7 h3{color:#7e378d;} /* 紫色 */
.col-lg-7 h4{color:#666666;} /* 副標深灰色 */
.col-lg-7 p{color:#551463;} /* 文字深紫色 */


.heading h2{color:#7e378d;}
.heading p{color:#474d5d;}

.skills h4{color:#7e378d;}



/*----------------------------------------------------
 2.	Document Setup
------------------------------------------------------*/
.wrapper{
	width:100%;
}

.spHeight{
	padding-top:63px;
}

.noMar{
	margin:0 !important;
}

.noPadd{
	padding:0px !important;
}

.container .row{
	margin:0px;
}

p{
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-size:16px;
	line-height:21px;
	font-weight:400;
	padding:15px 0;
	margin:0px;
}

h1{
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-size:80px;
	line-height:90px;
	font-weight:700;
	margin:0px;
	padding-bottom:8px;
}

h2{
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-size:36px;
	line-height:38px;
	padding-bottom:0px;
	font-weight:300;
	text-transform:uppercase;
	margin:0px;
}

h3{
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-size:24px;
	line-height:30px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}

h4{
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-size:19px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:600;
	margin:0px;
}

h5{
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-size:16px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}

h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:center;
	padding-bottom:25px;
}


/*----------------------------------------------------
 3.	Header Part
------------------------------------------------------*/
header{
	position:relative;
}

.banner{
	overflow:hidden;
	margin:0 auto !important;
	background:#EAD186;
}

.bannerText{
	position:absolute;
	left:0;
	right:0;
	top:35%;
	text-align:center;
	padding:30px 0 30px ;
	max-width:960px;
	border:1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	zoom: 1;
}


.bannerPart{
	width: 100%;
	height:100%;
	overflow:hidden;
  	background-size: cover;
  	background: url(../images/indexbanner.jpg) bottom center no-repeat;
}

.bannerText h1{
	/*text-transform:uppercase; */
}

.bannerText h2{
	font-size:34px;
	text-transform:none;
}




/*------------------------------------
	3.1 Slide show background control
--------------------------------------*/ 
.cb-slideshow{
	background:#1b1f2b;
}

.cb-slideshow li{
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}




/*---------------------------------------------------------------------------------
 4. Background slider CSS style
-------------------------------------------------------------------------------*/
.ri-grid {
	margin:0px auto;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ri-grid ul:before, .ri-grid ul:after {
	content: '';
	display: table;
}

.ri-grid ul:after {
	clear: both;
}

.ri-grid ul {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1 {
	width: 55%;
}

.ri-grid-size-2 {
	width: 100%;
}

.ri-grid-size-3 {
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after, .ri-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.ri-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after, .ri-grid-loading:before {
	display: none;
}

.ri-loading-image {
	display: none;
}

.ri-grid-loading .ri-loading-image {
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}


/*----------------------------------------------------
 5.	Menu Style
------------------------------------------------------*/
.isStuck{
    left:0px;
    width:100%;
}

.menu{
	 margin-top:0px;
	 position: static;
	 left:0px;
	 right:0px;
}

.navwrapper .container{
	padding:0;
	width:auto;
}

.navbar-header{
	display:none;
}

.nav > li > a{
	display:inline-block;
}

.navbar-nav > li{
	float: none;
	display: inline;
}

.navbar-nav{
	margin: 0 auto;
	text-align: center;
	float: none;
}

.navbar-toggle{
	margin-top:14px;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  margin-top:0px;
  position: relative;
  z-index: 15;
  background:#ffe8a1;

  /*Loryn*/
  position: fixed;
  top: 0;
  left:0;
  right: 0;
}

.navbar-wrapper .container{
	padding:0px;
}

.navbar-collapse{
	padding:0;
}

.navbar-collapse.in{
	max-height:100%;
}

.navbar.navbar-inverse.navbar-static-top {
  margin:0px auto;
  background:#ffe8a1;
  color:#c3c8d6;
  border:none;
  font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
  font-size:16px;
  text-transform:uppercase;
}

.navbar.navbar-inverse.navbar-static-top a{
  color:#aa822d;
  padding:22px 25px;
  line-height:18px;
  text-align:center;
}

.navbar.navbar-inverse.navbar-static-top a:hover{
  color:#aa822d;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  background:#ffffff;
  color:#aa822d;
}

.navbar-inverse .navbar-nav>.active>a:hover {
  background:#fff4d3;
  color:#aa822d;
}

.hideClass{
	display:none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #0A64A4;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}





/*----------------------------------------------------
 6.	result Style
------------------------------------------------------*/

.result{
	/*background:#e4c76c;*/
	/*
	background: #ead186;
	background: -moz-linear-gradient(top,  #ead186 0%, #ead186 32%, #ffffff 60%, #996cac 100%);
	background: -webkit-linear-gradient(top,  #ead186 0%,#ead186 32%,#ffffff 60%,#996cac 100%);
	background: linear-gradient(to bottom,  #ead186 0%,#ead186 32%,#ffffff 60%,#996cac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead186', endColorstr='#996cac',GradientType=0 );
	*/
	color:#fff;
	position:relative;
	background-size: cover;
	background: url(../images/1980x1080.png) #e4c76c center bottom no-repeat;
}

.result .container{
	padding-top:85px ;
	padding-bottom:93px ;

	/*Loryn*/
	padding-top:63px ;
}

.aboutTop{
	background:#00bdbd;
	height:60px;
}

.spHeight .aboutTop{
	margin-top:-62px !important;
}

.bntDownload{
	font-size:16px;
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
	font-weight:700;
	background:#7e378d;
	padding:16px 22px;
	display:inline-block;
}

.bntDownload:hover{
	background:#373d4c;
	color:#CCCCCC;
	text-decoration:none;
}

.ar_list{
	width: 100%;
	margin-top: 30px;
}

.ar_list ul{
	padding-left: 0;
}

.ar_list ul li{
	list-style-type: none;
	background-color: #7e378d;
	margin: 15px;
	display: inline-block;
}


.ar_list ul li a{
	display: block;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}

.ar_list ul li:hover{
	background-color: #aa822d;
}

.ar_list ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}

.ar_list_item_1{
	width:180px;
	height:50px;
	margin: 0 auto;
	background: url(../images/180x40-1.png)#7e378d top center no-repeat;
	background-size: cover;
}

.ar_list_item_2{
	width:180px;
	height:50px;
	margin: 0 auto;
	background: url(../images/180x40-2.png)#7e378d top center no-repeat;
	background-size: cover;
}

.ar_list_item_3{
	width:180px;
	height:50px;
	margin: 0 auto;
	background: url(../images/180x40-3.png)#7e378d top center no-repeat;
	background-size: cover;
}

.ar_list_item_4{
	width:180px;
	height:50px;
	margin: 0 auto;
	background: url(../images/180x40-4.png)#7e378d top center no-repeat;
	background-size: cover;
}

.ar_list_item_5{
	width:180px;
	height:50px;
	margin: 0 auto;
	background: url(../images/180x40-5.png)#7e378d top center no-repeat;
	background-size: cover;
}

.pecent_img{
	width: 900px;
	height:600px;
	margin: 0 auto;
	background: url(../images/pecent.jpg)top center no-repeat;
	background-size: cover;
}


/*----------------------------------------------------
 7.	data Style
------------------------------------------------------*/
.addspace{
	height:60px;
	background:#eeeeee;
}

.data{
	background:#ffffff;
	color:#474d5d;
}

.data .container{
	padding-top:85px ;
	padding-bottom:69px ;
}

.data p{
	color:#474d5d;
}

.data h2{
	color:#cb9e20;
}

.data_link ul{
	width: 86%;
	margin: 0 auto;
}

.data_link ul li{
	list-style-type: none;
	display: inline-block;
}

.data_link ul li a{
	display: block;
	text-decoration: none;
	width: 450px;
	height:450px;
	margin: 0 auto;
}

.data_link ul li a.data1{
  	background-size: cover;
  	background: url(../images/data1.jpg) top center no-repeat;
}

.data_link ul li a.data2{
  	background-size: cover;
  	background: url(../images/data2.jpg) top center no-repeat;
}

.data_link ul li a.data3{
  	background-size: cover;
  	background: url(../images/data3.jpg) top center no-repeat;
}

.data_link ul li a.data4{
  	background-size: cover;
  	background: url(../images/data4.jpg) top center no-repeat;
}


.dataPart{
	width: 900px;
	height:300px;
	margin: 0 auto;
  	background-size: cover;
  	background: url(../images/pecent.jpg) top center no-repeat;
}



/*----------------------------------------------------
 8.	article Style
------------------------------------------------------*/
.article{
	background:#fff;
}

.article .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.article h2{
	color:#cb9e20;
}

.article p{
	color:#474d5d;
	/*font-size:13px;*/
	line-height:18px;
}

.article .heading p{
	padding-bottom:41px;
}

.article h4{
	font-weight:700;
}

.workDetails .rightArea{
	padding-bottom:47px;
}
.workDetails:last-child .rightArea{
	padding-bottom:0px;
}

.workYear{
	font-size:17px;
	color:#fff;
	background:#e3c672;
	text-align:center;
	width:160px;
	height:160px;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.workYear a{
	width:160px;
	height:160px;
	display: block;
}

.p1{
	width:160px;
	height:160px;
    background: url(../images/160x160-1.png) top center no-repeat;
}

.p2{
	width:160px;
	height:160px;
    background: url(../images/160x160-2.png) top center no-repeat;
}

.p3{
	width:160px;
	height:160px;
    background: url(../images/160x160-3.png) top center no-repeat;
}

.p4{
	width:160px;
	height:160px;
    background: url(../images/160x160-4.png) top center no-repeat;
}


.p5{
	width:160px;
	height:160px;
    background: url(../images/160x160-5.png) top center no-repeat;
}

.arrowpart{
	float:left;
	width:15px;
	height:50px;
	margin-top: 15px;
	background:url(../images/arrow-left.png) no-repeat 0 23px;
}

.exCon{
	width:auto;
	background:#f3f3f3;
	border-bottom:solid 4px #eeeeee;
	padding:22px 47px 6px 47px;
	margin:15px 0 0 15px;
	text-align:left;
}

.exCon p{
	color:#474d5d;
	line-height:21px;
}

.exCon a{
	color:#7e378d;
	padding-bottom:3px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-family: "微軟正黑體", helvetica, Arial, Sans-Serif !important;
}

.exCon h5{
	color:#474d5d;
}


/*----------------------------------------------------
 10. comment Style
------------------------------------------------------*/
.comment_gc{
	background:#e3c672;
}

.comment_gc .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.comment_gc .heading p{
	padding-bottom:41px;
}

.comment_gc h4{
	font-weight:700;
}

.portfolioFilter{
	display:block;
	margin:0 auto;
	text-align: center;
}

.portfolioFilter ul{
	margin:0 auto;
	text-align:center;
	display:block;
	margin-bottom:30px;
}

.portfolioFilter ul li{
	display:inline-block;
	margin:5px 5px;
}

.portfolioFilter ul li a{
	padding:16px 18px;
	font-size:13px;
	line-height:15px;
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	border:solid 1px #95d9ee;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a:hover{
	border:solid 1px #15596e;
	color:#15596e;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a.current{
	background:#15596e;
	border:solid 1px #15596e;
	color:#fff;
}

ul.portfolioContainer{
	display:block;
	padding:0px;
	list-style-type:none;
}

ul.portfolioContainer li{
	display:block;
	min-height:205px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

ul.portfolioContainer li .lightCon{
	display:block;
	margin:3px 3px 4px 4px;
	position:relative;
	overflow:hidden;
}

ul.portfolioContainer li img{
	 width:100%;
	 height:auto;
	 display:block;
}

span.hoverBox{
	visibility:hidden;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	bottom: 0px;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	background: rgba(0, 0, 0, 0.1);
}

ul.portfolioContainer li:hover span.hoverBox{
	visibility:visible;
	left:0px;
	bottom: 0px;
	
	background: rgba(0, 0, 0, 0.8);
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox a{
	line-height:42px;
}

span.hoverBox .smallIcon{
	width: 94px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -21px;
}

span.hoverBox .zoom{
	visibility:hidden;
	width:42px;
	height:42px;
	background:#996CAC;
	color:#fff;
	position: relative;
	left:-150%;
	/*top:40%;*/
	text-align:center;
	line-height:50px;
	display: block;
	float: left;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

ul.portfolioContainer li:hover span.hoverBox .zoom{
	visibility:visible;
	left:0;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox .linKed{
	visibility:hidden;
	width:42px;
	height:42px;
	background:#313131;
	color:#fff;
	position: relative;
	right:-150%;
	/*top:40%;*/
	text-align:center;
	line-height:52px;
	display: block;
	float: right;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

ul.portfolioContainer li:hover span.hoverBox .linKed{
	visibility:visible;
	right:0%;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
	padding:0;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.abc{
	position: absolute;
	width: 782px;
	height: auto;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: 0 auto;
}

.abc #pbImage{
	position:static !important;
}

#pbCaption{
	display:block;
	background:none !important;
}

#pbBottom{
	position: relative !important;
	left: 26.1% !important;
	bottom: 0px !important;
	width: 100% !important;
	margin-left: -26% !important;
	padding: 0px !important;
	height:80px !important;
	
	display: block;
	background-color: rgba(24,27,34,1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
}

#pbCloseBtn{
	position:absolute !important;
}



/*----------------------------------------------------
 12. Footer Style
------------------------------------------------------*/
.footer{
	background:#ffe8a1;
	background-size: cover;
	background: url(../images/1980x1080.png) #e4c76c center bottom no-repeat;
}

.footer ul{
	padding-left: 0px;
}

.footer .container{
	padding:40px 0;
}

.footer ul{
	margin:0 auto;
	text-align:center;
	list-style-type:none;
}

.footer ul li{
	display:inline-block;
	text-align:center;
	color:#00bdbd;
	line-height:42px;
	margin:0 10px;
	width:140px !important;
	height:80px !important;
}

.footer ul li:hover	a{
	color:#fff;
}

.footer ul li a{
	color:#996CAC;
	width:42px !important;
	height:42px !important;
}

.footer ul li a i{
	line-height:42px !important;
}

.footer p{
	color: #FFF;
	text-align: center;
}



	
/*---------------------------------------------------------------------------------
 13. Responsive style
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.workYear{
		width:160px;
		height:160px;
	}
	
	.education .workYear{
		padding-top:58px;
	}
}


@media screen and (max-width: 991px) {
	.navbar.navbar-inverse.navbar-static-top a{
		padding-left:18px;
		padding-right:18px;
	}
	
	.bannerText{
		padding-left:25px;
		padding-right:25px;
	}

	.bannerText h1{
		font-size:65px;
		line-height:71px;
	}

	.bannerText h2{
		font-size:28px;
	}

	.proPic{
		text-align:center;
	}
}




@media screen and (max-width: 810px) {
	body{
		min-height:700px;
	}

	#header h3{
		font-size: 38px;
	}

	#header h3 span{
		font-size: 16px;
	}
	
	.abc{
		width:100%;
	}
	
	.navbar.navbar-inverse.navbar-static-top a {
		padding-left: 17px;
	}
	
}


@media screen and (min-width: 768px) {
	.conForm input.col-sm-6 {
		width: 48.5%;
	}

	.conForm input.col-lg-6 {
		width: 48.5%;
	}
}


@media screen and (max-width: 768px) {
	.navbar-wrapper .container,
	.navwrapper .container{
		padding-right: 15px;
		padding-left: 15px;
	}

	ul.portfolioContainer li.col-xs-6{
		width:49%;
		min-height: 85px;
	}
	
}


@media screen and (max-width: 767px) {
	.navbar-header{
		display:block;
	}

	.workYear{
		margin:0 auto;
	}

	.workDetails .rightArea{
		border-left:none;
	}

	.arrowpart{
		float:none;
		width:100%;
		height:40px;
		background:url(../images/arrow-top.png) no-repeat 50% 100%;
	}

	.education .arrowpart{
		background:url(../images/arrow-top-light.png) no-repeat 50% 100%;
	}

	.exCon{
		margin-top: 0;
		margin-left:0px;
	}

	ul.navbar-nav li a{
		display:block;
	}
}


@media screen and (max-width: 650px) {
	#wrapper{
		top: 200px !important;
	}
	.upbox{
		transform: translate(0px, -70px);
		-ms-transform: translate(0px, -70px); /* IE 9 */
		-webkit-transform: translate(0px, -70px); /* Safari and Chrome */
	}
	
	.bannerText {
		top: 25%;
		padding-top:15px;
		padding-bottom:15px;
	}

	.bannerText h1 {
		font-size: 42px;
		line-height: 48px;
	}

	.bannerText h2 {
		font-size: 18px;
		line-height:24px;
	}
}


@media screen and (max-width: 480px) {
	.navbar.navbar-inverse.navbar-static-top a{
		line-height: 17px;
		/*padding-top:11px;
		padding-bottom:11px;*/
	}
}


@media screen and (max-width: 400px) {
	#loopedSlider, #newsSlider{
		min-height: 650px;
		height: 100%;
	}

	ul.slides{
		min-height: 600px;
		height: 100%;
	}
	
	.item{
		width: 19%;
	}

	.item p {
		font-size: 36px;
	}
	
	.result img{
		width:100%;
	}
	
	ul.portfolioContainer li.col-xs-6{
		width:100%;
	}
	
	.bntDownload{
		font-size: 13px;
		padding: 16px 14px;
	}
	
	.conForm textarea{
		margin-bottom:20px;
	}

	.textGroup{
		display:block;
		padding:0 0 40px 0;
	}
	
	.nameError,
	.emailError{
		left:0px;
		top:0px;
	}
}
/* iPad mini
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.bannerPart{
	  	background-size: cover;
	  	background: url(../images/768x1024_1.jpg) top center no-repeat;
	}

	.bannerText{
		margin-top: 330px;
	}

	.container h1{
		color: #7e378d;
	}

	.container h2{
		color:#84868d;
	}

	.ar_list ul{
		padding-left: 0;
	}
}

/* Mobile i6+
================================================== */
@media only screen and (min-width: 414px) and (max-width: 767px) {
	.bannerPart{
	  	background-size: cover;
	  	background: url(../images/414x736_1.jpg) top center no-repeat;
	}

	.bannerText{
		margin-top: 260px;
	}

	.container h1{
		color: #7e378d;
	}

	.container h2{
		color:#84868d;
	}

	.ar_list ul{
		padding-left: 0;
	}

	.data_link ul{
		width: 300px;
		margin: 0 auto;
		padding-left: 0;
	}

	.data_link ul li a{
		width: 300px;
		height:300px;
	}

	.data_link ul li a.data1{
	  	background-size: cover;
	  	background: url(../images/data1_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data2{
	  	background-size: cover;
	  	background: url(../images/data2_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data3{
	  	background-size: cover;
	  	background: url(../images/data3_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data4{
	  	background-size: cover;
	  	background: url(../images/data4_m.jpg) top center no-repeat;
	}

	.img-circle{
		margin-bottom: 30px;
	}

	.ar_list ul li{
		width: 100%;
		height: 100px;
		margin: 10px 0;
	}

}

/* Mobile i6
================================================== */
@media screen and (max-width: 375px) {
	.bannerPart{
	  	background-size: cover;
	  	background: url(../images/375x627_1.jpg) top center no-repeat;
	}

	.bannerText{
		margin-top: 200px;
	}

	.container h1{
		color: #7e378d;
	}

	.container h2{
		color:#84868d;
	}

	.ar_list ul{
		padding-left: 0;
	}

	.data_link ul{
		width: 300px;
		margin: 0 auto;
		padding-left: 0;
	}

	.data_link ul li a{
		width: 300px;
		height:300px;
	}

	.data_link ul li a.data1{
	  	background-size: cover;
	  	background: url(../images/data1_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data2{
	  	background-size: cover;
	  	background: url(../images/data2_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data3{
	  	background-size: cover;
	  	background: url(../images/data3_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data4{
	  	background-size: cover;
	  	background: url(../images/data4_m.jpg) top center no-repeat;
	}

	.img-circle{
		margin-bottom: 30px;
	}

	.ar_list ul li{
		width: 100%;
		height: 90px;
		margin: 10px 0;
	}
}

/* Mobile i5
================================================== */
@media screen and (max-width: 320px) {
	.bannerPart{
	  	background-size: cover;
	  	background: url(../images/320x568_1.jpg) top center no-repeat;
	}

	.bannerText{
		margin-top: 160px;
	}

	.container h1{
		color: #7e378d;
	}

	.container h2{
		color:#84868d;
	}

	.ar_list ul{
		padding-left: 0;
	}
	.data_link ul{
		width: 300px;
		margin: 0 auto;
		padding-left: 0;
	}

	.data_link ul li a{
		width: 300px;
		height:300px;
	}

	.data_link ul li a.data1{
	  	background-size: cover;
	  	background: url(../images/data1_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data2{
	  	background-size: cover;
	  	background: url(../images/data2_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data3{
	  	background-size: cover;
	  	background: url(../images/data3_m.jpg) top center no-repeat;
	}

	.data_link ul li a.data4{
	  	background-size: cover;
	  	background: url(../images/data4_m.jpg) top center no-repeat;
	}

	.img-circle{
		margin-bottom: 30px;
	}

	.ar_list ul li{
		width: 100%;
		height: 70px;
		margin: 10px 0;
	}
}

@media (min-width: 1200px){
	.comment_gc .col-lg-3{
	 width: 33%;
	}
}

