/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2018 | 09:47:00 */
/* Youtube embedded video 16:9 responsive aspect ratio. */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* Word-wrap long URLs and other long words. */
.site-content {
        word-wrap: break-word;
        overflow-wrap: break-word;
}



/* Tables with border="1". */
table{ border-bottom: 1px solid; border-left:1px solid; border-color: #cccccc; }
th, td { padding:11px 20px 20px 11px; border-top:1px solid; border-right:1px solid; border-color: #cccccc; }


/* Scroll-to-top with animation. Requires js for button positioning and animation. */
.fs-scroll-top
{
    position: fixed;
    bottom: 4px;
    right: 5%;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 100px;
    background: url('/images/theme/imgpsh_fullsize.png') no-repeat center;
    background-size: 100% 100%;
    opacity: 0.2;
    filter: alpha(opacity=50);
    cursor: pointer;
    z-index: 1000;
}
.fs-scroll-top.in-top:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.fs-scroll-top.in-top
{
    display: block;
}



/* Language Switcher buttons */
.language-flag {
  opacity: 0.5;
  display: block;
  float:   left;
}
.language-flag a {
  padding-right: 8px;
  padding-left: 8px;
}
.language-active {
  opacity: 0.8;
}
.language-flag a img {
  width:      18px;
  max-width:  18px;
  height:     12px;
}
.language-flag a img:hover
{
  filter:alpha(opacity=70);
  opacity: 0.70;
  box-shadow: 0 0 10px #22aadd;
}
.language-flag a img:active
{
  filter:alpha(opacity=90);
  opacity: 0.90;
  box-shadow: 0 0 20px #22aadd;
}



/* Disable extended Select of top menu buttons */
.menu-item a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/*
.menu-item-322 a,
.menu-item-326 a {
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  background-color: #4fc3f7;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.menu-item-322 a:hover,
.menu-item-326 a:hover {
  background-color: #29b6f6;
}
*/



/* Mouse over for images: <img class="image-hover"... /> */
.image-hover:hover
{
  filter:alpha(opacity=90);
  opacity: 0.90;
  box-shadow: 0 0 5px #e1e1e1;
}
.image-hover:active
{
  filter:alpha(opacity=70);
  opacity: 0.70;
  box-shadow: 0 0 5px #777777;
}



/* Lists with star sign and corrent indent <ul class="list-star"><li>Item 1</li><li>Item 2</li></ul> */
.list-star li {
        position: relative;
        margin: 0;
        padding: 0px 0px 5px 25px;
        list-style-type: none;
}
.list-star li:before {
        /*content: '★  ';*/
        content: '•  ';
        position: absolute;
        top: 0px;
        left: 0px;
        font: normal 20px/1 dashicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

/* Thema style's change from margin: 0 0 1.5em 3em; to smaller margins */
ul,
ol {
        margin: 0 0 0 0;
}





/*** Shortcodes Ultimate - box elements ***/

/*              Common styles
---------------------------------------------------------------*/

.su-clearfix:before,
.su-clearfix:after {
        display: table;
        content: " ";
}
.su-clearfix:after { clear: both; }

/*              Tabs + Tab
---------------------------------------------------------------*/

.su-tabs {
        margin: 0 0 1.5em 0;
        padding: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #eee;
}
.su-tabs-nav span {
        display: inline-block;
        margin-right: 3px;
        padding: 10px 15px;
        font-size: 13px;
        min-height: 40px;
        line-height: 20px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        color: #333;
        cursor: pointer;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
}
.su-tabs-nav span:hover { background: #f5f5f5; }
.su-tabs-nav span.su-tabs-current { background: #fff; cursor: default; }
.su-tabs-nav span.su-tabs-disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default;
}
.su-tabs-pane {
        padding: 15px;
        font-size: 13px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
        background: #fff;
        color: #333;
}
.su-tabs-vertical:before,
.su-tabs-vertical:after {
        content: " ";
        display: table;
}
.su-tabs-vertical:after { clear: both; }
.su-tabs-vertical .su-tabs-nav {
        float: left;
        width: 30%;
}
.su-tabs-vertical .su-tabs-nav span {
        display: block;
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
}
.su-tabs-vertical .su-tabs-panes {
        float: left;
        width: 70%;
}
.su-tabs-vertical .su-tabs-pane {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
}
.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-panes,
.su-tabs-pane {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
}
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
        .su-tabs-nav span { display: block; }
        .su-tabs-vertical .su-tabs-nav {
                float: none;
                width: auto;
        }
        .su-tabs-vertical .su-tabs-panes {
                float: none;
                width: auto;
        }
}

/*              Spoiler + Accordion
---------------------------------------------------------------*/

.su-spoiler { margin-bottom: 1.5em; }
.su-spoiler .su-spoiler:last-child { margin-bottom: 0; }
.su-accordion { margin-bottom: 1.5em; }
.su-accordion .su-spoiler { margin-bottom: 0.5em; }
.su-spoiler-title {
        position: relative;
        cursor: pointer;
        min-height: 20px;
        line-height: 20px;
        padding: 7px 7px 7px 34px;
        font-weight: bold;
        font-size: 13px;
}
.su-spoiler-icon {
        position: absolute;
        left: 7px;
        top: 7px;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 21px;
        text-align: center;
        font-size: 14px;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
}
.su-spoiler-content {
        padding: 14px;
        -webkit-transition: padding-top .2s;
        -moz-transition: padding-top .2s;
        -o-transition: padding-top .2s;
        transition: padding-top .2s;
        -ie-transition: padding-top .2s;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content {
        height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: none;
        opacity: 0;
}
.su-spoiler-icon-plus .su-spoiler-icon:before { content: "\f068"; }
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before { content: "\f067"; }
.su-spoiler-icon-plus-circle .su-spoiler-icon:before { content: "\f056"; }
.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before { content: "\f055"; }
.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before { content: "\f146"; }
.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before { content: "\f0fe"; }
.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before { content: "\f117"; }
.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before { content: "\f116"; }
.su-spoiler-icon-arrow .su-spoiler-icon:before { content: "\f063"; }
.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before { content: "\f061"; }
.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before { content: "\f0ab"; }
.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before { content: "\f0a9"; }
.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before { content: "\f01a"; }
.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before { content: "\f18e"; }
.su-spoiler-icon-chevron .su-spoiler-icon:before { content: "\f078"; }
.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before { content: "\f054"; }
.su-spoiler-icon-chevron-circle .su-spoiler-icon:before { content: "\f13a"; }
.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before { content: "\f138"; }
.su-spoiler-icon-caret .su-spoiler-icon:before { content: "\f0d7"; }
.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before { content: "\f0da"; }
.su-spoiler-icon-caret-square .su-spoiler-icon:before { content: "\f150"; }
.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before { content: "\f152"; }
.su-spoiler-icon-folder-1 .su-spoiler-icon:before { content: "\f07c"; }
.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before { content: "\f07b"; }
.su-spoiler-icon-folder-2 .su-spoiler-icon:before { content: "\f115"; }
.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before { content: "\f114"; }
.su-spoiler-style-default { }
.su-spoiler-style-default > .su-spoiler-title {
        padding-left: 27px;
        padding-right: 0;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon { left: 0; }
.su-spoiler-style-default > .su-spoiler-content { padding: 1em 0 1em 27px; }
.su-spoiler-style-fancy {
        border: 1px solid #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        color: #333;
}
.su-spoiler-style-fancy > .su-spoiler-title {
        border-bottom: 1px solid #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #f0f0f0;
        font-size: 0.9em;
}
.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title { border: none; }
.su-spoiler-style-fancy > .su-spoiler-content {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}
.su-spoiler-style-simple {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}
.su-spoiler-style-simple > .su-spoiler-title {
        padding: 5px 10px;
        background: #f0f0f0;
        color: #333;
        font-size: 0.9em;
}
.su-spoiler-style-simple > .su-spoiler-title > .su-spoiler-icon { display: none; }
.su-spoiler-style-simple > .su-spoiler-content {
        padding: 1em 10px;
        background: #fff;
        color: #333;
}

/*              Quote
---------------------------------------------------------------*/

/* 2021-06-26 Not used.
.su-quote-style-default {
        position: relative;
        margin-bottom: 1.5em;
        padding: 0.5em 3em;
        font-style: italic;
}
*/
/*.su-quote-style-default.su-quote-has-cite { margin-bottom: 3em; }*/
/* 2021-06-26 Not used.
.su-quote-style-default:before,
.su-quote-style-default:after {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background-image: ___url('../images/quote.png');
        content: '';
}
.su-quote-style-default:before {
        top: 0;
        left: 0;
        background-position: 0 0;
}
.su-quote-style-default:after {
        right: 0;
        bottom: 0;
        background-position: -20px 0;
}
.su-quote-style-default .su-quote-cite {
        display: block;
        text-align: right;
        font-style: normal;
}
.su-quote-style-default .su-quote-cite:before { content: "\2014\0000a0"; }
.su-quote-style-default .su-quote-cite a { text-decoration: underline; }
*/

/*              Pullquote
---------------------------------------------------------------*/

.su-pullquote {
        display: block;
        width: 30%;
        padding: 0.5em 1em;
}
.su-pullquote-align-left {
        margin: 0.5em 1.5em 1em 0;
        padding-left: 0;
        float: left;
        border-right: 5px solid #eee;
}
.su-pullquote-align-right {
        margin: 0.5em 0 1em 1.5em;
        padding-right: 0;
        float: right;
        border-left: 5px solid #eee;
}

/*              Row + Column
---------------------------------------------------------------*/

.su-row {
        clear: both;
        zoom: 1;
        margin-bottom: 1.5em;
}
.su-row:before,
.su-row:after {
        display: table;
        content: "";
}
.su-row:after { clear: both; }
.su-column {
        display: block;
        margin: 0 4% 0 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 0 4%; }
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
        margin-right: auto !important;
        margin-left: auto !important;
        float: none !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100%; }
@media only screen {
        [class*="su-column"] + [class*="su-column"]:last-child { float: right; }
}
.su-column-size-1-1 { width: 100%; }
.su-column-size-1-2 { width: 48%; }
.su-column-size-1-3 { width: 30.66%; }
.su-column-size-2-3 { width: 65.33%; }
.su-column-size-1-4 { width: 22%; }
.su-column-size-3-4 { width: 74%; }
.su-column-size-1-5 { width: 16.8%; }
.su-column-size-2-5 { width: 37.6%; }
.su-column-size-3-5 { width: 58.4%; }
.su-column-size-4-5 { width: 79.2%; }
.su-column-size-1-6 { width: 13.33%; }
.su-column-size-5-6 { width: 82.66%; }
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
        .su-column {
                width: 100% !important;
                margin: 0 0 1.5em 0 !important;
                float: none !important;
        }
        .su-row .su-column:last-child {
                margin-bottom: 0 !important;
        }
}

/*              Service
---------------------------------------------------------------*/

.su-service {
        position: relative;
        margin: 0 0 1.5em 0;
}
.su-service-title {
        display: block;
        margin-bottom: 0.5em;
        color: #333;
        font-weight: bold;
        font-size: 1.1em;
}
.su-service-title img {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
}
.su-service-title i {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
        width: 1em;
        height: 1em;
        text-align: center;
        line-height: 1em;
}
.su-service-content { line-height: 1.4; }

/*              Box
---------------------------------------------------------------*/

/* 2021-06-26 Not used.
.su-box {
        margin: 0 0 1.5em 0;
        border-width: 2px;
        border-style: solid;
}
.su-box-title {
        display: block;
        padding: 0.5em 1em;
        font-weight: bold;
        font-size: 1.1em;
}
.su-box-content {
        background-color: #fff;
        color: #444;
        padding: 1em;
}
.su-box-style-soft .su-box-title {
        background-image: ___url('../images/styles/style-soft.png');
        background-position: 0 0;
        background-repeat: repeat-x;
}
.su-box-style-glass .su-box-title {
        background-image: ___url('../images/styles/style-glass.png');
        background-position: 0 50%;
        background-repeat: repeat-x;
}
.su-box-style-bubbles .su-box-title {
        background-image: ___url('../images/styles/style-bubbles.png');
        background-position: 0 50%;
        background-repeat: repeat-x;
}
.su-box-style-noise .su-box-title {
        background-image: ___url('../images/styles/style-noise.png');
        background-position: 0 0;
        background-repeat: repeat-x;
}
*/

/*              Note
---------------------------------------------------------------*/

.su-note {
        margin: 0 0 1.5em 0;
        border-width: 1px;
        border-style: solid;
}
.su-note-inner {
        padding: 1em;
        border-width: 1px;
        border-style: solid;
}

/*              Expand
---------------------------------------------------------------*/

.su-expand { margin: 0 0 1.5em 0; }
.su-expand-content { overflow: hidden; }
.su-expand-link {
        margin-top: 0.5em;
        cursor: pointer;
}
.su-expand-link:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
}
.su-expand-link a,
.su-expand-link a:hover,
.su-expand-link a:active,
.su-expand-link a:visited,
.su-expand-link a:focus {
        display: inline;
        text-decoration: none;
        background: transparent;
        border: none;
}
.su-expand-link-style-default .su-expand-link a,
.su-expand-link-style-default .su-expand-link a:hover { text-decoration: none; }
.su-expand-link-style-underlined .su-expand-link span { text-decoration: underline; }
.su-expand-link-style-dotted .su-expand-link span { border-bottom: 1px dotted #333; }
.su-expand-link-style-dashed .su-expand-link span { border-bottom: 1px dashed #333; }
.su-expand-link-style-button .su-expand-link a {
        display: inline-block;
        margin-top: 0.2em;
        padding: 0.2em 0.4em;
        border: 2px solid #333;
}
.su-expand-link-more { display: none; }
.su-expand-link-less { display: block; }
.su-expand-collapsed .su-expand-link-more { display: block; }
.su-expand-collapsed .su-expand-link-less { display: none; }
.su-expand-link i {
        display: inline-block;
        margin: 0 0.3em 0 0;
        vertical-align: middle;
        color: inherit;
}
.su-expand-link img {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin: 0 0.3em 0 0;
        vertical-align: middle;
}

/*              Lightbox content
---------------------------------------------------------------*/

.su-lightbox-content {
        position: relative;
        margin: 0 auto;
}
.mfp-content .su-lightbox-content,
#su-generator .su-lightbox-content { display: block !important; }
.su-lightbox-content-preview {
        width: 100%;
        min-height: 300px;
        background: #444;
        overflow: hidden;
}
.su-lightbox-content h1,
.su-lightbox-content h2,
.su-lightbox-content h3,
.su-lightbox-content h4,
.su-lightbox-content h5,
.su-lightbox-content h6 { color: inherit; }

/*              Common margin resets for box elements
---------------------------------------------------------------*/

.su-column-inner > *:first-child,
.su-accordion > *:first-child,
.su-spoiler-content > *:first-child,
.su-service-content > *:first-child,
.su-box-content > *:first-child,
.su-note-inner > *:first-child,
.su-expand-content > *:first-child,
.su-lightbox-content > *:first-child { margin-top: 0; }
.su-column-inner > *:last-child,
.su-tabs-pane > *:last-child,
.su-accordion > *:last-child,
.su-spoiler-content > *:last-child,
.su-service-content > *:last-child,
.su-box-content > *:last-child,
.su-note-inner > *:last-child,
.su-expand-content > *:last-child,
.su-lightbox-content > *:last-child { margin-bottom: 0; }





















/*** Shortcodes Ultimate - content elements ***/

/*              Heading
---------------------------------------------------------------*/

.su-heading-style-default {
        padding: 2px 0;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
}
.su-heading-style-default .su-heading-inner {
        padding: 1em 0.5em;
        border-top: 4px solid #eee;
        border-bottom: 4px solid #eee;
}
.su-heading.su-heading-align-left { text-align: left; }
.su-heading.su-heading-align-left .su-heading-inner { padding-left: 0.2em; }
.su-heading.su-heading-align-right { text-align: right; }
.su-heading.su-heading-align-right .su-heading-inner { padding-right: 0.2em; }
.su-heading.su-heading-align-center { text-align: center; }

/*              Divider
---------------------------------------------------------------*/

.su-divider {
        clear: both;
        border: none;
        text-align: right;
        line-height: 1;
}
.su-divider a {
        display: inline-block;
        font-size: 0.8em;
        text-decoration: none;
        outline: none;
        padding-bottom: 5px;
}
.su-divider-style-default { border-bottom-style: solid; }
.su-divider-style-dotted { border-bottom-style: dotted; }
.su-divider-style-dashed { border-bottom-style: dashed; }
.su-divider-style-double { border-bottom-style: double; }

/*              Spacer
---------------------------------------------------------------*/

.su-spacer {
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
}
.su-spacer-5 { height: 5px }
.su-spacer-10 { height: 10px }
.su-spacer-20 { height: 20px }
.su-spacer-30 { height: 30px }
.su-spacer-40 { height: 40px }

/*              Highlight
---------------------------------------------------------------*/

.su-highlight {
        display: inline;
        padding: 1px 0;
}

/*              Label
---------------------------------------------------------------*/

.su-label {
        display: inline;
        margin-right: 0.3em;
        padding: 0.1em 0.3em;
        font-size: 0.8em;
        height: 0.8em;
        line-height: 0.8em;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}
.su-label-type-default { background: #999 }
.su-label-type-success { background: #090 }
.su-label-type-warning { background: #f90 }
.su-label-type-important { background: #f03 }
.su-label-type-black { background: #111 }
.su-label-type-info { background: #09c }

/*              Dropcap
---------------------------------------------------------------*/

.su-dropcap {
        float: left;
        display: inline-block;
        width: 2em;
        height: 2em;
        margin: 0.2em 0.5em 0.2em 0;
        line-height: 2em;
        text-align: center;
        overflow: hidden;
        text-transform: uppercase;
}
.su-dropcap-style-default {
        color: #fff;
        background: rgb(69, 72, 77); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); /* IE6-9 */
        text-shadow: -1px -1px 0 #000;
        -moz-text-shadow: -1px -1px 0 #000;
        -webkit-text-shadow: -1px -1px 0 #000;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
}
.su-dropcap-style-flat {
        background: #444;
        color: #fff;
}
.su-dropcap-style-light {
        color: #333;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: rgb(255, 255, 255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
}
.su-dropcap-style-simple {
        width: 1em;
        height: 1em;
        line-height: 1em;
        text-align: left;
}

/*              Frame
---------------------------------------------------------------*/

.su-frame,
.su-frame-inner { display: block; }
.su-frame-align-left {
        float: left;
        margin: 0 1em 1em 0;
}
.su-frame-align-center {
        float: none;
        margin: 1em auto;
}
.su-frame-align-right {
        float: right;
        margin: 0 0 1em 1em;
}
.su-frame img {
        display: block !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
}
.su-frame-style-default {
        padding: 2px;
        border: 1px solid #999;
        background: #fff;
        -webkit-box-shadow: 1px 1px 4px #ccc;
        -moz-box-shadow: 1px 1px 4px #ccc;
        box-shadow: 1px 1px 4px #ccc;
}
.su-frame-style-default .su-frame-inner {
        padding: 2px;
        border: 4px solid #eee;
}

/*              List
---------------------------------------------------------------*/

.su-list ul {
        list-style: none !important;
        margin: 0 0 1.5em 0 !important;
        padding: 0 !important;
}
.su-list ul li {
        position: relative;
        list-style-type: none !important;
        display: block !important;
        line-height: 1.3em;
        margin: 0 !important;
        padding: 4px 0 4px 2em !important;
}
.su-list ul li > img {
        position: absolute;
        left: 0;
        top: 4px;
        width: 1.3em;
        height: 1.3em;
        padding: 0;
        margin: 0;
        border: none;
}
.su-list ul li i {
        position: absolute;
        left: 0;
        top: 4px;
        width: 1.3em;
        height: 1.3em;
        line-height: 1.3em;
        text-align: center;
}

/*              Button
---------------------------------------------------------------*/

.su-button {
        display: inline-block !important;
        text-align: center;
        text-decoration: none !important;
        box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        transition: all .2s;
        -o-transition: all .2s;
        -ie-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
}
.su-button-wide {
        display: block !important;
        margin: 1em 0;
}
.su-button-center { text-align: center; }
.su-button span {
        display: block !important;
        text-decoration: none !important;
        box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        transition: all .2s;
        -o-transition: all .2s;
        -ie-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
}
.su-button img {
        border: none !important;
        vertical-align: middle !important;
        margin: -0.2em 0.4em 0 -0.3em !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
}
.su-button i {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin: 0 0.5em 0 0 !important;
        text-align: center;
        line-height: 1em;
}
.su-button.su-button-float-icon img { margin: 0 0.5em !important }
.su-button small {
        display: block;
        margin: -0.2em 0 0 0;
        color: inherit;
        text-align: center;
        font-style: normal;
        font-size: 0.8em;
        line-height: 1;
        opacity: 0.7;
        filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
        .su-button span {
                padding-top: 0.25em !important;
                padding-bottom: 0.25em !important;
                line-height: 1.2 !important;
        }
        .su-button small {
                margin-top: 0.2em !important;
        }
}
.su-button-style-default {
        border-width: 1px;
        border-style: solid;
}
.su-button-style-default:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
}
.su-button-style-default span {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
}
.su-button-style-flat,
.su-button-style-flat span { border: none }
.su-button-style-flat span { position: relative }
.su-button-style-flat:hover span { top: 1px }
.su-button-style-ghost { background: transparent !important; }
.su-button-style-ghost span {
        border-width: 3px;
        border-style: solid;
}
.su-button-style-ghost:hover span { border-color: inherit !important; }
/*
.su-button-style-soft span { background: 0 -20px url('../images/styles/style-soft.png') repeat-x }
.su-button-style-soft:hover span { background: 0 0 url('../images/styles/style-soft.png') repeat-x }
.su-button-style-glass span { background: 0 50% ___url('../images/styles/style-glass.png') repeat-x }
.su-button-style-glass:hover span { background: 100% 50% ___url('../images/styles/style-glass.png') repeat-x }
.su-button-style-bubbles span { background: 0 50% ___url('../images/styles/style-bubbles.png') no-repeat }
.su-button-style-bubbles:hover span { background: -710px 50% ___url('../images/styles/style-bubbles.png') no-repeat }
.su-button-style-noise span { background: 0 0 ___url('../images/styles/style-noise.png') repeat-x }
.su-button-style-noise:hover span { background: 0 0 ___url('../images/styles/style-noise.png') repeat-x }
*/
.su-button-style-stroked span {
        margin: 1px;
        border: 1px dashed #fff !important;
}
.su-button-style-stroked:hover span {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
}
.su-button-style-3d {
        border-bottom-style: solid;
        border-bottom-width: 6px;
}
.su-button-style-3d span {
        border-bottom-style: solid;
        border-bottom-width: 1px;
}
.su-button-style-3d:hover {
        position: relative;
        top: 3px;
        border-bottom-width: 3px;
}

/*              Table
---------------------------------------------------------------*/

.su-table table {
        width: 100% !important;
        margin: 0 0 1.5em 0 !important;
        border-collapse: collapse !important;
        font-size: 1em !important;
        border: 1px solid #ccc !important;
}
.su-table th {
        text-align: center !important;
        padding: 1em !important;
        font-size: 1em !important;
        font-weight: normal !important;
        color: #333 !important;
        border: 1px solid #ccc !important;
        background: #f0f0f0 !important;
}
.su-table td {
        padding: 0.5em 1em !important;
        border: 1px solid #ccc !important;
        background: #fff !important;
}
.su-table .su-even td { background: #f7f7f7 !important }

/*              QR code
---------------------------------------------------------------*/

.su-qrcode { display: inline-block; }
.su-qrcode-align-left {
        float: left;
        margin: 0 0.5em 0.5em 0;
}
.su-qrcode-align-center {
        display: block;
        clear: both;
        margin: 1em auto;
        text-align: center;
}
.su-qrcode-align-right {
        float: right;
        margin: 0 0 0.5em 0.5em;
}
.su-qrcode a,
.su-qrcode a:hover,
.su-qrcode a:active,
.su-qrcode a:focus {
        background: transparent;
        outline: none;
        display: inline;
        text-decoration: none;
}
.su-qrcode-clickable a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
}
.su-qrcode img { max-width: 100%; }







.footer-icon
{
	display: block;
	padding: 0 0 0 1.4em;
	margin-right: 10px;
}
.phone-icon
{
	background-image: url(/images/theme/footer-icon/footer-icon-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}
.skype-icon
{
	background-image: url(/images/theme/footer-icon/footer-icon-skype.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}
.email-icon
{
	background-image: url(/images/theme/footer-icon/footer-icon-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}
.time-icon
{
	background-image: url(/images/theme/footer-icon/footer-icon-clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}
.footer-section
{
	width: 210px;
	box-sizing: border-box;
	display: inline-block;
	padding: 0.5em 0 0 0;
	clear: both;
	vertical-align: top;
}
.footer-info
{
	margin-right: 210px;
}
.footer-info.one-row
{
	overflow: hidden;
	height: 30px;
}
.footer-section.medium
{
	width: 250px;
}
.footer-copyright a,
.footer-section a
{
	color: #404040;
}
.footer-section.tel .footer-noicon
{
	display: block;
	margin-right: 10px;
	padding-left: 0;
}
.footer-right-info
{
	float: right;
	display: inline-block;
	width: 200px;
	text-align: right;
	box-sizing: border-box;
}
.footer-right-info .alink
{
	padding: 0.5em 0 0 0;
}

@media only screen and (max-width: 500px) {
  .footer-section.tel .footer-noicon
  {
	padding-left: 1.4em;
  }
}
@media only screen and (max-width: 700px) {
  .footer-info.one-row
  {
	overflow: none;
	height: auto;
  }
}



.pop-up-tip {
    position: relative;
}
.pop-up-tip .tip-text {
    display: none;
    position: absolute;
    z-index: 9998;
    top: 110%;
    left: 50%;
    background: #ffffff;
    text-align: left;
    font-size: 12px;
    color: #000;
    cursor: default;
    padding: 10px;
    max-width: 460px;
    min-height: 50px;
    height: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px #cccccc;
    box-shadow: 0 0 20px #cccccc;
    outline: none;
}
.pop-up-tip .tip-parent-middle-80 {
    margin-left: -40%;
    width: 80%;
}
.pop-up-tip .tip-parent-middle-100 {
    margin-left: -50%;
    width: 100%;
}
.pop-up-tip .tip-parent-middle-50 {
    margin-left: -25%;
    width: 50%;
}
.pop-up-tip .tip-parent-right {
    left: 100%;
}
.pop-up-tip .tip-parent-left {
    left: 0%;
}
.pop-up-tip:hover .tip-text {
    display: inline;
}
