/* 'make minify_css' */ 
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------------------------------------

[Table of contents]

1.  Body
2.  Headings
	Breaking news
	Main navigation
	Post categories
	Post read more
	Widget tags links
	Comments reply

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body {
    font-family: Arial, Helvetica, sans-serif
}

/*------------------------------------------------------------------
    2. Headings
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
#cs-breaking-news .cs-breaking-news-title,
#cs-main-navigation .cs-main-navigation > li > a,
.cs-post-category-empty,
.cs-post-category-solid,
.cs-post-category-border,
.cs-post-item .cs-post-read-more,
.widget_tag_cloud .tagcloud a,
#cs-footer-navigation .cs-footer-navigation > li > a,
.cs-reply {
	font-family: 'Montserrat', sans-serif
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}


/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Wrapper
3. Typography
4. Shortcodes
    4.1 Owl carousel core
    4.2 Swiper core
    4.3 Lightbox core
    4.4 Spacers
    4.5 Alerts
    4.6 Forms
    4.7 Buttons
    4.8 Tabs
    4.9 Accordion
5. Header
    5.1 Header meta
    5.2 Breaking news
    5.3 Logo brand
    5.4 Header main
    5.5 Main navigation
        5.5.1 Mega menu
        5.5.2 Search form
    5.6 Header styles
6. Post layout
    6.1 Post carousel
    6.2 Post slider
    6.3 Post grid
    6.4 Thumbnail slider
7. Main content
8. Banners
9. Sidebar
    9.1 Widget global
    9.2 Widget tags
    9.3 Widget recent entries
    9.4 Widget search
    9.5 Widget latest posts
    9.6 Widget social icons
    9.7 Widget grid posts
    9.8 Widget featured post
    9.9 Widget top reviews
    9.10 Widget latest posts
    9.11 Widget gallery post
    9.12 Widget 125x125 banners
    9.13 Widget 300x250 banners
10. Page titles
11. Post blocks
    11.1 Post block layout 2
    11.2 Post block layout 3
    11.3 Post block layout 4
    11.4 Post block layout 5
    11.5 Post block layout 6
    11.6 ost block layout 7
12. Pages

    12.1 Contact form
    12.2 Under construction
    12.3 404 Page
13. Single post
    13.1 Share
    13.2 Post header
    13.3 Content
    13.4 Review
    13.5 Tags
    13.6 Controls
    13.7 Comments
14. Footer menu
15. Footer
16. Copyright

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
html,
body {
    position: relative
}
html {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif
}
body {
    overflow-x: hidden;
    background-color: #FFF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    margin: 0;
    padding: 0
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cs-container:before,
.cs-container:after,
.cs-row:before,
.cs-row:after,
.cs-clearfix:before,
.cs-clearfix:after {
    content: " ";
    display: table
}
.cs-container:after,
.cs-row:after,
.cs-clearfix:after {
    clear: both
}

/*------------------------------------------------------------------
    2. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper {
    background-color: #fff;
    overflow:hidden;
}
#cs-wrapper.wide {
    width: 100%
}
#cs-wrapper.boxed {
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1)
}
.cs-container {
    position: relative;
    margin-right: auto;
    margin-left: auto
}
.cs-row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}
.cs-col {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
.cs-col-1-of-12 {
    width: 8.33333333%
}
.cs-col-2-of-12 {
    width: 16.66666667%
}
.cs-col-3-of-12 {
    width: 25%
}
.cs-col-4-of-12 {
    width: 33.33333333%
}
.cs-col-5-of-12 {
    width: 41.66666667%
}
.cs-col-6-of-12 {
    width: 50%
}
.cs-col-7-of-12 {
    width: 58.33333333%
}
.cs-col-8-of-12 {
    width: 66.66666667%
}
.cs-col-9-of-12 {
    width: 75%
}
.cs-col-10-of-12 {
    width: 83.33333333%
}
.cs-col-11-of-12 {
    width: 91.66666667%
}
.cs-col-12-of-12 {
    width: 100%
}

/*------------------------------------------------------------------
    3. Typography
-------------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
a:hover {
    text-decoration: none;
    color: #c45500;
}
a:focus,
a:active {
    outline: 0;
    border: 0;
    text-decoration: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    text-decoration: none;
    outline: 0;
    border: 0
}
a img {
    text-decoration: none;
    outline: 0;
    border: 0
}
iframe,
object,
video {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0 0 10px 0
}
h1 {
    font-size: 36px;
    line-height: 44px
}
h2 {
    font-size: 30px;
    line-height: 38px
}
h3 {
    font-size: 24px;
    line-height: 32px
}
h4 {
    font-size: 18px;
    line-height: 26px
}
h5 {
    font-size: 14px;
    line-height: 22px
}
h6 {
    font-size: 12px;
    line-height: 20px
}
p {
    margin: 0 0 15px
}
hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: 0;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
hr.cs-divider-blank {
    border: 0
}
hr.cs-divider-dashed {
    border-top-style: dashed
}
hr.cs-divider-dotted {
    border-top-style: dotted
}
.text_left {
    text-align: left
}
.text_right {
    text-align: right
}
.text_center {
    text-align: center
}
.text_justify {
    text-align: justify
}
.dropcap:first-letter {
    float: left;
    display: block;
    font-size: 40px;
    line-height: 42px;
    margin: 0 10px 0 0;
    font-weight: 600;
    color: #111
}
blockquote {
    padding: 5px 20px;
    margin: 20px 0;
    border-left-style: solid;
    border-left-width: 5px
}
blockquote p {
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    color: #666;
    font-family: "Georgia", sans-serif
}
blockquote footer {
    display: block;
    font-size: 14px;
    color: #111
}
blockquote.alt {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px
}
blockquote.alt i {
    font-size: 28px;
    margin-bottom: 10px
}
.pullquotes {
    position: relative;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400
}
.pullquotes.left {
    float: left;
    width: 30%;
    margin: 30px 40px 40px 0;
}
.pullquotes.center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
    clear: both
}
.pullquotes.right {
    float: right;
    width: 30%;
    margin: 30px 0 40px 40px;
}
.alignleft,
img.alignleft {
    float: left;
    margin: 5px 40px 20px 0
}
.alignright,
img.alignright {
    float: right;
    margin: 5px 0 20px 40px
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 30px auto
}
.wp-caption {
    text-align: center;
    max-width: 100%
}
.wp-caption img {
    max-width: 100%
}
.wp-caption-text {
    font-size: 12px;
    color: #999;
    font-style: italic;
    padding: 6px 0 2px 0
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: none
}
mark {
    padding: 2px 4px;
    background-color: #f1f1f1
}
kbd {
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #111
}
code {
    padding: 2px 4px;
    font-size: 12px;
    background-color: #f1f1f1
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt {
    font-weight: 700
}
dd {
    margin-left: 10px
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #eee
}
th,
td {
    text-align: left;
    padding: 8px;
    line-height: 24px;
    /* vertical-align: bottom; */
    border: 1px solid #eee
}
ul.page-numbers {
    font-size: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}
ul.page-numbers li {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}
ul.page-numbers li span,
ul.page-numbers li a {
    display: block;
    padding: 6px 12px;
    line-height: 24px;
    background-color: #eee;
    color: #666
}
ul.page-numbers li span.current {
    background-color: #e1e1e1;
    font-weight: 700;
    color: #111
}
ul.breadcrumb {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    overflow: hidden;
}
ul.breadcrumb li {
    float: left;
}
ul.breadcrumb li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 8px;
    color: #bbb
}
ul.breadcrumb li:last-child:after {
    display: none;
}
ul.breadcrumb li a {}

/*------------------------------------------------------------------
    4. Shortcodes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    4.1 Owl carousel core
-------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(/web/20201014211530im_/https://www.rssing.com/inc2/img/grabbing.png) 8 8, move;
}
.owl-item.loading {
    min-height: 150px;
    background: url(/web/20201014211530im_/https://www.rssing.com/inc2/img/AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-controls .owl-buttons {
    font-family: "FontAwesome"
}
.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    color: #fff;
    display: block;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

/*------------------------------------------------------------------
    4.2 Swiper core
-------------------------------------------------------------------*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    
    -ms-perspective: 1200px;
}
/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
/* Cube */

.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*------------------------------------------------------------------
    4.3 Lightbox core
-------------------------------------------------------------------*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:: -moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /** * Remove all paddings around the image on small screen */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar: empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*------------------------------------------------------------------
    4.4 Spacers
-------------------------------------------------------------------*/
.cs-spacer {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #eee;
    color: #eee;
    text-align: center
}
.cs-spacer i {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -20px;
    text-align: center;
    line-height: 30px;
    background-color: #fff !important
}

/*------------------------------------------------------------------
    4.5 Alerts
-------------------------------------------------------------------*/
.cs-alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff
}
.cs-alert p {
    overflow: hidden;
    margin: 2px 0 0 30px
}
.cs-alert i {
    position: absolute;
    left: 20px;
    top: 20px
}
.cs-alert.cs-alert-green {
    background-color: #7ab55c
}
.cs-alert.cs-alert-blue {
    background-color: #2980b9
}
.cs-alert.cs-alert-red {
    background-color: #e74c3c
}
.cs-alert.cs-alert-yellow {
    background-color: #eb8000
}

/*------------------------------------------------------------------
    4.6 Forms
-------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font: inherit;
    color: inherit;
    margin: 0;
    max-width: 100%
}
textarea {
    width: 100%;
    min-height: 160px
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    color: #222;
    font-size: 12px
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    outline: none;
    background-color: #aaa;
    color: #fff;
    background-image: none;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #999
}
input[type="file"] {
    outline: none;
    padding: 6px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee
}
input[type="week"],
input[type="time"],
input[type="month"],
input[type="datetime-local"],
input[type="date"] {
    outline: none;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background-image: none;
    border: 1px solid #eee
}
select,
textarea,
input[type="url"],
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="datetime"] {
    display: block;
    outline: none;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee
}

/*------------------------------------------------------------------
    4.7 Buttons
-------------------------------------------------------------------*/
.cs-btn {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #7199f7;
    color: #fff;
    position: relative
}
.cs-btn:hover {
    background-color: #999;
    color: #fff;
}
.cs-btn.cs-btn-small {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 20px
}
.cs-btn.cs-btn-size15 {
    padding: 2px 5px;
    font-size: 15px;
    line-height: 24px
}
.cs-btn.cs-btn-large {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 26px
}
.cs-btn.cs-btn-extralarge {
    padding: 20px 26px;
    font-size: 24px;
    line-height: 32px
}
.cs-btn.cs-btn-expand {
    width: 100%;
    display: block
}
.cs-btn.cs-btn-expand + .cs-btn.cs-btn-expand {
    margin-top: 5px
}
.cs-btn.cs-btn-white {
    background-color: #fff;
    color: #444
}
.cs-btn.cs-btn-white:hover {
    background-color: #fdfdfd;
    color: #111
}
.cs-btn.cs-btn-black {
    background-color: #333
}
.cs-btn.cs-btn-black:hover {
    background-color: #111
}
.cs-btn.cs-btn-red {
    background-color: #e74c3c
}
.cs-btn.cs-btn-red:hover {
    background-color: #ce4031
}
.cs-btn.cs-btn-green {
    background-color: #7ab55c
}
.cs-btn.cs-btn-green:hover {
    background-color: #6aa44d
}
.cs-btn.cs-btn-blue {
    background-color: #2980b9
}
.cs-btn.cs-btn-blue:hover {
    background-color: #2271a5
}
.cs-btn.cs-btn-turquoise {
    background-color: #16a085
}
.cs-btn.cs-btn-turquoise:hover {
    background-color: #118971
}
.cs-btn.cs-btn-pink {
    background-color: #d65799
}
.cs-btn.cs-btn-pink:hover {
    background-color: #c44a89
}
.cs-btn.cs-btn-orange {
    background-color: #eb8000
}
.cs-btn.cs-btn-orange:hover {
    background-color: #d17200
}
.cs-btn.cs-btn-purple {
    background-color: #9b59b6
}
.cs-btn.cs-btn-purple:hover {
    background-color: #8948a3
}
.cs-btn.cs-btn-dblue {
    background-color: #2c3e50
}
.cs-btn.cs-btn-dblue:hover {
    background-color: #233648
}
.cs-btn.cs-btn-grey {
    background-color: #aaa
}
.cs-btn.cs-btn-grey:hover {
    background-color: #999
}
.cs-btn.cs-btn-phole {
    background-color: #7199f7;
}
.cs-btn.cs-btn-phole:hover {
    background-color: #999
}

/*------------------------------------------------------------------
    4.8 Tabs
-------------------------------------------------------------------*/
.cs-tab-group {
    margin-bottom: 20px
}
.cs-tab-group .ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}
.cs-tab-group .ui-tabs-nav li {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    margin-right: 5px;
    border-bottom: 3px solid #eee
}
.cs-tab-group .ui-tabs-nav li a {
    color: #999;
    outline: none;
    padding: 5px 15px 10px 0;
    display: block
}
.cs-tab-group .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 3px solid #222
}
.cs-tab-group .ui-tabs-nav li:hover a,
.cs-tab-group .ui-tabs-nav li.ui-tabs-active a {
    color: #222
}
.cs-tab-group .ui-tabs-panel {
    padding-top: 15px
}
.cs-tab-group .ui-tabs-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    4.9 Accordion
-------------------------------------------------------------------*/
.cs-accordion-group {
    margin-bottom: 20px
}
.cs-accordion-group .cs-accordion-title {
    font-weight: 700;
    color: #222;
    outline: none;
    cursor: pointer;
    padding: 10px 45px 10px 0;
    position: relative;
    border-bottom: 3px solid #eee
}
.cs-accordion-group .cs-accordion-title:after {
    color: #ddd;
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 10px
}
.cs-accordion-group .cs-accordion-title.ui-state-active {
    border-bottom: 3px solid #222
}
.cs-accordion-group .cs-accordion-title.ui-state-active:after {
    color: #222;
    content: "\f068"
}
.cs-accordion-group .cs-accordion-panel {
    padding: 15px 0 10px 0
}
.cs-accordion-group .cs-accordion-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    5. Header
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    5.1 Header meta
-------------------------------------------------------------------*/
#cs-header-meta {
    background-color: #222;
    color: #fff;
    font-size: 12px
}
.cs-home-top-navigation {
    font-size: 18px;
    float: right;
    display: none;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    color: #f6a11c;
    background-color: #222
}
.cs-toggle-top-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #222
}

