/* cyrillic-ext */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
	unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ6iIh_FvlUHQwED9Yt5Kbw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS_vZmeiCMnoWNN9rHBYaTc.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJejkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#skyscrapper_body
{
	margin: 0px; 
	padding: 0px;
	font-family: 'Roboto slab';
}

#skyscrapper_body a
{
	text-decoration: none;
}

#skyscrapper_header
{
	height: 46px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#skyscrapper_header #logo_place
{
	margin-top: 4px;
	float: left;
	margin-left: 13px;
}

#skyscrapper_header #logo_place img
{
	border: 0px;
}

#skyscrapper
{
	width: 248px;
	height: 678px;
	overflow: hidden;

	border: 1px solid #dfdfdf;

	background-color: #FFF;
}

#skyscrapper_cont
{
	position: relative;
	width: 100%;
	height: 600px;
}

#skyscrapper_cont .inner_b
{
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	overflow: hidden;

	position: absolute;
	z-index: 1;

	background-color: #FFF;
	left: 0px;
	top: 0px;
}


#skyscrapper_cont .inner_b .inner_object_b a 
{
	text-decoration: none;
	display: block;
}


.inner_object_b a .object_i_b 
{
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 146px;
	background-size: 100%;
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
}

.inner_object_b a:hover .object_i_b 
{
	background-size: 120%;
}

#skyscrapper_cont .inner_b .inner_object_b
{
	width: 224px;
	height: 200px;
	margin: 0px 13px 0px 13px;

	-webkit-background-size: cover;
	
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	position: relative;
}





.object_title_b 
{
	text-align: center;
	color: #333333;
	font-size: 16px;
	height: 24px;
	margin-top: 4px;
	line-height: 24px;
	overflow: hidden;
}

.object_title_b.full_b { height: 46px; }

.object_price_b {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #55ce6f;
	font-weight: bold;
}





#footer_btns_b
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin-left: 13px;
	margin-right: 13px;
	border-top: 1px solid #e5e5e5;
    height: 19px;
        margin-top: 4px;
    padding-top: 5px;
}

#btn_prev,#btn_next
{
	cursor: pointer;
	float: left;
	width: 30px;
	height: 100%;
	display: block;
	position: relative;
}

#footer_btns_b .inner_footer_b
{
	width: 60px;
	margin: 0 auto;
}

#btn_prev i,#btn_next i
{
	position: absolute;
	left: 8px;
	top: 2px;
	width: 10px;
	height: 14px;
	background-image: url('../img/new/buttons_b_arrows_infoB.png');
	background-repeat:no-repeat;
}

#btn_prev i
{
	background-position: 0px 0px;
}

#btn_prev:hover i
{
	background-position: 0px -14px;
}

#btn_next i
{
	background-position: -10px 0px;
}

#btn_next:hover i
{
	background-position: -10px -14px;
}

.skyscrapper_clr
{
	clear: both;
}


/* skyscrapper_newVertise */

#skyscrapper_newVertise
{
	float: right;
	margin-right: 13px;
	margin-top: 4px;
}

#skyscrapper_newVertise a
{
	width: 35px;
	height: 35px;

	background-color: #55ce6f;

	display: block;

	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

#skyscrapper_newVertise a img 
{
	padding-top: 9px;
}

#skyscrapper_newVertise a:hover
{
	background-color: #00c56d;	
}


#skyscrapper_footer
{
	border-top: 1px solid #e5e5e5;
	width: 224px;
	margin: 0 auto;
}

#skyscrapper_footer ul 
{
	margin: 0px;
	padding: 0px;
}

#skyscrapper_footer ul li 
{
	float: left;
}