/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/
@Date:   04/1/2017

[Table of contents]

1. Body
2. Wrapper
3. Shortcodes
    3.1 Typography
    3.2 Columns
    3.3 Blockquotes
    3.4 Pullquotes
    3.5 Dropcap
    3.6 Buttons
    3.7 Alerts
    3.8 Forms
4. Sidebar
    4.1 Widget - search
    4.2 Widget - recent entries
    4.3 Widget - calendar
    4.4 Widget - tags
    4.5 Widget - popular posts
    4.6 Widget - banner 300x250
    4.7 Widget - email subscribe
    4.8 Widget - post list
    4.9 Widget - comments
    4.10 Widget - social icons
    4.11 Widget - trending posts
5. Off-canvas wrap
    5.1 Off-canvas nav
    5.2 Off-canvas search
    5.3 Off-canvas logo
    5.4 Off-canvas cart
    5.5 Off-canvas top nav
    5.6 Off-canvas social
    5.7 Toggle nav
6. Header
    6.1 Header top
    6.2 Header cart
    6.3 Header top menu
    6.4 Header middle
    6.5 Header social
    6.6 Header logo
    6.7 Header search
    6.8 Header main
7. Main carousel
8. Posts
    8.1 Global
    8.2 Classic style
    8.3 List style
    8.4 Grid style 2 columns
    8.5 Grid style 3 columns
9. Single post
    9.1 Related articles
    9.2 Post controls
    9.3 Post content
    9.4 Comments and respond
10. Pages
    10.1 Page title
    10.2 Advertsiement
    10.3 Section title
    10.4 Author page
    10.5 404 Error
11. Instagram
12. Footer
13. Shop
    13.1 Shop category
    13.2 Shop single
14. Responsive rules

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body,
html {
    position: relative;
}
body {
    background-color: #fff;
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
*,
*: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 {

  width: 100%;
  background-color: #fff;
}



.cs-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;

}
.cs-main-content {
    width: 100%;
    margin-bottom: 40px
}
.cs-main-content:before,
.cs-main-content:after {
    content: " ";
    display: table
}
.cs-main-content:after {
    clear: both
}
.cs-main-content.cs-sidebar-on-the-right {
    float: left;
    width: 73.5%;
    padding-right: 4.5%
}
.cs-main-content.cs-sidebar-on-the-left {
    float: right;
    width: 73.5%;
    padding-left: 4.5%
}
.cs-main-content.cs-full-width {
    width: 100%
}

/*------------------------------------------------------------------
    3. Shortcoodes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    3.1 Typography
-------------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: 0;
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
a:hover {
    text-decoration: none;
    color: #99b536
}
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: #000;
    font-weight: 700;
    margin: 0 0 20px 0
}
h1 {
    font-size: 30px;
    line-height: 38px
}
h2 {
    font-size: 26px;
    line-height: 34px
}
h3 {
    font-size: 22px;
    line-height: 30px
}
h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px
}
h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}
h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}
p {
    margin: 0 0 20px 0
}
hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: 0;
    height: 0;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.h3-guide {
    font-size: 35px;
    line-height: 40px;
    color: #97bf0d;
    font-family: 'Righteous', cursive;
    letter-spacing: 0.1em;
    word-spacing: 0.5em;
}

.text_left {
    text-align: left
}
.text_right {
    text-align: right
}
.text_center {
    text-align: center
}
.text_justify {
    text-align: justify
}
.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: 13px;
    color: #555;
    padding: 6px 0 2px 0
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 13px;
    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: 13px;
    color: #fff;
    background-color: #000
}
code {
    padding: 2px 4px;
    font-size: 13px;
    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: 40px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd
}
table thead {
    background-color: #eee;
    color: #000
}
table tr:nth-child(even) {
    background-color: #f9f9f9
}
th,
td {
    text-align: left;
    padding: 8px;
    vertical-align: bottom;
    border: 1px solid #ddd
}
ul.page-numbers {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    clear: both;
}
ul.page-numbers:before,
ul.page-numbers:after {
    content: " ";
    display: table
}
ul.page-numbers:after {
    clear: both
}
ul.page-numbers li {
    display: block;
    float: left;
    margin-right: 3px;
    margin-left: 3px
}
ul.page-numbers li span,
ul.page-numbers li a {
    display: block;
    padding: 10px 14px;
    line-height: 1;
    background-color: #eee;;
    color: #888;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
ul.page-numbers li span.current {
    color: #fff
}

/*------------------------------------------------------------------
    3.2 Columns
-------------------------------------------------------------------*/
.cs-row {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
[class *= "cs-col"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.cs-col-1 {
    width: 8.33333333%
}
.cs-col-2 {
    width: 16.66666667%
}
.cs-col-3 {
    width: 25%
}
.cs-col-4 {
    width: 33.33333333%
}
.cs-col-5 {
    width: 41.66666667%
}
.cs-col-6 {
    width: 50%
}
.cs-col-7 {
    width: 58.33333333%
}
.cs-col-8 {
    width: 66.66666667%
}
.cs-col-9 {
    width: 75%
}
.cs-col-10 {
    width: 83.33333333%
}
.cs-col-11 {
    width: 91.66666667%
}
.cs-col-12 {
    width: 100%
}

/*------------------------------------------------------------------
    3.3 Blockquotes
-------------------------------------------------------------------*/
blockquote {
    padding: 10px 0 10px 30px;
    margin: 20px 0 40px 0;
    border-left-width: 5px;
    border-left-style: solid;
}
blockquote p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000
}
blockquote footer {
    display: block;
    font-size: 14px;
    color: #000
}

/*------------------------------------------------------------------
    3.4 Pullquotes
-------------------------------------------------------------------*/
.pullquotes {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    z-index: 1;
    color: #000
}
.pullquotes.left {
    float: left;
    width: 40%;
    margin: 10px 40px 20px 0;
}
.pullquotes.center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    clear: both
}
.pullquotes.right {
    float: right;
    text-align: right;
    width: 40%;
    margin: 10px 0 20px 40px
}

/*------------------------------------------------------------------
    3.5 Dropcap
-------------------------------------------------------------------*/
.cs-dropcap:first-letter {
    float: left;
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin: 0 25px 0 15px;
    font-weight: 400;
    color: #000
}

