/*
Author: W3layout
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{}
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;}
.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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	background-color:transparent;
	font-size:100%;
	font-size: 1.16em;
	letter-spacing: 1px;
}
/* start header */
.header_bg{
	background-color: #0E6EB8;
	position: fixed;
	width: 100%;
	height: 105px;
	z-index: 1234567;
}
.header_bg_blue {
	background-color: #0E6EB8;
	width: 100%;
	height: 70px;
}
.header_bg_white {
	background-color: #FFFFFF;
	width: 100%;
	height: 35px;
}
.header{
	padding: 1% 0%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.header_bg_blue_neck {
    position: relative;
	background-color: rgba(14, 110, 184, 1);
	width: 100%;
	height: 40px;
	top: -5px;
}
.navicons-neck-simple { display: none; }
 
/*-----start-header----*/
.logo{
	float: center;
	margin: 2.2em 1.3em;
}
.logo a{
	margin: 0 auto;
	font-size: 2em;
	font-weight: 600;
	color: #fff;
}
/*****/
#w {
  max-width: 70%%;
  margin: 0 auto;
}

#content {
  margin: 0 0em;
  background: #fff;
}

#pagebody {
  padding: 15px 25px;
}

/* navigation bar */
#topnav {
  display: block;
  position: relative;
  top: 5px;
  width: 100%;
  border-bottom: 0px solid #0E6EB8;
}

#topnav h1 { 
  float: left;
  padding-top: 0.2em;
}

#topnav img {  /*menu logo*/
  float: center;
}
#topnav h1 a {
    text-decoration: none;
  	padding: 1px 7px;
	display: block;
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
}

#topnav #navbtn {
  display: none;
  float: right;
  top: 0;
  width: 32px;
  height: 22px;
  padding: 2em 0em;
  background: url('../images/menu-nav.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#topnav nav { /*menu words*/
  width: 100%;
  position: absolute;
  right: -10px;
  border-bottom: 0px solid #0E6EB8;
  line-height: 23px;
}
#topnav nav ul {
  list-style: none;
}
#topnav nav span {
  margin: 0 10px;
}

#topnav nav ul li {
  display: block;
  float: left;
  margin: 0em 0.8em;
}
#topnav nav li ul { /* submenu */
  line-height: 36px;
  display: none;
  position: absolute;
  top: 100%;
}
#topnav nav li ul li:hover { /* submenu */
  width: 185px;  
  background-color: #0E6EB8;
  color: #FFFFFF;
  padding-left: 0.8em;
  margin: 0;
}
#topnav nav li:hover ul { /* submenu */
  display: block;
  top: 30px;
  width: 185px;
  background-color: #ffffff;
  color: #0E6EB8;
  margin: 0;
}




#topnav nav ul li a {
    font-size: 0.88em;
    color: #0E6EB8;
	padding: 8px 0px 10px 0px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	margin: 0px 5px;
    font-weight: 450;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#topnav nav ul li a:hover {
  border-bottom: 0px solid #0E6EB8;
  color: #0E6EB8;
  background: url('../images/bg_words_underline.png');
}
#topnav nav ul li a.active {
  border-bottom: 0px solid #0E6EB8;
  color: #0E6EB8;
  background: url('../images/bg_words_underline.png');
}
#topnav nav ul ul li a:hover { /* submenu */
  border-bottom: 0px solid #0E6EB8;
  color: #f0f0f0;
}
#topnav nav ul ul li.active>a { /* submenu */
  border-bottom: 0px solid #0E6EB8;
}




/* footer block */
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: normal;
}

#btmnav .credits { 
  color: #999;
  line-height: 1.45em;
}
#btmnav nav { padding: 9px 0; padding-bottom: 15px; }
#btmnav nav ul li { display: inline; }
#btmnav nav ul li a { font-weight: bold; }


/* responsive styles */
@media screen and (max-width: 800px) {
  h2 { font-size: 2.2em; }
  p { font-size: 1.45em; line-height: 1.55em; }
  
 .header_bg{ height:55px; }
 .header_bg_white { background-color:transparent; margin-top:-5px; height:0px;}
 .header_bg_blue_neck {  }
 .navicons-neck-simple { display: inline; }
  #topnav h1 {
	padding: 1.4em 0em;
  }
  #topnav img {
    float: left;
	margin-top: 0.3em;
  }
  
  #topnav #navbtn {
  	display: block;
	padding: 1.2em 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
  
  #topnav { 
    height: auto; 
  }
  #topnav nav { 
    display: none; 
    position: static;
    width: 100%;
    padding:0;
    top: auto;
    right: auto;
    text-align: left;
  }
  #topnav nav ul li { float: none; margin: 0;  background: #f0f0f0;}
  #topnav nav ul li a {
    display: block;
    width: 100%;
    line-height:1.9em;
    border: 0;
    border-radius:0px;
    padding: 9px 9px;
    color:#303030;
    border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: none;
  }
  #topnav nav ul li a.sel {
    color: #6f8767;
    background: #cbdcc5;
  }
  
  #topnav nav span {
    margin: 0;
  }

  #topnav nav li ul li { /* submenu */
   line-height:16px;
   width: 80%;
  }
  #topnav nav li ul li:hover { /* submenu */
   width: 80%;
   margin: 0em;
   padding-left: 0em;
   background-color: rgba(240, 240, 240, 1);
  }
  #topnav nav li:hover ul {  /* submenu */
   display: block;
   position: relative;
   right: 0;
   left: 0;
   top: 100%;
   width:500px;
   padding: 0px 15px;
   background-color: rgba(240, 240, 240, 1);
  }
  #topnav nav ul li a:hover {
   border-bottom: 1px solid #0E6EB8;
   color: #0E6EB8;
   background: none;
  }
  #topnav nav ul li.active>a {
   border-bottom: 1px solid #0E6EB8;
   color: #094A7B;
   background: none;
  }
  #topnav nav ul li a.active {
  border-bottom: 1px solid #0E6EB8;
  color: #0E6EB8;
  background:  none;
  }
  #topnav nav ul ul li a:hover { /* submenu */
   border-bottom: 1px solid #0E6EB8;
   color: #094A7B;
  }
  #topnav nav ul ul li.active>a { /* submenu */
   border-bottom: 1px solid #0E6EB8;
  }
  .navicons { display: none;}
  
}

