@charset "UTF-8";
/*
Theme Name: StitchSpider theme
Author: ZaZeZi s. r. o.
Author URI: https://www.zazezi.sk/
Description: Design for www.stitchspider.com
Version: 1.0
Text Domain: stitchspider

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('normalize.css');
@import url('menu.css');
@import url('nested.css');
@import url('woostyle.css');
@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@400;600;700;800&family=Mada:wght@400;600;700&family=Varela+Round&display=swap');

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 62.5%; 	
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	color: #464646;
}

html {
	font-size: 1em;
	line-height: 1.3em;
	color: #2D2D2D;
}

figure, figcaption {
	color: #2D2D2D !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Hepta Slab',serif;
	margin: 0 0 20px 0;
	color: #1C5EA8;
	font-weight: 800;
}

h1 { font-size: 2.6em; line-height: 1.1em; }
h2 { font-size: 2.2em; line-height: 1.1em; }
h3 { font-size: 1.8em; line-height: 1.1em;  }
h4 { font-size: 1.6em; line-height: 1.2em; font-weight: 700;  }
h5 { font-size: 1.4em; line-height: 1.3em; font-weight: 600; }
h6 { font-size: 1.3em; line-height: 1.2em; font-weight: 600; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #E31A4F;
	text-decoration: none;	
}

h3, h4 {
	/*font-family: 'Varela Round', sans-serif;*/

}

h3.entry-title { font-size: 1.6em; }

img {
    vertical-align: middle;
}
img {
    height: auto;
    max-width: 100%;
}
img {
    border: 0;
}
*, ::before, ::after {
    box-sizing: inherit;
}

a, a:focus { 	
	color: #E31A4F;
	/*color: #273043;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	height: 1px;
	background: #17bebb;
	border: none;
	margin: 20px 0 40px 0;
}

code, iframe {
	max-width: 100% !important;
	width: auto !important;
}

code {
	position: relative;
	font-family: monospace;
	font-size: 1.1em;
	display: inline;
	width: 100%;

	word-wrap: break-word;
}

ul, ol {
	padding: 0 0 20px 10px;
	margin: 0;
}

ul li, ol li {
	margin-left: 15px;
	padding-bottom: 5px;
}

.clear {clear: both; }

.padding { padding: 60px 0 60px 0; }

.padding20 { padding: 20px 0 20px 0; }
.padding40 { padding: 40px 0 40px 0; }
.padding60 { padding: 60px 0 60px 0; }
.padding6030 { padding: 60px 0 30px 0; }
.paddinglr { padding: 0; }
.paddingl30 { padding: 0 0 0 30px; }

/*

.alignleft, .left { float: left;}
.alignright, .right { float: right; }
.center {
	position: relative;
	text-align: center;
}

.alignleft { margin: 0 15px 15px 0;}
.alignright { margin: 0 0px 15px 15px;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
*/

/*
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.center-me {
        display: flex;
        justify-content: center;
        align-items: center;

        display: -webkit-inline-box;
}

.float50 {
	float: left;
	width: 50%;
}

*/



/* =WordPress Core
-------------------------------------------------------------- */
/*
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

*/

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/* Text meant only for screen readers. */
/*
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; 
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	
}
*/
p {
	padding: 0 0 20px 0;
}


input, select, textarea {
	border: 1px solid #F5A9BE; /* #ffede1;*/
	font-family: 'Varela Round', sans-serif;
	color: #3B3B3B;
	width: calc(100% - 30px);
	padding: 6px 10px 6px 10px;
	background: #fafafa;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"], button[type="submit"]  {
	display: inline-block;
	background: #E31A4F;
	color: #fff;
	border: 0px solid #ffede1;
	width: auto;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 10px 8px 10px;
}

input[type="submit"]:hover, button[type="submit"]:hover {
	background: #1C5EA8;
}


input[type="checkbox"] {
	float: left;
	display: inline-block;
	width: auto;
	margin: 5px 7px 0 0;
}


.wpcf7-not-valid-tip {
	font-size: 0.9em !important;
}

.wrapperzzz {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.6em;
}

.containerfull {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.page-template-full-width .content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
 
.page-template-full-width .site {
	margin:0px;
}


.containerfull .padding {
	padding: 0;
	margin: 0;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1280px;
	padding: 0;
}


#header {
	position: relative;
	width: 100%;
	box-shadow: 0 5px 5px -5px #231F20;
	padding: 0 0 2px 0;
	z-index: 9999;
}

.redborder {
	position: relative;
	width: 100%;
	height: 30px;
	background: #E31A4F;
}

#topheader {
	position: relative;
	color: #fff;
	padding: 0px 0 15px 0;

	opacity: 0.9;
  	filter: alpha(opacity=90);
}

