html {
	font-size: 1px;
}



.blog ul li {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding: 10px 0 20px 0;
	vertical-align: top;
}

.blog .img {
	width: 200px;
	height: 150px;
	background-color: #efefef;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.blog .text {
	vertical-align: top;
	width: 500px;
	display: inline-block;
	margin-left: 20px;
} 

.blogEntry figure {
	width: 200px;
	height: 150px;
	margin: 0px auto;
	overflow: hidden;
}

.blogEntry figure img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.blogEntry {
	width: 600px;
	margin: 0 auto;
}

.blogEntry p {
	font-size: 1.2em;
	line-height: 1.4em;
}

.blogControls {
	border-top: 1px dotted #999;
	padding-top:15px;

}

.blogControls span {
	width: 33%;
	display: inline-block;
	text-align: center;
}

.text p {
	padding-bottom: 10px;
}

.date {
	text-transform: uppercase;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	color: #999;
	font-size: 0.9em;
}



li.specialBuy img {
	padding-top: 4px;
	margin-left: -8px;
	
	
}

.extended li {
	margin: 1px 0;
}

#sticky {
	padding-top: 20px;
}

#sticky.stick {
    position: fixed;
    top: 0;
}

.phDate {
	display: block;
	color: #999;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
}


/*
	font-face
*/

@font-face {
	font-family: 'garamondbooknarrowcregular';
	src: url('http://www.16tons.ru/fonts/GaramondBookNarrowC.eot');
	src: url('http://www.16tons.ru/fonts/GaramondBookNarrowC.ttf') format('truetype');
}

