/*!********************************************************************
***************************Copyright (c) 2017 by yuchen.****************
*************************************************************************/body, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    line-height: 30px;
    color: #000;
}
h1, h2 {
    font-size: 24px;
}
h3, h4 {
    margin-bottom: 0;
    margin-top: 0;
}
h3, h5 {
    font-size: 18px;
}
.navbar, h3, h4 {
    margin-bottom: 0;
}
.navbar-nav>li, .navbar>.container .navbar-brand {
    margin-left: 0;
}
.pp_gallery ul, .pp_nav p {
    float: left;
    white-space: nowrap;
}
body {
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: 2px;
}
h2 {
    font-weight: 500;
}
@media screen and (max-width:600px) {
    h2 {
    font-size: 18px;
    letter-spacing: 1px;
}
}@media screen and (max-width:450px) {
    h2 {
    font-size: 16px;
    letter-spacing: 0;
}
}h3 {
    letter-spacing: 6px;
    color: #3e3e3e;
    line-height: 36px;
}
h4 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #887c7c;
    line-height: 24px;
}
@media screen and (max-width:1400px) {
    h3 {
    font-size: 16px;
    letter-spacing: 6px;
}
h4 {
    font-size: 13px;
}
}@media screen and (max-width:1199px) {
    h3 {
    line-height: 30px;
}
h4 {
    line-height: 20px;
    padding-bottom: 15px;
}
}h6 {
    font-size: 16px;
}
.css_table, label, li, p, td {
    font-size: 16px;
    letter-spacing: 2px;
}
@media screen and (max-width:767px) {
    label, li, p, td {
    font-size: 14px;
}
}a {
    color: #fd3c00;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
a:focus, a:hover {
    color: #b12a00;
    text-decoration: none;
    outline: 0;
}
.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #ff0;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.navbar, .navbar-inverse .navbar-nav .dropdown-menu>li.divider, .navbar-inverse .navbar-nav>li>a:hover, .panel {
    background-color: transparent;
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#gotop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
}
@media(max-width:700px) {
    #gotop {
    right: 0;
    bottom: 0;
}
#gotop img {
    max-width: 60px;
}
}#gotop i:hover {
    will-change: animation, transform, opacity;
    -webkit-animation: top .5s ease-in-out infinite;
    animation: top .5s ease-in-out infinite;
}
@-webkit-keyframes top {
    0%, 100% {
    -webkit-transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
}
}@keyframes top {
    0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
}@-webkit-keyframes rollInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
to {
    opacity: 1;
}
}@keyframes rollInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
to {
    opacity: 1;
}
}.rollInRight {
    -webkit-animation-name: rollInRight;
    animation-name: rollInRight;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
@media(max-width:1919px) {
    .navbar-brand {
    padding: 0;
    margin: 0;
}
}.navbar {
    border-radius: 0;
}
.navbar-nav {
    margin-top: 20px;
}
@media screen and (max-width:1400px) {
    .navbar-nav {
    margin-top: 10px;
}
}@media screen and (max-width:1199px) {
    .navbar-nav>li {
    padding-top: 0;
}
}.navbar-inverse .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    color: #767676;
    line-height: 24px;
    display: inline-block;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #767676;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #000;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a, .navbar-inverse .navbar-nav .dropdown-menu>li:focus>a, .navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}
.dropdown-menu p {
    color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.footer {
    vertical-align: middle;
    font-size: 14px;
    color: #1e1e1e;
}
.panel {
    margin-top: 120px;
}
@media screen and (max-width:768px) {
    .loginbtn input {
    margin-top: 10px;
}
}.panel-info {
    border-color: #5cb85c;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #5cb85c;
    border-color: #bce8f1;
}
.panel-info .ripple input[type=submit] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #5cb85c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #5cb85c;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-info .ripple input[type=submit]:hover {
    background: #3d8b3d;
    border: 1px solid #3d8b3d;
}
.panel-info .ripple input[type=reset] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #5cb85c;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #5cb85c;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-info .ripple input[type=reset]:hover {
    color: #3d8b3d;
    border: 1px solid #3d8b3d;
}
.panel-default {
    border-color: #5fb0e4;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #5fb0e4;
    border-color: #bce8f1;
}
.panel-default .ripple input[type=button] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #5fb0e4;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #5fb0e4;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-default .ripple input[type=button]:hover {
    background: #248ed3;
    border: 1px solid #248ed3;
    color: #fff;
}
#services_login a, #services_login a:visited {
    color: #000;
}
#services_login a:focus, #services_login a:hover {
    color: #5fb0e4;
}
.panel-success {
    border-color: #748bce;
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #748bce;
    border-color: #748bce;
}
.panel-success .ripple input[type=button] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #748bce;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #748bce;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-success .ripple input[type=button]:hover {
    background: #7475ce;
    border: 1px solid #7475ce;
    color: #fff;
}
#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}
.panel-default2 {
    border-color: #2b85bf;
}
.panel-default2>.panel-heading {
    color: #fff;
    background-color: #2b85bf;
    border-color: #2b85bf;
}
.panel-default2 .ripple input[type=button] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #2b85bf;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #2b85bf;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-default2 .ripple input[type=button]:hover {
    background: #248ed3;
    border: 1px solid #248ed3;
    color: #fff;
}
.ripple0 input {
    background: 0 0;
    padding: 8px 20px;
    border: 1px solid #14aebc;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ripple0 input, .ripple01 input {
    outline: 0;
    cursor: pointer;
    position: relative;
    color: #14aebc;
    border-radius: 2px;
    font-size: 14px;
}
.ripple01 input {
    background: #fff;
    border: 1px solid #14aebc;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ripple0 input:hover {
    border: 1px solid #107780;
    color: #107780;
}
div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: url(../../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
    background: url(../../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
    background: url(../../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url(../../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url(../../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: url(../../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url(../../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
div.pp_default .pp_expand:hover {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
div.pp_default .pp_contract:hover {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
    background: url(../../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto;
}
div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: url(../../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}
div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
    opacity: .7;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
    background: url(../../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
    background: url(../../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
    background: url(../../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_previous:hover {
    background: url(../../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_expand:hover {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_contract {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_contract:hover {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_rounded .pp_arrow_previous {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
    background: url(../../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_expand {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_contract {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_rounded .pp_arrow_previous {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
    background: url(../../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_content, div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right {
    background: #000;
}
div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
    background: url(../../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_expand:hover {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_contract {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_contract:hover {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_nav {
    clear: none;
}
div.dark_square .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_square .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_square .pp_arrow_previous {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
    background: url(../../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.dark_square .pp_previous:hover {
    background: url(../../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.light_square .pp_expand {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.light_square .pp_expand:hover {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.light_square .pp_contract {
    background: url(../../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.light_square .pp_contract:hover {
    background: url(../../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.light_square .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_square .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_square .pp_arrow_previous {
    background: url(../../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
    background: url(../../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.light_square .pp_previous:hover {
    background: url(../../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.facebook .pp_top .pp_left {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
    background: url(../../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
    background: url(../../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
    background: url(../../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.facebook .pp_expand:hover {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.facebook .pp_contract {
    background: url(../../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.facebook .pp_contract:hover {
    background: url(../../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.facebook .pp_description {
    margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
    background: url(../../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
    background: url(../../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}
div.facebook .pp_arrow_next {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}
div.facebook .pp_nav {
    margin-top: 0;
}
div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}
div.facebook .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}
div.facebook .pp_next:hover {
    background: url(../../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.facebook .pp_previous:hover {
    background: url(../../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
    background: url(../../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
    outline: 0;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    margin: 2px 4px;
}
.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    height: 35px;
    position: relative;
    margin: 0 0 0 5px;
    padding: 0;
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    background: url(../../images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
a.pp_next, a.pp_previous {
    text-indent: -10000px;
    background: url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    height: 100%;
    width: 49%}
.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px!important;
}
a.pp_next {
    float: right;
}
a.pp_previous {
    float: left;
}
a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
.pp_loaderIcon, a.pp_close {
    display: block;
    position: absolute;
}
a.pp_close {
    right: 0;
    top: 0;
    line-height: 22px;
    text-indent: -10000px;
}
.pp_loaderIcon {
    height: 24px;
    left: 50%;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}
.pp_fade, .pp_gallery li.default a img, div.ppt {
    display: none;
}
#pp_full_res {
    line-height: 1!important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}
div.light_rounded .pp_content, div.pp_default .pp_content {
    background-color: #fff;
}
div.facebook #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.pp_default #pp_full_res .pp_inline {
    color: #000;
}
.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}
div.dark_rounded .pp_details, div.dark_square .pp_details, div.facebook .pp_details, div.light_rounded .pp_details, div.light_square .pp_details, div.pp_default .pp_details {
    position: relative;
}
div.facebook .pp_content, div.light_rounded .pp_bottom .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_top .pp_middle, div.light_square .pp_content, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right {
    background: #fff;
}
div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px;
}
div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px!important;
}
div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_rounded .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}
div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_rounded .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_bottom .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_top .pp_middle {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top left;
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}
.pp_bottom, .pp_top {
    height: 20px;
    position: relative;
}
* html .pp_bottom, * html .pp_top {
    padding: 0 20px;
}
.pp_bottom .pp_left, .pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle, .pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
    left: 0;
    position: static;
}
.pp_bottom .pp_right, .pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
@media (max-width:768px) {
    .pp_pic_holder.pp_default {
    width: 95%!important;
    margin-top: -100px!important;
    left: 2.5%!important;
    overflow: hidden;
}
#pp_full_res img, .pp_content, .pp_details, .pp_fade {
    width: 100%!important;
}
div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
}
div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
}
.pp_content {
    height: auto!important;
}
.pp_fade {
    height: 100%!important;
}
.pp_bottom, .pp_gallery, .pp_hoverContainer, .pp_top, a.pp_contract, a.pp_expand {
    display: none!important;
}
#pp_full_res img {
    height: auto!important;
}
.pp_details {
    background-color: #fff;
    margin-top: -2px!important;
    padding: 10px 4% 25px 3%}
a.pp_close {
    right: 10px!important;
    top: 10px!important;
}
}@media (min-width:992px) {
    .carousel-control: hover i {
    transform: scale(1.7);
}
}.carousel-control {
    opacity: 1;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, .1) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(255, 255, 255, .1) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(255, 255, 255, .1) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 0;
    text-align: right;
    cursor: pointer;
    line-height: 22px;
    color: #000;
}
.thumbnail {
    padding: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%}
.hide-bullets a, .hide-bullets a:link, .hide-bullets a:visited {
    color: #000;
}
.hide-bullets a:hover {
    color: #a16b55;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control {
    position: absolute;
    top: 0;
    z-index: 10;
    min-height: 100%;
    padding-top: 28%}
@media screen and (max-width:992px) {
    .carousel-control {
    padding-top: 25%}
}.form-group {
    padding-top: 5px;
    padding-bottom: 5px;
}
#services_order .ripple input[type=submit] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #b6a157;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px;
}
#services_order .ripple input[type=submit]:hover {
    border: 1px solid #b6a157;
    color: #fff;
    border-radius: 30px;
}
#services_order .ripple input[type=reset] {
    color: #b6a157;
    padding: 8px 20px;
    font-size: 14px;
    border: 1px solid #b6a157;
    transition: .3s ease-in-out;
    border-radius: 5px;
}
#services_order .ripple input[type=reset], .ripple button {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: .3s ease-in-out;
}
#services_order .ripple input[type=reset]:hover {
    border: 1px solid #b6a157;
    color: #b6a157;
    border-radius: 30px;
}
#services_order label {
    color: #424040;
}
#services_order input, #services_order textarea {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px solid #767676;
    background: 0 0;
    color: #313131;
}
#services_order input:hover, #services_order textarea:hover {
    border-color: #5c4c15;
    outline: 0;
}
#services_order input:focus, #services_order textarea:focus {
    border-color: #5c4c15;
    outline: 0;
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
}
#services_bbs .bbsfont td {
    padding: 6px 0;
}
#services_bbs input[type=text], #services_bbs textarea[type=text] {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px solid #767676;
    background: 0 0;
    color: #767676;
}
#services_bbs input:focus, #services_bbs input:hover, #services_bbs textarea:hover {
    border-color: #5c4c15;
    outline: 0;
}
@media(max-width:768px) {
    #services_bbs input, #services_bbs textarea, #services_login input, #services_login textarea, #services_news input, #services_news textarea, #services_order input, #services_order textarea {
    font-size: 16px;
}
}.ripple button {
    color: #598b99;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #598b99;
    transition: .3s ease-in-out;
}
.ripple button:hover {
    border: 1px solid #598b99;
    color: #fff;
    background: #598b99;
}
.ripple input {
    background: 0 0;
    color: #598b99;
    border-radius: 2px;
    border: 1px solid #598b99;
    transition: .3s ease-in-out;
}
.ripple input, .ripple2 input {
    position: relative;
    outline: 0;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
}
.ripple input:hover {
    border: 1px solid #598b99;
    color: #fff;
    background: #598b99;
}
.ripple2 input {
    background: 0 0;
    color: #598b99;
    border-radius: 2px;
    border: 1px solid #598b99;
    transition: .3s ease-in-out;
}
.ripple2 input:hover {
    border: 1px solid #598b99;
    color: #fff;
    background: #598b99;
}
td.line {
	position:relative;
	overflow:hidden;
}
.cut {
}
.cut b {
	display:block;
	position:absolute;
	top:1em;
	right:1em;
	width:100%;
	text-align:right;
}
.cut em {
	display:block;
	position:absolute;
	bottom:1em;
	left:1em;
	width:100%;
	text-align:left;
	font-style:normal;
	font-weight:700;
}
.cut span {
	width: 100%;
    height: 1px;
    background: #000;
    display: block;
    transform: rotate(25deg);
	position:absolute;
	top:50%;
	left:0;
}




