@font-face {
	font-family: 'Myriad_Pro_Light';
	src: url('fonts/Myriad_Pro_Light.eot');
	src: local('☺'), 
	url('fonts/Myriad_Pro_Light.woff') format('woff'), 
	url('fonts/Myriad_Pro_Light.ttf') format('truetype'), 
	url('fonts/Myriad_Pro_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Cond';
	src: url('fonts/MyriadPro-Cond.eot');
	src: url('fonts/MyriadPro-Cond.woff') format('woff'), url('fonts/MyriadPro-Cond.ttf') format('truetype'), url('fonts/MyriadPro-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	/*background:url(images/body_bg.jpg) repeat-x;*/
	font-family:Arial, Tahoma, Sans-serif;
	font-size:13px;
	color:#353535;


}

/*a, a:visited {
	color:#2584C6;
}*/

#slogan {
	font-family: arial;
	font-size: 16px;
	color: black;
	text-align: center;
	padding: 20px 0px 50px 0px;
	height: 5px;
	position: relative;
}

#slogan a {
	text-decoration:none;
}

#slogan span {
    color: #000000;
    float: right;
    font-family: Centut;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 30px 0px 5px;
}

#logo {
    padding: 0px 110px 0px 0px;
}

#grey-line {
	height:0px;
	width:100%;
	background:#7e7e7e;
}

#wrapper {
    background-color: #fff;
    margin: 0 auto;
    min-height: 600px;
    min-width: 1100px;
    width: 1100px;
}

#top-menu {
	height:40px;
	margin:5px 0px;
}

#top-menu table {
	width:100%;
}

#top-menu a {
	display: block;
	height: 45px;
	padding: 0px 5px;
	line-height: 45px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #ff6700;
	font-size: 14px;
	text-align: center;
	font-family: Arial Black;
	*border-top: 1px solid #ff6a09;
	*border-bottom: 1px solid #ff6a09;
}

#top-menu td:first-child a {
	*border-left:1px solid #ff6a09;
}

#top-menu td:last-child a{
	*border-right:1px solid #ff6a09;
}

#top-menu a.active,  #top-menu a:hover{
	background:#fff;
	*border-top:1px solid #ff6a09;
	*border-bottom:1px solid #ff6a09;
	color:#ff8300;
}

#content {
	overflow:hidden;
}

.column-items {
	overflow:hidden;
	margin:10px 0px;
}

.column-items .item {
	width:320px;
	float:left;
}

.column-items .item h4 {
	margin:0px 0px 10px 0px;
	line-height:20px;
}
.column-items .item img {
	margin:10px 0px 0px 0px;
}
.column-items .item h4 a 
	{
color: #666666;
/* font-size: 20px; */
text-decoration: none;
/* text-transform: uppercase; */
font-weight: normal;
font: 15px/1.4em Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
}

.column-items .item p {
	font-size:13px;
	font-family:Tahoma,Arial,Sans-serif;
	color:#515151;
	margin:0px 0px 0px 0px;
}

.column-items .item span {
	display:block;
	width:25px;
	height:25px;
	background:#fc6e51;
	line-height:25px;
	text-align:center;
	color:#FFFFFF;
	font-family:Myriad_Pro_Light;
	font-size:16px;
	float:left;
}

.column-items .item div {
	width:290px;
	float: left;
}

.quote {
	color:#696868;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	background:url(images/quote.png) 0% 50% no-repeat;
	padding:10px 0px 10px 50px;
	margin:10px 0px;
}

.quote p {
	padding:0px;
	margin:0px;
}

#center-side {
	width:195px;
	float:left;
}

#thumbs {
	margin:10px 0px;
	padding:0px 0px 0px 20px;
	background:url(images/thumb.png) 0% 60% no-repeat;
}

#thumbs a {
	color:#9b9b9b;
	font-size:12px;
	font-family: Georgia, serif;
}

#thumbs a:last-child {
	color:#fc6e51;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
}

.articles .item {
	overflow:hidden;
	float: left;
}

.articles .item .date {
	width:70px;
	height:70px;
	float:left;
	font-size:48px;
	color:#5591bc;
	text-align:center;
	font-family:Myriad_Pro_Light;
	border-right:2px solid #c5c5c5;
	font-weight:bold;
	margin-right:20px;
	margin-bottom:10px;
}

.date_ {	
	color:#2584C6;
	
}

.articles .item .date span {
	display:block;
	color:#777777;
	font-size:16px;
	text-transform:uppercase;
}

.articles .item img {
    display: block;
    float: left;
    margin-left: 0;
    padding: 0;
	width: 250px;
    height: 250px;
    background-color: #f5f5f5
}

.articles .item div.body {
	width:400px;
	float:left;
	overflow:hidden;
	
}

.articles .item div.body.long {
    display: block;
    float: left;
    width: 280px;
    height: 370px;
    margin: 0 10px 10px;
    overflow: hidden;
}

.articles .item div.body.longer {
	width:519px;
}

.articles .item a.name {
    color: #000000;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 89.3%;
	padding-bottom: 10px;
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	background-color: #f5f5f5
}

