@charset "utf-8";
/* CSS Document */
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

/*
	
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
img.thumb {height:100%; width:100%} 
img.c14 {display:inline-block;vertical-align:middle}
span.c13 {margin-top:40px;padding:8px; background-color:#ea6d21; color:#fff; font-size:14px}
a.c12 {color:#fff; text-decoration:none;}
div.c11 {display:none}
iframe.c10 {overflow:hidden}
div.trobot {color: #444444; font-weight: 600; height: 100%; text-align: center}
img.c8 {float:left}
div.c7 {width: 14%; float:left}
div.c6 {width: 14%; float:left}
div.c5 {width: 68%; float:left}
div.c15 {width: 50%; float:left; text-align:center;}
div.c16 {width: 50%; float:right; text-align:center;}
div.c17 {text-align: center;margin: 0 auto; }
ul.u15 {text-align:left;margin-left: 10%;}
ul.u16 {text-align:left;margin-left: 25%;}
span.c4 {text-decoration: underline}
img.c2 {float:right; width:2px; height:600px; min-height:90%}
li.c1 {float:right;}
span.c20 {color: Green; font-weight:bold;}
span.c21 {color: Red; font-weight:bold;}
span.c22 {color: #11AE45; font-size: 0.9em;}
span.c23 {color: #4A9FC8; font-size: 0.9em;}
span.c24 {font-weight:600; font-size: 0.9em;}
span.c25 {font-style: italic; font-size: 1.15em;}
div.c26 {width: 34%; float:left; padding-left:4%}
div.c27 {width: 66%; float:left; text-align:left}
span#stats:hover {cursor: pointer;}
span#stats2:hover {cursor: pointer;}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */
div.inline 
{ 
			-webkit-box-shadow: 0 1px 1px 1px #ccc;
	   		-moz-box-shadow: 0 1px 1px 1px #ccc;
	        	box-shadow: 0 1px 1px 1px #ccc;
	        	border-radius:5px; 
	        	width:100%; 
	        	display:inline-block;   
	        	vertical-align:middle; 	        	
}
div.inline:before {
    content: "";
    height: 1px;
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
display: block;
margin-bottom: 3px;
}
iframe.count {width: 152px; height: 20px; margin-left: auto; margin-right: auto;}
iframe.count2 {width: 195px; height: 28px; overflow:hidden; vertical-align:middle}
#panel,#flip
{
padding:1px;
text-align:center;
width:300px;
margin-left:auto;
margin-right:auto;
display:block;
}
#panel
{
padding-left:25%;
width: 119%;
height: 200px;
margin: auto;
border-radius: 7px;
display:none;
}
#panel2,#flip2
{
padding:1px;
text-align:center;
width:300px;
margin-left:auto;
margin-right:auto;
cursor:pointer;
}
#panel2
{
padding:0px;
width: 80%;
height: 100%;
margin: 0 auto;
border-radius: 7px;
display:none;
}
#flip2:hover {-webkit-transform: scale(1.1); 
   -moz-transform:    scale(1.1);
   -ms-transform:     scale(1.1); 
   -o-transform:      scale(1.1);
   -webkit-transition: all 0.12s ease-in-out;
   -moz-transition:    all 0.12s ease-in-out;
   -ms-transition:     all 0.12s ease-in-out;
   -o-transition:      all 0.12s ease-in-out; 
   text-shadow: 1px 1px 0 #333; }
