/*
Theme Name:     VisegradInsight
Description:    Theme for Strefa Wolnosłowa
Author:         MacchiatoCode
Author URI:	    http://macchiatocode.pl/
Template:       twentytwelve

(optional values you can add: Theme URI, Author URI, Version)
*/

/* Colors */

/*#666666  - szary */
/*#ef5033  - ochra */





/*@import url("../twentythirteen/style.css");*/
@import url("editor-style.css");
/*font-family:'franklin';letter-spacing:2px;*/

@font-face {
    font-family:'franklin';letter-spacing:2px;
    src: url('fonts/framd.eot');
    src: url('fonts/framd.eot') format('embedded-opentype'),
         url('fonts/framd.woff') format('woff'),
         url('fonts/framd.ttf') format('truetype'),
         url('fonts/framd.svg#FranklinGothicMediumRegular') format('svg');
    
}

/*@font-face {
    font-family:'franklin';letter-spacing:2px;
    src: url('fonts/franklingotitctot-med.eot');
    src: url('fonts/franklingotitctot-med.eot') format('embedded-opentype'),
         url('fonts/franklingotitctot-med.woff') format('woff'),
         url('fonts/franklingotitctot-med.ttf') format('truetype'),
         url('fonts/franklingotitctot-med.svg#FranklinGothicItcTOTMedium') format('svg');
}*/


body {
	padding:0px;
	margin:0px;
	font-family:georgia;
	background:#f2f2f2;
	background:white;
	
}

#mWhiteBg {
	background:white;
}

a {
	text-decoration:none;
}

a:hover {
	color:#ef5033;
}


#mMobileMenuBox {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:black;
	opacity:0.8;
	z-index:1999;	
}


#mSearchBox {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:white;
	opacity:0.8;
	z-index:2000;
	display:none;
}

#mSearchBox #mBgClick {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	z-index:0;
}



#mSearchBox #searchform {
	margin-top: 160px;	
	margin-left: 80px;
	z-index:10;
	position:relative;
}

#mSearchBox #searchform label {
	display:block;
	font-family:'franklin';letter-spacing:2px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
	color:black;
}

#mSearchBox #searchform input[type=text] {
	border: none;
	/*background: ghostwhite;*/
	font-size: 90px;
	font-family:'franklin';letter-spacing:2px;
}

#mSearchBox #searchform input[type=text]:focus {
	border:none;
	outline: 0;
}

#mSearchBox #searchform input[type=submit] {
	display:none;
}



#mMainWrapper {
	width:916px;
	margin:auto;
	/*border:1px solid #ef5033;*/
	padding-right:54px;
	padding-left:54px;
	padding-top:58px;
	padding-bottom:58px;
}

#primary {
	margin-right: -44px;
	margin-left: 44px;
	
}

#header {
	position:relative;
}

#masthead {
	position:fixed;
	width:100%;
	background:white;
}

.site-header {
	background:none;
}

#navbar {
	background:none;
}





/* =Menu
-------------------------------------------------------------- */
#mMenu {
	position:fixed; 
	background:white;
	height:57px;
	width:100%;
	border-bottom:1px solid #ef5033;
	font-family:arial;
	z-index:1000;
}

#mMenuWrapper {
	/*width:600px;*/
	/*width: 685px;*/
	width: 883px;
	height:57px;	
	margin:auto;
	position:relative
}

#mMenuWrapperMobile {
	display:none;
}

#mMenuWrapper #mLogoBox {
	width: 183px;
	height: 57px;
	float: left;
	background: red;
	background: url('images/mLogoSmall.png') center center no-repeat;
}


