@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDBASE_PAT01 */
/* load db logo_img */
/**
*網站LOGO
**/
.logo_img {height:100%}
/*END*/
/* load db RWDMenuSmall001 */
.RWDMenuSmall001{padding-top:20px;}
.RWDMenuSmall001 .btn-navbar span.nb_left {
    padding: 7px;
    float: left;
}
.navbar {
  margin: 36px 0px;
  background-color: transparent !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0px;
}
.navbar .logo_img {
  margin: 0px 0;
  padding: 0px;
  overflow: hidden;
  width: 315px;
  max-width: 90%;
  height: 90px;
  z-index: 99999;
}
.navbar .logo_img img {

}
.navbar a.navbar-brand {
  margin: 0px 0;
  padding: 0px;
  overflow: hidden;
  width: 315px;
}
.navbar a.navbar-brand img {
  float: left;
  margin: 0 6px 0 0;
  width: 90px;
}
.navbar a.navbar-brand span.logo_title {
  font-size: 36px;
  font-weight: 300;
  display: block;
  padding: 10px 0 0px 0;
  line-height: 42px;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar a.navbar-brand span.logo_subtitle {
  font-size: 13px;
  font-weight: 300;
  display: block;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar .nav {
  margin: 27px 0 0 0;
}
.navbar .nav li a {
  margin: 0 3px;
  background-color: transparent !important;
  border-bottom: solid 1px transparent;
}
.navbar .nav li a:hover,
.navbar .nav li a:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #333333;
}
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #333333;
}
.navbar .btn-navbar span.nb_right {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    padding: 0 4px 4px;
    text-shadow: 1px 1px 0 #ffffff;
}
.navbar .btn-navbar span.nb_left {
    padding: 5px;
}
.logo_img {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.logo_img:hover,
.logo_img:focus {
  text-decoration: none;
}
.logo_img > img {
  display: block;
}

/*IPAD以下*/
@media(max-width:799px){
    .collapsing_header header{position: fixed !important;}
  ul.nav li {
    text-align: center;
  }  
  .navbar .nav {
    width: 100%;
  }

  /*選單都不要出現*/
  /*.page_menu_block ul.nav {display:none;}*/
  .page_menu_block ul.nav li > ul,.page_menu_block ul.nav li.active > ul{display:none;}

}
@media (min-width: 767px){
  .navbar-nav{
    float: none !important;
  }   
  .navbar-nav>li {
    float: none;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }  
}
@media (min-width: 768px){
  .navbar-toggle{
    display:block;
  }
  .navbar-header {
    float: none;
  }   
  .navbar-collapse.collapse {
    display: none!important;
  }  
  .navbar-collapse.in{
    display: block!important;
  }
}
/*大於800*/
@media (min-width: 800px) {
  .navbar-nav{
    float: right !important;
  }       
  .navbar-toggle{
    display:none;
  }    
  .navbar-header {
    float: left;
  }  
  .navbar-nav>li {
    float: left;
  } 
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }  
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y:auto; 
}

