@charset 'utf-8';
@import url(../css/theme_dark.css);


/*
Project:		Wine HTML
Version:		1.1.0
Last change:	29/12/17
Assigned to:	ThemeRex
Primary use:	Restaurants & Cafes 

------------------------------------------------------------------

[Table of contents]

1. Body
2. Grid
3. Sidebar
4. Header
5. Top menu
6. Widget
7. Post info
8. Review
9. Template paginaton
10. Post
11. Page 404
12. NoPost
13. NoSearch
14. Footer
15. Category
17. Breadcrumbs
18. Comments
19. Isotope
20. Gallery
21. Custom_options

[Color codes]
# Template Main Color: #b4bb6b
# Template Accent Color: #f26248


/*=== reset =========================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, video, audio {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: 300;
}
body {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #898989;
    background-color: #f8f6ee;
    -webkit-font-smoothing: antialiased
}
header,
nav,
section,
article,
aside,
footer {
    display: block
}
audio,
video {
    width: 100%;
}
big {
    font-size: 120%;
}
small {
    font-size: 80%;
}
a img {
    border: none;
}
a {
    color: #b4bb6b;
    text-decoration: none;
}
a:hover {} img {
    max-width: 100%;
    height: auto;
}
figure {
    border: 0;
    margin: 0;
    padding: 0;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
b,
strong {
    font-weight: 400;
}
em,
i {
    font-style: italic;
}
code {
    display: block;
    padding: 10px;
    font-family: 'Courier New', monospace;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.widget_calendar table caption {
    word-wrap: break-word;
    line-height: 120%;
    margin: 0 0 0.3333em;
}
h1 {
    font-size: 72px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
h2 {
    font-size: 60px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
h3 {
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
h4,
.sc_video_frame .sc_video_frame_info_wrap .sc_video_frame_info .sc_video_frame_player_title {
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
h5 {
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
h6 {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

/*--- list---*/
ol,
ul {
    padding: 10px 0 10px 30px;
    margin: 0;
    font-size: 14px;
}
ul li {
    list-style: circle;
}
/*--- table ---*/

table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
table td {
    padding: 0;
}
:focus {
    outline: none;
}
::selection {
    color: #fff;
    background-color: #b4bb6b;
}
::-moz-selection {
    color: #fff;
    background-color: #b4bb6b;
}
/*--- respons Width ---*/

html {
    overflow-x: hidden;
}
body {
    min-width: 1200px;
}
/*--- clear ---*/

.clrBlock {
    clear: both;
}
.clr:after {
    display: block;
    height: 0px;
    clear: both;
    content: '';
}
/*--- video ---*/

iframe {
    max-width: 100%;
    vertical-align: top;
}
.radCircle,
.widget_calendar table tbody td a:before
/*100%*/

{
    -webkit-border-radius: 1000px !important;
    -moz-border-radius: 1000px !important;
    border-radius: 1000px !important;
}
/*--- form ---*/

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
select,
textarea {
    font-size: 16px;
    display: block;
    outline: none;
    color: #888888;
    border-width: 2px;
    border-style: solid;
    border-color: #ddd;
    margin: 0px;
    width: 100%;
    font-weight: 300;
    background-color: transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="submit"],
select,
button,
textarea {
	border-radius: 0 !important;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
input[type="password"] {
    padding: 7px 13px;
}
textarea {
    resize: vertical;
    padding: 15px;
    font-weight: 300;
}
textarea.textAreaSize {
    max-height: 400px !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    background-color: #fff;
}
input[type="text"].error_fields_class,
input[type="password"].error_fields_class,
textarea.error_fields_class {
    border-color: #f26248;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    color: #b4bb6b;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
input[type="search"]::-webkit-search-cancel-button:before {
    content: '\e800';
    font-family: 'fontello';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
select {
    font-size: 14px;
    outline: none;
    color: #888888;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #fff !important;
    margin: 0px;
    padding: 5px 10px !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    height: 35px;
}
button:focus {
    outline: none;
    border: none;
}
button::-moz-focus-inner {
    border: 0;
}
label {
    color: #222222;
    display: block;
    height: 20px;
    line-height: 14px;
}
label.required:before {
    color: #da6f5b;
    content: '*';
    display: block;
    float: left;
    margin: 0 3px 0 0;
}
cite {
    font-weight: 700;
}
abbr,
acronym {
    display: inline-block;
    position: relative;
}
abbr:before {
    content: '';
    height: 0;
    display: block;
    border-bottom: 1px dotted;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
acronym:before {
    content: '';
    height: 0;
    display: block;
    border-bottom: 1px dashed;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
pre {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    line-height: 1em;
    font-size: 13px;
}
q {
    font-size: 1.2em;
    font-style: italic;
}
/*=== body =========================================================================================*/
/*--- transition ---*/

a,
.transition,
.widget_tag_cloud a,
input,
textarea,
.hoverUnderline a span.hoverLine,
.wrapTopMenu .topMenu > ul > li > ul li a:before,
.widget_flickr .flickr_images .flickr_badge_image a:before,
.widget_flickr .flickr_images .flickr_badge_image a:after,
.wp-caption .wp-caption-text,
.sc_image .sc_image_caption,
.isotopeWrap .fullItemWrap .isotopeNav,
.isotopeWrap .fullItemWrap .fullItemClosed,
.post .postThumb.thumbZooom .thumb-ico,
.buttonScrollUp,
.widget_tag_cloud a:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*--- wrap ---*/

.wrap,
.main {
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.wrap {
    padding: 0;
    min-height: 100%;
	width: 100%;
	overflow: hidden;
}
.fullWidth.bodyStyleFullWide .wrapWide,
.fullWidth.bodyStyleFullWide .wrapWide .main,
.fullWidth.bodyStyleWide .wrapWide,
.bodyStyleBoxed .wrapBox .main {
    width: 100%;
}
.bodyStyleBoxed .wrapBox,
.wrapWide,
.fullWidth .isotopeWrap .fullContent article,
.main,
.mainWrap,
.tribe-events-page-template .fullWidth.bodyStyleWide .mainTribe,
.page-template-tribe-events .fullWidth.bodyStyleWide .mainTribe {
    width: 1240px;
    margin: 0 auto;
}
.bodyStyleBoxed .wrapWide {
    padding-left: 30px;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapWide:after,
.main:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.content {
    border-color: #ddd;
    border-style: solid;
    width: 100%;
    word-wrap: break-word;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sideBar {
    width: 25%;
    border-color: #ddd;
    border-style: solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bodyStyleFullwide.sideBarShow .sideBar {} .sideBarLeft .sideBar {
    float: left;
    border-width: 0 1px 0 0;
    padding: 0 30px 0 0;
    margin: 0 0 70px 0;
}
.sideBarLeft .content {
    float: right;
    border-width: 0 0 0 1px;
    padding: 0 0 0 30px;
    margin: 0 0 70px -0.0806%;
    width: 75.0806%;
}
.sideBarRight .sideBar {
    float: left;
    border-width: 0 0 0 1px;
    margin: 0 0 70px -1px;
    padding: 0 0 0 30px;
}
.sideBarRight .content {
    float: left;
    border-width: 0 1px 0 0;
    padding: 0 30px 0 0;
    width: 75%;
    margin: 0 0 70px 0;
}
.blog .sideBarRight .content {
    margin: 0;
}
.content section + section,
.content .post + .post {
    border-top: 1px solid #ddd;
}
/*--- icon clear ---*/

body [class^="icon-"]:before,
body [class*=" icon-"]:before {
    margin: 0;
    width: auto;
    line-height: normal;
}
/*=== grid =========================================================================================*/

[class^="sc_columns_"]:after,
[class*=" sc_columns_"]:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
/*indent=30px*/

[class^="sc_columns_"].sc_columns_indent,
[class*=" sc_columns_"].sc_columns_indent {
    margin: 0 -2.4193% 0 0;
}
[class^="sc_columns_"].sc_columns_item,
[class*=" sc_columns_"].sc_columns_item {
    float: left;
}
[class^="sc_columns_"].sc_columns_indent .sc_columns_item,
[class*=" sc_columns_"].sc_columns_indent .sc_columns_item {
    margin: 0 2.3622% 30px 0;
}
/*--- global columns ---*/

.sc_columns_1_1,
.sc_columns_1 .sc_columns_item {
    width: 100%;
}
.sc_columns_1_2,
.sc_columns_2 .sc_columns_item {
    width: 50%;
}
.sc_columns_1_3,
.sc_columns_3 .sc_columns_item {
    width: 33.3333%;
}
.sc_columns_1_4,
.sc_columns_4 .sc_columns_item {
    width: 25%;
}
.sc_columns_1_5,
.sc_columns_5 .sc_columns_item {
    width: 20%;
}
.sc_columns_1_6,
.sc_columns_6 .sc_columns_item {
    width: 16.6666%;
}
.sc_columns_7 .sc_columns_item {
    width: 14.2857%;
}
.sc_columns_8 .sc_columns_item {
    width: 12.5%;
}
.sc_columns_9 .sc_columns_item {
    width: 11.1111%;
}
.sc_columns_10 .sc_columns_item {
    width: 10%;
}
.sc_columns_11 .sc_columns_item {
    width: 9.0909%;
}
.sc_columns_12 .sc_columns_item {
    width: 8.3333%;
}
/*--- global columns indent ---*/

.sc_columns_1.sc_columns_indent .sc_columns_item {
    width: 97.6378%;
}
.sc_columns_2.sc_columns_indent .sc_columns_item {
    width: 47.6378%;
}
.sc_columns_3.sc_columns_indent .sc_columns_item {
    width: 30.9711%;
}
.sc_columns_4.sc_columns_indent .sc_columns_item {
    width: 22.6378%;
}
.sc_columns_5.sc_columns_indent .sc_columns_item {
    width: 17.6378%;
}
.sc_columns_6.sc_columns_indent .sc_columns_item {
    width: 14.3045%;
}
.sc_columns_7.sc_columns_indent .sc_columns_item {
    width: 11.9235%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item {
    width: 10.1378%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item {
    width: 8.7489%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item {
    width: 7.6378%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item {
    width: 6.7287%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item {
    width: 5.9711%;
}
/*--- colspan ----*/

.sc_columns_2_3,
.sc_columns_3 .colspan_2 {
    width: 66.6667%;
}
.sc_columns_2_4,
.sc_columns_4 .colspan_2 {
    width: 50%;
}
.sc_columns_3_4,
.sc_columns_4 .colspan_3 {
    width: 75%;
}
.reviewBlock,
.sc_columns_2_5,
.sc_columns_5 .colspan_2 {
    width: 40%;
}
.sc_columns_3_5,
.sc_columns_5 .colspan_3 {
    width: 60%;
}
.sc_columns_4_5,
.sc_columns_5 .colspan_4 {
    width: 80%;
}
.sc_columns_6 .colspan_2 {
    width: 33.3333%;
}
.sc_columns_6 .colspan_3 {
    width: 50%;
}
.sc_columns_6 .colspan_4 {
    width: 66.6667%;
}
.sc_columns_6 .colspan_5 {
    width: 83.3333%;
}
.sc_columns_7 .colspan_2 {
    width: 28.5714%;
}
.sc_columns_7 .colspan_3 {
    width: 42.8571%;
}
.sc_columns_7 .colspan_4 {
    width: 57.1429%;
}
.sc_columns_7 .colspan_5 {
    width: 71.4286%;
}
.sc_columns_7 .colspan_6 {
    width: 85.7143%;
}
.sc_columns_8 .colspan_2 {
    width: 25%;
}
.sc_columns_8 .colspan_3 {
    width: 37.5%;
}
.sc_columns_8 .colspan_4 {
    width: 50%;
}
.sc_columns_8 .colspan_5 {
    width: 62.5%;
}
.sc_columns_8 .colspan_6 {
    width: 75%;
}
.sc_columns_8 .colspan_7 {
    width: 87.5%;
}
.sc_columns_9 .colspan_2 {
    width: 22.2222%;
}
.sc_columns_9 .colspan_3 {
    width: 33.3333%;
}
.sc_columns_9 .colspan_4 {
    width: 44.4444%;
}
.sc_columns_9 .colspan_5 {
    width: 55.5556%;
}
.sc_columns_9 .colspan_6 {
    width: 66.6667%;
}
.sc_columns_9 .colspan_7 {
    width: 77.7778%;
}
.sc_columns_9 .colspan_8 {
    width: 88.8889%;
}
.sc_columns_10 .colspan_2 {
    width: 20%;
}
.sc_columns_10 .colspan_3 {
    width: 30%;
}
.sc_columns_10 .colspan_4 {
    width: 40%;
}
.sc_columns_10 .colspan_5 {
    width: 50%;
}
.sc_columns_10 .colspan_6 {
    width: 60%;
}
.sc_columns_10 .colspan_7 {
    width: 70%;
}
.sc_columns_10 .colspan_8 {
    width: 80%;
}
.sc_columns_10 .colspan_9 {
    width: 90%;
}
.sc_columns_11 .colspan_2 {
    width: 18.1818%;
}
.sc_columns_11 .colspan_3 {
    width: 27.2727%;
}
.sc_columns_11 .colspan_4 {
    width: 36.3636%;
}
.sc_columns_11 .colspan_5 {
    width: 45.4545%;
}
.sc_columns_11 .colspan_6 {
    width: 54.5455%;
}
.sc_columns_11 .colspan_7 {
    width: 63.6364%;
}
.sc_columns_11 .colspan_8 {
    width: 72.7273%;
}
.sc_columns_11 .colspan_9 {
    width: 81.8182%;
}
.sc_columns_11 .colspan_10 {
    width: 90.9091%;
}
.sc_columns_12 .colspan_2 {
    width: 16.6667%;
}
.sc_columns_12 .colspan_3 {
    width: 25%;
}
.sc_columns_12 .colspan_4 {
    width: 33.3333%;
}
.sc_columns_12 .colspan_5 {
    width: 41.6667%;
}
.sc_columns_12 .colspan_6 {
    width: 50%;
}
.sc_columns_12 .colspan_7 {
    width: 58.3333%;
}
.sc_columns_12 .colspan_8 {
    width: 66.6667%;
}
.sc_columns_12 .colspan_9 {
    width: 75%;
}
.sc_columns_12 .colspan_10 {
    width: 83.3333%;
}
.sc_columns_12 .colspan_11 {
    width: 91.6667%;
}
/*--- colspan indent ---*/

.sc_columns_3.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 64.3045%;
}
.sc_columns_4.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 47.6378%;
}
.sc_columns_4.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 72.6377%;
}
.sc_columns_5.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 37.6378%;
}
.sc_columns_5.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 57.6378%;
}
.sc_columns_5.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 77.6378%;
}
.sc_columns_6.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 30.9711%;
}
.sc_columns_6.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 47.6378%;
}
.sc_columns_6.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 64.3045%;
}
.sc_columns_6.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 80.9711%;
}
.sc_columns_7.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 26.2092%;
}
.sc_columns_7.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 40.4949%;
}
.sc_columns_7.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 54.7807%;
}
.sc_columns_7.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 69.0664%;
}
.sc_columns_7.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 83.3521%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 22.6378%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 35.1378%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 47.6378%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 60.1378%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 72.6378%;
}
.sc_columns_8.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 85.1378%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 19.86%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 30.9711%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 42.0822%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 53.1934%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 64.3045%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 75.4156%;
}
.sc_columns_9.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 86.5267%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 17.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 27.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 37.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 47.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 57.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 67.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 77.6378%;
}
.sc_columns_10.sc_columns_indent .sc_columns_item.colspan_9 {
    width: 87.6378%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 15.8196%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 24.9105%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 34.0014%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 43.0923%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 52.1832%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 61.2742%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 70.3651%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_9 {
    width: 79.456%;
}
.sc_columns_11.sc_columns_indent .sc_columns_item.colspan_10 {
    width: 88.5469%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 14.3045%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 22.6378%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 30.9711%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 39.3045%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 47.6378%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 55.9711%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 64.3045%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_9 {
    width: 72.6378%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_10 {
    width: 80.9711%;
}
.sc_columns_12.sc_columns_indent .sc_columns_item.colspan_11 {
    width: 89.3045%;
}
/*=== sidebar =========================================================================================*/
/*--- indent=20px ---*/

.sideBarShow .content [class^="sc_columns_"].sc_columns_indent,
.sideBarShow .content [class*=" sc_columns_"].sc_columns_indent {
    margin: 0 -2.2222% 0 0;
}
.sideBarShow .content [class^="sc_columns_"].sc_columns_indent .sc_columns_item,
.sideBarShow .content [class*=" sc_columns_"].sc_columns_indent .sc_columns_item {
    margin: 0 2.1739% 20px 0;
}
.sideBarShow .content .sc_columns_1.sc_columns_indent .sc_columns_item {
    width: 97.8261%;
}
.sideBarShow .content .sc_columns_2.sc_columns_indent .sc_columns_item {
    width: 47.8261%;
}
.sideBarShow .content .sc_columns_3.sc_columns_indent .sc_columns_item {
    width: 31.1594%;
}
.sideBarShow .content .sc_columns_4.sc_columns_indent .sc_columns_item {
    width: 22.8261%;
}
.sideBarShow .content .sc_columns_5.sc_columns_indent .sc_columns_item {
    width: 17.8261%;
}
.sideBarShow .content .sc_columns_6.sc_columns_indent .sc_columns_item {
    width: 14.4928%;
}
.sideBarShow .content .sc_columns_7.sc_columns_indent .sc_columns_item {
    width: 12.1118%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item {
    width: 10.3261%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item {
    width: 8.9372%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item {
    width: 7.8261%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item {
    width: 6.917%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item {
    width: 6.1594%;
}
/*--- colspan + sidebar ---*/

.sideBarShow .content .sc_columns_3.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 64.4928%;
}
.sideBarShow .content .sc_columns_4.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 47.8261%;
}
.sideBarShow .content .sc_columns_4.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 72.8261%;
}
.sideBarShow .content .sc_columns_5.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 37.8261%;
}
.sideBarShow .content .sc_columns_5.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 57.8261%;
}
.sideBarShow .content .sc_columns_5.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 77.8261%;
}
.sideBarShow .content .sc_columns_6.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 31.1594%;
}
.sideBarShow .content .sc_columns_6.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 47.8261%;
}
.sideBarShow .content .sc_columns_6.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 64.4928%;
}
.sideBarShow .content .sc_columns_6.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 81.1594%;
}
.sideBarShow .content .sc_columns_7.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 26.3975%;
}
.sideBarShow .content .sc_columns_7.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 40.6832%;
}
.sideBarShow .content .sc_columns_7.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 54.9689%;
}
.sideBarShow .content .sc_columns_7.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 69.2547%;
}
.sideBarShow .content .sc_columns_7.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 83.5404%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 22.8261%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 35.3261%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 47.8261%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 60.3261%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 72.8261%;
}
.sideBarShow .content .sc_columns_8.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 85.3261%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 20.0483%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 31.1594%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 42.2705%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 53.3816%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 64.4928%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 75.6039%;
}
.sideBarShow .content .sc_columns_9.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 86.715%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 17.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 27.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 37.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 47.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 57.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 67.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 77.8261%;
}
.sideBarShow .content .sc_columns_10.sc_columns_indent .sc_columns_item.colspan_9 {
    width: 87.8261%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 16.0079%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 25.0988%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 34.1897%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 43.2806%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 52.3715%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 61.4625%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 70.5534%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_9 {
    width: 79.6443%;
}
.sideBarShow .content .sc_columns_11.sc_columns_indent .sc_columns_item.colspan_10 {
    width: 88.7352%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_2 {
    width: 14.4928%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_3 {
    width: 22.8261%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_4 {
    width: 31.1594%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_5 {
    width: 39.4928%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_6 {
    width: 47.8261%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_7 {
    width: 56.1594%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_8 {
    width: 64.4928%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_9 {
    width: 72.8261%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_10 {
    width: 81.1594%;
}
.sideBarShow .content .sc_columns_12.sc_columns_indent .sc_columns_item.colspan_11 {
    width: 89.4928%;
}
/*--- box Wrap ---*/

.bodyStyleBoxed {
    text-align: center;
}
.bodyStyleBoxed .wrapBox {
    text-align: left;
    display: inline-block;
    background-color: #f8f6ee;
}
.bodyStyleBoxed.bgPattern_1 {
    background: url(../images/bg/pattern_1.png) 50% 50% repeat fixed;
}
.bodyStyleBoxed.bgPattern_2 {
    background: url(../images/bg/pattern_2.png) 50% 50% repeat fixed;
}
.bodyStyleBoxed.bgPattern_3 {
    background: url(../images/bg/pattern_3.png) 50% 50% repeat fixed;
}
.bodyStyleBoxed.bgPattern_4 {
    background: url(../images/bg/pattern_4.png) 50% 50% repeat fixed;
}
.bodyStyleBoxed.bgPattern_5 {
    background: url(../images/bg/pattern_5.png) 50% 50% repeat fixed;
}
.bodyStyleBoxed.bgPattern_6 {
    background: url(../images/bg/pattern_6.png) 50% 50% repeat fixed;
}
.bodyStyleBoxed.bgImage_1 {
    background: url(../images/bg/image_1.jpg) 50% 0% no-repeat fixed;
}
.bodyStyleBoxed.bgImage_2 {
    background: url(../images/bg/image_2.jpg) 50% 0% no-repeat fixed;
}
.bodyStyleBoxed.bgImage_3 {
    background: url(../images/bg/image_3.jpg) 50% 0% no-repeat fixed;
}
.bodyStyleBoxed.bgImage_1,
.bodyStyleBoxed.bgImage_2,
.bodyStyleBoxed.bgImage_3 {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
/*=== header =========================================================================================*/

#header {
    position: relative;
    min-height: 150px;
}
/*--- logo ---*/

.logoHeader {
    width: 150px;
    margin: 0 auto 40px auto;
}
.logoHeader .logoImg {
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #b4bb6b;
    padding: 40px 15px 0 15px;
    position: relative;
}
.logoHeader img {
    width: 100%;
}
.logoHeader .logo_bg_size {
    display: block;
    text-decoration: none;
    height: 0;
}
.subTitle {
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
}
.subTitle:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f00;
    margin: 25px auto 0 auto;
    background: url(../images/subtitle_ico.png) no-repeat center center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
.hideMenuDisplay .topMenuShow .logoHeader .logoImg {
    padding: 5px 15px;
}
.hideMenuDisplay .topMenuShow .logoHeader img {
    width: 80%;
}
.logoStyleBG .logoHeader .logoImg {
    background-color: #b4bb6b;
    padding: 10px 15px 0px 15px;
    color: #fff;
}
.logoStyleBG .logoHeader .logo_bg_size {
    width: 0;
    height: 0;
    border-color: #b4bb6b transparent transparent transparent;
    border-style: solid;
    border-width: 45px 55px 0 55px;
}
.wrap.logoImageStyle .logoHeader {
    width: 300px;
}
.wrap.logoImageStyle .logo_bg_size {
    border-width: 45px 150px 0 150px;
}
.logoSeparator .wrapTopMenu .topMenu #mainmenu {
    padding: 70px 165px 0 0;
}
.logoSeparator .wrapTopMenu .topMenu #mainmenu_right {
    padding: 70px 0 0 165px;
}
/*--- top menu ---*/

#header .menuFixedWrapBlock {
    height: 0;
}
#header .openTopMenu:before,
#header .openTopMenu:after,
.openMobileMenu:before,
.openMobileMenu:after,
.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapTopMenu > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
/*--- button openTopMenu ---*/

#header .openTopMenu {
    display: block;
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    background: #b4bb6b;
    z-index: 5;
    font-size: 20px;
    font-weight: 900;
    line-height: 45px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
#header .openTopMenu:before,
#header .openTopMenu:after {
    font-family: "fontello";
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
}
#header .openTopMenu:before {
    content: '\e81b';
}
#header .openTopMenu:after {
    content: '\e878';
}
#header .topMenuShow .openTopMenu:before {
    margin: -45px 0 0 0;
}
#header .topMenuShow .openTopMenu:after {} .visibleMenuDisplay #header .openTopMenu {
    display: none;
}
.openMobileMenu {
    display: none;
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    background: #b4bb6b;
    z-index: 6;
    font-size: 20px;
    font-weight: 900;
    line-height: 45px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.openMobileMenu:before,
.openMobileMenu:after {
    font-family: "fontello";
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
}
.openMobileMenu:before {
    content: '\e865';
}
.openMobileMenu:after {
    content: '\e878';
}
.menuMobileShow .openMobileMenu:before {
    margin: -45px 0 0 0;
}
.menuMobileShow .wrapTopMenu .topMenu > ul {
    display: block;
}
/*--- top menu fixed ---*/

.menuStyleFixed #header .menuFixedWrap {
    top: -200px;
}
.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #b4bb6b;
}
.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap .wrapTopMenu .topMenu > ul {
    padding: 0 !important;
    text-align: right;
}
.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap .wrapTopMenu .topMenu > ul#mainmenu_right {
    text-align: left;
}
.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap .wrapTopMenu .topMenu > ul > li > a {
    color: #fff;
}
.bodyStyleBoxed.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap {
    width: 1240px;
    margin: 0 0 0 -620px;
    left: 50%;
    right: auto;
}
.admin-bar .menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap {
    top: 32px;
}
.menuSmartScrollShow.menuStyleFixed #header.fixedTopMenuShow .menuFixedWrap {
    top: -150px;
}
.menuSmartScrollShow.menuStyleFixed #header.fixedTopMenuShow.smartScrollDown .menuFixedWrap {
    top: 0;
}
.admin-bar .menuSmartScrollShow.menuStyleFixed #header.fixedTopMenuShow.smartScrollDown .menuFixedWrap {
    top: 32px;
}
/*--- top mainMenu ---*/