#logo {
	position: relative;
	width: 308px;
	height: 62px;
	background: transparent url('images/stitchspider_logo_600.png') no-repeat;
	float: left;
	background-position: center center;
	background-size: contain;
	margin: 25px 0 0px 0;
}

.wrapright {
	float: right;
	position: relative;
	width: calc(100% - 340px);
}

.menufixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #464646;
    z-index: 9999;
    padding: 0 20px 0 20px;
	box-shadow: 0 3px 10px -5px #E31A4F;
	margin: 0;
} 

.menufixed a {
    color: #464646 !important;
}

.menufixed #logo {
	background: transparent url('images/logo-lila-s.png') no-repeat center center;
	background-size: contain;
}

.menufixed .paddinglr {
	padding: 0px 0 10px 0;
} 

#wrapmenu {
	position: relative;
	width: 100%;
	text-align: right;
	float: right;
}

.sidebar {
	position: relative;
	float: left;
	width: 400px;
}

.rpwwt-post-title {
	font-family: 'Hepta Slab',serif;
	font-weight: 700;
	color: #1C5EA8;	
	line-height: 1.1em !important;
}

.rpwwt-widget a:hover {
	text-decoration: none;
	color: #E31A4F;
}

.rpwwt-widget a:hover .rpwwt-post-title {
	color: #E31A4F;
}

#footer .rpwwt-widget a .rpwwt-post-title {
	color: #0D1239;
	line-height: 1em;
}

#footer .rpwwt-widget a { line-height: 0.9em; }

#footer .rpwwt-widget a:hover .rpwwt-post-title {
	color: #381C11;
}

.woocommpage .siteleft {
	float: right;
}

.searchform input#s, .woocommerce-product-search .search-field /*input#s*/ { width: 70%; clear: both; }
.searchform input#submit, .woocommerce-product-search button#submit { width: 30%; float: left; clear: both; }
.searchform label { display: none; }


.siteleft {
	position: relative;
	float: left;
	width: calc(100% - 400px);
}

.siteright {
	position: relative;
	width: 350px;
	float: right;
	font-size: 0.9em;
}

.widget {
	margin-bottom: 30px;
}

.widget-title {
	font-family: 'Hepta Slab',serif;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0px;
}

.sidebar .padding {
	padding: 0px 40px 40px 0px;
}

.sidenewitem {
	margin-bottom: 30px;
}

.sidenewitem img {
	max-width: 100%;
	height: auto;
}

.gradient {
	width: 100%;
	height: 10px;

	background-image:
	    linear-gradient(
	      to right, 
	      #E31A4F, 
	      #231F20
    );
}

.sidebar .title {
	font-family: 'Hepta Slab',serif;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.sidebarimg {
	margin-bottom: 15px;
}

.postdetails {
	margin: 0 0 15px 0;
	font-size: 0.9em;
	color: #381C11;
}

.entry-date {
	color: #55A764;
}

.singleimg {
	width: 880px;
	height: 400px;
	margin-bottom: 30px;
	text-align: center;
}

.page .singleimg {
	background-color: transparent;
}

.page .singleimg img, .singleimg img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: inline-block;
}

.blogitemimg {
	position: relative;
	width: 275px;
	min-height: 200px;
	float: left;
	background-color: #E6EFD1;
}


.siteleft article {
	margin-bottom: 40px;
}

.siteleft .padding {
	padding: 0 0 50px 0;
}

.content-xcrpt {
	position: relative;
	width: calc(100% - 300px);
	float: right;
}

.xcrpt {
	padding: 0 0 20px 0;
}


#beforefooter {
	position: relative;
	width: 100%;
	border-top: 0px solid #ddd;
	background: #E4EEF7; /* #D5ECE6;*/
}

#reblex-widget-2 {
	text-align: center;
}

#beforefooter h4 {
	color: #E31A4F;
	font-size: 1.2em !important;
	font-weight: 700;
	margin-bottom: 15px;
}

#beforefooter .padding {
	padding-top: 60px;
}

#footer {
	width: 100%;
	background: #E31A4F;
	color: #fff;
	font-size: 0.9em;
}

#footer .padding {
	padding-top: 60px;
}

#footer .col .padding {
	padding: 0 30px 0 0;
}

#footer .col:last-child .padding {
	padding: 0 0px 0 0;
}


#footer ul, #footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	color: #FCE2E9;
}

#footer ul li a:hover {
	color: #FFE1C3;
}



.footerfirstcol { 
	position: relative;
	float: left;
	width: 290px;
	margin: 0 0px 30px 0;
}

.footerfirstcol ul li {
	width: 100%;
	float: none;
	display: block;
	clear: both;
}

.footerfirstcol ul li img {
	float: left;
	max-width: 20%;
	float: left;
	margin: 0 10px 15px 0;
}
.footerfirstcol ul li span {
	float: left;
	width: 70%;
	padding-left: 0px;
}