/*END*/
/* load db web_search002 */
.web_search002{
    background: #ff520e url(images/web_search002/btn_search.png) no-repeat 3% 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor:pointer;
    overflow: hidden;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.web_search002 .searchkey{height: 30px;float: left;position:relative;}
.web_search002 input{width:110px;height:30px;line-height:30px;border:0px;border: medium none;margin-left:30px;background-color:transparent;opacity: 0;}
.web_search002.open {width: auto;display:inline-block;cursor:auto;}
.web_search002.open input{opacity: 1;margin-left: 40px;margin-right: 30px;}

/*背景顏色*/
.web_search002 {background-color:#ff520e}
/*背景展開顏色*/
.web_search002.open {background-color:#525250}
/*文字顏色*/
.web_search002 .searchkey,.web_search002 input{color: #d7d7d7;}
/*END*/
/* load db RWDMenuNormal001 */
.RWDMenuNormal001 ul,.RWDMenuNormal001 li{list-style: none;margin:0px;}
.RWDMenuNormal001 ul ul{padding: 0px 20px;}
.in ul.nav li.active a,
.in ul.nav li.active a:hover {
  border-bottom: 1px solid #428bca;
  color: #428bca;
  text-shadow: 0 0 0 transparent;
}
.in ul.nav li a:hover,
.in ul.nav li a:active {
  border-bottom: 1px solid transparent;
}
/*END*/
/* load db RWDsocial001 */
.RWDsocial001{
  background: #428bca;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a i {
  vertical-align: top !important;
}
#social_media_wrapper a i img{width:100%}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #428bca;
}
.RWDsocial001 #social_media_wrapper a[title="+line3"]{
    font-size: 14px;
    padding: 0;
}
.RWDsocial001 #social_media_wrapper a .ii-line3{
    line-height: 30px;
}
/*END*/
/* load db RWDfalink */
.RWDfalink{float:right;}
.RWDfalink i {
  font-size: 18px;
  padding: 0 6px;
  display: inline-block;
  color: #777777;
}
.RWDfalink a {
    color: #428bca;
}

.RWDfalink i img {
    height: auto;
    max-width: 100%;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
}
/*END*/
/* load db RWDbanner001 */
	.RWDbanner001 .slides li{
	width:100%;
        height:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: center center;
}

/*END*/
/* load db RWDeform001 */
.RWDeform001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDeform001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDeform001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDeform001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
.RWDeform001 .form-horizontal .form-group {margin-right: 0px;margin-left: 0px;}
.RWDeform001 .error{color:red;padding:3px;}
.ebtn{color: #ffffff;line-height: 32px;padding: 0;background:#dedede;cursor: pointer;display: block;margin-right: 0px;text-align: center;}
.ebtn a{width: 100%; display: block; padding: 0px 30px; color: #ffffff; text-decoration: none;}
.form-group label.must:after{display:none}
.form-group label.must:before{content:"*"; color:red}

.RWDeform001 .css-scrollmemo .column_memo{padding:10px;border:1px solid #111111;height:100px;overflow-y:auto;}
.RWDeform001 .scrollmemo_subarea{margin-top:10px;}
.RWDeform001 .btn_refresh{width: 30px;height: 30px;vertical-align: middle;background: transparent;outline: none;border: 0;color: #aaa;}
/*END*/
/* load file model/lib/RWDnews005/css/model.css */
.RWDnews005 header.section-header{margin-bottom:80px}.RWDnews005 .margin-bottom-60{margin-bottom:60px}.RWDnews005 .weight-300{font-weight:300 !important}.RWDnews005 .section-subject{text-align:center;margin-bottom:50px}.RWDnews005 .main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDnews005 .sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDnews005 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDnews005 .size-13{font-size:13px !important;line-height:17px !important}.RWDnews005 .margin-bottom-40{margin-bottom:40px !important}.RWDnews005 .margin-top-80{margin-top:80px !important}.RWDnews005 a{text-decoration:none}.RWDnews005 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.RWDnews005 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.RWDnews005 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.RWDnews005 .owl-carousel .owl-wrapper-outer{position:relative;width:100%;z-index:0}.RWDnews005 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.RWDnews005 .owl-carousel .owl-item{float:left}.RWDnews005 .owl-controls .owl-page,.RWDnews005 .owl-controls .owl-buttons div{cursor:pointer}.RWDnews005 .owl-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.RWDnews005 .owl-carousel.featured .owl-controls .owl-prev{margin-right:3px}.RWDnews005 .owl-carousel .owl-wrapper,.RWDnews005 .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.RWDnews005 .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.RWDnews005 .owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.RWDnews005 .owl-fade-in{-webkit-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.RWDnews005 .owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.RWDnews005 .owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.RWDnews005 .owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.RWDnews005 .owl-goDown-in{-webkit-animation:goDown .6s ease both;animation:goDown .6s ease both}.RWDnews005 .owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.RWDnews005 .owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}.RWDnews005 .owl-carousel{overflow:hidden;margin-bottom:20px;position:relative}.RWDnews005 .owl-carousel.owl-padding-10{margin-left:-10px;margin-right:-10px;width:auto}.RWDnews005 .owl-carousel.owl-padding-10 .owl-item{padding:0 10px}.RWDnews005 .owl-carousel img{display:inline-block}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons{filter:Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .owl-carousel.buttons-autohide:hover .owl-buttons{filter:Alpha(Opacity=100);opacity:1}.RWDnews005 .owl-theme .owl-controls .owl-buttons div{color:#121212;background:#fff;border:#fff 1px solid;opacity:1;filter:Alpha(Opacity=100);border-radius:3px}.RWDnews005 .controlls-over .owl-controls .owl-prev{position:absolute;top:50%;margin-top:-28px;right:auto;left:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-controls .owl-next{position:absolute;top:50%;margin-top:-28px;left:auto;right:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-pagination{text-align:center;width:60%;margin:auto;bottom:-20px;left:0;right:0;z-index:1}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page{margin-bottom:0px;position:relative;display:inline-block}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:first-child{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:last-child{-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span{background:gray}.RWDnews005 .bottom-pagination .owl-controls .owl-page{margin-bottom:-40px !important}.RWDnews005 .owl-carousel .owl-item div{position:relative;text-align:center}.RWDnews005 .owl-carousel .owl-caption{padding:10px;position:absolute !important;left:0;top:0;right:0;margin-top:0;max-width:100%;background:rgba(0,0,0,.3);display:block;color:#fff}.RWDnews005 .owl-carousel .owl-caption p{color:#fff;font-size:13px;line-height:20px;padding:0;margin:0}.RWDnews005 .owl-carousel .owl-caption h1,.RWDnews005 .owl-carousel .owl-caption h1 a,.RWDnews005 .owl-carousel .owl-caption h2,.RWDnews005 .owl-carousel .owl-caption h2 a,.RWDnews005 .owl-carousel .owl-caption h3,.RWDnews005 .owl-carousel .owl-caption h3 a{color:#fff;font-size:21px;line-height:21px;font-weight:bold;margin-bottom:10px}.RWDnews005 .owl-carousel .owl-caption a{color:#fff;font-weight:bold}.RWDnews005 .owl-carousel.controls-hover-only .owl-controls{filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .slider:hover .owl-carousel.controls-hover-only .owl-controls,.RWDnews005 .owl-carousel.controls-hover-only:hover .owl-controls{filter:alpha(opacity=100);opacity:1}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;border-radius:99em;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;border-radius:30px}@media only screen and (max-width: 600px){.owl-pagination{display:none}}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-image:none !important;border:0;color:#ccc;font-size:34px;line-height:55px;height:auto !important;width:56px !important;text-align:center;background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-transition:all .4s;transition:all .4s}.RWDnews005 h4,.news005_h4{font-size:18px;letter-spacing:normal;margin:0 0 14px 0}.RWDnews005 h4 a,.news005_h4 a{color:#121212}.RWDnews005 h4:hover,.news005_h4:hover{color:#888}.RWDnews005 .margin-top-20{margin-top:20px !important}.RWDnews005 ul>li>i{margin-right:10px}@media only screen and (max-width: 600px){.RWDnews005 .owl-theme .owl-controls .owl-buttons div{background:rgba(0,0,0,0);border:#fff 0px solid}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-color:rgba(0,0,0,0)}}
/*END*/
/* load file model/lib/RWDedictor002/css/model.css */
.RWDedictor002 .section-subject{text-align:center;margin-bottom:50px}.RWDedictor002 .main-title{font-size:48px;margin:0px;color:#222;font-weight:300}.RWDedictor002 .sub-title{font-size:22px;margin:18px 0 0;color:#222;font-weight:300}.RWDedictor002 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDedictor002{color:#222}.RWDedictor002 .carousel-container{padding-bottom:40px}@media(min-width: 1024px){.RWDedictor002 .carousel-container{padding-bottom:0px}}.RWDedictor002 .RWDedictor002-text{text-align:center}@media(min-width: 1024px){.RWDedictor002 .RWDedictor002-text{text-align:left}}.RWDedictor002 .RWDedictor002-text>h4{font-size:25px;text-transform:uppercase}.RWDedictor002 .RWDedictor002-text>p{font-size:18px}.RWDedictor002 .RWDedictor002-text>.page-scroll{padding-top:10px}.RWDedictor002 .section-content{padding-top:70px;padding-bottom:80px}.RWDedictor002 .btn.btn-rj{background-color:var(--wt-BtnEmptyColor, #1abc9c);border-color:var(--wt-BtnEmptyColor, #1dd2af);color:#fff;text-transform:uppercase;-webkit-transition:all .3s;transition:all .3s}.RWDedictor002 .btn.btn-rj:hover,.RWDedictor002 .btn.btn-rj:focus{background-color:var(--wt-HoverColor, #17a689);border-color:var(--wt-HoverColor, #1dd2af);color:#fff}
/*END*/
/* load file model/lib/RWDproduct004/css/model.css */
.RWDproduct004{width:100%;overflow-x:hidden}.RWDproduct004 figure{margin-top:0px}.RWDproduct004 section{background-attachment:fixed;background-position:center center;background-repeat:no-repeat;background-size:cover !important;border-bottom:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box !important;box-sizing:border-box !important;display:block;padding:80px 0;position:relative;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.RWDproduct004 a{text-decoration:none}.RWDproduct004 a[href="javascript:void(0)"]{cursor:default}.RWDproduct004 section::after,.RWDproduct004 section::before{content:" ";display:table}.RWDproduct004 .callout-dark{background-color:#252525;color:#fff;position:relative;z-index:10;border-radius:0}.RWDproduct004 .heading-title.heading-arrow-bottom::after{border-left:20px solid rgba(0,0,0,0);border-right:20px solid rgba(0,0,0,0);border-top:20px solid #252525;bottom:-20px;content:" ";height:0;left:50%;margin-left:-20px;position:absolute;width:0}.RWDproduct004 header.section-header{margin-bottom:80px}.RWDproduct004 .weight-300{font-weight:300 !important}.RWDproduct004 .section-subject{text-align:center}.RWDproduct004 h1.main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDproduct004 h2.sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDproduct004 .size-13{font-size:13px !important;line-height:17px !important}.RWDproduct004 .margin-bottom-40{margin-bottom:40px !important}.RWDproduct004 .heading-title.heading-arrow-top h1,.RWDproduct004 .heading-title.heading-arrow-bottom h1{color:#fff;margin:0}.RWDproduct004 .size-40{font-size:40px !important;line-height:46px !important}.RWDproduct004 .nopadding{padding:0 !important}.RWDproduct004 #portfolio{overflow:hidden}.RWDproduct004 #portfolio.portfolio-nogutter .row>div,.RWDproduct004 #portfolio.portfolio-nogutter .item-box{margin:0 !important;padding:0 !important}.RWDproduct004 .item-box{border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);margin:0;overflow:hidden;position:relative}.RWDproduct004 .mix-grid .item-box,.RWDproduct004 #portfolio .item-box{-webkit-box-shadow:none;box-shadow:none}.RWDproduct004 .mix-grid .item-box,.RWDproduct004 #portfolio .item-box{-webkit-box-shadow:none;box-shadow:none}.RWDproduct004 #portfolio.portfolio-nogutter .row>div,.RWDproduct004 #portfolio.portfolio-nogutter .item-box{margin:0 !important;padding:0 !important}.RWDproduct004 .item-box figure{display:block;margin-bottom:0;overflow:hidden;position:relative;text-align:center;width:100%}.RWDproduct004 .overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s;z-index:1}.RWDproduct004 .item-box .item-hover{background-color:rgba(0,0,0,.5);opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;color:#fff;-webkit-transition:all .3s;transition:all .3s}.RWDproduct004 .item-box .item-hover,.RWDproduct004 .item-box .item-hover button,.RWDproduct004 .item-box .item-hover a{color:#fff}.RWDproduct004 .item-box .item-hover .inner{position:absolute;display:block;left:0;right:0;top:50%;margin-top:-10px;margin-bottom:0;width:100%;z-index:100;line-height:23px}.RWDproduct004 .item-box:hover .item-hover{opacity:1}.RWDproduct004 .item-box .item-hover .inner .ico-rounded>span{color:#666;background-color:#fff;width:50px;height:50px;line-height:50px !important;margin:-20px 5px 0 5px;-webkit-transition:all .3s;transition:all .3s;-webkit-border-bottom-right-radius:20px;-webkit-border-top-left-radius:20px;-moz-border-radius-bottomright:20px;-moz-border-radius-topleft:20px;border-bottom-right-radius:20px;border-top-left-radius:20px}.RWDproduct004 .item-box .item-hover .inner .ico-rounded:hover>span{color:#8ab933}.RWDproduct004 div.row>div img.img-responsive{width:100%}.RWDproduct004 img.img-responsive{display:inline-block}.RWDproduct004 .item-box-desc{margin-bottom:10px;overflow:hidden;padding:30px 20px 20px;text-align:left !important}.RWDproduct004 #portfolio div.col-md-3 h2,.RWDproduct004 #portfolio div.col-md-3 h3{margin:0;padding:0;color:#111;font-size:18px;font-weight:600;line-height:18px;letter-spacing:normal}.RWDproduct004 .list-inline{list-style:outside none none;margin-left:-5px;padding-left:0;margin:0 !important;margin-bottom:30px}.RWDproduct004 .list-inline a{color:#999;font-size:12px;letter-spacing:0}.RWDproduct004 .item-box .item-hover.active{opacity:1}
/*END*/