.wrapTopMenu,
.wrapTopMenu .topMenu > ul > li > a,
#header .userMenuArea a:before,
.menuStyle1 #header ul > li > ul li a:before,
.hideMenuDisplay .logoHeader .logoImg,
.hideMenuDisplay .logoHeader img,
.hideMenuDisplay .logoHeader .logo_bg_size {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapTopMenu {} .wrapTopMenu:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
/* separator */

.logoSeparator .wrapTopMenu .topMenu {
    position: relative;
}
.logoSeparator .wrapTopMenu .topMenu > ul {
    width: 50%;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logoSeparator .wrapTopMenu .topMenu > ul > li > a {
    margin: 0;
}
.logoSeparator .wrapTopMenu .topMenu #mainmenu {
    float: left;
    text-align: left;
    padding: 70px 70px 0 0;
    z-index: 200;
}
.logoSeparator .wrapTopMenu .topMenu #mainmenu_right {
    float: right;
    text-align: right;
    padding: 70px 0 0 70px;
    z-index: 201;
}
.logoSeparator .logoWrap {
    text-align: center;
}
.logoSeparator .logoWrap .logoHeader {
    display: inline-block;
}
.logoSeparator .logoWrap .logoHeader .logoImg {
    margin: -70px auto 0 auto;
    z-index: 199;
}
.wrapTopMenu .topMenu a {
    font-size: 14px;
}
.wrapTopMenu .topMenu > ul {
    padding: 0;
    text-align: center;
    height: 45px;
}
.wrapTopMenu .topMenu > ul > li {
    display: inline-block;
    position: relative;
    list-style-type: none;
}
.wrapTopMenu .topMenu > ul > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #000;
    padding: 0 20px;
    margin: 0 20px;
    letter-spacing: 3px;
    font-weight: 600;
    z-index: 200;
}
.wrapTopMenu .topMenu > ul > li > a {
    position: relative;
    display: inline-block;
}
.wrapTopMenu .topMenu > ul > li > a:before {
    content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 8px;
    left: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transition: left 0.5s ease, right 0.5s ease, opacity 0.5s 0.5s ease;
    -moz-transition: left 0.5s ease, right 0.5s ease, opacity 0.5s 0.5s ease;
    -o-transition: left 0.5s ease, right 0.5s ease, opacity 0.5s 0.5s ease;
    transition: left 0.5s ease, right 0.5s ease, opacity 0.5s 0.5s ease;
}
.wrapTopMenu .topMenu > ul > li.sfHover > a:before,
.wrapTopMenu .topMenu > ul > li > a:hover:before {
    left: 20px;
    right: 20px;
    opacity: 1;
    -webkit-transition: left 0.5s ease, right 0.5s ease, opacity 0.5s ease;
    -moz-transition: left 0.5s ease, right 0.5s ease, opacity 0.5s ease;
    -o-transition: left 0.5s ease, right 0.5s ease, opacity 0.5s ease;
    transition: left 0.5s ease, right 0.5s ease, opacity 0.5s ease;
}
.wrapTopMenu .topMenu > ul > li > a:before {} .menuStyleFixed .fixedTopMenuShow .wrapTopMenu .topMenu > ul > li > a:before {
    background-color: #fff;
}
.wrapTopMenu .topMenu > ul > li > ul {
    display: none;
    position: absolute;
    left: 50%;
    padding: 10px 15px;
    min-width: 150px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #b4bb6b;
    width: 180px;
    margin: 0 0 0 -105px;
    z-index: 203;
}
.wrapTopMenu .topMenu > ul > li > ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -18px;
    block;
    width: 0;
    height: 0;
    margin: 0 0 0 -9px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 9px 8px 9px;
}
.wrapTopMenu .topMenu > ul > li > ul:after {
    content: '';
    position: absolute;
    top: -11px;
    left: -1px;
    right: -1px;
    height: 10px;
    display: block;
    background-color: #fff;
    opacity: 0;
}
.wrapTopMenu .topMenu > ul > li > ul li {
    list-style: none;
    text-align: left;
    position: relative;
    display: block;
}
.wrapTopMenu .topMenu > ul > li > ul li a {
    margin: 0;
    padding: 7px 0;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.wrapTopMenu .topMenu > ul > li > ul li a:before {
    width: 30px;
}
.wrapTopMenu .topMenu > ul > li > ul li.sfHover > a:before,
.wrapTopMenu .topMenu > ul > li > ul li a:hover:before {
    width: 100px;
}
.wrapTopMenu .topMenu > ul > li > ul li.menu-item-has-children {
    padding: 0 15px 0 0;
}
.wrapTopMenu .topMenu > ul > li > ul li.menu-item-has-children:after {
    content: '\e84f';
    font-family: "fontello";
    text-align: center;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    font-size: 12px;
}
.wrapTopMenu .topMenu > ul > li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
    border-style: solid;
    border-width: 1px;
    padding: 10px 15px;
    margin: 0 0 0 15px;
    z-index: 4;
}
/*--- user menu area ---*/

#header .userMenuArea ul.usermenuList {} #header .userMenuArea .userMenuWrap > ul.usermenuList .usermenuControlPanel > ul {
    min-width: 100px;
    width: 100px;
    margin: 0 0 0 -65px;
}
#header .userMenuArea ul.usermenuList .usermenuCurrency {} #header .userMenuArea .userMenuWrap > ul.usermenuList .usermenuCurrency > ul {
    min-width: 100px;
    width: 100px;
    margin: 0 0 0 -65px;
}
/*--- lang ---*/

#header .userMenuArea ul.usermenuList .usermenuLanguage > a:before {
    display: none;
}
#header .userMenuArea ul.usermenuList .usermenuLanguage > a span,
#header .userMenuArea ul.usermenuList .usermenuLanguage > a img {
    display: inline-block;
}
#header .userMenuArea ul.usermenuList .usermenuLanguage > ul {} #header .userMenuArea ul.usermenuList .usermenuLanguage > ul li {} #header .userMenuArea ul.usermenuList .usermenuLanguage > ul li a {
    padding: 5px 0;
}
#header .userMenuArea ul.usermenuList .usermenuLanguage > ul li a img {
    display: inline-block;
    margin: 0 5px 0 0;
}
/*--- cart ---*/