.imagedropshadow {
	padding: 0px; border-radius:5px;
}
img.imagedropshadow  {width: 90px; height: 20px; border: solid 1px #CCC; border-radius:5px; -moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;	
        box-shadow: 1px 1px 5px #999;}
img.slots{height: 100%;}
a:hover img.imagedropshadow {
        transform:scale(1.2);
    	-ms-transform:scale(1.2); /* IE 9 */
    	-moz-transform:scale(1.2); /* Firefox */
    	-webkit-transform:scale(1.2); /* Safari and Chrome */
    	-o-transform:scale(1.2); /* Opera */
}
a:hover img.shadow {	
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	-webkit-transition:all .1s ease-in-out;
        box-shadow: 5px 5px 5px #999;
}
	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body, input, textarea
	{		
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #888;
		font-weight: 300;
	}

	a
	{
		color: #3B95C6;
		text-decoration: underline;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	}
	
		a:hover
		{
			color: #1B75A6 !important;
			
		}

		a img
		{
			border: 0;
		}

	strong, b
	{
		font-weight: 600;
		color: #3e3e3e;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		color: #3e3e3e;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			text-decoration: none;
			color: inherit;
		}
	
	h2, h3, h4, h5, h6
	{
		font-weight: 700;
	}
	
	h1
	{
		font-weight: 300;
	}
	
		h1 strong
		{
			font-weight: 700;
		}
	
	em, i
	{
		font-style: italic;
	}
	
	

	br.clear
	{
		clear: both;
	}

	hr
	{
		border: 0;
		border-top: solid 1px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
		height: 1px;
		margin: 3em 0 4em 0;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1.2em;
	}
	
	section,
	article
	{
		margin-bottom: 1em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
		
	}
	
		.image img
		{
			display: block;
			width: 100%;
			border-radius:10px;
			
		}
		

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
		-webkit-box-shadow: 0 10px 8px -8px black;
	   		-moz-box-shadow: 0 10px 8px -8px black;
	        	box-shadow: 0 10px 8px -8px black;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}
	
	.button
	{
		position: relative;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		border: 0;
		outline: 0;
		cursor: pointer;
		border-radius: 8px;
		text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
		overflow: hidden;
		background: #61b8db;
		background-image: -moz-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -webkit-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -o-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -ms-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: linear-gradient(rgba(97,184,219,0), rgba(48,141,196,1));
		box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px 2px 1px 0px rgba(255,255,255,0.75);
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}

		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/bg.png');
		}

		.button:hover
		{
			background-color: #76cdf0;
			color: #fff !important;
		}
		
		.button:active
		{
			background-image: -moz-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: -webkit-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: -o-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: -ms-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: linear-gradient(rgba(48,141,196,1), rgba(77,164,199,0));
			box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px -2px 1px 0px rgba(255,255,255,0.75);
			top: 1px;
		}
	
		.button-alt
		{
			background-color: #393939;
			background-image: -moz-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -webkit-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -o-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -ms-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: linear-gradient(rgba(50,50,50,0), rgba(45,45,45,1));
			box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);
		}

			.button-alt:hover
			{
				background-color: #444;
			}
			
			.button-alt:active
			{
				background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: linear-gradient(rgba(45,45,45,1), rgba(50,50,50,0));
				box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
			}
	
		.button-big
		{
		}

	ul.social
	{
		cursor: default;
		margin: 0;
	}
	
		ul.social li
		{
			position: relative;
			display: inline-block;
			margin: 0.25em;
			top: 0;
			border-radius: 6px;
			overflow: hidden;
			background: #444;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
			-moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			transition: background-color .2s ease-in-out, top .2s ease-in-out;
			box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
		}

			ul.social li:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/bg.png');
			}

			ul.social li.twitter:hover				{ background-color: #2DAAE4; }
			ul.social li.facebook:hover				{ background-color: #3C5A98; }			
			ul.social li.linkedin:hover				{ background-color: #006599; }			
			ul.social li.googleplus:hover			{ background-color: #DA2713; }			
			ul.social li.skype:hover				{ background-color: #10BEF1; }			
			ul.social li.youtube:hover				{ background-color: #BF2E25; }
			ul.social li.blogger:hover				{ background-color: #FF6501; }
			

			ul.social li:hover
			{
				top: -5px;
			}

			ul.social li:active
			{
				top: 0;
			}

			ul.social li a
			{
				display: block;
				position: relative;
				width: 48px;
				height: 48px;
				outline: 0;
				color: #2E2E2E !important;
				line-height: 48px;
				font-size: 24px;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
			}
			
			ul.social li a span
			{
				display: block;
				text-indent: -9999px;
			}
			
	.box
	{
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
		text-align: center;
		border-radius:10px;
		padding-bottom: 2em;		
		
	}
	.box:hover {
    		box-shadow: 0 0 10px black;
    		
	}

		.box .image-full
		{
			position: relative;
		}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

	.fa
	{
		text-decoration: none;
	}

		.fa.solo
		{
		}
		
			.fa.solo span
			{
				display: none;
			}

		.fa.featured
		{
			font-size: 5em;
			color: #EA8A95;
			display: block;
			margin: 0 0 0.25em 0;
			cursor: default;
		}
		.fa.stats
		{
			font-size: 1.4em;
			margin-left: 0.4em;
			display: inline-block;
			vertical-align: top;						
		}
		.fa.stats:hover
		{					
			cursor: pointer;					
		}
		.fa:before
		{
			display:inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
		.fa-2x{font-size:2em}
		.fa-3x{font-size:3em}
		.fa-4x{font-size:4em}
		.fa-5x{font-size:5em}
		.fa-fw{width:1.2857142857142858em;text-align:center}
		.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}
		.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}
		.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
		.pull-right{float:right}
		.pull-left{float:left}
		.fa.pull-left{margin-right:.3em}
		.fa.pull-right{margin-left:.3em}
		.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
		.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
		.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
		.fa-stack-1x{line-height:inherit}
		.fa-stack-2x{font-size:2em}
		.fa-inverse{color:#fff}
		.fa-bar-chart-o:before {content:"\f080"}
		.fa-check:before{content:"\f00c"}
		.fa-font:before{content:"\f031"}
		.fa-bold:before{content:"\f032"}
		.fa-italic:before{content:"\f033"}
		.fa-text-height:before{content:"\f034"}
		.fa-text-width:before{content:"\f035"}
		.fa-align-left:before{content:"\f036"}
		.fa-align-center:before{content:"\f037"}
		.fa-align-right:before{content:"\f038"}
		.fa-align-justify:before{content:"\f039"}
		.fa-list:before{content:"\f03a"}
		.fa-share-square-o:before{content:"\f045"}
		.fa-check-square-o:before{content:"\f046"}
		.fa-eye:before{content:"\f06e"}
		.fa-twitter-square:before{content:"\f081"}
		.fa-facebook-square:before{content:"\f082"}
		.fa-thumbs-o-up:before{content:"\f087"}
		.fa-twitter:before{content:"\f099"}
		.fa-facebook:before{content:"\f09a"}
		.fa-google-plus-square:before{content:"\f0d4"}
		.fa-google-plus:before{content:"\f0d5"}
		.fa-comment-o:before{content:"\f0e5"}
		.fa-comments-o:before{content:"\f0e6"}
		.fa-check-square:before{content:"\f14a"}
		.fa-thumbs-up:before{content:"\f164"}
		.fa-thumbs-down:before{content:"\f165"}
		.fa-youtube-square:before{content:"\f166"}
		.fa-youtube:before{content:"\f167"}
		.fa-youtube-play:before{content:"\f16a"}
		.fa-skype:before{content:"\f17e"}
		.fa-chevron-right:before{content:"\f054";}
		.fa-hand-o-right:before{ content:"\f0a4";}
		.fa-clock-o:before{ content:"\f017";}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		background-image: url('images/bg.png');
		box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);
	}

	.wrapper-first
	{
		box-shadow: none;
	}

	.wrapper-style1
	{
		background-image: none;
		background-color: #fff;
	}
	
	.wrapper-style2
	{
		background-color: #fafafa;
		text-shadow: 1px 1px 0px #fff;
	}
	
	.wrapper-style3
	{
		background-color: #f4f4f4;
		text-shadow: 1px 1px 0px #fff;
	}

	.wrapper-style4
	{
		background-color: #696969;
		color: #999;
		text-shadow: -1px -1px 0px #181818;
	}

		.wrapper-style4 h1, 
		.wrapper-style4 h2, 
		.wrapper-style4 h3, 
		.wrapper-style4 h4, 
		.wrapper-style4 h5, 
		.wrapper-style4 h6
		{
			color: #fff;
		}
		
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		background-color: #282828;
		text-align: left;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
		cursor: default;
	}
	
		#nav ul
		{
			margin-bottom: 0;
		}
	
		#nav li
		{
			display: inline-block;
		}
		
		#nav a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			outline: 0;
		}
		
			#nav a:hover
			{
				color: #fff !important;
			}
			
			#nav a.active:before
			{
				content: '';
				display: block;
				position: absolute;
				bottom: -0.6em;
				left: 50%;
				margin-left: -0.75em;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				border-top: solid 0.6em #282828;
			}

			
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
	}

		#top .me
		{
			border-radius: 0%;
			overflow: hidden;
		}

		#top p
		{
		}
	
			#top p a
			{
				color: inherit;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		color: #fff;
	}
	
		#copyright a
		{
			color: inherit;

			-moz-transition: color .2s ease-in-out;
			-webkit-transition: color .2s ease-in-out;
			-o-transition: color .2s ease-in-out;
			-ms-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
		}
		
		#copyright a:hover
		{
			color: #777;
		}
		div#page {
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
		}
		
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}
		