a.name_s {
	color:#353535;
	
	font-family: Sans-serif, Tahoma;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

.articles .item p {
	margin:0px 0px 5px;
	color:#000000;
	font-size:14px;
	font-style:italic;
	height: 80px;
	width: 244px;
	border: 3px solid #f5f5f5;
}

p.small-margin {
	margin:5px 0px;
}



a.detail {
	display:block;
	width:68px;
	height:22px;
	line-height:22px;
	background:url(images/detail.png) top left no-repeat;
	float:right;
	margin-bottom:10px;
	color:#FFFFFF;
	padding-left:10px;
	text-decoration:none;
}

.artilce {
	margin:10px 0px;
	overflow:hidden;
}

h1.title {
	font-family: Sans-serif, Tahoma;
	font-size:0px; /* Скрыт текст названия раздела на странице */
	color:#333;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.artilce  p {
	margin:0px 0px 5px 0px;
}

#right-side {
	width:930px;
	float:right;
}

.side-menu {
	margin:10px 0px;
}

.side-menu a {
	display:block;
	color:#3d3d3d;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	padding:10px 0px 10px 20px;
	border-left:3px solid #2584c6;
	margin:0px 0px 2px 0px;
}

.side-menu a.active, .side-menu a:hover {
	background:#2584c6;
	padding-left:23px;
	border-left:0px;
	color:#FFFFFF;
}

.question-block {
	margin:10px 0px;
	overflow:hidden;
}

 h4.side-block {
	margin:0px 0px 10px 0px;
	font-family: Georgia, serif;
	font-size:19px;
	color:#353535;
	font-style:italic;
	font-weight:normal;
}

.question-block input,.question-block textarea {
	display:block;
	border:1px solid #cfcfcf;
	border-radius:5px;
	margin:0px 0px 10px 0px;
	width:278px;
	padding:5px 10px;
	color:#cfcfcf;
	font-style:italic;
}

a.send {
	display:block;
	width:117px;
	height:39px;
	line-height:39px;
	background:url(images/send.png) top left no-repeat;
	float:right;
	margin:10px 0px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

.article a.send {
	float:none;
}

.article {
width: 100%;
    float: left;
}


.stroke {
	margin:10px 0px;
	height:15px;
	background:url(images/stroke.png) top left repeat-x;
}

#slider-wrapper {
	width:100%;
	height:350px;
	margin:10px 0px 10px 0px;
	position:relative;
	padding-bottom:15px;
	background:url(images/shadow.png) 50% 100% no-repeat;
	
}

#slider-wrapper .arrows {
	height: 66px;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 110;
	left:0px;
	right:0px;
}



#slider-wrapper a.l-arrow {
    background: url(images/l_arrow_s.png) top left no-repeat;
    display: block !important;
    height: 17px;
	outline: medium none;
    position: absolute;
    width: 31px;
    z-index: 100;
	top: 175px;
	left:11px;
}


#slider-wrapper a.r-arrow {
	background:url(images/r_arrow_s.png) top left no-repeat;
    display: block !important;
    height: 17px;
	outline: medium none;
    position: absolute;
	width: 17px;
    z-index: 100;
	top: 175px;
	right:25px;
}


#uldiv {
	margin:0px;
	width:960px;
	height:350px;
	overflow:hidden;
	padding:0px ;
	position:relative;
	margin:0px auto;

}

#uldiv ul {
	width:8200px;
	padding:0px;
	margin:0px;
	list-style-type:none;
	overflow:hidden;
	position:relative;
	position:relative;
}

#uldiv ul li{
	float:left;
	margin: 0px 0px 0px 0px;
	display:block;
	padding:0px;
	border-radius:10px;
	zoom:1;
	width:960px;
	height:350px;
}

#uldiv ul li  a {
	display:block;
	width:960px;
	height:350px;
	border-radius:10px;

}
#uldiv ul li img{
	width:960px;
	height:350px;
	display:block;
}

.banner {
	margin:10px 0px;
	text-align:center;
}

.banner img {
}

/*.dotted {
	margin:5px 0px;
	height:3px;
	background:url(images/dotted.png) top left repeat-x;
	clear:both;
	width: 275px;
}*/

.grey-line {
	margin:5px 0px;
	height:2px;
	background:#e7e7e7;
}

.width-limited {
	width:1150px;
	margin-left: auto !important; 
	margin-right: auto !important; 
}

#footer {
	height:110px;
	width:100%;
	background:#fff;

}

#bottom-menu {
	padding-top:50px;
}

#bottom-menu table {
	width:100%;
}

#bottom-menu a {
    color: #969696;
    font-size: 11px;
    text-decoration: none;
}

#bottom-menu a {
    color: #969696;
    font-size: 11px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.question-block div {
	margin-bottom:5px;
}

table.vote {	
	width:100%;
}

table.vote td {
	padding:2px 5px;
	border:1px solid #9B9B9B;
}

table.vote th {
	padding:5px;
	border:1px solid #9B9B9B;
}

.gallery-wrapper {
	width:620px;
	
	position:relative;
}

#big-image img {
	display:block;
	width:380px;
	/*height:308px;*/
	border:1px solid #eaeaea;
	padding:5px;
	margin:0px auto;
}