@font-face {
	font-family: 'garamondbooknarrowcitalic';
    src: url('http://www.16tons.ru/fonts/GaramondBookNarrowC-Italic.eot');
    src: url('http://www.16tons.ru/fonts/GaramondBookNarrowC-Italic.ttf') format('truetype');
    
    	src: url('http://www.16tons.ru/fonts/GaramondBookNarrowC-Italic.eot');
	src: local('☺'), url('http://www.16tons.ru/fonts/GaramondBookNarrowC-Italic.woff') format('woff'), url('http://www.16tons.ru/fonts/GaramondBookNarrowC-Italic.ttf') format('truetype'), url('http://www.16tons.ru/fonts/GaramondBookNarrowC-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: SixteenGotham;
 src: url("http://www.16tons.ru/fonts/SixteenGotham-CondensedBold.eot") /* EOT file for IE */;
}

@font-face {
	font-family: SixteenGotham;
 src: url("http://www.16tons.ru/fonts/SixteenGotham-CondensedBold.ttf") /* TTF file for CSS3 browsers */;
}



/*
	elements
*/

button {
	padding: 10px 20px;
}

a {
	color: #c22;
	text-decoration: underline;
}

img {
	border: none;
}

body {
	color: #333;
	font: normal 12rem georgia, serif;
	line-height: 18px;
	margin: 0px auto 0;
	width: 969px;
}

h1 {
	font-size: 30rem;
	line-height: 36px;
}

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

h3 {
	font-size: 16rem;
	line-height: 21px;
}


input.search {
	font-size: 21px;
	padding: 5px;
	width: 330px;
	margin-bottom: 15px;
}


article {
	display: inline-block;
}
/*
	classes
*/

.liner {
	width:850px;
	text-align: center;
	margin: 0 auto; 
	clear:both; 
	background: url(http://16tons.ru/img/delim.gif) bottom left repeat-x; 
	padding: 25px; 
	padding-bottom: 0px; 
	display:block;
}

.storeSize {
	text-transform: uppercase !important;
	letter-spacing: 1px;
	margin-left: 10px;
	font-size: 10px;
	color: #777;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
}

.reserve, .logo, .logo-panel {
	height: 125px;
}

.reserve {
	float: right;
	text-align: right;
	font-size: 18rem;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'garamondbooknarrowcitalic', times, serif !important;
}

.logo-panel {
    border: 1px solid grey;
    border-top: 0px;
    border-bottom: 0px solid grey;
    background: white;
}

li.rss {
	float: right;
	color: #777;
}
.flatlist li {
	display: inline;
}


.menu {
	font-size: 18rem;
	border: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #888;
	border-style: solid;
}

.menu li a:hover {
	color: 333;
}

.menunew {
	font-size: 18rem;
	border: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #888;
	border-style: solid;
}

.menunew li a {
	font-family: 'garamondbooknarrowcregular', serif;
	color: #333;
	text-decoration: none;
}

.menunew li a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

.float {
	float: left;
}

.floatr {
	float: right;
}

.b-content {
	background: #FFF;
	border-color: #888;
	border-style: solid;
	border-width: 0px 1px 1px;
	overflow: hidden;
	padding: 0 0 20px 20px;
}

.b-sidebar {
	float: left;
	width: 340px;
	padding: 20px;
}

.b-schedule {
	border-right: 1px solid #8c8c8c;
	float: left;
	margin-bottom: -17992px;
	padding-bottom: 18000px;
	width: 546px;
	padding-top: 20px;
	padding-right: 20px;
}

.b-schedule-noborder {
	width: 546px;
	border-right: 1px solid #fff;
	float: left;
	margin-bottom: -17992px;
	padding-bottom: 18000px;
	padding-top: 20px;
	padding-right: 20px;
}

.b-schedule-full {
	border-right: 1px solid #fff;
	float: left;
	margin-bottom: -17992px;
	padding-bottom: 18000px;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
}

.b-schedule .b-content-subheader {
	clear: left;
	padding-left: 0px;
	padding-top: 10px;
}

.f14-italic {
	font-size: 14rem;
	font-style: italic;
	font-weight: normal;
}

.f16-italic {
	font-size: 16rem;
	font-style: italic;
	font-weight: normal;
}

.lt {
	background: url(http://16tons.ru/img/delim.gif) top left no-repeat;
}

.lto {
	background: url(http://16tons.ru/img/delim1.gif) top left repeat-x;
}

.lb {
	background: url(http://16tons.ru/img/delim1.gif) bottom left repeat-x;
}




/*
	paddings
*/

.p10    {padding: 10px;}

.p20    {padding: 20px;}

.pr10   {padding-right: 10px;}

.pr20   {padding-right: 20px;}

.pl10   {padding-left: 10px;}

.pl20   {padding-left: 20px;}

.pt5    {padding-top:7px;}

.pt10   {padding-top:10px;}

.pt15   {padding-top:15px;}

.pt20   {padding-top:20px;}

.pt30   {padding-top:30px;}

.pb5    {padding-bottom: 5px;}

.pb10   {padding-bottom: 10px;}

.pb20   {padding-bottom: 20px;}

.pb25   {padding-bottom: 25px;}


.pb30   {padding-bottom: 30px;}


/*
	margins
*/

.mt10   {margin-top: 10px;}

.mt20   {margin-top: 0px;}

.ml10   {margin-left: 10px;}

.ml20   {margin-left: 20px;}

.ml130  {margin-left: 130px;}

.mb10   {margin-bottom:10px;}

.mb20   {margin-bottom:20px;}

.mb30   {margin-bottom:30px;}



/*
	fonts
*/

.fb {
	font-weight: bold;
}

.fi {
	font-style: italic;
	font-weight: normal;
}

.f-ser {
	font-family: georgia, times, serif;
}

.f-sans {
	font-family: helvetica, arial, sans-serif;
}

.f-goth {
	font-family: 'sixteengotham', helvetica, arial, sans-serif;
}

.f-gi {
	font-family: 'garamondbooknarrowcitalic', times, serif !important;
}

.f10 {
	font-size: 10rem;
	/*line-height: 14rem;*/
}

.f12 {
	font-size: 12rem;
	/*line-height: 16rem;*/
}

.f14 {
	font-size: 14rem;
	/*line-height: 18rem;*/
}

.f15 {
	font-size: 15rem;
	/*line-height: 19rem;*/
}

.f16 {
	font-size: 16rem;
	/*line-height: 20rem;*/
}

.f18 {
	font-size: 18rem;
	/*line-height: 22rem;*/
}

.f21 {
	font-size: 21rem;
	/*line-height: 24rem;*/
}

.f24 {
	font-size: 24rem;
	/*line-height: 28rem;*/
}

.f-lh18 {
	/*line-height: 18rem;*/
}

.f-ls {
	letter-spacing: 1px;
}

.f-uc {
	text-transform: uppercase;
}

.uc {
	text-transform: uppercase;
}

.c-red {
	color: #c22;
}

.c-333 {
	color: #333;
}

.c-666 {
	color: #777 !important;
}

.c-beige {
	color: #fff5ee;
}

.w555 {
	width: 555px;
}

.d-block {
	display: block;
}



/*
	new
*/
.new-gotham {
	font-size: 30rem;
	font-family: sixteengotham, helvetica, arial, sans-serif;
	font-style: normal !important;
}

.new-h1-serif {
	font-size: 24rem;
	font-weight: bold;
	color: #333;
	font: "Times New Roman", "Times New Roman", serif;
}

.new-h1-gotham {
	font-family: sixteengotham, helvetica, arial, sans-serif;
	color: #c22;
	clear: both;
	text-align: center;
}

.new-h3-sans {
	color: #c22;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 0 5px;
}

.new-h3-sans-notransform {
	color: #c22;
	font-family: helvetica, arial, sans-serif;
	padding: 10px 0 5px;
}

.new-sub-sans {
	color: #777;
	font-family: "Times New Roman", Times, serif;
	font-size: 16rem;
	padding: 5px 0;
}

.div-middle {
	display: table-cell;
	vertical-align: middle;
}

.div-liner-double {
	background: url(http://16tons.ru/img/delim.gif) bottom center no-repeat;
	clear: both;
	padding: 10px 0;
	display: block!important;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	width: 560px;
}

.new-photo-item {
	float: left;
	text-align: left;
	vertical-align: middle;
	width: 520px;
}

.new-photo-item img,.new-img-round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.new-subscribe input {
	width: 200px;
	padding: 8px;
	font-weight: normal;
	font-size: 14rem;
	font-family: helvetica, arial, sans-serif;
	border: 1px solid grey;
	margin: 10px 0;
	text-align: center;
}

.new-arrow {
	float: left;
	margin-left: -30px;
	color: white;
	width: 195px;
	height: 25px;
	padding: 5px 0 5px 30px;
	clear: left;
	background-image: url(http://16tons.ru/img/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.new-months li {
	float: left;
	margin: 5px;
	min-width: 80px;
	font-family: Georgia, serif;
	font-size: 14rem;
	text-align: center;
}

.merchStore {
	text-align: center;
	margin-left: -20px;
	padding-bottom: 20px;
}

.merchStore h1 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.merchStore h1 a {
		text-decoration: none;

}

.merchBasket {float: right; margin-right: 20px; clear: both;}
.merchBasket button {padding: 5px 10px; margin-left: 20px;}

.merchItem {
	border: 1px dotted #ccc;

	display: inline-block;
	margin-top: 5px;
	margin-right: 3px;
	padding: 15px;
	width: 200px;
	min-height: 292px;
	/* background: #eee; */
	text-align: center;
	vertical-align: top;
}
.fullsize img {
	width: 400px !important;
	float: left;
	margin-right: 25px;
	border: 1px solid black;
}

.description {
	width: 800px;
	/* background: #eee; */
	text-align: left;

}



.merchItem h3 {
	padding-bottom: 5px;
}

.merchItem button {
	padding: 10px 15px;
	margin-top: 15px;
}

.merchImage {
	margin: auto;
	width: 180px;
	height: 180px;
	background: #ddd;
	margin-bottom: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
		
}

.large {
	width: 280px;
	height: 280px;
}

.w600 {
	width: 567px;
	padding: 0 20px;
	margin: 0 auto;
}

.smallSubmit {

}

.doSubmit {
	font-weight: bold;
}






.readmore {
	font-size: 14pt;
}






/* Slider */

			.slider-wrap {
				margin-top: 10px;
				display: block;
				width: 967px;
				height: 90px;
				border: 1px solid #777;
				text-align: center;
				overflow: hidden;

			}
			
			.slider {
				position: relative;
				display: block;
				width: 967px;
				height: 90px;
				overflow: hidden;
				padding: 0;
				margin-left: auto;
				margin-right: auto;
			}

			ul.images {
				padding: 0;
				margin: 0;
				list-style-type: none;
				position:relative;
				top:0px;
				left:0px;
			}
			
			ul.images li {
				float: left;
				width: 967px;
				height: 90px;
			}
			
			@media only screen and (max-device-width: 640px) {
		
		html {font-size: 1.5px;}	

    	.b-top-banner {display: none;}
		.b-sidebar {display: none;}
		.fb-like {display: none;}
		.reserve {display: none !important;}
		li.rss {display: none;}

		.b-content {width: 100%;}
		.b-schedule {width: 100%;}

}