#header .userMenuArea ul.usermenuList .usermenuCart {} #header .userMenuArea ul.usermenuList .usermenuCart > ul {
    width: 280px;
    right: 0;
    left: auto;
    box-sizing: border-box;
}
#header .userMenuArea ul.usermenuList .usermenuCart ul:before {
    right: 30px;
    left: auto;
}
#header .userMenuArea ul.usermenuList .usermenuCart aside:last-child {
    padding-bottom: 0;
    margin-bottom: 10px;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widgettitle {
    font-size: 20px;
    margin: 10px 0;
    color: #fff;
}
#header .userMenuArea ul.usermenuList .usermenuCart ul ul {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
}
#header .userMenuArea ul.usermenuList .usermenuCart.sfHover .widget_shopping_cart {
    display: block !important;
}
#header .userMenuArea ul.usermenuList .usermenuCart .hide_cart_widget_if_empty .cart_list {
    color: #fff;
    border: none;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area ul li {
    margin-bottom: 10px;
    padding: 0
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area ul li + li {
    padding: 10px 0 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area ul li a {
    color: #222222;
    padding: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area ul li a:before {
    display: none;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area ul li .quantity {
    border: none;
    color: #fff;
    font-family: tahoma;
    font-size: 10px;
    font-weight: 100;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons {
    margin: 0 0 5px 0;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a,
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a:hover,
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a:after,
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a:hover:after {
    text-decoration: none !important;
    font-size: 14px !important;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a:before {
    display: none !important;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a {
    padding: 10px 15px;
    display: inline-block;
    float: none;
    margin-right: 10px;
    width: auto;
    font-size: 10px;
    letter-spacing: 0;
    border: 1px solid #fff !important;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.buttons a:hover {
    border: 1px solid #000 !important;
}
#header .userMenuArea ul.usermenuList .usermenuCart .widget_area p.total {
    margin: 0 0 10px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
/*--- login ---*/

#header .userMenuArea ul.usermenuList .usermenuLogin {}
/*=== tpp menu =========================================================================================*/

.userMenuArea {
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f00;
    overflow: hidden;
}
.userAreaShow .userMenuArea {
    overflow: visible;
}
.userMenuArea .openUserArea {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #ccc;
    position: relative;
    z-index: 1003;
    background-color: #b4bb6b;
    overflow: hidden;
}
.userMenuArea .openUserArea:before,
.userMenuArea .openUserArea:after {
    font-family: "fontello";
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    position: absolute;
    right: 0;
    background-color: #b4bb6b;
    color: #fff;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
}
.userMenuArea .openUserArea:before {
    content: '\e865';
    top: 0;
}
.userMenuArea .openUserArea:after {
    content: '\e878';
    top: 45px;
}
.userAreaShow .userMenuArea .openUserArea:before {
    top: -45px;
}
.userAreaShow .userMenuArea .openUserArea:after {
    top: 0;
}
.userMenuArea .userMenuWrap {
    height: 45px;
    position: absolute;
    top: 0;
    background-color: #caa;
    z-index: 1002;
    padding: 0 10px;
    background-color: #b4bb6b;
    -webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -o-transition: right 1s ease;
    transition: right 1s ease;
    right: -1000px;
}
.userAreaShow .userMenuArea .userMenuWrap {
    right: 45px;
}
.userMenuArea a {
    font-size: 12px;
}
.userMenuArea .userMenuWrap > ul {
    padding: 0;
    white-space: nowrap;
}
.userMenuArea .userMenuWrap > ul > li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.userMenuArea .userMenuWrap > ul > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    text-decoration: none;
}
.hideMenuDisplay .userMenuArea .userMenuWrap > ul > li > a {
    color: #fff;
}
.hideMenuDisplay .userMenuArea .userMenuWrap > ul > li > a:before {
    background-color: #fff;
}
.userMenuArea .userMenuWrap > ul > li > a {
    position: relative;
    display: inline-block;
}
.userMenuArea .userMenuWrap > ul > li > a:before {
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    right: 50%;
}
.userMenuArea .userMenuWrap > ul > li.sfHover > a:before,
.userMenuArea .userMenuWrap > ul > li > a:hover:before {
    left: 10px;
    right: 10px;
}
.userMenuArea .userMenuWrap > ul > li > ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 55px;
    padding: 10px 15px;
    min-width: 150px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    width: 180px;
    margin: 0 0 0 -105px
}
.userMenuArea .userMenuWrap > ul > li > ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -18px;
    block;
    width: 0;
    height: 0;
    margin: 0 0 0 -9px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 9px 8px 9px;
}
.userMenuArea .userMenuWrap > ul > li > ul:after {
    content: '';
    position: absolute;
    top: -11px;
    left: -1px;
    right: -1px;
    height: 10px;
    display: block;
    background-color: #fff;
    opacity: 0;
}
.userMenuArea .userMenuWrap > ul > li > ul li {
    list-style: none;
    text-align: left;
    position: relative;
    display: block;
}
.userMenuArea .userMenuWrap > ul > li > ul li a {
    margin: 0;
    padding: 7px 0;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.userMenuArea .userMenuWrap > ul > li > ul li a:before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 50%;
}
.userMenuArea .userMenuWrap > ul > li > ul li.sfHover > a:before,
.userMenuArea .userMenuWrap > ul > li > ul li a:hover:before {
    left: 0%;
    right: 0%;
}
.userMenuArea .userMenuWrap > ul > li > ul li.menu-item-has-children {
    padding: 0 15px 0 0;
}
.userMenuArea .userMenuWrap > ul > li > ul li.menu-item-has-children:after {
    content: '\e84f';
    font-family: "fontello";
    text-align: center;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    margin: -5px 0 0 0;
    font-size: 12px;
}
.userMenuArea .userMenuWrap > ul > li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
    border-style: solid;
    border-width: 1px;
    padding: 10px 15px;
    margin: 0 0 0 15px;
}
/*--- style1 ---*/

.menuStyle1 #header ul > li > ul {
    background-color: #b4bb6b;
    top: 45px;
}
.menuStyle1 #header ul > li > ul:before {
    top: -9px;
    border-color: transparent transparent #b4bb6b transparent;
}
.menuStyle1 #header ul > li > ul li a {
    color: #fff;
}
.menuStyle1 #header ul > li > ul li a:before {
    background-color: #fff;
}
.menuStyle1 #header ul > li > ul li.sfHover > a,
.menuStyle1 #header ul > li > ul li a:hover {
    color: #fff;
}
.menuStyle1 #header ul > li > ul li a:before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
}
.menuStyle1 #header ul > li > ul li.sfHover > a:before,
.menuStyle1 #header ul > li > ul li a:hover:before {
    width: 100%;
}
.menuStyle1 #header ul > li > ul li.current-menu-item a:before {
    width: 100%;
}
.menuStyle1 #header ul > li > ul li.menu-item-has-children:after {
    color: #fff;
}
.menuStyle1 #header ul > li > ul > li ul {
    margin: 0 0 0 17px;
    top: -11px;
}
/*--- style2 ---*/

.menuStyle2 #header ul > li > ul {
    background-color: #fff;
    top: 55px;
}
.menuStyle2 #header ul > li > ul:before {
    border: none;
    width: 10px;
    height: 10px;
    background-color: #b4bb6b;
    border-radius: 5px;
}
.menuStyle2 #header ul > li > ul li a {
    color: #000;
}
.menuStyle2 #header ul > li > ul li a:before {
    background-color: #b4bb6b;
}
.menuStyle2 #header ul > li > ul li.sfHover > a,
.menuStyle2 #header ul > li > ul li a:hover {
    color: #b4bb6b;
}
.menuStyle2 #header ul > li > ul li.menu-item-has-children:after {
    color: #000;
}
.menuStyle2 #header ul > li > ul > li ul {
    background-color: #fff;
    border-color: #b4bb6b;
    top: -8px;
}
.hideMenuDisplay .wrapTopMenu {
    height: 0;
}
.hideMenuDisplay .wrapTopMenu .topMenu {
    height: 0;
    overflow: hidden;
}
.hideMenuDisplay .topMenuShow .wrapTopMenu .topMenu {
    height: auto;
    overflow: visible;
}
.hideMenuDisplay .wrapTopMenu .topMenu > ul > li > a {
    line-height: 16px;
    height: 16px;
    opacity: 0;
}
.hideMenuDisplay .topMenuShow .wrapTopMenu {
    min-height: 45px;
}
.hideMenuDisplay .topMenuShow .wrapTopMenu .topMenu > ul > li > a {
    line-height: 45px;
    height: 45px;
    opacity: 1;
    font-weight: 600;
}
/*=== footer =========================================================================================*/

.bodyStyleBoxed .wrapBox footer {
    padding-left: 30px;
    padding-right: 30px;
}
footer {
    border-top: 1px solid #ddd;
}
footer.footerWidget {
    padding: 70px 0 0 0;
}
footer .widget_area {
    margin-bottom: 0 !important;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ddd;
}
footer .widget_area:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
footer .widget_area.widget_second {
    padding: 70px 0 40px 0;
}
/*--- top ---*/

.topWidget {
    padding: 70px 0 0 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0 0 70px 0;
}
.topWidget .widget_area {
    padding: 0 0 40px 0;
}
.topWidget .widget_area.widget_second {
    padding: 0 0 40px 0;
}
/*--- google maps ---*/

#sc_googlemap_footer {
    height: 350px;
}
/*--- copyright ---*/

.copyright {
    padding: 30px 0;
    font-size: 14px;
}
/*--- float ---*/

.wp-caption,
.sc_image {
    position: relative;
    overflow: hidden;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.sc_image.alignleft,
.sc_image.alignright {
    margin-top: 5px;
}
.wp-caption img,
.sc_image img {
    display: block;
    width: 100% !important;
}
.sideBarShow .wp-caption img,
.sideBarShow .sc_image img {
    max-width: 900px;
}
.wp-caption img,
.sc_image img {
    max-width: 1240px;
}
.wp-caption a,
.sc_image a {
    display: block;
}
.wp-caption .wp-caption-text,
.sc_image .sc_image_caption {
    margin: 0;
    padding: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.wp-caption:hover .wp-caption-text,
.sc_image:hover .sc_image_caption {
    bottom: 0;
}
.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.aligncenter {
    margin: 0 auto 30px auto;
    clear: both;
}
.alignnone {
    margin: 0 0 30px 0;
}
/*--- WP Styles ---==*/

.sticky {} .sticky .sticky_label {} .gallery-caption {} .bypostauthor {}
/*=== Widget =========================================================================================*/

.sideBar .widgetWrap {} .sideBar .widgetWrap:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.sideBar .widgetWrap + .widgetWrap {
    border-top: 1px solid #ddd;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
}
.widgetWrap select {
    width: 100%;
}
.widgetWrap .title {
    margin: 0 0 25px 0;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}
.widgetWrap ul {
    margin: 0;
    padding: 0 0 0 16px;
}
.widgetWrap ul > li {
    list-style: none;
    color: #b4bb6b;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}
.widgetWrap ul > li:before {
    content: '\e801';
    font-family: "fontello";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: -16px;
    top: 0;
    text-align: center;
    font-size: 6px;
}
.widgetWrap ul > li + li {
    margin: 5px 0 0 0;
}
.widgetWrap ul > li a {
    color: #898989;
}
.widgetWrap ul > li a:hover {
    color: #b4bb6b;
}
.widgetWrap ul > li ul {
    padding: 0 0 0 15px;
    margin: 5px 0 0 0;
}
.widgetWrap ul > li ul li {
    position: relative;
}
.widgetWrap ul > li ul li + li {
    margin: 4px 0 0 0;
}
/*--- widget links uppercase ---*/

.widgetWrap.widget_nav_menu ul > li a,
.widgetWrap.widget_archive ul > li a,
.widgetWrap.widget_categories ul > li a,
.widgetWrap.widget_recent_entries ul > li a {
    text-transform: none;
}
/*--- Widget calendar ---*/

.widget_calendar {
    font-size: 14px;
}
.widget_calendar table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate
}
.widget_calendar table a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.widget_calendar table td {
    padding: 0;
}
.widget_calendar table caption {
    margin: 0 0 10px 0;
    font-weight: 600;
}
.widget_calendar table thead {
    font-size: 12px;
    font-weight: 900;
    color: #222222;
}
.widget_calendar table thead th {
    height: 36px;
    line-height: 36px;
}
.widget_calendar table tfoot td {
    height: 36px;
    line-height: 36px;
}
.widget_calendar table tfoot td a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: #222;
}
.widget_calendar table tfoot td#prev {
    text-align: left;
}
.widget_calendar table tfoot td#next {
    text-align: right;
}
.widget_calendar table tbody {} .widget_calendar table tbody td {
    text-align: center;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    color: #898989;
}
.widget_calendar table tbody td a {
    display: block;
    height: 36px;
    position: relative;
    margin: -1px;
}
.widget_calendar table tbody td a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #b4bb6b;
    left: 50%;
    margin: 0 0 0 -2px;
    bottom: 4px;
}
.widget_calendar table tbody td a:hover {
    background-color: #b4bb6b;
    color: #fff
}
.widget_calendar table tbody td a:hover:before {
    background-color: #fff;
}
.widget_calendar table tbody td#today {
    outline: 1px solid #b4bb6b;
}
/*--- Widget tags ---*/

.widget_tag_cloud {} .widget_tag_cloud .tagcloud {
    overflow: hidden;
}
.widget_tag_cloud a {
    display: block;
    float: left;
    font-size: 13px !important;
    background-color: #b4bb6b;
    color: #fff;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    position: relative;
}
.widget_tag_cloud a:before {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0;
}
.widget_tag_cloud a:hover {
    color: #fff;
}
.widget_tag_cloud a:hover:before {
    opacity: 0.2;
}
/*--- Widget search ---*/

.widget_search .searchFormWrap {
    position: relative;
    height: 35px;
}
.widget_search .searchFormWrap .searchSubmit {
    float: right;
    width: 90px;
    margin: 0 0 0 3px;
    padding: 0;
}
.widget_search .searchFormWrap .searchSubmit a{
    padding: 6px 20px!important;
    border: none!important;
}
.widget_search .searchFormWrap .searchSubmit input {
    height: 35px;
    text-align: center;
    padding: 0 11px;
}
.widget_search .searchFormWrap .searchField {
    overflow: hidden;
}
.widget_search .searchFormWrap .searchField input {
    width: 100%;
    height: 36px;
    padding: 0 13px;
    display: block;
    background-color: #fff;
    color: #bebebe;
    border: 1px solid #dddddd;
    -webkit-appearance: none;
    font-size: 12px;
}
.widget_search .searchFormWrap .searchField input:focus {
    color: #000;
    border-color: #cfcfcf;
}
.widget_search .searchFormWrap .searchField input:-moz-placeholder {
    color: #bebebe;
}
.widget_search .searchFormWrap .searchField input::-webkit-input-placeholder {
    color: #bebebe;
}
/*--- Widget recent comments ---*/

.widget_recent_comments ul {
    padding: 0 0 0 20px;
}
.widget_recent_comments ul > li {
    color: #000 !important;
    list-style: none;
    position: relative;
    margin: 0;
}
.widget_recent_comments ul > li + li {
    margin: 15px 0 0 0;
}
.widget_recent_comments ul > li:before {
    content: '\e819';
    font-family: "fontello";
    color: #cecece;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    position: absolute;
    left: -20px;
    top: 3px;
}
.widget_recent_comments ul > li a {
    color: #b4bb6b;
}
/*--- Widget recent reviews  ---*/

.widget_recent_reviews {} .widget_recent_reviews .post_item + .post_item {
    padding: 30px 0 0 0;
}
.widget_recent_reviews .post_item .post_thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 0 0;
}
.widget_recent_reviews .post_item .post_thumb img {
    width: 100%;
}
.widget_recent_reviews .post_item .post_wrapper {
    overflow: hidden;
}
.widget_recent_reviews .post_item .post_wrapper .post_title {
    font-size: 14px;
    margin: 0 0 2px;
    line-height: 17px;
}
.widget_recent_reviews .post_item .post_wrapper .post_info {
    font-size: 14px;
    line-height: 18px;
}
.widget_recent_reviews .post_item .post_wrapper .post_info .post_date {} .widget_recent_reviews .post_item .post_wrapper .post_info .post_author {} .widget_recent_reviews .post_item .post_wrapper .post_info .link_review {
    display: block;
    height: 20px;
    margin: 3px 0 0 0;
}
.widget_recent_reviews .post_item .post_wrapper .post_info .post_review {
    display: inline-block;
    color: #fff;
    height: 16px;
    font-size: 11px;
    line-height: 17px;
    overflow: hidden;
}
.widget_recent_reviews .post_item .post_wrapper .post_info .post_review .post_review_number,
.widget_recent_reviews .post_item .post_wrapper .post_info .post_review .review_icon {
    background-color: #b4bb6b;
    float: left;
    display: block;
}
.widget_recent_reviews .post_item .post_wrapper .post_info .post_review:after {
    content: '';
    display: block;
    float: left;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #b4bb6b;
    width: 0;
    height: 0;
}
.widget_recent_reviews .post_item .post_wrapper .post_info .post_review .post_review_number {
    padding: 0 5px 0 5px;
}
.widget_recent_reviews .post_item .post_wrapper .post_info .post_review .review_icon {
    font-size: 10px;
    line-height: 20px;
    display: none;
}
/*--- widget flickr ---*/

