/*
Theme Name: SG Window
Author: Cats_456
Theme URI: 
Author URI: 
Description: SG Window is a highly customizable theme with responsive design. Front page can include custom blocks and pages with different layouts. Theme includes one page navigation menu and CSS3&JQuery effects. It has many options in the theme customizer (per page sidebars, layouts: right column, left column, two columns, full width; blog: from 1 to 4 columns; favicon; logo; all google fonts; 2 color schemes, 3 nav menus and other options). SG Window has 4 footers, 4 per page sidebars and 10 custom widgets (Social Media Icons, Buttons, Images, Posts, Pages, Navigation). It can be used for portfolio, blog, e-commerce, business, landing page websites. Supports popular plugins: WooCommerce and portfolio from Jetpack. Translation ready. See the demo at http://wpblogs.info/demo/sg-window/, documentation at http://wpblogs.ru/themes/how-to-video-sg-window-theme/
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, custom-logo, custom-background, custom-header, footer-widgets, flexible-header, full-width-template, custom-menu, featured-images, sticky-post, translation-ready, custom-colors, editor-style, theme-options, threaded-comments, blog, portfolio, e-commerce
Text Domain: sg-window

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
audio:not([controls]) {
	display: none;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body,
button,
input,
select,
textarea {
	font-size: 18px;
	line-height: 1.5;
}
/* Menu toggle */
.sidebar-toggle,
.menu-toggle {
	margin: 20px;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.4;
	font-weight: normal;
	background-repeat: repeat-x;
	border-radius: 3px;
	cursor: pointer;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	text-decoration: underline;
	outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	margin: 12px 0;
}

h1 {
	font-size: 24px;
	line-height: 1.34;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.1;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	display: inline-block;
	padding: 2px;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: nowrap;
	word-wrap: normal; 
}