/*------------------------------------------------------------------
    3.6 Buttons
-------------------------------------------------------------------*/
.cs-btn {
    display: inline-block;
    padding: 8px 13px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-btn.cs-btn-small {
    padding: 6px 10px;
    font-size: 12px
}
.cs-btn.cs-btn-large {
    padding: 8px 20px;
    font-size: 18px
}
.cs-btn.cs-btn-extralarge {
    padding: 16px 32px;
    font-size: 24px
}
.cs-btn.cs-btn-expand {
    width: 100%;
    display: block
}
.cs-btn.cs-btn-expand + .cs-btn.cs-btn-expand {
    margin-top: 5px
}
.cs-btn.cs-btn-white {
    background-color: #f5f5f5;
    color: #333
}
.cs-btn.cs-btn-white:hover {
    color: #000;
    background-color: #eee
}
.cs-btn.cs-btn-black {
    background-color: #222
}
.cs-btn.cs-btn-red {
    background-color: #683c17
}
.cs-btn.cs-btn-green {
    background-color: #71a866
}
.cs-btn.cs-btn-tirquese {
    background-color: #7fccbc
}
.cs-btn.cs-btn-blue {
    background-color: #508fd1
}
.cs-btn.cs-btn-pink {
    background-color: #9d5fac
}
.cs-btn.cs-btn-orange {
    background-color: #c47839
} 
.cs-btn.cs-btn-grey {
    background-color: #b1b0a7
}
.cs-btn.cs-btn-with-icon {
    padding-left: 44px
}
.cs-btn.cs-btn-small.cs-btn-with-icon {
    padding-left: 34px
}
.cs-btn.cs-btn-large.cs-btn-with-icon {
    padding-left: 58px
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon {
    padding-left: 86px
}
.cs-btn.cs-btn-with-icon i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center
}
.cs-btn.cs-btn-with-icon i {
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #000;
    background-color: rgba(0,0,0,0.2)
}
.cs-btn.cs-btn-small.cs-btn-with-icon i {
    width: 26px;
    line-height: 26px;
    font-size: 10px;
}
.cs-btn.cs-btn-large.cs-btn-with-icon i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon i {
    width: 54px;
    line-height: 54px;
    font-size: 20px;
}
.cs-btn:hover {
    background-color: #000;
    color: #fff;
}

/*------------------------------------------------------------------
    3.7 Alerts
-------------------------------------------------------------------*/
.cs-alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff
}
.cs-alert p {
    overflow: hidden;
    margin: 2px 0 0 30px
}
.cs-alert i {
    position: absolute;
    left: 20px;
    top: 20px
}
.cs-alert.cs-alert-green {
    background-color: #EBF6E0;
    color: #5f9025
}
.cs-alert.cs-alert-blue {
    background-color: #E9F7FE;
    color: #5091b2
}
.cs-alert.cs-alert-red {
    background-color: #ffe9e9;
    color: #de5959
}
.cs-alert.cs-alert-yellow {
    background-color: #FBFADD;
    color: #8f872e
}

/*------------------------------------------------------------------
    3.8 Forms
-------------------------------------------------------------------*/
form {
    position: relative;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit
}
textarea {
    width: 100%;
    min-height: 180px
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    color: #000
}
label input[type="checkbox"],
label input[type="radio"] {
    float: left;
    margin-top: 4px;
    margin-right: 8px
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="phone"],
input[type="number"],
input[type="email"],
input[type="datetime"],
input[type="search"],
input[type="tel"],
textarea,
select {
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    color: #555;
    margin: 0;
    max-width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #000;
    border: 1px solid #999
}

/*------------------------------------------------------------------
    3.9 Accordions
-------------------------------------------------------------------*/
.cs-accordion-group {
    margin-bottom: 40px
}
.cs-accordion-group .cs-accordion-title {
    color: #000;
    outline: none;
    cursor: pointer;
    padding: 10px;
    padding-left: 55px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #eee
}
.cs-accordion-group .cs-accordion-title:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 13px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-accordion-group .cs-accordion-title.ui-state-active:after {
    font-family: 'FontAwesome';
    content: "\f107";
}
.cs-accordion-group .cs-accordion-panel {
    padding: 20px 0;
}
.cs-accordion-group .cs-accordion-panel + .cs-accordion-title {
    margin-top: -1px
}
.cs-accordion-group .cs-accordion-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    3.10 Tabs
-------------------------------------------------------------------*/
.cs-tab-group {
    margin-bottom: 40px
}
.cs-tab-group .ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}
.cs-tab-group .ui-tabs-nav li {
    float: left;
}
.cs-tab-group .ui-tabs-nav li a {
    outline: none;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}
.cs-tab-group .ui-tabs-panel {
    margin-top: -1px;
    padding: 20px 0 0 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #eee
}
.cs-tab-group .ui-tabs-panel p:last-child {
    margin: 0
}
.cs-tab-group .ui-tabs-nav li.ui-tabs-active a,
.cs-tab-group .ui-tabs-nav li:hover a {
    border-bottom-style: solid;
    border-bottom-width: 1px
}


/*------------------------------------------------------------------
    4. Sidebar
-------------------------------------------------------------------*/
.cs-main-sidebar {
    float: left;
    width: 26.5%;
    margin-bottom: 40px
}
.widget {
    margin-bottom: 40px
}
.widget a {}
.widget input[type="search"],
.widget select {
    width: 100%
}
.widget-title {
	margin-bottom: 20px;
    border-top: 3px solid #eee;
    padding-top: 15px;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	line-height: 1;
    text-transform: uppercase;
}
.widget_text {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.widget-2-title {
	margin-bottom: 20px;
    border-top: 3px solid #97bf0d;
    padding-top: 15px;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	line-height: 1;
    text-transform: uppercase;
}
.widget-1_text {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

/* Global */
.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,
.widget_rss ul,
 .widget_product_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px
}
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_product_categories ul li {
    border-top: 1px solid #eee;
    padding: 5px 0;
    color: #555
}
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_links ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child,
.widget_product_categories ul li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 5px
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_product_categories ul li:last-child {
    padding-bottom: 0
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_product_categories .children {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin: 5px 0 0 15px
}
.widget_recent_comments ul li a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*------------------------------------------------------------------
    4.1 Widget - search
-------------------------------------------------------------------*/
.widget_search button,
.widget_product_search input[type="submit"],
.widget_search input[type="submit"],
.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text {
    display: none
}
.widget_search input[type="search"] {
    width: 100%;
    display: block;
}

/*------------------------------------------------------------------
    4.2 Widget - recent entries
-------------------------------------------------------------------*/
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
}

/*------------------------------------------------------------------
    4.3 Widget - calendar
-------------------------------------------------------------------*/
.widget_calendar caption {
    margin-bottom: 5px
}
.widget_calendar thead {
    background-color: #fdfdfd
}
.widget_calendar th,
.widget_calendar td {
    padding: 5px;
    text-align: center;
}

/*------------------------------------------------------------------
    4.4 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 {
    text-transform: uppercase;
    display: block;
    float: left;
    font-size: 10px !important;
    padding: 8px 10px;
    line-height: 1;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px
}
.widget_tag_cloud .tagcloud a:hover {
    background-color: #1e3fe6
}

/*------------------------------------------------------------------
    4.5 Widget - popular posts
-------------------------------------------------------------------*/
.widget_popular_posts {}
.widget_popular_posts ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_popular_posts ul li {
    margin-bottom: 30px
}
.widget_popular_posts ul li .cs-post-type {
    margin-bottom: 0
}
.widget_popular_posts ul li .cs-post-type .cs-post-image {
    margin-bottom: 10px
}
.widget_popular_posts ul li .cs-post-type .cs-post-body h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/*------------------------------------------------------------------
    4.6 Widget - banner 300x250
-------------------------------------------------------------------*/
.widget_banner_300x250 .banner {
    background-color: #eee;
    padding: 4px 0;
    text-align: center;
}

/*------------------------------------------------------------------
    4.7 Widget - email subscribe
-------------------------------------------------------------------*/
.widget_email_subscribe {
    padding: 30px;
    border: 5px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.widget_email_subscribe h4 {
    margin-bottom: 0;
    color: #fff;
}
.widget_email_subscribe h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;



}
.widget_email_subscribel {
    padding: 20px;
    border: 5px solid #97bf0d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.widget_email_subscribel h4 {
    margin-bottom: 0;
    color: #000;
}
.widget_email_subscribel h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.widget_email_subscribel .widget-title {
    display: none;
}
.widget_email_subscribel form {
    display: block;
    margin: 20px 0 0 0
}
.widget_email_subscribel form input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.widget_email_subscribel form input[type="submit"] {
    width: 100%;
    display: inline-block;
    padding: 13px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #97bf0d;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget_email_subscribel form input[type="submit"]:hover {
    background-color: #000
}
.widget_email_subscribe .widget-title {
    display: none;
}
.widget_email_subscribe form {
    display: block;
    margin: 20px 0 0 0
}
.widget_email_subscribe form input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.widget_email_subscribe form input[type="submit"] {
    width: 100%;
    display: inline-block;
    padding: 13px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget_email_subscribe form input[type="submit"]:hover {
    background-color: #000
}



.widget .mc4wp-form {
    padding: 30px;
    border: 5px solid #eee;
    text-align: center;
}
.widget .mc4wp-form h4 {
    margin-bottom: 0
}
.widget .mc4wp-form h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}
.widget .mc4wp-form {
    display: block
}
.widget .mc4wp-form input[type="email"] {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.widget .mc4wp-form input[type="submit"] {
    width: 100%;
    display: inline-block;
    padding: 13px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #E2000B;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget .mc4wp-form input[type="submit"]:hover {
    background-color: #000
}
.widget .mc4wp-form .mc4wp-response {
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
}
.widget .mc4wp-form .mc4wp-response p {
    margin: 0
}
.widget .mc4wp-form .mc4wp-response .mc4wp-success {
    background-color: #dcffe1;
    color: #12c12b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px
}
.widget .mc4wp-form .mc4wp-response .mc4wp-error {
    color: #ff0000;
    background-color: #ffdddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px
}

/*------------------------------------------------------------------
    4.8 Widget - post list
-------------------------------------------------------------------*/
.widget_post_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_post_list ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.widget_post_list ul li:last-child {
    border-bottom: 0
}
.widget_post_list ul li .cs-post-type {
    margin-bottom: 0
}
.widget_post_list ul li .cs-post-type .cs-post-image {
    width: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}
.widget_post_list ul li .cs-post-type .cs-post-image:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px
}
.widget_post_list ul li .cs-post-type .cs-post-body {
    overflow: hidden;
}
.widget_post_list ul li .cs-post-type .cs-post-body h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

/*------------------------------------------------------------------
    4.9 Widget - comments
-------------------------------------------------------------------*/
.cs-widget-comments ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-widget-comments ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.cs-widget-comments ul li:before,
.cs-widget-comments ul li:after {
    content: " ";
    display: table
}
.cs-widget-comments ul li:after {
    clear: both
}
.cs-widget-comments ul li .cs-post-media {
    width: 60px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}
.cs-widget-comments ul li .cs-post-media img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-widget-comments ul li .cs-post-media img:hover {
    opacity: 0.8
}
.cs-widget-comments ul li .cs-post-header {
    overflow: hidden;
}
.cs-widget-comments ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
.cs-widget-comments ul li h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}
.cs-widget-comments ul li h4 a {
    display: block;
}
.cs-widget-comments ul li .cs-post-author {
    font-size: 0;
    line-height: 1
}
.cs-widget-comments ul li .cs-post-author a {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}