.widget_flickr {} .widget_flickr .flickr_images {
    overflow: hidden;
    margin: 0 -5px 0 0;
}
.widget_flickr .flickr_images .flickr_badge_image {
    float: left;
    width: 33.3333%;
    margin: 0 !important;
    height: auto !important;
}
.widget_flickr .flickr_images .flickr_badge_image a {
    display: block;
    margin: 0 5px 5px 0;
    position: relative;
}
.widget_flickr .flickr_images .flickr_badge_image img {
    display: block;
    width: 100%;
}
.widget_flickr .flickr_images .flickr_badge_image a:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.widget_flickr .flickr_images .flickr_badge_image a:hover:before {
    opacity: 0.8;
}
.widget_flickr .flickr_images .flickr_badge_image a:after {
    font-family: "fontello";
    content: '\e833';
    color: #fff;
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -16px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    opacity: 0;
}
.widget_flickr .flickr_images .flickr_badge_image a:hover:after {
    opacity: 1;
    margin: -16px 0 0 -16px;
}
/*--- widget twitter ---*/

.widget_twitter {} .widget_twitter ul {
    padding: 0 0 0 25px;
    margin: 0;
}
.widgetWrap.widget_twitter ul > li {
    color: #000;
    list-style: none;
    position: relative;
}
.widget_twitter ul > li + li {
    margin: 20px 0 0 0;
    padding: 0;
}
.widget_twitter ul > li:before {
    content: '\e820';
    font-family: "fontello";
    color: #b4bb6b;
    text-align: left;
    font-size: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    top: 5px;
    left: -25px;
}
.widget_twitter ul > li a {
    color: #b4bb6b;
}
.widget_twitter ul > li a:hover {}
/*--- widget socials ---*/

aside.widget_socials ul li {
    margin: 0;
}
.widget_socials .social_style_images {
    padding: 0 0 10px 0;
}
.widget_socials .logo_image {
    text-align: center;
    padding: 0 0 20px 0;
}
.widget_socials .logo_image img {
    display: inline-block;
}
.widget_socials .logo_descr {
    padding: 0 0 20px 0;
    font-size: 14px;
}
.widget_socials .copy_descr {
    font-size: 14px;
}
/*--- rss ---*/

.widget_rss {} .widget_rss ul {} .widget_rss ul li {
    line-height: 20px;
}
.widget_rss ul li + li {
    padding: 30px 0 0 0;
}
.widget_rss ul li .rss-date,
.widget_rss ul li .rssSummary {
    color: #000;
}
.widget_rss ul li a {
    color: #b4bb6b;
}
/*--- widget popular posts ---*/

.widget_trex_post {} .widget_trex_post .ui-tabs-nav {
    overflow: hidden;
    padding: 0 0 20px 0;
}
.widget_trex_post .ui-tabs-nav li {
    list-style: none;
    float: left;
    margin: 0
}
.widget_trex_post .ui-tabs-nav li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #b4bb6b;
    color: #b4bb6b;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}
.widget_trex_post .ui-tabs-nav li:before {
    display: none;
}
.widget_trex_post .ui-tabs-nav li.ui-state-active a {
    background-color: #b4bb6b;
    color: #fff;
}
.widget_trex_post .post_item {
    overflow: hidden;
}
.widget_trex_post .post_item + .post_item {
    padding: 30px 0 0 0;
}
.widget_trex_post .post_item .post_thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 0 0;
}
.widget_trex_post .post_item .post_thumb img {
    width: 100%;
}
.widget_trex_post .post_item .post_wrapper {
    overflow: hidden;
}
.widget_trex_post .post_item .post_wrapper .post_title {
    font-size: 14px;
    margin: 0 0 2px;
    line-height: 18px;
}
.widget_trex_post .post_item .post_wrapper .post_info {
    font-size: 14px;
    line-height: 18px;
}
.widget_trex_post .post_item .post_wrapper .post_info .post_date {} .widget_trex_post .post_item .post_wrapper .post_info .post_author {} .widget_trex_post .post_item .post_wrapper .post_info .post_comments_text {
    display: block;
}
.widget_trex_post .post_item .post_wrapper .post_info .post_comments {} .widget_trex_post .post_item .post_wrapper .post_info .post_comments .comments_icon {
    padding: 0 5px;
}
/*--- Widget top10 ---*/

.widget_top10 {} .widget_top10 .ui-tabs-nav {
    overflow: hidden;
    padding: 0 0 20px 0;
}
.widget_top10 .ui-tabs-nav li {
    list-style: none;
    float: left;
    margin: 0;
}
.widget_top10 .ui-tabs-nav li:before {
    display: none;
}
.widget_top10 .ui-tabs-nav li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #b4bb6b;
    color: #b4bb6b;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}
.widget_top10 .ui-tabs-nav li.ui-state-active a {
    background-color: #b4bb6b;
    color: #fff;
}
.widget_top10 .post_item {
    overflow: hidden;
}
.widget_top10 .post_item + .post_item {
    padding: 30px 0 0 0;
}
.widget_top10 .post_item .post_thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 0 0;
}
.widget_top10 .post_item .post_thumb img {
    width: 100%;
}
.widget_top10 .post_item .post_wrapper {
    overflow: hidden;
}
.widget_top10 .post_item .post_wrapper .post_title {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}
.widget_top10 .post_item .post_wrapper .post_info {
    font-size: 14px;
    line-height: 18px;
}
.widget_top10 .post_item .post_wrapper .post_info .post_date {} .widget_top10 .post_item .post_wrapper .post_info .post_author {} .widget_top10 .post_item .post_wrapper .post_info .post_comments_text {
    display: block;
}
.widget_top10 .post_item .post_wrapper .post_info .post_comments {} .widget_top10 .post_item .post_wrapper .post_info .post_comments .comments_icon {
    padding: 0 2px 0 5px;
}
/*=== post protected =========================================================================================*/

.post-password-required {} .post-password-required.singlePage {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}
.post-password-required article p {
    margin: 0 0 10px 0;
}
.post-password-required article:before {
    content: '\e864';
    font-family: "fontello";
    display: block;
    text-align: center;
    height: 100px;
    font-size: 100px;
    line-height: 100px;
}
.post-password-required article:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.post-password-required .post-password-form {
    display: block;
}
.post-password-required .post-password-form p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.post-password-required .post-password-form p + p {
    margin: 20px 0 0 0;
}
.post-password-required .post-password-form label {
    display: inline-block;
    vertical-align: top;
    height: 55px;
    text-align: left;
}
.post-password-required .post-password-form input[type="password"] {
    display: block;
    height: 40px;
}
.post-password-required .post-password-form input[type="submit"] {
    height: 40px;
    margin: 14px 0 0 0;
}
/*=== post info =========================================================================================*/

.postInfo {
    padding: 0 0 30px 0;
    color: #8c8c8c;
}
.postInfo .postSpan a .hoverLine {
    bottom: -2px;
}
.postInfo .postWrap {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}
.postInfo .postWrap + .postWrap {
    /* margin: 10px 0 0 0; */
}
.postInfo .postSpan {
    margin: 0 0 10px 0;
    display: inline-block;
}
.postInfo .postSpan + .postSpan {
    border-left: 1px solid #ddd;
    padding: 0 0 0 20px;
    margin: 0 0 10px 20px;
}
.postInfo .postCategory a {
    text-transform: none;
    font-weight: 400;
    line-height: 12px;
}
.postInfo .postDate a {} .postInfo .postTags a {} .postInfo .stickyPost {
    display: block;
    height: 30px;
}
.postInfo .stickyPost .postSticky {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #b4bb6b;
    color: #fff;
    padding: 0 8px 0 12px;
}
.postInfo .stickyPost:after {
    content: '';
    display: block;
    float: left;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px 0 15px 12px;
    border-color: transparent transparent transparent #b4bb6b;
}
.postInfo .postReview {}
/*=== Review =========================================================================================*/
/*--- review item ---*/