/*------------------------------------------------------------------
    5.2 Breaking news
-------------------------------------------------------------------*/
#cs-breaking-news {
    padding: 10px 0;
    color: #222;
}
#cs-breaking-news .cs-breaking-news-title {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    padding-right: 10px;
    z-index: 2;
    position: relative
}
#cs-breaking-news .cs-breaking-news-display {
    width: auto
}
#cs-breaking-news .cs-breaking-news-display a {
    color: #222
}
#cs-breaking-news .cs-breaking-news-display .swiper-slide {
    white-space: nowrap;
    overflow: hidden
}

/*------------------------------------------------------------------
    5.3 Logo brand
-------------------------------------------------------------------*/
#cs-header-style-one #cs-logo-brand {
    text-align: center;
    margin: 0 auto
}
#cs-header-style-two #cs-logo-brand {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}
#cs-header-style-three #cs-logo-brand {
    float: left;
    height: 70px;
    line-height: 70px
}
#cs-header-style-three #cs-logo-brand img {
    max-height: 50px
}
#cs-logo-brand h1#cs-site-title {
    font-size: 32px;
    line-height: 42px;
    margin: 0
}
#cs-logo-brand h1#cs-site-title a {
    color: #222
}
#cs-logo-brand h1#cs-site-title span {
    font-weight: 400
}
#cs-logo-brand h2#cs-site-subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0
}

/*------------------------------------------------------------------
    5.4 Header main
-------------------------------------------------------------------*/
#cs-header-style-one #cs-header-main {
    padding: 35px 0 25px 0
}
#cs-header-style-two #cs-header-main {
    padding: 8px 0
}
#cs-header-main .cs-header-banner {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#cs-header-main .cs-header-body-table {
    display: table;
    width: 100%
}
#cs-header-main .cs-header-body-row {
    display: table-row
}

/*------------------------------------------------------------------
    5.5 Main navigation
-------------------------------------------------------------------*/
.cs-toggle-main-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    height: 43px;
    line-height: 43px;
    color: #fff;
}
#cs-header-menu.fixed {
    position: fixed;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*------------------------------------------------------------------
    5.5.1 Mega menu
-------------------------------------------------------------------*/
.cs-mega-menu .cs-post-item {
    opacity: 1 !important
}

/*------------------------------------------------------------------
    5.5.2 Search form
-------------------------------------------------------------------*/
#cs-header-menu-search-button-show {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}
#cs-header-menu-search-button-hide {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}
#cs-header-style-three #cs-header-menu-search-button-show,
#cs-header-style-three #cs-header-menu-search-button-hide {
    width: 70px;
    height: 70px;
    line-height: 67px
}
#cs-header-style-one #cs-header-menu-search-button-show i,
#cs-header-style-one #cs-header-menu-search-button-hide i {
    color: #222
}
#cs-header-style-two #cs-header-menu-search-button-show i,
#cs-header-style-two #cs-header-menu-search-button-hide i,
#cs-header-style-three #cs-header-menu-search-button-show i,
#cs-header-style-three #cs-header-menu-search-button-hide i {
    color: #fff
}
#cs-header-menu-search-form {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 43px;
}
#cs-header-style-three #cs-header-menu-search-form {
    height: 70px;
}
#cs-header-menu-search-form form {
    margin: 0;
    padding: 0
}
#cs-header-menu-search-form form input {
    margin: 0;
    border: 0;
    padding-left: 15px;
    padding-right: 43px;
    width: 100%;
    height: 43px;
    outline: none;
}
#cs-header-style-three #cs-header-menu-search-form form input {
    padding-right: 43px;
    height: 70px
}
#cs-header-style-one #cs-header-menu-search-form form input {
    background-color: #eee
}
#cs-header-style-two #cs-header-menu-search-form form input,
#cs-header-style-three #cs-header-menu-search-form form input {
    background-color: #333;
    color: white;
}

/*------------------------------------------------------------------
    5.6 Header styles
-------------------------------------------------------------------*/
#cs-header-style-one,
#cs-header-style-two,
#cs-header-style-three {
    z-index: 9;
    position: relative;
    margin-bottom: 40px
}
#cs-header-style-one.drop-shadow,
#cs-header-style-two.drop-shadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1)
}

/*------------------------------------------------------------------
    6. Post layout
-------------------------------------------------------------------*/
.hidden {
    opacity: 0
}
.visible {
    opacity: 1
}
.cs-animate-element {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0.0, 0.58, 1.0)
}
/* Post item */

.cs-post-item {
    position: relative
}
.cs-post-item .cs-post-thumb {
    position: relative;
    background-color: #000
}
.cs-post-item .cs-post-thumb img {
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-item .cs-post-inner {} .cs-post-item .cs-post-inner h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0
}
.cs-post-item .cs-post-inner h3 a {
    color: #222
}
/* Post meta */

.cs-post-meta {
    color: #999
}
.cs-post-meta a {
    color: #666;
    font-weight: 700
}
.cs-post-meta {
    font-size: 11px
}
.cs-post-meta span {
    display: block;
    float: left;
    margin-right: 5px
}
@font-face {
    font-family: 'fontello';
/*
    src: url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.eot?60330078');
    src: url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.eot?60330078#iefix') format('embedded-opentype'), url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.woff?60330078') format('woff'), url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.ttf?60330078') format('truetype'), url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.svg?60330078#fontello') format('svg');
*/
    src: url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.eot');
    src: url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.eot#iefix') format('embedded-opentype'), url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.woff') format('woff'), url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.ttf') format('truetype'), url('/web/20201014211530im_/https://www.rssing.com/inc2/fonts/Fontello/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.cs-post-meta-rating {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    width: 70px;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.cs-post-meta-rating:before {
    content: "\e800\e800\e800\e800\e800";
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.cs-post-meta-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px;
    margin: 0 !important
}
.cs-post-meta-rating span:before {
    content: "\e800\e800\e800\e800\e800";
    top: 0;
    position: absolute;
    left: 0;
}
/* Post category icon */

.cs-post-item .cs-post-category-icon {
    position: absolute;
    z-index: 2;
    text-align: center;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.8
}
.cs-post-item .cs-post-category-icon a {
    color: #fff;
    display: block
}
.cs-post-item:hover .cs-post-category-icon {
    opacity: 1
}
.cs-post-item .cs-post-category-icon i {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    right: -53px;
    top: 0;
    width: 37px;
    height: 50px;
}
/* Post format */

.cs-post-format-icon {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    border: 3px solid #fff;
    color: #fff
}
.cs-post-format-icon i {
    margin: 0;
    display: block;
    width: 40px;
    height: 38px;
    line-height: 38px;
}
/* Category border */

.cs-post-category-border {
    margin-bottom: 10px
}
.cs-post-category-border a {
    background-color: rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    float: left;
    font-size: 10px;
    padding: 4px 8px;
    line-height: 1;
    color: #fff;
    margin-right: 2px
}
.cs-post-category-border a:hover {
    background-color: #222
}
/* Category solid */

.cs-post-category-solid {
    margin-bottom: 10px;
}
.cs-post-category-solid a {
    text-transform: uppercase;
    float: left;
    font-size: 10px;
    padding: 4px 8px;
    line-height: 1;
    color: #fff;
    margin-right: 2px
}
.cs-post-category-solid a:hover {
    background-color: #222 !important
}
/* Category empty */

.cs-post-category-empty {
    margin-bottom: 10px;
}
.cs-post-category-empty a {
    text-transform: uppercase;
    float: left;
    font-size: 10px;
    line-height: 1;
    color: #fff
}
.cs-post-category-empty a:hover {
    color: #222
}
.cs-post-category-empty a:after {
    content: "\00b7";
    padding-left: 4px;
    padding-right: 4px
}
.cs-post-category-empty a:last-child:after {
    display: none;
    padding: 0;
    content: " "
}

/*------------------------------------------------------------------
    6.1 Post carousel
-------------------------------------------------------------------*/
.cs-post-carousel-layout {
    margin-bottom: 40px;
    position: relative;
}
.cs-post-carousel-layout .cs-post-item {
    overflow: hidden;
    width: 100%
}
.cs-post-carousel-layout .cs-post-item .cs-post-inner {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px
}
.cs-post-carousel-layout .cs-post-item .cs-post-inner h3 a,
.cs-post-carousel-layout .cs-post-item .cs-post-inner h3 a:hover {
    color: #fff
}
.cs-post-carousel-layout .cs-post-item .cs-post-thumb img {
    opacity: 1
}
.cs-post-carousel-layout .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.9;
    position: relative;
}
.cs-post-carousel-layout .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.80)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-post-carousel-controls {
    font-family: "FontAwesome";
    font-size: 46px
}
.cs-post-carousel-controls .cpcl-swiper-button-prev,
.cs-post-carousel-controls .cpcl-swiper-button-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-carousel-controls .cpcl-swiper-button-prev {
    left: 20px
}
.cs-post-carousel-controls .cpcl-swiper-button-next {
    right: 20px
}
.cs-post-carousel-controls .cpcl-swiper-button-prev.swiper-button-disabled,
.cs-post-carousel-controls .cpcl-swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: default !important
}
.cs-post-carousel-layout:hover .cpcl-swiper-button-prev,
.cs-post-carousel-layout:hover .cpcl-swiper-button-next {
    opacity: 1
}
.cs-post-carousel-layout .cs-post-item .cs-post-inner .cs-post-meta {
    color: #ddd
}
.cs-post-carousel-layout .cs-post-item .cs-post-inner .cs-post-meta span a {
    color: #fff
}

/*------------------------------------------------------------------
    6.2 Post slider
-------------------------------------------------------------------*/
.cs-post-slider-layout {
    margin-bottom: 40px;
    position: relative;
}
.cs-post-slider-layout .cs-post-item .cs-post-thumb {
    position: relative;
}
.cs-post-slider-layout .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-post-slider-layout .cs-post-item .cs-post-inner {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0 30px 30px 30px
}
.cs-col-4-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner {
    padding: 0 20px 20px 20px
}
.cs-post-slider-layout .cs-post-item .cs-post-inner h3 a,
.cs-post-slider-layout .cs-post-item .cs-post-inner h3 a:hover {
    color: #fff
}
.cs-col-4-of-12 > .cs-post-slider .cs-post-item-category,
.cs-col-6-of-12 > .cs-post-slider .cs-post-item-category {
    display: none;
}
.cs-col-4-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 14px;
    line-height: 20px
}
.cs-col-6-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 22px;
    line-height: 28px
}
.cs-sidebar-on-the-right > .cs-post-slider-layout .cs-post-item .cs-post-inner h3,
.cs-col-8-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 28px;
    line-height: 34px
}
.cs-col-12-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 36px;
    line-height: 44px
}
.cs-post-slider-layout .cs-post-item .cs-post-inner .cs-post-meta {
    color: #ddd
}
.cs-post-slider-layout .cs-post-item .cs-post-inner .cs-post-meta span a {
    color: #fff
}
.cs-post-slider-controls {
    font-family: "FontAwesome";
    font-size: 46px
}
.cs-post-slider-controls .cpsl-swiper-button-prev,
.cs-post-slider-controls .cpsl-swiper-button-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-slider-controls .cpsl-swiper-button-prev {
    left: 20px
}
.cs-post-slider-controls .cpsl-swiper-button-next {
    right: 20px
}
.cs-post-slider-controls .cpsl-swiper-button-prev.swiper-button-disabled,
.cs-post-slider-controls .cpsl-swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: default !important
}
.cs-post-slider-layout:hover .cpsl-swiper-button-prev,
.cs-post-slider-layout:hover .cpsl-swiper-button-next {
    opacity: 1
}

/*------------------------------------------------------------------
    6.3 Post grid
-------------------------------------------------------------------*/
.cs-post-grid-layout {
    margin-bottom: 40px;
    position: relative
}
.cs-post-grid-layout .cs-post-item {
    position: relative;
    float: left;
    overflow: hidden;
}
.cs-post-grid-layout .cs-post-item .cs-post-thumb {
    position: relative;
    background-color: #000
}
.cs-post-grid-layout .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-post-grid-layout .cs-post-item .cs-post-thumb img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden
}
.cs-post-grid-layout .cs-post-item:hover .cs-post-thumb img {
    opacity: 1
}
.cs-post-grid-layout .cs-post-item .cs-post-inner {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px 15px 20px;
}
.cs-post-grid-layout .cs-post-item .cs-post-inner h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 5px 0
}
.cs-post-grid-layout .cs-post-item .cs-post-inner h3 a,
.cs-post-grid-layout .cs-post-item .cs-post-inner h3 a:hover {
    color: #fff
}
.cs-post-grid-layout .cs-post-item.cs-width-50 {
    width: 50%;
    padding: 0 1px;
    margin: 0 0 2px 0
}
.cs-post-grid-layout .cs-post-item.cs-width-33 {
    width: 33.33%;
    padding: 0 1px;
    margin: 0 0 2px 0
}
.cs-post-grid-layout .cs-post-item.cs-width-33 .cs-post-inner h3 {
    font-size: 16px;
    line-height: 22px
}
.cs-post-grid-layout .cs-post-item .cs-post-inner .cs-post-meta {
    color: #ddd
}
.cs-post-grid-layout .cs-post-item .cs-post-inner .cs-post-meta span a {
    color: #fff
}