/*------------------------------------------------------------------
    4.10 Widget - social icons
-------------------------------------------------------------------*/
.widget_social_profiles {}
.widget_social_profiles ul {
    font-size: 0px;
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_social_profiles ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}
.widget_social_profiles ul li a {
    display: block;
    line-height: 42px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    color: #000
}
.widget_social_profiles ul li a:hover {
    background-color: #97bf0d ;
    color: #fff;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/*------------------------------------------------------------------
    4.11 Widget - trending posts
-------------------------------------------------------------------*/
.widget_trending_posts {}
.widget_trending_posts ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_trending_posts ul:before,
.widget_trending_posts ul:after {
    content: " ";
    display: table
}
.widget_trending_posts ul:after {
    clear: both
}
.widget_trending_posts ul li {
    margin-bottom: 25px;
    float: left;
    margin-right: 4%;
    width: 48%
}
.widget_trending_posts ul li:nth-child(2n) {
    margin-right: 0;
}
.widget_trending_posts ul li .cs-post-type {
    margin-bottom: 0
}
.widget_trending_posts ul li .cs-post-type .cs-post-image {
    margin-bottom: 10px
}
.widget_trending_posts ul li .cs-post-type .cs-post-image:before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px
}
.widget_trending_posts ul li .cs-post-type .cs-post-body h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

/*------------------------------------------------------------------
    4.12 Widget - product tags
-------------------------------------------------------------------*/
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    content: " ";
    display: table
}
.widget_product_tag_cloud .tagcloud:after {
    clear: both
}
.widget_product_tag_cloud .tagcloud a {
    text-transform: uppercase;
    display: block;
    float: left;
    font-size: 10px !important;
    padding: 8px 10px;
    line-height: 1;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px
}
.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #000
}

/*------------------------------------------------------------------
    4.13 Widget - shoping cart
-------------------------------------------------------------------*/
.widget_shopping_cart .product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    border-bottom: 1px solid #eee
}
.product_list_widget li:before,
.product_list_widget li:after {
    content: " ";
    display: table
}
.product_list_widget li:after {
    clear: both
}
.product_list_widget li > a {
    display: block;
}
.product_list_widget li a:not(.button) {
    font-weight: 700
}
.product_list_widget li img {
    float: right;
    width: 40px
}
.product_list_widget li a.remove {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 1;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: -9999px;
}
.product_list_widget li a.remove:before {
    font: normal normal normal 1em/1 "FontAwesome";
    color: #e2401c;
    text-rendering: auto;
    content: "\f057";
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}
.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    padding: 10px 0;
    text-align: center;
    margin: 0
}
.widget_shopping_cart p.total {
    border-bottom: 1px solid #eee
}
.widget_shopping_cart .buttons {
    font-size: 0
}
.widget_shopping_cart .buttons .button:nth-child(1) {
    margin-right: 5px
}
.widget_shopping_cart .buttons .button {
    display: inline-block;
    clear: both;
    padding: 8px 13px;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #222;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget_shopping_cart .buttons .button:hover {
    background-color: #000
}

/*------------------------------------------------------------------
    4.14 Widget - shop list global
-------------------------------------------------------------------*/
ul.product_list_widget li {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}
ul.product_list_widget li:last-child {
    border-bottom: 0
}
ul.product_list_widget {
    list-style: 0;
    padding: 0;
    margin: 0
}
ul.product_list_widget li {
    list-style: none
}
ul.product_list_widget li del,
ul.product_list_widget li ins {
    color: #000;
    font-weight: 400
}
ul.product_list_widget li del {
    color: #aaa
}
ul.product_list_widget li ins {
    text-decoration: none;
}

/*------------------------------------------------------------------
    4.15 Widget - filter price
-------------------------------------------------------------------*/
form.filter-price {
    padding-top: 5px;
}
form.filter-price .price_slider_wrapper {
    margin-bottom: 20px;
    position: relative;
    height: 8px;
    background-color: #eee;
}
.price_slider_amount {
    clear: both;
    overflow: hidden;
}
.price_slider_wrapper .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 100%;
    display: block;
    border: 0;
    background-position: 0 0;
}
.price_slider_wrapper .ui-slider-handle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    margin-top: -4px;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    width: 16px;
    top: 0;
    position: absolute;
    height: 16px;
    cursor: pointer;
    outline: 0;
    margin-left: -1px;
}
.price_slider_wrapper .ui-slider-handle:last-child {
    margin-left: -15px;
}
.price_slider_amount button {
    float: left;
}
.price_slider_amount .price_label {
    float: right;
    line-height: 30px
}
.price_slider_amount button {
    display: inline-block;
    clear: both;
    padding: 8px 13px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #222;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.price_slider_amount button:hover {
    background-color: #000
}