.small-gallery {
	width:560px;
	margin:10px auto;
	overflow:hidden;
}

.small-gallery img {
	display:block;
	width:110px;
	height:62px;
	padding:4px;
	border:1px solid #eaeaea;
	float:left;
	margin-right:26px;
	margin-bottom:10px;
	cursor:pointer;
}

.small-gallery img.active {
	background:#2584c6;
}

.l-arrow {
	width:23px;
	height:41px;
	background:url(images/l_arrow.png);
	position:absolute;
	left:0px;
	top:130px;
	cursor:pointer;
}

.r-arrow {
	width:23px;
	height:41px;
	background:url(images/r_arrow.png);
	position:absolute;
	right:0px;
	top:130px;
	cursor:pointer;
}

.prices {
	margin:10px 0px;
}
.prices table {
	width:100%;
}

.prices table tr.lined td {
	background:url(images/dotted.png) 0% 100% repeat-x;
	
}

.prices table tr.lined-up td {
	background:url(images/dotted.png) 0% 0% repeat-x;
	
}


.prices table  td {

	padding:5px 0px;
}

.prices p {
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-style:italic;
	margin:0px;
}

.prices a {
	text-decoration:none;
	font-weight:bold;
	
}


.label_radio   { display:block;padding:0px 0px 0px 0px;}
.label_radio input  { margin-left: 10px;  }
.has-js .label_check, .has-js .label_radio    { padding-left: 35px; }
.has-js .label_radio  { background: url("images/poll_d.png") 0% 50% no-repeat; }
.has-js label.r_on    { background: url("images/poll_e.png") 0% 50% no-repeat; }
.has-js .label_radio input  { position: absolute; left: -9999px; }
td {vertical-align:top;}

a {
color: #FF6600;
font-size: 15px !important;
text-decoration: none; 
}

.linkList a {
background: url("https://still.kiev.ua/img/still_layout.png") no-repeat scroll 0 0 transparent;
color: #FF6700;
display: block;
font-size: 12px;
margin: 4px 0 0;
padding: 6px 4px 4px;
text-decoration: none;
margin-left: -40px;
width: 280px;
}

li
{
 list-style-type: none; 
}

.valign {
vertical-align: middle;
}

.credits {
    color: #969696;
    font-size: 11px;
    padding-top: 25px;
}

.credits a {
	text-transform: none !important;
	color: #2a2a2a !important;
}

.sd_menu {
/*    background: url("images/repeat_x.png") repeat-x scroll 0 -523px  transparent;*/
    height: 41px;
}

.sd_menu li {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 2px;
    color: #ff6600;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    margin: 6px 0 0 1px;
    max-height: 34px;
    padding: 10px 10px 11px 0;
    text-align: center;
/*    width: 120px;*/
}

.arrow {
    background: url("images/arr1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 11px;
    margin: 1px 8px 0 6px;
    width: 11px;;
}

.sd_menu li a {
	float:left;
}

.sd_menu li.active {
	border-bottom: 1px solid #ffffff;
}

span.arrow.active {
    background: url("images/arr2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#bottom-menu.width-limited li {
    color: #969696 !important;
    display: block;
    float: left;
    margin-right: 5px;
}

/*#header {
    background: url("images/repeat_x.png") repeat-x scroll 0 0 #ffffff;
    height: 116px;
}*/

#headerMain {
  width:1100px;
  height: 150px;
  margin:0px;
  z-index:0;
}

#header {
  height: 150px;
  background: url("images/ground.jpg") no-repeat;
  position: fixed;
  z-index: 9999;
}

#header #metaMenu .level1 .bLeft {
    background: url("images/still_layout.png") no-repeat scroll -789px -44px transparent;
    height: 26px;
    position: absolute;
    right: -7px;
    top: 4px;
    width: 1px;
}

#header #metaMenu {
    display: block;
    float: left;
    list-style-type: none;
    margin: -8px 0 0 20px;
    padding: 0;
    position: relative;
    z-index: 10001;
}

#header #metaMenu .level1 {
    float: left;
    height: 26px;
    padding: 5px 0 0 12px;
    position: relative;
}


#header #searchThis {
    background: url("images/still_layout.png") no-repeat scroll -604px -46px transparent;
    border: 0 none;
    color: #999999;
    float: left;
    font-size: 11px;
    height: 25px;
    overflow: hidden;
    padding: 0 5px;
    width: 128px;
}

#header #searchStart {
    background: url("images/still_layout.png") no-repeat scroll -743px -46px transparent;
    display: block;
    float: left;
    height: 26px;
    margin-right: 12px;
    width: 22px;
}

#header #metaMenu a.levelLink {
    color: #999999;
    float: left;
    padding: 4px 20px;
    position: relative;
    text-decoration: none;
}

.d_inf {
    background: url("images/icon_info.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ff6600 !important;
    display: block;
    float: right;
    font-size: 11px !important;
    font-weight: bolder;
    height: 41px;
    line-height: 18px;
    margin-top: 30px;
    padding-left: 24px;
    text-decoration: none;
}