@media screen and (min-width: 801px) and (max-width: 1150px) {
	#fwslider {top: 10px;}
	.adjust-neck { position: relative; top: 10px;}
}

@media screen and (max-height: 500px) {
  .header_bg{ position: absolute; }
}

/*---End-top-header----*/
/*--- about ---*/
.ad728x90{
	text-align: center;
}
 .about{
 	padding:7% 0 5% 4%;
 	text-align: center;
 }
 .about h3{
 	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
 	font-size: 1.8em;
 	color: #0E6EB8;
 	font-weight: 600;
 }
.about p {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 1.3em;
	color: #0E6EB8;
	font-weight: 400;
	width: 45%;
	line-height: 1.9em;
	margin: 0.6% auto 0;
}
.about span {
	padding: 0px 0px;
	border-bottom: 0px solid #0E6EB8;
}
.about-bottom{
	background: #F5F5F5;
}
.about-left {
	width: 27%;
	margin-left: 15%;
}
.about-left h4{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
 	font-size: 1.3em;
 	color:#7B6C63;
 	font-weight: 600;
 	margin-top: 12%;
}
.about-left p {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	line-height: 1.9em;
	margin: 4% 0 0%;
}
.about-right{
	width: 57%;
}
.about-left p a{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.8755em;
	color: #333;
	padding: 13px 20px;
	border:2px solid #666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 7px;
   	-webkit-border-radius: 7px;
   	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
}
.about-left p a:hover{
	background: #7B6C63;
	border:2px solid #7B6C63;
	color: #fff;
}
.Protects{
  margin-top: -35x;
  margin-bottom: -20px;
}
/*--- services ---*/
.ad300x250-2{
	padding-top:2em;
	text-align:center;
}
.service.text-center{
	padding:6% 0;
}
.service h3{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
 	font-size: 1.3em;
 	color:#7B6C63;
 	font-weight: 600;
}
.service p{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	line-height: 1.9em;
	width: 99%;
	margin: 2% auto 0;
}
.service h4 a{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
 	font-size: 1.1em;
 	color:#7B6C63;
 	font-weight: 600;
 	text-decoration:none;
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service h4 a:hover{
 	color:#7C4F34;
}
.service-bottom{
	margin-top:5%;
}
/*--- skills ---*/
.skills{
	background-size: 100% 100%;
	padding:6% 0;
	background:url("../images/skills.jpg") no-repeat;
}
.skills h4{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
 	font-size: 1.1em;
 	color:#fff;
 	font-weight: 600;
}
.pie-wrapper {
  display: inline-block;
  height: 200px;
  margin: 3% 1% 1%;
  position: relative;
  width: 200px;
}
.pie-wrapper .pie {
  clip: rect(0, 200px, 200px, 100px);
  height: 200px;
  position: absolute;
  width: 200px;
}
.pie-wrapper .pie .half-circle {
	border: 5px solid #fff;
	border-radius: 50%;
	clip: rect(0, 100px, 200px, 0);
	height: 185px;
	position: absolute;
	width: 185px;
	margin: 8px;
}
.pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 3em;
  height: 160px;
  left: 10%;
  line-height: 3em;
  position: absolute;
  text-align: center;
  top: 4%;
  width: 160px;
}
.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: .45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper.style-2 .shadow {
  border: 5px solid #7B6C63;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #7f8c8d;
}
.pie-wrapper.style-2 .label .smaller {
  color: #bdc3c7;
}
.pie-wrapper.progress-30 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-30 .pie .half-circle {
  border-color: #3498db;
}
.pie-wrapper.progress-30 .pie .left-side {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .right-side {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pie-wrapper.progress-60 .pie .half-circle {
  border-color: #9b59b6;
}
.pie-wrapper.progress-60 .pie .left-side {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.pie-wrapper.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .right-side {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie .half-circle {
  border-color: #e67e22;
}
.pie-wrapper.progress-90 .pie .left-side {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-45 .pie .half-circle {
  border-color: #fff;
}
.pie-wrapper.progress-45 .pie .left-side {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.pie-wrapper.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-75 .pie .right-side {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pie-wrapper.progress-75 .pie .half-circle {
  border-color: #fff;
}
.pie-wrapper.progress-75 .pie .left-side {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pie-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .right-side {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie .half-circle {
  border-color: #fff;
}
.pie-wrapper.progress-95 .pie .left-side {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
div.pie-wrapper.progress-45.style-2 h3 {
	color: #fff;
	font-size: 0.8755em;
	margin-top: 8%;
}
div.pie-wrapper.progress-75.style-2 h3 {
	color: #fff;
	font-size: 0.8755em;
	margin-top: 8%;
}
div.pie-wrapper.progress-95.style-2 h3{
	color: #fff;
	font-size: 0.8755em;
	margin-top: 8%;
}
/*--- portfolio ---*/
div.port {
	text-align: center;
}
div#portfolio {
	padding-bottom: 6%;
	width:100%;
}
.port ul li{
	width: 25.02%;
	display: inline-block;
	margin-left: -4px;
}
.port-text{
	text-align:center;
	background:#1A1A1A;
	margin-top:-6px;
	padding:6% 0;
}
.port-text h4{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
 	font-size: 1.1em;
 	color:#fff;
 	font-weight: 600;
}
.port-text p {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.8755em;
	color: #777;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 0.8%;
}
.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px #BEBEBE;
	-moz-box-shadow: 0px 0px 2px #BEBEBE;
	box-shadow: 0px 0px 2px #BEBEBE;
	background: #fff;
	cursor: pointer;
	background-size: 100% 100%;
	height: 290px;
}
.view .mask, .view .content {
	width: 90%;
	height: 255px;
	position: absolute;
	overflow: hidden;
	top: 0;
	margin: 4.6% 2.2%;
	left: 0;
}
.view h2 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 16px;
	padding: 10px 10px 0px;
	margin: 24% 0 -10px 0;
}
#portfolio > div > div> div > div > a {
	font-size: 0.82355em;
}
.view a.info {
   color:#999898;
   padding: 2px 0;
}
.view a.info:hover {
  color:#fff;
}
.view-fourth .mask .border {

}
.view-fourth .mask {
   background:rgba(14, 14, 14, 0.83);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h2 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
  text-align: center;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth p.a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: center;
	color: #FFF;
	font-size: 0.7755em;
	padding-top: 3%;
}
.view-fourth span {
	text-align: center;
	padding: 0px 28px;
	border-bottom: 3px solid #fff;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
div.port p {
	margin-top: 3%;
}
.port p a{
	font-size: 0.8755em;
	color:#333;
	padding:13px 25px;
	border:2px solid #666;
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 7px;
   	-webkit-border-radius: 7px;
   	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
}
.port p a:hover{
	background: #7B6C63;
	border: 2px solid #7B6C63;
	color: #fff;
}
div.port p a img {
	vertical-align: bottom;
	margin-left:10px;
}
div.port p a span{
	background: url(../images/arrow.png) no-repeat -1px 2px;
	width: 22px;
	height: 22px;
	vertical-align: bottom;
	margin-left:10px;
	display: inline-block;
}
div.port p a span:hover{
	background: url(../images/arrow-wyt.png) no-repeat -1px 2px;
}
/*--- team ---*/
.team{
	background: #F5F5F5;
}
div.team-member {
	text-align: center;
	margin-bottom:7%;
}
.team-member ul li {
	display: inline-block;
	width: 25%;
	margin-right: 2%;
}
.team-member ul li:nth-child(3){
	margin-right:0;
}
.view1 {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px #BEBEBE;
	-moz-box-shadow: 0px 0px 2px #BEBEBE;
	box-shadow: 0px 0px 2px #BEBEBE;
	background: #fff;
	cursor: pointer;
	background-size: 100% 100%;
	height: 280px;
}
.view1 .mask1, .view1 .content {
	width: 90%;
	height: 255px;
	position: absolute;
	overflow: hidden;
	top: 0;
	margin: 4.6% 5.2%;
	left: 0;
}
.view1 h2 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 16px;
	padding: 10px 10px 0px;
	margin: 24% 0 -10px 0;
}
#portfolio > div > div> div > div > a {
	font-size: 0.82355em;
}
.view1 a.info {
   color:#999898;
   padding: 2px 0;
}
.view1 a.info:hover {
  color:#fff;
}
.view-fourth1 .mask1 .border1 {

}
.view-fourth1 .mask1 {
   background:rgba(14, 14, 14, 0.83);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth1 h2 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
  text-align: center;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth1 p.a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: center;
	color: #FFF;
	font-size: 0.7755em;
	padding-top: 3%;
}
.view-fourth1 span {
	text-align: center;
	padding: 0px 28px;
	border-bottom: 3px solid #fff;
}
.view-fourth1 a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth1:hover .mask1 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth1:hover h2,
.view-fourth1:hover p,
.view-fourth1:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.team-member ul li p {
	border: 2px solid #E4E4E4;
	margin-top: 7%;
	padding: 9px 0;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.team-member ul li:hover p{
	border: 2px solid #7C4F34;
}
.team-member ul li p a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
    font-size: 1.4em;
    color: #333;
    text-decoration: none;
    text-align: center;
}
.team-member ul li p a label{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
    font-size: 0.7755em;
    color: #333;
}
/*---startr-social-icons-set----?*/
.social-icons-set {
	float: left;
	width: 100%;
	margin-top: 8px;
}
.social-icons-set ul li{
	display: inline-block;
	padding: 3px;
}
.social-icons-set ul li:nth-child(3),.social-icons-set ul li:nth-child(6){
	margin-right: 0px;
}
.social-icons-set ul li a {
	display: block;
	padding: 20px;
	margin: 98px 10px;
}
.social-icons-set ul li {
	display:inline-block;
}
.social-icons-set ul li a.facebook{
	background: url(../images/image-sprit.png) no-repeat -246px 9px;
	border-radius: 3em;
	border: 2px solid #CFCFCF;
}
.social-icons-set ul li a.facebook:hover{
	background: url(../images/image-sprit.png) no-repeat -246px -22px;
	border: 2px solid #fff;
}
.social-icons-set ul li a:hover {
	zoom: 1;	
}
.social-icons-set ul li a.twitter{
	background: url(../images/image-sprit.png) no-repeat 10px 9px;
	border-radius: 3em;
	border: 2px solid #CFCFCF;
}
.social-icons-set ul li a.twitter:hover{
	background: url(../images/image-sprit.png) no-repeat 10px -22px;
	border: 2px solid #fff;
}
.social-icons-set ul li a.vimeo{
	background: url(../images/image-sprit.png) no-repeat -33px 8px;
	border-radius: 3em;
	border: 2px solid #CFCFCF;
}
.social-icons-set ul li a.vimeo:hover{
	background: url(../images/image-sprit.png) no-repeat -33px -23px;
	border: 2px solid #fff;
}
.slider{
	background:#1A1A1A;
}
/*---blog----?*/
.blog{
	padding-bottom:10%;
}
.blog-bottom {
	position: relative;
}
.blog-left {
	width: 50%;
	float: left;
	border-right: 2px solid #DDD;
	padding-bottom: 5%;
	height: 330px;
}
.blog-left h6{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color:#7B6C63;
	font-size: 1em;
}
.blog-left h4{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color:#333;
	font-size: 1.4em;
	margin:2% 0;
}
.blog-left p{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color:#444444;
	font-size: 0.8755em;
	line-height: 1.9em;
	width: 86%;
}

.blog-right{
	width: 41%;
	float: right;
	position: relative;
	padding-bottom: 5%;
}
.blog-right h6{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color:#7B6C63;
	font-size: 1em;
}
.blog-right h4{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color:#333;
	font-size: 1.4em;
	margin:2% 0;
}
.blog-right p{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color:#444444;
	font-size: 0.8755em;
	line-height: 1.9em;
	width: 86%;
}
.blog .circle {
	position: absolute;
	top: 0em;
	left: 35em;
	display: block;
	width: 1.222em;
	height: 1.222em;
	border: 3px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
}
.post {
	background: #7B6C63;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 12px;
	text-align: center;
	border: 7px solid #EBEBEB;
	position: absolute;
	left: 47em;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.post a{
	color:#fff;
	text-decoration: none;
}
.post:hover {
	background: #7C4F34;
	color: #fff;
}
/*---contact----*/
.contact{
	text-align: center;
	padding: 5% 0;
	background: #F5F5F5;
}
.contact h3{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 1.7em;
	color: #7B6C63;
	font-weight: 600;
	text-align: center;
	padding-bottom: 2%;
}
.contact p.a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 1.2em;
	padding: 0.5em 0;
	color: #BEBEBE;
	line-height: 1.5em;
	font-style: italic;
	text-align: center;
	margin-bottom: 4%;
	font-weight: 100;
}
.contact input[type="text"] {
	width: 41.45%;
	display: inline-block;
	background:none;
	padding: 10px;
	margin: 20px 10px;
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.875em;
	color: #545046;
	outline: none;
	border-top: 2px solid #242424;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.contact textarea{
	width: 85%;
	margin: 0 auto;
	display: block;
	background:none;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 2%;
	height: 120px;
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.875em;
	color: #545046;
	outline: none;
	resize:none;
	border-top: 2px solid #242424;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.contact input[type="submit"]{
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	font-size: 0.875em;
	color: #7B6C63;
	margin-top: 12px;
	background: none;
	padding: 13px 30px;
	text-transform: uppercase;
	border:2px solid #7B6C63;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
}
.contact input[type="submit"]:hover{
	background: #7B6C63;
	border: 2px solid #7B6C63;
	color: #fff;
	cursor:pointer;
}
/*---footer-top----*/
.footer-top{
	padding: 5% 1% 7%;
	background: rgba(32,123,203, 1) ;
	margin-top: 50px;
	/*z-index: 13;
	position: absolute; test */
}


.footer-top .container {
    width: 80%;
}

.footer-top li {
	font-size: 0.815em;
	line-height: 1.33em;
	padding-left: 0px;
	font-weight: 320;
}
.footer-top li a {
    color: #f2f2f2;
}
.footer-top li a:hover {
    color: #cccccc;
}

.footer-top p {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #ffffff;
	font-size: 0.8755em;
	line-height: 1.6em;
}
.footer-top h4 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #ffffff;
	font-size: 0.985em;
	padding-bottom: 5%;
	font-weight: 520;
}
.footer-top h3 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #ffffff;
	font-size: 0.95em;
	padding-bottom: 3%;
	font-weight: 520;
}
.footer-top span {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #6D6D6D;
	font-size: 1em;
	padding-bottom: 13%;
}
.foot {
	border-bottom: 0px solid #fff;
	padding-bottom: 3%;
	margin-bottom: 8%;
}
.foot-call {
	color: #ffffff;
	font-size: 0.83em;
}
.footer-top p a {
	color: #6D6D6D;
	text-decoration:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-top p a:hover {
	color: #fff;
}
.footer-top p.a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.4em;
	padding: 0% 0 3%;
}
.footer-top p.b {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.4em;
	padding: 0% 0 2%;
}
.footer-top h4.a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	color: #fff;
	font-size: 0.95em;
	padding-bottom: 11%;
}
/*---footer-bottom----*/
.footer{
	background: rgba(6,64,109, 1) ;
	padding: 4% 0;
}
.copy-right
{
	text-align: center;
	margin-right: 15px;
    margin-bottom: 1%;
}	
.copy-right p
{
	font-size:0.88355em;
	color: #AAAAAA;
	margin: 0;
	line-height: 25px;
}
.copy-right p a
{
	color: #7B6C63;
	 -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.copy-right p a:hover
{
	color: #fff;
	text-decoration: none;
}
.copy-right-smaller-block {
     display: none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height:32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-up.png) no-repeat right top;
	z-index:19891213;
}
/*--media-queries--*/
	@media only screen and (max-width:1440px) {
	.view {
		height: 256px;
	}
	.view .mask, .view .content {
	height: 238px;
	margin: 3.6% 5.2%;
	}
}
@media only screen and (max-width: 1366px) {
	.container{
		width: 95%;
	}
	.about-left {
		width: 39%;
		margin-left: 4%;
	}
	.about-left h4 {
		margin-top: 7%;
	}
	.view {
		height: 245px;
	}
	.view .mask, .view .content {
		height: 215px;
	}
	.blog-right {
		width: 38%;
	}
	.blog .circle {
		left: 38.3em;
	}
	.blog-left {
		padding-bottom: 27%;
		width: 50.15%;
	}
	.post {
		left: 39.4em;
	}
}
@media only screen and (max-width: 1280px) {
	.container{
		width: 98%;
	}		
	.about-bottom {
		padding-bottom: 4%;
	}
	.view {
		height: 230px;
	}
	.view .mask, .view .content {
		height: 203px;
	}
	.view h2 {
		margin: 19% 0 -10px 0;
	}
	.blog-right p {
		width: 97%;
	}
	.blog-right {
		width: 41%;
	}
	.blog .circle {
		left: 35.5em;
	}
	.post {
		left: 36.5em;
	}
	.blog-left {
		width: 49.95%;
	}
	.footer-top .container {
	  width: 80%;
	}
 .Protects{
   margin-top: -20px;
   margin-bottom: -35px;
 }
}
@media only screen and (max-width: 1024px) {
	.container{
		width: 98%;
	}	
	.menu li a {
		margin: 0px 16px;
	}
	.about h3,.contact h3 {
		font-size: 1.5em;
	}
	.about p {
		font-size: 1.138em;
	}
	.pie-wrapper {
		height: 160px;
		width: 160px;
	}
	.pie-wrapper .pie .half-circle {
		height: 145px;
		width: 144px;
	}
	.pie-wrapper .label {
		font-size: 2em;
		left: 2%;
		top: 10%;
	}
	.view {
		height: 185px;
	}
	.view .mask, .view .content {
		height: 163px;
	}
	.view1 {
		height: 226px;
	}
	.view1 .mask1, .view1 .content {
		height: 204px;
	}
	.social-icons-set ul li a {
		margin: 72px 10px;
	}
	.team-member ul li p a {
		font-size: 1.1em;
	}
	div.blog-left img {
		width: 85%;
	}
	.blog-left {
		width: 51.87%;
		height: 260px;
		padding-bottom: 29%;
	}
	.blog .circle {
		left: 29.35em;
	}
	.post {
		left: 30em;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
 .Protects{
   margin-top: -40px;
   margin-bottom: -25px;
 }
}
@media only screen and (max-width: 766px) {
	.container{
		width: 93%;
	}
	.h_right {
		width: 100%;
		background:#19191A;
	}
	lable {
		float: right;
		font-weight: bold;
		color: #fff;
		margin-top: 13px;
		margin-right: 13px;
		font-size: 15px;
	}

	.menu {
		display: none;
	}
	.nav {
		display: block;
	}
	.service p {
		width: 100%;
	}
	.about h3 {
		font-size: 1.2em;
	}
	.about p {
		font-size: 0.955em;
	}
	.about-left h4 {
		font-size: 1em;
	}
	.service h4 a {
		font-size: 1em;
	}
	.skills{
		background-size: 100% 100%;
	}
	.view {
		height: 138px;
	}
	.view .mask, .view .content {
		height: 121px;
	}
	.view h2 {
		margin: 14% 0 -10px 0;
	}
	.view1 {
		height: 168px;
	}
	.view1 .mask1, .view1 .content {
		height: 151px;
	}
	.social-icons-set ul li a {
		margin: 45px -6px;
	}
	.blog .circle {
		left: 21.5em;
	}
	.blog-left {
		padding-bottom: 40%;
	}
	.post {
		left: 21.5em;
	}
	.blog {
		padding-bottom: 16%;
	}
	.blog-left h4,.blog-right h4 {
		font-size: 1em;
	}
	.contact h3 {
		font-size: 1.2em;
	}
    .footer-top .container {
        width: 80%;
    }
	.footer-top p {
		padding: 2% 0 0;
	}
	.footer-top h4 {
		font-size: 0.938em;
		padding: 3% 0;
	}
	.foot {
		padding-bottom: 2%;
		margin-bottom: 2%;
	}
	.foot-call {
	    font-size: 0.805em;
	}
	.footer-top h4.a {
		font-size: 0.938em;
		padding-bottom: 2%;
	}
	.footer-top h3 {
	    font-size: 0.8411em;
	}
	.footer-top p.b,.footer-top p.a  {
		padding: 0% 0 1%;
	}
   .Protects { margin-top: -45px; margin-bottom: -10px;}

}
@media screen and (min-width: 641px) and (max-width: 765px) {
 .Protects{
   margin-top: -45px;
   margin-bottom: -10px;
 }
}
@media only screen and (max-width: 640px) {
	.container{
		width: 95%;
	}	
   .view .mask, .view .content {
		height: 101px;
	}
	.view {
		height: 113px;
	}
	.ad728x90 {
		text-align: center;
		margin: 0 auto;
		width: 90%;
	}
	.port-text h4 {
		font-size: 1em;
	}
	.about-left p a {
		padding: 9px 10px;
	}
	.port p a {
		padding: 8px 12px;
	}
	.team-member ul li p a {
		font-size: 1em;
	}
	.view1 {
		height: 220px;
	}
	.social-icons-set ul li a {
		padding: 20px;
		margin: 68px 5px;
		width: 23px;
	}
	.team-member ul li:nth-child(1) {
		display: none;
	}
	.team-member ul li {
		width: 40%;
	}
	.team-member ul li:nth-child(2) {
		margin-right:0;
	}
	.view1 .mask1, .view1 .content {
		height: 199px;
	}
	.social-icons-set ul li{
		width: 30%;
	}
	.blog .circle {
		left: 17.5em;
	}
	.blog-left {
		padding-bottom: 54%;
	}
	.post {
		left: 17.5em;
	}
	.contact input[type="submit"] {
		padding: 10px 16px;
	}
	.copy-right p {
	    font-size: 0.765em;
	    line-height: 20px;
	}
   .Protects { margin-top: -25px; margin-bottom: 0px;}
}
@media only screen and (max-width: 480px) {
    body {
	    letter-spacing: normal;
	    word-spacing: 1px;
	}
	.container {
		width: 100%;
	}
	.about h3 {
		font-size: 1em;
	}	
	.about p {
		width: 95%;
		margin: 0.3% auto 0;
		font-size: 0.712em;
	}
	#topnav #navbtn {
		padding: 1.1em 0;
	}
	#topnav h1 {
		padding: 0.2em 0em;
	}
	#topnav img {
	    margin-left: 0px;
	    margin-top: 0.4em;
	}
	.about-left {
		width: 94%;
	}
	.about-right {
		display: none;
	}
	.port ul li {
		width: 50%;
	}
	.view {
		height: 169px;
		margin-top: -4px;
	}
	.view .mask, .view .content {
		height: 149px;
	}
	.view h2 {
		margin: 17% 0 -10px 0;
	}
	.view1 {
		height: 161px;
	}
	.view1 .mask1, .view1 .content {
		height: 146px;
	}
	.social-icons-set ul li a {
		margin: 41px -3px;
	}
	.blog .circle {
		left: 12.6em;
	}
	.blog-left {
		padding-bottom: 84%;
	}
	.post {
		left: 12.2em;
	}
	.blog {
		padding-bottom: 23%;
	}
	div.port p a span {
		background: url(../images/arrow.png) no-repeat -2px 3px;
	}
	div.port p a span:hover {
		background: url(../images/arrow-wyt.png) no-repeat -2px 3px;
	}
	.port p a {
		padding: 6px 12px;
	}
	.copy-right p {
	    font-size: 0.635em;
	    line-height: 19px;
	}
	.copy-right span {
	    display: none;
	}
	.copy-right-smaller {
	    font-size: 0.5em;
	    line-height: 18px;
	}
	.copy-right-smaller-block {
	    display: block;
	}
   .Protects { margin-top: -15px; margin-bottom: 10px;}
	.foot-call {
	    font-size: 0.685em;
	}
}
@media only screen and (max-width: 320px) {
	.container{
		width: 100%;
	}		
    .view {
		height: 110px;
		margin-top: -4px;
	}
	.ad728x90 {
		text-align: center;
		margin: 0 auto;
		width: 95%
	}
	.view .mask, .view .content {
		height: 97px;
	}
	.view h2 {
		margin: 11% 0 -10px 0;
	}
	.team-member ul li {
		width: 48%;
	}
	.view1 {
		height: 122px;
	}
	.view1 .mask1, .view1 .content {
		height: 109px;
	}
	.social-icons-set ul li a {
		margin: 23px 5px;
	}
	.blog-left {
		display: none;
	}
	.blog .circle {
		display: none;
	}
	div.blog-left img {
		width: 100%;
	}
	.post {
		display: none;
	}
	.blog-right {
		width: 100%;
	}
	.blog {
		padding-bottom: 0%;
	}
	.contact input[type="text"] {
		width: 85%;
		margin: 8px 10px;
	}
	.contact h3 {
		margin-bottom: 11px;
	}
	.contact textarea {
		height: 80px;
	}
   .Protects { margin-top: -10px; margin-bottom: 10px;}
}