/*------------------------------------------------------------------
    5. Off-canvas wrap
-------------------------------------------------------------------*/
.cs-offcanvas-wrap {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100%;
    z-index: 99999;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 24px
}
.cs-offcanvas-wrap.active {
    left: 0
}
.cs-offcanvas-wrap .cs-offcanvas-close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

/*------------------------------------------------------------------
    5.1 Off-canvas nav
-------------------------------------------------------------------*/
.cs-offcanvas-nav nav ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-offcanvas-nav nav ul li {
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    border-top: 1px solid #eee
}
.cs-offcanvas-nav nav ul li a {
    display: inline-block;
    padding: 5px 20px
}
.cs-offcanvas-nav nav > ul > li > a {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.cs-offcanvas-nav nav ul li.menu-item-has-children i {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}
.cs-offcanvas-nav nav ul li.show-sub-menu > i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cs-offcanvas-nav ul.sub-menu {
    display: none;
    font-size: 12px
}
.cs-offcanvas-nav ul.sub-menu li a {
    padding-left: 40px
}
.cs-offcanvas-nav ul.sub-menu ul li a {
    padding-left: 60px
}
.cs-offcanvas-nav ul.sub-menu ul ul li a {
    padding-left: 80px
}
.cs-offcanvas-nav ul.sub-menu ul ul ul li a {
    padding-left: 100px
}

/*------------------------------------------------------------------
    5.2 Off-canvas search
-------------------------------------------------------------------*/
.cs-offcanvas-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-left: 38px;
}
.cs-offcanvas-search input[type="search"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
    padding-bottom: 11px;
    background-color: #f9f9f9;
}

/*------------------------------------------------------------------
    5.3 Off-canvas logo
-------------------------------------------------------------------*/
.cs-offcanvas-logo {
    clear: both;
    display: block;
    margin-top: 63px;
    margin-bottom: 25px;
    text-align: center;
}
.cs-offcanvas-logo .cs-header-logo {
    text-align: center;
    max-width: none;
}
.cs-offcanvas-logo img {
    max-width: 50%
}

/*------------------------------------------------------------------
    5.4 Off-canvas cart
-------------------------------------------------------------------*/
.cs-offcanvas-cart {
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 0 20px;
    font-size: 12px
}
.cs-offcanvas-cart i {
    margin-right: 5px
}

/*------------------------------------------------------------------
    5.5 Off-canvas top nav
-------------------------------------------------------------------*/
.cs-offcanvas-topnav {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px
}
.cs-offcanvas-topnav > nav {
    display: table;
    margin: 0 auto
}
.cs-offcanvas-topnav > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-offcanvas-topnav > nav > ul > li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    padding-right: 15px
}
.cs-offcanvas-topnav > nav > ul > li:after {
    content: "\00B7";
    position: absolute;
    font-size: 18px;
    color: #999;
    top: 0;
    right: 0
}
.cs-offcanvas-topnav > nav > ul > li:last-child {
    margin-right: 0;
    padding-right: 0
}
.cs-offcanvas-topnav > nav > ul > li:last-child:after {
    display: none;
}
.cs-offcanvas-topnav > nav > ul > li > a {
    position: relative;
    display: block;
    color: #999
}
.cs-offcanvas-topnav > nav > ul > li > a:hover {
    color: #000
}

/*------------------------------------------------------------------
    5.6 Off-canvas social
-------------------------------------------------------------------*/
.cs-offcanvas-social {
    margin-top: 20px
}
.cs-offcanvas-social nav {
    display: table;
    margin: 0 auto
}
.cs-offcanvas-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}
.cs-offcanvas-social ul li {
    display: inline-block;
    margin-right: 5px
}
.cs-offcanvas-social ul li a {
    display: block;
    line-height: 42px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    color: #bbb
}
.cs-offcanvas-social ul li a:hover {
    background-color: #000;
    color: #fff;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/*------------------------------------------------------------------
    5.7 Toggle nav
-------------------------------------------------------------------*/
.cs-toggle-nav {
    display: none;
    background-color: #000;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px
}

/*------------------------------------------------------------------
    6. Header
-------------------------------------------------------------------*/
#cs-header {
    margin-bottom: 40px
}

/*------------------------------------------------------------------
    6.1 Header top
-------------------------------------------------------------------*/
.cs-header-top {
    border-bottom: 1px solid #ddd
}

/*------------------------------------------------------------------
    6.2 Header cart
-------------------------------------------------------------------*/
.cs-header-cart {
    float: left;
}
.cs-header-cart i {
    margin-right: 5px
}
.cs-header-cart a {}

/*------------------------------------------------------------------
    6.3 Header top menu
-------------------------------------------------------------------*/
.cs-header-top {
    padding: 10px 0
}
.cs-header-top a {
    color: #fff
}
.cs-header-top a:hover {
    color: #97bf0d
}
.cs-header-top-menu {
    float: right;
}
.cs-header-top-menu > nav {
    display: table;
    margin: 0 auto
}
.cs-header-top-menu > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-header-top-menu > nav > ul > li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    padding-right: 15px
}
.cs-header-top-menu > nav > ul > li:after {
    content: "\00B7";
    position: absolute;
    font-size: 25px;
    color: #999;
    top: 0;
    right: 0
}
.cs-header-top-menu > nav > ul > li:last-child {
    margin-right: 0;
    padding-right: 0
}
.cs-header-top-menu > nav > ul > li:last-child:after {
    display: none;
}
.cs-header-top-menu > nav > ul > li > a {
    position: relative;
    display: block
}

/*------------------------------------------------------------------
    6.4 Header middle
-------------------------------------------------------------------*/
.cs-header-middle {
    padding: 40px 0;
}