#access {
	/*background: #000;*/
	display: block;
	/*float: left;*/
	margin: 0 auto;
	/*margin-left: 251px;*/
	margin-left: 234px;
	/*width: 940px;*/
	height:57px;
	position:fixed;
	/*background:red;*/
}
#access .menu-header,
div.menu {
	display: inline-block;
	font-size: 13px;
	/*margin-left: 12px;
	width: 928px;*/
}
#access .menu-header ul,
div.menu ul {
	/*list-style: none;
	margin:auto;*/
	
	list-style: none;
	margin: auto;
	overflow: auto;
	width: 561px;
	/*width: 629px;*/
	/*width: 685px;*/
	padding-left:0px;
}
html.lt-ie9 div.menu ul {

}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	color: #666666;
	display: block;
	line-height: 38px;
	padding:0px;
	padding-right:34px;
	text-decoration: none;
	line-height: 57px;
	font-family:'franklin';letter-spacing:2px;
	font-size:12px;
	letter-spacing:1px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*background: #333;*/
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #333;*/
	color: #fff;
	color:black;
	color:#ef5033;
}
#access ul li:hover > ul {
	display: block;
	color:#ef5033;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	color:#666666;
	color:#ef5033;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	color:#666666;
	color:#ef5033;
}

#mMenuWrapper .mIcons {
	float: right;
	margin-top: 19px;
	height: auto;
	width: auto;
	/*height: 37px;*/
}
html.lt-ie9 #mMenuWrapper .mIcons {

}

#mBasketInfo {
	width:170px;
	height:25px;	
	text-align:center;
	font-family:'franklin';letter-spacing:2px;
	background:#f2f2f2;
	position:absolute;
	top: 16px;
	right: -178px;
	right: -156px;
	z-index:2;
	color:#ef5033;
	text-decoration:none;
	font-size:11px;
	line-height:25px;
	
}





/* LOGO */
/*#mLogoBox {
	height:172px;
	background:red;
	text-align:center;
	background:url('images/mLogo.png') center center no-repeat;	
}*/


/* SHOP */
.mShop {
	margin-top: 20px;
	margin-left: -44px;
	overflow:auto;
}


.mShop .mGridItem {
   position:relative;
   width:276px;
   height:373px;   
   margin-right:41px;
   margin-bottom:41px;
   margin-top:2px;
   float:left;
   
   /*-webkit-box-shadow:  1px 1px 2px 2px #c9c9c9;      
   box-shadow:  1px 1px 2px 2px #c9c9c9;*/
}

.mShop .mGridItem:first-child {
	margin-left:2px;
}

.mShop .mGridItem.even {	
	margin-right:0px;
}


.mShop .mGridItem .content {	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor:pointer;
	
	background:#e6e6e6;
	
	
	/*background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.6);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";	*/
	
	
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	filter: alpha(opacity=0);
	
	-moz-opacity: 0;
	
	-khtml-opacity: 0;
	
	opacity: 0;
}

