@font-face {
font-family: 'lg';
src: url(//www.rgac.com.tw/aircon/wp-content/themes/onepress/assets/fonts/lg.eot?n1z373);
src: url(//www.rgac.com.tw/aircon/wp-content/themes/onepress/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//www.rgac.com.tw/aircon/wp-content/themes/onepress/assets/fonts/lg.woff?n1z373) format("woff"), url(//www.rgac.com.tw/aircon/wp-content/themes/onepress/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//www.rgac.com.tw/aircon/wp-content/themes/onepress/assets/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
}
.lg-outer .lg-has-html5 .lg-video-play {
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//www.rgac.com.tw/aircon/wp-content/themes/onepress/assets/images/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body.lg-on .lg-backdrop {
z-index: 99999;
}
body.lg-on .lg-outer {
z-index: 999999;
}.ewic-wid-imgs {
width: 100%;
max-width: 100%;
height: auto;
} .ewic-slider-lite {
display: block;
background: none !important;
border: none !important
}
.ewic-slider-lite.ready_to_show {
-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
border: 4px solid #fff !important;
}
.flex-control-nav,
.flex-direction-nav {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.flex-direction-nav a:before {
color: rgba(57, 57, 57, 0.8) !important;
}
.is_on_widget .flex-direction-nav a:before {
font-family: "flexslider-icon" !important;
font-size: 24px !important;
}
.flex-direction-nav a {
outline: none !important;
}
.flex-direction-nav a:before {
line-height: 40px;
}
.flex-caption {
position: absolute;
width: 100%;
padding: 2%;
left: 0;
bottom: 0;
background: rgba(36, 36, 36, 0.53);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 14px;
line-height: 18px;
margin-bottom: 0 !important;
}
#latest-box {
padding: 5px;
position: relative;
}
#latest-box .ewic-caption {
font-size:14px;
text-align:center;
margin-bottom: 0px !important;
bottom: 0px;
background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.60) !important;
} .ewic-caption {
text-align:center;
} .lb-closeContainer{
top: 10px;
}
.lb-number { }
.ewc_close {
z-index:9995;
}
.sliderpreloader {width:100% !important; height:32px !important; background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/images/ajax-loader.gif) center center no-repeat !important; text-align:center;}
.ewc-aff-link {
display:none;
margin-top:5px;
float:right;
width: auto;
color: #999;
font-size:12px !important;
font-style:italic;
margin-right:5px;
}
.ewc-aff-link a {
text-decoration: none !important;
color: #0080FF !important;
}	
.ewc-aff-link a:hover {
text-decoration: underline !important;
}@font-face {
font-family: 'flexslider-icon';
src: url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/flexslider/fonts/flexslider-icon.eot);
src: url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/flexslider/fonts/flexslider-icon.woff) format('woff'), url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/flexslider/fonts/flexslider-icon.ttf) format('truetype'), url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
@-moz-document url-prefix() {
.loading .flex-viewport {
max-height: none;
}
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}div.ewc_default .ewc_top,div.ewc_default .ewc_top .ewc_middle,div.ewc_default .ewc_top .ewc_left,div.ewc_default .ewc_top .ewc_right,div.ewc_default .ewc_bottom,div.ewc_default .ewc_bottom .ewc_left,div.ewc_default .ewc_bottom .ewc_middle,div.ewc_default .ewc_bottom .ewc_right{height:13px}
div.ewc_default .ewc_top .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.ewc_default .ewc_top .ewc_middle{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.ewc_default .ewc_top .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.ewc_default .ewc_content .ppt{color:#f8f8f8}
div.ewc_default .ewc_content_container .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.ewc_default .ewc_content_container .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.ewc_default .ewc_next:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.ewc_default .ewc_previous:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.ewc_default .ewc_expand{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.ewc_default .ewc_expand:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.ewc_default .ewc_contract{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.ewc_default .ewc_contract:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.ewc_default .ewc_close{width:30px;height:30px;background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.ewc_default .ewc_gallery ul li a{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.ewc_default .ewc_social{margin-top:7px}
div.ewc_default .ewc_gallery a.ewc_arrow_previous,div.ewc_default .ewc_gallery a.ewc_arrow_next{position:static;left:auto}
div.ewc_default .ewc_nav .ewc_play,div.ewc_default .ewc_nav .ewc_pause{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.ewc_default .ewc_nav .ewc_pause{background-position:-51px -29px}
div.ewc_default a.ewc_arrow_previous,div.ewc_default a.ewc_arrow_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.ewc_default a.ewc_arrow_next{left:52px;background-position:-82px -3px}
div.ewc_default .ewc_content_container .ewc_details{margin-top:5px}
div.ewc_default .ewc_nav{clear:none;height:30px;width:110px;position:relative; z-index:9995;}
div.ewc_default .ewc_close:hover,div.ewc_default .ewc_nav .ewc_play:hover,div.ewc_default .ewc_nav .ewc_pause:hover,div.ewc_default .ewc_arrow_next:hover,div.ewc_default .ewc_arrow_previous:hover{opacity:0.7}
div.ewc_default .currentTextHolder{
font-family:Georgia;
font-style:italic;
color:#fff;
font-size:11px;
line-height:25px;
position:absolute;
top:2px;
margin:0;
padding:0 0 0 10px;
display: inline-block;
right:10px;
}
div.ewc_default .ewc_description{
color: #FFF;
font-family: Arial;
display: block;
font-size: 0.85em !important;
font-weight: bold !important;
padding: 10px;
background: #666\9;
background: rgba(80, 80, 80, 0.55);
width: auto;
height: auto;
top: 0 !important ;
}
div.ewc_default .ewc_bottom .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.ewc_default .ewc_bottom .ewc_middle{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.ewc_default .ewc_bottom .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.ewc_default .ewc_loaderIcon{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .ewc_top .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .ewc_top .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .ewc_next:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .ewc_previous:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .ewc_expand{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .ewc_expand:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .ewc_contract{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .ewc_contract:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .ewc_close{width:75px;height:22px;background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .ewc_nav .ewc_play{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .ewc_nav .ewc_pause{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .ewc_arrow_previous{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .ewc_arrow_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .ewc_bottom .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .ewc_bottom .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .ewc_top .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .ewc_top .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .ewc_content_container .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .ewc_content_container .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .ewc_next:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .ewc_previous:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .ewc_expand{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .ewc_expand:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .ewc_contract{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .ewc_contract:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .ewc_close{width:75px;height:22px;background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .ewc_description{margin-right:85px;color:#fff}
div.dark_rounded .ewc_nav .ewc_play{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .ewc_nav .ewc_pause{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .ewc_arrow_previous{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .ewc_arrow_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .ewc_bottom .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .ewc_bottom .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .ewc_loaderIcon{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .ewc_left,div.dark_square .ewc_middle,div.dark_square .ewc_right,div.dark_square .ewc_content{background:#000}
div.dark_square .ewc_description{color:#fff;margin:0 85px 0 0}
div.dark_square .ewc_loaderIcon{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .ewc_expand{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .ewc_expand:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .ewc_contract{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .ewc_contract:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .ewc_close{width:75px;height:22px;background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .ewc_nav{clear:none}
div.dark_square .ewc_nav .ewc_play{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .ewc_nav .ewc_pause{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .ewc_arrow_previous{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .ewc_arrow_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .ewc_next:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .ewc_previous:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .ewc_expand{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .ewc_expand:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .ewc_contract{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .ewc_contract:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .ewc_close{width:75px;height:22px;background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .ewc_nav .ewc_play{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .ewc_nav .ewc_pause{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .ewc_arrow_previous{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .ewc_arrow_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .ewc_next:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .ewc_previous:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .ewc_top .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .ewc_top .ewc_middle{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .ewc_top .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .ewc_content_container .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .ewc_content_container .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .ewc_expand{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .ewc_expand:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .ewc_contract{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .ewc_contract:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .ewc_close{width:22px;height:22px;background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .ewc_description{margin:0 37px 0 0}
div.facebook .ewc_loaderIcon{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .ewc_arrow_previous{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .ewc_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .ewc_arrow_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .ewc_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .ewc_nav{margin-top:0}
div.facebook .ewc_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .ewc_nav .ewc_play{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .ewc_nav .ewc_pause{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .ewc_next:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .ewc_previous:hover{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .ewc_bottom .ewc_left{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .ewc_bottom .ewc_middle{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .ewc_bottom .ewc_right{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.ewc_pic_holder a:focus{outline:none}
div.ewc_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:99999}
div.ewc_pic_holder{display:none;position:absolute;width:100px;z-index:999999}
.ewc_content{height:40px;min-width:40px}
* html .ewc_content{width:40px}
.ewc_content_container{position:relative;text-align:left;width:100%}
.ewc_content_container .ewc_left{padding-left:20px}
.ewc_content_container .ewc_right{padding-right:20px}
.ewc_content_container .ewc_details{float:left;margin:10px 0 2px}
.ewc_description{display:none;margin:0}
.ewc_social{float:left;margin:0}
.ewc_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.ewc_social .twitter{float:left}
.ewc_nav{clear:right;float:left;margin:3px 10px 0 0}
.ewc_nav p{float:left;white-space:nowrap;margin:2px 4px}
.ewc_nav .ewc_play,.ewc_nav .ewc_pause{float:left;margin-right:4px;text-indent:-10000px}
a.ewc_arrow_previous,a.ewc_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.ewc_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.ewc_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.ewc_gallery div{float:left;overflow:hidden;position:relative}
.ewc_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.ewc_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.ewc_gallery ul a img{border:0}
.ewc_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.ewc_gallery li.default a{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.ewc_gallery .ewc_arrow_previous,.ewc_gallery .ewc_arrow_next{margin-top:7px!important}
a.ewc_next{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%;top: 35%;
transform: translateY(-50%);
position: relative;}
a.ewc_previous{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%; top: 35%;
transform: translateY(-50%);
position: relative;}
a.ewc_expand,a.ewc_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.ewc_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.ewc_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#ewc_full_res{line-height:1!important}
#ewc_full_res .ewc_inline{text-align:left}
#ewc_full_res .ewc_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.ewc_default .ewc_content,div.light_rounded .ewc_content{background-color:#fff}
div.ewc_default #ewc_full_res .ewc_inline,div.light_rounded .ewc_content .ppt,div.light_rounded #ewc_full_res .ewc_inline,div.light_square .ewc_content .ppt,div.light_square #ewc_full_res .ewc_inline,div.facebook .ewc_content .ppt,div.facebook #ewc_full_res .ewc_inline{color:#000}
div.ewc_default .ewc_gallery ul li a:hover,div.ewc_default .ewc_gallery ul li.selected a,.ewc_gallery ul a:hover,.ewc_gallery li.selected a{border-color:#fff}
div.ewc_default .ewc_details,div.light_rounded .ewc_details,div.dark_rounded .ewc_details,div.dark_square .ewc_details,div.light_square .ewc_details,div.facebook .ewc_details{position:relative}
div.light_rounded .ewc_top .ewc_middle,div.light_rounded .ewc_content_container .ewc_left,div.light_rounded .ewc_content_container .ewc_right,div.light_rounded .ewc_bottom .ewc_middle,div.light_square .ewc_left,div.light_square .ewc_middle,div.light_square .ewc_right,div.light_square .ewc_content,div.facebook .ewc_content{background:#fff}
div.light_rounded .ewc_description,div.light_square .ewc_description{margin-right:85px}
div.light_rounded .ewc_gallery a.ewc_arrow_previous,div.light_rounded .ewc_gallery a.ewc_arrow_next,div.dark_rounded .ewc_gallery a.ewc_arrow_previous,div.dark_rounded .ewc_gallery a.ewc_arrow_next,div.dark_square .ewc_gallery a.ewc_arrow_previous,div.dark_square .ewc_gallery a.ewc_arrow_next,div.light_square .ewc_gallery a.ewc_arrow_previous,div.light_square .ewc_gallery a.ewc_arrow_next{margin-top:12px!important}
div.light_rounded .ewc_arrow_previous.disabled,div.dark_rounded .ewc_arrow_previous.disabled,div.dark_square .ewc_arrow_previous.disabled,div.light_square .ewc_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .ewc_arrow_next.disabled,div.dark_rounded .ewc_arrow_next.disabled,div.dark_square .ewc_arrow_next.disabled,div.light_square .ewc_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .ewc_loaderIcon,div.light_square .ewc_loaderIcon{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .ewc_top .ewc_middle,div.dark_rounded .ewc_content,div.dark_rounded .ewc_bottom .ewc_middle{background:url(//www.rgac.com.tw/aircon/wp-content/plugins/image-slider-widget/css/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #ewc_full_res .ewc_inline,div.dark_square #ewc_full_res .ewc_inline{color:#fff}
.ewc_top,.ewc_bottom{height:20px;position:relative}
* html .ewc_top,* html .ewc_bottom{padding:0 20px}
.ewc_top .ewc_left,.ewc_bottom .ewc_left{height:20px;left:0;position:absolute;width:20px}
.ewc_top .ewc_middle,.ewc_bottom .ewc_middle{height:20px;left:20px;position:absolute;right:20px}
* html .ewc_top .ewc_middle,* html .ewc_bottom .ewc_middle{left:0;position:static}
.ewc_top .ewc_right,.ewc_bottom .ewc_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.ewc_fade,.ewc_gallery li.default a img{display:none}