.s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .s-13, .s-14, .s-15, .s-16, .s-17, .s-18, .s-19, .s-20, .s-21, .s-22, .s-23, .s-24, .s-25, .s-26, .s-27, .s-28{
	background: url(/offer/images/sprites.png) no-repeat;
}

.s-1{
	background-position: -5px 0;
	width: 90px;
	height: 20px;
}

.s-2{
	background-position: -104px 0;
	width: 90px;
	height: 20px;
}

.s-3{
	background-position: -204px 0;
	width: 90px;
	height: 20px;
}

.s-4{
	background-position: -5px -27px ;
	width: 90px;
	height: 20px;
}

.s-5{
	background-position: -103px -27px ;
	width: 90px;
	height: 20px;
}

.s-6{
	background-position: -203px -26px ;
	width: 90px;
	height: 20px;
}

.s-7{
	background-position: -6px -51px ;
	width: 90px;
	height: 20px;
}

.s-8{
	background-position: -105px -52px ;
	width: 90px;
	height: 20px;
}

.s-9{
	background-position: -205px -51px ;
	width: 90px;
	height: 20px;
}

.s-10{
	background-position: -6px -77px ;
	width: 90px;
	height: 20px;
}

.s-11{
	background-position: -104px -76px ;
	width: 90px;
	height: 20px;
}