/*------------------------------------------------------------------
    6.4 Thumbnail slider
-------------------------------------------------------------------*/
.cs-thumbnail-slider {
    margin-bottom: 40px;
    position: relative;
    height: 100%
}
.cs-thumbnail-slider .swiper-container {} .cs-thumbnail-slider .swiper-slide {} .cs-thumbnail-slider .cs-gallery-top {} .cs-thumbnail-slider .cs-gallery-top .cs-post-item .cs-post-thumb {
    position: relative;
    width: 100%
}
.cs-thumbnail-slider .cs-gallery-top .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-thumbnail-slider .cs-post-item .cs-post-thumb .cs-post-border {
    position: absolute;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 20px;
    z-index: 1
}
.cs-thumbnail-slider .cs-post-item .cs-post-thumb .cs-post-border:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 50px 60px 50px;
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner h3 {
    font-size: 36px;
    line-height: 44px
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner h3 a,
.cs-thumbnail-slider .cs-post-item .cs-post-inner h3 a:hover {
    color: #fff
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner .cs-post-category-solid a,
.cs-thumbnail-slider .cs-post-item .cs-post-inner .cs-post-category-border a {
    float: none;
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner .cs-post-meta {
    color: #ddd
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner .cs-post-meta span a {
    color: #fff
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner .cs-post-meta span {
    display: inline-block;
    float: none;
    margin: 0 4px
}
/* Thumbs */

.cs-thumbnail-slider .cs-gallery-thumbs {
    padding: 10px 0;
}
.cs-thumbnail-slider .cs-gallery-thumbs .swiper-slide {
    width: 100px;
    opacity: 0.3;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-bottom: 5px;
    cursor: pointer;
}
.cs-thumbnail-slider .cs-gallery-thumbs .swiper-slide-active {
    opacity: 1;
    cursor: default;
}

/*------------------------------------------------------------------
    7. Main content
-------------------------------------------------------------------*/
.cs-main-content {
    width: 100%;
    margin-bottom: 40px
}
.cs-main-content.cs-sidebar-on-the-right {
    float: left;
    width: 70%;
    padding-right: 30px
}
.cs-main-content.cs-sidebar-on-the-left {
    float: right;
    width: 70%;
    padding-left: 30px
}

/*------------------------------------------------------------------
    8. Banners
-------------------------------------------------------------------*/
.cs-banner-container {
    margin-bottom: 40px;
    text-align: center;
}

/*------------------------------------------------------------------
    9. Sidebar
-------------------------------------------------------------------*/
.cs-main-sidebar {
    float: left;
    width: 30%;
    margin-bottom: 40px
}

/*------------------------------------------------------------------
    9.1 Widget global
-------------------------------------------------------------------*/
.widget {
    margin-bottom: 20px;
    position: relative;
}
.widget-title {
    padding: 3px 0 3px 10px;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #ddd;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}
.widget button,
.widget input,
.widget select,
.widget textarea {} .widget select,
.widget textarea {
    width: 100%;
    padding: 6px 10px
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_pages ul,
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_links li,
.widget_pages li,
.widget_recent_entries li {
    border-top: 1px solid #eee;
    padding: 6px 0;
    color: #999
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 6px
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #eee;
    padding-top: 6px;
    margin: 6px 0 0 12px
}

/*------------------------------------------------------------------
    9.2 Widget tags
-------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
    content: " ";
    display: table
}
.widget_tag_cloud .tagcloud:after {
    clear: both
}
.widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    font-size: 10px !important;
    background-color: #eee;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1;
    color: #222;
    margin-right: 5px;
    margin-bottom: 5px
}
#cs-footer .widget_tag_cloud .tagcloud a {
    background-color: #ddd
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    9.3 Widget recent entries
-------------------------------------------------------------------*/
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px
}

/*------------------------------------------------------------------
    9.4 Widget search
-------------------------------------------------------------------*/
.widget_search {} .widget_search .screen-reader-text {
    display: none
}
.widget_search input {
    border: 1px solid #eee;
    outline: none;
    padding: 5px 14px;
    width: 100%;
}

/*------------------------------------------------------------------
    9.5 Widget latest posts
-------------------------------------------------------------------*/
.cs-widget_latest_posts {} .cs-widget_latest_posts .cs-post-item {
    margin-bottom: 25px
}
.cs-widget_latest_posts .cs-post-item:before,
.cs-widget_latest_posts .cs-post-item:after {
    content: " ";
    display: table
}
.cs-widget_latest_posts .cs-post-item:after {
    clear: both
}
.cs-widget_latest_posts .cs-post-item .cs-post-thumb {
    float: left;
    width: 100px;
    margin-right: 15px;
    max-height:140px;
    overflow: hidden;
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner {
    overflow: hidden
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner .cs-post-category-empty,
.cs-widget_latest_posts .cs-post-item .cs-post-inner .cs-post-category-solid,
.cs-widget_latest_posts .cs-post-item .cs-post-inner .cs-post-category-border {
    margin-bottom: 5px
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner h3 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: -4px
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}

/*------------------------------------------------------------------
    9.6 Widget social icons
-------------------------------------------------------------------*/
.cs-widget_social_icons {} .cs-widget_social_icons .social-button {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 15px;
    float: left
}
.cs-widget_social_icons .social-button:nth-child(2n) {
    margin-right: 0
}
.cs-widget_social_icons .social-button a {
    display: block;
}
.cs-widget_social_icons:before,
.cs-widget_social_icons:after,
.cs-widget_social_icons .social-button:before,
.cs-widget_social_icons .social-button:after {
    content: " ";
    display: table
}
.cs-widget_social_icons:after,
.cs-widget_social_icons .social-button:after {
    clear: both
}
.cs-widget_social_icons .social-button .social-icon {
    background-color: #222;
    color: #fff;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-widget_social_icons .social-button .social-title {
    font-size: 16px;
    line-height: 1;
    margin: 2px 0 8px 0
}
.cs-widget_social_icons .social-button .social-icon i {} .cs-widget_social_icons .social-button .social-wrap {
    overflow: hidden;
}
.cs-widget_social_icons .social-button .social-title {} .cs-widget_social_icons .social-button .social-subtitle {
    font-size: 11px;
    overflow: hidden;
    line-height: 1;
    font-weight: 700;
    color: #666
}
/* Facebook */

.cs-widget_social_icons .social-button.facebook .social-icon {
    background-color: #3b5998
}
.cs-widget_social_icons .social-button.facebook .social-title {
    color: #3b5998
}
/* Facebook */

.cs-widget_social_icons .social-button.twitter .social-icon {
    background-color: #1dcaff
}
.cs-widget_social_icons .social-button.twitter .social-title {
    color: #1dcaff
}
/* Google+ */

.cs-widget_social_icons .social-button.google .social-icon {
    background-color: #dd4b39
}
.cs-widget_social_icons .social-button.google .social-title {
    color: #dd4b39
}
/* Dribbble */

.cs-widget_social_icons .social-button.dribbble .social-icon {
    background-color: #ea4c89
}
.cs-widget_social_icons .social-button.dribbble .social-title {
    color: #ea4c89
}
/* Youtube */

.cs-widget_social_icons .social-button.youtube .social-icon {
    background-color: #bb0000
}
.cs-widget_social_icons .social-button.youtube .social-title {
    color: #bb0000
}
/* Linkedin */

.cs-widget_social_icons .social-button.linkedin .social-icon {
    background-color: #007bb5
}
.cs-widget_social_icons .social-button.linkedin .social-title {
    color: #007bb5
}
/* Hover */

.cs-widget_social_icons .social-button:hover .social-icon {
    background-color: #222
}

/*------------------------------------------------------------------
    9.7 Widget grid posts
-------------------------------------------------------------------*/
.cs-widget_grid_posts {} .cs-widget_grid_posts .cs-post-item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 25px;
    float: left
}
.cs-widget_grid_posts .cs-post-item:nth-child(2n) {
    margin-right: 0
}
.cs-widget_grid_posts:before,
.cs-widget_grid_posts:after,
.cs-widget_grid_posts .cs-post-item:before,
.cs-widget_grid_posts .cs-post-item:after {
    content: " ";
    display: table
}
.cs-widget_grid_posts:after,
.cs-widget_grid_posts .cs-post-item:after {
    clear: both
}
.cs-widget_grid_posts .cs-post-item .cs-post-thumb {
    margin-bottom: 10px
}
.cs-widget_grid_posts .cs-post-item .cs-post-inner {
    overflow: hidden
}
.cs-widget_grid_posts .cs-post-item .cs-post-inner h3 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 2px
}
.cs-widget_grid_posts .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}

/*------------------------------------------------------------------
    9.8 Widget featured post
-------------------------------------------------------------------*/
.cs-widget_featured_post {} .cs-widget_featured_post .cs-post-item {
    margin-bottom: 25px;
    overflow: hidden;
}
.cs-widget_featured_post .cs-post-item:last-child {
    margin-bottom: 0
}
.cs-widget_featured_post .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-widget_featured_post .cs-post-item .cs-post-thumb img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-widget_featured_post .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.9
}
.cs-widget_featured_post .cs-post-item .cs-post-inner {
    padding: 12px 10px 0 10px;
    text-align: center;
    background-color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}
#cs-footer .cs-widget_featured_post .cs-post-item .cs-post-inner {
    background-color: #f5f5f5
}
.cs-widget_featured_post .cs-post-item .cs-post-inner .cs-post-category-solid {
    position: absolute;
    top: -22px;
    width: 100%;
    margin-bottom: 0;
    left: 0
}
.cs-widget_featured_post .cs-post-item .cs-post-inner .cs-post-category-solid a {
    float: none;
    display: inline-block;
    height: 18px;
    background-color: #222
}
.cs-widget_featured_post .cs-post-item .cs-post-inner h3 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px
}
.cs-widget_featured_post .cs-post-item .cs-post-inner .cs-post-meta span {
    display: inline-block;
    float: none
}

/*------------------------------------------------------------------
    9.9 Widget top reviews
-------------------------------------------------------------------*/
.cs-widget_top_reviews {} .cs-widget_top_reviews .cs-post-item {
    margin-bottom: 25px;
    overflow: hidden;
}
.cs-widget_top_reviews .cs-post-item:last-child {
    margin-bottom: 0
}
.cs-widget_top_reviews .cs-post-item .cs-post-thumb {
    background-color: #fff
}
.cs-widget_top_reviews .cs-post-item .cs-post-thumb img {
    opacity: 0.2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-widget_top_reviews .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.3
}
.cs-widget_top_reviews .cs-post-item .cs-post-thumb h3 {
    font-weight: 400;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: normal;
}
.cs-widget_top_reviews .cs-post-item .cs-post-thumb h3 a {
    color: #222
}
.cs-widget_top_reviews .cs-post-item .cs-post-inner {
    padding: 14px 10px 0 10px;
    text-align: center;
    background-color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}
#cs-footer .cs-widget_top_reviews .cs-post-item .cs-post-inner {
    background-color: #f5f5f5
}
.cs-widget_top_reviews .cs-post-item .cs-post-inner .cs-post-meta span {
    display: inline-block;
    float: none;
    clear: both;
}
.cs-widget_top_reviews .cs-post-item .cs-post-inner .cs-post-meta .cs-post-meta-author {
    display: block;
    clear: both;
    margin-right: 0
}
.cs-widget_top_reviews .cs-post-item .cs-post-inner .cs-post-meta .cs-post-meta-rating {
    letter-spacing: 1px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    width: 137px;
    margin-right: 0
}
.cs-widget_top_reviews .cs-post-item .cs-post-inner .cs-post-meta .cs-post-meta-rating span {
    padding-top: 30px
}

/*------------------------------------------------------------------
    9.10 Widget latest posts
-------------------------------------------------------------------*/
.cs-widget_top_comments {} .cs-widget_top_comments .cs-post-item {
    margin-bottom: 20px
}
.cs-widget_top_comments .cs-post-item:before,
.cs-widget_top_comments .cs-post-item:after {
    content: " ";
    display: table
}
.cs-widget_top_comments .cs-post-item:after {
    clear: both
}
.cs-widget_top_comments .cs-post-item .cs-post-thumb {
    float: left;
    width: 60px;
    margin-right: 30px;
    padding: 4px;
    background-color: #ddd
}
.cs-widget_top_comments .cs-post-item .cs-post-thumb:after {
    content: " ";
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ddd transparent transparent transparent;
}
.cs-widget_top_comments .cs-post-item .cs-post-inner {
    overflow: hidden
}
.cs-widget_top_comments .cs-post-item .cs-post-inner h3 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 2px;
    margin-top: -4px
}
.cs-widget_top_comments .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}