/*------------------------------------------------------------------
    6.5 Header social
-------------------------------------------------------------------*/
.cs-header-social {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px
}
.cs-header-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}
.cs-header-social ul li {
    display: inline-block;
    margin-right: 5px
}
.cs-header-social ul li a {
    display: block;
    line-height: 42px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    color: #bbb
}
.cs-header-social ul li a:hover {
    background-color: #97bf0d ;
    color: #fff;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/*------------------------------------------------------------------
    6.6 Header logo
-------------------------------------------------------------------*/
.site-logo{
	float:left;
    position:absolute;
	left:50px;
	z-index:999;
	top: 0px;
}

.head {
    top: 20px;
    font-size: 50px;
    text-align: center;
    color: #97bf0d;
    font-weight: 700;
}

/*------------------------------------------------------------------
    6.7 Header search
-------------------------------------------------------------------*/
.cs-header-search {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 200px;
    overflow: hidden;
}
.cs-header-search form {
    margin: 0;
    position: absolute;
    right: -200px;
    width: 200px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-header-search.active form {
    right: 0;
    opacity: 1
}
.cs-header-search form input[type="search"] {
    padding: 11px 50px 11px 15px;
    width: 100%
}
.cs-header-search .cs-open-search {
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

/*------------------------------------------------------------------
    6.8 Header main
-------------------------------------------------------------------*/
.cs-header-menu {
    position: relative
}
.cs-header-menu-sticky.active {
    -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);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99
}
.cs-header-main,
.cs-header-menu {
    background-color: #090542;
    background-image: url();
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cs-primary-nav > nav {
    display: table;
    margin: 0 auto
}
.cs-primary-nav > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-primary-nav > nav > ul > li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.cs-primary-nav > nav > ul > li > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 70px;
    display: block;
    color: #999

}
.cs-primary-nav > nav > ul > li.current-menu-item > a,
.cs-primary-nav > nav > ul > li:hover > a {
    color: #fff
}
.cs-primary-nav li.menu-item-has-children i {
    display: none;
}
.cs-primary-nav > nav > ul > li.menu-item-has-children > a:after {
    position: absolute;
    width: 22px;
    text-align: center;
    margin-left: -11px;
    left: 50%;
    bottom: 17px;
    line-height: 1;
    font-family: 'FontAwesome';
    content: "\f111\f111\f111";
    letter-spacing: 3px;
    font-size: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.cs-primary-nav ul.sub-menu {
    background-color: #000;
    font-size: 14px;
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 9;
    min-width: 220px;
    padding: 20px;
    margin-left: -20px;
}
.cs-primary-nav ul.sub-menu ul.sub-menu {
    left: 100%;
    margin-left: 0;
    margin-top: -20px;
    top: 0
}
#cs-header .cs-header-main .cs-primary-nav li:hover > ul.sub-menu {
    display: block
}
.cs-primary-nav ul.sub-menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 1px;
    top: 6px;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f111";
    color: #555;
    font-size: 5px;
    font-style: normal;
}
.cs-primary-nav ul.sub-menu li {
    position: relative;
    border-top: 1px solid #444
}
.cs-primary-nav ul.sub-menu li:first-child {
    border-top: 0
}
.cs-primary-nav ul.sub-menu li a {
    color: #999;
    display: block;
    padding: 5px 0
}
.cs-primary-nav ul.sub-menu li a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    7. Main carousel
-------------------------------------------------------------------*/
.cs-main-carousel {
    margin-bottom: 60px
}
.cs-main-carousel .cs-slide-post {
    position: relative;
    text-align: center;
}
.cs-main-carousel .cs-slide-post .cs-slide-image {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 450px;
}
.cs-main-carousel .cs-slide-post .cs-slide-image:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    opacity: 0.6;
}
.cs-main-carousel .cs-slide-post .cs-slide-body:before {
    content: " ";
    top: -80px;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 168px;
    border-color: transparent transparent transparent rgba(255,255,255,0.65);
}
.cs-main-carousel .cs-slide-post .cs-slide-body:after {
    content: " ";
    top: -80px;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 168px;
    border-color: transparent transparent rgba(255,255,255,0.65) transparent;
}
.cs-main-carousel .cs-slide-post .cs-slide-body {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.65);
}
.cs-main-carousel .cs-slide-post .cs-slide-body h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}
.cs-main-carousel .cs-slide-post .cs-slide-body h3 a {
    display: block;
    color: #000
}
.cs-main-carousel .cs-slide-post .cs-slide-body .cs-post-categories {
    margin-bottom: 10px
}
.cs-main-carousel .swiper-button-prev,
.cs-main-carousel .swiper-button-next {
    background: transparent;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #000;
    opacity: 1
}
.cs-main-carousel .swiper-button-prev.swiper-button-disabled,
.cs-main-carousel .swiper-button-next.swiper-button-disabled {
  opacity: 0.3
}
.cs-main-carousel .swiper-button-prev {
    left: 20px
}
.cs-main-carousel .swiper-button-next {
    right: 20px
}