.mShop .mGridItem:hover .content {
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

.mShop .mText {	
	margin-top:35px;
	margin-right: 44px;
}

.mShop .mGridItem .content table {
	width:100%;
	height:100%;
}

.mShop .mGridItem .content table td {
	height:100%;
	text-align:center;
	vertical-align:middle;
	color:white;
}

.mShop .mGridItem .content table td .el {
	margin-bottom:20px;
}

.mShop .mGridItem .content table td .el:last-child {
	margin-bottom:0px;
}

.mShop .mGridItem .content table td .el span.white {
	color:white;
	font-size:16px;
	color:#4d4d4d;
}

.mSingleProduct {
	margin-top: 20px;
}

.mSingleProduct .mTop .mContent .mOptionsBox .el span.gray {
	color:#b3b3b3;	
}

.mShop .mGridItem .content table td .el.title {
	font-family:'franklin';
}

.mShop .mGridItem .content table td .el span.gray {
	color:#4d4d4d;
	font-size:13px;
}

.mShop .mGridItem .content table td .el span.price,
.mSingleProduct .mTop .mContent .mOptionsBox .el span.price {
	color:#ef5033;
}

.mShop .mGridItem .content table td .el span.small {
	font-size:12px;
}

.mShop .mGridItem .content table td .el .mButton input {
	width:110px!important;
	margin:auto;
	height:20px;
	background:none;
	border:1px solid black;
	cursor:pointer;
	font-size:12px;
	color:black;
	font-family:'franklin';letter-spacing:2px;	
	border:1px solid #ef5033;
	color:#ef5033;
	font-size:9px;
}



/* SHOP - END */


/* SINGLE */
.mSingleProduct .mTop {
	overflow:auto;
}

.mSingleProduct .mTop .mImageWrapper {
	width: 282px;
	padding-top:2px;
	float: left;
	margin-right: 30px;
	text-align:center;
}

.mSingleProduct .mTop .mImageWrapper img {
	
	/*-webkit-box-shadow:  1px 1px 2px 2px #c9c9c9;      
   box-shadow:  1px 1px 2px 2px #c9c9c9;*/
}

.mSingleProduct .mTop .mContent {
	position:relative;
}

.mSingleProduct .mTop .mContent .mTitle {
	/*font-weight:bold;*/
	font-family:'franklin';letter-spacing:2px;	
}

.mSingleProduct .mTop .mContent .mOptionsBox {
	margin-top:30px;
}

.mSingleProduct .mTop .mContent .mOptionsBox .el {
	/*border:1px solid red;*/
	width:180px;
	float:left;
	height:170px;
	position:relative;
	margin-right:15px;
	font-size:12px;
}

.mSingleProduct .mTop .mContent .mOptionsBox .el span.black,
.mSingleProduct .mTop .mContent .mOptionsBox .el span.gray {
	font-family:'franklin';letter-spacing:2px;	
	/*font-weight:bold;*/
	font-size:15px;
}

.mSingleProduct .mTop .mContent .mOptionsBox .el .mButton {
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;	
}


.mSingleProduct .mTop .mContent .mOptionsBox .el .mButton  input[type="submit"],
.mSingleProduct .mTop .mContent .mOptionsBox .el .mButton  input[type="button"] {
	width:110px!important;
	height:20px;
	background:none;
	border:1px solid black;
	cursor:pointer;
	font-size:12px;
	color:black;
	font-family:'franklin';letter-spacing:2px;	
}

.mSingleProduct .mTop .mContent .mOptionsBox .el .mButton:hover input[type="submit"],
.mSingleProduct .mTop .mContent .mOptionsBox .el .mButton:hover input[type="button"] {
	border:1px solid #ef5033;
	color:#ef5033;
}

.mSingleProduct .mTop .mContent .fbLikeWrapper {
	position: absolute;
	left: 312px;
	top: 300px;
}

.mSingleProduct div.gallery {
	display:none;
}

.mSingleProduct img.mGalleryImageSmall {
	width:75px;
}

.mSingleProduct .mWrapperMobile {
	display:none;
}

.mSingleProduct .mGallery h2 {
	font-family:'franklin';letter-spacing:2px;
	font-size: 15px;
	margin-top:60px;
	margin-bottom:20px;
}


#mAfterBuyInfo {
	width:675px;
	height:280px;
	background:#f2f2f2;
	margin:auto;
}

#mAfterBuyInfo td {
	text-align:center;
	vertical-align:middle;
}

#mAfterBuyInfo td a {
	display:inline-block;
	border:1px solid black;
	width:138px;
	height:50px;
	line-height:50px;
	color:black;
	text-decoration:none;
}

#mAfterBuyInfo td a:hover {
	border:1px solid #ef5033;
	color:#ef5033;
}



/* CONTENTS */
.mContents h1.header {
	font-family:'franklin';letter-spacing:2px;
	font-size:15px;
	border-bottom:1px solid dimgray;
	margin-bottom:30px;
}

.mContents p {
	margin:0px;
}

.mContents .mContentsRed {
	letter-spacing:1px;
}

.mContents .mContentsWciecie {
	margin-left:20px;
	margin-bottom:20px;
	
}

/* CONTENTS - END */






/* Contact */

.mHiddden {
	
	font-size:10px;
	margin-top:20px;
}

table.mContact {
	
	width:100%;
}