/*------------------------------------------------------------------
    9.11 Widget gallery post
-------------------------------------------------------------------*/
.cs-widget_gallery_post {} .cs-widget_gallery_post .cs-post-item {
    width: 100%;
    overflow: hidden;
}
.cs-widget_gallery_post .cs-post-item .cs-post-thumb img {
    opacity: 0.6;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.cs-widget_gallery_post .cs-post-item:hover .cs-post-thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner {
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle {
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: normal;
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-solid,
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-border {
    font-size: 0;
    margin-bottom: 6px
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-solid a,
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-border a {
    display: inline-block;
    float: none;
    margin: 0 2px;
    font-size: 10px;
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle h3 a {
    color: #fff
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta {
    font-size: 0;
    color: #999
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta span {
    display: inline-block;
    float: none;
    font-size: 11px;
    margin: 0 3px
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta span a {
    color: #fff
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta .cs-post-meta-rating {
    display: block;
    left: 50%;
    margin-top: 5px;
    margin-left: -35px;
    font-size: 15px
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta .cs-post-meta-rating:before {
    color: #666
}
.cs-widget_gallery_post .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta .cs-post-meta-rating span {
    font-size: 15px
}
.cs-widget_gallery_post .cs-widget_gallery_post-controls {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "FontAwesome"
}
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-prev,
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-next {
    width: 22px;
    height: 22px;
    line-height: 20px;
    display: block;
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-next {
    margin-left: 2px
}
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-prev.swiper-button-disabled,
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-next.swiper-button-disabled {
    border: 1px solid #eee !important;
    color: #ddd !important;
    cursor: default !important
}
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-prev:hover,
.cs-widget_gallery_post .cs-widget_gallery_post-controls .wgp-swiper-button-next:hover {
    border: 1px solid #999;
    color: #666;
}
.cs-widget_gallery_post.swiper-container .cs-post-item .cs-post-category-icon {
    right: 1px
}

/*------------------------------------------------------------------
    9.12 Widget 125x125 banners
-------------------------------------------------------------------*/
.cs-widget_banner_125x125:before,
.cs-widget_banner_125x125:after {
    content: " ";
    display: table
}
.cs-widget_banner_125x125:after {
    clear: both
}
.cs-widget_banner_125x125 .cs-banner {
    background-color: #f5f5f5;
    display: block;
    float: left;
    width: 125px
}
.cs-widget_banner_125x125 .cs-banner img {
    width: 125px
}

/*------------------------------------------------------------------
    9.13 Widget 300x250 banners
-------------------------------------------------------------------*/
.cs-widget_banner_300x250:before,
.cs-widget_banner_300x250:after {
    content: " ";
    display: table
}
.cs-widget_banner_300x250:after {
    clear: both
}
.cs-widget_banner_300x250 .cs-banner {
    text-align: center;
    padding: 4px 0;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 20px
}
.cs-widget_banner_300x250 .cs-banner:last-child {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    10. Page titles
-------------------------------------------------------------------*/
h1.cs-page-title {
    margin-bottom: 30px
}

/*------------------------------------------------------------------
    11. Post blocks
-------------------------------------------------------------------*/
/* Title */
.cs-post-block-title {
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 3px;
    margin-top: 8px;
    margin-bottom: 18px;
}
.cs-post-block-title h4 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    margin: 0
}
.cs-post-block-title h4 a {
    color: #222
}
.cs-post-block-title p {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 5px;
    color: #999
}
/* Block overlay posts */

.cs-post-block-overlay {
    margin-bottom: 40px;
    position: relative;
}
.cs-post-block-overlay .cs-post-item {
    padding: 0 1px;
    float: left;
    margin-bottom: 2px;
    overflow: hidden;
    width: 100%
}
.cs-post-block-overlay.cs-count-2 .cs-post-item {
    width: 50%
}
.cs-post-block-overlay.cs-count-3 .cs-post-item {
    width: 33.33%
}
.cs-post-block-overlay.cs-count-4 .cs-post-item {
    width: 25%
}
.cs-post-block-overlay .cs-post-item .cs-post-thumb img {
    opacity: 0.3;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.cs-post-block-overlay .cs-post-item:hover .cs-post-thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.cs-post-block-overlay .cs-post-item .cs-post-inner {
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle {
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: normal;
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-solid,
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-border {
    font-size: 0;
    margin-bottom: 6px
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-solid a,
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-border a {
    display: inline-block;
    float: none;
    margin: 0 2px;
    font-size: 10px;
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle h3 a {
    color: #fff
}
.cs-post-block-overlay.cs-count-4 .cs-post-item .cs-align-middle h3 {
    font-size: 14px;
    line-height: 20px
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta {
    font-size: 0;
    color: #999
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta span {
    display: inline-block;
    float: none;
    font-size: 11px;
    margin: 0 3px
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta span a {
    color: #fff
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta .cs-post-meta-rating {
    display: block;
    left: 50%;
    margin-top: 5px;
    margin-left: -35px;
    font-size: 15px
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta .cs-post-meta-rating:before {
    color: #666
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta .cs-post-meta-rating span {
    font-size: 15px
}
.cs-post-block-controls {
    position: absolute;
    top: -47px;
    right: 10px;
    font-family: "FontAwesome"
}
.cs-post-block-controls .cpbo-swiper-button-prev,
.cs-post-block-controls .cpbo-swiper-button-next {
    width: 22px;
    height: 22px;
    line-height: 20px;
    display: block;
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-block-controls .cpbo-swiper-button-next {
    margin-left: 2px
}
.cs-post-block-controls .cpbo-swiper-button-prev.swiper-button-disabled,
.cs-post-block-controls .cpbo-swiper-button-next.swiper-button-disabled {
    border: 1px solid #eee !important;
    color: #ddd !important;
    cursor: default !important
}
.cs-post-block-controls .cpbo-swiper-button-prev:hover,
.cs-post-block-controls .cpbo-swiper-button-next:hover {
    border: 1px solid #999;
    color: #666;
}
.cs-post-block-overlay.swiper-container .cs-post-item .cs-post-category-icon {
    right: 1px
}

/*------------------------------------------------------------------
    11.1 Post block layout 2
-------------------------------------------------------------------*/
.cs-post-block-layout-2 {
    margin-bottom: 40px
}
.cs-post-block-layout-2 .cs-post-item {
    margin-bottom: 25px
}
.cs-post-block-layout-2 .cs-post-item:before,
.cs-post-block-layout-2 .cs-post-item:after {
    content: " ";
    display: table
}
.cs-post-block-layout-2 .cs-post-item:after {
    clear: both
}
.cs-post-block-layout-2 .cs-post-item .cs-post-thumb {
    float: left;
    width: 100px;
    margin-right: 15px
}
.cs-post-block-layout-2 .cs-post-item .cs-post-inner {
    overflow: hidden
}
.cs-post-block-layout-2 .cs-post-item .cs-post-inner .cs-post-category-empty,
.cs-post-block-layout-2 .cs-post-item .cs-post-inner .cs-post-category-solid,
.cs-post-block-layout-2 .cs-post-item .cs-post-inner .cs-post-category-border {
    margin-bottom: 5px
}
.cs-post-block-layout-2 .cs-post-item .cs-post-inner h3 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: -4px
}
.cs-post-block-layout-2 .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}

/*------------------------------------------------------------------
    11.2 Post block layout 3
-------------------------------------------------------------------*/
.cs-post-block-layout-3 {
    margin-bottom: 40px
}
.cs-post-block-layout-3 + .cs-post-block-layout-2 {
    margin-top: -10px
}
.cs-post-block-layout-3 .cs-post-item {
    margin-bottom: 25px
}
.cs-post-block-layout-3 .cs-post-item:last-child {
    margin-bottom: 0
}
.cs-post-block-layout-3 .cs-post-item .cs-post-thumb {
    overflow: hidden;
    margin-bottom: 10px
}
.cs-post-block-layout-3 .cs-post-item .cs-post-thumb img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-block-layout-3 .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.cs-post-block-layout-3 .cs-post-item .cs-post-thumb .cs-post-category-solid,
.cs-post-block-layout-3 .cs-post-item .cs-post-thumb .cs-post-category-border {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 10px;
    margin-bottom: 0
}
.cs-post-block-layout-3 .cs-post-item .cs-post-thumb .cs-post-category-solid a {
    background-color: #222
}
.cs-post-block-layout-3 .cs-post-item .cs-post-inner h3 {
    margin-bottom: 5px
}
.cs-post-block-layout-3 .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}
.cs-post-item .cs-post-excerpt {
    margin: 5px 0 0 0;
    color: #999;
    line-height: 19px;
    font-size: 13px
}
.cs-post-item .cs-post-read-more {
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    display: inline-block;
}

/*------------------------------------------------------------------
    11.3 Post block layout 4
-------------------------------------------------------------------*/
.cs-post-block-layout-4 {
    margin-bottom: 40px
}
.cs-post-block-layout-4 .cs-post-item {
    margin-bottom: 25px
}
.cs-post-block-layout-4 .cs-post-item:last-child {
    margin-bottom: 0
}
.cs-post-block-layout-4 .cs-post-item:before,
.cs-post-block-layout-4 .cs-post-item:after {
    content: " ";
    display: table
}
.cs-post-block-layout-4 .cs-post-item:after {
    clear: both
}
.cs-post-block-layout-4 .cs-post-item .cs-post-thumb {
    float: left;
    width: 250px;
    margin-right: 20px;
    overflow: hidden;
}
.cs-post-block-layout-4 .cs-post-item .cs-post-thumb img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-block-layout-4 .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.cs-post-block-layout-4 .cs-post-item .cs-post-inner {
    overflow: hidden;
}
.cs-post-block-layout-4 .cs-post-item .cs-post-inner h3 {
    margin-bottom: 5px
}
.cs-post-block-layout-4 .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}

/*------------------------------------------------------------------
    11.4 Post block layout 5
-------------------------------------------------------------------*/
.cs-post-block-layout-5 {
    margin-bottom: 40px
}
.cs-post-block-layout-5 .cs-post-item {
    margin-bottom: 25px;
    overflow: hidden;
}
.cs-post-block-layout-5 .cs-post-item:last-child {
    margin-bottom: 0
}
.cs-post-block-layout-5 .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-post-block-layout-5 .cs-post-item .cs-post-thumb img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-block-layout-5 .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.9
}
.cs-post-block-layout-5 .cs-post-item .cs-post-inner {
    padding: 12px 10px 0 10px;
    text-align: center;
    background-color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}
.cs-post-block-layout-5 .cs-post-item .cs-post-inner .cs-post-category-solid {
    position: absolute;
    top: -22px;
    width: 100%;
    margin-bottom: 0;
    left: 0
}
.cs-post-block-layout-5 .cs-post-item .cs-post-inner .cs-post-category-solid a {
    float: none;
    display: inline-block;
    height: 18px;
    background-color: #222
}
.cs-post-block-layout-5 .cs-post-item .cs-post-inner h3 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px
}
.cs-post-block-layout-5 .cs-post-item .cs-post-inner .cs-post-meta span {
    display: inline-block;
    float: none
}

/*------------------------------------------------------------------
    11.5 Post block layout 6
-------------------------------------------------------------------*/
.cs-post-block-layout-6 {
    margin-bottom: 40px
}
.cs-post-block-layout-6 + .cs-post-block-layout-2 {
    margin-top: -10px
}
.cs-post-block-layout-6 .cs-post-item {
    margin-bottom: 25px;
    overflow: hidden;
}
.cs-post-block-layout-6 .cs-post-item:last-child {
    margin-bottom: 0
}
.cs-post-block-layout-6 .cs-post-item .cs-post-thumb {
    position: relative;
    background-color: #000
}
.cs-post-block-layout-6 .cs-post-item .cs-post-thumb img {
    width: 100%;
    opacity: 0.9;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.cs-post-block-layout-6 .cs-post-item:hover .cs-post-thumb img {
    opacity: 1
}
.cs-post-block-layout-6 .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-post-block-layout-6 .cs-post-item .cs-post-inner {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px 15px 20px;
}
.cs-post-block-layout-6 .cs-post-item .cs-post-inner h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 5px 0
}
.cs-post-block-layout-6 .cs-post-item .cs-post-inner h3 a,
.cs-post-block-layout-6 .cs-post-item .cs-post-inner h3 a:hover {
    color: #fff
}
.cs-post-block-layout-6 .cs-post-item .cs-post-inner .cs-post-meta {
    color: #ddd
}
.cs-post-block-layout-6 .cs-post-item .cs-post-inner .cs-post-meta span a {
    color: #fff
}
.cs-post-block-layout-6 .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}

/*------------------------------------------------------------------
    11.6 ost block layout 7
-------------------------------------------------------------------*/
.cs-post-block-layout-7 {
    margin-bottom: 40px
}
.cs-post-block-layout-7 .cs-post-item {
    position: relative;
    overflow: hidden;
}
.cs-post-block-layout-7 .cs-post-item .cs-post-thumb {
    position: relative;
    width: 100%
}
.cs-post-block-layout-7 .cs-post-item .cs-post-thumb img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-block-layout-7 .cs-post-item:hover .cs-post-thumb img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.cs-post-block-layout-7 .cs-post-item .cs-post-thumb:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.45+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
    /* IE6-8 */
}
.cs-post-block-layout-7 .cs-post-item .cs-post-thumb .cs-post-border {
    position: absolute;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 20px;
    z-index: 2
}
.cs-post-block-layout-7 .cs-post-item .cs-post-thumb .cs-post-border:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cs-post-block-layout-7 .cs-post-item .cs-post-inner {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 35px 40px;
}
.cs-post-block-layout-7 .cs-post-item .cs-post-inner h3 {
    margin-bottom: 5px
}
.cs-post-block-layout-7 .cs-post-item .cs-post-inner h3 a,
.cs-post-block-layout-7 .cs-post-item .cs-post-inner h3 a:hover {
    color: #fff
}
.cs-post-block-layout-7 .cs-post-item .cs-post-inner .cs-post-meta {
    color: #ddd
}
.cs-post-block-layout-7 .cs-post-item .cs-post-inner .cs-post-meta span a {
    color: #fff
}
.cs-post-block-layout-7 .cs-post-item .cs-post-inner .cs-post-meta-rating {
    margin-top: 2px
}
.cs-post-block-layout-7 .cs-post-item .cs-post-category-icon {
    z-index: 4
}

/*------------------------------------------------------------------
    12. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    12.1 Contact form
-------------------------------------------------------------------*/
.cs-contact-form input[type="text"] {
    width: 100%
}
.error-msg {
    position: relative;
    padding: 5px 10px;
}
.error-msg {
    display: inline-block;
    background-color: #f2dede;
    color: #a94442;
}
.error-msg .df-error-text {
    overflow: hidden;
    margin: 2px 0 0 20px
}
.error-msg i {
    position: absolute;
    left: 15px;
    top: 10px
}
/* Success */

.contact-success-block {
    background-color: #dff0d8 !important;
    color: #3c763d;
    position: relative;
    padding: 15px;
    margin-bottom: 20px
}
.contact-success-block i.fa-check {
    position: absolute;
    left: 20px;
    top: 20px
}
.contact-success-block p {
    overflow: hidden;
    margin: 2px 0 0 30px
}
.contact-success-block .close-alert {
    color: #444;
    position: absolute;
    right: 20px;
    top: 20px
}
/*------------------------------------------------------------------
    12.2 Under construction
-------------------------------------------------------------------*/

.cs-under-construction {
    padding: 180px 0;
    text-align: center
}
.cs-under-construction #cs-logo-brand {
    margin-bottom: 100px
}
.cs-under-construction h2 {} .cs-under-construction h4 {} .cs-countdown {
    margin-top: 70px
}
.cs-countdown-block {
    display: inline-block;
    margin: 0 40px
}
.cs-countdown-number {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 10px
}
.cs-countdown-label {
    text-transform: uppercase;
    letter-spacing: 2px
}

/*------------------------------------------------------------------
    12.3 404 Page
-------------------------------------------------------------------*/
.cs-404-page {
    padding: 140px 0;
    text-align: center;
}
.cs-404-page h3 {
    font-size: 120px;
    font-weight: 400;
    line-height: 120px
}
.cs-404-page h4 {
    margin-bottom: 30px
}
.cs-404-page form {
    margin: 50px 0
}
.cs-404-page form input {
    display: inline-block;
    width: 250px
}
.cs-404-page-back-link {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 5px
}

/*------------------------------------------------------------------
    Subtitles
-------------------------------------------------------------------*/
.cs-heading-subtitle {
    float: left;
    width: 100%;
    padding: 3px 0 3px 10px;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #ddd;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

/*------------------------------------------------------------------
    13. Single post
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    13.1 Share
-------------------------------------------------------------------*/
.cs-main-content.cs-sidebar-on-the-right .cs-single-post-share {
    float: left;
    width: 60px;
    margin-bottom: 15px;
}
.cs-main-content.cs-sidebar-on-the-left .cs-single-post-share {
    float: right;
    width: 60px;
    margin-bottom: 15px;
}
.cs-single-post-share a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 2px;
    padding:0px;
    z-index: 2;
}
.rateinfo span {
    display: inline;
    min-width: 24px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 0px 2px;
    position: absolute;
    left: 5px;
    top: 34px;
    line-height: 12px;
}
.rateinfo {
    position: relative;
}

.rateinfo  a {
    margin-bottom: 2px;
}
.rateinfo-green span {
    background-color: #a1d0a1;
}
.rateinfo-red span {
    background-color: #ff8787;
}

.cs-main-content.cs-sidebar-on-the-right .cs-single-post-share-container {
   float: left;
}
.cs-main-content.cs-sidebar-on-the-left .cs-single-post-share-container {
   float: right;
}

.cs-single-post-share a.facebook {
    background-color: #3b5998
}
.cs-single-post-share a.twitter {
    background-color: #1dcaff
}
.cs-single-post-share a.google {
    background-color: #dd4b39
}
.cs-single-post-share a.pinterest {
    background-color: #cb2027
}
.cs-single-post-share a:hover {
    background-color: #222
}

/*------------------------------------------------------------------
    13.2 Post header
-------------------------------------------------------------------*/
.cs-main-content.cs-sidebar-on-the-right .cs-post-single-title {
    margin-bottom: 20px;
    margin-left: 60px
}
.cs-main-content.cs-sidebar-on-the-left .cs-post-single-title {
    margin-bottom: 20px;
    margin-right: 60px
}
.cs-post-single-title h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px
}

/*------------------------------------------------------------------
    13.3 Content
-------------------------------------------------------------------*/
.cs-single-post-content {
    overflow: hidden;
    margin-bottom: 40px
}
.cs-single-post-paragraph p,
.cs-single-post-paragraph ul,
.cs-single-post-paragraph ol {
    margin-bottom: 25px
}
.cs-single-post-media {
    margin-bottom: 20px;
    position: relative;
}
.cs-single-post-media img,
.cs-single-post-media iframe {
    width: 100%
}
.cs-media-credits {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 8px;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8)
}
.cs-media-credits a {
    color: #222
}

/*------------------------------------------------------------------
    13.4 Review
-------------------------------------------------------------------*/
.cs-single-post-review {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 40px
}
.cs-single-post-review .cs-final-score {
    float: left;
    width: 15%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 0;
    margin-right: 5%
}
.cs-single-post-review .cs-final-score div {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #222
}
.cs-single-post-review .cs-final-score span {
    font-weight: 700;
    color: #222;
    font-size: 10px;
    text-transform: uppercase;
}
.cs-single-post-review .cs-review-summary {
    overflow: hidden;
}
.cs-single-post-review .cs-review-summary p {
    font-size: 13px;
    line-height: 21px
}
.cs-single-post-review .cs-review-scores {
    clear: both;
    display: block;
    width: 100%
}
.cs-single-post-review .cs-review-scores ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-single-post-review .cs-review-scores ul li {
    margin-bottom: 10px
}
.cs-single-post-review .cs-review-score-title {
    float: left;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cs-single-post-review .cs-review-score-score {
    float: right;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px
}
.cs-single-post-review .cs-review-score-line {
    clear: both;
    background-color: #eee;
    overflow: hidden;
    display: block;
    height: 10px
}
.cs-single-post-review .cs-review-score-line-active {
    display: block;
    height: 100%
}

/*------------------------------------------------------------------
    13.5 Tags
-------------------------------------------------------------------*/
.cs-single-post-tags span {
    background-color: #ddd;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 5px;
    margin-right: 5px
}
.cs-single-post-tags a {
    color: #666
}
.cs-single-post-tags a:hover {
    text-decoration: underline
}

/*------------------------------------------------------------------
    13.6 Controls
-------------------------------------------------------------------*/
.cs-single-post-controls {
    display: table;
    width: 100%;
    margin-bottom: 40px
}
.cs-single-post-controls span {
    color: #999;
    font-size: 12px;
    display: block;
}
.cs-single-post-controls a {
    color: #222;
    display: block;
    font-size: 15px;
    line-height: 23px
}
.cs-single-post-controls a:hover {
    text-decoration: underline;
}
.cs-single-post-controls .cs-prev-post,
.cs-single-post-controls .cs-next-post {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative
}
.cs-single-post-controls .cs-prev-post {
    padding-right: 20px
}
.cs-single-post-controls .cs-next-post {
    padding-left: 20px;
    text-align: right;
}
.cs-single-post-controls .cs-next-post:before {
    content: " ";
    position: absolute;
    right: 100%;
    width: 1px;
    height: 100%;
    background-color: #ddd
}

/*------------------------------------------------------------------
    13.7 Comments
-------------------------------------------------------------------*/
.cs-comments-area {
    margin-bottom: 40px
}
.cs-comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-comment-meta {} .cs-comment-list .cs-comment {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}
.cs-comment-list .cs-comment .cs-children {
    margin: 15px 0 0 70px;
    padding: 15px 0 0 0;
    list-style: none;
    border-top: 1px solid #eee
}
.cs-comment .cs-children .cs-comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.cs-comment .cs-children .cs-comment .cs-avatar {
    width: 35px
}
.cs-comment .cs-children .cs-comment .cs-comment-content {
    margin-left: 55px
}
.cs-comment-list .cs-comment:first-child {
    border-top: 0
}
.cs-comment-author .cs-avatar {
    width: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.cs-comment-author b {
    margin-right: 8px
}
.cs-comment-author b a {
    color: #222
}
.cs-comment-metadata {
    font-size: 12px;
    color: #999
}
.cs-comment-content {
    margin-top: 5px;
    margin-left: 70px;
    overflow: hidden;
}
.cs-reply {
    display: block;
    float: left;
    font-size: 10px;
    background-color: #eee;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1;
    color: #222
}
.cs-reply:hover {
    color: #fff
}

/*------------------------------------------------------------------
    14. Footer menu
-------------------------------------------------------------------*/
#cs-footer-menu {
    background-color: #eee
}
.cs-toggle-footer-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    height: 43px;
    line-height: 43px;
    color: #fff;
}

/*------------------------------------------------------------------
    15. Footer
-------------------------------------------------------------------*/
#cs-footer {
    background-color: #f5f5f5;
    padding: 50px 0 0 0
}

/*------------------------------------------------------------------
    16. Copyright
-------------------------------------------------------------------*/
#cs-copyright {
    background-color: #222;
    color: #ddd;
    font-size: 12px;
    text-align: center;
    padding: 3px 0
}
#cs-copyright a {
    color: #fff
}

/*------------------------------------------------------------------

[Table of contents]

1.	Text color
	Links
	Main navigation hover
	Logo text
	Copyright hover
	Pullquotes
	BLockquotes
	Counter numbers
2.	Background color
	Category link
	Widget tags hover
	Review line
	Post share button
3.	Border color
	Main navigation underline
	Category outline
	Left border for block titles
	Triangle for category icon
	Thumnbnail slider underline
	Blockquiote
	404 Back link
4.	Rating stars color

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Text color
-------------------------------------------------------------------*/
a,
#cs-top-navigation .cs-top-navigation > li > a:hover,
#cs-logo-brand h1#cs-site-title span,
#cs-copyright a:hover,
.cs-post-category-empty a,
.cs-post-item .cs-post-inner h3 a:hover,
.pullquotes,
blockquote.alt i,
blockquote footer strong,
.cs-countdown-number {
   color: #0066c0;
}

/*------------------------------------------------------------------
    2. Background color
-------------------------------------------------------------------*/
.cs-post-category-solid a,
.widget_tag_cloud .tagcloud a:hover,
#cs-footer .widget_tag_cloud .tagcloud a:hover,
.cs-review-score-line-active,
.cs-single-post-share a,
.cs-reply:hover {
   background-color: #9c8dc1
}

/*------------------------------------------------------------------
    3. Border color
-------------------------------------------------------------------*/
#cs-main-navigation .cs-main-navigation > li.current-menu-item > a,
#cs-main-navigation .cs-main-navigation > li:hover > a,
.cs-post-category-border a,
.cs-post-block-title,
.cs-post-item .cs-post-category-icon,
.cs-thumbnail-slider .cs-gallery-thumbs .swiper-slide-active,
blockquote,
.cs-404-page-back-link {
	border-color: #9c8dc1
}

/*------------------------------------------------------------------
    4. Rating stars color
-------------------------------------------------------------------*/
.cs-post-meta-rating span:before {
	color: #9c8dc1
}

/*! jQuery UI - v1.11.4 - 2016-12-27
* http://jqueryui.com
* Includes: core.css, accordion.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_888888_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/web/20201014211530im_/https://www.rssing.com/inc2/css/images/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}

body{
  background-image:url(/web/20201014211530im_/https://www.rssing.com/inc2/img/symphony.webp);
}
.cs-post-thumb-wrapper {
  width: 100%;
  /* whatever width you want */
  //display: inline-block;
  overflow: hidden;
  position: relative;
}
.cs-post-thumb-wrapper:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.cs-post-thumb-wrapper-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  /* fill parent */
  //background-color: deepskyblue;
  /* let's see it! */
  //color: white;
}
.cs-post-thumb-wrapper-portrait {
  height: 100%;
  /* whatever width you want */
  //display: inline-block;
  overflow: hidden;
  position: relative;
}
.cs-post-thumb-wrapper-portrait:after {
  padding-top: 177.77%;
  /* 9:16 ratio */
  display: block;
  content: '';
}
.cs-post-thumb-wrapper-element-portrait {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  /* fill parent */
  //background-color: deepskyblue;
  /* let's see it! */
  //color: white;
}
.cs-post-thumb-wrapper-element-portrait img {
    height: 100% !important;
    max-width: initial !important;
    width: initial !important;
}
.cs-alert .cs-alert-green p a {
   color: cyan;
}
ul.pagerlist {
  font-size: 0;
  margin-bottom: 0px;
  list-style: none;
  padding: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  text-align: center;
}
ul.pagerlist li {
  font-size: 11px;
  display: inline-block;
  margin-right: 2px
}
ul.pagerlist li span,
ul.pagerlist li a {
  display: block;
  padding: 3px 2px;
  margin: 2px 0px;
  line-height: 24px;
  background-color: #eee;
  color: #666;
  min-width: 15px;
  text-align: center;
}
ul.pagerlist li span.current {
  background-color: #e1e1e1;
  font-weight: 800;
  color: #111
}
ul.pagerlist.packed li a{
  font-size: 14px;
  padding: 5px 7px;
}
.rs-notshown {
  display:none;
  width:0px;
  height:0px;
}
.rs-pager > div {
  float: left;
}
.rs-pager:after {
  clear: both;
}
.rs-pager table {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.rs-pager th {
  padding: 0px 2px 2px 2px;
  border: 1px solid #eee;
  vertical-align:middle;
}
.rs-pager td {
  padding: 0px 2px 2px 2px;
  border: 1px solid #eee;
  vertical-align:middle;
}
div.star {
  font-size:smaller;
  //width: 145px;
  height: 26px;
  border-width: 0px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 0px 1px 0px 1px;
  text-align: center;
}
/*------------------------------------------------------------------
    RS Accordion
-------------------------------------------------------------------*/
.rs-accordion-group {
  margin-bottom: 5px
}
.rs-accordion-group .rs-accordion-title {
  font-size:18px;
  font-weight: 700;
  color: #222;
  outline: none;
  cursor: pointer;
  padding: 5px 10px 5px 29px;
  position: relative;
  border-bottom: 3px solid #eee;
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis;
}
.rs-accordion-group.live .rs-accordion-title {
  font-size:13px;
  font-weight: normal;
  padding: 1px 1px 1px 20px;
}
.rs-accordion-group .rs-accordion-title:after {
  color: #222;
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  left: 8px;
  top: 5px
}

.rs-accordion-group.live .rs-accordion-title:after {
  left: 4px;
  top: 2px
}
.rs-accordion-group .rs-accordion-title.ui-state-active {
  border-bottom: 3px solid #222
}
.rs-accordion-group .rs-accordion-title.ui-state-active:after {
  color: #111;
  content: "\f068"
}
.rs-accordion-group .rs-accordion-panel {
  background-color: #cddbfc;
  padding: 15px 0 10px 0;
  font-size:0.8em;
}
.rs-accordion-group .rs-accordion-panel p:last-child {
  margin: 0
}
#cs-header-style-one, #cs-header-style-two, #cs-header-style-three {
  margin-bottom: 10px;
}
.rs-form table {
  border:initial;
}
.rs-form td {
  border:initial;
  padding:1px;
  margin:0px;
  vertical-align:top;
}
.rs-form th {
  border:initial;
  padding:1px;
  margin:0px;
  height:40px;
}
.rs-form input {
  display: inline;
  padding: 1px 1px;
  font-size: 11px;
  line-height: 15px;
  border: 1px solid rgb(165, 197, 204);
  margin: 1px 0px 7px 0px;
}
.rs-form input[type="checkbox"] {
  margin: 0px 10px 0px 10px;
}
.rs-form textarea {
  width: 100%;
  max-width:600px;
}
.rs-form input[type="text"] {
  width: 100%;
  max-width:400px;
}
.rs-form input:disabled {
  background-color:#eeeeee;
}
.rs-form .rs-form-div {
  min-height:30px;
  background:#eeeeee;
  padding:5px;
  max-height:200px;
  overflow-y:auto;
  border:1px solid rgb(165, 197, 204);
}
.rs-form 
 input[type="submit"],
 input[type="reset"],
 input[type="button"]
{
  padding: 8px 8px;
  font-size: 14px;
}
.rs-form textarea {
  line-height:initial;
  min-height:initial;
  border: 1px solid rgb(165, 197, 204);
}
.rs-form dl {
  margin: 0px;
}
.rs-form-register input {
}
.rs-form-register input[type="submit"] {
}
.rs-status {
  color: red;
  border-style:inset;
  border-width:1px;
  background-color:#ffffff;
  height:30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rs-tagbtnlnk {
  margin:2px 2px;
  padding:0px 2px;
  font-family:'Helvetica Neue',sans-serif;
  font-size:13px;
  line-height:24px;
}
.rs-tagmnu {
  background:#ccddee;
}
.rs-tagbtnon {
  background:#25A6E1;
  background:-moz-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
  background:-webkit-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background:-o-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background:-ms-linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  background:linear-gradient(to top,#25A6E1 0%,#188BC0 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
  padding:2px 4px;
  color:#fff;
  font-family:'Helvetica Neue',sans-serif;
  font-size:13px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #1A87B9;
  line-height:24px;
  cursor:pointer;
  margin:0px 0px;
  user-select: none;
  white-space:nowrap;
  text-decoration:none;
}
.rs-tagbtnoff {
  background:#fff;
  background:-moz-linear-gradient(to top,#fff 0%,#fff 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#fff));
  background:-webkit-linear-gradient(to top,#fff 0%,#fff 100%);
  background:-o-linear-gradient(to top,#fff 0%,#fff 100%);
  background:-ms-linear-gradient(to top,#fff 0%,#fff 100%);
  background:linear-gradient(to top,#fff 0%,#fff 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff',GradientType=0);
  margin:2px 2px;
  padding:0px 2px;
  color:#25A6E1;
  font-family:'Helvetica Neue',sans-serif;
  font-size:13px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #1A87B9;
  line-height:24px;
  cursor:pointer;
  user-select: none;
  white-space:nowrap;
  text-decoration:none;
}
.rs-mui table {
  font-family: verdana,arial,sans-serif;
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}
.rs-mui th {
  background:#b5cfd2;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999999;
}
.rs-mui td {
  background:#dcddc0;
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #999999;
  font-size: 10px;
  color: #666;
}
.cs-alert-yellow a {
  color: blue;
}
.cs-alert p {
  margin-right:30px;
}
.cs-alert i.fa-close {
  position: absolute;
  right:20px;
  left: auto;
}
.cs-btn.cs-btn-extrasmall {
  padding: 2px 3px;
  margin: 0 2px 5px 0;
  font-size: 10px;
  line-height: 20px;
  margin:0px 3px 0px 3px;
}
.cs-btn.cs-btn-small {
  margin: 0 2px 5px 0;
}
.cs-btn.cs-btn-redstar {
  background-color: #f6a11c;
  min-width:20px;
}
.cs-btn.cs-btn-redstar:hover {
  background-color: #e09000;
}
.cs-btn.cs-btn-offwhite {
  background-color: #f5f5f5;
  color: #444
}
.cs-btn.cs-btn-offwhite:hover {
  background-color: #e0e0e0;
  color: #111
}
.rs-actdiag {
  padding: 5px 10px 8px 10px;
  margin: 1px 0px 1px 0px;
  border-style:solid;
  border-width:1px;
  background-color: #d1e2ea;
  border-color: darkgray;
  min-height:40px;
  position:relative;
}
.rs-actdiag form {
  float:left;
}
.rs-actdiag input[type="text"] {
  line-height: 16px;
}
.rs-actdiag > a.fa-close {
  transition:all 0s ;
  position:absolute;
  right:7px;
}
.rs-actdiag i.fa-close {
  line-height:14px;
  margin-top: 2px;
}
.rs-actdiag a.fa-close {
  line-height:14px;
  margin-top: 2px;
}
.rs-dbgdiv {
  display:none;
  position:fixed;
  left:0px;
  top:0px;
  height:600px;
  width:100px;
  overflow:scroll;
  background:white;
  z-index:3;
}
.rs-fullheight {
  height: 100%;
}
.rs-rateinfo {
  position: relative;
}
.rs-rateinfo.rs-open {
  margin-bottom:15px;
}
.rs-rateinfo span {
  display:none;
}
.rs-rateinfo.rs-open span {
  display: inline;
  min-width: 24px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 0px 2px;
  position: absolute;
  left: 5px;
  top: 34px;
  line-height: 12px;
}
.rs-rateinfo a {
  margin-bottom: 2px;
}
.rs-rateinfo.rs-inactive a {
  cursor:default;
}
.rs-rateinfo.rs-changing a {
  cursor:progress;
}
.rs-rateinfo.rs-green span {
  background-color: #a1d0a1;
}
.rs-rateinfo.rs-red span {
  background-color: #ff8787;
}
.rs-rateinfoi {
  position: relative;
  margin-right:2px;
}
.rs-rateinfoi.rs-open {
  margin-right:13px;
}
.rs-rateinfoi .cs-btn {
  margin:0px;
}
.rs-rateinfoi span {
  display:none;
}
.rs-rateinfoi.rs-open span {
  display: inline;
  min-width: 12px;
  text-align: left;
  font-size: 10px;
  color: #fff;
  padding: 0px 2px;
  position: absolute;
  left: 41px;
  top: 0px;
  line-height: 12px;
  -webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
  -ms-transform: rotate(90deg);  /* IE 9 */
  -o-transform: rotate(90deg);  /* Opera 10.50-12.00 */
  transform: rotate(90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
  transform-origin: 0% 0%;
}
.rs-rateinfoi a {
  margin-bottom: 2px;
  vertical-align:top;
}
.rs-rateinfoi.rs-inactive a {
  cursor:default;
}
.rs-rateinfoi.rs-changing a {
  cursor:progress;
}
.rs-rateinfoi.rs-green span {
  background-color: #a1d0a1;
}
.rs-rateinfoi.rs-red span {
  background-color: #ff8787;
}
.rs-article-img {
  display:inline-block;
  position:relative;
  max-width:75%;
}
.rs-article-img .rs-article-img-btn {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.rs-article-img .rs-article-img-btn i {
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 37px;
  height: 50px;
}
.rs-article-img .rs-article-img-btn.topleft {
  left: 0;
  border-width: 0 0px 50px 50px;
  border-right-color: transparent !important;
  opacity:0.7;
  display:none;
  border-left-color: #eee !important;
}
.rs-article-img .rs-article-img-btn.topleft i {
  left: -53px;
  color: black;
}
.rs-article-img .rs-article-img-btn.topright {
  right: 0;
  border-width: 0 50px 50px 0;
  border-left-color: transparent !important;
  opacity:0.7;
  display:none;
  border-right-color: #eee !important;
}
.rs-article-img .rs-article-img-btn.topright i {
  right: -53px;
  color: red;
}
.rs-article-img.rs-active:hover .rs-article-img-btn {
  display:block;
  cursor: pointer;
}
.rs-article-img .rs-article-img-btn:hover {
  opacity: 1;
}
.rs-article-img.do_hover .rs-article-img-btn {
  display:block;
  cursor: pointer;
  opacity: 1;
}

.rs-fullviewport {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
  text-align:center;
  padding-top:50px;
}
.rs-fullviewport div {
  max-width:500px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: white;
}
.rs-fullviewport-close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  color: #000;
  transition: all .4s ease;
  text-align:center;
}
.rs-fullviewport-close i {
  font-size: 28px;
}
.cs-widget_latest_posts .cs-post-item .cs-post-inner h3,
.cs-post-block-layout-2 .cs-post-item .cs-post-inner h3 {
  margin-bottom:0px;
}
.rs-item-anchor {
  position: relative;
  display: block;
}
.rs-item-anchor span {
  position: absolute;
  top: -44px;
  width: 0px;
  height:1px;
}
.rs-item-anchor a {
  position: absolute;
  top: -44px;
  width: 0px;
  height:1px;
}
.rs-live-slider {
  margin:8px 78px 0px 75px;   
}
.rs-live-slider .ui-state-default {
  width: 40px;
  height: 20px;
  margin-top: 0px;
  margin-left: -20px;
  background: #7199f7;
  border: 3px #555555;
  border-style: solid;
  cursor: ew-resize;
}

.rs-live {
  position:fixed;
  table-layout:fixed;
  margin:0px;
}
.rs-live a.cs-btn {
  margin: 0px 2px 2px 0px;
  padding: 3px 8px;
}
.rs-live a.cs-btn-small {
  margin: 0px 2px 0px 2px;
}
.rs-live a.cs-btn-small.fa-close {
  margin-top: 4px;
}
.rs-rateinfoi a.cs-btn {
  margin: 0px 0px 0px 0px;
}
.rs-live-local {
  height:1%;
  background:#ccd6e4;
}
.rs-live-remote {
  border-top:1px solid gray;
  height:97%;
}
.rs-live th,td {
  padding:0px;
  line-height:initial;
  border:initial;
}
.rs-livetitle {
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f5f5f5;
  display:block;
  padding:0px 10px 0px 10px;
  margin-top:3px;
}
.Lclick {
  padding: 2px;
  position: absolute;
  left: -28px;
  top: -10px;
 }
.Rclick {
  padding: 2px;
  position: absolute;
  right: -28px;
  top: -10px;
 }
.ui-state-active a.Rclick {
   color:gray;
}
.ui-state-active a.Lclick {
   color:gray;
}
.sliderh {
  border: 1px solid #333;
  text-align: center;
  margin-left: -10px;
}
.sliderf {
   position: absolute;
   top: -26px;
   left: -40px;
   text-align: left;
   color: black;
   white-space: nowrap;
   font-size: 11px;
   background: rgba(255, 255, 255, 0.51);
   padding: 2px;
}


/* progress bar */
.progress {
  background: rgba(255,255,255,0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 300px;
}

.progress-value {
  animation: load 4s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  height: 30px;
  width: 0;
}

.chan-listing {
  background: #0000ff0a;
}

.item-listing {
  background: #ffff000d;
}


@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}


.rs-ad { 
  overflow: hidden;
  mmargin: 0 auto;
}
.rs-ad-tag { 
  margin: 0 auto;
}

.rs-ad-sticky {
  border-style: solid;
  border-width: 1px;
  background-color: #fffff2;
}

.rs-sticky-sidebar-ad {
  z-index:5;
  float:left;
  width:0px;
}

.rs-menu1 {
  display:none;
  text-align:center;
}

.rs-lang-change-popup {
  background-color: #111;
  color:white;
  width: 100%;
  display: block;
  padding: 20px 26px;
  font-size: 24px;
  line-height: 32px;
}

.rs-lang-select-popup {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.rs-lang-select-popup li {
  display: inline-block;
  font-size: 14px;
  padding: 7px;
  border-style: solid;
  border-width: 1px;
  margin: 2px;
  background: #f5f5f5;
  color: #212121;
}

/* used in search */
.wrapped-text-input {
  border: solid 1px green;
  position: relative;
}
.wrapped-text-input input[type=text] {
  border: none;
  width: 100%;
  padding-right: 123px;
}
.wrapped-text-input .input-group-prepend {
  position:absolute;
  right:4px;
  top:4px;
  bottom:4px;
  z-index:5;
}


@media(max-width:767px) {
  .rs-menu1 {display:block}

  .rs-ad-indx-banner { min-width:305px; max-width:730px;      height:90px; width:100%; }
  .rs-ad-indx-inter  { min-width:305px; max-width:730px; mmax-height:100px; }
  .rs-ad-sb-top      { min-width:305px; max-width:730px; mmax-height:250px; }
  .rs-ad-sb-inter    { min-width:305px; max-width:730px; mmax-height:150px; }
  .rs-ad-sb-bottom   { min-width:305px; max-width:730px; mmax-height:600px; }
  .rs-sticky-sidebar-ad {
    float:none;
    width:100%;
  }
}
@media(min-width:768px) and (max-width:1024px) {

  .rs-ad-indx-banner.sticky {}

  .rs-ad-indx-banner { width:650px !important;      height:90px; }
  .rs-ad-indx-inter  { width:480px !important; mmax-height:100px; }
  .rs-ad-sb-top      { width:220px !important;     height:252px !important; }
  .rs-ad-sb-inter    { width:220px !important; mmax-height:150px; }
  .rs-ad-sb-bottom   { width:220px !important; mmax-height:600px; }
}
@media(min-width:1025px) and (max-width:1199px) {
  .rs-ad-indx-banner { width:890px !important;      height:90px; }
  .rs-ad-indx-inter  { width:650px !important; mmax-height:100px; }
  .rs-ad-sb-top      { width:290px !important;     height:252px !important; }
  .rs-ad-sb-inter    { width:290px !important; mmax-height:150px; }
  .rs-ad-sb-bottom   { width:290px !important; mmax-height:600px; }
}
@media(min-width:1200px) {
  .rs-ad-indx-banner { width:940px !important;      height:90px; }
  .rs-ad-indx-inter  { width:700px !important; mmax-height:100px; }
  .rs-ad-sb-top      { width:305px !important;     height:252px !important; }
  .rs-ad-sb-inter    { width:305px !important; mmax-height:150px; }
  .rs-ad-sb-bottom   { width:305px !important; mmax-height:600px; }
}


@media (max-width:767px) {
/*------------------------------------------------------------------

[Table of contents]

1. Wrapper
2. Main content
3. Sidebar
4. Top navigation
5. Logo brand
6. Header main
7. Main navigation
8. Mega menu
9. Search form
10. Breaking news
11. Post slider
12. Post grid
13. Post blocks
    13.1 Post block layout 4
14. Pages
    14.1 Under construction
15. Footer navigation
16. Single post
    16.1 Share
    16.2 Post header
    16.3 Content
    16.4 Review
    16.5 Controls
    16.6 Comments

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Wrapper
-------------------------------------------------------------------*/
.cs-container {
    padding-left: 8px;
    padding-right: 8px
}
.cs-col {
    width: 100%
}

/*------------------------------------------------------------------
    2. Main content
-------------------------------------------------------------------*/
.cs-main-content,
.cs-main-content.cs-sidebar-on-the-right {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.cs-main-content.cs-sidebar-on-the-left {
    float: right;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


/*------------------------------------------------------------------
    3. Sidebar
-------------------------------------------------------------------*/
.cs-main-sidebar {
    float: left;
    width: 100%
}

/*------------------------------------------------------------------
    4. Top navigation
-------------------------------------------------------------------*/
.cs-home-top-navigation {
    display: inline-block
}
.cs-toggle-top-navigation {
    display: inline-block
}
#cs-header-meta .cs-container {
    padding-left: 0;
    padding-right: 0
}
#cs-top-navigation {
    display: none;
    clear: both;
    width: 100%
}
#cs-top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-top-navigation a {
    color: #fff
}
#cs-top-navigation .cs-top-navigation {
    background-color: #222
}
#cs-top-navigation .cs-top-navigation > li > a {
    font-size: 14px;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #333;
    color: #999;
    font-weight: 700
}
#cs-top-navigation .cs-top-navigation > li > a:hover {
    color: #fff;
    background-color: #111
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a {
    display: block;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px solid #333;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a:hover {
    color: #fff;
    background-color: #111
}
#cs-top-navigation .cs-top-navigation ul.sub-menu ul li a {
    padding-left: 45px
}
#cs-top-navigation .cs-top-navigation ul.sub-menu ul ul li a {
    padding-left: 60px
}
#cs-top-navigation .cs-top-navigation ul.sub-menu ul ul ul li a {
    padding-left: 75px
}

/*------------------------------------------------------------------
    5. Logo brand
-------------------------------------------------------------------*/
#cs-header-style-two #cs-logo-brand {
/*
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 0
*/
    display:none;
}
#cs-header-style-three #cs-logo-brand {
    float: none;
    display: inline-block;
}

/*------------------------------------------------------------------
    6. Header main
-------------------------------------------------------------------*/
#cs-header-style-one #cs-header-main {
    padding: 25px 0
}
#cs-header-main .cs-header-banner {
    display: block;
    text-align: center;
    margin-top: 20px
}
#cs-header-main .cs-header-body-table {
    display: block;
    width: 100%
}
#cs-header-main .cs-header-body-row {
    display: block;
    width: 100%
}

/*------------------------------------------------------------------
    7. Main navigation
-------------------------------------------------------------------*/
#cs-header-menu {
    background-color: #111;
}
#cs-header-menu .cs-container {
    padding-left: 0;
    padding-right: 0
}
.cs-toggle-main-navigation {
    display: block;
}
#cs-header-style-one .cs-toggle-main-navigation,
#cs-header-style-two .cs-toggle-main-navigation {
    padding-left: 15px
}
#cs-header-style-three .cs-toggle-main-navigation {
    display: inline-block;
    float: left;
    font-size: 18px;
    width: 35px;
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    margin-right: 20px
}
#cs-main-navigation {
    display: none;
    clear: both;
    width: 100%
}
#cs-main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-main-navigation a {
    color: #fff
}
#cs-main-navigation .cs-main-navigation {
    background-color: #222
}
#cs-main-navigation .cs-main-navigation > li > a {
    font-size: 14px;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #333 !important;
    color: #999;
    font-weight: 700
}
#cs-main-navigation .cs-main-navigation > li > a:hover {
    color: #fff;
    background-color: #111
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a {
    display: block;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px solid #333;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a:hover {
    color: #fff;
    background-color: #111
}
#cs-main-navigation .cs-main-navigation ul.sub-menu ul li a {
    padding-left: 45px
}
#cs-main-navigation .cs-main-navigation ul.sub-menu ul ul li a {
    padding-left: 60px
}
#cs-main-navigation .cs-main-navigation ul.sub-menu ul ul ul li a {
    padding-left: 75px
}
.cs-header-menu-is-sticky.fixed {
    position: static !important
}