.s-12{
	background-position: -205px -75px ;
	width: 90px;
	height: 20px;
}

.s-13{
	background-position: -7px -102px ;
	width: 90px;
	height: 20px;
}

.s-14{
	background-position: -108px -101px ;
	width: 90px;
	height: 20px;
}

.s-15{
	background-position: -205px -100px ;
	width: 90px;
	height: 20px;
}

.s-16{
	background-position: -6px -126px ;
	width: 90px;
	height: 20px;
}

.s-17{
	background-position: -106px -125px ;
	width: 90px;
	height: 20px;
}

.s-18{
	background-position: -206px -127px ;
	width: 90px;
	height: 20px;
}

.s-19{
	background-position: -6px -151px ;
	width: 90px;
	height: 20px;
}

.s-20{
	background-position: -106px -151px ;
	width: 90px;
	height: 20px;
}

.s-21{
	background-position: -207px -152px ;
	width: 90px;
	height: 20px;
}

.s-22{
	background-position: -1px -201px ;
	width: 398px;
	height: 357px;
}

.s-23{
	background-position: -406px -202px ;
	width: 210px;
	height: 250px;
}

.s-24{
	background-position: -303px -2px ;
	width: 164px;
	height: 45px;
}

.s-25{
	background-position: -303px -53px ;
	width: 164px;
	height: 45px;
}

.s-26{
	background-position: -304px -102px ;
	width: 129px;
	height: 45px;
}

.s-27{
	background-position: -503px 0;
	width: 92px;
	height: 48px;
}

.s-28{
	background-position: -474px -101px ;
	width: 121px;
	height: 45px;
}
.show_hide {
    display:none;
}