table.mContact td,
.mHiddden .mCell {
	width: 30%;
	vertical-align: top;
	font-size: 13px;
	line-height:18px;
}

.mHiddden .mCell {
	float:left;
	font-size: 10px;
	color:#B2B2B2;
	width: 33%;
}

.mHiddden .mCell2 {
	float:left;
	font-size: 10px;
	color:#B2B2B2;
	width: 66%;
}



table.mContact td a,
.mHiddden .mCell a {
	color:black;
}

table.mContact td h2,
.mHiddden .mCell h2 {
	font-family:'franklin';letter-spacing:2px;
	font-size:14px;
	letter-spacing:1px;
}

.mHiddden .mCell a {
	color:#B2B2B2;
}


.page-id-58 .mHiddden {
	/*display:none;*/
}

.mAboutUs {
	overflow:auto;
}

.mAboutUs .mCell {
	color:black;
	font-size:13px;
}

.mAboutUs .mCell a {
	color:black;
}

/* ARTICLE */
.mSingleArticle {
	margin-top: 20px;
	width:596px;
	float:left;
	overflow:auto;
	position:relative;
}

.mThumb {
	width: 276px;
	height: 225px;	
	float: left;
	text-align: center;
	position: relative;
	margin-top: 165px;
	margin-bottom: -165px;
}

.mThumb img {
	width: 220px;
	height: 156px;
}

.mCover {
	width: 276px;
	height: 372px;	
	float: left;
	text-align:center;
	position:relative;
	margin-top:165px;
}

.mCover .fbLikeWrapper {
	position: absolute;
	/*top: -129px;*/
	top: -294px;
	left: 52px;
	width: 110px;
}

.mCover img {
	width:230px;
	height:315px;
}

.mCover .mShopButton {	
	width:98px;
	height:18px;
	border:1px solid #ef5033;
	color:#ef5033;
	position:absolute;
	left:0px;
	bottom:20px;
	text-align:center;
	font-family:'franklin';
	left: 95px;
	font-size: 10px;
	line-height:18px;
}

.mSingleArticle .mTitle,
.mSingleArticle .mExcerpt,
.mSingleArticle .mAuthor,
.mSingleArticle .mTags,
.mSingleArticle .mPublished {
	font-family:'franklin';letter-spacing:2px;
}

.mSingleArticle .mTags {
	font-size:12px;
}

.mSingleArticle .mTitle {
	font-size:18px;
}

.mSingleArticle .mExcerpt {
	text-transform:uppercase;
	color:#B2B2B2;
	color:#999999;
	font-size:18px;
}

.mSingleArticle .mAuthor {
	text-transform:uppercase;
	color:#B2B2B2;
	color:#999999;
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding-top:2px;
	padding-bottom:2px;
	font-size:18px;
}

.mSingleArticle .mPublished {
	color:#B2B2B2;
	color:#999999;
	font-size:14px;
	margin-top: 1em;
}

.mSingleArticle .mContent {
	font-size:14px;
	line-height:21px;
	margin-top:30px;
}

/* ARTICLE - END */


/* HOME */
.mHome {
	margin-left:-44px;
	margin-top: 20px;
}

.mHome .mGridVertical {
	position:relative;
	float: left;
	width: 276px;
	margin-right: 38px;
	margin-bottom: 41px;
	margin-top: 2px;
	margin-left: 2px;
	border:1px solid white;
	border-bottom:2px solid white;
}

.mHome .mGridVertical.small {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'franklin';
}

.mHome .mGridVertical .link {
	text-align: center;
}
.mHome .mGridVertical .link a {
	color: #ef5033;
	font-family: 'franklin';
}
.mHome .mGridVertical .link a:hover {
	color: black;
}

.mHome .mGridVertical2 {
	position:relative;
	width:636px;
	float:left;
	margin-bottom:41px;
	margin-top:2px;
}