/*------------------------------------------------------------------
    8. Mega menu
-------------------------------------------------------------------*/
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu {
    padding: 40px 15px 0 15px;
    border-bottom: 1px solid #333
}
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu .widget-title {
    color: #999;
    margin-bottom: 20px
}
.cs-widget_featured_post .cs-post-item .cs-post-inner {
    background-color: #222
}

/*------------------------------------------------------------------
    9. Search form
-------------------------------------------------------------------*/
#cs-header-style-one #cs-header-menu-search-button-show i,
#cs-header-style-one #cs-header-menu-search-button-hide i,
#cs-header-style-two #cs-header-menu-search-button-show i,
#cs-header-style-two #cs-header-menu-search-button-hide i,
#cs-header-style-three #cs-header-menu-search-button-show i,
#cs-header-style-three #cs-header-menu-search-button-hide i {
    color: #fff
}
#cs-header-style-one #cs-header-menu-search-form form input,
#cs-header-style-two #cs-header-menu-search-form form input,
#cs-header-style-three #cs-header-menu-search-form form input {
    background-color: #333
}

/*------------------------------------------------------------------
    10. Breaking news
-------------------------------------------------------------------*/
#cs-breaking-news {
    display: none;
}

/*------------------------------------------------------------------
    11. Post slider
-------------------------------------------------------------------*/
.cs-post-slider-layout .cs-post-item .cs-post-inner h3,
.cs-col-4-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3,
.cs-col-6-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3,
.cs-col-8-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3,
.cs-col-12-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 16px;
    line-height: 22px
}
.cs-col-4-of-12 > .cs-post-slider .cs-post-category,
.cs-col-6-of-12 > .cs-post-slider .cs-post-category {
    display: block;
}
.cs-post-slider-layout .cs-post-item .cs-post-inner {
    padding: 0 15px 15px 15px
}
/* Thumbnail slider */
.cs-thumbnail-slider .cs-post-item .cs-post-thumb .cs-post-border {
    display: none;
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner {
    padding: 10px
}
.cs-thumbnail-slider .cs-post-item .cs-post-inner h3 {
    font-size: 16px;
    line-height: 24px
}

/*------------------------------------------------------------------
    12. Post grid
-------------------------------------------------------------------*/
.cs-post-grid-layout .cs-post-item.cs-width-50,
.cs-post-grid-layout .cs-post-item.cs-width-33 {
    white-space: normal;
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0 0 2px 0
}
.cs-post-grid-layout .cs-post-item .cs-post-inner h3 {
    font-size: 16px;
    line-height: 22px
}
.cs-post-grid-layout {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

/*------------------------------------------------------------------
    13. Post blocks
-------------------------------------------------------------------*/
/* Title */
.cs-post-block-title p {
    display: none;
}

/* Block overlay posts */
.cs-post-block-overlay.cs-count-2 .cs-post-item,
.cs-post-block-overlay.cs-count-3 .cs-post-item,
.cs-post-block-overlay.cs-count-4 .cs-post-item {
    width: 100%;
    padding: 0;
    margin: 0 0 1px 0
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle h3 {
    font-size: 14px;
    line-height: 20px
}

/*------------------------------------------------------------------
    13.1 Post block layout 4
-------------------------------------------------------------------*/
.cs-post-block-layout-4 .cs-post-item .cs-post-thumb {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}
.cs-post-block-layout-4 .cs-post-item .cs-post-inner {
    overflow: visible
}
.cs-post-block-layout-4 .cs-post-item .cs-post-inner h3 {
    margin-bottom: 5px
}

/*------------------------------------------------------------------
    14. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    14.1 Under construction
-------------------------------------------------------------------*/
.cs-countdown-block {
    margin: 0 10px 20px 10px
}
.cs-countdown-number {
    font-size: 30px;
    line-height: 10px
}
.cs-countdown-label {
    font-size: 12px;
    letter-spacing: 1px
}

/*------------------------------------------------------------------
    15. Footer navigation
-------------------------------------------------------------------*/
#cs-footer-menu {
    background-color: #111;
}
#cs-footer-navigation {
    display: none;
    clear: both;
    width: 100%
}
#cs-footer-menu .cs-container {
    padding-left: 0;
    padding-right: 0
}
.cs-toggle-footer-navigation {
    display: block;
    padding-left: 15px
}
#cs-footer-navigation .cs-footer-navigation {
 background-color: #222

}
#cs-footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#cs-footer-navigation .cs-footer-navigation > li > a {
    font-size: 14px;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #333 !important;
    color: #999;
    font-weight: 700
}
#cs-footer-navigation .cs-footer-navigation > li > a:hover {
    color: #fff;
    background-color: #111
}