.revItem .revInfo {
    padding: 0 5px 0 0;
    vertical-align: middle;
}
.revItem .revBlock.revStyle5 {
    width: 72px;
    height: 12px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.revItem .revBlock.revStyle10 {
    width: 150px;
    height: 12px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.revItem .revBlock {
    vertical-align: middle;
}
.revItem .revBlock .revData {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: top;
}
.revItem .revBlock .revData + .revData {
    margin: 0 0 0 3px;
}
.revItem .revBlock .revData:before {
    text-align: center;
    line-height: 11px;
    font-size: 12px;
    display: block;
}
.revItem .revBlock .ratingDefault {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    z-index: 1;
    white-space: nowrap;
    color: #ededed;
}
.revItem .revBlock .ratingValue {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    z-index: 2;
    overflow: hidden;
    color: #b4bb6b;
    white-space: nowrap;
}
.revItem .revBlock.revStyle100 {
    width: 150px;
    height: 6px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.revItem .revBlock.revStyle100 .ratingDefault {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background-color: #ededed;
}
.revItem .revBlock.revStyle100 .ratingValue {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background-color: #b4bb6b;
}
/*--- review Block ---*/

.reviewBlock {} .reviewBlock .reviewTab .revWrap {
    position: relative;
    padding: 15px 20px;
}
.reviewBlock .reviewTab .revWrap + .revWrap {
    padding: 0 20px 15px 20px;
}
.reviewBlock .reviewTab .revWrap:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.reviewBlock .reviewTab .revWrap .revItem {
    float: right;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.reviewBlock .reviewTab .revWrap .revItem {} 

.reviewBlock .reviewTab .revWrap .revName {
    overflow: hidden;
}
.reviewBlock .reviewTab .revWrap .revInfo {
    padding: 0 10px 0 0;
    vertical-align: middle;
    font-size: 14px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle5 {
    width: 150px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle5 .revData {
    width: 27px;
    height: 24px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle5 .revData:before {
    line-height: 23px;
    font-size: 24px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle5 .ratingDefault {
    height: 24px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle5 .ratingValue {
    height: 24px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle10 {
    width: 147px;
    height: 12px;
    display: inline-block;
    position: relative;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle10 .revData {
    width: 12px;
    height: 12px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle10 .revData:before {
    line-height: 11px;
    font-size: 12px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle10 .ratingDefault {
    height: 12px;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle10 .ratingValue {
    height: 12px;
}
.reviewBlock .reviewTab .revWrap .revBlock {
    vertical-align: middle;
    position: relative;
}
.reviewBlock .reviewTab .revWrap .revBlock.reviewEdit {
    cursor: pointer;
}
.reviewBlock .reviewTab .revWrap .revBlock .revData {
    display: inline-block;
    vertical-align: top;
}
.reviewBlock .reviewTab .revWrap .revBlock .revData + .revData {
    margin: 0 0 0 0px;
}
.reviewBlock .reviewTab .revWrap .revBlock .revData:before {
    text-align: center;
    display: block;
}
.reviewBlock .reviewTab .revWrap .revBlock .ratingDefault {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    color: #fff;
}
.reviewBlock .reviewTab .revWrap .revBlock .ratingValue {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    color: #b4bb6b;
    white-space: nowrap;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle100 {
    width: 150px;
    height: 6px;
    display: inline-block;
    position: relative;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle100 .ratingDefault {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background-color: #fff;
}
.reviewBlock .reviewTab .revWrap .revBlock.revStyle100 .ratingValue {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background-color: #b4bb6b;
}
.reviewBlock .reviewTab .revWrap .revBlock .revTooltip {
    position: absolute;
    display: block;
    display: block;
    width: 50px;
    text-align: center;
    height: 25px;
    background-color: #fff;
    left: 0;
    top: -30px;
    pointer-events: none;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid #ddd;
    z-index: 3;
    margin: 0 0 0 -25px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.reviewBlock .reviewTab .revWrap .revBlock .revTooltip:before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0 0 0 -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.reviewBlock .reviewTab .revWrap .revItem:hover .revTooltip {
    opacity: 1;
}
.reviewBlock .reviewTab {
    display: none;
}
.reviewBlock .reviewTab .revAccept {
    text-align: center;
    padding: 20px 0;
    display: none;
}
.reviewBlock .reviewTab .revTotalWrap {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
    margin: 0 -1px;
}
.reviewBlock .reviewTab .revTotalWrap:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.reviewBlock .reviewTab .revTotalWrap .revDesc {
    overflow: hidden;
    padding: 20px;
    border-right: 1px solid #ddd;
    font-size: 12px;
    line-height: 16px;
}
.reviewBlock .reviewTab .revTotalWrap .revTotal {
    float: right;
    width: 140px;
    text-align: center;
    padding: 30px 0;
    border-left: 1px solid #ddd;
    margin: 0 0 0 -1px;
}
.reviewBlock .reviewTab .revTotalWrap .revTotal .revRating {
    font-size: 60px;
    color: #b4bb6b;
}
/*=== theme paginaton =========================================================================================*/

.nav_pages {
    border-top: 1px solid #ddd;
}
.nav_pages {} .nav_pages ul {
    margin: 0;
    padding: 70px 0;
    text-align: center;
}
.nav_pages ul li {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.nav_pages ul li + li {
    margin: 0 0 0 5px;
}
.nav_pages ul li a {
    display: block;
    padding: 4px 12px;
    border: 1px solid #ddd;
    color: #000;
}
.nav_pages ul li a:hover {
    color: #b4bb6b;
    border-color: #b4bb6b;
}
.nav_pages ul li span {
    display: block;
    padding: 5px 13px;
    background-color: #b4bb6b;
    color: #fff;
}
/*=== hover A effect =========================================================================================*/

.hoverUnderline a {
    position: relative;
    display: inline-block;
}
.hoverUnderline a span.hoverLine {
    content: '';
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    right: 50%;
    width: 0;
}
.hoverUnderline a:hover span.hoverLine {
    left: 0;
    right: 0;
    width: 100%;
}
/*=== post =========================================================================================*/
/*post Format Icon*/

.postFormatIcon {
    height: 50px;
    padding: 0 0 5px 0;
}
.postFormatIcon:before {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    color: #b4bb6b;
}
/*post*/

.post {
    padding: 0 0 40px 0;
}
.post + .post {
    padding: 60px 0;
}
.shortcodes .blogStreampage .post {
    padding: 0 0 0 0!important;
}
.post:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.post h1,
.post h2 {
    margin: 0 0 5px 0;
}
.post p {
    padding: 0;
    margin: 0 0 30px 0;
}
.post .blogStreampageColumns {
    margin-bottom: 0;
}
.post .postTitle {
    margin: 0 0 10px 0;
}
.post.emptyPostFormatIcon {} .post.emptyPostTitle .postFormatIcon {
    padding: 0 0 30px 0;
}
.post.emptyPostInfo h1,
.post.emptyPostInfo h2,
.post.emptyPostInfo h3 {
    margin: 0 0 30px 0;
}
.isotopeItem .postThumb,
.post .postThumb {
    margin: 0 0 30px 0;
}
.post .postThumb.thumbZooom {
    position: relative;
}
.post .postThumb.thumbZooom .thumb-ico {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    margin: -25px 0 0 -25px;
    opacity: 0;
}
.post .postThumb.thumbZooom:hover .thumb-ico {
    top: 50%;
    opacity: 1;
}
.isotopeItem .postThumb img,
.post .postThumb img {
    display: block;
}
.post .videoThumb {
    margin: 0 0 30px 0;
}
.readMore {
    clear: both;
}
.blogStreampage {} .postTextArea table {} .postTextArea table th {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 5px;
}
.postTextArea table td {
    border: 1px solid #ddd;
    padding: 5px;
}
.blogStreampage.post .post p:last-child {
    margin-bottom: 0;
}
.blogStreampage.post .sc_columns_2 .post p {
    margin-bottom: 30px;
}
/*--- viewmore ---*/

#viewmore_link {
    text-align: center;
}
#viewmore_link .sc_button {} #viewmore_link.loading .sc_button {
    display: none;
}
#viewmore_link .viewmore_loader {
    display: none;
}
#viewmore_link .viewmore_loader .viewmore_preloader {
    display: block;
    height: 70px;
    position: relative;
}
#viewmore_link .viewmore_loader .viewmore_preloader:before {
    width: 40px;
    height: 40px;
    margin: -20px -20px 0 0;
}
#viewmore_link.loading .viewmore_loader {
    display: block;
}
/*--- post format ---*/

.format-standard {} .format-gallery {} .format-video {} .format-audio {} .format-link {} .format-image {} .format-status {} .format-aside {} .format-chat {} .format-quote .sc_quote {
    margin: 0;
    padding: 0 0 0 40px;
    font-style: normal;
    font-size: 24px;
    position: relative;
    color: #000;
}
.format-quote .sc_quote:before {
    content: '“';
    display: block;
    height: 30px;
    width: 30px;
    line-height: 90px;
    position: absolute;
    font-size: 100px;
    left: 0;
    top: 0;
}
/*--- attachment Thumb ---*/

.attachmentSection .post_title {
    font-size: 40px;
    margin: 20px 0 0 0;
}
.attachmentThumb .attcWrap,
.attachmentThumb .attcNav .attcInf,
.attachmentThumb .attcNav .attcIcon {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.attachmentThumb {
    position: relative;
}
.attachmentThumb .attachmentImg,
.attachmentThumb .attachmentImg img {
    display: block;
}
.attachmentThumb .attcWrap {
    display: table;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 3;
    height: 200px;
    margin: -100px 0 0 0;
    overflow: hidden;
    opacity: 0;
}
.attachmentThumb:hover .attcWrap {
    opacity: 1;
}
.attachmentThumb .attcPosition {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.attachmentThumb .attcNav {
    display: block;
    width: 50%;
    color: #000;
    min-height: 50px;
}
.attachmentThumb .attcNav.attcPrev {
    float: left;
}
.attachmentThumb .attcNav.attcNext {
    float: right;
}
.attachmentThumb .attcNav .attcInf {
    display: block;
    min-height: 50px;
    background-color: #fff;
    padding: 0 20px;
    opacity: 0.9;
}
.attachmentThumb .attcNav .attcInf .attcHead {
    font-weight: 400;
    display: block;
    font-size: 14px;
    margin: 8px 0 0 0;
    line-height: 16px;
}
.attachmentThumb .attcNav .attcInf .attcDesc {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 0 5px 0;
}
.attachmentThumb .attcNav.attcPrev .attcInf {
    float: left;
    text-align: left;
    margin: 0 0 0 -200%;
}
.attachmentThumb .attcNav.attcPrev:hover .attcInf {
    margin: 0;
    padding: 0 20px 0 70px;
}
.attachmentThumb .attcNav.attcNext .attcInf {
    float: right;
    text-align: right;
    margin: 0 -200% 0 0;
}
.attachmentThumb .attcNav.attcNext:hover .attcInf {
    margin: 0;
    padding: 0 70px 0 20px;
}
.attachmentThumb .attcNav .attcIcon {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin: -25px 0 0 0;
}
.attachmentThumb .attcNav.attcPrev .attcIcon {
    left: -50px;
}
.attachmentThumb:hover .attcNav.attcPrev .attcIcon {
    left: 50px
}
.attachmentThumb .attcNav.attcPrev:hover .attcIcon {
    left: 0;
}
.attachmentThumb .attcNav.attcNext .attcIcon {
    right: -50px;
}
.attachmentThumb:hover .attcNav.attcNext .attcIcon {
    right: 50px;
}
.attachmentThumb .attcNav.attcNext:hover .attcIcon {
    right: 0;
}
.attachmentThumb .attcNav .attcIcon:before {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

/*=== page shortcodes ===*/

.shortcodes .content .post + .post {
    border: none;
}
.shortcodes .post + .post {
    padding: 30px 0 30px 0;
}
.shortcodes h3 {
	font-weight: 300!important;
}
.shortcodes .sc_infobox_style_error {
	margin-bottom:0px;
}


/*=== page 404 =========================================================================================*/

.page404 {
    padding: 70px 0;
}
.error404 .wrapContent {
    border-top: 1px solid #ddd;
}
.page404 .title404 {
    font-size: 150px;
    line-height: 150px;
    text-align: center;
    letter-spacing: -5px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page404 .subTitle404 {
    text-align: center;
}
.page404 p {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    color: #000;
}
.page404 p b {
    font-weight: 600;
}
.page404 .widget404 {
    width: 300px;
    margin: 70px auto 0 auto;
}
/*=== NoPost =========================================================================================*/

.noPost {
    padding: 70px 0;
}
.noPost .titleNoPost {
    font-size: 40px;
    text-align: center;
}
.noPost .subTitleNoPost {
    font-size: 30px;
    text-align: center;
}
.noPost p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    color: #000;
}
.noPost p b {
    font-weight: 600;
}
/*=== NoSearch =========================================================================================*/

.noSearch {
    padding: 70px 0;
}
.noSearch .titleSearch {
    font-size: 40px;
    text-align: center;
}
.noSearch .subTitleSearch {
    font-size: 30px;
    text-align: center;
}
.noSearch p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    color: #000;
}
.noSearch p b {
    font-weight: 600;
}
/*=== category =========================================================================================*/

.sliderShow .subCategory {
    margin: 0;
}
.topTitle {
    padding: 0 0 50px 0;
}
.topTitle.showBreadcrumbs {
    padding: 0 0 40px 0;
}
.topTitle.subCategoryStyle1 .subCategory {
    background-color: #f57c84;
    text-align: center;
    padding: 30px 0;
    margin: 0 0 20px 0;
}
.topTitle.subCategoryStyle1 .subCategory h1 {
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;
    padding: 0;
    color: #fff;
}
.topTitle.subCategoryStyle1 .subCategory .categoryDescription {
    padding: 3px 0 0 0;
    font-size: 20px;
    color: #fff;
    letter-spacing: 4px;
}
.topTitle.subCategoryStyle2 .subCategory {
    text-align: center;
    padding: 30px 0;
}
.topTitle.subCategoryStyle2 .subCategory h1 {
    font-weight: normal;
    padding: 0;
}
.topTitle.subCategoryStyle2 .subCategory .categoryDescription {
    padding: 3px 0 0 0;
    font-size: 20px;
    letter-spacing: 4px;
}
.header_contact {
    padding: 70px 0;
}
.header_booking {
    padding: 50px 0;
}
.user_header {
    background: url(../images/userheader.png) repeat;
    padding: 70px;
    text-align: center;
}
.user_header img {
    max-width: 220px;
    margin: 0 40px;
}
.user_footer {
    background: url(../images/userheader.png) repeat;
    padding: 50px 0 20px 0;
    text-align: center;
    height: 100px;
    white-space: nowrap;
}
.user_footer a {
    display: inline-block;
}
.user_footer img {
    max-width: 220px;
    height: 100px;
    margin: 0 10px;
}
.user_footer .sc_scroll.sc_scroll_horizontal .sc_scroll_wrapper {
    padding: 0;
}
.home_img_icon {
    padding: 30px;
    text-align: center;
}
.home_img_icon img {
    margin: 0 40px;
    max-width: 220px;
}
.home_event .sc_event {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
}
/*=== breadcrumbs ================================================*/

.topTitle.subCategoryStyle2 .breadcrumbs {
    text-align: center;
}
.breadcrumbs {
    font-size: 14px;
    line-height: 14px;
    color: #8c8c8c;
}
.breadcrumbs a {} .breadcrumbs a:hover {} .breadcrumbs span.brIco {
    text-align: center;
    width: 10px;
    display: inline-block;
}
/*=== author =========================================================================================*/

.author {
    overflow: hidden;
    border: none !important;
    padding: 0 0 50px 0;
}
.author .authorSoc {
    max-width: 210px;
    float: left;
        padding: 0 30px 15px 0;
}
.author .authorSoc h3 {} .author .authorInfo {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 25px;
    margin: 0 0 10px 0;
	min-width: 130px;
}
.author .authorInfo .authorAva {
    width: 60px;
    height: 60px;
    float: left;
}
.author .authorInfo .authorAva img {
    width: 100%;
}
.author .authorInfo .authorTitle {
    margin: 0 0 0 70px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 0 15px 0;
}
.author .authorInfo .authorTitle a {
    text-transform: uppercase;
}
.author .authorInfo .authorDescription {
    margin: 0 0 0 70px;
    font-size: 14px;
    line-height: 150%;
}
/*=== soc links =========================================================================================*/

.socLinks {} .socLinks:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
ul.social_style_images {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.social_style_images li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social_style_images li:before {
    display: none;
}
ul.social_style_images li a {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    background-color: #000;
}
ul.social_style_images li a img {
    display: block;
    width: 32px;
    height: 32px;
}
ul.social_style_icon {}
/*=== related post =========================================================================================*/

.related {
    padding: 60px 0;
}
.related h3 {
    padding: 0 0 40px 0;
}
/*=== post style BOX =========================================================================================*/

.postBox .postBoxItem .postThumb:after,
.postBox .postBoxItem .postBoxInfo *,
.postBox .postBoxItem .sc_video_frame .sc_video_frame_thumb:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.postBox {
    width: 100%;
    overflow: hidden;
}
.postBox .postBoxItem {
    position: relative;
    display: block;
    text-align: center;
}
.postBox .postBoxItem .postThumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.postBox .postBoxItem .postThumb img {
    width: 100%;
    height: auto;
    display: block;
}
.postBox .postBoxItem .sc_video_frame .sc_video_frame_thumb:before,
.postBox .postBoxItem .postThumb:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
}
.postBox .postBoxItem:hover .sc_video_frame .sc_video_frame_thumb:before,
.postBox .postBoxItem.noneThumb .postThumb:after,
.postBox .postBoxItem:hover .postThumb:after {
    opacity: 0.8;
}
/*no thumb*/

.postBox .postBoxItem.noneThumb .postThumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.postBox .postBoxItem.noneThumb .postThumb .iconThumb {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #dedede;
    display: none;
}
.postBox .postBoxItem.noneThumb .postThumb .iconThumb:before {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: inherit;
    font-size: 40px;
}
/*post format*/

.postBox .postBoxItem .sc_video_frame {
    padding: 0;
}
.postBox .postBoxItem .sc_video_frame .sc_video_frame_info_wrap .sc_video_frame_info .sc_video_frame_icon {
    width: 75px;
    height: 75px;
    line-height: 0;
}
.postBox .postBoxItem .sc_video_frame .sc_video_frame_info_wrap .sc_video_frame_info .sc_video_frame_icon:before {
    font-size: 75px;
    opacity: 1;
}
.postBox .postBoxItem:hover .sc_video_frame .sc_video_frame_info_wrap .sc_video_frame_info .sc_video_frame_icon:before {
    opacity: 0;
}
.postBox.sc_columns_2 .postBoxItem .postBoxInfoWrap {
    height: 650px;
    margin: -325px 0 0 0;
}
.postBox.sc_columns_3 .postBoxItem .postBoxInfoWrap {
    height: 420px;
    margin: -210px 0 0 0;
}
.postBox.sc_columns_4 .postBoxItem .postBoxInfoWrap {
    height: 310px;
    margin: -155px 0 0 0;
}
.postBox.sc_columns_5 .postBoxItem .postBoxInfoWrap {
    height: 250px;
    margin: -125px 0 0 0;
}
.postBox.sc_columns_6 .postBoxItem .postBoxInfoWrap {
    height: 210px;
    margin: -105px 0 0 0;
}
.postBox .postBoxItem .postBoxInfoWrap {
    color: #fff;
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;
    display: table;
    width: 100%;
    cursor: pointer;
    opacity: 1;
}
.postBox .postBoxItem:hover .postBoxInfoWrap {} .postBox .postBoxItem .postBoxInfo {
    display: table-cell;
    vertical-align: middle;
}
.postBox .postBoxItem .postBoxInfo h5 {
    color: #fff;
    letter-spacing: -1px;
    padding: 0 15px;
    opacity: 0;
    margin: 0;
}
.postBox .postBoxItem .postBoxInfo h5 a {
    color: #fff;
}
.postBox .postBoxItem .postBoxInfo h5 a:hover {
    color: #b4bb6b
}
.postBox .postBoxItem.noneThumb .postBoxInfo h5,
.postBox .postBoxItem:hover .postBoxInfo h5 {
    opacity: 1;
}
.postBox .postBoxItem .postBoxInfo .postBoxCategory {
    text-transform: uppercase;
    font-size: 14px;
    padding: 40px 15px 0 15px;
    opacity: 0;
    display: inline-block;
}
.postBox .postBoxItem.noneThumb .postBoxInfo .postBoxCategory,
.postBox .postBoxItem:hover .postBoxInfo .postBoxCategory {
    opacity: 1;
    padding: 10px 15px 0 15px;
}
.postBox .postBoxItem .postBoxInfo .postBoxCategory a {
    display: inline-block;
    color: #fff;
    line-height: 14px;
}
.postBox .postBoxItem .postBoxInfo .postBoxCategory a .hoverLine {
    bottom: -2px;
}
.postBox.sc_columns_2 .postBoxItem .postBoxInfo h5 {
    font-size: 30px;
}
.postBox.sc_columns_3 .postBoxItem .postBoxInfo h5 {
    font-size: 23px;
}
.postBox.sc_columns_4 .postBoxItem .postBoxInfo h5 {
    font-size: 20px;
}
.postBox.sc_columns_5 .postBoxItem .postBoxInfo h5 {
    font-size: 18px;
}
.postBox.sc_columns_6 .postBoxItem .postBoxInfo h5 {
    font-size: 16px;
}
.postBox.sc_columns_2 .postBoxItem .postBoxCategory,
.postBox.sc_columns_3 .postBoxItem .postBoxCategory {
    font-size: 14px;
}
.postBox.sc_columns_4 .postBoxItem .postBoxCategory,
.postBox.sc_columns_5 .postBoxItem .postBoxCategory {
    font-size: 12px;
}
.postBox.sc_columns_6 .postBoxItem .postBoxCategory {
    font-size: 10px;
}
/*=== comments =========================================================================================*/

.comments {
    padding: 60px 0 20px 0;
}
.comments .commentsTitle {
    padding: 0 0 40px 0;
}
.comments ul.commentsList {
    margin: 0;
    padding: 0;
}
.comments li.commItem {
    list-style: none;
    padding: 0 0 30px 0
}
.comments li.commItem:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.comments li.commItem + .commItem {
    border-top: 1px solid #ddd;
    padding: 40px 0 30px 0;
}
.comments .comment-respond + li.commItem {
    border-top: 1px solid #ddd;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}
.comments li.commItem ul.children {
    border-top: 1px solid #ddd;
    padding: 40px 0 0 30px;
    margin: 30px 0 0 40px;
}
.comments li.commItem ul.children li {
    padding: 0;
}
.comments li.commItem ul.children .comment-respond + li {
    padding: 40px 0 0 0;
}
.comments li.commItem ul.children li + li {
    padding: 40px 0 0 0;
    margin: 30px 0 0 0;
}
.comments .commWrap:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.comments.avatars .commWrap .commentBody {
    margin: 0 0 0 80px;
}
.comments .commWrap .commentAva {
    float: left;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 0;
}
.comments .commWrap .commentAva img {
    width: 100%;
}
.comments .commentInfo {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 12px;
}
.comments .commentInfo span + span {
    border-left: 1px solid #ddd;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}
.comments .commentInfo .commAuthor {
    font-weight: 400;
    line-height: 12px;
}
.comments .commentInfo .commAuthor a {
    text-transform: uppercase;
}
.comments .commentInfo .commDate a {} .comments .commentInfo .commReply a {} .comments .commentContent {
    font-size: 14px;
}
.comments .commentContent p {
    margin: 0 0 10px 0;
}
.comments .commentModeration .icon {
    color: #b4bb6b;
    margin: 0 5px 0 0;
}
.comments .commentModeration:after {
    content: '';
    display: block;
    width: 100px;
    height: 0px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}
.comments table {} .comments table th {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 5px;
}
.comments table td {
    border: 1px solid #ddd;
    padding: 5px;
}
/*=== form =========================================================================================*/

.form {} .form .formName {} .form .formEmail {} .form .formWebsite {} .form .formMessage {
    padding: 0 0 40px 0;
}
.commForm {
    padding: 60px 0 30px 0;
}
.commForm .form-submit {
    display: none;
}
.commForm .comment-reply-title {
    display: none;
}
.commentsList ul.children .comment-respond {
    padding: 30px 0 0 0;
}
.commentsList .comment-respond {
    padding: 0;
}
.commentsList .comment-respond .sc_form_message textarea {
    margin: 0 0 30px 0;
}
.commentsList .comment-respond .sc_result {
    display: none;
}
.commentsList .comment-respond .form-submit {
    display: none;
}
.commentsList .comment-respond .comment-reply-title {
    text-align: right;
}
.commentsList .comment-respond .comment-reply-title a {
    display: inline-block;
    font-size: 12px;
    height: 16px;
}
.commentsList .comment-respond .comment-reply-title a:before {
    bottom: -4px;
}
.commentsList .comment-respond .comment-reply-title a:after {
    content: '\e878';
    font-family: 'fontello';
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: right;
    font-size: 16px;
    overflow: hidden;
}
.commentsList .comment-respond .formMessage {
    padding: 0 0 40px 0;
}
/*--- hoverIncrease zoom effect ---*/

.hoverIncrease {
    position: relative;
}
.hoverIncrease img {
    position: relative;
    z-index: 5;
    display: block;
}
.hoverIncrease .hoverShadow {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: block;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
}
.hoverIncrease .hoverIcon {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    line-height: 5px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: #fff;
    z-index: 7;
    text-align: center;
    color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
}
.hoverIncrease .hoverIcon:before {
    content: '\e83f';
    font-family: "fontello";
    display: block;
}
.hoverIncrease:hover .hoverIcon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.hoverIncrease:hover .hoverShadow {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*=== isotope =========================================================================================*/
/*--- filter ---*/

.isotopeFiltr {} .isotopeFiltr ul {
    padding: 0;
    margin: 0 0 70px 0;
    text-align: center;
    font-size: 16px;
}
.isotopeFiltr ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.isotopeFiltr ul li + li {
    margin-left: 10px;
}
.isotopeFiltr ul li a {
    background-color: #f57c84;
    padding: 3px 16px;
    color: #fff;
    display: block;
}
.isotopeFiltr ul li.active a {
    background-color: #000;
}
/*--- isotope ---*/

.blogStylePortfolio.bodyStyleBoxed .wrapWide {
    padding: 0;
}
.isotopeWrap {
    margin: 0 auto 30px auto ;
}
.isotopeWrap.singeAjaxLoad .isotopeItem {
    cursor: pointer;
}
.blogStylePortfolio .isotopeWrap {
    margin: 0 auto 70px auto;
}
.sideBarShow .blogStylePortfolio .isotopeWrap {
    margin: 0;
}
.isotopeWrap:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}
.isotopeWrap .isotopeItem {
    padding: 0;
    opacity: 0;
    overflow: hidden;
    float: left;
    position: relative;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.isotopeWrap .isotopeItem.fullItemWrap,
.isotopeWrap .isotopeItem.isotopeActive {
    cursor: default;
}
.isotopeWrap .isotopeItem.isotopeItemShow {
    opacity: 1;
}
.isotopeWrap .isotopeItem:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 12;
    margin: 0 0 0 -50px;
    border-style: solid;
    border-width: 0 50px 35px 50px;
    border-color: transparent transparent #f8f6ee transparent;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
}
.isotopeWrap .isotopeItem.isotopeActive:after {
    bottom: 0;
}
.isotopeWrap .isotopeItem.isotopeActive .isotopeMore {
    display: none;
}
.isotopeWrap .isotopeItem .isotopeItemWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.isotopeWrap .isotopeItem .thumb {} .isotopeWrap .isotopeItem .thumb .cube_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    z-index: 3;
    font-size: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
}
.isotopeWrap .isotopeItem .thumb img {
    display: block;
    width: 101%;
    max-width: 101%;
}
.isotopeWrap .isotopeItem .thumb.noneThumb {
    position: relative;
}
.isotopeWrap .isotopeItem .thumb.noneThumb .iconThumb {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #dedede;
}
.isotopeWrap .isotopeItem .thumb.noneThumb .iconThumb:before {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: inherit;
    font-size: 40px;
}
.isotopeWrap .isotopeItem .isotopeContentWrap {
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    width: 100%;
    height: 1000px;
    margin: -550px 0 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.isotopeWrap .isotopeItem.isotopeActive .isotopeContentWrap,
.isotopeWrap .isotopeItem:hover .isotopeContentWrap {
    opacity: 1;
    margin: -500px 0 0 0;
}
.isotopeWrap .isotopeItem .isotopeContent {
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
}
.isotopeWrap .isotopeItem .isotopeContent .isotopeTitle {
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 25px;
    line-height: 120%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.isotopeWrap .isotopeItem .isotopeContent .isotopeTitle a {
    color: #fff;
}
.isotopeWrap .isotopeItem .isotopeContent .isotopeTitle:hover,
.isotopeWrap .isotopeItem .isotopeContent .isotopeTitle a:hover {
    color: #b4bb6b;
}
.isotopeWrap .isotopeItem .isotopeContent .isotopeExcerpt {
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 16px;
}
.isotopeWrap .isotopeItem .isotopeContent .postInfo {
    font-size: 14px;
    text-transform: none;
    padding: 15px 0 0 0;
}
.isotopeWrap .isotopeItem .isotopeContent .postInfo a {
    color: #fff;
    font-weight: 300;
}
.isotopeWrap .isotopeItem .isotopeContent .postInfo a .hoverLine {
    bottom: -4px;
}
.isotopeWrap.portfolio_mini .isotopeItem {
    width: 16.6666%;
}
.isotopeWrap.portfolio_mini .isotopeItem[data-incw="2"] {
    width: 33.3332%;
}
.isotopeWrap.portfolio_medium .isotopeItem {
    width: 25%;
}
.isotopeWrap.portfolio_medium .isotopeItem[data-incw="2"] {
    width: 50%;
}
.isotopeWrap.portfolio_big .isotopeItem {
    width: 33.3333%;
}
.isotopeWrap.portfolio_big .isotopeItem[data-incw="2"] {
    width: 66.6666%;
}
.isotopeWrap.portfolio_mini .isotopeItem.sc_loader_show {
    width: 100%;
}
.isotopeWrap.portfolio_medium .isotopeItem.sc_loader_show {
    width: 100%;
}
.isotopeWrap.portfolio_big .isotopeItem.sc_loader_show {
    width: 100%;
}
/*--- no thumb block ---*/

.isotopeWrap .isotopeItem.showBG,
.isotopeWrap .isotopeItem.showBG .postFormatIcon:before,
.isotopeWrap .isotopeItem.showBG a {
    color: #fff;
}
.isotopeWrap .isotopeItem .isotopeStatickWrap .isotopeStatick .postFormatIcon {
    margin: 0 0 15px 0;
}
.isotopeWrap .isotopeItem.post_format_standard .isotopeStatickWrap .isotopeStatick {
    text-align: left;
}
.isotopeWrap .isotopeItem.post_format_standard .isotopeStatickWrap .isotopeStatick .postFormatIcon {
    display: none;
}
.isotopeWrap .isotopeItem.post_format_standard .isotopeStatickWrap {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
}
.isotopeWrap .isotopeItem .isotopeStatickWrap {
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    width: 100%;
    height: 1000px;
    margin: -500px 0 0 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.isotopeWrap .isotopeItem.post_format_standard .isotopeStatickWrap .isotopeStatick .isotopeTitle,
.isotopeWrap.portfolio_medium .isotopeItem .isotopeStatickWrap .isotopeStatick .isotopeTitle,
.isotopeWrap.portfolio_big .isotopeItem .isotopeStatickWrap .isotopeStatick .isotopeTitle {
    font-size: 50px;
    letter-spacing: -0.05em;
}
.isotopeWrap .isotopeItem .isotopeStatickWrap .isotopeStatick {
    vertical-align: middle;
    display: table-cell;
    padding: 40px;
}
.isotopeWrap.portfolio_mini .isotopeItem .isotopeStatickWrap .isotopeStatick .isotopeExcerpt {
    font-size: 16px;
    line-height: 22px;
    max-height: 66px;
    display: inline-block;
    overflow: hidden;
}
.isotopeWrap .isotopeItem .isotopeStatickWrap .isotopeStatick .postInfo {
    padding: 0;
}
.isotopeWrap .isotopeItem .isotopeStatickWrap .isotopeStatick .isotopeLinks {
    font-size: 20px;
    font-weight: 400;
}
/*--- mini ---*/

.isotopeWrap.portfolio_mini .isotopeItem .isotopeContent .postInfo {
    font-size: 12px;
    line-height: 140%;
}
.isotopeWrap.portfolio_big .isotopeItem .isotopeContent .isotopeTitle {
    font-size: 55px;
    line-height: 120%;
    margin: 0 0 30px 0
}
.isotopeWrap.portfolio_big .isotopeItem .isotopeContent .isotopeExcerpt {
    margin: 0 0 30px 0;
}
.isotopeWrap .isotopeItem .isotopeMore,
.isotopeWrap .isotopeItem .isotopeRating {
    -webkit-transition: all 0.3s ease-out 0.2s;
    -moz-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
    transition: all 0.3s ease-out 0.2s;
}
.isotopeWrap .isotopeItem .isotopeRating {
    position: absolute;
    left: 50%;
    top: -200px;
    margin: 0 0 0 -25px;
    z-index: 4;
    color: #fff;
    width: 50px;
    text-align: center;
}
.isotopeWrap .isotopeItem.isotopeActive .isotopeRating,
.isotopeWrap .isotopeItem:hover .isotopeRating {
    top: 0;
}
.isotopeWrap .isotopeItem .isotopeRating {
    height: 65px;
}
.isotopeWrap .isotopeItem .isotopeRating span {
    display: block;
    position: relative;
}
.isotopeWrap .isotopeItem .isotopeRating span.rInfo {
    padding: 10px 0;
    background-color: #b4bb6b;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.isotopeWrap .isotopeItem .isotopeRating span.rDelta {
    margin: -12px 0 0 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
}
.isotopeWrap .isotopeItem .isotopeRating:after {
    content: '';
    display: block;
    border-color: #b4bb6b transparent transparent transparent;
    border-style: solid;
    border-width: 20px 25px 0 25px;
}
.isotopeWrap .isotopeItem .isotopeRating span.rDelta .icon-star {
    display: none;
}
.isotopeWrap .isotopeItem .isotopeMore {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: -200px;
    margin: 0 0 0 -25px;
    z-index: 4;
    color: #d0d0d0;
    text-align: center;
    opacity: 0.2;
}
.isotopeWrap .isotopeItem .isotopeMore:before {
    font-size: 50px;
    line-height: 50px;
}
.isotopeWrap .isotopeItem:hover .isotopeMore {
    bottom: 30px;
}
/*--- full isotope ---*/

.isotopeWrap .fullItemWrap {
    width: 100%;
    min-height: 250px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.isotopeWrap .fullItemWrap.sc_loader_show:before {
    opacity: 1;
}
.isotopeWrap .fullItemWrap.ajaxShow.sc_loader_show:before {
    opacity: 0;
    display: none;
}
.isotopeWrap .fullItemWrap .fullItemClosed {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.isotopeWrap .fullItemWrap .fullItemClosed:before {
    font-size: 25px;
}
.isotopeWrap .fullItemWrap .fullItemClosed:hover {
    color: #b4bb6b;
}
.isotopeWrap .fullItemWrap .fullContent {
    background-color: #f8f6ee;
    position: relative;
    z-index: 2;
    padding: 70px 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.isotopeWrap .fullItemWrap.ajaxShow .fullContent {
    opacity: 1;
}
.isotopeWrap .fullItemWrap.ajaxShow .fullContent:before {
    display: none;
}
.isotopeWrap .fullItemWrap .fullContent .sc_columns_item {
    margin-bottom: 0;
}
.isotopeWrap .fullItemWrap .fullContent .postThumb {
    margin: 0;
}
.isotopeWrap .fullItemWrap .fullContent .post {
    padding: 0;
}
.isotopeWrap .fullItemWrap .fullContent .readMore {
    padding: 0;
}
.isotopeWrap .fullItemWrap .fullContent .format-link a {
    font-size: 40px;
    display: block;
    padding: 30px 0;
    line-height: 1em;
}
.isotopeWrap .fullItemWrap .fullContent .format-link p {
    margin: 0;
}
.isotopeWrap .fullItemWrap .isotopeNav {
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    line-height: 100px;
    font-size: 70px;
    cursor: pointer;
    text-align: center;
    margin: -50px 0 0 0;
    color: #e4e4e4;
}
.isotopeWrap .fullItemWrap .isotopeNav:hover {
    color: #b4bb6b;
}
.isotopeWrap .fullItemWrap .isotopeNav:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -50px 0 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.isotopeWrap .fullItemWrap .isotopeNav.isoPrev {
    left: 0;
}
.isotopeWrap .fullItemWrap .isotopeNav.isoNext {
    right: 0;
}
.bodyStyleBoxed .isotopeWrap .fullItemWrap .fullItemClosed {
    right: 10px;
}
.bodyStyleBoxed .isotopeWrap .fullItemWrap .isotopeNav {
    width: 30px;
    height: 30px;
    top: 30px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.bodyStyleBoxed .isotopeWrap .fullItemWrap .isotopeNav:before {
    width: 30px;
    height: 30px;
}
.bodyStyleBoxed .isotopeWrap .fullItemWrap .isotopeNav.isoNext {
    right: 50px;
}
.bodyStyleBoxed .isotopeWrap .fullItemWrap .isotopeNav.isoPrev {
    right: 90px;
    left: auto;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotopeWrap .isotopeItem .isotopeStatickWrap,.isotopeWrap .isotopeItem.post_format_standard .isotopeStatickWrap {
    display: table;
    height: 100%;
}
.isotopeWrap .isotopeItem .isotopeStatickWrap .isotopeStatick,.isotopeWrap .isotopeItem.post_format_standard .isotopeStatickWrap .isotopeStatick {
    text-align: center;
}
/*=== user Header Section =========================================================================================*/

.userHeaderSection {
    margin: 0 0 70px 0;
    background-color: #f7f7f7;
}
/*=== button Scroll Up =========================================================================================*/

.buttonScrollUp {
    position: fixed;
    width: 80px;
    height: 30px;
    bottom: -100px;
    right: 40px;
    z-index: 999;
    cursor: pointer;
    background-color: #b4bb6b;
}
.buttonScrollUp:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #b4bb6b transparent;
    position: absolute;
    left: 0;
    top: -40px;
}
.buttonScrollUp.upToScroll:before {
    color: #fff;
    font-size: 80px;
    line-height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    height: 30px;
    z-index: 2;
    width: 80px;
    text-align: center;
}
.buttonScrollUp.buttonShow {
    bottom: 0;
}
/*=== gallery =========================================================================================*/

.gallery {
    margin: 0 -5px;
}
.gallery .gallery-item {} .gallery .gallery-item a {
    display: block;
}
.gallery .gallery-item a img {
    width: 100%;
    border: none !important;
    display: block;
}
.gallery .gallery-item .gallery-icon {
    margin: 0 5px;
}
.gallery .gallery-item .gallery-caption {} .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111% !important;
}
.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}
.gallery.gallery-columns-7 .gallery-item {
    width: 14.2857% !important;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6666% !important;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20% !important;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 33.3333% !important;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}
.gallery.gallery-columns-9 .gallery-caption {
    font-size: 10px;
    padding: 5px 5px 0 5px;
    margin: 0;
    line-height: 10px;
}
.gallery.gallery-columns-8 .gallery-caption {
    font-size: 11px;
    padding: 5px 5px 0 5px;
    margin: 0;
    line-height: 11px;
}
.gallery.gallery-columns-7 .gallery-caption {
    font-size: 12px;
    padding: 5px 5px 0 5px;
    margin: 0;
    line-height: 12px;
}
.gallery.gallery-columns-6 .gallery-caption {
    font-size: 13px;
    padding: 5px 5px 0 5px;
    margin: 0;
    line-height: 13px;
}
.gallery.gallery-columns-5 .gallery-caption,
.gallery.gallery-columns-4 .gallery-caption,
.gallery.gallery-columns-3 .gallery-caption,
.gallery.gallery-columns-2 .gallery-caption,
.gallery.gallery-columns-1 .gallery-caption {
    padding: 5px 5px 0 5px;
    margin: 0;
}
/*=== popup =========================================================================================*/

.user-popUp {
    position: relative;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}
.user-popUp .sc_tabs {
    margin: 0;
}
.user-popUp .mfp-close {
    display: none;
}
.user-popUp .formItems {
    padding: 40px;
}
.user-popUp .formItems form {
    padding: 0;
    margin: 0;
    position: relative;
}
.user-popUp .formItems:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.user-popUp .formItems.loginFormBody {
    margin: 0 -1px 0 0;
}
.user-popUp .formItems.loginFormBody .remember {
    color: #99a2ac;
    height: 15px;
    line-height: 15px;
    padding: 20px 0;
    font-size: 12px;
}
.user-popUp .formItems.loginFormBody .remember #rememberme {
    float: left;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
}
.user-popUp .formItems.loginFormBody .remember label {
    float: left;
    vertical-align: middle;
}
.user-popUp .formItems.loginFormBody .remember .forgotPwd {
    float: right;
}
.user-popUp .formItems.loginFormBody .remember .forgotPwd:hover {
    color: #888888;
}
.user-popUp .formItems.registerFormBody .i-agree {
    color: #99a2ac;
    height: 15px;
    line-height: 15px;
    padding: 20px 0;
    font-size: 12px;
}
.user-popUp .formItems.registerFormBody .i-agree #i-agree {
    float: left;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
}
.user-popUp .formItems.registerFormBody .i-agree label {
    float: left;
    vertical-align: middle;
}
.user-popUp .formItems.registerFormBody .i-agree a {
    display: inline-block;
    margin: 0 0 0 5px;
}
.user-popUp .formItems.registerFormBody .i-agree a:hover {
    color: #888888;
}
.user-popUp .formItems.registerFormBody .formDescription {
    font-size: 10px;
    padding-left: 20px;
}
.user-popUp .formItems .formList .loginSoc {
    padding: 0;
    height: 32px;
}
.user-popUp .formItems .formList .wp-social-login-provider-list {
    padding-left: 0;
}
.user-popUp .formItems .formList .loginSoc.login_plugin {
    height: auto;
}
.user-popUp .formItems .formList .loginSoc .iconLogin {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    background: #000;
}
.user-popUp .formItems .formList .loginSoc .iconLogin + .iconLogin {
    margin: 0 0 0 5px;
}
.user-popUp .formItems .formList .loginSoc .iconLogin:before {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.user-popUp .formItems .formList .loginSoc .iconLogin.fb {
    background-color: #3b5998;
    color: #ced5e5;
}
.user-popUp .formItems .formList .loginSoc .iconLogin.tw {
    background-color: #00acee;
    color: #bfeafb;
}
.user-popUp .formItems .formList .loginSoc .iconLogin.gg {
    background-color: #dd4b39;
    color: #f6d2cd;
}
.user-popUp .formItems .formList .formButton {
    padding: 0;
}
.user-popUp .formItems .sc_columns_item {} .user-popUp .formItems .sc_columns_item + .sc_columns_item {
    border-left: 1px solid #ddd;
    margin: 0 0 0 -1px
}
.user-popUp .formItems .sc_columns_item .formList {
    padding: 0 15px 0 0;
}
.user-popUp .formItems .sc_columns_item + .sc_columns_item .formList {
    padding: 0 0 0 15px;
}
.user-popUp .formItems .formList li {
    list-style: none;
    display: block;
}
.user-popUp .formItems .formList li + li {
    padding: 15px 0 0 0;
}
.user-popUp .formItems .result {
    margin: 15px 0 0 0;
    display: none;
}
.user-popUp .formItems .result p {
    margin: 0;
    margin: 0;
}
.user-popUp .sc_tabs_titles li,
.user-popUp .sc_tabs_array {
    background-color: #fff !important;
}
/*=== custom_options =========================================================================================*/

body.custom_options_opened .custom_options {
    right: 0;
}
.custom_options_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.custom_options_shadow.sc_loader_show:before {
    background-color: #fff;
}
.custom_options {
    position: fixed;
    z-index: 999;
    right: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    padding: 20px 0 0 0;
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.admin-bar .custom_options {
    padding: 52px 0 0 0;
}
.custom_options .co_section {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 25px;
    position: relative;
}
.custom_options .co_header {
    text-align: center;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 0;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
}
.custom_options .co_header .co_ico {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 200px 0 0 -70px;
    float: left;
}
.custom_options .co_header .co_ico:before {} .custom_options.co_show_reset .co_header {
    text-align: center;
}
.custom_options .co_header .co_reset {
    display: inline-block;
    margin: 0 -100px 0 0;
    float: right;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}
.custom_options .co_header .co_reset:before {
    font-size: 30px;
    line-height: 45px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
.custom_options.co_show_reset .co_header .co_reset {
    margin: 0;
}
.custom_options .co_label {
    text-transform: uppercase;
    font-weight: 300px;
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.custom_options .co_block_center {
    text-align: center;
}
.custom_options .co_iten_inline {
    display: inline-block;
    margin: 0;
}
/*--- image check ---*/

.custom_options .co_image_check a:after,
.custom_options .co_image_check a:before,
.custom_options .co_image_check .co_bg_preview {
    -webkit-transition: all 0.3s ease-out 0.2s;
    -moz-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
    transition: all 0.3s ease-out 0.2s;
}
.custom_options .co_image_check {
    position: relative;
}
.custom_options .co_image_check a {
    display: inline-block;
    margin: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto;
}
.custom_options .co_image_check a:before {
    content: '';
    display: block;
    margin: -6px auto 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    z-index: 3;
    opacity: 0;
}
.custom_options .co_image_check a.current:before {
    opacity: 1;
}
.custom_options .co_image_check a:after {
    content: '\e84b';
    font-family: "fontello";
    opacity: 0;
    display: block;
    opacity: 0;
}
.custom_options .co_image_check a.active:after {
    opacity: 1;
}
.custom_options .co_image_check .co_bg_preview {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    z-index: 2;
    height: 0;
    pointer-events: none;
}
.custom_options .co_image_check a.current .co_bg_preview {
    opacity: 1;
    height: 140px;
}
.custom_options .co_image_check .co_pattern_wrapper {
    width: 20px;
    height: 20px;
}
.custom_options .co_image_check .co_image_wrapper {
    width: 50px;
    height: 33px;
}
.custom_options .co_image_check .co_pattern_wrapper .co_bg_preview {
    bottom: 29px;
}
.custom_options .co_image_check .co_image_wrapper .co_bg_preview {
    bottom: 41px;
}
.custom_options .co_image_check .co_pattern_wrapper:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #161616;
}
.custom_options .co_image_check .co_image_wrapper:after {
    width: 50px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
}
/*--- bg images list ---*/

.custom_options .co_image_check#co_bg_images_list {
    text-align: center;
}
.custom_options .co_image_check#co_bg_images_list .co_bg_preview {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 140% auto;
    -moz-background-size: 140% auto;
    -o-background-size: 140% auto;
    background-size: 140% auto;
}
/*--- bg pattern list ---*/

.custom_options .co_image_check#co_bg_pattern_list {
    text-align: center;
}
.custom_options .co_image_check#co_bg_pattern_list a {
    border: 1px solid #c0c2c5;
}
.custom_options .co_image_check#co_bg_pattern_list .co_bg_preview {
    background-repeat: repeat;
    background-position: center center;
}
/*--- switch ---*/

.custom_options .co_switch_box {
    border-width: 1px;
    border-style: solid;
    margin: 0 auto;
    position: relative;
}
.custom_options .co_switch_box:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.custom_options .co_switch_box a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.custom_options .co_switch_box .switcher {
    position: absolute;
    height: 28px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/*--- horizontal ---*/

.custom_options .co_switch_box.co_switch_horizontal {
    width: 200px;
}
.custom_options .co_switch_box.co_switch_horizontal a {
    width: 50%;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.custom_options .co_switch_box.co_switch_horizontal .switcher {
    width: 50%;
}
.custom_options .co_switch_box.co_switch_horizontal.co_switch_columns_3 {
    width: 200px;
}
.custom_options .co_switch_box.co_switch_horizontal.co_switch_columns_3 a {
    width: 33.3333%;
}
.custom_options .co_switch_box.co_switch_horizontal.co_switch_columns_3 .switcher {
    width: 33.3333%;
}
.custom_options .co_switch_box.co_switch_horizontal.co_switch_columns_4 {
    width: 200px;
}
.custom_options .co_switch_box.co_switch_horizontal.co_switch_columns_4 a {
    width: 25%;
}
.custom_options .co_switch_box.co_switch_horizontal.co_switch_columns_4 .switcher {
    width: 25%;
}
/*--- vertical ---*/

.custom_options .co_switch_box.co_switch_vertical {
    width: 100%;
    height: auto;
}
.custom_options .co_switch_box.co_switch_vertical a {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding: 0 10px 0 30px;
    overflow: hidden;
}
.custom_options .co_switch_box.co_switch_vertical .switcher {
    width: 100%;
}
.custom_options .co_switch_box.co_switch_vertical .switcher:before {
    content: '\e84b';
    font-family: "fontello";
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    font-size: 10px;
    line-height: 28px;
}
/*--- dark ---*/

.custom_options.co_dark,
.custom_options.co_dark a,
.custom_options.co_dark .co_label,
.custom_options.co_dark .co_header,
.custom_options.co_dark .co_header .co_ico {
    color: #a1a1a1;
}
.custom_options.co_dark .co_header .co_reset:hover {
    color: #fff;
}
.custom_options.co_dark .co_image_check#co_bg_pattern_list a,
.custom_options.co_dark .co_header,
.custom_options.co_dark .co_switch_box {
    border-color: #262628;
}
.custom_options.co_dark .co_image_check .co_bg_preview {
    border-color: #373737
}
.custom_options.co_dark .co_image_check a:before,
.custom_options.co_dark .co_image_check .co_bg_preview:after {
    border-color: #373737 transparent transparent transparent;
}
.custom_options.co_dark .iColorPicker.current:before {
    border-color: transparent transparent #262628 transparent;
}
.custom_options.co_dark .iColorPicker span,
.custom_options.co_dark .co_switch_box .switcher {
    background-color: #262628;
}
.custom_options.co_dark .co_header .co_ico,
.custom_options.co_dark {
    background: #161616;
}
.custom_options.co_dark .co_section {
    border-bottom-color: #262628
}
.custom_options.co_dark .iColorPicker {
    background-image: url(../images/colorpic_dark.png);
}
.custom_options.co_dark .sc_scroll.sc_scroll_vertical .sc_scroll_bar {
    background-color: #161616;
}
.custom_options.co_dark .sc_scroll.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
    background-color: #a1a1a1;
}
/*--- light ---*/

.custom_options.co_light,
.custom_options.co_light a,
.custom_options.co_light .co_label,
.custom_options.co_light .co_header,
.custom_options.co_light .co_header .co_ico {
    color: #787878;
}
.custom_options.co_light .co_header .co_reset:hover {
    color: #000;
}
.custom_options.co_light .co_header {
    border-color: #e0e0e0;
}
.custom_options.co_light .co_image_check#co_bg_pattern_list a,
.custom_options.co_light .co_switch_box {
    border-color: #c4c4c4;
}
.custom_options.co_light .co_image_check .co_bg_preview {
    border-color: #c4c4c4;
}
.custom_options.co_light .co_image_check a:before,
.custom_options.co_light .co_image_check .co_bg_preview:after {
    border-color: #c4c4c4 transparent transparent transparent;
}
.custom_options.co_light .iColorPicker.current:before {
    border-color: transparent transparent #c4c4c4 transparent;
}
.custom_options.co_light .iColorPicker span {
    color: #fff;
}
.custom_options.co_light .iColorPicker span,
.custom_options.co_light .co_switch_box .switcher {
    background-color: #c4c4c4;
}
.custom_options.co_light .co_header .co_ico,
.custom_options.co_light {
    background: #f5f7f8;
}
.custom_options.co_light .co_section {
    border-bottom-color: #e0e0e0
}
.custom_options.co_light .iColorPicker {
    background-image: url(../images/colorpic_light.png);
}
.custom_options.co_light .sc_scroll.sc_scroll_vertical .sc_scroll_bar {
    background-color: #f5f7f8;
}
.custom_options.co_light .sc_scroll.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
    background-color: #161616;
}
/*--- scroll bar ---*/

.custom_options .sc_scroll.sc_scroll_vertical .sc_scroll_wrapper {
    padding: 0;
}
.custom_options .sc_scroll.sc_scroll_vertical .sc_scroll_slide {
    float: none;
}
.admin-bar .custom_options .sc_scroll.sc_scroll_vertical .sc_scroll_bar {
    padding: 99px 0 0 0;
}
.custom_options .sc_scroll.sc_scroll_vertical .sc_scroll_bar {
    width: 6px;
    padding: 67px 0 0 0;
}
.custom_options .sc_scroll.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
    width: 2px;
    margin: 0 auto;
}
/*--- color pic ---*/

.co_colorpic_list {
    text-align: center;
}
.custom_options .iColorPicker {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.custom_options .iColorPicker span,
.custom_options .iColorPicker.current:before {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.custom_options .iColorPicker span {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    color: #a1a1a1;
    width: 0;
    margin: 0;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.custom_options .iColorPicker.current span {
    opacity: 1;
    margin: 0 0 0 -50px;
    width: 100px;
}
.custom_options .iColorPicker.current:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    margin: 0 0 0 -3px;
    z-index: 2;
    opacity: 0;
}
.custom_options .iColorPicker.current:before {
    opacity: 1;
}
.iColorPickerTable {
    background-color: rgba(51, 51, 51, 0.5);
    padding: 5px;
    color: #fff;
    z-index: 999999;
    margin: 5px 0 0 0;
}
.iColorPickerTable .colorPickerTable td {
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.iColorPickerTable .colorPickerTable thead {} .iColorPickerTable .colorPickerTable thead tr td {
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
}
.iColorPickerTable .colorPickerTable thead tr td:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5) inset;
}
.iColorPickerTable .colorPickerTable tbody tr {} .iColorPickerTable .colorPickerTable tbody tr td {
    vertical-align: middle;
    text-align: center;
    height: 50px;
}
/*=== Visual Composer styles =========================================================================================*/

.wpb_row,
.wpb_text_column,
.wpb_content_element,
.sc_toggl .wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}
h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
    padding-bottom: 0 !important;
}
/*=== old plugin =========================================================================================*/
/* !!! The rules below regulate calendar size and position. Please edit carefully*/

.booking_day_container {
    height: 100px;
}
.booking_day_container a {
    border: none;
    height: 100px;
}
.booking_header_container .booking_select_calendar_container {
    padding: 20px 0 0 0;
}
.booking_month_container_all {
    height: auto;
    display: block;
    line-height: 40px;
    width: 100%;
    text-align: center;
    position: relative;
}
.booking_month_container_all .booking_month_container {
    display: block;
    height: 40px;
    width: 100%;
}
.booking_month_container_all .booking_month_name,
.booking_month_container_all .booking_month_year {
    height: inherit;
    line-height: inherit;
    display: inline-block;
    width: auto;
    position: static;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.booking_month_container_all .booking_month_nav_container {
    float: none;
}
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_prev {
    margin: 0;
    padding: 0;
    left: 0;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_prev a:before {
    content: '\e844';
    font-family: 'fontello';
    display: block;
    width: 40px;
    height: 40px;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_next {
    margin: 0;
    padding: 0;
    right: 0;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_next a:before {
    content: '\e843';
    font-family: 'fontello';
    display: block;
    width: 40px;
    height: 40px;
}
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container a {
    padding: 0;
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container a img {
    display: none;
}
.booking_main_container * {
    font-family: inherit;
}
.days_container_all {
    margin: 0 0 0 -1.2857%;
}
.days_container_all:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.days_container_all .booking_day_container {
    width: 13%;
    margin: 0 0 10px 1.2857%;
}
.days_container_all .booking_day_number {
    display: inline-block;
    height: 20px;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 0 10px;
    line-height: 1em;
}
.days_container_all .booking_day_book {
    margin: 10px 0 0 10px;
    height: 20px;
    display: block;
    overflow: hidden;
}
.days_container_all .booking_day_slots {
    margin: 10px 0 0 10px;
    display: block;
    overflow: hidden;
}
.booking_name_days_container {
    width: 100%;
}
.booking_name_days_container:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.booking_name_days_container .booking_day_name {
    width: 13%;
    margin: 0 0 10px 1.2857%;
    text-transform: uppercase;
    font-size: 12px;
}
.booking_box_preview_container_all {
    border: 1px solid #ddd;
}
#booking_container {} #booking_container:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
#booking_slot_form {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}
#booking_slot_form .booking_font_cuprum {
    height: auto;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ddd;
    padding: 5px 0
}
#booking_slot_form .booking_font_cuprum > div {
    min-height: 30px;
    line-height: 30px;
    vertical-align: top;
}
#booking_slot_form .booking_font_cuprum > div:nth-child(1) {
    margin: 3px 0 0 0;
}
#booking_slot_form .booking_font_cuprum > div:nth-child(2) {
    min-width: 100px;
    font-weight: bold;
}
#booking_slot_form .booking_font_cuprum > div:nth-child(3) {} #booking_slot_form .booking_font_cuprum > div:nth-child(4) {} #booking_slot_form .booking_font_cuprum > div:nth-child(5) {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
}
#booking_slot_form .booking_font_cuprum select {
    height: 28px;
    line-height: 28px;
    padding: 3px 5px;
}
#booking_slot_form .booking_font_cuprum .booking_cleardiv {
    height: 0 !important;
    min-height: 0
}
#booking_slot_form .booking_float_right .close_booking {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
}
#booking_slot_form .booking_float_right .close_booking:before {
    width: 30px;
    width: 30px;
    content: '\e802';
    font-family: "fontello";
    line-height: 30px;
    text-align: center;
    display: block;
}
#booking_slot_form .booking_word_space {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 0;
}
#booking_slot_form .booking_form_text {
    width: 100% !important;
    padding: 10px 0;
}
#booking_slot_form #booking_next,
#booking_slot_form #booking_prev {
    display: none;
}
#form_container_all {
    background-color: transparent !important;
    width: 48%;
    float: left;
    padding: 0 !important;
    margin: 0 0 0 2% !important;
}
#form_container_all .booking_float_left {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    padding: 0 0 20px 0;
}
#form_container_all .booking_field_input_custom {
    width: 100%;
}
#form_container_all .booking_float_left input[type="text"],
#form_container_all .booking_float_left textarea {
    font-size: 16px;
    display: block;
    outline: none;
    margin: 0px;
    width: 100% !important;
    font-weight: 300;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#form_container_all .booking_public_button {} #form_container_all > div:last-child {} #form_container_all > div:last-child:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
#form_container_all > div:last-child a,
#form_container_all > div:last-child input {
    font-weight: 300;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}
#form_container_all > div:last-child > div:nth-child(1) {
    float: left !important;
    width: auto !important;
    margin: 0 20px 0 0 !important;
}
#form_container_all > div:last-child > div:nth-child(2) {
    float: left !important;
    width: auto !important;
}
/* The rules below set default theme colors to calendar plugins. To edit calendar color from the plugin admin panel please comment the block of css below. */

.booking_header_container .booking_month_container_custom {
    background-color: transparent !important;
}
.booking_header_container .booking_month_name,
.booking_header_container .booking_month_year {
    color: #2b2b2b !important;
}
.booking_header_container .booking_month_navigation_button_custom {
    background-color: transparent !important;
}
.booking_month_container_all .booking_month_nav_container .booking_month_navigation_button_custom:hover,
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container:hover {
    background-color: #b4bc5d !important;
    color: #fff;
}
.days_container_all .booking_day_black a {
    background-color: #b4bc5d !important;
    color: #fff !important;
}
.days_container_all .booking_day_grey.booking_day_container a {
    background-color: transparent !important;
    color: #fff !important;
}
.days_container_all .booking_day_black.booking_day_container a .booking_day_slots {
    color: #fff !important;
}
.days_container_all .booking_day_slots {
    color: #b4bc5d !important;
}
.booking_name_days_container .booking_day_name {
    color: #b4bc5d !important;
}
.days_container_all .booking_day_container:hover .booking_day_number {
    background-color: #b4bc5d;
    color: #fff !important;
}
.days_container_all .booking_day_white:hover a {
    background-color: #f26248 !important;
}
.days_container_all .booking_day_white:hover a .booking_day_number,
.days_container_all .booking_day_white:hover a .booking_day_book,
.days_container_all .booking_day_white:hover a .booking_day_slots {
    color: #fff !important;
}
#form_container_all > div:last-child a {
    background-color: #000 !important;
    color: #fff;
}
#form_container_all > div:last-child input {
    background-color: #b4bb6b !important;
    color: #fff;
}
#booking_slot_form .booking_word_space {
    color: #000 !important;
}
#booking_slot_form .booking_word_space span {
    color: #000 !important;
}
#form_container_all .booking_float_left {
    color: #000;
}
#form_container_all .booking_float_left input[type="text"],
#form_container_all .booking_float_left textarea {
    color: #888888 !important;
    border: 2px solid #000 !important;
    background-color: transparent;
    background-color: transparent !important;
}
#form_container_all .booking_float_left input[type="text"]:focus,
#form_container_all .booking_float_left textarea:focus {
    background-color: #fff !important;
}
.t-booked .sc_highlight_style_2 {
	color:#f26248;
}
.t-booked .sc_reservation_link {
	width:70%;
}