/* new new new new new */

.navlogo { /* logo @top */
  right: 40%; text-align: center; position: absolute; overflow: hidden; z-index: 123456;
}

.navlogo-time { /* logo @top */
  width: 100%; text-align: left; position: absolute; overflow: hidden; z-index: 12344;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
  font-size: 0.828em;
  line-height: 38px;
  padding: 2px 16px 2px 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.navicons { /* icons @top */
  width: 100%; position: absolute; overflow: hidden; text-align:right; top: -2px; right: 0px; z-index: 12345;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#navlist {z-index: 1234567; }
.navicons ul { display: inline-block; }
.navicons li { float: left; margin: 0px; }
.navicons img {
  border:0;
  width: 24px;
  height: 24px;
}
.navicons p {
  line-height: 24px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
  font-size: 0.756em;
  padding: 2px 16px 2px 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.navicons-neck { /* icons @neck */
  width: 100%; position: absolute; overflow: hidden; text-align: center; margin-top: 7px; right: 0px;
}
.navicons-neck ul { display: inline-block; }
.navicons-neck li { float: left; margin: 0px; }
.navicons-neck img {
  border: 0;
  width: 22px;
  height: 22px;
}
.navicons-neck p {
  line-height: 24px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
  font-size: 0.756em;
  padding: 0px 21px 2px 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.navicons-neck a, .navicons-neck a:hover, .navicons-neck-simple a, .navicons-neck-simple a:hover {
  color: #FFFFFF;
}

.navbar-search {
    width: 100%;
    text-align: center;
    background-color: rgba(14, 110, 184, 0);
    font-size: 0.713em;
    padding: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    line-height: 24px;
}
.navbar-search ul {
    display: inline-block;
}
.navbar-search li {
    float: center;
}
.navbar-search li + li {
    margin-left: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.navbar-search-1 { 
  padding: 8px 8px 3px 8px; 
  background-color: rgba(14, 110, 184, .45);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    text-align: left;
}

.navbar-search-1 ul {
    display: inline-block;
}
.navbar-search-1 li {
    float: center;
}
.navbar-search-1 li + li {
    margin-left: 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    text-align: center;
}

.navbar-search-2 {
   display: inline-block;
   height: 34px;
   line-height: 24px;
   color: #FFFFFF; background-color: rgba(14, 110, 184, 1); padding: 6px 5px 5px 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.navbar-search-2 option{
   padding: 2px 2px 0px 2px;
   line-height: 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


#searchlayers  {
   position: absolute; 
   z-index: 12; 
   width: 100%; 
   margin-top: -95px;
}

.portfolio {
 width:100%;
 background: #ffffff;
 margin-top: 35px;
}
.portfolioX {
 width:100%;
 background: #ffffff;
 margin-top: 10px;
}

/* navbar-menu */
.navbar-menu {
    text-align: center;
}
.navbar-menu ul {
    display: inline-block;
}
.navbar-menu li {
    float: left;
}
.navbar-menu li + li {
    margin-left: 20px;
}

.navbar-menu nav ul ul li:hover { /*submenu*/
    text-align: left;
    color: #ffffff;
    padding-left: 0px;
}

.portX {
 font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
  width: 100%; margin: -20px 0 10px 0; padding: 0.555555% 0.99999%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.portX ul { padding: 0px; margin: 0px;}
.portX li { padding: 0px; margin: 0px;}

.portX img { width: 100%; vertical-align:top;}

.col-pg-4 {
 width: 44.44444444444%;
}
.col-pg-3 {
 width: 33.33333333334%;
}
.col-pg-2 {
 width: 22.22222222222%;
}
.col-pg-4, .col-pg-3, .col-pg-2 {
 float: left;  margin: 0px; padding: 0px; display: table; 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.col-pg-5 {
 float: left; width: 50%;  margin: 0px; padding: 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.col-pg-1 {
 width: 100%; margin: 0px; padding: 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.col-pg-1-3 {
 width: 100%; margin-top: 0px; padding: 0px; display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.col-pg-1-4 {
 width: 100%; margin-top: 0px; padding: 0px; display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.viewX {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px #BEBEBE;
	-moz-box-shadow: 0px 0px 0px #BEBEBE;
	box-shadow: 0px 0px 0px #BEBEBE;
	/*background: #fff;*/
	cursor: pointer;
	/*background-size: 100% 100%;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
}
.viewX .maskX, .viewX .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0;
	margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viewY .maskY, .viewY .content { /* for f.jpg 直式圖 */
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viewX h2 {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	font-size: 20px;
	padding: 5px 0px 2px 0px;
	margin: 27.5% 0 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.viewX-5 h2 { margin: 14% 0 0 0; }
.viewX-113 h2 { margin: 20% 0 0 0; }
.viewY h2  { margin: 83% 0 0 0;}
.viewX a.info {
   color: #ff0000;
   padding: 2px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viewX a.info:hover {
  color: #ffffff;
  text-decoration: none;
}
.view-fourthX .maskX .border:hover  {
 
}
.view-fourthX .maskX {
   background: rgba(45, 167, 224, 1); /*rgba(14, 110, 184, 1);
   background: rgba(30, 30, 30, 0.838);*/
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*-webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);  取消旋轉效果*/
   -webkit-transition: all 0.1s ease-in;
   -moz-transition: all 0.1s ease-in;
   -o-transition: all 0.1s ease-in;
   -ms-transition: all 0.1s ease-in;
   transition: all 0.1s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourthX h2 {
   font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   text-align: center;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}
.view-fourthX p.a {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7755em;
	padding-top: 5px;
}
.view-fourthX span {
	font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
	text-align: center;
	padding: 2px 8px;
	border-top: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
     color:#F8F8F8;
	font-size: 0.75em;
}
.view-fourthX a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.05s ease-in-out;
   -moz-transition: all 0.05s ease-in-out;
   -o-transition: all 0.05s ease-in-out;
   -ms-transition: all 0.05s ease-in-out;
   transition: all 0.05s ease-in-out;
}
.view-fourthX:hover .maskX {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   text-decoration: none;
}
.view-fourthX:hover h2,
.view-fourthX:hover p,
.view-fourthX:hover a.info, a:hover {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.05s;
   -moz-transition-delay: 0.05s;
   -o-transition-delay: 0.05s;
   -ms-transition-delay: 0.05s;
   transition-delay: 0.05s;
   text-decoration: none;
}

.infoX {
   font-family: 'Raleway', sans-serif, 'Noto Sans TC', 'cwTeXHei';
   position: absolute; 
   overflow: hidden; 
   bottom:5%; 
   left:0; 
   margin: 7.3% 6.2%; 
   color:#ffffff; 
   font-weight:500; 
   text-align:left;
   font-size:0.875em;
   text-shadow: 0px 2px 2px #000000;
   display: none; /*組圖上英文小敘述也移除*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.maskX span{
   /*display: none; 組圖上標題下英文敘述也移除*/
}
.col-mdX-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  width: 15.5%;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.col-mdX-2-w {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  width: 22%;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.col-mdX-2-w div {
 width: 80%;
}
.col-mdX-2-w span {
  width: 33%;
  padding: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.col-mdX-2-w img {
  border: 0px;
}


/*==== newnewnew RWD ====*/
@media screen and (min-width: 1159px) {
 .viewX h2 {
   font-size: 1.4em;
 }
 .viewX-5 h2 { 
   margin: 21% 0 0 0; 
   font-size: 1.4em;
 }
 .viewX-14 h2 {
   margin: 28% 0 0 0;
 }
 .viewX-113 h2 {
   margin: 26% 0 0 0;
 }
 .Protects{
   margin-top: -35px;
   margin-bottom: -45px;
 }
}

@media screen and (max-width: 1158px) {
 #searchlayers {
   position: relative; 
   z-index: 12; 
   margin-top: -5px;
   background: #036EB8;
   text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 }
.navbar-search {
   text-align: center;
 }
.navbar-search ul {
   display: inline-block;
 }
 .navbar-search li {
   float: center;
 }
 .navbar-search li + li {
    margin: 3px 5px 0 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 }
 .navbar-search-1 {
   text-align: center;
   margin-left: 1%;
   margin-right: 2%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 }
 .navbar-search-2 li + li {
    margin-left: 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
 .viewX-5 h2 {
   margin: 15% 0 0 0;
 }
 .viewX-14 h2 {
   margin: 23% 0 0 0;
 }
 .viewX-113 h2 {
   margin: 22% 0 0 0;
 }
 .portfolioX {
   margin-top: 25px;
 }
}



@media screen and (max-width: 1024px) {
	.navlogo {
	   right: 40%;
	}
	.navlogo-time span {
	   display: none;
	}
	.navicons span {
	   display: none;
	}
	.navicons img {
	   margin: 2px 4px 0px 2px;
	}
    .navicons p {
       line-height: 24px;
       padding: 4px 8px 2px 0px;
    }
    .portfolio {
       margin-top: 60px;
    }
    .portfolioX {
       margin-top: 50px;
    }
    .col-mdX-2 {
     padding-right: 10px;
     padding-left: 10px;
     padding-bottom: 10px;
     width: 25%;
     float: left;
    }
}


@media screen and (max-width: 964px) {
	.navlogo-time {
	   display: none;
	}
}

@media screen and (max-width: 800px) {
 .navlogo { left: 0.6%;}
 .navicons { right: 10px; }
 .navicons p {
    display: none;
 }
 .navicons-neck {
    background: rgba(10,110,184, 1) ;	
 }
 .navicons-neck span {
   display: none;
 }
 .navicons-neck img {
   margin: 2px 3px 0px 2px;
 }
 .navicons-neck p {
   line-height: 22px;
   padding: 3px 10px 2px 2px;
 }
 .navbar-menu {
    text-align: left;
 }
 .navbar-menu ul {
    display: block;
 }
 .navbar-menu li {
    float: left;
 }
 .navbar-menu li + li {
    margin-left: 0px;
 }
 .portfolio {
    margin-top: 70px;
 }
 .portfolioX {
    margin-top: 65px;
}
 .viewX h2 {
   font-size: 16px;
   margin: 15.5% 0 0 0;
 }
 .viewX-5 h2 {
   font-size: 16px;
   margin: 11.5% 0 0 0;
 }
 .viewX-14 h2 {
   margin: 22% 0 0 0;
 }
 .viewX-113 h2 {
   margin: 19% 0 0 0;
 }
 .viewY h2 {
   font-size: 16px;
   margin: 68% 0 0 0;
 } 
 .infoX h2 {
   font-size:0.685em;
 } 

 .footer-top .container {
  width: 83%;
 }

 .col-mdX-2, .col-mdX-2-w { 
   float: left; 
   width: 33%; } /* bootstrap條件 擴增 補充*/

 .maskX span{
   display: none;
 }
}


@media (max-width: 480px) {
.viewX h2 {
   font-size: 11pt;
   margin: 16% 0 0 0;
}
.viewX-5 h2 {
   font-size: 11pt;
   margin: 14.5% 0 0 0;
}
 .viewX-14 h2 {
   margin: 25% 0 0 0;
 }
 .viewX-113 h2 {
   margin: 21% 0 0 0;
 }
.viewY h2 {
   font-size: 11pt;
   margin: 68% 0 0 0;
} 
.infoX {
   display: none;
}

.navicons-neck img {
   margin: 2px 3px 0px 2px;
   width: 18px;
   height: 18px;
}
.navicons-neck p {
   line-height: 18px;
   padding: 3px 5px 2px 1px;
   font-size: 0.676em;
}

.navicons-neck-simple-numbers {
   font-size: 0.612em;
}

.footer-top .container {
  width: 79%; }

.col-mdX-2, .col-mdX-2-w {
   float: left; 
   width: 50%; } /* bootstrap條件 擴增 補充*/
}



@media screen and (max-width: 320px) {
 .col-mdX-2 {
   float: left; 
   width: 100%; } /* bootstrap條件 擴增 補充*/
}


  .col-lgX-12 {
    width: 100%;
  }

@media (min-width: 100px) {
  .col-lgX-1, .col-lgX-15, .col-lgX-2, .col-lgX-25, .col-lgX-3, .col-lgX-4, .col-lgX-5, .col-lgX-6, .col-lgX-7, .col-lgX-8, .col-lgX-9, .col-lgX-10, .col-lgX-11, .col-lgX-12 {
    float: left;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
  .col-lgX-12 {
    width: 100%;
  }
  .col-lgX-11 {
    width: 91.66666667%;
  }
  .col-lgX-10 {
    width: 83.33333333%;
  }
  .col-lgX-9 {
    width: 75%;
  }
  .col-lgX-8 {
    width: 66.66666667%;
  }
  .col-lgX-7 {
    width: 58.33333333%;
  }
  .col-lgX-6 {
    width: 50%;
  }
  .col-lgX-5 {
    width: 41.66666667%;
  }
  .col-lgX-4 {
    width: 33.33333333%;
  }
  .col-lgX-3 {
    width: 25%;
  }
  .col-lgX-25 {
    width: 19.5%;
  }
  .col-lgX-2 {
    width: 16.66666667%;
  }
  .col-lgX-15 {
    width: 13%;
  }
  .col-lgX-1 {
    width: 8%;
  }
}

@media (min-width: 1480px) {  
 .container {
  width: 85%;
 }
 .header {
	padding: 0.65% 0%;
 }
 .footer-top .container {
    width: 70%;
 }
 .footer-top h4 {
   font-size: 1.1em;
 }
 .footer-top h3 {
   font-size: 0.96em;
 }
 .foot-call {
   font-size: 0.9em;
 }
 .footer-top li {
	font-size: 0.865em;
	line-height: 1.483em;
	padding-left: 0px;
	font-weight: 320;
  }
  
  .col-mdX-2-w div {
    width: 60%;
  }
}


.totallan{
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}



@media (max-width: 500px) { 
.viewX .maskX, .viewX .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viewY .maskY, .viewY .content { /* for f.jpg 直式圖 */
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
}


@media (max-width: 480px) {
  .col-lgX-1, .col-lgX-15, .col-lgX-2, .col-lgX-25, .col-lgX-3, .col-lgX-4, .col-lgX-5, .col-lgX-6, .col-lgX-7, .col-lgX-8, .col-lgX-9, .col-lgX-10, .col-lgX-11, .col-lgX-12 {
    float: left;
    padding: 2px 1px 2px 0px;
    text-align: center;
    vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
  .col-lgX-4 {
    width: 33.3333%;
  }
}



.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}