/*------------------------------------------------------------------
    16. Single post
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    16.1 Share
-------------------------------------------------------------------*/
.cs-main-content.cs-sidebar-on-the-right .cs-single-post-share {
    float: none;
    width: 100%;
}
.cs-main-content.cs-sidebar-on-the-left .cs-single-post-share {
    float: none;
    width: 100%;
}

.cs-single-post-share a {
    float: left;
    margin-bottom: 0;
    margin-right: 0.3%;
    width: 16.00%
}
.cs-single-post-share span {
    float: left;
    margin-bottom: 0;
    margin-right: 0.3%;
    width: 12.00%
}

.cs-main-content.cs-sidebar-on-the-right .cs-single-post-share-container {
   float: none;
}
.cs-main-content.cs-sidebar-on-the-left .cs-single-post-share-container {
   float: none;
}

.rs-rateinfo  {
    float: left;
    width: 12%;
    margin-right:.3%;
}

.rs-rateinfo a {
    float: none;
    width: 100%;
    cursor: not-allowed;
}
.rs-rateinfo span {
    float: none;
    width: initial;
    min-width: 24px;
}


/*------------------------------------------------------------------
    16.2 Post header
-------------------------------------------------------------------*/
.cs-main-content.cs-sidebar-on-the-right  .cs-post-single-title {
    margin-left: 0
}