.footerfirstcol ul li span span {
	float: none;
}

.footerfirstcol del span {
	text-decoration-line: line-through;
}

.footlogodiv {
	width: 100%;
	height: 60px;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.footerlogo {
	position: relative;
	width: 340px;
	height: 57px;
	background: transparent url('images/logo_white_horizontal.png') no-repeat;
	float: left;
	background-position: center center;
	background-size: contain;
}

.footerlogo:after {
	clear: both;
}

.footersecondcol { 
	position: relative;
	float: left;
	width: 400px;
	margin: 0 0px 30px 0;
}

.footerthirdcol { 
	position: relative;
	float: left;
	width: 290px;
	margin: 0 0px 30px 0;
}

.footerfourcol {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0px 30px 0;
}

.footermenu {
	width: 100%;
	background: #231F20;

}

#footer a, #footer a:hover { color: #231F20; }

.rpwwt-widget li {
	border-bottom: 1px solid #EE7092;
	padding-bottom: 10px !important;
	margin-bottom: 30px !important;
}
/*
.footerfirstcol .widget-title {
	font-family: 'Hepta Slab',serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 30px 0 10px 0;
}
*/


/*
.post-414 .entry-header {
	display: none;
	visibility: hidden;
}
*/
.breadcrumbscontainer {
	height: 30px;
}

/*
.editor-block-list__layout .editor-block-list__block {
     position: relative;
     padding-left: 14px;
     padding-right: 14px;
     overflow-wrap: break-word;
}
*/

/** 
 * Fix the Staggered Problem for Mobile Stacking Order 
 *
 * This is a mobile-first approach.
 */
 /*
@media all and (min-width: 767px) {
  .reverse-row {
    display: flex !important;
    flex-flow: wrap;
    flex-direction: row-reverse;
  }
}

*/

/* menu in responsive */
label.menu-toggle {
	position: relative;
	background: #1C5EA8;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -5px 15px 0 0;
	padding: 0;
	display: none;
	cursor: pointer;
	z-index: 9999;
	border: 0px solid white;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

label.menu-toggle span {
	font-size: 16px;
	line-height: 10px;
	padding: 0 0 0px 0px;
	margin: 0;
}

#menu-toggle {
  display: none; /* hide the checkbox */
}

#menut, .menuresp {
  display: none;
}

.menuresp {
	position: relative;
	padding: 20px 0px 20px 0px;
	border-top: 20px solid #E31A4F;
	max-width: 100%;
}

.menuresp #logo {
	margin: 5px 0 0 20px;
}

#menu-toggle:checked + #menut {
  display: block;
}

#menut {
	position: absolute;
	top: 113px;
	width: 100% ;
	max-width: 100%;
	background: #fff;
	opacity: 0.95;
  	filter: alpha(opacity=95);

	color: #1C5EA8;
/*	box-shadow: 0 3px 15px -5px #333;
	border-top: 1px solid #003c8f*/
	box-shadow: 0 3px 10px -5px #E31A4F;
	z-index: 99999;
}

#menut ul {
	padding: 10px 0 0px 0;
	max-width: 100%;
}

#menut li {
	width: calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin-bottom: 0px;
	text-align: center;
	list-style-type: none;
}

#menut li a {
	font-family: 'Hepta Slab',serif;
	font-size: 1.3em;
	font-weight: 600;
	width: calc(100% - 40px);
	color: #1C5EA8;
	padding: 5px 20px 5px 20px;
	text-transform: none;
	text-align: left;
	display: block;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}

#menut li a:hover, #menut .current-menu-item a, #menut .current-menu-item .sub-menu a:hover {
	text-decoration: none;
	border-bottom: 3px solid #E31A4F;
	text-decoration: none;
	color: #E31A4F;
}

#menut .current-menu-item .sub-menu a {
	border-bottom: 3px solid transparent;
}

#menut ul ul {
	background-image:
	    linear-gradient(
	      to right, 
	      #0e7c7b, 
	      #70057b
    );

	padding: 0;

	opacity: 0.9;
  	filter: alpha(opacity=90);

}

#menut ul ul ul {
	background-image:
	    linear-gradient(
	      to right, 
	      #0e7c7b, 
	      #70057b
    );

    visibility: visible;
	display: block;
}

#menut ul ul ul ul {
	background-image:
	    linear-gradient(
	      to right, 
	      #0e7c7b, 
	      #70057b
    );
}

#menut li li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	font-size: 1.2em;
	padding-left: 30px;
	display: block;
	width: calc(100% - 45px);
}

#menut li li li a {
	font-size: 1.1em;
	padding-left: 50px;
	width: calc(100% - 65px);
	display: block;
}

#menut li li li li a {
	font-size: 0.95em;
	padding-left: 65px;
	width: calc(100% - 80px);
	display: block;
}


.smallcontacts {
	background: #343434;
	color: #fff;
	line-height: 1.8em;
}