/*=== The events calendar =========================================================================================*/

#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-notices {
    border-radius: 0;
}
.tribe-events-notices {
    background-color: #fe9b71;
    border: none;
    color: #fff;
    text-shadow: none;
}
.tribe-events-read-more {
    font-size: 12px;
    padding: 13px 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
}
.tribe-events-read-more:hover {
    background-color: #b4bb6b;
}
.tribe-events-list .type-tribe_events h2 {
    font-size: 48px;
}
.tribe-events-list .type-tribe_events + .type-tribe_events {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #b4bb6b;
}
.single-tribe_events .tribe-events-event-meta {
    border: none;
}
.tribe-events-calendar thead th {
    background-color: #b4bb6b;
    border-color: rgba(255, 255, 255, 0.2);
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #b4bb6b;
}
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
    color: #b4bb6b;
}
.tribe-events-list-separator-month span {
    background-color: #f8f6ee;
}
#tribe-bar-form {
    background-color: transparent;
}
#tribe-bar-form .tribe-bar-filters-inner {
    border: 1px solid #ddd;
}
#tribe-bar-form input[type=text] {
    border-style: solid;
    border-width: 0 0 1px 0;
}
#tribe-events-pg-template {
    padding: 50px 0;
}
.tribe-events-list h2.tribe-events-page-title {
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.tribe-events-event-meta .author {
    padding: 0 0 20px 0;
}
.tribe-events-list-separator-month {
    padding: 0;
    margin: 60px 0;
}
.tribe-events-loop .tribe-events-content {
    padding: 0;
}
#tribe-events-pg-template #post-0 {
    overflow: hidden;
}
/* Hide Tribe breadcrumbs - our more comfortable */