.cs-main-content.cs-sidebar-on-the-left  .cs-post-single-title {
    margin-right: 0
}

.cs-post-single-title {
    margin-left: 0
}
.cs-post-single-title h1 {
    font-size: 22px;
    line-height: 32px;
}

/*------------------------------------------------------------------
    16.3 Content
-------------------------------------------------------------------*/
.cs-single-post-content {
    overflow: visible
}

/*------------------------------------------------------------------
    16.4 Review
-------------------------------------------------------------------*/
.cs-single-post-review {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 40px
}
.cs-single-post-review .cs-final-score {
    float: none;
    width: 100%;
    margin-right: 0
}

/*------------------------------------------------------------------
    16.5 Controls
-------------------------------------------------------------------*/
.cs-single-post-controls a {
    font-size: 13px;
    line-height: 21px
}

/*------------------------------------------------------------------
    16.6 Comments
-------------------------------------------------------------------*/
.cs-comment-list .cs-comment .cs-children {
    margin: 15px 0 0 0
}
.cs-comment-author .cs-avatar,
.cs-comment .cs-children .cs-comment .cs-avatar {
    width: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.cs-comment .cs-children .cs-comment .cs-comment-content {
    margin-left: 70px
}

}
@media (min-width:768px) and (max-width:1024px) {
/*------------------------------------------------------------------

[Table of contents]

1. Wrapper
2. Top navigation
3. Main navigation
5. Post slider
6. Post blocks
    6.1 Post block layout 2
    6.2 Post block layout 3
7. Pages
    7.1 Under construction
8. Footer menu

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper.boxed {
	width: 780px
}
.cs-container {
	width: 730px
}
.cs-col {
    float: left
}

/*------------------------------------------------------------------
    2. Top navigation
-------------------------------------------------------------------*/
#cs-top-navigation {
    display: block !important;
    float: left
}
#cs-top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-top-navigation .cs-top-navigation {
    position: relative
}
#cs-top-navigation .cs-top-navigation > li {
    float: left;
    display: block
}
#cs-top-navigation .cs-top-navigation > li > a {
    padding: 0px 7px;
    line-height: 28px;
    position: relative;
    display: block;
    color: #fff
}
#cs-top-navigation .cs-top-navigation > li > a span:after {
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0d7";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a span:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0da";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 220px;
    background-color: #333
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li {
    position: relative;
    border-bottom: 1px solid #444
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li:last-child {
    border-bottom: 0
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a {
    display: block;
    padding: 4px 7px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li:hover > a {
    background-color: #222;
    color: #fff
}
#cs-top-navigation .cs-top-navigation li:hover > ul.sub-menu {
    display: block
}
#cs-top-navigation .cs-top-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

/*------------------------------------------------------------------
    3. Main navigation
-------------------------------------------------------------------*/
#cs-header-style-one #cs-header-menu {
    background-color: #fff
}
#cs-header-style-two #cs-header-menu {
    background-color: #222
}
#cs-header-style-three #cs-header-menu {
    background-color: #222;
    margin-bottom: 25px
}
.cs-toggle-main-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #222;
    text-align: center;
}
#cs-header-style-one #cs-main-navigation {
    display: table !important;
    margin: 0 auto
}
#cs-header-style-two #cs-main-navigation {
    display: table !important
}
#cs-header-style-three #cs-main-navigation {
    display: block !important;
    float: right;
    margin-right: 55px
}
#cs-main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-main-navigation .cs-main-navigation > li {
    display: inline-block;
}
#cs-main-navigation .cs-main-navigation > li > a {
    padding: 0px 7px;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid; 
    border-bottom-color: transparent;
    font-size: 12px
}
#cs-header-style-one #cs-main-navigation .cs-main-navigation > li > a {
    color: #222
}
#cs-header-style-two #cs-main-navigation .cs-main-navigation > li > a {
    color: #fff
}
#cs-header-style-three #cs-main-navigation .cs-main-navigation > li > a {
    color: #fff;
    line-height: 67px
}
#cs-main-navigation .cs-main-navigation > li > a span:after {
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0d7";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a span:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0da";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 220px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1)
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li {
    position: relative;
    border-top: 1px solid #ddd
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li:first-child {
    border-top: 0
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a {
    display: block;
    padding: 4px 7px;
    color: #999;
    font-size: 12px
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li:hover > a {
    background-color: #eee;
    color: #222
}
#cs-main-navigation .cs-main-navigation li:hover > ul.sub-menu {
    display: block
}
#cs-main-navigation .cs-main-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

/*------------------------------------------------------------------
    4. Mega menu
-------------------------------------------------------------------*/
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu {
    display: none;
    position: absolute;
    z-index: 2;
    height: auto;
    width: 730px;
    left: 0 !important;
    padding: 40px 40px 0 40px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
#cs-main-navigation .cs-main-navigation li:hover > ul.cs-mega-menu {
    display: block
}

/*------------------------------------------------------------------
    5. Post slider
-------------------------------------------------------------------*/
.cs-col-4-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 12px;
    line-height: 18px
}
.cs-col-6-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 14px;
    line-height: 20px
}
.cs-col-8-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 22px;
    line-height: 28px
}
.cs-col-12-of-12 > .cs-post-slider-layout .cs-post-item .cs-post-inner h3 {
    font-size: 28px;
    line-height: 34px
}