/*------------------------------------------------------------------
    8. Posts
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    8.1 Global
-------------------------------------------------------------------*/
.cs-post-type:before,
.cs-post-type:after {
    content: " ";
    display: table
}
.cs-post-type:after {
    clear: both
}
.cs-post-type .cs-post-image {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background-position: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-type:hover .cs-post-image {
    filter: gray;
    filter: url(filters.svg#grayscale);
    -webkit-filter: grayscale(100%);
}
.cs-post-type .cs-post-image:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    opacity: 0.6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-type:hover .cs-post-image:before {
    opacity: 0
}
.cs-post-body {
    position: relative;
}
.cs-post-body .cs-inner {
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
}
.cs-post-body h3 {
    margin-bottom: 0;
     padding: 10px 0px 10px 20px;

}
 .cs-post-body h3 a {
    display: block;
    color: #000;
}

 .cs-post-body-ws h5 a {
    display: block;
    color: #fff;
    font-size: 14px;
}
 .cs-post-body-ws h5 a:hover {
    display: block;
    color: #97bf0d;
    font-size: 14px;
}

.cs-post-bodys h5 a {
    display: block;
    color: #fff;
}

.cs-post-body p {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 10px 20px 20px;
}

.cs-post-categories {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0;
    margin-bottom: 0px;

}
.cs-post-categories a {
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    line-height: 40px;
    display: inline-block;

}
.cs-post-categories a:hover {
    background-color: #000
}

.cs-post-meta {
    font-size: 0;
    margin-bottom: 10px
}
.cs-post-meta a {
    color: #999
}
.cs-post-meta a:hover {
    color: #000
}
.cs-post-meta .cs-post-author {
    display: inline-block;
    font-size: 14px;
}
.cs-post-meta .cs-post-author img {
    margin-right: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.cs-post-meta .cs-post-date {
    display: inline-block;
    font-size: 14px;
    position: relative;
}

.cs-post-meta > div {
    position: relative;
}
.cs-post-meta .cs-post-author + .cs-post-date {
    padding-left: 10px;
    margin-left: 5px
}
.cs-post-meta .cs-post-author + .cs-post-date:before {
    content: "\00B7";
    position: absolute;
    font-size: 18px;
    color: #999;
    top: 0;
    left: 0;
}

/*------------------------------------------------------------------
    8.2 Classic style
-------------------------------------------------------------------*/
.cs-classic-style {}
.cs-classic-style .cs-post-type {
    margin-bottom: 60px
}
.cs-classic-style .cs-post-type .cs-post-image {
    margin-bottom: -100px;
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000
}
.cs-classic-style .cs-post-type .cs-post-image + .cs-post-body {
    margin-left: 50px
}
.cs-classic-style .cs-post-type  .cs-post-image + .cs-post-body .cs-post-categories {
    margin-left: 25px;
    margin-bottom: 0
}
.cs-classic-style .cs-post-type  .cs-post-image + .cs-post-body .cs-inner {
    padding: 25px 25px 0 25px
}

/*------------------------------------------------------------------
    8.3 List style
-------------------------------------------------------------------*/
.cs-list-style {}
.cs-list-style .cs-post-type {
    margin-bottom: 60px;
    position: relative;
    display: block;
    clear: both;
}
.cs-list-style .cs-post-type .cs-post-image {
    width: 45%;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-list-style .cs-post-type .cs-post-image a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}
.cs-list-style .cs-post-type .cs-post-image + .cs-post-body {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%,-50%);
    -moz-transform: translate(-30%,-50%);
    -ms-transform: translate(-30%,-50%);
    -o-transform: translate(-30%,-50%);
    transform: translate(-30%,-50%);
    max-width: 70%;
}
.cs-list-style .cs-post-type .cs-post-image + .cs-post-body .cs-post-categories {
    margin-bottom: 0
}
.cs-list-style .cs-post-type .cs-post-image + .cs-post-body .cs-inner {
    padding: 25px
}

/*------------------------------------------------------------------
    8.4 Grid style 2 columns
-------------------------------------------------------------------*/
.cs-two-columns {}
.cs-two-columns .cs-post-type {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 60px
}
.cs-two-columns .cs-post-type.first {
    clear: left;
}
.cs-two-columns .cs-post-type.last {
    margin-right: 0
}
.cs-two-columns .cs-post-type .cs-post-image {
    margin-bottom: -100px;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cs-two-columns .cs-post-type .cs-post-image + .cs-post-body {
    margin-left: 30px
}
.cs-two-columns .cs-post-type  .cs-post-image + .cs-post-body .cs-post-categories {
    margin-left: 25px;
    margin-bottom: 0
}
.cs-two-columns .cs-post-type  .cs-post-image + .cs-post-body .cs-inner {
    padding: 25px 0 0 25px
}

/*------------------------------------------------------------------
    8.5 Grid style 3 columns
-------------------------------------------------------------------*/
.cs-three-columns {}
.cs-three-columns .cs-post-type {
    width: 31.3%;
    float: left;
    margin-right: 3%;
    margin-bottom: 60px
}
.cs-three-columns .cs-post-type.first {
    clear: left;
}
.cs-three-columns .cs-post-type.last {
    margin-right: 0
}
.cs-three-columns .cs-post-type .cs-post-image {
    margin-bottom: 15px;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cs-three-columns .cs-post-type .cs-post-image + .cs-post-body {
    margin-left: 0
}
.cs-three-columns .cs-post-type  .cs-post-image + .cs-post-body .cs-post-categories {
    margin-left: 0;
}
.cs-three-columns .cs-post-type  .cs-post-image + .cs-post-body .cs-inner {
    padding: 0
}
.cs-three-columns:not(.cs-full-width) .cs-post-type .cs-post-body h3 {
    font-size: 18px;
    line-height: 26px;
}

/*------------------------------------------------------------------
    9. Single post
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    9.1 Related articles
-------------------------------------------------------------------*/
.cs-related-articles:before,
.cs-related-articles:after {
    content: " ";
    display: table
}
.cs-related-articles:after {
    clear: both
}
.cs-related-articles .cs-post-type {
    width: 31.3%;
    float: left;
    margin-right: 3%;
    margin-bottom: 60px
}
.cs-related-articles .cs-post-type.first {
    clear: left;
}
.cs-related-articles .cs-post-type.last {
    margin-right: 0
}
.cs-related-articles .cs-post-type .cs-post-image {
    margin-bottom: 15px;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cs-related-articles .cs-post-type .cs-post-image + .cs-post-body {
    margin-left: 0
}
.cs-related-articles .cs-post-type  .cs-post-image + .cs-post-body .cs-inner {
    padding: 0
}
.cs-related-articles:not(.cs-full-width) .cs-post-type .cs-post-body h3 {
    font-size: 16px;
    line-height: 24px;
}

/*------------------------------------------------------------------
    9.2 Post controls
-------------------------------------------------------------------*/
.cs-post-single-controls {
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px
}
.cs-post-single-controls a {
    width: 49.5%;
    margin-right: 1%;
    float: left;
    text-align: center;
    padding: 8px 13px;
    background-color: #eee;
    color: #999;
    text-transform: uppercase
}
.cs-post-single-controls a:last-child {
    margin-right: 0
}
.cs-post-single-controls a i {
    margin: 0 10px
}
.cs-post-single-controls a:hover {
    background-color: #000;
    color: #fff
}

/*------------------------------------------------------------------
    9.3 Post content
-------------------------------------------------------------------*/
.cs-post-single {
    margin-bottom: 30px
}
.cs-post-single .cs-post-single-header h1 {
    margin: 0
}
.cs-post-single .cs-post-single-header h3 {
    color: #999;
    font-weight: 400;
    margin: 10px 0 20px 0
}
.cs-post-single .cs-post-meta {
    margin-bottom: 20px
}
.cs-post-single-media {
    padding: 0;
    margin: 30px 0;
    position: relative;
}
.cs-container > .cs-post-single-media {
    margin-top: 0;
    margin-bottom: 40px
}
.cs-post-single-media img,
.cs-post-single-media video,
.cs-post-single-media audio {
    width: 100%
}
.cs-post-single .cs-post-single-tags {
    font-size: 0
}
.cs-post-single .cs-post-single-tags span {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px
}
.cs-post-single .cs-post-single-tags a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    padding: 8px 10px;
    line-height: 1;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px
}
.cs-post-single .cs-post-single-tags a:hover {
    background-color: #000
}
.cs-post-single .cs-post-single-share {
    font-size: 0;
}
.cs-post-single .cs-post-single-share a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 49.5%;
    margin-right: 1%;
    padding: 8px 13px;
    text-align: center;
}
.cs-post-single .cs-post-single-share a:last-child {
    margin-right: 0
}
.cs-post-single .cs-post-single-share a.facebook {
    background-color: #3b5998
}
.cs-post-single .cs-post-single-share a.twitter {
    background-color: #55acee
}
.cs-post-single .cs-post-single-share a i {
    margin-right: 5px;
    width: 20px;
}
.cs-post-single .cs-post-single-share a:hover {
    background-color: #000
}
.cs-post-single-media .swiper-button-prev, 
.cs-post-single-media .swiper-button-next {
    background: transparent;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #000;
    opacity: 1
}
.cs-post-single-media .swiper-button-prev.swiper-button-disabled,
.cs-post-single-media .swiper-button-next.swiper-button-disabled {
  opacity: 0.3
}
.cs-post-single-media .swiper-button-prev {
    left: 10px
}
.cs-post-single-media .swiper-button-next {
    right: 10px
}

/*------------------------------------------------------------------
    9.4 Comments and respond
-------------------------------------------------------------------*/
.no_comments {
    text-align: center;
    margin-bottom: 30px
}
.no_comments i {
    font-size: 32px;
    color: #999
}
.no_comments h4 {
    margin-bottom: 0
}
.no_comments p {
    font-size: 14px;
    line-height: 22px
}
#commentform {
    margin-bottom: 60px
}
#commentform:before,
#commentform:after {
    content: " ";
    display: table
}
#commentform:after {
    clear: both
}
p.comment-info {
    background-color: #f5f5f5;
    padding: 20px
}
p.comment-info i,
p.comment-info strong {
    color: #000
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
    width: 100%
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    width: 31.3%;
    float: left;
    margin-right: 3%
}
#commentform .comment-form-url {
    margin-right: 0
}
#commentform .form-submit {
    clear: both;
}
#commentform .form-submit input[type="submit"] {
    display: inline-block;
    padding: 8px 13px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 0;
    background-color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-comment-list,
.cs-comment-list ol,
.cs-comment-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-comment-list ul.children {
    margin-left: 80px
}
.cs-comment-list .cs-comment {
    margin-bottom: 40px
}
.cs-comment-list .cs-comment-author {
    overflow: hidden;
}
.cs-comment-list .cs-comment-author img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px
}
.cs-comment-list .cs-comment-author div {
    overflow: hidden;
    padding-top: 15px
}
.cs-comment-list .cs-comment-author div b {
    display: block;
    line-height: 13px;
}
.cs-comment-list .cs-comment-author div b a {
    color: #000
}
.cs-comment-list .cs-comment-author div time {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #888;
}
.cs-comment-list .cs-comment-content {
    margin-left: 80px;
    position: relative;
}
.cs-comment-list .pingback .cs-comment-content {
    margin-left: 0;
    margin-top: 10px
}
.cs-comment-list .cs-comment-content a.cs-reply {
    position: absolute;
    right: 0;
    top: -34px;
    font-size: 10px;
    padding: 4px 8px;
    line-height: 1;
    color: #fff
}
.cs-comment-list .cs-comment-content a.cs-reply:hover {
    color: #fff;
    background-color: #000
}