p.tribe-events-back {
    display: none;
}
/* Main template */

#tribe-events-pg-template,
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
    max-width: none;
}
.tribe-events-day .tribe-events-day-time-slot .vevent {
    margin-left: 0;
}
/* Titles */

.tribe-events-meta-group .tribe-events-single-section-title {
    padding-bottom: 0;
}
h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 1em;
}
.tribe-events-list-separator-month {
    font-weight: 400;
}
#tribe-events-header {
    display: none;
}
/* Buttons and fields */

#tribe-bar-form input[type="text"],
.tribe-events-button,
#tribe-events .tribe-events-button {
    font-weight: 400;
}
ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
    font-weight: 400;
    font-size: inherit;
}
.single-tribe_events #tribe-events-header li,
.single-tribe_events #tribe-events-footer li {
    width: auto;
}
/* Event details */

.tribe-events-event-meta .author {
    margin-bottom: 0;
}
.tribe-events-venue-details .author:after {
    display: none;
}
a.tribe-events-ical,
a.tribe-events-gcal {
    margin-top: 0;
}
/* Widgets */

.tribe-events-list-widget ol {
    margin: 0;
    padding: 0;
}
.tribe-events-list-widget ol li {
    margin-bottom: 1.5em;
}
.tribe-events-list-widget .entry-title {
    font-size: 1.15em;
    font-weight: 400;
}
.tribe-events-list-widget .duration {
    font-weight: 400;
}
#tribe-events-content {
    margin-bottom: 0;
}