blockquote,
q {
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	font-size: 24px;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: bold;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 10px 0 10px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

figure {
	margin: 0;
}

fieldset {
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
select {
	max-width: 100%;
	word-wrap: break-word;
}
select  option{
	max-width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 12px;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
/**
 * Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border-radius: 2px;
	padding: 0 10px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 30px;
	text-transform: uppercase;
	vertical-align: bottom;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
	width: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
	width: auto;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	overflow: hidden;
	max-width: 100%;
}

iframe {
	display: block;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Genericons Icons */

.genericon {
	border-bottom: none;
	font: normal 18px/1 'Genericons';
	padding-right: 5px;
	vertical-align: top;	
}
.category-list a:before {
	content: '\f301';
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	padding-right: 5px;
	vertical-align: middle;	
}

.site .tag:before,
.site .tags a:before {
	content: '\f302';
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	padding-right: 5px;
	vertical-align: middle;
}

.site code .tags:before,
.site code .tag a:before,
.site code .tags a:before,
.site code .tag:before {
	content: '';
}

/* Genericons Icons */

.author.vcard  a:before {
	content: '\f304';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;	
}
.entry-date a:before {
	content: '\f307';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;	
}
.menu-toggle:before {
	content: '\f419';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'Genericons';
	padding-right: 2px;
	vertical-align: middle;	
}
.sidebar-toggle:after {
	content: '\f502';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'Genericons';
	vertical-align: middle;	
}
.edit-link a:before {
	content: '\f411';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;	
}

.featured-post:before {
	content: '\f308';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: middle;	
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 10px 12px 10px 0;
}

.wp-caption.alignleft {
	margin: 10px 12px 10px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 10px 0 10px 12px;
}

.wp-caption.alignright {
	margin: 10px 0 10px 12px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 12px;
	max-width: 100%;
	width: auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 10px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	border-radius: 3px;
	clip: auto;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	font-size: 16px;
	margin: 0 auto;
	width: 96%;
}

.background-fixed {
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.main-wrapper {
	display: -webkit-box;     
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;
	display: flex;            
	margin: 0 auto;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.site-content {
	-ms-flex-order: 1;     
	-webkit-order: 1;  
	order: 1;
	width: 100%;
}

.sidebar-1 {
	-ms-flex-order: 2;     
	-webkit-order: 2;  
	order: 2;
}

.sidebar-2 {
	-ms-flex-order: 3;     
	-webkit-order: 3;  
	order: 3;
}

.sidebar-1,
.sidebar-2,
.content {
	width: 100%;
}

/* main area */
.boxed-content .main-area {
	margin: 0 20px;
}

.main-area {
	padding: 20px;

}

.page-template-no-content-footer .main-area,
.page-template-sidebar .main-area,
.no-content .main-area,
.page-template-no-content .main-area {
	padding: 0;
}

.nothing-found,
.content-container {
	clear: both;
}

.main-wrapper.default.no-sidebar .content-container {
	margin-bottom: 20px;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
 
.sg-site-header-1,
.sg-site-header {
	display: -webkit-box;     
	display: -moz-box;        
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;
	display: flex;            
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.site-title {
	width: 100%;
}

.site-title a {
	display: block;
	padding: 0 10px;
}

.site-title,
.site-title a {
	font-size: 42px;
	font-weight: 300;
	text-align: center;
}

.site-description h2 {
	font-size: 22px;
	padding: 18px 24px;
	text-align: right;
}

.site-description {
	display: none;
}

.header-wrap {
	margin: 0 auto;
}

.header-image {
	margin: 0 auto;
}

.boxed-header .sg-header-area {
	margin: 20px 20px 0 20px;
	z-index: 20;
}

.logo-block {
	width: 10%;
}

.menu-top,
.logo-is-on .menu-top {
	width: 100%;
}

.logo-is-on .menu-1 {
	padding-left: 120px;
}

.logo-section {
	position: absolute;
	z-index: 501;
}

.logo-block .logo {
	display: block;
	max-width: 100px;
	margin: 0 20px;
}

.logo-block.small .logo-section {
	max-width: 80px;
	margin: 10px;
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
.nav-link {
	margin-top: 20px;
}
 /* styles for the flex-box grid */
 
.nav-link,
.widget .flex.content,
.flex .content {
	display: -webkit-box;    
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;   
	display: flex;           
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
.nav-link a {
	text-decoration: none;
	width: 94%;
}

.navigation.paging-navigation {
	text-align: center;
}

.menu-toggle,
.sidebar-toggle {
	display: inline-block;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
	margin-bottom: 10px;
}

.pagination .page-numbers {
	padding: 5px 10px;
}

.pagination.loop-pagination {
	padding: 20px;
}
/* Top Menu */
.menu-1 {
	clear: both;
}

/* Navigation */

.horisontal-navigation .current-menu-item  > a:before,
.horisontal-navigation .current_page_item  > a:before {
	content: '\f428';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: top;	
}

.horisontal-navigation .current-page-ancestor > a:before,
.horisontal-navigation .current-menu-ancestor > a:before {
	content: '\f428';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: top;	
}

.horisontal-navigation ul.nav-horizontal,
.horisontal-navigation div.nav-horizontal > ul {
	display: none;
}

.horisontal-navigation ul.toggled-on ul,
.horisontal-navigation ul.toggled-on {
	margin: 0 20px 20px 20px;
}

.horisontal-navigation {
	text-align: right;
}

.horisontal-navigation > div {
	float: right;
	text-align: left;
}

.horisontal-navigation  ul {
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
	list-style: none;
	max-width: 280px;
	margin: 0 20px 0 20px;
	min-width: 200px;
}

.horisontal-navigation > div > ul > li a {
	padding: 0 20px;
	display: inline-block;
}

.toggle {
	display: block;
}

.nav-horizontal li {
	font-size: 18px;
}

.nav-horizontal li ul li li {
	margin: 10px;
}

.horisontal-navigation a {
	display: block;
	line-height: 1.8;
	text-decoration: none;
}

.horisontal-navigation ul li ul li a:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;	
}

 /**
 * Content
 * -----------------------------------------------------------------------------
 */
.entry-summary {
	display: none;
	padding: 0 10px;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.entry-content th,
.comment-content th {
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

/* archive title */ 
.archive-title {
	font-size: 14px;
	text-transform: uppercase;
}

/* entry thumbnail */ 
.flex .entry-thumbnail img {
	display: block;
	margin: 0 auto;
}

.content-container .entry-thumbnail {
	padding: 0 0 20px 0;
}

.flex .content-container {
	overflow: hidden;
}

/* archive/category/blog pages */
.flex .content-container .entry-thumbnail {
	padding: 0;
}

.flex .content-container {
	margin: 0 auto 20px auto;
}

.flex-layout-1 .content-container {
	width: 100%;
}

.flex-layout-2 .content-container {
	width: 100%;
}

.flex-layout-3 .content-container {
	width: 100%;
}

.flex-layout-4 .content-container {
	width: 100%;
}

.flex .entry-title a {
	font-size: 18px;
}

.flex .entry-summary,
.flex .entry-content {
	font-size: 0;
}

.flex  .tags,
.flex  .tag:before,
.flex  .tags a:before {
	display: none;
}
.flex .entry-header h1 {
	border-radius: 0 0 10px 10px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
}

article h1 a {
	display: inline-block;
	line-height: 1.2;
	padding-bottom: 10px;
}

.flex .entry-summary  p {
	margin: 0;
	padding: 5px;
}

.flex .entry-content{
	padding: 5px 20px;
}

.nothing-found > article ,
.content-container > article {
	padding: 20px;
}

/**
 * Archive Header
 * -----------------------------------------------------------------------------
 */
.archive-header {
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.archive-header h1 {
	display: inline-block;
}
/**
 * Entry Meta
 * -----------------------------------------------------------------------------
 */
 
.entry-meta {
	font-style: italic;
	padding: 10px 20px;
	text-align: right;
}
.widget .entry-meta {
	padding: 0;
}

.site .entry-meta a.post-edit-link {
	font-size: 0;
}

.entry-date a:before,
.author.vcard a:before,
.edit-link a:before,
.comments-link a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
	padding: 0 2px;
	vertical-align: middle;
}

.comments-link a:before {
	content: '\f300';
}
.edit-link a:before {
	content: '\f411';
}
.author.vcard a:before {
	content: '\f304';
}
.entry-date a:before {
	content: '\f307';
}

.wide .entry-date a:before,
.wide .author.vcard a:before,
.wide .edit-link a:before,
.wide .comments-link a:before {
	text-shadow: none;
}

.comments-link {
	padding: 0 0 0 10px;
}

 /**
 * Post Thumbnail, Category and Tags
 * -----------------------------------------------------------------------------
 */
 
.project-list,
.category-list {
	margin: 0 0 20px 0;
}

.widget .tags,
.widget .project-list,
.widget .category-list {
	text-align: center;
}

.widget .project-list,
.widget .category-list {
	margin: 20px;
	padding: 5px;
}

.project-list a,
.category-list a {
	display: inline-block;
	margin: 5px;
}
.project-list ul,
.category-list ul {
	margin: 0;
}
.project-list li,
.category-list li{
	display: inline-block;
	list-style: none;
}

.site .tag:before,
.project a:before,
.site .tags a:before,
.project-list a:before,
.category-list a:before {
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: middle;	
}

.project a:before,
.project-list a:before {
	content: '\f445';
	padding-right: 5px;
}

.project-list {
    font-style: italic;
}
.category-list a:before {
	content: '\f301';
}
.tags a:before {
	content: '\f302';
}

.tags {
	margin: 20px 0;
	text-align: right;
}

.tags a {
	display: inline-block;
}

.project-list a,
.category-list a,
.tags a {
	border-radius: 10px;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
}
 /**
 * Post Date
 * -----------------------------------------------------------------------------
 */
.post-date {
	margin: 5px 0 0 5px;
	padding: 2px;
}

.post-date a {
	text-decoration: none;
}

 /**
 * Content Navigation
 * -----------------------------------------------------------------------------
 */
.meta-nav {
	margin: 5px;
}

.previous-image,
.next-image,
.nav-previous-one, 
.nav-next {
	display: block;
	margin: 5px;
	text-align: center;
}

/**
 * Post Format
 * -----------------------------------------------------------------------------
 */
.post-format {
	padding: 5px;
	text-align: center;
}
/**
 * Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	bottom: 0;
	box-sizing: border-box;
	font-size: 12px;
	left: 0;	
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	left: 0;
	min-height: 49px;
	position: absolute;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * Comments
 * -----------------------------------------------------------------------------
 */
 
.comments-area {
	margin: 0;
	padding: 40px 20px;
}

.comment-reply-title,
.comments-title {
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-meta {
	font-size: 12px;
	padding: 0 10px 10px 10px;
}
.comment-list .reply {
	margin-left: 10px;
	margin-top: 24px;
}

.comment-list .pingback,
.comment-list .trackback {
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-author {
	position: relative;
}

.bypostauthor > article .fn:before {
	content: '\f408';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	margin-left: 10px;
	vertical-align: middle;	
}

.comment-author .avatar {
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.says {
	display: none;
}

.comment-awaiting-moderation,
.comment-list .reply {
	padding-left: 30px;
}

.comment-author.vcard a {
	text-decoration: underline;
}

.comment-author.vcard a:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	padding: 0 0 0 10px;
	vertical-align: middle;	
}

.comment-author.vcard:after {
	content: '|';
	padding: 5px;
}

.comment-content {
	padding: 20px 10px;
}
.comment-edit-link {
	margin-left: 10px;
}

.comment-content {
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-body {
	clear: right;
	margin: 20px 0;
	padding: 10px;
}

.comment-body  img.avatar {
	height: 48px;
	position: relative;
	width: 48px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7;
}

.no-comments {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 300px;
	padding: 5px;
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.comment-reply-title small a {
	color: #ccc;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
	text-align: center;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
	text-align: center;
}

.comment-navigation a {
	padding: 10px;
}

.site .comments-area {
	margin-top: 20px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
#respond {
	clear: right;
}
.full-size-link {
	padding: 20px;
}

.featured-post {
	margin-top: 20px;
	padding: 0 20px;
	text-align: center;
}

.clear {
	clear: both;
}
.clear-right {
	clear: right;
}
/**
 * Sticky Post
 * -----------------------------------------------------------------------------
 */
.sticky {
} 

/**
 * Widgets
 * -----------------------------------------------------------------------------
 */
 
 .widget {
	font-size: 18px;
	hyphens:         auto;
	line-height: 1.8;
	word-wrap: break-word;
}

.site .widget {
	padding-bottom: 20px;
}
 
/* columns */

.sidebar-2 .column,
.sidebar-1 .column {
	padding: 20px 0 0 0;
}

.sidebar-1 .widget,
.sidebar-2 .widget {
	margin: 0 auto 20px auto;
}

.site .wide .column .widget.widget_search,
.site .column .widget {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}

.column .widget .widgettitle,
.column .widget .widget-title {
	font-size: 22px;
	font-weight: 300;
	margin-top: 0;
	padding: 5px;
	text-align: center;
}

.wide .sgwindow_widget_title .entry-title {
	margin: 0;
	padding: 20px;
}

.sidebar-footer li:before,
.column li:before {
	content: '\f428';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	margin: 0;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	vertical-align: middle;	
}

.column select {
	width: 100%;
}

.column ol,
.column ul {
	list-style: none;
	margin: 10px 0 10px 0;
}
.column ol li ol,
.column ul li ul{
	margin: 0 0 0 10px;
}

/* Top Sidebar, Footer Sidebar, Content Sidebar */

.wide .widget-area .widgettitle,
.wide .widget-area .widget-title {
	margin-left: auto;
	margin-right: auto;
}

.wide .widget ul {
	list-style: none;
}

.sidebar-before-footer {
	margin: 0 auto;
}

.boxed-header .sidebar-wrap {
	margin: 0 20px 20px 20px;
}

.wide select {
	display: block;
	margin: 20px auto;
	padding: 5px;
	width: 300px;
}

.wide  ul li a{
	text-transform: uppercase;
}

.wide .widget.widget_rss  .rss-date {
	display: block;
}

.wide .widget.widget_rss  ul li .rssSummary {
	display: block;
	margin: 5px;
	padding: 5px;
}

.site .widget.widget_tag_cloud a,
.site #sidebar-1 .widget-area .column .widget.widget_tag_cloud a {
	margin: 2px;
	padding: 2px;
	display: inline-block;		
	outline: none;
	text-decoration: none;
	user-select: none;
	border-radius: 3px;
}

.wide .widgettitle,
.wide .widget-title {
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: center;
}

.wide .widget {
	margin: 0 auto;
}

/* widget nav menu */

.wide .widget.widget_nav_menu .menu {
	display: -webkit-box;     
	display: -moz-box;     
	display: -ms-flexbox;      
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.wide .widget.widget_nav_menu > div > .menu > li > a {
	display: block;
	font-size: 24px;
	margin: 10px;
	padding: 5px;
}

.site .wide .widget-area .widget.widget_nav_menu ul,
.site .wide .widget-area  .widget.widget_nav_menu ul li {
	margin: 0;
}

.wide .widget.widget_nav_menu .menu li ul li  {
	border: none;
	display: block;
	margin: 10px;
}
.wide .widget.widget_nav_menu .menu > li {
	display: block;
	width: 100%;
}

/* widgets in top, content, before footer sidebars */

.wide .widget.widget_nav_menu .menu li ul li a:before,
.wide .widget ul li:before {
	content: '\f432';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	padding-right: 5px;
	margin-top: 6px;
	vertical-align: middle;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wide .small .widget ul li:before {
	content: '\f428';
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.wide .widget.widget_nav_menu ul li:before {
	content: none;
}

.wide .widget.widget_rss  ul li:before {
	content: '\f511';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: middle;	
}

.wide .widget.widget_rss  .rss-date:before {
	content: '\f307';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: middle;	
}

.wide .widget.widget_tag_cloud div,
.wide .widget.widget_nav_menu ul,
.wide .widget.widget_recent_comments ul,
.wide .widget.widget_meta ul,
.wide .widget.widget_recent_entries ul,
.wide .widget.widget_pages ul,
.wide .widget.widget_categories ul,
.wide .widget.widget_archive ul,
.wide .widget.widget_rss  ul {
	padding: 0 20px;
}

.site .wide .widget.widget_text > div {
	max-width: 100%;
}

.wide .widget.widget_text .widgettitle,
.wide .widget.widget_text .widget-title {
	margin: 0; 
}
.wide .widget.widget.widget_text {
	padding-bottom: 0;
}

.widget.sgwindow_socialicons ul li:before{
	content: '';
}

/* footer sidebar */
.sidebar-footer ul {
	list-style: none;
}

.sidebar-footer .widget {
	margin: 20px;
}

.sidebar-footer .widgettitle,
.sidebar-footer .widget-title {
	padding: 0 5px 10px 5px;
	border-bottom: 5px solid #ccc;
}

.sidebar-footer .widget {
	margin: 0 20px;
	padding: 20px;
}

/* widget search and search product */

.search-submit {
	display: none;
}

.sidebar-footer .widget_search .search-form input[type="search"] {
	width: 100%;
}

.wide .widget.woocommerce.widget_product_search input,
.search-form input[type="search"],
.wide .widget.widget_search .search-form input[type="search"] {
	width: 100%;
	padding: 10px;
}

.widget.woocomsmerce.widget_price_filter form,
.widget.woocommerce.widget_product_search form,
.wide .widget.widget_search form,
.wide.widget.widget_search input{
	margin-left: 20px;
	margin-right: 20px;
}

.wide .widget.woocommerce.widget_product_search, 
.wide .widget.widget_search {
	padding: 20px 0;
}
.widget.woocommerce.widget_product_search,
.widget_search .search-form input[type="search"] {
	font-size: 18px;
}

.widget_product_search input[type="submit"],
.widget_product_search #searchsubmit,
.widget_search  .search-submit {
	display: none;
}

.wide .widget.widget_rss > div,
.wide .widget_calendar > div  {
	padding: 20px;
}

/* calendar */

#calendar_wrap {
	max-width: 300px;
	margin: 0 auto;
}

.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}
.widget_calendar #next{
	text-align: right;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Social Icons Widget*/
.sgwindow_socialicons ul {
	margin: 0;
	text-align: left;
}

/* social icons styles */
.sgwindow_socialicons  {
	overflow: auto;
}

.sgwindow_socialicons .big.horizontal li {
	display: inline-block;
	width: 64px;
}

.sgwindow_socialicons .small.horizontal li {
	display: inline-block;
	width: 32px;
}

.sgwindow_socialicons .big.vertical li {
	width: 64px;
}

.sgwindow_socialicons .small.vertical li {
	width: 32px;
}

.sgwindow_socialicons a {
	display: inline-block;
}

.sgwindow_socialicons .big a {
	height: 64px;
	width: 64px;
}

.sgwindow_socialicons .small a {
	height: 32px;
	width: 32px;
}

.sgwindow_socialicons a {
	opacity: 0.7;
}
.sgwindow_socialicons a:hover {
	opacity: 1;
}

.sgwindow_socialicons .vertical li {
	display: block;
	margin: 0;
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
.site-info {
	font-size: 16px;
	padding: 5px 20px;
	text-align: right;
	
}

.site-info a {
	text-decoration: underline;
}

/* Scroll UP Button */
.scrollup {
	background: url(//xn--80aaebl7anebkde8a2p.xn--p1ai/wp-content/themes/sg-window/img/scrollup.png) no-repeat 0 20px;
	bottom: 40px;
	display: none;
	height: 45px;
	padding: 20px 0;
	position: fixed;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
	width: 50px; 
	z-index: 99;
}
.scrollup.right {
	right: 5px;
}
.scrollup.center {
	right: 45%;
}
.scrollup.left {
	left: 5px;
}
.scrollup:hover {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

@keyframes my-jump  { 
    20% {transform: translateY(20px);}
    100% {transform: scale(1.1);}
}
@-webkit-keyframes my-jump  { 
    20% {transform: translateY(20px);}
    100% {transform: scale(1.1);}
}
.move {
    -webkit-animation: my-jump 2s linear 0.2s infinite alternate; /* Chrome, Safari, Opera */
    animation: my-jump 2s linear 0.2s infinite alternate; /* Standard syntax */
}

/* woocommerce */
#woocommerce-wrapper {
	padding: 20px;
}
.archive  .woo-shop .content-container {
	padding: 20px;
	width: 96%;
}
 .woo-shop .content-container {
	padding: 20px;
}

.upsells.products .products,
.related.products .products,
.archive .woo-shop .products {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;            
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.woo-shop .products li {
	border-radius: 10px;
	margin: 20px auto !important;
	padding: 20px !important;
}
 
.woo-shop .page-title {
	padding: 5px 20px;
}

.woo-shop .woocommerce-pagination {
	padding: 10px;
}

.woo-shop .woocommerce-breadcrumb, 
.woo-shop .woocommerce-result-count {
	padding: 5px 20px;
}

.woo-shop .woocommerce-breadcrumb {
	display: inline-block;
	margin: 0;
}
.woo-shop .add_to_cart_button,
.woo-shop .product-cart a {
	font-size: 12px !important;
}

.woo-shop .flex-layout-1 .products > li,
.woo-shop .flex-layout-2 .products > li,
.woo-shop .flex-layout-3 .products > li,
.woo-shop.flex-layout-4 .products li {
	width: 96% !important;
}

/* widget product categories */
/* widget pages */
/* widget categories */
/* widget_nav_menu */

.small .widget.widget_nav_menu div > ul > li:before,
.small .widget.widget_pages > ul > li:before,
.small .widget.widget_categories > ul > li:before,
.small .widget.widget_product_categories > ul > li:before {
	content: none;
}
.small .widget.widget_nav_menu div > ul > li.menu-item-has-children:before,
.small .widget.widget_pages > ul > li.page_item_has_children:before,
.small .widget.widget_categories > ul > li.cat-parent:before,
.small .widget.widget_product_categories > ul > li.cat-parent:before {
	content: '\f431';
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	padding-right: 5px;
	vertical-align: middle;	
	float: right;
}
.small .widget.widget_nav_menu div > ul > li > a,
.small .widget.widget_pages > ul > li > a,
.small .widget.widget_categories > ul > li > a,
.small .widget.widget_product_categories > ul > li > a {
	display: inline-block;
	padding: 5px;
}

.small .widget.widget_nav_menu div > ul > li:hover,
.small .widget.widget_pages > ul > li:hover,
.small .widget.widget_categories > ul > li:hover,
.small .widget.widget_product_categories > ul > li:hover {
	outline: none;
	text-decoration: none;
	user-select: none;
	border-radius: 3px;
}

.small .widget.widget_nav_menu div > ul > li:hover a,
.small .widget.widget_pages > ul > li:hover a,
.small .widget.widget_categories > ul > li:hover a,
.small .widget.widget_product_categories > ul > li:hover a {
	border-bottom: none;
}

.small .widget.widget_nav_menu div > ul > li > ul,
.small .widget.widget_pages > ul > li > ul,
.small .widget.widget_product_categories > ul > li > ul {
	display: none;
}

.small .widget.widget_nav_menu div > ul > li:hover > ul,
.small .widget.widget_pages > ul > li:hover > ul,
.small .widget.widget_categories > ul > li:hover > ul,
.small .widget.widget_product_categories > ul > li:hover > ul {
	display: block;
}

.wide .small .widget.widget_nav_menu > div > .menu > li > a {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

/* widget one page */

.wide .widget_product_categories {
	background: rgba(255,255,255,.8);
	margin: 0;
	text-align: center;
}

.wide .widget_product_categories li{
	border-radius: 1px;
	background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
	background-size: 100% 100%, auto;
	background-position: 50% 50%;
	box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
	min-width: 150px;
	outline: none;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px #cc5500;
	transition: 0.2s;
}
.wide .widget_product_categories li a{
	color: #fff;
	font-weight: bold;
}

.wide .widget_product_categories li:hover {
	background-size: 140% 100%, auto;
}

.wide .widget_product_categories li:hover a {
	color: #fff;
	text-decoration: none;
}

.wide .widget_product_categories li:active {
	top: 1px;
	color: #ffdead;
	box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, 0 10px 10px -9px #000;
}

.wide .widget_product_categories .current-cat {
	color: rgb(245,245,245);
	border-radius: 3px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: none;
	text-decoration: underline;
}

.site .wide .widget.sgwindow_sidebar_nav > div {
	max-width: 100%;
}

.element-list ul,
.element-list {
	display: block;
	margin: 0;
	padding: 10px;
}

.text-container {
	margin: 0 auto;
}

@media screen and (min-width: 680px) {	
	.one-page-nav li{
		font-size: 14px;
		min-width: 100px;
		margin: 10px;
		outline: none;
		padding: .8em 2em;
	}
}

.small .widget.widget_categories a {
	width: 90%;
}

@media screen and (min-width: 680px) {

	.column-2.element-list {
	   -webkit-column-count: 2; 
		-moz-column-count: 2;
		column-count: 2;
	}
	.column-3.element-list {
	   -webkit-column-count: 3;
		-moz-column-count: 3; 
		column-count: 3;
	}
	.column-4.element-list {
	   -webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	
}
.hide-screen-fixed {
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	z-index: -1;
}
@media screen and (min-width: 550px) {
	.wide .widget.widget_recent_comments ul,
	.wide .widget.widget_meta ul,
	.wide .widget.widget_recent_entries ul,
	.wide .widget.widget_pages ul,
	.wide .widget.widget_categories ul,
	.wide .widget.widget_archive ul,
	.wide .widget.widget_rss  ul {
		display: -webkit-box;     
		display: -moz-box;        
		display: -ms-flexbox;     
		display: -webkit-flex;    
		display: flex;            
		
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	
	.wide .widget.widget_recent_comments > ul > li,
	.wide .widget.widget_meta > ul > li,
	.wide .widget.widget_recent_entries > ul > li,
	.wide .widget.widget_pages > ul > li,
	.wide .widget.widget_categories  > ul > li,
	.wide .widget.widget_archive > ul > li,
	.wide .widget.widget_rss  > ul > li {	
		width: 50%;	
	}
}

@media screen and (min-width: 600px) {
	.nav-link a {
		display: block;
		margin: 20px auto;
		width: 48%;
	}	
	.nav-link a:first-child {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;         
		order: 2;
	}
}

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 680px) {	

	.site-title,
	.site-title  a {
		text-align: left;
	}

	.upsells.products .product,
	.related.products .product {
		display: block;
		margin: 20px auto;
		width: 26% !important;
	}

	.widget.woocomsmerce.widget_price_filter form,
	.widget.woocommerce.widget_product_search form,
	.wide .widget.widget_search form,
	.wide.widget.widget_search input{
		max-width: 500px;
		margin-left: auto;
		margin-right:auto;
	}
	
	/* Social Icons Widget*/
	.sgwindow_socialicons ul {
		text-align: right;
	}
	.site-content {
		position: relative;
		z-index: 1;
	}
	
	.nothing-found,
	.content-container {
		clear: none;
	}
	
	.entry-summary,
	.entsry-content {
		padding: 0 20px;
	}
	
	/* woocommerce */
	.woo-shop  .entry-summary,
	#woocommerce-wrapper .entry-summary {
		padding: 0;
	}

	.column .widget.woocommerce.widget_product_search input {
		padding: 10px;
	}
	
	/* nav menu */
	.menu-toggle {
		display: none;
	}
		
	/* Top Menu */
	.site ul.nav-horizontal > li a {
		font-size: 16px;
	}
	.site ul.nav-horizontal > li > a {
		display: inline-block;
		margin: 10px 0;
		padding: 10px 2px;
	}
	.horisontal-navigation {
		display: block;
	}

	.horisontal-navigation ul ul{
		margin: 0;
	}

	.nav-container {
		padding: 0 20px;
		position: relative;
		z-index: 2;
	}
		
	.nav-horizontal li ul li li {
		border: none;
		margin: 0;
	}
	
	.horisontal-navigation ul li ul li a:before {
		content: "";
	}

	.horisontal-navigation div {
		display: block;
		text-align: right;
	}

	.site .horisontal-navigation  ul {	
		box-shadow: none;
		list-style: none;
		margin: 0;
		padding: 0;
		text-indent: 0;
		display: inline-block;
		list-style: none;
		margin: auto;
		max-width: none;
		min-width: 0;
		padding: 0;
		text-align: left;
	}
	
	.nav-horizontal li {
		display: inline-block;
		font-size: 16px;
	}
	
	.horisontal-navigation  .menu-item-has-children  > a:after {
		content: '\f431';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'Genericons';
		vertical-align: top;	
	}
	
	.horisontal-navigation  ul li ul .menu-item-has-children  > a:after {
		content: '\f429';
		display: inline-block;
		float: right;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'Genericons';
		vertical-align: top;
	}
	
	.horisontal-navigation > div > ul > li a,
	.horisontal-navigation a {
		display: inline-block;
		font-size: 18px;
		line-height: 1;
		padding: 20px 5px 20px 5px;
		text-decoration: none;
	}
	
	.horisontal-navigation li ul a {
		margin-top: 0;
	}
	
	.horisontal-navigation div.nav-horizontal > ul {
		display: none;
	}
	
	.horisontal-navigation ul.nav-horizontal,
	.horisontal-navigation div.nav-horizontal > ul {
		display: inline-block !important;
		max-height: 100%;
		overflow: visible;
	}
	
	.horisontal-navigation li a,
	.horisontal-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	
	.horisontal-navigation li a {
		white-space: normal;
	}
	
	.top-1-navigation  {
		z-index: 9;
	}	
	
	.top-navigation  {
		z-index: 8;
	}	
	
	.horisontal-navigation li {
		position: relative;
	}
	
	.horisontal-navigation li ul {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		width: 1px;
		z-index: 10;
	}

	.horisontal-navigation li ul li ul{
		left: 100%;
		top: -2px;
	}
	
	.horisontal-navigation ul li:hover > ul,
	.horisontal-navigation ul li:focus > ul,
	.horisontal-navigation .focus > ul {
		clip: inherit;
		height: inherit;
		overflow: inherit;
		width: inherit;
	}
	
	.horisontal-navigation li ul li a {
		display: block;
		padding: 5px 10px;
		width: 200px;
		white-space: normal;
	}

	 /* Content Navigation */
	.meta-nav {
		border: 1px solid #ccc;
		max-width: 170px;
		margin: 0 auto;
		padding: 3%;
	}
	
	.previous-image {
		float: left;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.next-image {
		float: right;
		margin-left: 20px;
		margin-right: 20px;
		text-align: right;
	}
	.widget {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.logo-is-on .sg-site-header-1,
	.logo-is-on .menu-1,
	.logo-is-on .menu-2 {
		padding-left: 120px;
	}
	
	.cloned .sg-site-header-1,
	.cloned  .menu-1,
	.cloned  .menu-2 {
		position: relative;
		padding-left: 100px;
	}
	

	.logo-block .logo {
		max-width: 100px;
	}
	
	.logo-block.small .logo-section {
		max-width: 80px;
		margin: 10px;
	}
	
	.menu-1 div {
		clear: none;
		padding-bottom: 0;
	}
	
	.wide .flex-layout-1 .content-container {
		width: 94%;
	}

	.flex-layout-1 .content-container {
		width: 100%;
	}

	.flex-layout-2 .content-container {
		width: 48%;
	}

	.flex-layout-3 .content-container {
		width: 30%;
	}

	.flex-layout-4 .content-container {
		width: 22%;
	}

	.flex-layout-1 .entry-header .entry-title a,
	.flex-layout-2 .entry-header .entry-title a {
		font-size: 42px;
	}

	.flex-layout-3 .entry-header .entry-title a {
		font-size: 24px;
	}

	.flex-layout-4 .entry-header .entry-title a {
		font-size: 18px;
	}

	.flex-layout-1 .entry-meta {
		font-size: 16px;
	}
	
	.flex-layout-2 .entry-summary,
	.flex-layout-2 .entry-content,
	.flex-layout-1 .entry-summary,
	.flex-layout-1 .entry-content {
		font-size: 16px;
	}
	
	.flex-layout-3 .entry-summary,
	.flex-layout-3 .entry-content,
	.flex-layout-4 .entry-summary,
	.flex-layout-4 .entry-content {
		font-size: 16px;
	}

	.flex .entry-summary,
	.flex .entry-content{
		padding: 5px 0;
	}
	.flex .entry-header h1 {
		border-radius: 0;
	}
	
/* woo commerce */
	.woo-shop .flex-layout-1 .products > li {
		width: 98% !important;
	}

	.woo-shop .flex-layout-2 .products > li {
		width: 46% !important;
	}

	.woo-shop .flex-layout-3 .products > li {
		width: 26% !important;
	}

	.woo-shop.flex-layout-4 .products li {
		width: 18% !important;
	}
}
@media screen and (min-width: 760px) {

	.site {
		width: 100%;
	}
}
@media screen and (min-width: 800px) {

	/* Social Widget*/
	.sgwindow_socialicons .vertical li {
		margin: 0 auto;
	}
}


@media screen and (min-width: 960px) {

	/* styles for ul li */
	.column-3.element-list {
	   -webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.site-description {
		display: block;
	}
	
	.site-description,
	.site-title {
		width: 50%;
	}
	
	.entry-summary {
		display: block;
	}

	.wide .widget.widget_nav_menu .menu > li {
		display: block;
		width: 25%;
	}
	.wide .column .widget.widget_nav_menu .menu > li {
		display: block;
		width: 100%;
	}
	
	.logo-is-on .sg-site-header-1,
	.logo-is-on .menu-1,
	.logo-is-on .menu-2 {
		padding-left: 240px;
	}

	.logo-section {
		max-width: 240px;
		position: absolute;
	}

	.logo-block .logo {
		max-width: 200px;
		margin: 0 20px;
	}	
	
	.logo-block.small .logo-section {
		max-width: 160px;
		margin: 40px 40px 20px 40px;
	}
	
	/* standard widgets */
	
	.wide .widget.widget_recent_comments > ul > li,
	.wide .widget.widget_recent_entries > ul > li,
	.wide .widget.widget_pages > ul > li,
	.wide .widget.widget_categories > ul > li,
	.wide .widget.widget_archive > ul > li,
	.wide .widget.widget_rss > ul > li {	
		width: 25%;	
	}
	
	.wide .widget.widget_meta ul li {	
		width: 20%;	
	}
	
	.column .widget.widget_recent_comments ul li,
	.column .widget.widget_meta ul li,
	.column .widget.widget_recent_entries ul li,
	.column .widget.widget_pages ul li,
	.column .widget.widget_categories ul li,
	.column .widget.widget_archive ul li,
	.column .widget.widget_rss  ul li{	
		width: 100%;	
	}
	
	.wide .widget.widget_recent_comments ul.children li,
	.wide .widget.widget_meta ul.children li,
	.wide .widget.widget_recent_entries ul.children li,
	.wide .widget.widget_pages ul.children li,
	.wide.widget.widget_categories ul.children li {
		display: block;
		width: 100%;
	}
	
	.wide .widget.widget_archive ul {
		margin: 0;
		padding: 20px;
	}
	
	.sidebar-footer-content {
		display: -webkit-box;     
		display: -moz-box;      
		display: -ms-flexbox;    
		display: -webkit-flex;    
		display: flex;            
		
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	.sidebar-footer {
		width: 33.333%;
	}

	.sidebar-footer .widget-area .widget {
		margin: 0 auto;
		padding: 20px;
	}
}

/* Jetpack widgets */
/* Info */
.confit-hours:before,
.confit-address:before,
.confit-phone:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	padding-right: 5px;
}

.confit-phone:before {
	content: '\f50c';
}

.confit-hours:before {
	content: '\f303';
}

.confit-address:before {
	content: '\f468';
}

.confit-phone,
.confit-hours,
.confit-address {
	padding: 10px;
}

/* contact form */
form.contact-form {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 auto;
	max-width: 500px;
	padding: 20px;
	text-align: left;
}

#page form.contact-form  input,
#page form.contact-form  textarea {
	border: 1px solid #ccc;
	width: 100%;
}
#page form.contact-form input[type="submit"] {
	width: auto;
}

form.contact-form input {
	padding: 10px;
}

#page .contacts .content-container {
	border: none;
	background: transparent;
	text-align: center;
}

#page .contacts .content-container .entry-title {
	text-align: center;
}

.centered  .site-content {
	text-align: center;
}

.widget .widget .content-container,
.transparent  .content-container {
	background: transparent;
	border: none;
}

/* subscribe */

#subscribe-email input {
	padding: 10px !important;
}

/**
 * Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	.img-container,
	.site-navigation,
	.horisontal-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	.site-footer {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-footer {
		background: transparent;
	}

	.site-title {
		font-size: 19pt;
	}

	.site-content footer.entry-meta {
		display: none;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}

.horizontal.big li {
	height: 60px;
	width: 60px;
}

.site-content .entry-title {
	margin: 0 0 20px 0;
}

.site-content .entry-title a {
	text-decoration: none;
}

.project-list a {
	margin-right: 5px;
}
.project-list a,
.category-list a,
.sidebar-top-full a,
.sidebar-before-footer a,
.sidebar-top a,
.sidebar-content a {
	font-weight: 300;
}

.footer-list a {
	text-align: center;
	text-decoration: none;
}

.site .comments-area,
.content,
.nothing-found,
.content-container,
.entry-summary{
	border-radius: 10px;
}

.archive-header+.nothing-found,
.archive-header+.content-container {
	border-radius: 0 0 10px 10px;
}

/* widget title */

.wide .widget.widget.sgwindow_widget_title article {
	padding: 20px;
}

.wide .widget.widget.sgwindow_widget_title h1{
	border: 1px solid #ccc;
}

.wide .widget.widget.sgwindow_widget_cats,
.wide .widget.widget.sgwindow_widget_tags {
	padding: 20px;
}
.wide .widget.widget.sgwindow_widget_title,
.wide .widget.widget.sgwindow_featured_image{
	padding-bottom: 0;
}

.wide .column .widget.widget.sgwindow_widget_title,
.wide .column .widget.widget.sgwindow_featured_image{
	padding-bottom: 20px;
}
/* header image */
.boxed-image .image-wrapper {
	padding: 20px 20px 0 20px;
}

.image-wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.image-wrapper img {
	display: block;
	margin: 0 auto;
}

.woo-shop .site-content {
	padding: 5px !important;
}

/* Jetpack portfolio */
.hidden-el {
	display: none;
}

.invisible-el {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.content-container.jetpack-nav {
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.moved-el {
    -ms-transform: translate(-50px, 50px); /* IE 9 */
    -webkit-transform: translate(-50px, 50px); /* Chrome, Safari, Opera */
    transform: translate(-50px, 50px);
}

.wide .jetpack-widget-nav li,
.wide .jetpack-widget-tag-nav li {
	border-radius: 1px;
	background-size: 100% 100%, auto;
	background-position: 50% 50%;
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
	min-width: 150px;
	display: inline-block;
	outline: none;
	padding: 5px;
	position: relative;
	text-decoration: none;
	transition: 0.2s;
}

.jetpack-widget-tag-nav li.current,
.jetpack-widget-nav li.current,
.jetpack-widget-tag-nav li:hover,
.jetpack-widget-nav li:hover {
	cursor: pointer;
	border-radius: 3px;
	text-decoration: none;
	text-decoration: underline;
}

.jetpack-widget-tag-nav li.current:before,
.jetpack-widget-nav li.current:before {
	content: '\f432';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	margin: 0;
	vertical-align: middle;	
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.wide .jetpack-widget-tag-nav,
.wide .jetpack-widget-nav {
	text-align: center;
}

.wide .jetpack-widget-nav li,
.wide .jetpack-widget-tag-nav li {
	display: inline-block;
}

.link-hover {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.link-button {
	bottom: 5%;
    display: inline-block;
	opacity: 0;
    padding: 2% 4%;
	position: absolute;
	right: 5%;
    text-decoration: none;
    text-transform: uppercase;
}

.link-hover:hover .link-button {
	opacity: 1;
}

.position-fixed {
	position: fixed;
	z-index: 2000;
}

.element-wrap {
	border-radius: 20px 20px 0 0;
	bottom: 0;
	display: inline-block;
    left: 0;
    overflow: hidden;
    position: absolute;
	margin-right: 50%;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	width: 40%;
}

/* sg window */

.two-sidebars .widget .site-content {
	width: 100%;
}

.left-sidebar .widget .site-content {
	width: 100%;
}

#page .column .widget.sgwindow_page .content-container,
.right-sidebar .widget .site-content {
	margin: 0;
	width: 100%;
}	

.right-sidebar .widget .widget-page-wrap  {
}

#page .column .widget.sgwindow_page .widget-page-wrap,
#page .column .widget.sgwindow_page .main-wrapper,
#page .column .widget.sgwindow_page {
	margin-top: 0;
	padding: 0;
}

#page .entry-thumbnail.coverback {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 35% 0;
}

.gallery {
	display: -webkit-box;     
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;
	display: flex;           
	margin: 0 auto;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
.gallery .gallery-item {
	margin: 0 auto;
}

.gallery .gallery-item img {
	border: none !important;
	margin: 0 auto;
}

.site .wide .widget-area .widget .widget-page-wrap {
  margin: 0 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  max-width: 100%;
}

/* parallax */

.site .widget .parallax-image {
	position: absolute;
	width: 100%;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	top: 0;	
	max-width: 100% !important;
}

.my-image.widget {
	overflow: hidden;
	position: relative;
}

#page .flex-layout-1 .entry-thumbnail img,
#page .default .entry-thumbnail img {
	display: block;
	margin: 0;
}

.image-wrapper img {
	width: 1680px;
}

.sidebar-footer .widget.sgwindow_page .content-container,
.column .widget.sgwindow_page .content-container {
	border: none;
}

.summary.entry-summary {
	display: block;
}

.site .wide .widget.sgwindow_slider > div {
	max-width: 100%;
}

.my-sidebar-layout {
	margin: 0 20px 20px 20px;
	border: 1px solid #ccc;
}

.horisontal-navigation ul.nav-horizontal.visible, 
.horisontal-navigation div.nav-horizontal > ul.visible { 
	display: block; 
} 

/* menu logo */
.small-logo {
	display: inline-block;
	float: left;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 5px;
}

 a.small-logo {
	padding: 0;
}

.cloned .small-logo {
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cloned .small-logo.on-screen {
	opacity: 1;
	-webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.small-logo img {
	max-height: 40px;
}

/* 1.1.0 */
#page .horisontal-navigation li a {
	font-size: 14px;
    text-transform: uppercase;
}

.horisontal-navigation li {
	padding-right: 4px;
	padding-left: 0;
	position: relative;
}

.horisontal-navigation li:after {
	content:'';
	position: absolute;
	border-right: 1px solid rgba(0,0,0,0.2);
	top: 20px;
	bottom: 20px;
	right: 0;
}

.top-navigation .horisontal-navigation li:after {
	border-right: 1px solid rgba(255,255,255,0.3);
}

.horisontal-navigation li:last-child:after {
	border-right: none;
}

#page .sidebar-top-full .jetpack-widget-nav li:before,
.sidebar-top-full .widget.woocommerce.widget_product_categories li:before,
.sidebar-top-full .widget .one-page-nav li:before {
	content: none;
}

.sidebar-footer .widget.sgwindow_page h1,
.sidebar-footer .widget.sgwindow_page h2,
.sidebar-footer .widget.sgwindow_page h3,
.sidebar-footer .widget.sgwindow_page h4,
.sidebar-footer .widget.sgwindow_page h5,
.sidebar-footer .widget.sgwindow_page h6 {
	color: #000;
}

.site .sidebar-footer .widget.sgwindow_page {
    background: transparent;
}

.site-content .post-views:before {
	content: '\f403';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	padding: 0 5px;
	vertical-align: middle;	
}
	
form > label {
		display: block;
	
}/* theme colors */

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
}

/* Menu toggle */
.sidebar-toggle,
.menu-toggle {
	color: #7c7c7c;
	background-color: #e6e6e6;
	border: 1px solid #d2d2d2;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.sidebar-toggle:hover,
.menu-toggle:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
}
.sidebar-toggle:active,
.menu-toggle:active,
.sidebar-toggle.toggled-on,
.menu-toggle.toggled-on {
	color: #767676;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

body {
	background: #ccc;
	overflow-x: hidden;
}

mark,
ins {
	background: #cc0000;
	color: #fff;
}

.widget ins {
	background: #cc0000;
	color: #fff;
}

blockquote {
	color: #822f2c;
}

blockquote cite,
blockquote small {
	color: #6699cc;
}

del {
	color: #767676;
}

hr {
	background-color: #eee;
}

input,
textarea {
	background: #eee;
	border: 1px solid #ccc;
	color: #000066;
}

input:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #0066cc;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #aaa;
	position: relative;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px 1px #cc5500;
	user-select: none;
	padding: .8em 2em;
	outline: none;
	border-radius: 1px;
	background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
	background-size: 100% 100%, auto;
	background-position: 50% 50%;
	box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
	transition: 0.2s;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  top: 1px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #3333ff;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}


pre {
	border: 1px solid #ccc;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table,
th,
td {
	border: 1px solid #ccc;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Genericons Icons */
.small .widget.widget_nav_menu div > ul > li.menu-item-has-children:before,
.small .widget.widget_pages > ul > li.page_item_has_children:before,
.small .widget.widget_categories > ul > li.cat-parent:before,
.small .widget.widget_product_categories > ul > li.cat-parent:before,
.site .tag:before,
.project a:before,
.site .tags a:before,
.project-list a:before,
.category-list a:before,
.site .tag:before,
.site .tags a:before,
.category-list a:before {
	color: #eee;
}

.wp-caption {
	color: #767676;
}

.screen-reader-text:focus {
	background-color: #eee;
	box-shadow: 0 0 2px 2px #fff;
	color: #3333ff;
}

.site {
	color: #666;
}

.pagination .page-numbers {
	background: #fff;
	border: 1px solid #ccc;
	color: #1e73be;
}

.pagination .page-numbers:hover {
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
}

.pagination .page-numbers.current {
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
}

/* Navigation */

.top-1-navigation {
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}

.horisontal-navigation li ul {
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
}

.horisontal-navigation .current-menu-item a:before,
.horisontal-navigation .current_page_item a:before {
	color: red;
}

.entry-meta {
	color: #aaa;
}

.project-list {
	color: #aaa;
}

.gallery-caption {
	background-color: #eee;
	color: #767676;
}

/* comments */


.comment-author a {
	color: #3366cc;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #003366;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #339900;
}

.bypostauthor .fn a {
	color: #339900;
}
.bypostauthor .fn a:hover {
	color: #3366cc;
}

.comment-author .avatar {
	border: 1px solid #eee;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #ccc;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #ccc;
}

.comment-list .reply {
	display: inline-block;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: none;
	user-select: none;
	padding: .3em 1em;
	outline: none;
	border: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-radius: 2px;
	background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(255,255,255,.2),
	0 -1px 1px 1px rgba(0,0,0,0);
}

.comment-list .reply:hover {
	color: rgb(24,24,24);
	border: 1px solid rgb(198,198,198);
	background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.comment-list .reply:hover a {
	text-decoration: none;
}

.comment-list .comment-body {
	border: 1px solid #eee;
}

.comment-meta {
  border-bottom: 1px solid #eee;
}

.comment-metadata,
.comment-author.vcard {
	display: inline-block;
}

.sidebar-footer li:before,
.column li:before {
	color: #fff;
}

/* widgets */

.site .widget.widget_tag_cloud a,
.site #sidebar-1 .widget-area .column .widget.widget_tag_cloud a {
	border: 1px solid #fff;
	color: rgb(245,245,245);
	text-shadow: 0 -1px rgba(0,0,0,.1);
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
}
.site .widget.widget_tag_cloud a:hover,
.site #sidebar-1 .widget-area .column .widget.widget_tag_cloud a:hover {
	border: 1px solid #ccc;
	color: #fff;
}
/* widgets in top, content, before footer sidebars */

.wide .widget.widget_nav_menu .menu li ul li a:before,
.wide .widget ul li:before {
	color: rgba(150, 150, 150, 0.6);
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.wide .widget.widget_rss  .rss-date:before,
.wide .widget.widget_rss  ul li:before {
	color: rgba(150, 150, 150, 0.2);
	text-shadow: 5px 1px 10px rgba(150, 150, 150, 0.2);
}

.woo-shop .price ins{
	background: #cc0000 !important;
	color: #fff !important;
	text-shadow: #333 0.1em 0.1em 0.2em;
}

.widget.woocommerce.widget_product_search,
.wide .widget.widget_search {
	background: rgba(255, 255, 255, 1);
}

.small .widget.widget_nav_menu div > ul > li:hover,
.small .widget.widget_pages > ul > li:hover,
.small .widget.widget_categories > ul > li:hover,
.small .widget.widget_product_categories > ul > li:hover {
	color: rgb(245,245,245);
	text-shadow: 0 -1px rgba(0,0,0,.1);
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
}

.small .widget.widget_nav_menu div > ul > li:hover a,
.small .widget.widget_pages > ul > li:hover a,
.small .widget.widget_categories > ul > li:hover a,
.small .widget.widget_product_categories > ul > li:hover a {
	color: rgb(245,245,245) !important;
}

.site .entry-date a,
.site .author.vcard a,
.site .edit-link a, 
.site .comments-link a {
	color: #aaa;
}

.wide .jetpack-widget-nav li,
.wide .jetpack-widget-tag-nav li {
	background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
	box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
	color: #fff;
	text-shadow: 0 -1px 1px #cc5500;
}

.jetpack-widget-tag-nav li.current,
.jetpack-widget-nav li.current,
.jetpack-widget-tag-nav li:hover,
.jetpack-widget-nav li:hover {
	color: rgb(245,245,245);
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	text-shadow: 0 -1px rgba(0,0,0,.1);
}

.small .jetpack-widget-tag-nav li,
.small .jetpack-widget-nav li {
	border-bottom: 1px solid #eee;
}

.jetpack-widget-tag-nav li.current:before,
.jetpack-widget-nav li.current:before {
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.link-button {
    background: #000;
    box-shadow: 0 0 1px #000;
    color: #fff;
}

.element-wrap {
    background-color: rgba(255,255,255, 0.8);
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
}

.project-list a,
.category-list a,
.tags a {
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	user-select: none;
	outline: none;
	border-top-color: rgba(255,255,255,.3);
	border-radius: 2px;
	background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(255,255,255,.2),
	0 -1px 1px 1px rgba(0,0,0,0);
	transition: .2s ease-in-out;
}

.column .widget .widgettitle,
.column .widget .widget-title {
	border-bottom: 3px solid rgba(220,220, 220, 0.3);
}

.wide .widget.widget_rss  ul li .rssSummary {
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

.wide .widget.widget_nav_menu > div > .menu > li > a {
	border-bottom: 5px solid rgba(255, 255, 255, 0.5)
}

.sidebar-footer .widgettitle,
.sidebar-footer .widget-title {
	border-bottom: 5px solid #ccc;
}

.woo-shop .products li {
	border: 1px solid #ccc;
}

.small .widget.widget_nav_menu div > ul > li,
.small .widget.widget_pages > ul > li,
.small .widget.widget_categories > ul > li,
.small .widget.widget_product_categories > ul > li {
	border-bottom: 1px solid #eee;
}

.small .widget.widget_nav_menu div > ul > li:hover a,
.small .widget.widget_pages > ul > li:hover a,
.small .widget.widget_categories > ul > li:hover a,
.small .widget.widget_product_categories > ul > li:hover a {
	border-bottom: none;
	color: rgb(245,245,245) !important;
}

.wide .small .widget.widget_nav_menu > div > .menu > li > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-list a {
	border-bottom: 1px solid #eee;
}

.wide .widget.widget.sgwindow_widget_title h1{
	border: 1px solid #ccc;
}

.nav-link a  {
	position: relative;
	font-size: 1.5em;
	font-weight: 700;
	color: rgb(245,245,245);
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: none;
	user-select: none;
	outline: none;
	border: none;
	border-radius: 3px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
}

.nav-link a:hover {
  top: 1px;
  color: #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	color: rgb(68,68,68);
	text-decoration: none;
	user-select: none;
	outline: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px;
	background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
	display: inline-block;
	text-align: center;
}
.comment-navigation .nav-next:hover,
.comment-navigation .nav-previous:hover {
	color: rgb(24,24,24);
	border: 1px solid rgb(198,198,198);
	background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.comment-navigation .nav-next:hover a,
.comment-navigation .nav-previous:hover a {
	text-decoration: none;
}

.site #footer-navigation  .horisontal-navigation a:hover,
.site .horisontal-navigation li ul li a:hover,
.site .horisontal-navigation li ul li a:focus,
.site .horisontal-navigation li a:hover,
.site .horisontal-navigation li a:focus {
	color: rgb(245,245,245);
	cursor: pointer;
	border-radius: 3px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: none;
	text-decoration: underline;
}

.site ul.nav-horizontal > li > ul ul,
.site ul.nav-horizontal > li > ul {
	border: 3px double #ccc;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 22px -8px rgba(4,13,26,1);
	-moz-box-shadow: 0px 5px 22px -8px rgba(4,13,26,1);
	box-shadow: 0px 5px 22px -8px rgba(4,13,26,1);	
}

.top-1-navigation .horisontal-navigation .current-menu-ancestor a:before,
.top-1-navigation .horisontal-navigation .current_page_item a:before,
.top-1-navigation .horisontal-navigation .current_page_ancestor a:before,
.top-1-navigation .horisontal-navigation .current-menu-item a:before {
	color: red;
}

.top-navigation .horisontal-navigation .current-menu-ancestor a:before,
.top-navigation .horisontal-navigation .current_page_item a:before,
.top-navigation .horisontal-navigation .current_page_ancestor a:before,
.top-navigation .horisontal-navigation .current-menu-item a:before {
	color: red;
}

#footer-navigation .horisontal-navigation .current-menu-ancestor a:before,
#footer-navigation .horisontal-navigation .current_page_item a:before,
#footer-navigation .horisontal-navigation .current_page_ancestor a:before,
#footer-navigation .horisontal-navigation .current-menu-item a:before {
	color: red;
}

.site .site-info a:nth-child(2) {
	color: rgb(245,245,245);
	border: none;
	border-radius: 3px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	display: inline-block;
	outline: none;
	padding: 4px;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: none;
	user-select: none;
}

.site .site-info a:nth-child(2):hover {
	box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
	color: #fff;
	top: 1px;
}

/* gen colors */
/* Top Menu */

.top-1-navigation ul {
	background-color: #fff;
}

.top-1-navigation .horisontal-navigation li a {
	color: #1e73be;
}	

.top-1-navigation {
	background-color: rgba(255,255,255,1);
}

.top-1-navigation .horisontal-navigation li ul {
	background-color: #fff;
}

.top-1-navigation .horisontal-navigation li ul li a {
	color: #1e73be;
}

.top-1-navigation .horisontal-navigation li ul .current-menu-ancestor > a,
.top-1-navigation .horisontal-navigation li ul .current_page_ancestor > a {
	background-color: #1e73be;
	color: #fff;
}	


/* Second Top Menu */

.top-navigation ul {
	background-color: #fff;
}

.top-navigation .horisontal-navigation li a {
	color: #1e73be;
}	

.top-navigation {
	background-color: rgba(30,115,190,0.5);
}

.top-navigation .horisontal-navigation li ul {
	background-color: #fff;
}

.top-navigation .horisontal-navigation li ul li a {
	color: #1e73be;
}

.top-navigation .horisontal-navigation li ul .current-menu-ancestor > a,
.top-navigation .horisontal-navigation li ul .current_page_ancestor > a {
	background-color: #1e73be;
	color: #fff ;
}

/* Footer Menu */

#footer-navigation ul {
	background-color: #fff;
}

#footer-navigation .horisontal-navigation li a {
	color: #1e73be;
}	

.site-info,
#footer-navigation {
	background-color: rgba(30,115,190,0.5);
	color: #000000;
}

.site-info,
.site-info a,
#footer-navigation .horisontal-navigation li a {
	color: #ffffff;
}	

#footer-navigation .horisontal-navigation li ul {
	background-color: #fff;
}

#footer-navigation .horisontal-navigation li ul li a {
	color: #1e73be;
}

#footer-navigation .horisontal-navigation li ul .current-menu-item > a,
#footer-navigation .horisontal-navigation li ul .current-menu-ancestor > a {
	background-color: #1e73be;
	color: #fff;
}
	
		
@media screen and (min-width: 680px) {
	
	.top-1-navigation ul {
		background-color: transparent;
	}

	.top-1-navigation .horisontal-navigation li a {
		color: #1e73be;
	}
	
	.top-navigation ul {
		background-color: transparent;
	}

	.top-navigation .horisontal-navigation li a {
		color: #ffffff;
	}
	
	#footer-navigation ul {
		background-color: transparent;
	}

	#footer-navigation .horisontal-navigation li a {
		color: #ffffff;
	}
}

/* Widget Menu */

.wide .widget.widget_nav_menu {
	background-color: rgba(129,215,66,0.3);
}

.wide .widget.widget_nav_menu .menu li ul li a {
	color: #d1d1d1;
}

.wide .widget.widget_nav_menu .menu > li a {
	color: #dd3333;
}

.wide .widget.widget_nav_menu .menu > li a:hover {
	color: #a71fdd;
}

.wide .widget.widget_nav_menu > div > .menu > li > a {
	border-bottom: 10px solid #d1d1d1;
}

/* Top Sidebar */

.sidebar-top-full .widget {
	background-color:rgba(30,115,190,0.4);
}	

th,
td,
.sidebar-top-full .widget ul li:before,
.sidebar-top-full .widget {
	color: #efefef;
}
.sidebar-top-full .widget a {
	color: #f2e4d2;
}
.sidebar-top-full .widget a:hover {
	color: #a71fdd;
}		
.sidebar-top-full .widget .widgettitle,
.sidebar-top-full .widget .widget-title {
	background: rgba(255,255,255,1);
	color: #bfbfbf;
}

/* Before Footer Sidebar */

.sidebar-before-footer .widget {
	background-color:rgba(30,115,190,0.4);
}

th,
td,
.sidebar-before-footer .widget ul li:before,
.sidebar-before-footer .widget {
	color: #efefef;
}

.sidebar-before-footer a {
	color: #c7e5e1;
}

.sidebar-before-footer a:hover {
	color: #a71fdd;
}

.sidebar-before-footer .widget .widgettitle,
.sidebar-before-footer .widget .widget-title {
	background: rgba(255,255,255,1);
	color: #bfbfbf;
}

/* Footer Sidebar */

.sidebar-footer {
	background-color: rgba(30,115,190,0.2);
}	

td,
.sidebar-footer .widgettitle,
.sidebar-footer .widget-title,
.sidebar-footer .widget {
	color: #ccc;
}
.sidebar-footer .widget a {
	color: #81d742;
}
th,
.sidebar-footer .widget a:hover {
	color: #a71fdd;
}

/* Column sidebar */

.main-area {
	background-color: #eee;
}

td,
#sidebar-1 .widget-area .column .widget,
.column .widget {
	color: #aaa;
}

#sidebar-1 .widget-area .column .widget a,
.wide .column .widget.widget_nav_menu .menu > li a,
.wide .column .widget.widget_nav_menu .menu li ul li a,		
.column a {
	color: #3dbf2b;
}

th,
#sidebar-1 .widget-area .column .widget a:hover,
.wide .column .widget.widget_nav_menu .menu > li a:hover,
.column a:hover {
	color: #a71fdd;
}

#sidebar-1 .widget-area .column .widget .widgettitle,
#sidebar-1 .widget-area .column .widget .widget-title,
.column .widget .widgettitle,
.column .widget .widget-title {
	background: rgba(255,255,255,1);
	color: #777777;
}

#sidebar-1 .widget-area .column .widget,
.wide .column .widget.widget_nav_menu,
.column .widget {
	background: rgba(255,255,255,1);
}	

.column .widget {
	border: 1px solid rgba(204,204,204,1);
}

/* content */

.woo-shop .woocommerce-result-count,
.woo-shop .woocommerce-pagination,
.woo-shop .page-title,
.woo-shop .products > li,
.flex .content-container,
#woocommerce-wrapper,
.header-wrapper,
.content-search,
.comments-area,
.nav-link,
.pagination.loop-pagination,
.content-container,
.nothing-found,
.archive-header {
	background: #fff;
	color: #7a7a7a;
}

.entry-date a:hover:before,
.author.vcard a:hover:before,
.edit-link a:hover:before,
.tag a:hover:before,
.content .project a:hover:before,
.tags a:hover:before,
.content .project-list a:hover:before,
.category-list a:hover:before,
.comments-link a:hover:before {
	text-shadow: 5px 1px 10px rgba(0,0,0,0.5);
}

.woo-shop .woocommerce-breadcrumb a,
.woo-shop .woocommerce-breadcrumb,
.woo-shop .orderby {
	color: #7a7a7a;
}

.project-list a:hover,
.category-list a:hover,
.tags a:hover {
	box-shadow: 5px 1px 10px rgba(0,0,0,0.5);
}

.woo-shop .woocommerce-breadcrumb {
	border-bottom: 5px solid rgba(255,255,255,0.9);
}

.woo-shop .woocommerce-result-count,
.woocommerce-pagination,
.woo-shop .page-title,
.nav-link,
.comment-body,
.comments-area,
.pagination.loop-pagination,
.archive-header,
.nothing-found,
.content-container {
	border: 1px solid rgba(204,204,204,1);
}
.menu-top.position-fixed {
	box-shadow: 0 0 4px 4px rgba(204,204,204,1);
}
.site-content .entry-title {
	border-bottom: 1px solid rgba(204,204,204,1);
}

/* widget buttons */
.widget.sgwindow_widget_button {
	background: rgba(17,34,51,0.9);
}

.widget.sgwindow_widget_button .sgwindow-link {
	background: rgba(17,34,51,1);
}		

.widget.sgwindow_widget_button a {
	color: #fff;
}
.widget.sgwindow_widget_button a:hover {
	color: #fff;
}
.widget.sgwindow_widget_button .sgwindow-link {
	border-color: rgba(255,255,255,1);
}
.widget.sgwindow_widget_button .sgwindow-link:hover {
	box-shadow: 0 0 4px 4px rgba(255,255,255,1);
}


.sg-site-header-1 {
	background: rgba(37,193,249,0.6);
}		

.widget.sgwindow_recent_posts .content article footer a,
.content-container article .entry-content a,
.comments-link a,
.category-list a,
.featured-post,
.logged-in-as a,
.site .edit-link,
.jetpack-widget-tag-nav,
.jetpack-widget-nav,
.content footer a {
	color: #1e73be;
}		

.entry-header .entry-title a {
	color: #1e73be;
}

a:hover,
.widget.sgwindow_recent_posts .content article footer a:hover,
.content-container .entry-content a:hover,
.comments-link a:hover,
.entry-meta a:hover,
.site-title a:hover,
.site .author.vcard a:hover,
.entry-header .entry-title a:hover,
.site .widget .entry-meta a:hover,
.category-list a:hover {
	color: #45d61d;
}

.site-description h2 {
	color: #ffffff;
}

entry-header .entry-title a,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3f3f3f;
}

.site-title h1 a {
	color: #d0dff4;

}

/* Sidebar Widget */

#page .widget.sgwindow_side_bar > .widget-title,
#page .widget.sgwindow_side_bar > .widgettitle {
	background-color:rgba(239,239,239,0);
	border: 1px solid rgba(204,204,204,1);
}

.widget.sgwindow_side_bar {
	background: rgba(237,237,237,1);
}

.my-sidebar-layout {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,1);
}

.my-sidebar-layout .widget .entry-content,
.my-sidebar-layout .widget h1,
.my-sidebar-layout .widget h3,
.my-sidebar-layout .widget h4,
.my-sidebar-layout .widget h5,
.my-sidebar-layout .widget h6,
.my-sidebar-layout .widget {
	color:#666666;
}

.my-sidebar-layout .widget a,
.my-sidebar-layout li a,
.my-sidebar-layout .column a {
	color:#81d742;
}			

#page .widget .my-sidebar-layout .widget .widget-title,
#page .widget .my-sidebar-layout .widget .widgettitle {
	background-color:rgba(239,239,239,0);
	color:#000000;
}
.site .widget.sgwindow_page {
	color: #666;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.9);
}

.site .wide .widget.sgwindow_page .widgettitle,
.site .wide .widget.sgwindow_page .widget-title {
	margin: 0;
}

.site .sidebar-top-full .widget-area .widget .widget-page-wrap {
	margin: 0 20px;
	max-width: 100%;
}

.wide .widget-area .widget .main-wrapper,
.wide .widget-area .widget .main-wrapper.no-sidebar {
	margin: 0 auto;
}	
.wide .widget-area .widget .main-wrapper {
	padding: 20px 0 0 0;
}

.content-container > div {
	padding: 20px;
}

.widget .widget .content-container > div {
	padding: 20px 0;
}/* widget one page */

.one-page-nav {
	background: rgba(255,255,255,.8);
	margin: 0;
	text-align: center;
}

.one-page-nav li{
	border-radius: 1px;
	background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
	background-size: 100% 100%, auto;
	background-position: 50% 50%;
	box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
	outline: none;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px #cc5500;
	transition: 0.2s;
}

.one-page-nav li:hover {
  background-size: 140% 100%, auto;
}

.one-page-nav li:active {
  top: 1px;
  color: #ffdead;
  box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, 0 10px 10px -9px #000;
}

.one-page-nav .invisible {
	display: none;
}

.wide .widget.sgwindow_sidebar_nav {
	padding-bottom: 0;
}

.wide .widget.sgwindow_sidebar_nav .current {
	color: rgb(245,245,245);
	cursor: pointer;
	border-radius: 3px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	text-decoration: underline;
}

.site .wide .widget.sgwindow_sidebar_nav > div {
	max-width: 100%;
}

@media screen and (min-width: 680px) {	
	.one-page-nav li{
		font-size: 14px;
		min-width: 100px;
		margin: 10px;
		outline: none;
		padding: .8em 2em;
	}
}/* css3 effects portfolio and image widgets */

.widget .main-wrapper-image,
.widget .wrapper-image {
	display: -webkit-box;     
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;            
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	
	position: relative;
}

.widget .wrapper-image {
	position: relative;
}

.hide-element {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.hover-a {
	display: block;
	height: 100%;
	width: 100%;
}

.hover-a:hover {
	text-decoration: none;
}

.widget-area .sgwindow_gallery .entry-thumbnail,
.widget.sgwindow_items_category .entry-thumbnail,
.sgwindow-recent-posts .entry-thumbnail,
.widget.sgwindow_product .entry-thumbnail,
.widget.sgwindow_items .entry-thumbnail,
.widget.sgwindow_items_portfolio .entry-thumbnail,
.widget.sgwindow_featured_products .entry-thumbnail,
.widget.sgwindow_featured_posts .entry-thumbnail,
.widget.sgwindow_portfolio .entry-thumbnail,
.widget.sgwindow_image .entry-thumbnail {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 35% 0;
}

.entry-thumbnail {
	background-position: center center;
}

.widget.sgwindow_image .column-1 .entry-thumbnail {
	background-position: center center;
	padding: 18% 0;
}

.widget-area  .widget .element {
	color: #666;
}

.description ul,
.element ul {
	display: inline-block;
	text-align: left;
}
.wide .description {
	font-size: 16px;
}
.wide .description .main-title {
	font-size: 28px;
}

.column-1.margin-0 .element {
	width: 100%;
}
.column-2.margin-0 .element {
	width: 100%;
}
.column-3.margin-0 .element {
	width: 100%;
}
.column-4.margin-0 .element {
	width: 100%;
}

.column-1 .element {
	width: 98%;
}
.column-2 .element {
	width: 98%;
}
.column-3 .element {
	width: 98%;
}
.column-4 .element {
	width: 98%;
}

.widget-gallery .column-2 .element,
.sgwindow_recent_shop .column-2 .element,
.sgwindow-recent-posts .column-2 .element {
	width: 50%;
}

.sgwindow_recent_shop .entry-meta,
.sgwindow-recent-posts .entry-meta {
	bottom: 0;
	left: 0;
	position: absolute;
}

.site .widget .sgwindow-recent-posts .wrapper-image .entry-meta .entry-date a,
.site .widget .sgwindow-recent-posts .wrapper-image .entry-meta .comments-link a,
.site .widget .sgwindow-recent-posts .wrapper-image .entry-meta .byline a {
	font-size: 0;
}

.column-4 .element:nth-child(2) {
	margin-top: 0;
}

.column-4 .element {
	width: 48%;
}

.column-4.margin-0 .element {
	width: 50%;
}

.widget.sgwindow_product .element,
.widget.sgwindow_items_portfolio .element,
.widget.sgwindow_items_category .element,
.widget.sgwindow_items .element {
	border: 2px solid #eee;
}
.widget.sgwindow_product .margin-0 .element,
.widget.sgwindow_items_portfolio .margin-0 .element,
.widget.sgwindow_items_category .margin-0 .element,
.widget.sgwindow_items .margin-0 .element{
	border: none;
}

.widget.sgwindow_product .element article {
	padding: 10% 20% 20% 20%;
}
.widget.sgwindow_items_portfolio .element article,
.widget.sgwindow_items_category .element article,
.widget.sgwindow_items .element article {
	padding: 20%;
}

.widget.sgwindow_recent_portfolio .project-list,
.widget.sgwindow_portfolio .project-list {
	position: absolute;
	bottom: 0;
	left: 0;
}

.recent-posts .effect-2 .project-list,
.widget.sgwindow_portfolio .effect-2 .project-list {
	position: relative;
}

.widget.sgwindow_recent_portfolio .effect-8 .project-list a,
.widget.sgwindow_featured_posts .effect-8 .project-list a,
.widget.sgwindow_featured_products .effect-8 .project-list a,
.widget.sgwindow_portfolio .effect-8 .project-list a,
.widget.sgwindow_recent_portfolio .effect-12 .project-list a,
.widget.sgwindow_portfolio .effect-12 .project-list a {
	color: #000;	
}

.main-wrapper-image .wrapper-image,
.main-wrapper-image.left .wrapper-image,
.main-wrapper-image.right .wrapper-image,
.main-wrapper-image.left .description,
.main-wrapper-image .description .element,
.main-wrapper-image.right .description {
	width: 100%;
}

.wide  .widget.sgwindow_recent_portfolio .widgettitle,
.wide  .widget.sgwindow_recent_shop .widgettitle,
.wide  .widget.sgwindow_recent_posts .widgettitle,
.wide  .widget.sgwindow_gallery .widgettitle,
.wide  .widget.sgwindow_image .widgettitle,
.wide  .widget.sgwindow_product  .widgettitle,
.wide  .widget.sgwindow_items_portfolio  .widgettitle,
.wide  .widget.sgwindow_items_category  .widgettitle,
.wide  .widget.sgwindow_items  .widgettitle,
.wide  .widget.sgwindow_featured_posts .widgettitle,
.wide  .widget.sgwindow_featured_products .widgettitle,
.wide  .widget.sgwindow_portfolio .widgettitle,
.wide  .widget.sgwindow_recent_portfolio .widget-title,
.wide  .widget.sgwindow_recent_shop .widget-title,
.wide  .widget.sgwindow_recent_posts .widget-title,
.wide  .widget.sgwindow_gallery .widget-title,
.wide  .widget.sgwindow_image .widget-title,
.wide  .widget.sgwindow_product  .widget-title,
.wide  .widget.sgwindow_items_portfolio  .widget-title,
.wide  .widget.sgwindow_items_category  .widget-title,
.wide  .widget.sgwindow_items  .widget-title,
.wide  .widget.sgwindow_featured_posts .widget-title,
.wide  .widget.sgwindow_featured_products .widget-title,
.wide  .widget.sgwindow_portfolio .widget-title {
	margin: 0;
}

.wide .widget.sgwindow_recent_shop,
.wide .widget.sgwindow_recent_portfolio,
.wide .widget.sgwindow_recent_posts,
.wide .widget.sgwindow_product,
.wide .widget.sgwindow_items_portfolio,
.wide .widget.sgwindow_items_category,
.wide .widget.sgwindow_items,
.wide .widget.sgwindow_gallery,
.wide .widget.sgwindow_image,
.wide .widget.sgwindow_featured_posts,
.wide .widget.sgwindow_featured_products,
.wide .widget.sgwindow_portfolio {
	padding-bottom: 0;
}

.small .widget.sgwindow_recent_shop,
.small .widget.sgwindow_recent_portfolio,
.small .widget.sgwindow_recent_posts,
.small .widget.sgwindow_product,
.small .widget.sgwindow_items_portfolio,
.small .widget.sgwindow_items_category,
.small .widget.sgwindow_items,
.small .widget.sgwindow_gallery,
.small .widget.sgwindow_image,
.small .widget.sgwindow_featured_posts,
.small .widget.sgwindow_featured_products,
.small .widget.sgwindow_portfolio {
	padding-bottom: 20px;
}

.site .wide .widget.sgwindow_recent_shop > div,
.site .wide .widget.sgwindow_recent_portfolio > div,
.site .wide .widget.sgwindow_recent_posts > div,
.site .wide .widget.sgwindow_product > div,
.site .wide .widget.sgwindow_items_portfolio > div,
.site .wide .widget.sgwindow_items_category > div,
.site .wide .widget.sgwindow_items > div,
.site .wide .widget.sgwindow_featured_posts > div,
.site .wide .widget.sgwindow_featured_products > div,
.site .wide .widget.sgwindow_portfolio > div,
.site .wide .widget.sgwindow_gallery > div,
.site .wide .widget.sgwindow_image > div {
	max-width: 100%;
}

.wide .widget.sgwindow_gallery,
.wide .widget.sgwindow_image {
	padding: 0;
}

.small.widget.sgwindow_gallery,
.small .widget.sgwindow_image {
	padding: 20px;
}

.description article {
	padding: 20px;
	text-align: center;
}

.wide .widget.sgwindow_recent_portfolio .project-list,
.wide .widget.sgwindow_recent_posts .element .entry-meta,
.wide .widget.sgwindow_recent_shop .entry-meta,
.wide .widget.sgwindow_recent_portfolio .entry-meta {
	display: none;
}

.wide .widget.sgwindow_recent_posts .description p,
.wide .widget.sgwindow_gallery .description p,
.wide .widget.sgwindow_recent_shop .description p,
.wide .widget.sgwindow_recent_shop .description p,
.wide .widget.sgwindow_recent_portfolio .description p {
	font-size: 3vw;
}

.wide .element ul {
	display: none;
}


.wide .widget.sgwindow_recent_posts .description p,
.wide .widget.sgwindow_gallery .description p,
.wide .widget.sgwindow_recent_shop .description p,
.wide .widget.sgwindow_recent_portfolio .description p {
	font-size: 3vw;
}

.wide .widget.sgwindow_recent_posts .description .entry-title,
.wide .widget.sgwindow_gallery .description .entry-title,
.wide .widget.sgwindow_recent_shop .description .entry-title,
.wide .widget.sgwindow_recent_shop .description .entry-title,
.wide .widget.sgwindow_recent_portfolio .description .entry-title {
	font-size: 4vw;
}

.description.posts article {
	padding: 0;
}

.description.posts {
	background: transparent;
}

.description {
	background: #fff;
	color: rgb(158, 173, 191);
}
.description .main-title {
	border-bottom: 1px solid #eee;
}

.description .link {
	background: #000;
	padding: 10px;
}

.widget .description .link:hover {
	color: #fff;
    box-shadow: 0 0 1px #000;
    padding: 2% 4%;
	text-decoration: none;
}

.element {
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.element {
	margin-top: 20px;
}

.margin-0 .element,
.element:first-child {
	margin-top: 0;
}

.element img {
	border: none;
    position: relative;
}

.element .hover, 
.element  .text {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.element p,
.element .entry-title {
	margin: 0;
    position: relative;
    text-align: center
}

.element h2 {
	display: block;
	margin: 0;
	padding: 0;
}

.element p {
	color: #fff;
    font-style: italic;
    padding: 2% 6% 0 6%;
}

.element .entry-title {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
	display: block;
	padding: 2%;
    text-transform: uppercase;
}

#sidebar-1 .widget-area .column .widget .entry-title a {
	color: #666;
}

#sidebar-1 .widget-area .column .widget .link,
#page .element .entry-title a {
	color: #fff;
}

#page .site .element .link {
	color: #fff;
}

#sidebar-1  .widget-area .widget.sgwindow_product .element .entry-title a,
#sidebar-1  .widget-area .widget.sgwindow_items_portfolio .entry-title a,
#sidebar-1  .widget-area .widget.sgwindow_items_category  .entry-title a,
#sidebar-1  .widget-area .widget.sgwindow_items  .element .entry-title a {
    color: #000;
}
.widget.sgwindow_product .element .entry-title,
.widget.sgwindow_items_portfolio .entry-title,
.widget.sgwindow_items_category  .entry-title,
.widget.sgwindow_items  .element .entry-title
.widget.sgwindow_product .element .entry-title,
.widget.sgwindow_items_portfolio .entry-title,
.widget.sgwindow_items_category  .entry-title,
.widget.sgwindow_items  .element .entry-title {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

#page  .widget.sgwindow_items_portfolio .entry-title,
#page .widget.sgwindow_items_category  .entry-title {
    color: #000;
}

.widget.sgwindow_items_portfolio .element.trigger-hover .entry-title,
.widget.sgwindow_items_portfolio .element:hover  .entry-title,
.widget.sgwindow_items_category  .element.trigger-hover .entry-title,
.widget.sgwindow_items_category .element:hover .entry-title,
.widget.sgwindow_items  .element .element.trigger-hover .entry-title,
.widget.sgwindow_items  .element .element:hover  .entry-title {
    background: rgba(255, 255, 255, 0.8);
}

.widget.sgwindow_items_category  .element p,
.widget.sgwindow_product  .element p {
    padding-top: 2%;
}
.widget.sgwindow_items_portfolio  .element p,
.widget.sgwindow_items  .element p {
    padding-top: 8%;
}

.element .link {
    background: #000;
	bottom: 5%;
    box-shadow: 0 0 1px #000;
    color: #fff;
    display: inline-block;
    padding: 2% 4%;
	position: absolute;
	right: 5%;
    text-decoration: none;
    text-transform: uppercase;
	z-index: 2;
}
.widget-wrap .widget .element .link,
.widget .element .link {
    color: #fff;
}

.widget-wrap .widget .element .link:hover,
.widget .element .link:hover {
    box-shadow: 0 0 0 2px #000;
    color: #fff;
}

/* font size */

.element a {
	font-size: 12px;
}

.description .element .entry-title {
	font-size: 16px;
}

.wide .element .entry-title {
	font-size: 5vw;
}
.wide .effect-2 .entry-title,
.wide .effect-17 .entry-title,
.wide .effect-18 .entry-title,
.wide .effect-19 .entry-title,
.wide .effect-20 .entry-title {
	font-size: 2vw;
}

.wide .element p {
	font-size: 4vw;
}

.wide .effect-2  p,
.wide .effect-17 p,
.wide .effect-18  p,
.wide .effect-19 p,
.wide .effect-20  p {
	font-size: 1.6vw;
}

.column .element p,
.element .entry-meta {
	display: none;
}

/* effects */
.effect-1  .entry-title {
    background: rgba(0, 0, 0, 0.4);
}
.effect-1 .entry-thumbnail,
.effect-1 img { 
	-webkit-transition: 0.6s; /* For Safari 3.1 to 6.0 */
    transition: 0.6s;
}

.effect-1 .hover {
	filter: alpha(opacity=0); /* For IE8 and earlier */
    opacity: 1;
	background-color: transparent;
	-webkit-transition: all 0.1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all 0.1s ease-in-out;
}

.effssect-1 .entry-title,
.effect-1 p ,
.effect-1 .link {
	filter: alpha(opacity=0); /* For IE8 and earlier */
    opacity: 0;
}

.esffect-1 .entry-title {
    -ms-transform: translateY(-50px); /* IE 9 */
    -webkit-transform: translateY(-50px); /* Chrome, Safari, Opera */
    transform: translateY(-50px);
	-webkit-transition: all 1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all 1s ease-in-out;
}
.effect-1 p { 
    -ms-transform: translateY(50px); /* IE 9 */
    -webkit-transform: translateY(50px); /* Chrome, Safari, Opera */
    transform: translateY(50px);
	-webkit-transition: all 0.6s linear; /* For Safari 3.1 to 6.0 */
    transition: all 0.6s linear;
}
.effect-1 .link {
	-webkit-transition: all 0.2s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s ease-in-out;
}

.effect-1.trigger-hover .entry-thumbnail,
.effect-1.trigger-hover img,
.effect-1:hover .entry-thumbnail,
.effect-1:hover img { 
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
} 
.effect-1.trigger-hover .hover,
.effect-1:hover .hover { 
	background-color: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=1); /* For IE8 and earlier */
    opacity: 1;
}

.effect-1.trigger-hover .entry-title,
.effect-1:hover .entry-title {
	background-color: rgba(0, 0, 0, 0.8);
}

.effect-1.trigger-hover .entry-title,
.effect-1.trigger-hover p,
.effect-1.trigger-hover .link,
.effect-1:hover .entry-title,
.effect-1:hover p,
.effect-1:hover .link {
	filter: alpha(opacity=1); /* For IE8 and earlier */
    opacity: 1;
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
}

.effect-1.trigger-hover .link,
.effect-1:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.effect-2 .entry-thumbnail,
.effect-2 img { 
	-webkit-transition: all 0.4s linear; /* Safari */
    transition: all 0.4s linear;
}

.effect-2 .hover {
    opacity: 0.5;
    background-color: transparent; 
	margin-left: 50%;
	-webkit-transition: all 0.4s ease-in-out; /* Safari */
    transition: all 0.4s ease-in-out;
	width: 50%;
}
.effect-2 .entry-title {
    opacity: 0.8;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}
.effect-2 p { 
    -ms-transform: translateX(40%); /* IE 9 */
    -webkit-transform: translateX(40%); /* Chrome, Safari, Opera */
    transform: translateX(40%);
    opacity: 0;
	-webkit-transition: all 1s linear; /* Safari */
    transition: all 1s linear;
}
.effect-2 .link{
    opacity: 0;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}

.effect-2.trigger-hover .entry-thumbnail,
.effect-2.trigger-hover img,
.effect-2:hover .entry-thumbnail,
.effect-2:hover img { 
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
} 
.effect-2.trigger-hover .hover,
.effect-2:hover .hover { 
    opacity: 1;
    background-color: rgba(10,10,8, 0.7);
}
.effect-2.trigger-hover .entry-title,
.effect-2.trigger-hover p,
.effect-2.trigger-hover .link,
.effect-2:hover .entry-title,
.effect-2:hover p,
.effect-2:hover .link {
    opacity: 1;
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Chrome, Safari, Opera */
    transform: translateX(0);
}
.effect-2.trigger-hover p,
.effect-2:hover p {
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.effect-2.trigger-hover .link,
.effect-2:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}
.effect-2.trigger-hover .entry-title,
.effect-2:hover .entry-title {
	margin-top: 5%;
}

.effect-3 .entry-thumbnail,
.effect-3 img { 
	-webkit-transition: all 0.4s linear; /* Safari */
    transition: all 0.4s linear;
}

.effect-3 .hover {
    background-color: rgba(100,10,8, 0.7); 
    opacity: 0;
	-webkit-transition: all 0.1s ease-in-out; /* Safari */
    transition: all 0.1s ease-in-out;
}

.effect-3 .product-cart,
.effect-3 .entry-title {
    opacity: 0;
	-webkit-transition: all 0.5s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
}
.effect-3 p { 
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.effect-3 .link{
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.effect-3.trigger-hover .hover, 
.effect-3:hover .hover { 
    opacity: 1;
}
.effect-3.trigger-hover .entry-title,
.effect-3.trigger-hover p,
.effect-3.trigger-hover .link,
.effect-3:hover .product-cart,
.effect-3:hover .entry-title,
.effect-3:hover p,
.effect-3:hover .link {
    opacity: 1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */
    transform: translate(0, 0);
}
.effect-3.trigger-hover p,
.effect-3:hover p {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.2s;
}
.effect-3.trigger-hover .link,
.effect-3:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.effect-4 .entry-thumbnail,
.effect-4 img { 
	-webkit-transition: all 5s linear; /* Safari */
    transition: all 5s linear;
}

.effect-4 .hover {
    background-color: rgba(100,10,8, 0.7); 
    opacity: 0;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}

.effect-4 .entry-title {
	padding-top: 20px;
	padding-bottom: 20px;
    opacity: 0;
    -ms-transform: translateX(100px); /* IE 9 */
    -webkit-transform: translateX(100px); /* Chrome, Safari, Opera */
    transform: translateX(100px);
	-webkit-transition: all 1.2s ease-in-out; /* Safari */
    transition: all 1.2s ease-in-out;
}
.effect-4 p { 
    opacity: 0;
    -ms-transform: translateX(-100px); /* IE 9 */
    -webkit-transform: translateX(-100px); /* Chrome, Safari, Opera */
    transform: translateY(-100px);
    -webkit-transition: all 1.9s linear;
    transition: all 1.9s linear;
}
.effect-4 .link{
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.effect-4.trigger-hover .entry-thumbnail, 
.effect-4.trigger-hover img, 
.effect-4:hover .entry-thumbnail,
.effect-4:hover img { 
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
} 
.effect-4.trigger-hover .hover, 
.effect-4:hover .hover { 
    opacity: 1;
}
.effect-4.trigger-hover .entry-title,
.effect-4.trigger-hover p,
.effect-4.trigger-hover .link,
.effect-4:hover .entry-title,
.effect-4:hover p,
.effect-4:hover .link {
    opacity: 1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */
    transform: translate(0, 0);
}
.effect-4.trigger-hover p,
.effect-4:hover p {
	-webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
}
.effect-4.trigger-hover .link,
.effect-4:hover .link {
	margin-top: 14%;
	-webkit-transition-delay: 0.7s; /* Safari */
    transition-delay: 0.7s;
}

.effect-5 .entry-title,
.effect-5 p,
.effect-5 .link {
    opacity: 0;
}

.effect-5 .entry-thumbnail,   
.effect-5 img {   
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}
.effect-5 .hover { 
    background-color: rgba(0,0,0,0.5);
    -ms-transform: translate(150%, -33%) rotate(180deg); /* IE 9 */
    -webkit-transform: translate(150%, -33%) rotate(180deg); /* Chrome, Safari, Opera */
    transform: translate(150%, -33%) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}
.effect-5 .entry-title {
    -ms-transform: translateY(-100px); /* IE 9 */
    -webkit-transform: translateY(-100px); /* Chrome, Safari, Opera */
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.effect-5 p { 
    -ms-transform: translateX(300px) rotate(90deg); /* IE 9 */
    -webkit-transform: translateX(300px) rotate(90deg); /* Chrome, Safari, Opera */
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.effect-5 .link { 
    -ms-transform: translateY(-200px); /* IE 9 */
    -webkit-transform: translateY(-200px); /* Chrome, Safari, Opera */
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} 

.effect-5.trigger-hover .entry-title,
.effect-5.trigger-hover p,
.effect-5.trigger-hover .link,
.effect-5:hover .entry-title,
.effect-5:hover p,
.effect-5:hover .link {
    opacity: 1;
}

.effect-5.trigger-hover .hover,
.effect-5:hover .hover { 
    transition-delay: 0s;   
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */	
    transform: translate(0, 0);
}
.effect-5.trigger-hover .entry-title, 
.effect-5:hover .entry-title { 
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0); 
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s; 
}
.effect-5.trigger-hover p,
.effect-5:hover p { 
    -ms-transform: translateX(0) rotate(0deg); /* IE 9 */
    -webkit-transform: translateX(0) rotate(0deg); /* Chrome, Safari, Opera */
    transform: translateX(0) rotate(0deg);
	-webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
}
.effect-5.trigger-hover .link,
.effect-5:hover .link { 
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
	-webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
}

.effect-6 .entry-title,
.effect-6 p,
.effect-6 .link {
    opacity: 0;
}

.effect-6 .entry-thumbnail, 
.effect-6 img { 
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}
.effect-6 .hover { 
    background-color: rgba(0,0,0,0.8);
    -ms-transform: scale(0) rotate(-180deg); /* IE 9 */
    -webkit-transform: scale(0) rotate(-180deg); /* Chrome, Safari, Opera */
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in;
}
.effect-6 .entry-title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.effect-6.trigger-hover .entry-title,
.effect-6.trigger-hover p,
.effect-6.trigger-hover .link,
.effect-6:hover .entry-title,
.effect-6:hover p,
.effect-6:hover .link{
    opacity: 1;
    -webkit-transition: 0.5s;
    transition-delay: 0.5s;
}

.effect-6.trigger-hover .hover,
.effect-6:hover .hover { 
    opacity: 1; 
    -ms-transform: scale(1) rotate(0deg); /* IE 9 */
    -webkit-transform: scale(1) rotate(0deg); /* Chrome, Safari, Opera */
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}                                 
.effect-6.trigger-hover .entry-thumbnail, 
.effect-6.trigger-hover img, 
.effect-6:hover .entry-thumbnail,
.effect-6:hover img { 
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
    transform: scale(0); 
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}  

.effect-7 .entry-thumbnail,
.effect-7 img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.effect-7 .hover { 
    background-color: rgba(140,90,96,0.3);
    -ms-transform: translateX(-100%); /* IE 9 */
    -webkit-transform: translateX(-100%); /* Chrome, Safari, Opera */
    transform: translateX(-100%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.effect-7 .entry-title{
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    box-shadow: 0px 1px 3px rgba(160, 140, 145, 0.5);
}
.effect-7 p{
    opacity: 0;
    color: #eee;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.effect-7.trigger-hover .hover, 
.effect-7:hover .hover { 
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Chrome, Safari, Opera */
    transform: translateX(0);
}                       
.effect-7.trigger-hover .entry-thumbnail,
.effect-7.trigger-hover img,
.effect-7:hover .entry-thumbnail,
.effect-7:hover img { 
    -ms-transform: translateX(140%); /* IE 9 */
    -webkit-transform: translateX(140%); /* Chrome, Safari, Opera */
    transform: translateX(140%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.effect-7.trigger-hover p,
.effect-7:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.effect-8 .hover{ 
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    top: -250px;
    -webkit-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}
.effect-8 .entry-title{
    -ms-transform: translateY(-250px); /* IE 9 */
    -webkit-transform: translateY(-250px); /* Chrome, Safari, Opera */
    transform: translateY(-250px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}
.effect-8 p { 
    color: #333;
    -ms-transform: translateY(-250px); /* IE 9 */
    -webkit-transform: translateY(-250px); /* Chrome, Safari, Opera */
    transform: translateY(-250px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
.effect-8 .link { 
    -ms-transform: translateY(-250px); /* IE 9 */
    -webkit-transform: translateY(-250px); /* Chrome, Safari, Opera */
    transform: translateY(-250px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes jump {
    0% { transform: translateY(-200px);}
    38% { transform: translateY(-95px);}
    64% { transform: translateY(-50px);}
    80% { transform: translateY(-30px);}
    92% { transform: translateY(-10px);}
    55%, 76%, 88%, 98%, 100% { transform: translateY(0px);}
}
@keyframes jump {
    0% { transform: translateY(-200px);}
    38% { transform: translateY(-95px);}
    64% { transform: translateY(-50px);}
    80% { transform: translateY(-30px);}
    92% { transform: translateY(-10px);}
    55%, 76%, 88%, 98%, 100% { transform: translateY(0px);}
} 
.effect-8.trigger-hover .hover, 
.effect-8:hover .hover { 
	-webkit-animation: jump 1s linear;
    animation: jump 1s linear;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: 0;
}                                                                                       
.effect-8.trigger-hover .entry-title,
.effect-8:hover .entry-title {
    -ms-transform: translateY(0px); /* IE 9 */
    -webkit-transform: translateY(0px); /* Chrome, Safari, Opera */
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.effect-8.trigger-hover p, 
.effect-8:hover p { 
    -ms-transform: translateY(0px); /* IE 9 */
    -webkit-transform: translateY(0px); /* Chrome, Safari, Opera */
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.effect-8.trigger-hover .link, 
.effect-8:hover .link { 
    -ms-transform: translateY(0px); /* IE 9 */
    -webkit-transform: translateY(0px); /* Chrome, Safari, Opera */
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.effect-9 .entry-thumbnail,
.effect-9 img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
}
.effect-9 .hover {
    background-color: rgba(78, 40, 38, 0.4);
    opacity: 0;
    -ms-transform: rotate(0deg) scale(1); /* IE 9 */
    -webkit-transform: rotate(0deg) scale(1); /* Chrome, Safari, Opera */
    transform: rotate(0deg) scale(1);
	 -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -ms-transform: translateY(-100%); /* IE 9 */
    -webkit-transform: translateY(-100%); /* Chrome, Safari, Opera */
    transform: translateY(-100%);
}
.effect-9 .entry-title {
    -ms-transform: translateY(-100%); /* IE 9 */
    -webkit-transform: translateY(-100%); /* Chrome, Safari, Opera */
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.effect-9 p {
    -ms-transform: translateY(-200px); /* IE 9 */
    -webkit-transform: translateY(-200px); /* Chrome, Safari, Opera */
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.effect-9 .link {
    -ms-transform: translateY(-200px); /* IE 9 */
    -webkit-transform: translateY(-200px); /* Chrome, Safari, Opera */
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.effect-9.trigger-hover .entry-thumbnail,
.effect-9.trigger-hover img,
.effect-9:hover .entry-thumbnail,
.effect-9:hover img {
    -ms-transform: rotate(720deg) scale(0); /* IE 9 */
    -webkit-transform: rotate(720deg) scale(0); /* Chrome, Safari, Opera */
    transform: rotate(720deg) scale(0);
    opacity: 0;
}
.effect-9.trigger-hover .hover,
.effect-9:hover .hover {
    opacity: 1;  
    -ms-transform: translateY(0px) rotate(0deg); /* IE 9 */
    -webkit-transform: translateY(0px) rotate(0deg); /* Chrome, Safari, Opera */
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}                                                                                       
.effect-9.trigger-hover .entry-title,
.effect-9:hover .entry-title {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.effect-9.trigger-hover p,
.effect-9:hover p {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.effect-9.trigger-hover .link,
.effect-9:hover .link {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.effect-10 .entry-thumbnail,
.effect-10 img { 
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.effect-10 .hover { 
    background-color: rgba(255, 240, 160, 0.28); 
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}   
.effect-10 .entry-title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    background: transparent;
    color: #333;
    margin: 5% 6% 0 6%;
    opacity: 0;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.effect-10 p {
    color: #333;
    opacity: 0;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.effect-10 .link { 
    opacity: 0;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.effect-10.trigger-hover  .entry-thumbnail, 
.effect-10.trigger-hover  img, 
.effect-10:hover .entry-thumbnail,
.effect-10:hover img { 
    opacity: 0;
    -ms-transform: scale(10); /* IE 9 */
    -webkit-transform: scale(10); /* Chrome, Safari, Opera */
    transform: scale(10);
}
.effect-10.trigger-hover .hover, 
.effect-10:hover .hover { 
    opacity: 1;
}                                                                            
.effect-10.trigger-hover  .entry-title,
.effect-10:hover .entry-title,
.effect-10.trigger-hover  p,
.effect-10:hover p,
.effect-10.trigger-hover  .link,
.effect-10:hover .link { 
    opacity: 1;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}

.effect-11 .entry-thumbnail, 
.effect-11 img { 
	-webkit-transition: all 0.4s linear; /* Safari */
    transition: all 0.4s linear;
}

.effect-11 .hover {
    opacity: 0.5;
    background-color: transparent; 
	margin-left: 25%;
	-webkit-transition: all 0.4s ease-in-out; /* Safari */
    transition: all 0.4s ease-in-out;
	width: 50%;
}
.effect-11 .entry-title {
    opacity: 0.8;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}

.effect-11.trigger-hover .entry-thumbnail,
.effect-11.trigger-hover img,
.effect-11:hover .entry-thumbnail, 
.effect-11:hover img { 
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
} 
.effect-11 .hover,
.effect-11 .hover { 
    opacity: 1;
    background-color: rgba(10,10,8, 0.7);
}
.effect-11.trigger-hover .entry-title,
.effect-11.trigger-hover p,
.effect-11.trigger-hover .link,
.effect-11:hover .entry-title,
.effect-11:hover p,
.effect-11:hover .link {
    opacity: 1;
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Chrome, Safari, Opera */
    transform: translateX(0);
}
.effect-11.trigger-hover p,
.effect-11:hover p {
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.effect-11.trigger-hover .link,
.effect-11:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}
.effect-11.trigger-hover .entry-title,
.effect-11:hover .entry-title {
	margin-top: 5%;
}

.effect-12 .entry-thumbnail,
.effect-12 img { 
	-webkit-transition: all 0.2s linear; /* Safari */
    transition: all 0.2s linear;
}

.effect-12 .hover {
    background-color: rgba(255,255,255, 0.7);
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}

.effect-12 .hover p {
	color: #000;	
}

.effect-12 .link{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.effect-12.trigger-hover .entry-thumbnail, 
.effect-12.trigger-hover img, 
.effect-12:hover .entry-thumbnail,
.effect-12:hover img { 
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
} 
.effect-12.trigger-hover .hover, 
.effect-12:hover .hover { 
    opacity: 1;
}
.effect-12.trigger-hover .entry-title,
.effect-12.trigger-hover p,
.effect-12.trigger-hover .link,
.effect-12:hover .entry-title,
.effect-12:hover p,
.effect-12:hover .link {
    opacity: 1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */
    transform: translate(0, 0);
}
.effect-12.trigger-hover p,
.effect-12:hover p {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.2s;
}
.effect-12.trigger-hover .link,
.effect-12:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.effect-14 .entry-thumbnail,
.effect-14 img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.effect-14 .hover { 
    background-color: rgba(140,90,96,0.3);
    -ms-transform: translateY(-100%); /* IE 9 */
    -webkit-transform: translateY(-100%); /* Chrome, Safari, Opera */
    transform: translateY(-100%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.effect-14 .entry-title{
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    box-shadow: 0px 1px 3px rgba(160, 140, 145, 0.5);
}
.effect-14 p{
    opacity: 0;
    color: #eee;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.effect-14.trigger-hover .hover, 
.effect-14:hover .hover { 
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
}                       
.effect-14.trigger-hover .entry-thumbnaill,
.effect-14.trigger-hover img,
.effect-14:hover .entry-thumbnail, 
.effect-14:hover img { 
    -ms-transform: translateY(150%); /* IE 9 */
    -webkit-transform: translateY(150%); /* Chrome, Safari, Opera */
    transform: translateY(150%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.effect-14.trigger-hover p,
.effect-14:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.effect-15 .entry-thumbnail,
.effect-15 img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.effect-15 .hover { 
    background-color: rgba(140,90,96,0.3);
    -ms-transform: translateX(-100%); /* IE 9 */
    -webkit-transform: translateX(100%); /* Chrome, Safari, Opera */
    transform: translateX(100%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.effect-15 .entry-title{
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    box-shadow: 0px 1px 3px rgba(160, 140, 145, 0.5);
}
.effect-15 p{
    opacity: 0;
    color: #eee;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.effect-15.trigger-hover .hover, 
.effect-15:hover .hover { 
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Chrome, Safari, Opera */
    transform: translateX(0);
}                       
.effect-15.trigger-hover .entry-thumbnail,
.effect-15.trigger-hover img,
.effect-15:hover .entry-thumbnail,
.effect-15:hover img { 
    -ms-transform: translateX(-140%); /* IE 9 */
    -webkit-transform: translateX(-140%); /* Chrome, Safari, Opera */
    transform: translateX(-140%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.effect-15.trigger-hover p,
.effect-15:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.effect-16 .entry-thumbnail,
.effect-16 img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.effect-16 .hover { 
    background-color: rgba(140,90,96,0.3);
    -ms-transform: translateY(100%); /* IE 9 */
    -webkit-transform: translateY(100%); /* Chrome, Safari, Opera */
    transform: translateY(100%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.effect-16 .entry-title{
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    box-shadow: 0px 1px 3px rgba(160, 140, 145, 0.5);
}
.effect-16 p{
    opacity: 0;
    color: #eee;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.effect-16.trigger-hover .hover, 
.effect-16:hover .hover { 
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
}                       
.effect-16.trigger-hover .entry-thumbnail,
.effect-16.trigger-hover img,
.effect-16:hover .entry-thumbnail,
.effect-16:hover img { 
    -ms-transform: translateY(-140%); /* IE 9 */
    -webkit-transform: translateY(-140%); /* Chrome, Safari, Opera */
    transform: translateY(-140%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.effect-16.trigger-hover p,
.effect-16:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.effect-17 .entry-thumbnail,
.effect-17 img { 
	-webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.effect-17 .hover {
    background-color: rgba(255,255,255, 0.8);
	border-radius: 20px 20px 0 0;
	bottom: 0;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	display: inline-block;
	height: auto;
	margin-right: 50%;
	margin-left: 10px;
	padding-bottom: 40px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	width: 40%;
	top: auto;
}

.effect-17 .entry-title {
	border-radius: 20px 20px 0 0;
	color: #aaa;
	font-weight: 300;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.effect-17 p { 
	color: #888;
	font-weight: 300;
}
.widget .effect-17 .link {
    background-color: rgba(255,255,255, 0.7);
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,0.5);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,0.5);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,0.5);
	color: #888;
}

.widget .effect-17 .link:hover,
.widget .effect-17 .link .hover { 
    background-color: rgba(255,255,255, 0.9);
	color: #777;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
    opacity: 1;
}

.effect-17.trigger-hover .hover,
.effect-17:hover .hover { 
    opacity: 1;
}

.effect-17.trigger-hover .link,
.effect-17:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.effect-18 .entry-thumbnail,
.effect-18 img { 
	-webkit-transition: all 0.4s linear; /* Safari */
    transition: all 0.4s linear;
}

.effect-18 .hover {
    background-color: rgba(255,255,255, 0.8);
	border-radius: 20px 20px 0 0;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	bottom: 0;
	display: inline-block;
	height: auto;
	margin-left: 60%;
	padding-bottom: 40px;
	top: auto;
	-webkit-transition: all 0.4s ease-in-out; /* Safari */
    transition: all 0.4s ease-in-out;
	width: 38%;
}
.effect-18 .entry-title {
	border-radius: 20px 20px 0 0;
	color: #aaa;
	font-weight: 300;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}
.effect-18 p { 
	color: #999;
	font-weight: 300;
}
.widget .effect-18 .link {
    background-color: rgba(255,255,255, 0.7);
	color: #888;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,0.5);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,0.5);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,0.5);
}

.widget .effect-18 .link:hover,
.widget .effect-18 .link .hover { 
    background-color: rgba(255,255,255, 0.9);
	color: #777;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	-moz-box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
	box-shadow: -1px 6px 78px 6px rgba(138,123,138,1);
    opacity: 1;
}

.effect-18.trigger-hover .hover,
.effect-18:hover .hover { 
    opacity: 1;
}

.effect-18.trigger-hover .link,
.effect-18:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.effect-19 .entry-thumbnail,
.effect-19 img { 
	-webkit-transition: all 0.4s linear; /* Safari */
    transition: all 0.4s linear;
}

.effect-19 .hover {
    background-color: rgba(255,255,255, 0.8);
	border-radius: 20px;
	border: 3px double #fff;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.5);
	-moz-box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.5);
	box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.5);
    height: 60%;
	margin-left: 20px;
	top: 30%;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out; /* Safari */
    transition: all 0.4s ease-in-out;
	width: 40%;
	bottom: 0;
	display: inline-block;
	height: auto;
	padding-bottom: 40px;
	top: auto;
}
.effect-19 .entry-title {
    background-color: rgba(255,255,255, 0.7);
	border-radius: 20px 20px 0 0;
	color: #eee;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
	text-shadow: 1px 1px white, -1px -1px #333;
}
.effect-19 p { 
	color: #777;
    font-style: normal;
	font-weight: 300;
}
.widget .effect-19 .link {
    background-color: rgba(255,255,255, 0.7);
	color: #888;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.5);
	-moz-box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.5);
	box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.5);
}

.widget .effect-19 .link:hover,
.widget .effect-19 .link .hover { 
    background-color: rgba(255,255,255, 0.7);
	color: #333;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.8);
	box-shadow: -1px 6px 78px 6px rgba(221, 221, 221, 0.8);
    opacity: 1;
}

.effect-19.trigger-hover .hover,
.effect-19:hover .hover { 
    opacity: 1;
}

.effect-19.trigger-hover .link,
.effect-19:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.effect-20 .entry-thumbnail,
.effect-20 img { 
	-webkit-transition: all 0.4s linear; /* Safari */
    transition: all 0.4s linear;
}

.effect-20 .hover {
    opacity: 0.9;
    background-color: rgba(0,0,0, 0.5);
    height: 70%;
	top: 15%;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out; /* Safari */
    transition: all 0.4s ease-in-out;
	width: 100%;
}
.effect-20 .entry-title {
    background-color: rgba(0,0,0, 0.1);
	color: #eee;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
	text-shadow: #aaa 0.1em 0.1em 0.2em;
}
.effect-20 p { 
	color: #ddd;
	font-weight: 300;
	max-width: 800px;
	margin: 0 auto;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}
.widget .effect-20 .link {
    background-color: rgba(0,0,0, 0.7);
	color: #000;
	-webkit-box-shadow: -1px 6px 78px 6px rgba(0, 0, 0, 1);
	-moz-box-shadow: -1px 6px 78px 6px rgba(0, 0, 0, 1);
	box-shadow: -1px 6px 78px 6px rgba(0, 0, 0, 1);
	bottom: 0;
	left: 0;
	right: 0;
	text-shadow: 1px 1px white, -1px -1px #333;
}

.widget .effect-20 .link:hover,
.widget .effect-20 .link .hover { 
    background-color: rgba(0,0,0, 1);
	border: none;
    opacity: 1;
}

.effect-20.trigger-hover .hover,
.effect-20:hover .hover { 
    opacity: 1;
}

.effect-20.trigger-hover .link,
.effect-20:hover .link {
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
	-webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
}

.element {
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.widget .zoom.trigger-zoom {
    opacity: 1;
}
.widget .zoom {
    opacity: 0.4;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.widget .zoom:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.wide .widget .description .product-price {
	font-size: 1.8vw;
}

.wide .widget .product-price {
	font-size: 1.8vw;
}

.wide .widget .product-cart a {
	font-size: 1.8vw;
}

/* Columns */

.site .small  .column-2 .element .entry-title,
.site .small  .column-2 .element p,
.site .small  .column-2 .element a,
.site .small  .column-1 .element p,
.site .small  .column-1 .element a {
	font-size: 12px;
}
.site .small  .description.column-1 .element .entry-title,
.site .small  .column-1 .element .entry-title {
	font-size: 14px;	
}

.small  .column-4 .element .project-list,
.small  .column-3 .element .project-list,
.small  .column-1 .element .project-list,
.small  .column-2 .element .project-list,
.small  .column-1 .element .entry-meta,
.small  .column-2 .element .entry-meta,
.small  .column-3 .element .entry-meta,
.small  .column-4 .element .entry-meta {
	display: none;
}

/* woocommerce styling */
.effect-2 .product-cart,
.effect-3 .product-cart,
.effect-4 .product-cart,
.effect-5 .product-cart,
.effect-6 .product-cart,
.effect-7 .product-cart,
.effect-8 .product-cart,
.effect-9 .product-cart,
.effect-10 .product-cart,
.effect-11 .product-cart,
.effect-12 .product-cart,
.effect-14 .product-cart,
.effect-15 .product-cart,
.effect-16 .product-cart {
    opacity: 0;
	-webkit-transition: all 0.5s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
}

.effect-2:hover .product-cart,
.effect-3:hover .product-cart,
.effect-4:hover .product-cart,
.effect-5:hover .product-cart,
.effect-6:hover .product-cart,
.effect-7:hover .product-cart,
.effect-8:hover .product-cart,
.effect-9:hover .product-cart,
.effect-10:hover .product-cart,
.effect-11:hover .product-cart,
.effect-12:hover .product-cart,
.effect-14:hover .product-cart,
.effect-15:hover .product-cart,
.effect-16:hover .product-cart {
    opacity: 1;
}


.wide  .widget.sgwindow_recent_shop .product-price,
.wide  .widget.sgwindow_product  .product-price,
.wide  .widget.sgwindow_featured_products .product-price {
	bottom: 0;
    background: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.7);
	height: 30px;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.small  .widget.sgwindow_recent_shop .product-price,
.small  .widget.sgwindow_product  .product-price,
.small  .widget.sgwindow_featured_products .product-price {
	top: 14px;
    background: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.7);
	display: inline-block;
	height: 20px;
	right: 0;
	padding: 5px;
	position: absolute;
	text-align: left;
}

.small .star-rating {
	display: none;
}
.small .product-cart a {
	font-size: 10px !important;
}
.small .product-cart {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	right: 2px;
}
.product-cart a {
	background: #fff;
	padding: 3px;
}
.product-cart a:before {
	display: none;
}
.product-cart a:before {
	position: absolute;
	top: 0;
}

.product-cart a {
	color: #000 !important;
}

.widget .product-price .price ins .amount {
	color: #fff;
	text-shadow: #333 0.1em 0.1em 0.2em;
}

.widget .product-price .price del .amount {
	color: #aaa;
}

.widget .product-price .price .amount {
	color: #fff;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

.widget .star-rating:before {
	text-shadow: #123 0.2em 0.2em 0.3em;
}


@media screen and (min-width: 500px) {	
	.column-4.margin-0 .element {
		width: 50%;
	}
	.column-4 .element {
		width: 48%;
	}	
	.column-4  .element p {
		font-size: 1.8vw;
	}	
}

@media screen and (min-width: 1020px) {	

	.wide .widget.sgwindow_recent_portfolio .project-list,
	.wide .widget.sgwindow_recent_posts .element .entry-meta,
	.wide .widget.sgwindow_recent_shop .entry-meta,
	.wide .widget.sgwindow_recent_portfolio .entry-meta {
		display: block;
	}

	.wide .element p,
	.wide .element .entry-meta {
		display: block;
	}

	.site .widget .sgwindow-recent-posts .wrapper-image .entry-meta .entry-date {
		font-size: 12px;
	}
	
    .column-1.margin-0 .element {
		width: 100%;
	}
    .column-2.margin-0 .element {
		width: 50%;
	}
    .column-3.margin-0 .element {
		width: 33.333%;
	}
    .column-4.margin-0 .element {
		width: 25%;
	}

    .column-1 .element {
		width: 98%;
	}
    .column-2 .element {
		width: 48%;
	}
    .column-3 .element {
		width: 30%;
	}
    .column-4 .element {
		width: 22%;
	}
	
	.column-4 .element:nth-child(2),
	.column-4 .element:nth-child(3),
	.column-4 .element:nth-child(4),
	.column-3 .element:nth-child(2),
	.column-3 .element:nth-child(3),
	.column-2 .element:nth-child(2) {
		margin-top: 0;
	}
	
}

@media screen and (min-width: 960px) {	
	.wide .element ul {
		display: inline-block;
		font-size: 1vw;
	}

	.right .element {
		-ms-flex-order: 1;     
		-webkit-order: 1;  
		order: 1;
	}
	.right .description {
		-ms-flex-order: 2;     
		-webkit-order: 2;  
		order: 2;
	}
	
	.wide .main-wrapper-image.left .wrapper-image,
	.wide .main-wrapper-image.right .wrapper-image,
	.wide .main-wrapper-image.left .description,
	.wide .main-wrapper-image.right  .description {
		width: 50%;
	}
	
	.column .main-wrapper-image.left .wrapper-image,
	.column .main-wrapper-image.right .wrapper-image,
	.column .main-wrapper-image.left .description,
	.column .main-wrapper-image.right  .description {
		width: 100%;
	}
	
	/* 1 column */
	.wide .column-1 .element .entry-title {
		font-size: 3vw;
	}

	.wide .left .column-1 .element .entry-title,
	.wide .right .column-1 .element .entry-title {
		font-size: 1.5vw;
	}
	
	.wide .left .description.column-1 .element .entry-title,
	.wide .right .description.column-1 .element .entry-title {
		font-size: 5vw;
	}
	
	.wide .column-1 .element a {
		font-size: 1.2vw;
	}
	
	.wide .left .column-1 .element a,
	.wide .right .column-1 .element a {
		font-size: 0.6vw;
	}
	
	.wide .left .description.column-1 .element a,
	.wide .right .description.column-1 .element a {
		font-size: 1.2vw;
	}
	
	.wide .column-1 .element p {
		font-size: 2vw;
	}	
	
	.wide .column-1 .element.effect-17 p,
	.wide .column-1 .element.effect-19 p,
	.wide .column-1 .element.effect-18 p {
		font-size: 1.4vw;
	}	
	
	.wide .left .column-1 .element p,
	.wide .right .column-1 .element p {
		font-size: 1vw;
	}	
	
	.wide .left  .description.column-1 .element p,
	.wide .right .description.column-1 .element p {
		font-size: 4vw;
	}	
	
	/* 2 column */
	.wide .column-2 .element .entry-title {
		font-size: 3vw;
	}

	.wide .column-2 .element a {
		font-size: 1.2vw;
	}
	.wide .column-2 .element p {
		font-size: 2vw;
	}	

	/* 2 column */
	.wide .left .column-2 .element .entry-title,
	.wide .right .column-2 .element .entry-title {
		font-size: 1.5vw;
	}

	.wide .left .column-2 .element a,
	.wide .right .column-2 .element a {
		font-size: 0.8vw;
	}
	.wide .left .column-2 .element p,
	.wide .right .column-2 .element p {
		font-size: 1vw;
	}	

	/* 2 column */
	.wide .column-2 .element .entry-title {
		font-size: 3vw;
	}	
	
	/* 3 column */
	.wide .column-3 .element .entry-title {
		font-size: 2vw;
	}

	.wide .column-3 .element a {
		font-size: 1.2vw;
	}
	
	.wide .column-3 .element p {
		font-size: 1.5vw;
	}
	
	.wide .left .column-3 .element .entry-title,
	.wide .right .column-3 .element .entry-title {
		font-size: 1.2vw;
	}

	.wide .left.column-3 .element a,
	.wide .right .column-3 .element a {
		font-size: 0.8vw;
	}
	
	.wide .left .column-3 .element p,
	.wide .right .column-3 .element p {
		font-size: 0.8vw;
	}	

	/* 4 column */
	.wide .column-4 .element .entry-title {
		font-size: 1.5vw;
	}
	
	.wide .right .column-4 .element .entry-title,
	.wide .left .column-4 .element .entry-title {
		font-size: 0.8vw;
	}

	.wide .column-4 .element a {
		font-size: 1vw;
	}
	
	.wide .left.column-4 .element a,
	.wide .right .column-4 .element a {
		font-size: 0.8vw;
	}
	
	.wide .left .column-4 .element p,
	.wide .right .column-4 .element p {
		font-size: 0.7vw;
	}	
	
	.wide .column-4 .element p {
		font-size: 1vw;
	}
	
	.wide .left .description.column-1 .element a,
	.wide .widget .product-price,
	.wide .widget .product-cart,
	.wide .widget .description .product-price {
		font-size: 1.2vw;
	}

}

/* columns */
.small .column-1.margin-0 .element {
	width: 100%;
}
.small .column-2.margin-0 .element {
	width: 50%;
}
.small .column-3.margin-0 .element {
	width: 33.333%;
}
.small .column-4.margin-0 .element {
	width: 25%;
}

.small .column-1 .element {
	width: 98%;
}
.small .column-2 .element {
	width: 48%;
}
.small .column-3 .element {
	width: 30%;
}
.small .column-4 .element {
	width: 22%;
}

.small .element p,
.small .element .entry-meta,
.column .element p {
	display: none;
}

.sidebar-footer .widget .entry-title{	
	color: #eee;
}
 	
.small .left .description.column-1 .element a,
.small .widget .product-price,
.small .widget .product-cart,
.small .widget .description .product-price {
	font-size: 12px;
}

.small .column-4 .element:nth-child(2),
.small .column-4 .element:nth-child(3),
.small .column-4 .element:nth-child(4),
.small .column-3 .element:nth-child(2),
.small .column-3 .element:nth-child(3),
.small .column-2 .element:nth-child(2) {
	margin-top: 0;
}
	
.small .widget.sgwindow_product .element .link {
	display: none;
}
.widget .entry-meta {
	background: rgba(0, 0, 0, 0.7);
	text-shadow: #000 0.2em 0.2em 0.3em;
	text-align: left;
	width: 100%;
}

.site .widget .entry-meta a {
	color: #fff;
}

.wide .widget .project-list a {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.site .widget .project-list a:hover {
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	text-shadow: #000 0.2em 0.2em 0.3em;
}.site .wide .widget.sgwindow_widget_button {
	padding: 20px;
	bsackground: #123;
}

.sgwindow-button {	
	text-align: center;
}

.sgwindow-link {
	border: 1px solid #eee;
	display: inline-block;
	font-size: 24px;
	margin: 0 20px;
	padding: 20px;
}
.sgwindow-link:hover {
	box-shadow: 0 0 4px 4px #999;
	text-decoration: none;
}.widget-sidebar-wrapper {
	display: -webkit-box;     
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;
	display: flex;           
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;

	margin: 0 auto;
}

.widget-sidebar-wrapper .flex-column-1,
.widget-sidebar-wrapper .flex-column-2,
.widget-sidebar-wrapper .flex-column-3 {
	width: 100%;
}

.widget-sidebar-wrapper .flex-column-4 {
	width: 100%;
}

#page .my-sidebar-layout .widget {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.sgwindow_side_bar.widget .widget {
	border: none;
}

#page .wide .widget.sgwindow_side_bar {
	padding-bottom: 0;
}

#page .wide .widget.sgwindow_side_bar > .widget-title,
#page .wide .widget.sgwindow_side_bar > .widgettitle {
	padding: 5px 0;
	margin-bottom: 0;
}

.my-sidebar-layout:first-child {
	margin-top: 20px;
}

#page .wide .column  .widget-title,
#page .wide .column .widgettitle {
	padding: 5px;
}

#page .wide .column .widget {
	border-bottom: none;
	border-top: none;
}

.wide .widget.widget_archive ul {
	padding: 0;
}

/* page */

#page .wide .column .widget .site-content {
	border: none;
}

#page .widget-area .widget .column .widget .content-container,
#page .widget-area .widget .column .widget {
	background: transparent;
}

.widget .widget .widgettitle,
.widget .widget .widget-title {
	text-align: left;
}/* Slider */

.sgwindow-slider-wrapper {
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.sgwindow-next-button,
.sgwindow-prev-button {
	display: inline-block;
	position: absolute;
	top: 40%;
	z-index: 3;
}

.sgwindow-next-button {
	right: 0;
}

.sgwindow-prev-button {
	left: 0;
}

.sgwindow-next-button .genericon,
.sgwindow-prev-button .genericon {
	color: #000;
	font-size: 24px;
}

.sgwindow-prev-button .genericon {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.sgwindow-next-button .genericon {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

#page .sgwindow-slider-buttons li.current:before {
	color: #000;
}

#page .sgwindow-slider-buttons li:hover,
.sgwindow-next-button .genericon:hover,
.sgwindow-prev-button .genericon:hover {
	cursor: pointer;
	color: blue;
}

#page .sgwindow-slider-buttons li:active,
.sgwindow-next-button:active,
.sgwindow-prev-button:active {
	transform: scale( 1.1 );
}

.sgwindow-slider-buttons {
	bottom: 10px;
	display: none;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	z-index: 3;
}

.sgwindow-slider-buttons li {
	display: inline-block;
}

#page .sgwindow-slider-buttons li:before {
	color: #666;
	content: '\f101';
	font: normal 16px/1 'Genericons';
}

.sgwindow-slider-content {
	position: relative;
}

.site .column .widget .sgwindow-slide {
	padding: 10px;
}

.site .widget-area .widget .sgwindow-slide {
	display: -webkit-box;  
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;
	display: flex;	
	background: rgba(255, 255, 255, 1);
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	position: absolute;
	bottom: 0;
	top: 0;
	z-index: 1;
	display: none;
}

.site .widget-area .widget .sgwindow-slide:first-child,
.site .widget-area .widget .sgwindow-slide:last-child,
.site .widget-area .widget .sgwindow-slide:nth-child(2){
	display: block;
}

.site .widget-area .widget .sgwindow-slider .sgwindow-slide:first-child {
	left: 0;
	right: 0;
}


.site .widget-area .widget .sgwindow-slider .sgwindow-slide:nth-child(2) {
	left: 100%;
	right: -100%;
}

.sgwindow-slider .sgwindow-slide:last-child {
	left: -100%;
	right: 100%;
}

.sgwindow-slide-content {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slider-text-wrap {
	text-align: right;
	position: relative;
	z-index: 2;
}

.slider-text-wrap .slider-title {
	color: #fff;
	display: inline-block;
	width: 71%;
	font-size: 14px;
	padding: 10px 20px 0 20px;
	text-shadow: -1px 0 black, 0 1px black,
	1px 0 black, 0 -1px black
}

.slider-descr {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0;
	padding: 0 20px;
	-webkit-transition-duration: 1s; /* Safari */	
	transition-duration: 1s;
	width: 70%;
}

.sgwindow-slide-content:hover .slider-descr {
	-webkit-transition-duration: 1s; /* Safari */	
	transition-duration: 1s;
	opacity: 1;	
}

.sgwindow-slide-content:hover .slider-descr {
	background: rgba(0,0,0,.5);
	padding: 10px;
	-webkit-transition-duration: 1s; /* Safari */	
	transition-duration: 1s;
}

.slider-image {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
}

.widget.sgwindow_slider {
	margin: 0;
	padding: 0;
}

.wide > .widget-area > .widget.sgwindow_slider  > .widget-title {
	margin: 0;
}

#page .sgwindow-slider-wrapper {
	margin: 0;
}

.slider-cat {
	display: none;
}

@media screen and (min-width: 960px) {	
	.slider-text-wrap .slider-title {
		font-size: 32px;
	}

	.slider-descr {
		font-size: 16px;
	}
	
	.sgwindow-next-button .genericon,
	.sgwindow-prev-button .genericon {
		color: #000;
		font-size: 34px;
	}
	
	.sgwindow-slider-wrapper {
		margin: 20px;
	}
	
	.sgwindow-slider-buttons {
		bottom: 20px;
		display: block;
	}
	
	.site .column .widget .sgwindow-slide {
		padding: 20px;
	}
	
	.slider-cat {
		background: rgba(0,0,0, 0.8);
		color: #eeee22;
		display: block;
		top: 0;
		left: 0;
		padding: 20px;
		position: absolute;
		text-shadow: -1px 0 black, 0 1px black,
		1px 0 black, 0 -1px black
	}
}