/*------------------------------------------------------------------
    10. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    10.1 Page title
-------------------------------------------------------------------*/
.cs-page-title {
    margin-bottom: 40px
}
.cs-page-title h1 {
    margin: 0;
}
.cs-page-title h3 {
    color: #555;
    font-weight: 400;
    margin: 8px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}

/*------------------------------------------------------------------
    10.2 Advertsiement
-------------------------------------------------------------------*/
.cs-advertisement-large {
    margin-bottom: 60px
}

/*------------------------------------------------------------------
    10.3 Section title
-------------------------------------------------------------------*/
.cs-section-title {
    margin-bottom: 30px;
    border-top: 3px solid #eee;
    padding-top: 15px;
    position: relative;
}
.cs-sections-title {
    margin-bottom: 30px;
    border-top: 3px solid #97bf0d;
    padding-top: 15px;
    position: relative;
}
.cs-section-title h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: inherit;
    margin: 0;
}
.cs-section-title a.view-all {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 15px
}

/*------------------------------------------------------------------
    10.4 Author page
-------------------------------------------------------------------*/
.cs-author-page {
    margin-bottom: 60px;
    padding: 20px;
    background-color: #eee
}
.cs-author-page:before,
.cs-author-page:after {
    content: " ";
    display: table
}
.cs-author-page:after {
    clear: both
}
.cs-author-page .cs-author-image {
    float: left;
    margin-right: 30px;
    text-align: center;
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
}
.cs-author-page .cs-author-image span {
    display: block;
    margin-top: 5px
}
.cs-author-page .cs-author-image img {
    width: 100px;
    display: table-cell;
    vertical-align: middle
}
.cs-author-page .cs-author-body {
    overflow: hidden;
}
.cs-author-page .cs-author-body h4 {
    margin: 0;
    font-size: 22px;
    line-height: 30px
}
.cs-author-page .cs-author-body h3 {
    color: #999;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.cs-author-page .cs-author-body p {
    margin: 10px 0 0 0
}

/*------------------------------------------------------------------
    10.5 404 Error
-------------------------------------------------------------------*/
.cs-404-page {
    padding: 100px 0;
    text-align: center;
}
.cs-404-page h3 {
    font-size: 130px;
    font-weight: 400;
    line-height: 120px
}
.cs-404-page form {
    margin: 30px 0
}
.cs-404-page form input {
    display: inline-block;
    width: 350px
}

/*------------------------------------------------------------------
    11. Instagram
-------------------------------------------------------------------*/
.cs-instagram-gallery:before,
.cs-instagram-gallery:after {
    content: " ";
    display: table
}
.cs-instagram-gallery:after {
    clear: both
}
.cs-instagram-gallery {
    position: relative;
}
.cs-instagram-gallery .cs-instagram-thumb {
    width: 16.66%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}