.smallcontacts a { color: #fff; }

.smallcontact {
	padding: 15px;
}

.smallcontacts .login {
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.socialresp {
	background: #fff;
	margin: 0;
	padding: 0;
}

#menut .socialresp ul {
	padding: 10px 0 10px 15px;
}
#menut .socialresp li a {
	padding: 0;
}


/* mobile css */
@media (max-width: 1320px) {
	.wrapperzzz, #header, #main, #footer, .container, #topheader {
		width: 100%;
		max-width: 100%;
	}

	.padding {
		padding: 50px 20px 50px 20px;
	}

	.paddinglr {
		padding: 0 20px 0 20px;
	}

	.menufixed .paddinglr {
		padding: 10px 20px 10px 20px;
	} 

	.singleimg {
		max-width: 100%;
		height: auto;
	}

	.padding20 { padding: 20px 20px 20px 20px; }
	.padding40 { padding: 40px 20px 40px 20px; }
	.padding60 { padding: 60px 20px 60px 20px; }
	.padding6030 { padding: 60px 20px 30px 20px; }


	.categorycontent {
		position: relative;
		padding: 0 0px 0 0;
	}

/*
	.siteleft .padding {
		position: relative;
		padding: 0 0px 30px 0;
	}
*/
/*	

	.footersecondcol {
		width: calc(100% - 370px - 200px - 90px);
		margin: 0 0 30px 0;
	}

	.footerthirdcol {
		width: 200px;
		float: right;
	}
*/
	/*#menu { width: 100%; }*/
	#menu li a {
		font-size: 1.1em;
	}

	#menu-toggle:checked + #menut {
	  display: none;
	}	

}

@media (max-width: 1070px) {
	#logo {
		width: 250px;
	}

	.wrapright {
		width: calc(100% - 250px);
	}
}

@media (max-width: 1040px) {

	.categoryleft, .siteleft {
		position: relative;
		width: 100%;
		float: none;
	}

	.siteright, .sidebar {
		position: relative;
		margin: 0 auto;
		float: none;
		clear: both;
	}


	.sidebar .padding {
		padding: 0px 0px 40px 0px;
	}

	#topheader, #bottomheader {
		display: none;
	}

	.float50 {
		width: 100%;
		float: none;
		clear: both;
	}


	.menuresp { display: block; }
	#topheader { display: none !important; }
	.menufixed { display: none; }

	label.menu-toggle {
		margin-top: 20px;
		display: block !important;
	}

	#menu-toggle:checked + #menut {
	  display: block;
	}

	.footerfirstcol, .footersecondcol, .footerthirdcol, .footerfourthcol {
		width: 50%;
	}

	.footerthirdcol {
		clear: both;
	}

	.footerlogo {
		width: 100%;
		max-width: 100%;
	}

}

@media (max-width: 820px) {
/*
	.footerfirstcol {
		width: 300px;
	}

	.footersecondcol {
		width: calc(100% - 300px - 200px - 90px);
		margin: 0 0 30px 0;
	}
*/
}

@media (max-width: 787px) {


	.categoryimg, .nocategoryimg {
		width: 229px;
		height: 128px;
	}

	.categorycontitem {
		float: left;
		width: calc(100% - 259px);
	}
/*
  
	.footerfirstcol, .footersecondcol, .footerthirdcol { 
		position: relative;
		float: none;
		width: 100%;
		margin: 0 0px 30px 0;
	}
*/

	.paddingl30 { padding: 0 0px 0 0px; }


	.blogitemimg {
		float: none;
		margin: 0 auto 30px auto;
	}

	.content-xcrpt {
		width: 100%;
		float: none;
	}

	h1 { font-size: 2.6em; line-height: 1em; }	
	h2 { font-size: 2em; line-height: 1.1em; }
	h3 { font-size: 1.8em; line-height: 1em; }
	h4 { font-size: 1.4em; line-height: 1em; }
	h5 { font-size: 1.3em; line-height: 1em; }
	h6 { font-size: 1.2em; line-height: 1em; }

	#comments h2, h3#comments  {
		font-size: 1.4em; 
		line-height: 1.1em;
	}

	.comment-reply-title {
		font-size: 1.2em;
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 680px) {

	.footerfirstcol, .footersecondcol, .footerthirdcol, .footerfourthcol {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 30px;
	}

	#footer .col .padding {
		padding: 0;
	}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 481px) {
  	.categoryimg, .nocategoryimg {
  		width: 305px;
  		max-width: 100%;
  	}

  	.categoryimg img, .nocategoryimg img {
  		width: 100%;
  		max-width: 100%;
  		height: auto;
  	}

  	.sidebar {
  		max-width: 100%;
  	}
 	
}

@media (max-width: 400px) {
	/*
	.siteright {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	*/


}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 
  
}