.mHome .mGrid2 {
	position:relative;
	width:598px;
	height: 82px;
	float:left;
	margin-bottom:41px;
	margin-top:2px;
	margin-right:38px;
	margin-left: 4px;
}
.mHome .mGrid2.highlight {
	border:1px solid #ef5033;
	text-align:center;
}

.mHome .mGrid3 {
	position: relative;
	width: 916px;
	height: 82px;
	float: left;
	margin-top: 2px;
	margin-bottom: 41px;
	margin-right: 38px;
	margin-left: 4px;
}

.mHome .mGrid3.mTwitter {
	margin-bottom: 0;
}

.mHome .mNewsletter {
	background-color: #f3f3f3;
}

.mHome .mNewsletter .title {
	float: left;
	font-family: 'franklin';
	font-size: 20px;
	padding: 30px 60px 30px 30px;
	text-transform: uppercase;
}

.mHome .mGridItem {
	position:relative;
	width:276px;
	height:392px;	
	float:left;
	margin-right:38px;
	margin-bottom:41px;
	margin-top:2px;
	color:black;
	
	/*-webkit-box-shadow:  1px 1px 2px 2px #c9c9c9;      
   box-shadow:  1px 1px 2px 2px #c9c9c9;*/
}

.mHome .mGridItem {
	border:1px solid white;
	border-bottom:1px solid #ef5033;
}

.mHome .mGridItem.small {
	border-bottom: 0;
	height: 135px;
}

.mHome .mGridItem .redLabel {
	display:none;
	width:98px;
	height:18px;
	background:#ef5033;
	color:white;
	position:absolute;
	left:0px;
	bottom:-9px;
	text-align:center;
	font-family:'franklin';
	left: 95px;
	font-size: 10px;
	line-height:18px;
}

.mHome .mGridItem:hover {
	/*border:1px solid #ef5033;*/
	
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity5=0)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

.mHome .mGridItem.bigbox:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
	
	border-bottom:1px solid #f7a899;
}

.mHome .mGridItem.bigbox:hover .mBgInner {
	
	height:100%;	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity5=0)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

.mHome .mGridItem:first-child {
	margin-left:2px;
}

.mHome .mGridItem.even {	
	/*margin-right:0px;*/
}

