/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.populartab ul li.active a{padding:12px 14px 12px 15px;}
/*.populartab ul li:last-child{ float:right;}*/
.populartab ul li:last-child{ float:left;}
.populartab ul li a{padding:12px 22.3px 12px 22px}
.sub-login input[type="submit"]{ padding:6px 7px;}
::i-block-chrome,.populartab ul li a {padding:12px 22px 12px 22.8px}
.search-result .search-inn{ width:500px;}

}
@-ms-viewport {
  width: device-width;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}
.button {
	width: auto;
	background: #15A6FA;
	border: 1px solid #1e728c;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out
}
.button:hover, .button:focus {
	color: #fff;
	background-color: #0088d7
}
.button:active {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset
}
.button.large {
	font-size: 17px;
	padding: 15px 30px 16px
}
.button.medium {
	font-size: 14px
}
.button.small {
	font-size: 11px;
	padding: 7px 14px 8px
}

.w960 .pagi { background: url(../skin/header-bg.png) repeat 0 0; float: left; width:98%; margin:10px 10px 0 10px;}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #7f7f7f;
 /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}
input,
textarea,
.uneditable-input {
  width: auto;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/*textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
}


@media (min-width: 769px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .content_rightbar_ad{
    display: none;
  }
  .content_leftbar_ad{
    display:none;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
	.navbar a{padding: 16px 13px !important;}
  .ebookinner{margin-top:28px; width:100%;}



  #bp-right{
    display: none;
  }
  .bp-side{
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .ebookinner{margin-top:28px; width:100%;}
}

@media (max-width: 1024px) {
	.share-link{ display:none;}
	.search-feature input[type="text"]{ width:113px;}
	.search-inn input[type="text"]{ width:150px;}

}

  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width:960px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 990px;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }


 @media (max-width: 768px) {
body {
/*padding-right: 20px;
    padding-left: 20px;*/
}
.container-fluid {
	padding: 0;
}
.dl-horizontal dt {
	float: none;
	width: auto;
	clear: none;
	text-align: left;
}
.dl-horizontal dd {
	margin-left: 0;
}
.container {
	width: auto !important;
	padding: 0%;
}
.row-fluid {
	width: 100%;
}
.row,  .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: none;
	margin-left: 0;
}
 [class*="span"],  .uneditable-input[class*="span"],  .row-fluid [class*="span"] {
 display: block;
 float: none;
 width: 100%;
 margin-left: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.services .row-fluid .span2 {
	float: left;
	width: 50% !important;
	margin: 8px 0!important;
}
.expertise .span4 {
	width: 100% !important;
}
.span12,  .row-fluid .span12 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row-fluid [class*="offset"]:first-child {
	margin-left: 0;
}
.input-large,  .input-xlarge,  .input-xxlarge,  input[class*="span"],  select[class*="span"],  textarea[class*="span"],  .uneditable-input {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-prepend input,  .input-append input,  .input-prepend input[class*="span"],  .input-append input[class*="span"] {
	display: inline-block;
	width: auto;
}
 .controls-row [class*="span"] + [class*="span"] {
 margin-left: 0;
}
.modal {
	position: fixed;
	top: 20px;
	right: 20px;
	left: 20px;
	width: auto;
	margin: 0;
}
.modal.fade {
	top: -100px;
}
.modal.fade.in {
	top: 20px;
}

.subs-left {width:100%;}
.subs-right {width:100%; margin-top: 10px;}
.subs div.right{width:60%;}
.subs-left .right img{width:initial;}

.right-inner.mit-sub{display: none;}

}

@media (max-width: 575px) {

  .subs-left{height: auto;}
  .subs-right{height: auto;}

  .subs div.left{width:95%;}
  .subs div.right{width:95%;}

  .subs .subs-left img{float:none; width:100%; display: block; margin: 0 auto; max-width: 300px;}
  .subs .subs-right img{float:none; width:100%; display: block; margin: 0 auto; max-width: 300px;}

  .subs-left .right img{width:initial; float:none; display: block; position: relative; margin: 0 auto; bottom:initial;}
  .subs-right a.btn{display: block; position: relative; margin: 0 auto; bottom:initial;}
}


@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
 .modal-header .close {padding: 10px; margin: -10px;  }
 .carousel-caption {position: static;  }
 .M_Right a.blue-btn { margin:42px 0 0 0 !important;}
 .buyer-link a.last.active { border-bottom:#ee5f11 solid 4px; padding-right:13px !important;}
 .find-social dl dd strong  {color:#F96312!important;}
 .intro-title { margin:20px 0 0 0;}

}

@media (max-width: 979px) {
   body {  padding-top: 0;  }
  .header-bg, .mega-link, .banner728-bottom, .footer-botttom{ width:auto;}
  .share-link{ display:none;}
  .search-feature input[type="text"]{ width:113px;}
  .search-inn input[type="text"]{ width:150px;}

}

@media (min-width:320px) and (max-width:768px){

.desktop-template{ display:none;}
.mobile-template{ display:block;}
.sew-style-left{display: block; margin: 0 auto; width:370px;float: none;}
.sew-style-right{width:100%;}
.sew-style-right h3{text-align: center; font-size: 40px}
.sew-style-body {padding: 0;}
.row-fluid .span4.patt-right {width: 100%;}
.row-fluid .span4.patt-right .sub-store-link{text-align: center;}
.row-fluid .span4.patt-right .right-inner,
.row-fluid .span4.patt-right .block{float: none; margin: 0px auto 24px; clear: both;}
.row-fluid .span4.patt-right .right-inner .populartab{float: none;}
}

@media (min-width:320px) and (max-width:768px){

p, .sub-digital p{ font-size:28px; line-height:28px;}

/*m-header Start*/
.mm-opened body { padding-top: 103px;}

.m-header{ float:left; width:92%; background:#6cbfb8; padding:7px 4%;   -webkit-box-shadow: 0 3px 1px rgba(204, 202, 200, 0.5);   box-shadow: 0 3px 1px rgba(204, 202, 200, 0.5); position:relative; z-index: 999;}

.mm-opened .m-header{ position:fixed; left:0; top:0;}

.m-menu { float: left;  margin: 20px 0; width: 10%;}
.m-brand{ float:left; text-align:center;  width:80%;}
.search-mobile-icon { float: right; margin: 17px 0; width: 10%; text-align:right;}

.m-search{ float:left; width:90%;-webkit-box-shadow: 0 3px 1px rgba(204, 202, 200, 0.5);   box-shadow: 0 3px 1px rgba(204, 202, 200, 0.5); padding:14px 5% 26px 5%; background:#fff; display:none;position: absolute; top: 103px; z-index:99;}

.m-search input[type="text"], .search-inn input[type="text"]{ background:url(../skin/mobile-magnifire.png) no-repeat 0 center; border: none; box-shadow: none; color: #898989;  font-family: 'source_sans_proitalic'; float: left;  font-size:34px; margin: 0; padding: 0;width:79%; border-bottom:1px solid #ccc; padding:10px 0 4px 40px;}
.m-search input[type="submit"], .search-inn input[type="submit"]{ background:#6cbfb8; border: none; cursor: pointer; float:right; font-size:30px;width:auto; font-weight:700; color:#fff; -webkit-border-radius:3px; border-radius:3px; padding:7px 3px;}
/*m-header End*/


  /*  Mobile Map  */

  ul.map-content li h3 {
      font-size: 26px;
  }

/*mid-content Start*/

.mid-content{ float:left; width:92%;padding:20px 4% 35px 4%; }
.subs, .row-fluid.dave, .vintage img, .xmas img, .subs img, .row-fluid.dave img{ float:left; width:100%; box-sizing:border-box;}
/*.vintage a{ font-size:30px; bottom: 21px; left:auto; right:19px;  padding:1px 8px;}
.xmas a{ font-size:30px; bottom: 21px; left:36px;  padding: 1px 8px;  letter-spacing: -0.5px;}*/
.vintage {margin-top:10px;}
.vintage a{ font-size:30px; bottom: 21px; left:auto; right:19px; padding:0px;}
.xmas a{ font-size:30px; bottom: 21px; left:36px;  padding: 0px; letter-spacing: -0.5px;}






.subs{ padding:15px 0 0 0;}
.brand-style{ display:inline-block; width:100%; box-sizing:border-box; padding:4%; margin:35px 0 0 0;}
.brand-style h2{ font-size:38px; padding:3px 0; width:100%;}
.brand-style h3{ font-size:32px; padding:12px 0 5px 0;}

.post{ float:left; width:100%; border-bottom:1px solid #ccc; padding:33px 0; position:relative;}
.post-left{ float:left; width:40%;}
.post-right{ float:right; width:55%; text-align:left; margin-top: 40px;}
.post span a, .pattern-single-blog h3 a{ font-size:42px; color:#4baba3; line-height: 40px;}
.brand-style a.download{ font-size:27px; margin-top:20px; padding:8px 17px; /*position: absolute;*/ position: inherit; right: 0; bottom:30px; text-align: center;}
.brand-style .post-left a{ padding:0; display:inherit;}
.brand-style a{ padding:0;}
.brand-style span{ padding:0;}

.dave{ margin:35px 0 0 0;}
.dave-link{bottom: 21px; right:19px; top:auto;}
.dave-link a{ float:right; font-size:29px; padding:7px 20px;}

.linktab { float:left; width:100%; box-sizing:border-box; width:100%; background: #fff; border: 1px solid #ccc; margin-top:35px;}
.linktab ul {list-style: none; margin: 0; padding:0;}
.linktab ul li { border-bottom: 1px solid #ccc; padding: 10px 0; font-family: 'Yanone Kaffeesatz', sans-serif;}
.linktab ul li a { background:url(../skin/arrow-link.png) no-repeat scroll right center; color: #4baba3; display: block; margin: 10px 25px; font-size:52px;}
.linktab ul li:last-child{ border-bottom:none;}

.mobile-sub { float: left; position: relative; width: 100%;}
.mobile-sub-app{  bottom: 20px; box-sizing: border-box; padding: 0 12px; position: absolute; width: 100%;}
.mobile-sub-app a{ float:left; width:30%; margin: 0 2%; padding:15px 0;}
.mobile-sub-app a:last-child{ width:28%;}



/*home2*/

.home-second .xmas { margin-top: 17px;}
.home-second .vintage, .home-second .subs{ margin-top: 30px; padding:0;}
.home-second .xmas a, .home-second .vintage a{ font-size:19px; bottom: 21px; left:auto; right:22px;  padding:6px 9px;}
.home-second .brand-style{ margin-top:30px;}
.home-second .brand-style h1{ font-size:36px;}
.home-second .brand-style h3{ font-size:28px;}

.home-second .dave-link { bottom: 28px; right:25px;}
.home-second .dave-link a{ font-size:19px;  padding:6px 9px; margin-left: 25px;}

/*swing pattern*/
.pagination-top h3 { font-family: 'source_sans_proregular'; font-size: 38px; font-weight:600;}
.pagination-top span{ float:right; font-family: 'source_sans_proregular'; font-size:32px; margin:3px 0;}
.select-option select{ font-size:34px; font-family: 'source_sans_proitalic'; width:100%; padding:11px 15px; background:url(../skin/select-bg.png) no-repeat 0 60% #fff; background-size:100% auto;}
.select-option{ width:100%; margin:15px 0 20px 0; padding:0;}

.pattern-title{ float:left; width:100%; text-align:center; background:url(../skin/line.png) repeat-x 0 center; margin:7px 0 10px 0;}
.pattern-title span{ display:inline-block; padding:0 25px; background:url(../skin/bg.png) repeat 0 0; font-size:52px; font-family: 'Yanone Kaffeesatz', sans-serif;}

.pattern-block { box-sizing: border-box;  display: inline-block; margin:40px 0 0 0; padding:4% 4% 6% 4%; width: 100%; background:#fff; border:1px solid #ccc;}
.pattern-block:first-child{ margin-top:10px;}
.pattern-block img{ width:100%; margin:0;margin-bottom:20px; }
.pattern-block a, .sew-blog-mob h5, .sign-up-page h3{font-size:48px; color:#4baba3; font-family: 'Yanone Kaffeesatz', sans-serif;}

.giveaway-template .mid-content {padding-top: 0px;}
.giveaway-template .pagination-top h3 {display: inline-block; padding: 0 25px; background: url(../skin/bg.png) repeat 0 0; font-size: 52px; font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: normal; float: none;}
.giveaway-template .pagination-top {float: left; width: 100%; text-align: center; background: url(../skin/line.png) repeat-x 0 center; margin: 7px 0 10px 0; }
.giveaway-template .block { float: none; box-sizing: border-box; margin: 40px auto 0; padding: 4% 4% 6% 4%; width: 92%; background: #fff; position: relative!important; border: 1px solid #ccc; display: block; top: auto!important; left: auto!important;}
.giveaway-template .block .block-detail { float: none; }
.giveaway-template .block img { width:100%; margin:0;margin-bottom:20px; }
.giveaway-template .block a{ font-size: 48px!important; color: #4baba3; font-family: 'Yanone Kaffeesatz', sans-serif; display: inherit; font-weight: normal; line-height: 44px;}
.giveaway-template .block a.download{ font-size: 30px!important; color: #ffffff; font-family: 'source_sans_proregular'; display: inline-block; }

.giveaway-template .giveaway-side {display: none;}
.giveaway-template .main-container {padding: 15px 30px;}

.pagination{  margin: 32px 0 15px 0px; padding:5% 4%; box-sizing:border-box; width:100%;}
.pagination a{ font-weight:600; font-size:32px; padding:0 0 0 30px;}
.pagination a.page-prev{ float:left; background:url(../skin/page-prev.png) no-repeat 0 center;}
.pagination a.page-next{ float:right; background:url(../skin/page-next.png) no-repeat right center; padding:0 30px 0 0;}


.feature-panel { padding-top: 13px;}
.feature-panel a { display: inline-block; margin-bottom: 31px; width:47.2%;}
.pattern-single-blog h5 a{ font-size:30px;}
.pattern-single-blog h5{ line-height:35px; padding:15px 0 4px 0;}
.big-buttons a { /*width: 11.5%;*/ width: 40%; padding-bottom: 10px; opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";margin: 0 3px;}
.big-buttons{ padding-bottom:36px;}
.blog-box-title{ font-size:40px; margin:40px 0 2px 0;}
.row-fluid.drape-section .span3, .row-fluid.drape-section .span9, .drape-right{ width:100%; margin:0}
.drape-left h5{font-weight:700; font-size:32px; color:#363636;}
.drape-left ol li, .drape-right .machine-detail li{font-size:32px; color:#363636; font-family: 'source_sans_proregular';  background: url(../skin/dot-big.png) no-repeat 0 15px; padding:5px 0 5px 15px; clear:both;}
.drape-right h5{ font-size:42px;}
.drape-right ol{  margin-left: 7%;}
.drape-right ol li, .price, .brand-style .price{ font-size:52px; font-family: 'Yanone Kaffeesatz', sans-serif;}
.drape-right ol li p, .machine-detail h4{ font-size:28px;   line-height: inherit; padding: 9px 0 0 0;}
.drape-right{ padding:22px 0;}
.brand-style.single-pattern-mobile{ background:none; border:none; padding:0; margin:0;}
.brand-style.single-pattern-mobile .post{background:#fff; border:1px solid #ccc; box-sizing:border-box;display: inline-block; margin:37px 0 0 0; padding:4%; width: 100%;}
.drape-left{ padding:19px;}
.brand-style.single-pattern-mobile a.download{ right:4%; bottom: 9%;}
.brand-style.single-pattern-mobile h3{ font-size:48px; text-align:left; font-family: 'Yanone Kaffeesatz', sans-serif; padding:15px 0 24px 0;}
.single-pattern{ margin:7px 0 20px 0; padding-top:7%;}
.add { float: left; margin: 20px 0 0 0; width: 100%;}
.how-sew .pattern-title{ margin:5px 0;}

.how-post { background: #fff; border: 1px solid #ccc; box-sizing: border-box; float: left; padding: 4%;  width: 100%;}
.join-tabs { background: #fff; border: 1px solid #ccc; box-sizing: border-box; float: left; padding:0%;  width: 100%; margin-top:30px;}
.join-tabs li{ float:left; width:100%; border-bottom: 1px solid #ccc;}
.join-tabs li a{ float:left; font-size:52px; text-align:left; font-family: 'Yanone Kaffeesatz', sans-serif; color:#4baba3; padding:3% 4%; background:url(../skin/arrow-tab.png) no-repeat 95% center; width:92%;}
.tab-detail { display: none;  float: left; padding: 5% 4% 1% 4%; width: 92%;}
.drape-right.how-sew-single{ padding:0;}
.join-tabs ol li{ border:none;}
.tab-detail{-webkit-box-shadow: 0 3px 4px #ccc inset;  box-shadow: 0 3px 4px #ccc inset;}
.how-sew-single.drape-right ol{ padding-bottom:25px;}

.review-post ul { padding-bottom:20px;}
.review-post ul li { background: url("../skin/dot-big.png") no-repeat scroll 0 center; font-size:32px; padding: 1px 0 1px 15px; color:#363636;}
.machine-detail{ width:100%; box-sizing:border-box;}
.review-post{ position:relative;  padding-top: 17%;}
.review-post .block-detail{ padding-top:0;}

.select-option.smr select, .detail-entry select{ margin-left: 0; min-width: 48%; width: 48%; background: url("../skin/select-bg.png") no-repeat scroll right 60% #fff;}
.select-option.smr select:last-child{ float:right;}
.none-found{ float:left; width:100%; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:35px 0; margin:8px 0 20px 0;}
.sew-blog-mob{ padding-top:4%; position:relative; border-top:4px solid #6cbfb8 !important;}
.sew-blog-mob .big-buttons{ text-align:left;}
.web-sec{  margin-bottom: 20px; padding: 0 0 10px 0; border-bottom:1px solid #ccc;}
.web-sec a, .web-sec span{ background:url(../skin/mouse.png) no-repeat 5% center #5db4ad; color:#fff; font-family: 'Yanone Kaffeesatz', sans-serif; font-size:52px; -webkit-border-radius:10px;border-radius:10px; width:100%; box-sizing:border-box; display:inline-block; text-align:left; margin-bottom:40px;  padding:15px 0 15px 23%;}

.web-sec span{ background:url(../skin/call-mob.png) no-repeat 5% center #5db4ad;}
.brand-style .price{ line-height:35px;}
.post.sew-blog-mob span a{ color:#363636; font-size:46px; font-weight:400; line-height:45px; text-decoration:none;}
.post.sew-blog-mob a{ color:#5db4ad; font-size:32px; font-weight:600; text-decoration:underline; margin-bottom:8px; clear:both; width:100%; display:inline-block;}

.subscribe{ background:url(../skin/bg.png) repeat 0 0;}
.pattern-single-blog p.sub-title{ font-size:32px; line-height:38px; padding:0 0 40px 0;}
.pattern-single-blog .sub-tod, .sub-digital .sub-tod{ font-size:38px; margin-bottom:35px;}

.great-reson{ padding:30px 0;}
.great-reson li{ width:95%; background:url(../skin/dot-big.png) no-repeat 0 24px; font-size:32px; line-height:36px; padding:8px 0 8px 4%;}
.great-reson h3, .sub-digital h3{ font-size:42px;}

/*blog*/
.blog-img{ border-top-width:2px; padding-top:3%; margin-bottom:33px;}
.blog-img .pattern-single-blog { float: right;  text-align: left; /*width: 75%;*/ padding-bottom:10px; padding-top: 45px;}
.mobile-template .blog-img .pattern-single-blog { padding-top: 10px;}
.blog-img .price{ font-size: 42px; line-height:inherit;}
.brand-style.single-pattern-mobile .post.blog-img{border-top: 2px solid #4baba3;}

/*give*/
.pattern-block a.download, .detail-entry input[type="submit"], .sign-up-page .blog-box-title a{ font-size:30px; font-family: 'source_sans_proregular';}
.detail-entry .floatleft, .detail-entry .floatright{ float:left; width:100%;}
.detail-entry dl dd, .detail-entry label.error, .detail-entry h3, .m_error{ font-size:30px; font-weight:600;}

.detail-entry input[type="text"], .detail-entry select{ border: 1px solid #999; font-size: 30px; padding: 7px 8px; width:100%; box-sizing:border-box;}
.detail-entry select{ height:auto;}

.m_error { float: right;  margin: 0; width: 56%;}

.give-success-title{ float:left; font-size:48px; text-align:left; font-family: 'Yanone Kaffeesatz', sans-serif; color:#363636;}
.sign-up-page p{ font-size:32px;}
.sign-up-page .blog-box-title{ margin-top:15px; background:none; padding:0; border:none;}
.sign-up-page .blog-box-title input[type="submit"]{ font-weight:700; line-height:inherit; padding:15px 12px 12px 12px; font-size:30px;}

.sign-up-page input[type="text"] { padding:10px 20px; width: 64%; font-size:32px;}
.newsletter-mob .drape-left h5, .privacy h2 a{ font-size:42px;  color: #5db4ad; font-weight:500;}
.sign-up-page label.error { font-size: 30px; left: 0; width: 100%; bottom: -40px;}

.drape-right.how-sew-single ol li {  padding: 8px 0 0 5px;}
.drape-right.how-sew-single .span3 img { margin: 20px 0;}

.add-app a{ margin:15px 0;}
.add-app img {  max-width: 70%;}
.single-pattern.blog-img p span{ font-weight:600;}


.contact-blog { background: #fff;  border: 1px solid #ccc;  box-sizing: border-box; margin: 15px 0 25px 0;  padding: 4%;  width: 100%;}
.contact-blog h3, .advertise h3{font-size:42px;}
.contact-blog p a, .advertise p, .advertise dl dt, .advertise dl dd{ font-size:32px; color:#7d7d7d; font-weight:400;}
.contact-blog span{ font-weight:600; color:#7d7d7d; font-weight:400;}
.contact-blog p a{ text-decoration:underline;}

.contact-blog h4, .advertise h5, .detail-404 ul li, .detail-404 ul li a, .dot li, .privacy ol li, .privacy h3{ font-size:32px;}
.advertise p, .advertise dl dt, .advertise dl dd{ color:#363636;}
.advertise input[type="text"]{ font-size:32px; width:100%; box-sizing:border-box; color:#363636;}
.advertise input[type="submit"]{ font-size:30px;}
.detail-404{ border:none; padding: 0;}
.row-fluid .span6.detail-404-left{ float:left; width:100%;}

.detail-404 ul li, .dot li{ background: url(../skin/dot-big.png) no-repeat scroll 0 15px; padding: 7px 0 7px 20px;  font-family: 'Source Sans Pro', sans-serif;}
.detail-404 ul li a {  font-family: 'Source Sans Pro', sans-serif;}
.privacy h2{font-family: 'Yanone Kaffeesatz', sans-serif; padding: 12px 0;}
.privacy{ margin-top:15px;}
.privacy ol{ padding-left:35px;}

.search-blog { padding: 0 0 15px 0;}
.search-inn{ background:none; width:100%; border:none; padding:15px 0 30px 0;}
.search-inn input[type="text"]{background:url(../skin/mobile-magnifire.png) no-repeat 18px center #fff; border:1px solid #ccc; padding:14px 0 10px 60px; width:73%;}
.search-inn input[type="submit"] { padding: 16px 10px;}

.privacy.sitemap{ padding:4%;}
.sitemap a, .login-detail input[type="submit"], .login-detail h3, .pro-sidebar h3, .member-list h3{ font-size:32px;}

/*Profile pages*/

.login-section { margin: 80px 7%;width: 86%;}
.login-top{padding: 20px 0 13px 0;}
.login-detail input[type=text]{ background-image:inherit !important; padding:12px 0px 12px 30px !important; font-size:28px !important;}
.login-detail input[type=password]{ background-image:inherit !important; padding:12px 0px 12px 30px !important; font-size:28px !important;}
.remember span, .notification span, .login-detail .click{ font-size:28px;}
.login-detail input[type="checkbox"]{ margin-top:12px;}
.login-detail h3{ color:#000;}
.login-detail h2{ font-size:48px; font-weight:500;}

.bridcrum-detail a, .bridcrum-detail span{ font-size:15px;}
.bridcrum{ padding-bottom:4%;}
.pro-sidebar{ width:100%; margin-bottom:25px;}
.pro-sidebar ul li a, .current-photo span, .profile-link, .profile-detail dl em, .profile-detail h4, .inbox-detail li, .style-option ul li{ font-size:25px;}
.current-photo span, .photo-detail{ width:100%; text-align:center;}

.profile-detail dl dt, .profile-detail dl dd, .profile-detail input[type="text"], .profile-detail textarea, .profile-detail select, .inbox-detail, .new-msg{ width:100%; font-size:25px;}
.profile-detail select{ margin-bottom:14px; background:none;}
.full-table td, .full-table th, .member-list dl, .member-list.static-member dl dd, .member-list dl dd a{ font-size:20px;}
.profile-detail, .member-list .floatleft, .member-list .floatright, .profile-detail .pro-screen dl dt, .profile-detail .new-pass input[type="password"]{ width:100%;}
.profile-detail .send-opion dl dt{ width:100%; text-align:left;}
.member-list .msg-detail dl dt, .member-list.static-member .msg-detail dl dd{ width:50%;}
.msg-opt-link a{ font-size:20px; margin:4px 7px 4px 0;}
.pattern-block p { padding-top: 0;}
.privacy.sitemap h2{ padding:0;}
.sign-up-page h3{ padding:0;}


/*mid-content End*/

/*m-footer Start*/
.m-footer{ float:left; width:92%; background:#6cbfb8; padding:25px 4%; }
.m-footer p{ float:left; background:url(../skin/apl-logo.png) no-repeat 0 center; padding:15px 0 15px 140px; color:#fff; font-size:20px; line-height: 30px; font-weight:600;}
/*m-footer End*/

}


@media (max-width:480px) {

p, .pattern-single-blog p.sub-title{ font-size:24px; line-height:28px;}
.mid-content{ float:left; width:92%;padding:20px 4% 20px 4%; }
.m-search input[type="text"]{ width:72%;}
.m-search{ top:94px;}
.brand-style h2, .pagination-top h3{ font-size:28px; padding:3px 0;}
.brand-style h3{ font-size:22px; padding-top:12px;}
.post span a,	.pattern-single-blog h3 a, .join-tabs li a, .price, .brand-style .price, .sew-blog-mob h5, .post.sew-blog-mob span a, .great-reson h3, .sub-digital h3, .privacy h2{font-size:35px;}
.pattern-single-blog h5 a{ font-size:20px;}
.brand-style a.download { font-size:14px;}
.linktab ul li a, .pattern-block a, .drape-right ol li, .give-success-title, .newsletter-mob .drape-left h5{ font-size:37px;}
.mm-list a.mm-subopen:before{ top:13px;}
.mm-list > li > a, .mm-list > li > span{  padding: 10px 10px 10px 20px;  font-size: 20px;}
.mob-sub.mm-list > li > a { font-size:15px;  padding: 10px 10px 10px 11px;}


.pagination-top span, .select-option select, .drape-left h5, .drape-left ol li, .drape-right ol li p, .machine-detail h4, .review-post ul li, .great-reson li, .sub-digital p, .drape-right .machine-detail li, .detail-entry input[type="text"], .detail-entry select, .detail-entry dl dd, .detail-entry label.error, .detail-entry h3, .m_error, .detail-entry input[type="submit"], .sign-up-page p, .sign-up-page label.error, .sub-digital .sub-tod, .pattern-single-blog .sub-tod, .detail-404 ul li, .detail-404 ul li a, .dot li, .privacy ol li, .privacy h3, .sitemap a, .login-detail input[type="submit"], .contact-blog p a, .contact-blog h4, .advertise h5, .advertise p, .advertise dl dt, .advertise dl dd, .advertise input[type="submit"], .login-detail h3, .pro-sidebar h3, .member-list h3{ font-size:24px;}
.pattern-title span, .drape-right h5, .blog-img .price{ font-size:39px;}
.blog-img .price{font-size:39px; position: inherit;}

.pagination a{ background-size:10px auto !important;}
.mobile-sub-app a{ padding:9px 0;}
.home-second .dave-link { bottom:18px; right:15px;}
.home-second .dave-link a{ font-size:13px; margin-left:12px;}
.blog-box-title, .post.sew-blog-mob a, .pattern-block a.download, .sign-up-page .blog-box-title input[type="submit"], .sign-up-page input[type="text"], .pro-sidebar ul li a, .current-photo span, .profile-link, .profile-detail dl dt, .profile-detail dl dd, .profile-detail input[type="text"], .profile-detail textarea, .profile-detail select, .profile-detail dl em, .profile-detail h4, .inbox-detail li, .style-option ul li{ font-size:23px;}
.drape-left ol li, .drape-right .machine-detail li{ background-position:0 12px;}
.vintage a{ font-size:21px;}
.xmas a{ font-size:21px;}
.brand-style.single-pattern-mobile h3{ padding: 10px 0 15px 0; text-align: center;}
.pattern-single-blog h5{  padding:0}
.big-buttons{ padding-bottom:20px;}
.blog-box-title{ margin-top:25px;}
.drape-section{ padding-top:21px;}
.drape-left{ padding:12px 19px 19px 19px;}
.drape-right { padding: 12px 0 22px 0;}
.m-footer{ padding: 10px 4%;}
.drape-right ol li p{ padding:4px 0 0 0;}
.pattern-block{ margin-top:30px;}
.pagination{ margin:25px 0 10px 0;}
.none-found{ padding:20px 0; margin:5px 0 12px 0;}
.web-sec a, .web-sec span{ font-size:32px; background-size:40px auto;}
.sub-digital .Clear a{ max-width:29%;}
.detail-entry label.error{ left:auto; right:0;}
.sign-up-page input[type="text"] {   padding: 11px 17px; width: 60%;}
.sign-up-page .blog-box-title input[type="submit"]{ padding: 12px 12px 6px 12px;}
.sign-up-page h3{ font-size:30px;}
.add{ margin-top:15px;}
.single-pattern{ margin-bottom:15px;}
.drape-right.how-sew-single .span3 img { margin:12px 0;}
.contact-blog { margin: 10px 0 20px 0;}
.contact-blog h3, .advertise h3, .privacy.sitemap h2 a, .add-app h2{font-size:32px;}
.privacy ol{ padding-left:0; margin-left:35px;}
.privacy ol li{padding: 3px 5px 3px 0;}
.search-inn input[type="text"]{ padding:6px 0 3px 54px; width:66%;}
.search-inn input[type="submit"] { padding:8px 10px;}


.login-section { margin: 80px 5%;width: 90%;}
.login-detail input[type=text]{ background-image:inherit !important; padding:10px 10px 10px 30px !important; font-size:23px !important;}
.login-detail input[type=password]{ background-image:inherit !important; padding:10px 10px 10px 30px  !important; font-size:23px !important;}
.remember span, .login-detail label, .notification span, .login-detail .click{ font-size:23px;}
.login-detail input[type="checkbox"]{ margin-top:9px;}
.login-detail h2{ font-size:35px; font-weight:500;}
.full-table td, .full-table th, .member-list dl, .member-list.static-member dl dd, .member-list dl dd a, .msg-opt-link a{ font-size:16px;}
.profile-link{ margin-right:5px;}
.web-sec{  margin-bottom:12px; padding: 0 0 6px 0; border-bottom:1px solid #ccc;}
.brand-style.single-pattern-mobile .post{ margin-top:28px;}


.sew-style-left{width: 260px;}
.sew-style-right{padding: 0;}


}

@media (min-width:320px) and (max-width:360px){
p, .pattern-single-blog p.sub-title{ font-size:17px; line-height:26px;}
.m-brand img { margin: 9px 0; max-width: 50%;}
.m-search input[type="text"]{ width:70%; font-size:20px;}
.m-search input[type="submit"], .post.blog-img .price, .pattern-block a.download{ font-size:20px;}
.m-footer p{ background-size:80px; padding:8px 0 8px 90px; color:#fff; font-size:16px; line-height: 20px;}
.dave-link a, .home-second .xmas a, .home-second .vintage a{ font-size:15px;  padding:2px 10px;}
.vintage a{ font-size:15px;}
.xmas a{ font-size:17px;}

.brand-style h2{ font-size:20px; padding:3px 0;}
.brand-style h3{ font-size:16px; padding-top:12px;}
.post span a, .pagination-top h3, .pagination a, .price, .brand-style .price, .sew-blog-mob h5, .post.sew-blog-mob span a, .great-reson h3, .sub-digital h3, .blog-img .price, .give-success-title, .contact-blog h3, .advertise h3, .privacy h2{ font-size:25px;}
.brand-style a.download{ font-size:12px;  padding: 8px 22px;}
.linktab ul li a, .pagination-top span, .pattern-single-blog .sub-tod, .sub-digital .sub-tod, .pattern-block a, .login-detail input[type="submit"], .pro-sidebar h3, .search-blog .pagination-top h3{ font-size:22px;}
.home-second .dave-link { bottom:18px; right:8px;}
.home-second .dave-link a{ font-size:10px; margin-left:6px;padding: 6px;}
.xmas a { bottom: 12px; left:18px;}
.mobile-sub-app{ bottom:12px;}
.mobile-sub-app a {padding: 5px 0;}
.mm-opened body { padding-top: 100px;}
.pattern-single-blog h5 a, .post.sew-blog-mob a, .sub-digital p, .sign-up-page label.error{ font-size:15px;}
.blog-box-title, .drape-left h5, .drape-left ol li, .drape-right ol li p, .machine-detail h4, .review-post ul li, .great-reson li, .drape-right .machine-detail li, .detail-entry input[type="text"], .detail-entry select, .detail-entry dl dd, .detail-entry label.error, .detail-entry h3, .detail-entry input[type="submit"], .contact-blog p a, .contact-blog h4, .advertise h5, .advertise p, .advertise dl dt, .advertise dl dd, .advertise input[type="submit"], .advertise input[type="text"], .detail-404 ul li, .detail-404 ul li a, .dot li, .privacy ol li, .privacy h3, .pro-sidebar ul li a, .current-photo span, .profile-link, .profile-detail dl em, .profile-detail dl dt, .profile-detail dl dd, .profile-detail input[type="text"], .profile-detail textarea, .profile-detail select, .new-msg, .profile-detail h4, .inbox-detail li, .member-list h3, .style-option ul li{ font-size:18px;}
.pattern-single-blog h3 a, .drape-right h5, .brand-style.single-pattern-mobile h3, .pattern-title span{ font-size:25px;}
.drape-left ol li, .drape-right .machine-detail li{ background-position:0 9px;}
.drape-right ol li, .join-tabs li a{ font-size:25px;}

.blog-box-title { padding: 3px 9px 3px 70px;}
.blog-box-title a.down-link {background: url("../skin/download.png") no-repeat scroll 0 0 / 49px auto; height: 49px; top: -7px; width: 49px;}
.drape-right ol{ margin-left:32px;}
.pattern-single-blog h5{ line-height:22px;}
.feature-panel a{ margin-bottom:16px;}
.how-sew .pattern-title{ margin:0;}
.feature-panel { padding-top: 0;}
.drape-right{ padding-bottom:10px;}

.brand-style .price{ min-height:inherit;}
.add-app a{ display:inherit;}
.great-reson li { background: url(../skin/dot-big.png) no-repeat 0 13px;line-height: 30px;  padding: 3px 0 3px 5%; width: 95%;}

.sub-digital .Clear a{ max-width:30%; margin:0 1.2%;}
.blog-img .pattern-single-blog{ width:70%;}
.blog-img .pattern-single-blog{ width:70%;}
.m_error{ width:48%; font-size:15px; text-align:right;}
.sign-up-page input[type="text"] {padding:10px 15px;  width:50%;}
.sign-up-page .blog-box-title input[type="submit"] {padding:10px 9px 7px 9px;}
.pattern-single-blog .sub-tod, .sub-digital .sub-tod {  padding: 10px 25px;}
.contact-blog { margin: 10px 0 15px 0;}
/*.privacy ol{ padding-left:20px;}*/
.search-inn input[type="text"]{ padding:6px 0 3px 54px; width:61%; font-size: 24px;}
.search-inn input[type="submit"] { padding:8px 10px; font-size: 20px;}

.login-detail{ padding:15px;}
.login-detail input[type=text]{ background-image:inherit !important; padding:8px 8px 8px 30px !important; font-size:19px !important;}
.login-detail input[type=password]{ background-image:inherit !important; padding:8px 8px 8px 30px !important; font-size:19px !important;}
.remember span, .login-detail label, .login-detail h3, .notification span, .login-detail .click, .pagination-top span{ font-size:18px;}
.login-detail input[type="checkbox"]{ margin-top:5px;}
.profile-link{ width:100%; margin:15px 0 0 0; padding:4px 0; text-align:center;}
.full-table td, .full-table th{ font-size:14px; padding: 10px 5px;}
.select-option.smr select, .detail-entry select{ background: url("../skin/select-bg.png") no-repeat scroll right center / 350px auto #fff;}
.sub-digital p{line-height: 22px;}


}

@media (max-width: 320px) {
.m-search input[type="text"]{ width:66%;}
 .M_Right a.blue-btn { margin:92px 0 0 0 !important;}
.mobile-sub-app{ bottom:8px;}
.mobile-sub-app a {padding: 5px 0;}
.brand-style a.download{ font-size:13px;  padding: 8px 12px;}
.mm-opened body { padding-top: 92px;}
.blog-box-title{ font-size:16px;}
.vintage a{ font-size:12px;}
.xmas a{ font-size:14px;}
.sign-up-page input[type="text"] {padding: 9px 17px;  width:43%;}
.sign-up-page .blog-box-title input[type="submit"] {padding:9px 10px 6px 10px;}
.search-inn input[type="text"]{ padding:6px 0 3px 54px; width:56%; font-size: 23px;}
.search-inn input[type="submit"] { padding:8px 10px; font-size: 20px;}
.full-table td, .full-table th{ font-size:13px; padding: 10px 3px;}


}

@media (max-width: 900px) {
/** NEW Subscribe Home Panel **/
.right-inner.sub{width:100%; margin-top: 20px;}
.home-sub{float: left;}
.home-mag{float: left;}
.sub-home-mob-outer{width:100%; margin: 10px 0px; background: #FFF; border: #e5e5e5 solid 1px; margin: 0px 0px 10px 0px; }
.sub-home-mob-outer .subscribe-panel {margin-top: 0; }
.sub-home-mob-outer .home-sub-title p {width: 96%; }
.sub-home-mob-outer .home-sub-title img {margin: 0px ; height: 38px; margin: 0 auto; }
.sub-home-mob-outer .home-sub .Block_Img img{width:100%; }
.sub-home-mob-outer .home-sub-title p {text-align: center; line-height: 18px; }
.home-sub-arrow{display: none; }
.sub-home-mob-outer .home-sub-title {display: block; margin: 10px auto; width: 88%; clear: both; text-align: center; }
.sub-home-mob-outer .home-sub-button {width: 80%; }
.sub-home-mob-outer .home-sub-button a {font-size: 18px; margin:0; }
.sub-home-mob-outer .home-mag {float: none; margin:0; }
.sub-home-mob-outer .home-sub {float: none; }
.sub-home-mob-outer .home-mag h3 a {font-size: 23px;}
.sub-home-mob-outer .home-mag .Block_Img img{width:100%; }
.home-sub-title p{text-align: center;}
/** NEW Subscribe Home Panel END**/
}
@media (max-width: 750px) {
/*SUBSCRUBE MOBILE HOME/SIDEBAR BLOCK*/
.sidebar-banners img{    width:100%;}
.home-mag {    float: none;    margin: 8px auto;    width: 100%;}
.home-sub {    float: none; }
.home-sub p {width:100%; }
.home-mag a{max-width:300px; margin:0 auto; }
.home-sub {width: 100%; }
.home-sub-gift a{max-width:300px; margin:0 auto; }
.home-sub-title{width:100%; }
.home-sub-title a{width: 76px; margin: 0 auto; display: block; }
.home-sub-title img{margin:0; }
.home-sub-image {width: 300px; margin:0 auto;}
.subscribe-panel{margin-top:20px; clear: both; }
/*SUBSCRUBE MOBILE HOME/SIDEBAR BLOCK END*/
}


/* Janome Responsive */
@media (min-width:320px) and (max-width:768px){
  #janForm p.janHeader {text-align: left; padding: 0px; background: none;}
  #janForm {width: 65%;}
  #janForm form {margin-right: 0px; max-height: 250px;}
  #janForm #janFormContent input[type=input] {width:100%;}
  #janForm #janFormContent select {width:150%;}
  #janForm #janFormDel textarea {width:100%; padding: 6px;}
  #janForm #janFormDel hr {width:90%;}
  .janRight {float: left;}
}