/* Other */
.aside-blog .sc_audio_image {
	width:100%; 
	background-image: url(../images/Depositphotos_24499027_original1-1240x698.jpg);
}
.single-post .sc_slider,
.single-post .swiper-slide {
	height:500px;
}
.single-post .sc_slider .odd {
	background-image:url(../images/kaboompics.com_Wine-glasses1-1240x500.jpg); 
}
.single-post .sc_slider .even {
	background-image:url(../images/picjumbo.com_IMG_8388-1240x500.jpg);
}
.single-post .sc_slider .last {
	background-image:url(../images/Depositphotos_4520266_original-1240x500.jpg);
}
#sc_tab_002_1_scroll,
#sc_tab_002_2_scroll,
#sc_tab_002_3_scroll {
	height:230px!important;
}
#sc_tab_002_1_scroll .sc_line,
#sc_tab_002_2_scroll .sc_line,
#sc_tab_002_3_scroll .sc_line {
	max-width:30%;
}
#sc_tab_002_1_scroll .sc_image,
#sc_tab_002_2_scroll .sc_image {
	width:150px!important;
}
#sc_tab_002_3_scroll .sc_image {
	width:250px!important;
}

#nav_pages li {
	margin-left: 1px;
}
.home_img_icon p a,
.sc_scroll_slide a {
	margin-right: -2.5px;
	margin-left: -2.5px;
}
.restaurant .custom_nomar_B {
	text-align: center; 
	font-size: 11px; font-weight: 500; 
	letter-spacing: 2px;
}
.restaurant .home_event .sc_line {
	margin-bottom:70px;
	max-width:90%;
}
.restaurant .home_event .sc_title {
	font-weight:700;
}
.restaurant .home_img_icon {
	margin-top:-70px; 
}
.restaurant .home_img_icon .sc_content {
	margin-bottom:30px; 
}
.restaurant .home_img_icon .sc_title {
	margin-bottom:50px;
	font-weight:700;
}
.home_img_icon .sc_line {
	margin-top:90px!important;
	margin-bottom:90px!important;
	max-width:90%!important;
}
.sc_section.buttons .sc_columns_item .sc_button{
    margin-bottom:30px; 
	margin-right:30px;
}
.magazine .sc_tabs_style_3 {
    margin: 0 30px 30px 0!important;
}
.magazine .sc_tabs_array .sc_scroll_vertical {
    height: 360px!important;
}
.magazine #sc_blogger_008_scroll,
.magazine #sc_blogger_sc_blogger_008 {
	height:410px;
}
.magazine #sc_blogger_sc_blogger_008 {
    margin-right:40px;
}
.woocommerce.woocommerce-page h1.page-title {
    text-align: center;
    margin-top: 30px!important;
}

.aside-blog .sc_columns_item .post {
    padding-bottom: 0;
}


.blog .sc_audio_image {
	width:100%; 
	background-image: url(../images/Depositphotos_24499027_original1-1240x698.jpg);
	margin-bottom:30px;
}
.shortcodes #sc_googlemap_4 {
    margin-bottom: 0px;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}


#rev_slider_3_1_wrapper,
#rev_slider_4_1_wrapper {
	margin:0px auto;
	background-color:#12100f;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	max-height:600px;
}
#rev_slider_3_1_wrapper .tp-loader.spinner1,
#rev_slider_4_1_wrapper .tp-loader.spinner1 {
	background-color: #FFFFFF!important;
}
.tp-caption.black,
.black {
	color: #000;
	text-shadow: none
}

.clear-both {
	clear: both;
}

.overhid {
	overflow: hidden;
}

.custom_nomar {
    margin: 0 0 0 0!important;
}
.custom_nomar_T {
	margin-top: 0!important;
}
.custom_nomar_B {
	margin-bottom: 0!important;
}
.custom_nomar_R {
	margin-right: 0!important;
}
.custom_nomar_L {
	margin-left: 0!important;
}


.custom_mar_1 {
    margin-top: 70px!important;
    margin-bottom: 70px!important;
}
.custom_mar_2 {
    margin-top: 50px!important;
}
.custom_mar_3 {
    margin-top: 70px!important;
}
.custom_mar_4 {
    margin-top: -70px!important;
}
.custom_mar_5 {
    margin-bottom: 30px!important;
}
.custom_mar_6 {
    margin-top: -70px!important;
	margin-bottom: 70px!important;
}
.custom_mar_7 {
    margin-top: 30px;
	margin-bottom: 30px;
}
.custom_mar_8 {
    margin-top:100px;
	margin-bottom:50px;
}
.custom_mar_9 {
    margin-top: 50px!important;
	margin-bottom: 20px!important;
}
.custom_mar_10 {
    margin-bottom: -20px; 
}
.custom_mar_11 {
    margin-bottom: -30px!important; 
}
.custom_mar_12 {
	margin-top: 10px!important;
	margin-bottom: 40px!important;
}
.custom_mar_12 p {
	text-align: center; 
	font-size: 11px; font-weight: 500; 
	letter-spacing: 2px;
}
.custom_mar_13 {
	margin-top: 20px!important;
	margin-bottom: 50px!important;
}
.custom_mar_13 p {
	text-align: center; 
	font-size: 12px; 
	font-weight: 500;
}
.custom_mar_14 {
	margin-bottom:20px!important;
}
.custom_mar_15 {
	margin-top:15px!important;
}
.custom_mar_16 {
	margin-top:60px; 
	margin-bottom:60px;
}
.custom_mar_17 {
	margin-top:40px;
}
.custom_mar_18 {
	margin-bottom:120px;
}

.custom_pad_1 {
	padding-bottom: 50px;
}

.custom_title_1 {
    margin-bottom: 25px;
    font-weight: 700;
}
.custom_title_2 {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
}
.custom_title_3 {
    margin-top: 70px;
    margin-bottom: 70px;
    font-weight: 700;
}
.custom_title_4 {
    margin-bottom: 50px;
    font-weight: 700;
}
.custom_title_5 {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.custom_title_6 {
    font-weight: 700;
}
.custom_title_7 {
    margin-top:0px;
	margin-bottom:0px;
	font-weight:700;
	color:#ffffff;
}
.custom_title_8 {
    margin-top:20px!important;
	margin-bottom:70px!important;
}
.custom_title_9 {
    color:#eb413e!important;
	background-color:#f2f5f8!important;
}
.custom_title_10 {
    color:#CCCCCC;
}
.custom_title_11 {
    cursor:pointer;
	background-color:#FFFFFF;
}
.custom_title_12 {
    background-color:#F6F6F6;
}
.custom_title_13 {
    color:#FFFFFF;
}
.custom_title_14 {
    cursor:pointer;
	background-color:#333333;
}
.custom_title_15 {
    text-align: center;
    padding: 50px 10px 0 10px;
    text-transform: uppercase;
    font-size:12px;
    letter-spacing: 2px;
}
.custom_title_16 {
    color:#f26248;
}


.hideblock {
	display: none;
}


.blocks_1 {
    margin-bottom: 40px!important;
}
.blocks_2 {
    margin-top: 40px!important;
    margin-bottom: 20px!important;
}
.blocks_3 {
    margin-bottom: 40px!important;
}
.blocks_4 {
    margin-bottom: 35px!important;
}
.blocks_5 {
    background-color: #fff;
    padding: 70px 0 40px 0;
}
.blocks_6 {
    margin-bottom: 90px!important;
    max-width: 90%!important;
}
.blocks_7 {
    margin-top: 90px!important;
    margin-bottom: 90px!important;
    max-width: 90%!important;
}
.blocks_8 {
    margin-top: 10px!important;
    margin-bottom: 40px!important;
}
.blocks_9 {
    padding: 10px;
}
.blocks_10 {
    margin-top: 20px!important;
    margin-bottom: 50px!important;
}
.blocks_11 {
    margin-bottom: 70px!important;
    max-width: 90%!important;
}
.blocks_12 {
    text-align:center; 
	margin:0;
}
.blocks_13 {
    width:100%;
	height:400px;
}
.blocks_14 {
    margin-bottom:0px!important;
	height:500px!important;
}
.blocks_15 {
    margin-bottom:0px;
	width:100%;
	height:500px;
}
.blocks_16 {
    width:100%;
}
.blocks_17 {
	width:80%;
}
.blocks_18 {
    width:60%;
}
.blocks_19 {
    width:90%!important;
}
.blocks_20 {
    max-width:100px;
}