.mHome .mGridItem .mImageWrapper {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

.mHome .mGridItem.aside .mImageWrapper {
	margin: 0;
}

.mHome .mGridItem .content .tags,
.mHome .mGridItem .content .title {
	font-family:'franklin';letter-spacing:2px;
	text-align: center;
}

.mHome .mGridItem .content .tags {
	font-size:10px;
}

.mHome .mGridItem .content .desc {
	margin-top:20px;
	text-align: center;
}

.mHome .mGridItem.aside .content .desc {
	margin-top: 10px;
}

.mHome .mGridItem .content .mMore {
	color:#B2B2B2;
	font-family:'franklin';letter-spacing:2px;
	font-size:12px;
	margin-top:10px;
}

/* product */

.mHome .mGridItem.aside {
	border-bottom: 0;
}

.mHome .mGridItem.product{
	
}


.mHome .mGridItem.product .redLabel {
	display: block;
}

.mHome .mGridItem.product .title {
	display:none;
}

.mHome .mGridItem.product .mImageWrapper {
	margin-top:34px;
}


.mHome .mGridItem.product .title {
	font-family:'franklin';letter-spacing:2px;
	margin-top:17px;
	margin-bottom:17px;
	text-align:center;
}

.mHome .mGridItem.product .mImageWrapper img {
	width:230px;
	height:315px;
	
}

/* bigbox */
.mHome .mGridItem.bigbox { 
	/*background:ghostwhite;*/
	width:596px;
	position:relative
}

.mHome .mGridItem.bigbox .content {
	position:absolute;
	top:54px;
	left:0px;
}

.mHome .mGridItem.bigbox .content .title,
.mHome .mGridItem.bigbox .content .desc,
.mHome .mGridItem.bigbox .content .mMore {
	text-align:Center;
}

.mHome .mGridItem.bigbox .content .desc a {
	font-size: 18px;
	font-family:'franklin';letter-spacing:2px;
	text-transform: uppercase;
	width: 80%;
	text-align: center;
	margin: auto;
	color:black;
	z-index:10;
}

.mHome .mGridItem.bigbox .content .desc p {
	margin-top:3px;
}

.mHome .mGridItem.bigbox .mButtonsSet {
	
	height:20px;
	position:absolute;
	bottom:35px;
	left:0px;
	width:100%;
	
}

.mHome .mGridItem.bigbox .mButtonsSet .el {
	border:1px solid #ef5033;
	width:100px;
	height:20px;
	line-height:20px;
	font-family:'franklin';letter-spacing:2px;
	text-align:center;
	margin-right:60px;
	float:left;
	font-size:12px;
	color:black;
}

.mHome .mGridItem.bigbox .mButtonsSet .el.first {
	margin-left:80px;
}

/* wyroznienie */
.mHome .mGridItem.highlight {
	border:1px solid #ef5033;
	text-align:center;
}

.mHome .mGridItem.highlight .title {
	width:70%;
	margin:auto;
}

.mHome .mGridItem.highlight .redLabel {
	display:block;
}

.mHome .dt-twitter {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mHome .dt-twitter:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
 
.mHome .dt-twitter  li {
	position:relative;
	width:276px;
	height:82px;	
	float:left;
	margin-right:0px;
	/*margin-bottom:41px;*/
	margin-top:2px;
	
	border:1px solid white;
	/*border-bottom:1px solid #ef5033;*/

	font-size: 12px;
	color: black;
}

.mHome .dt-twitter li:not(:last-child) {
	margin-right:38px;
}

.mHome .dt-twitter .dt-twitter-fullname,
.mHome .dt-twitter .dt-twitter-readdate {
	display: inline-block;
}

.mHome .dt-twitter .dt-twitter-tweetbody {
	font-family: georgia;
	margin-left: 56px;
}

.mHome .dt-twitter .dt-twitter-avatar-link {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

.mHome .dt-twitter a {
	color: #ef5033;
	font-family: 'franklin';
}

.mHome .dt-twitter a:hover {
	color: black;
}

/* HOME - END */

/* CHECKOUT */
.shopping_cart table {
	border-collapse:collapse;
	font-family:'franklin';letter-spacing:2px;
	color:#B2B2B2;
	text-transform:uppercase;
}

.shopping_cart table th {
	vertical-align:middle;
	border-bottom:1px solid #b3b3b3;
	padding-bottom:5px;
	padding-top:5px;
}

.shopping_cart table .mSecond {
	background:#f2f2f2;
	width:165px;
	text-align:center;
}


.shopping_cart table td input[type=text] {
	border:2px solid #b3b3b3;
}

.shopping_cart table .mLast {
	width:30px;
	background:#f2f2f2;
}


.shopping_cart table td.desc {
	padding-top:10px;
	padding-bottom:10px;
}

.shopping_cart table td.desc img {
	width:108px;
	height:auto;
	float:left;
}

.shopping_cart table td.desc a {
	line-height:146px;
	font-family:georgia;
	font-family:'franklin';
	color:black;
	text-transform:none;
	font-size:14px;
	margin-left:10px;	
}

.shopping_cart table tr.mTotal,
.shopping_cart table tr.mLastRow {
	border-top:1px solid #b3b3b3;
	
}

.shopping_cart table tr.mTotal td {
	padding-top:20px;
	padding-bottom:20px;
}

.shopping_cart table td.checkout_right,
.shopping_cart table td.checkout_left {
	position:relative;
	padding-bottom:50px;
	padding-top:50px;
}

.shopping_cart table td.checkout_right div {
	width:460px;
	height:251px;
	background:url('images/paypal_apla.png') no-repeat;
	position:absolute;
	top:150px;
	left:-320px;	
	display:none;
	
}

.shopping_cart table td.checkout_right:hover div {
	display:block;
}

.shopping_cart table td .wp_cart_checkout_button {
	width:138px!important;
	height:28px;
	line-height:28px;
	font-family:'franklin';letter-spacing:2px;
	border:1px solid black;
	background:white;
	text-transform:uppercase;
	padding:0px;
	cursor:pointer;
	opacity:1;
}

.shopping_cart table td .wp_cart_checkout_button:hover {
	background:black;
	color:white;
}

/* SEARCH */
.mSearch #mSearchImage {
	margin-bottom:90px;
	margin-top:70px;
}

.mSearch .title {
	font-size:15px;
	color:#EE4F32;
	line-height:18px;
	font-family:'franklin';letter-spacing:2px;	
}

.mSearch .desc {
	color:#B2B2B2;
	font-size:14px;
	font-family:georgia;
	line-height:21px;
	margin-left:20px;
}



.mSearch .entry-content {
	font-family:'franklin';letter-spacing:2px;	
}






/* FOOTER */

#footer {
	background:#f2f2f2;
	background:white;
	border-top:1px solid silver;
	min-height:125px;
	padding-bottom:20px;
	/*margin-top:100px;*/
	font-family:'franklin';letter-spacing:2px;
}

#rzeczyobrazkowe {
	text-decoration:underline;
}