/*------------------------------------------------------------------
    6. Post blocks
-------------------------------------------------------------------*/
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-solid,
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-category-border {
    margin-bottom: 0
}
.cs-post-block-overlay.swiper-container .cs-post-item .cs-post-inner .cs-align-middle h3,
.cs-post-block-overlay.cs-count-4 .cs-post-item .cs-post-inner .cs-align-middle h3 {
    font-size: 12px;
    line-height: 18px
}
.cs-post-block-overlay.cs-count-2 .cs-post-item .cs-post-inner .cs-align-middle h3,
.cs-post-block-overlay.cs-count-3 .cs-post-item .cs-post-inner .cs-align-middle h3 {
    font-size: 16px;
    line-height: 22px
}
.cs-post-block-overlay .cs-post-item .cs-post-inner .cs-align-middle .cs-post-meta {
    display: none
}

/*------------------------------------------------------------------
    6.1 Post block layout 2
-------------------------------------------------------------------*/
.cs-post-block-layout-2 .cs-post-item .cs-post-thumb {
    width: 80px;
    margin-right: 10px
}
.cs-post-block-layout-2 .cs-post-item .cs-post-inner h3 {
    font-size: 12px;
    line-height: 18px
}

/*------------------------------------------------------------------
    6.2 Post block layout 3
-------------------------------------------------------------------*/
.cs-post-block-layout-3 .cs-post-item .cs-post-inner h3 {
    font-size: 16px;
    line-height: 22px
}

/*------------------------------------------------------------------
    7. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    7.1 Under construction
-------------------------------------------------------------------*/
.cs-countdown-block {
    margin: 0 10px
}
.cs-countdown-number {
    font-size: 40px;
    line-height: 20px
}

/*------------------------------------------------------------------
    8. Footer menu
-------------------------------------------------------------------*/
#cs-footer-navigation {
    display: table !important;
    margin: 0 auto
}
#cs-footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-footer-navigation .cs-footer-navigation > li {
    display: inline-block;
}
#cs-footer-navigation .cs-footer-navigation > li > a {
    padding: 0px 7px;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-size: 12px
}
}
@media (min-width:1025px) and (max-width:1199px) {
/*------------------------------------------------------------------

[Table of contents]

1. Wrapper
2. Top navigation
3. Main navigation
4. Mega menu
5. Pages
    5.1 Under construction
6. Footer menu

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper.boxed {
	width: 1020px
}
.cs-container {
	width: 970px
}
.cs-col {
    float: left
}

/*------------------------------------------------------------------
    2. Top navigation
-------------------------------------------------------------------*/
#cs-top-navigation {
    display: block !important;
    float: left
}
#cs-top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-top-navigation .cs-top-navigation {
    position: relative
}
#cs-top-navigation .cs-top-navigation > li {
    float: left;
    display: block
}
#cs-top-navigation .cs-top-navigation > li > a {
    padding: 0px 7px;
    line-height: 28px;
    position: relative;
    display: block;
    color: #fff
}
#cs-top-navigation .cs-top-navigation > li > a span:after {
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0d7";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a span:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0da";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 220px;
    background-color: #333
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li {
    position: relative;
    border-bottom: 1px solid #444
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li:last-child {
    border-bottom: 0
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a {
    display: block;
    padding: 4px 7px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li:hover > a {
    background-color: #222;
    color: #fff
}
#cs-top-navigation .cs-top-navigation li:hover > ul.sub-menu {
    display: block
}
#cs-top-navigation .cs-top-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

/*------------------------------------------------------------------
    3. Main navigation
-------------------------------------------------------------------*/
#cs-header-style-one #cs-header-menu {
    background-color: #fff
}
#cs-header-style-two #cs-header-menu {
    background-color: #222
}
#cs-header-style-three #cs-header-menu {
    background-color: #222;
    margin-bottom: 25px
}
.cs-toggle-main-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #222;
    text-align: center;
}
#cs-header-style-one #cs-main-navigation {
    display: table !important;
    margin: 0 auto
}
#cs-header-style-two #cs-main-navigation {
    display: table !important
}
#cs-header-style-three #cs-main-navigation {
    display: block !important;
    float: right;
    margin-right: 55px
}
#cs-main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-main-navigation .cs-main-navigation > li {
    display: inline-block;
}
#cs-main-navigation .cs-main-navigation > li > a {
    padding: 0px 14px;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid; 
    border-bottom-color: transparent;
}
#cs-header-style-one #cs-main-navigation .cs-main-navigation > li > a {
    color: #222
}
#cs-header-style-two #cs-main-navigation .cs-main-navigation > li > a {
    color: #fff
}
#cs-header-style-three #cs-main-navigation .cs-main-navigation > li > a {
    color: #fff;
    line-height: 67px
}
#cs-main-navigation .cs-main-navigation > li > a span:after {
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0d7";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a span:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0da";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 220px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1)
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li {
    position: relative;
    border-top: 1px solid #ddd
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li:first-child {
    border-top: 0
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a {
    display: block;
    padding: 6px 14px;
    color: #999;
    font-size: 13px
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li:hover > a {
    background-color: #eee;
    color: #222
}
#cs-main-navigation .cs-main-navigation li:hover > ul.sub-menu {
    display: block
}
#cs-main-navigation .cs-main-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

/*------------------------------------------------------------------
    4. Mega menu
-------------------------------------------------------------------*/
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu {
    display: none;
    position: absolute;
    z-index: 2;
    height: auto;
    width: 970px;
    left: 0 !important;
    padding: 40px 40px 0 40px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
#cs-main-navigation .cs-main-navigation li:hover > ul.cs-mega-menu {
    display: block
}
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu .widget {
    width: 33.33%;
    float: left;
    padding-right: 20px;
}
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu .widget:last-child {
    padding-right: 0
}

/*------------------------------------------------------------------
    5. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    5.1 Under construction
-------------------------------------------------------------------*/
.cs-countdown-block {
    margin: 0 20px
}
.cs-countdown-number {
    font-size: 60px;
    line-height: 40px
}

/*------------------------------------------------------------------
    6. Footer menu
-------------------------------------------------------------------*/
#cs-footer-navigation {
    display: table !important;
    margin: 0 auto
}
#cs-footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-footer-navigation .cs-footer-navigation > li {
    display: inline-block;
}
#cs-footer-navigation .cs-footer-navigation > li > a {
    padding: 0px 14px;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #222
}
}
@media (min-width:1200px) {
/*------------------------------------------------------------------

[Table of contents]

1. Wrapper
2. Top navigation
3. Main navigation
4. Mega menu
5. Footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper.boxed {
	width: 1084px
}
.cs-container {
	width: 1024px
}
.cs-col {
    float: left
}

/*------------------------------------------------------------------
    2. Top navigation
-------------------------------------------------------------------*/
#cs-top-navigation {
    display: block !important;
    float: left
}
#cs-top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-top-navigation .cs-top-navigation {
    position: relative
}
#cs-top-navigation .cs-top-navigation > li {
    float: left;
    display: block
}
#cs-top-navigation .cs-top-navigation > li > a {
    padding: 0px 7px;
    line-height: 28px;
    position: relative;
    display: block;
    color: #fff
}
#cs-top-navigation .cs-top-navigation > li > a span:after {
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0d7";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a span:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0da";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 220px;
    background-color: #333
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li {
    position: relative;
    border-bottom: 1px solid #444
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li:last-child {
    border-bottom: 0
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li a {
    display: block;
    padding: 4px 7px;
    color: #999
}
#cs-top-navigation .cs-top-navigation ul.sub-menu li:hover > a {
    background-color: #222;
    color: #fff
}
#cs-top-navigation .cs-top-navigation li:hover > ul.sub-menu {
    display: block
}
#cs-top-navigation .cs-top-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

/*------------------------------------------------------------------
    3. Main navigation
-------------------------------------------------------------------*/
#cs-header-style-one #cs-header-menu {
    background-color: #fff
}
#cs-header-style-two #cs-header-menu {
    background-color: #333
}
#cs-header-style-three #cs-header-menu {
    background-color: #222;
    margin-bottom: 25px
}
.cs-toggle-main-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #222;
    text-align: center;
}
#cs-header-style-one #cs-main-navigation {
    display: table !important;
    margin: 0 auto
}
#cs-header-style-two #cs-main-navigation {
    display: table !important
}
#cs-header-style-three #cs-main-navigation {
    display: block !important;
    float: right;
    margin-right: 55px
}
#cs-main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-main-navigation .cs-main-navigation > li {
    display: inline-block;
}
#cs-main-navigation .cs-main-navigation > li > a {
    padding: 0px 14px;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid; 
    border-bottom-color: transparent;
}
#cs-header-style-one #cs-main-navigation .cs-main-navigation > li > a {
    color: #222
}
#cs-header-style-two #cs-main-navigation .cs-main-navigation > li > a {
    color: #fff
}
#cs-header-style-three #cs-main-navigation .cs-main-navigation > li > a {
    color: #fff;
    line-height: 67px
}
#cs-main-navigation .cs-main-navigation > li > a span:after {
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0d7";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a span:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: "FontAwesome";
    content: "\f0da";
    padding-left: 5px;
    font-size: 10px;
    color: #999
}
#cs-main-navigation .cs-main-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 220px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1)
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li {
    position: relative;
    border-top: 1px solid #ddd
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li:first-child {
    border-top: 0
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li a {
    display: block;
    padding: 6px 14px;
    color: #999;
    font-size: 13px
}
#cs-main-navigation .cs-main-navigation ul.sub-menu li:hover > a {
    background-color: #eee;
    color: #222
}
#cs-main-navigation .cs-main-navigation li:hover > ul.sub-menu {
    display: block
}
#cs-main-navigation .cs-main-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

/*------------------------------------------------------------------
    4. Mega menu
-------------------------------------------------------------------*/
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu {
    display: none;
    position: absolute;
    z-index: 2;
    height: auto;
    width: 1024px;
    left: 0 !important;
    padding: 40px 40px 0 40px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
#cs-main-navigation .cs-main-navigation li:hover > ul.cs-mega-menu {
    display: block
}
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu .widget {
    width: 33.33%;
    float: left;
    padding-right: 20px;
}
#cs-main-navigation .cs-main-navigation ul.cs-mega-menu .widget:last-child {
    padding-right: 0
}

/*------------------------------------------------------------------
    5. Footer menu
-------------------------------------------------------------------*/
#cs-footer-navigation {
    display: table !important;
    margin: 0 auto
}
#cs-footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#cs-footer-navigation .cs-footer-navigation > li {
    display: inline-block;
}
#cs-footer-navigation .cs-footer-navigation > li > a {
    padding: 0px 14px;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #222
}

}

/*
     FILE ARCHIVED ON 21:15:30 Oct 14, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:15:16 Oct 16, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 1057.182
  exclusion.robots.policy: 1057.163
  load_resource: 194.391
  CDXLines.iter: 23.606 (3)
  LoadShardBlock: 719.45 (3)
  PetaboxLoader3.datanode: 555.497 (4)
  captures_list: 1934.74
  xauthn.chkprivs: 654.925
  xauthn.identify: 401.921
  PetaboxLoader3.resolve: 150.44
  esindex: 0.015
  RedisCDXSource: 128.309
*/