
html,
body {
    height: 100%;
}
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-clearfix:before,
.cs-clearfix:after,
.cs-row:before,
.cs-row:after {
    content: " ";
    display: table
}
.cs-container:after,
.cs-clearfix:after,
.cs-row:after {
    clear: both
}

/*------------------------------------------------------------------
    2. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper {
    background-color: #fff
}
#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;
    float: left;
}
.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: #222
}
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
}
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
}
.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;
    margin-bottom: 0 !important
}
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:before,
ul.page-numbers:after {
    content: " ";
    display: table
}
ul.page-numbers:after {
    clear: both
}
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 10px 0;
    overflow: hidden;
}
body.single-post ul.breadcrumb {
    margin-left: 60px
}
body.single-post .cs-single-post-no-share-buttons ul.breadcrumb {
    margin-left: 0
}
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 {}



/*------------------------------------------------------------------
    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
}

/*------------------------------------------------------------------
    5. Header
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    5.1 Header meta
-------------------------------------------------------------------*/
#cs-header-meta {
    background-color: #222;
    color: #fff;
    font-size: 12px
}
.cs-toggle-top-navigation {
    font-size: 18px;
    cursor: pointer;
    display: none;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #222
}
#cs-header-menu.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    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;
}
body.admin-bar #cs-header-menu.fixed {
    margin-top: 32px
}

/*------------------------------------------------------------------
    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-logo-brand h1 {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0
}
#cs-logo-brand h1 a {
    color: #222
}
#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: 20px
}
#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-header-style-three #cs-logo-brand h1 {
    line-height: 70px
}
#cs-header-style-three #cs-logo-brand h1 a {
    color: #fff
}
#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: 25px 0
}

#cs-header-style-one #cs-header-main .cs-header-banner {
    display: block;
    text-align: center;
    margin: 25px auto 0 auto
}
#cs-header-style-two #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;
}

/*------------------------------------------------------------------
    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
}

/*------------------------------------------------------------------
    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('fonts/Fontello/fontello.eot?60330078');
    src: url('fonts/Fontello/fontello.eot?60330078#iefix') format('embedded-opentype'), url('../fonts/Fontello/fontello.woff?60330078') format('woff'), url('../fonts/Fontello/fontello.ttf?60330078') format('truetype'), url('../fonts/Fontello/fontello.svg?60330078#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.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;
    margin-bottom: 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;
    margin-bottom: 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 !important;
    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: 26px;
    line-height: 34px
}
.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;
    margin-left: -10px
}
.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 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 .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;
}

/* Auto Height */
.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;
}

/* 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);
    }
}

/*------------------------------------------------------------------
    6.5 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%;
}
#cs-wrapper > .cs-main-content:last-child {
    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%
}#cs-wrapper > .cs-main-sidebar:last-child {
     margin-bottom: 40px
 }


/*------------------------------------------------------------------
    9.1 Widget global
-------------------------------------------------------------------*/
.widget {
    margin-bottom: 40px;
    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
}
.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.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-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;
    padding: 5px;
    margin: 8px;
    display: block;
    float: left;
    width: 135px
}
.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-bottom: 25px
}
.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;
    margin-left: -10px;
    position: relative;
}
.cs-main-content .cs-post-block-overlay {
    margin-left: 0
}
.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,
.cs-gallery-category-grid .cs-gallery-item .cs-post-thumb .cs-post-category-solid {
    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
-------------------------------------------------------------------*/
.google_map {
    margin-bottom: 20px;
}
.google_map iframe {
    width: 100%
}
.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
}

/*------------------------------------------------------------------
    12.4 Contact form
-------------------------------------------------------------------*/
.cs-gallery-category-nav {}
.cs-gallery-category-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    overflow: hidden;
}
.cs-gallery-category-nav ul li {
    float: left;
}
.cs-gallery-category-nav ul li a {
    font-size: 12px;
    padding: 4px 12px;
    display: block;
    color: #666;
    background-color: #eee;
    margin-right: 2px;
    margin-bottom: 2px
}
.cs-gallery-category-nav ul li.active a {
    color: #fff !important;
    background-color: #222 !important
}
.cs-gallery-category-nav ul li a:hover {
    color: #222;
    background-color: #e1e1e1
}

.cs-gallery-category-grid {
    margin-bottom: 40px
}
.cs-gallery-category-grid .cs-post-item {
    margin-bottom: 40px
}
.cs-gallery-category-grid .cs-post-item .cs-photo-count {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    padding: 4px 14px;
    font-size: 13px
}
.cs-gallery-category-grid .cs-post-item .cs-post-thumb {
    margin-bottom: 10px;
    overflow: hidden;
}
.cs-gallery-category-grid .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-gallery-category-grid .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-gallery-single .cs-thumbnail-slider .cs-gallery-top .cs-post-item .cs-post-thumb:before {
    display: none;
}
.cs-gallery-single {
    margin-bottom: 40px
}


/*------------------------------------------------------------------
    Subtitles
-------------------------------------------------------------------*/
.cs-heading-subtitle {
    width: 100%;
    display: block;
    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-single-post-share {
    float: left;
    width: 60px;
    margin-bottom: 15px;
}
.cs-single-post-share a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 2px
}
.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-post-single-title {
    margin-bottom: 20px;
    margin-left: 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-no-share-buttons .cs-single-post-content {
    padding-left: 60px
}
.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 {
    overflow: hidden;
}
.cs-single-post-tags span {
    background-color: #ddd;
    float: left;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 5px;
    margin-right: 5px
}
.cs-single-post-tags a {
    color: #666;
    display: block;
    float: left;
    margin-right: 5px
}
.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
-------------------------------------------------------------------*/
.no_comments {
    text-align: center;
}
.no_comments i {
    font-size: 24px;
    color: #ddd
}
.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 ul.children {
    margin: 15px 0 0 70px;
    padding: 15px 0 0 0;
    list-style: none;
    border-top: 1px solid #eee
}
.cs-comment ul.children .cs-comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.cs-comment ul.children .cs-comment img.avatar {
    width: 35px
}
.cs-comment ul.children .cs-comment .cs-comment-content {
    margin-left: 55px
}
.cs-comment-list .cs-comment:first-child {
    border-top: 0
}
.cs-comment-author img.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
}

/*------------------------------------------------------------------
    13.8 Author box
-------------------------------------------------------------------*/
.author_box {
    overflow: hidden;
    margin-bottom: 30px
}
.author_box img {
    width: 80px;
    float: left;
    margin: 0 20px 0 0
}
.author_box .description {
    overflow: hidden
}
.author_box .description a.bio {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    color: #222
}
.author_box .description p {
    margin: 0 0 5px 0
}
.author_box .description a.view_all {
    text-decoration: underline
}
.author_box .posts {
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 5px;
    vertical-align: 2px;
    text-transform: uppercase

}
.author_box ul.social_icons {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0
}
.author_box ul.social_icons li {
    float: left;
    font-size: 14px;
    margin-right: 5px
}
.author_box ul.social_icons li a {
    display: block;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    color: #999
}
.author_box ul.social_icons li a:hover {
    color: #222
}

/*------------------------------------------------------------------
    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
}