#footer .mWrapper {
	width:916px;
	margin:auto;
}

#footer .mWrapper table {
	margin-top:15px;
	color:#B2B2B2;
	
}	

#footer .mWrapper table td {
	font-size:10px;
}

#footer .mWrapper table a {
	color:#B2B2B2;
}

.mIcons {
	width:103px;
	height:40px;		
}

.mIcons.mHeaderIcons {
	margin-left:20px;
}

.mIcons.mHeaderIcons .el {
	background:url('images/mobile_icon.png');
}

.mIcons .el {
	width:19px;
	height:19px;
	background:url('images/micons.png');
	float:left;
	margin-right:3px;
	cursor:pointer;
}



.mIcons .el.t:hover {
	background-position:0px -21px;
}

.mIcons .el.f {
	background-position:-23px 0px;
}

.mIcons .el.f:hover {
	background-position:-23px -21px;
}

.mIcons .el.r {
	background-position:-50px 0px;
}

.mIcons .el.r:hover {
	background-position:-50px -21px;
}

.mIcons .el.s {
	background-position:-80px 0px;
}

.mIcons .el.s:hover {
	background-position:-80px -21px;
}


#mDownloadBoxSelect h2 {
	font-family:'franklin';
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:10px;
}

#mDownloadBoxSelect .el a {
	display:block;
	width: 110px!important;
	height: 20px;	
	border: 1px solid black;
	cursor: pointer;
	font-size: 12px;
	color: black;
	font-family: 'franklin';
	letter-spacing: 2px;
	text-transform:uppercase;
	line-height:20px;
	padding-left:10px;
	margin-bottom:20px;
}

#mDownloadBoxSelect .el a:hover {
	border: 1px solid #ef5033;
	color: #ef5033;
}


.right {
	float: right;
}
.clear {
	clear: both;
}
.show-for-small-only {
	display: none;
}