.cs-instagram-gallery .cs-instagram-thumb:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    opacity: 0.6;
}
.cs-instagram-gallery .cs-instagram-account {
    padding: 14px 20px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.cs-instagram-gallery .cs-instagram-thumb img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-instagram-gallery .cs-instagram-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*------------------------------------------------------------------
    12. Footer
-------------------------------------------------------------------*/
.cs-footer-top {
    background-color: #fff;
    padding: 30px 0
}
.cs-footer-social {
    float: left;
}
.cs-footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}
.cs-footer-social ul li {
    display: inline-block;
    margin-right: 5px
}
.cs-footer-social ul li a {
    display: block;
    line-height: 42px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    color: #000
}
.cs-footer-social ul li a:hover {
    background-color: #97bf0d;
    color: #fff;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.cs-footer-newsletter {
    float: right;
}
.cs-footer-newsletter form {
    position: relative;
}
.cs-footer-newsletter form label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}
.cs-footer-newsletter form input[type="email"] {
    border: 0;
    background-color: #eee;
    display: inline-block;
    padding: 12px 60px 12px 20px;
}
.cs-footer-newsletter form i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.cs-footer-bottom {
    background-color: #fff;
    padding: 30px 0
}
.cs-footer-bottom a {
    color: #fff;
}
.cs-footer-bottom a:hover {
    color: #97bf0d;
}
.cs-footer-nav {
    float: left;
    color: #fff;
}
.cs-footer-nav > nav {}
.cs-footer-nav > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
    color: #fff;
}
.cs-footer-nav > nav > ul > li {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.cs-footer-copyright {
    float: right;
    color: #fff;
}
.cs-footer-copyright a {
    color: #fff;
    font-weight: 700
}

/*------------------------------------------------------------------
    13. Shop
-------------------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?86334267');
  src: url('../fonts/fontello.eot?86334267#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?86334267') format('woff2'),
       url('../fonts/fontello.woff?86334267') format('woff'),
       url('../fonts/fontello.ttf?86334267') format('truetype'),
       url('../fonts/fontello.svg?86334267#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.star-rating {
    font-family: "fontello";
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    width: 70px;
    white-space: nowrap;
}
.star-rating:before {
    content: "\e800\e800\e800\e800\e800";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px
}
.star-rating span:before {
    content: "\e800\e800\e800\e800\e800";
    color: #F89406;
    top: 0;
    position: absolute;
    left: 0;
}

/*------------------------------------------------------------------
    13.1 Shop category
-------------------------------------------------------------------*/
ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}
ul.products:before,
ul.products:after {
    content: " ";
    display: table
}
ul.products:after {
    clear: both
}
ul.products li.product {
    width: 100%;
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    clear: none;
    float: left;
}
ul.products li.product.first {
    clear: both !important;
}
ul.products li.product.last {
    margin-right: 0 !important
}
ul.products li.product img {
    width: 100%;
    display: block;
    margin-bottom: 15px
}
ul.products li.product h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0
}
.onsale {
    border: 2px solid #000;
    color: #000;
    padding: 6px 10px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.price del {
    color: #aaa
}
ul.products li.product .price ins {
    font-weight: 700;
    text-decoration: none;
}
ul.products li.product .star-rating {
    left: 50%;
    margin-left: -35px
}
ul.products li.product .price {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000
}
ul.products li.product .button {
    display: inline-block;
    clear: both;
    padding: 8px 13px;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #222;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
ul.products li.product .button:hover {
    background-color: #000
}

/*------------------------------------------------------------------
    13.2 Shop single
-------------------------------------------------------------------*/
div.product {
    position: relative;
    overflow: hidden;
}
div.product .images {
    width: 41.66666667%;
    float: left;
    margin-right: 4%;
    margin-bottom: 50px;
}
div.product .images .woocommerce-main-image {
    display: block;
    margin-bottom: 3%;
}
div.product .images img {
    width: 100%
}
div.product .images .thumbnails {
    overflow: hidden;
}
div.product .images .thumbnails a {
    width: 15%;
    float: left;
    display: block;
    margin-bottom: 4%;
    margin-right: 4%
}
div.product .summary {
    width: 54.33333333%;
    float: right;
    margin-bottom: 50px;
}
div.product .price {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}
div.product .price del {
    font-weight: 400;
    color: #999
}
div.product .price ins {
    text-decoration: none;
}
div.product .price del + ins {
    margin-left: 5px;
}
div.product form.cart {
    margin-bottom: 25px;
    overflow: hidden;
}
div.product form.cart .quantity {
    float: left;
}
div.product form.cart .quantity input {
    width: 100px;
    text-align: center;
}
div.product form.cart .button {
    float: right;
    display: inline-block;
    padding: 12px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #000;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
div.product .product_meta {
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 12px;
    line-height: 20px
}
div.product .product_meta .posted_in,
div.product .product_meta .sku_wrapper,
div.product .product_meta .tagged_as {
    display: block;
}
.woocommerce-tabs {
    clear: both;
    margin-top: 60px
}
.woocommerce-tabs:before,
.woocommerce-tabs:after {
    content: " ";
    display: table
}
.woocommerce-tabs:after {
    clear: both
}
.woocommerce-tabs ul.wc-tabs {
    float: left;
    width: 31%;
    margin: 0 4% 0 0;
    padding: 0;
    font-weight: 700
}
.woocommerce-tabs ul.wc-tabs li {
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
}
.woocommerce-tabs ul.wc-tabs li a {
    padding: 10px 0;
    display: block;
}
.woocommerce-tabs ul.wc-tabs li:after {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    display: none;
}
.woocommerce-tabs ul.wc-tabs li.ui-tabs-active:after {
    display: block;
}
.woocommerce-tabs .panel {
    float: right;
    width: 65%
}

/*------------------------------------------------------------------
    14. Responsive rules
-------------------------------------------------------------------*/
/* styles for screens between 768px and 1024 */
@media screen and (min-width: 1024px) {
    [class *= "cs-col"] {
        float: left;
    }
    ul.products li.product {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333333%
    }
    ul.products {
        margin-left: -15px;
        margin-right: -15px
    }
}

/* styles for screens between 768px and 1024 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    [class *= "cs-col"] {
        float: left;
    }
    .cs-main-content,
    .cs-main-content.cs-sidebar-on-the-right,
    .cs-main-content.cs-sidebar-on-the-left,
    .cs-main-content.cs-sidebar-on-both-sides {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cs-main-sidebar {
        width: 100%
    }
    .cs-primary-nav > nav > ul > li {
        margin: 0 5px;
    }
    .cs-primary-nav > nav > ul > li > a,
    .cs-primary-nav ul.sub-menu {
        font-size: 12px
    }
    .cs-main-carousel .cs-slide-post .cs-slide-body:before,
    .cs-main-carousel .cs-slide-post .cs-slide-body:after {
        display: none;
    }
    ul.products li.product {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333333%
    }
}

/* styles for mobile browsers smaller than 768px */
@media screen and (max-width: 768px) {
    .site-logo{
    width: 25% ;
	float:left;
    position:absolute;
	left:20px;
	z-index:999;
	top: -25px;
}

    [class *= "cs-col"] {
        width: 100%
    }
    .cs-main-content,
    .cs-main-content.cs-sidebar-on-the-right,
    .cs-main-content.cs-sidebar-on-the-left,
    .cs-main-content.cs-sidebar-on-both-sides {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .cs-main-sidebar {
        width: 100%
    }
    .cs-header-middle {
        padding: 20px 0
    }
    .cs-header-top,
    .cs-header-social,
    .cs-header-search,
    .cs-header-main,
    .cs-footer-newsletter form label,
    .cs-footer-nav {
        display: none;
    }
    .cs-header-logo {
        text-align: left;
        max-width: 70%
    }
    #cs-header .cs-toggle-nav {
        display: block;
    }
    .cs-instagram-gallery .cs-instagram-thumb {
        width: 33.33%
    }
    .cs-instagram-gallery .cs-instagram-account {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 12px
    }
    .cs-footer-social,
    .cs-footer-newsletter {
        float: none;
        display: block;
        width: 100%;
    }
    .cs-footer-social + .cs-footer-newsletter {
        margin-top: 20px
    }
    .cs-footer-social nav {
        display: table;
        margin: 0 auto
    }
    .cs-footer-social ul li {
        margin: 0 3px
    }
    .cs-footer-newsletter form input[type="email"] {
        width: 100%
    }
    .cs-footer-copyright {
        z-index: 999;
        float: none;
        display: block;
        text-align: center;
        font-size: 12px;

    }
    .cs-footer-bottom {
        padding: 20px 0
    }
    .cs-main-carousel .cs-slide-post .cs-slide-body:before,
    .cs-main-carousel .cs-slide-post .cs-slide-body:after {
        display: none;
    }
    .cs-list-style .cs-post-type .cs-post-image,
    .cs-two-columns .cs-post-type .cs-post-image,
    .cs-classic-style .cs-post-type .cs-post-image {
        width: 100%;
        margin-bottom: 15px;
    }
    .cs-list-style .cs-post-type .cs-post-image + .cs-post-body {
        position: static;
        z-index: 1;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .cs-list-style .cs-post-type .cs-post-image,
    .cs-classic-style .cs-post-type .cs-post-image,
    .cs-two-columns .cs-post-type .cs-post-image,
    .cs-three-columns .cs-post-type .cs-post-image {
        min-height: 250px
    }
    .cs-list-style .cs-post-type .cs-post-body h3,
    .cs-classic-style .cs-post-type .cs-post-body h3,
    .cs-two-columns .cs-post-type .cs-post-body h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .cs-list-style .cs-post-type  .cs-post-image + .cs-post-body .cs-post-categories,
    .cs-two-columns .cs-post-type  .cs-post-image + .cs-post-body .cs-post-categories,
    .cs-classic-style .cs-post-type  .cs-post-image + .cs-post-body .cs-post-categories {
        margin-left: 0;
        margin-bottom: 15px
    }
    .cs-list-style .cs-post-type .cs-post-image + .cs-post-body .cs-inner,
    .cs-two-columns .cs-post-type  .cs-post-image + .cs-post-body .cs-inner,
    .cs-classic-style .cs-post-type  .cs-post-image + .cs-post-body .cs-inner {
        padding: 0
    }
    .cs-two-columns .cs-post-type .cs-post-image + .cs-post-body,
    .cs-classic-style .cs-post-type .cs-post-image + .cs-post-body {
        margin-left: 0
    }
    .cs-two-columns .cs-post-type,
    .cs-three-columns .cs-post-type {
        width: 100%;
        margin-right: 0
    }
    .cs-post-single .cs-post-single-share a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .cs-post-single .cs-post-single-share a:last-child {
        margin-right: 0
    }
    .cs-author-page .cs-author-image {
        display: none;
    }
    .cs-post-single .cs-post-single-header h1 {
        font-size: 22px;
        line-height: 30px
    }
    .cs-post-single .cs-post-single-header h3 {
        font-size: 16px;
        line-height: 24px
    }
    .cs-related-articles {
        margin-bottom: 60px
    }
    .cs-related-articles .cs-post-type {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
    .cs-related-articles .cs-post-type:last-child {
        margin-bottom: 0
    }
    .cs-comment-list .cs-comment-author img {
        display: none;
    }
    .cs-comment-list ul.children,
    .cs-comment-list .cs-comment-content {
        margin-left: 0
    }
    #commentform .comment-form-author,
    #commentform .comment-form-email,
    #commentform .comment-form-url {
        width: 100%;
        float: none;
        display: block;
        margin-right: 0
    }
    ul.products li.product {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: block;
        clear: both;
    }
    div.product .images,
    div.product .summary {
        width: 100%;
        margin-right: 0;
        float: none;
        display: block;
    }
    .woocommerce-tabs ul.wc-tabs {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .woocommerce-tabs .panel {
        float: none;
        width: 100%
    }
}

/* styles for mobile browsers smaller than 480px */
@media screen and (max-width: 480px) {
.site-logo{
    width: 25% ;
	float:left;
    position:absolute;
	left:20px;
	z-index:999;
	top: -5px;
}
    .cs-post-body p {
    margin-top: 5px;
    margin: 0 5px 15px 15px;
}
   .cs-post-body h3 a {
    margin: 5px 15px 5px 15px;
}
}