@media screen and (max-width: 630px) {
	.hide-for-small {
		display: none;
	}
	.show-for-small-only {
		display: block;
	}

	#mMainWrapper {
		width:90%;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	#mMenuWrapper {
		display:none;
	}
	
	#mMenuWrapperMobile {
		display:block;
		height: 57px;
		width:276px;
		margin:auto;
		background:url('images/mLogoTopMobile.png') center no-repeat;
		cursor:pointer;		
	}
	
	#mMobileMenuBox .close {
		position:absolute;
		top:21px;
		right:10px;
		width:15px;
		height:16px;
		background:url('images/mCrossClose.png') center no-repeat;
		cursor:pointer;
	}
	
	
	
	#mMobileMenuBox .menu-header {
		margin-top:75px;
		margin-top:21px;
	}
	
	#mMobileMenuBox .menu-header #menu-menu-1 {
		padding-left:5%;
		margin-bottom: 30px;

	}
	
	#mMobileMenuBox .menu-header li {		
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	#mMobileMenuBox .menu-header li a {
		color:white;
		font-family:'franklin';
		font-size: 12px;
		letter-spacing: 2px;
	}
	
	#mLogoBox {
		background:url('images/mLogoMobile.png') center no-repeat;
	}
	
	#primary {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.mHome {
		margin:auto;
		margin-top: 20px;
	}

	.mShop {
		margin-left: auto;
	}
	
	.mHome .mGridItem,
	.mHome .mGridVertical,
	.mHome .mGrid3,
	.mShop .mGridItem {
		/*border:1px solid silver;*/
		float:none;
		margin:auto;
		margin-bottom: 41px;
	}

	.mHome .mGrid3 {
		width: 276px;
		height: auto;
	}

	.mHome .mNewsletter .title {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.mHome .mc-field-group {
		text-align: center;
	}

	.mHome #mc_embed_signup {
		margin-left: 0;
	}

	.mHome #mce-EMAIL {
		width: 100% !important;
	}

	.mHome .mce_inline_error {
		margin-bottom: 8px !important;
	}

	.mHome #mc-embedded-subscribe {
		display: inline !important;
		float: none !important;
	}
	
	.mHome .mGridItem:first-child,
	.mShop .mGridItem:first-child {
		margin:auto;
		margin-bottom: 41px;
	}
	
	.mHome .mGridItem.bigbox {
		width:276px;
	}
	
	.mHome .mGridItem.bigbox .mButtonsSet {
		display:none;
	}
	
	.mHome .mGridItem.bigbox .mButtonsSet .el {
		/*width:84px;
		margin-left:0px;
		margin-right:0px;*/
	}
	
	.mHome .mGridItem.bigbox .content .desc p {
		/*display:none;*/
		font-size:16px;
	}
	
	.mHome .mGridItem.bigbox .content .desc p:first-child {
		/*display:block;*/
	}
	
	.mSingleArticle {
		width:90%;
	}
	
	.mCover {
		margin-top:20px;
	}
	
	.mCover .fbLikeWrapper {
		position:relative;
		top:0px;
		left:0px;
		margin-bottom:20px;
	}
	
	.mCover .mShopButton {
		display:none;
	}
	
	
	/* SINGLE */
	.mSingleProduct .mTop {
		text-align: center;
	}

	.mSingleProduct .mTop .mImageWrapper  {
		margin-right: 0;
		margin-bottom:20px;
		float:none;
		width: auto;
	}
	
	.mSingleProduct .mTop .mContent .mOptionsBox {
		margin-top:20px;
	}
	
	.mSingleProduct .mTop .mContent .mOptionsBox .el {
		height: auto;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		float:none;
	}
	
	.mSingleProduct .mTop .mContent .mOptionsBox .el .mButton {
		text-align:center;
		position:relative;
		margin-top:20px;
	}
	
	.mSingleProduct .mTop .mContent .fbLikeWrapper {
		position:relative;
		left:0px;
		top:0px;
		/*height:0px;*/
		text-align: left;
	}
	
	.mSingleProduct .mTop {
		overflow: hidden;
	}

	.mSingleProduct .mContents {
		text-align: left;
	}

	.mSingleProduct .mContents .mContentsWciecie {
		margin-left: 0;
	}
	
	.mSingleProduct h2.notMobile {
		display:none;
	}
	
	.mSingleProduct .mWrapperMobile {
		display:block;
	}
	
	.mSingleProduct .mWrapperMobile h2 a {
		color:black;
	}
	
	#fullsizeimg {
		display:none;
	}
	
	
	#footer .mWrapper {
		
		width: 90%;
		margin: auto;
	}
	
	#footer .mWrapper .mHiddden .mCell,
	#footer .mWrapper .mHiddden .mCell2,
	.mAboutUs .mCell  {
		float:none;
		width:100%;
	}
	
	
	
	
	
}
