/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */
 
#page-wrapper,
.region-bottom {
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
}

/*
 * Header
 */

/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
}


/*
 * Content
 */
#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 920px;
  margin-left: 0; /* LTR */
  margin-right: -920px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 720px;
  margin-left: 260px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -980px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 720px;
  margin-left: 0; /* LTR */
  margin-right: -720px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
  width: 560px;
  margin-left: 260px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

#content .section {
  margin: 0;
  padding: 0;
}



/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 200px;
  margin-left: 0; /* LTR */
  margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 0 20px 0 0; /* LTR */
  padding: 0;
  overflow: hidden;
  width: 240px;
}

/*
 * Second sidebar
 */

.region-sidebar-second  {
  margin: 0 0 0 10px; /* LTR */
  #padding: 60px 0 0 0;
}


/*
 * Page bottom
 */
.region-bottom /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-bottom {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/
/*
.view-categories img {
float: left;
padding: 7px;
border: 1px solid #F1F1F1;
margin-right: 10px;
}
*/
.view-categories ul {
list-style: none;
padding: 0;
}

.view-categories ul li {
padding-bottom: 20px;
}

.view-categories ul li p {
font-size: 1em;
line-height: 1.3em;
margin-top: 9px;
padding-top:0;
}

.view-categories ul li h3 {
margin: 0;
}

.view-first-article {
margin-bottom: 35px;
}

.view-first-article img {
float: right;
margin-left: 20px;
margin-top: 15px;
}

.view-first-article img.category {
float: left;
margin-right: 20px;
margin-left: 0;
padding:0;
border:0;
}

.view-first-article h2 {
font-size: 2.1em;
margin: 0;
}

.view-first-article p {
font-size: 1em;
line-height: 1.8em;
text-align: left;
}

.view-peterburg-ru-recomend ul {
padding: 0;
list-style: none;
}

.view-peterburg-ru-recomend ul li img {
float: left;
border: 3px solid #E0E0E0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right:5px;
margin-top: 4px;
}

.view-peterburg-ru-recomend ul li {
height: 85px;
}

.view-peterburg-ru-recomend ul li h4 {
margin:0;
}

.flippy .first,
.flippy .last {
display: none;
}
.block-title {
margin-bottom: 15px;
font-size: 1.5em;
line-height: 0.6em;
}

.block-webform {
border-color: #D7D8D9;
background: #F0F1F2;
box-shadow: 0 1px 0 
white, inset 0 2px 3px 
rgba(0, 0, 0, 0.06), inset 0 0 2px 
rgba(0, 0, 0, 0.04);
text-shadow: 0 1px 0 
white;
padding: 25px;
float: left;
width: 670px;
}

#views_slideshow_cycle_main_slider1-page {
margin-bottom: 50px;
min-height: 340px;
}

#views_slideshow_cycle_main_slider1-page h2 {
font-size: 2.2em;
line-height: 1.5em;
margin: 0.75em 0;
}

.field-name-field-position {
color: #848484;
font-size:15px;
font-style: italic;
}

#views_slideshow_cycle_main_slider1-page .subheader {
margin-top: -30px;
margin-bottom: 10px;
}

.view-first-article .subheader{
margin-top: 3px;
}

#views_slideshow_cycle_main_slider1-page img {
padding: 7px;
border: 1px solid #F1F1F1;
float:left;
margin-right: 20px;
}

#views_slideshow_cycle_main_slider1-page .teaser {
font-size: 1em;
line-height: 1.8em;
}

#views_slideshow_cycle_teaser_section_slider1-page {
width: 700px;
}

#views_slideshow_controls_text_pause_slider1-page {
display: none;
}

#views_slideshow_controls_text_slider1-page {
position: absolute;
top: 185px;
}

.view-slider1 #views_slideshow_controls_text_slider1-page {
position: absolute;
top: 200px;
width: 730px;
opacity: 0;
z-index:1000;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.view-slider1:hover #views_slideshow_controls_text_slider1-page {
display:block;
z-index:1000;
opacity: 1;
}

.view-slider1  {
position: relative;
}

#views_slideshow_controls_text_next_slider1-page {
float: right;
}

#views_slideshow_controls_text_next_slider1-page a,
#views_slideshow_controls_text_previous_slider1-page a {
width: 35px;
padding: 6px;
}

#views_slideshow_controls_text_previous_slider1-page a {
background: url(/sites/all/themes/peterburg_ru/images/arrows.png) no-repeat;
width: 35px;
height: 35px;
text-indent: -300px;
display: block;
overflow: hidden;
float: left;
background-position: -9px 0px;
margin-right: 10px;
}

#views_slideshow_controls_text_next_slider1-page a {
background: url(/sites/all/themes/peterburg_ru/images/arrows.png) no-repeat;
width: 35px;
height: 35px;
text-indent: -300px;
display: block;
overflow: hidden;
float: left;
background-position: -62px 0px;
margin-right: 10px;
}

.views-field-path .field-content {
float: right;
margin-top: 5px;
}

#views_slideshow_cycle_main_slider2-block .views-slideshow-cycle-main-frame-row-item {
float: left;
margin: 5px;
width: 230px;
}

#block-views-slider2-block {
position: relative;
}

#views_slideshow_controls_text_pause_slider2-block {
display: none;
}


#views_slideshow_controls_text_slider2-block {
position: absolute;
top: 0;
width: 730px;
z-index: 500;
}

#views_slideshow_controls_text_previous_slider2-block,
#views_slideshow_controls_text_next_slider2-block {
position: absolute;
top: 100px;
}

#views_slideshow_controls_text_next_slider2-block {
right: 0;
}

#views_slideshow_controls_text_next_slider2-block {
float: right;

}

#views_slideshow_controls_text_previous_slider2-block {
float: left;
}



#views_slideshow_controls_text_previous_slider2-block a {
background: url(/sites/all/themes/peterburg_ru/images/arrows.png) no-repeat;
width: 47px;
height: 48px;
text-indent: -300px;
display: block;
overflow: hidden;
float: left;
background-position: -9px 0px;
margin-right: 10px;
}

#views_slideshow_controls_text_next_slider2-block a {
background: url(/sites/all/themes/peterburg_ru/images/arrows.png) no-repeat;
width: 48px;
height: 48px;
text-indent: -300px;
display: block;
overflow: hidden;
float: left;
background-position: -61px 0px;
margin-right: 10px;
}

#block-views-slider2-block h3 {
margin: 5px 0 0 0;
font-size: 1.2em;
}

#block-views-slider2-block .description p,
#block-views-slider2-block .description {
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
}

.data {
margin-top: 10px;
}

.submitted {
color: #7F7F7F;
margin-bottom: 10px;
}

.item-list .data{
color: #7F7F7F;
font-size: 90%;
margin-top: -3px;
}
/* ---------------- bread-crumbs ----------------- */
.breadcrumb a,.breadcrumb .separ{
color:#A3A1A1;
font-size:12px;
font-style: italic;
}
.breadcrumb{
font-size:18px;
font-style: italic;
margin-left: 25px;
}
.breadcrumb a:hover{
color: #e80f0f;
}
.breadcrumb .h1{
margin-left:2px;
}
.b-inner .breadcrumb{
margin-top:-12px;
}

.tabs {
width: 100%;
display: block;
height: 30px;
}

.title-sights {
font-weight: bold;
font-size: 1.2em;
background: url(/images/arrow1.gif) no-repeat left;
padding-left: 20px;
}

.title-page-sights {
color: #7F7F7F;
font-size: 1.2em;
}

.title-page-sights a {
color: #7F7F7F;
}

.page-node-101 .region-content ul {
margin-top:0;
}

.page-node-101 .region-content ul li  {
font-size: 1.1em;
padding-left: 13px;
background: url(/images/arrow2.gif) no-repeat left;
list-style: none;
margin-left: 20px;
}

.tags-menu ul {
padding:0;
}

.tags-menu ul li {
list-style: none;
padding-left: 20px;
}

#block-views-shop-tags-block,
#block-views-shop-tags-block-1 {
width: 210px;
float: right;
border-left: 1px solid #7F7F7F;
margin: 10px;
padding: 0;
}

.grey-round-block {
font-size: 90%;
line-height: 150%;
width: 200px;
float: right;
margin-left: 15px;
padding: 14px;
border: 1px solid 
rgba(0, 0, 2, 0.8);
border-radius: 7px;
background: 
#363638;
box-shadow: inset 0 1px 0 
rgba(253, 253, 255, 0.2), 0 1px 1px 
rgba(0, 0, 2, 0.2);
color: 
#BFBFC1;
text-shadow: 0 1px 0 
rgba(0, 0, 2, 0.3);
}

.grey-round-block h3 {
font-size: 160%;
font-weight: normal;
margin: 5px 0;
}

.grey-round-block ul {
list-style-type: square;
}

#article .grey-round-block a:link,
#article .grey-round-block a {
text-decoration: none;
color: #fff;
}

#article .grey-round-block a:hover {
text-decoration: none;
color: #087ba6;
}

.map-invisible {
display:none;
}

.view-calendar {border-collapse:collapse; padding:0px; border:0px; text-align:left;}
.view-calendar th {font-size:12px; padding:10px; margin:0px; border-bottom: 2px solid #000; text-align:left;}
.view-calendar td {padding:10px; margin:0px; border-bottom: 1px solid #ccc; text-align:left;}
.view-calendar tr.even, 
.view-calendar tr.odd {background-color: #fff;}

a.weather-link {
color: 
#7F7F7F;
text-decoration: underline;
margin-left: 52px;
font-size: 12px;
}

#block-views-hot-articles-block ul{
padding: 0;
}

#block-views-hot-articles-block ul li {
list-style: none;
float: left;
width: 45%;
padding: 10px;
background: none;
margin-left: 0;
}

#block-views-hot-articles-block ul li a{
float: left;
}

#block-views-hot-articles-block ul li .hot-title{
float: left;
width: 200px;
margin-left: 10px;
}

#block-views-hot-articles-block ul li .hot-title a{
font-size: 1.1em;
font-weight: bold;
}

.likes {
padding: 10px;
margin-left: 15px;
}

.likes ul{
padding: 0;
}

#article .likes ul{
float:right;
}
.likes ul li:last-child{
width:60px;
}
.likes ul li{
list-style: none;
float: left;
padding-right: 10px;
width:170px;
}

.likes-vertical {
}

.likes-vertical ul{
padding: 0;

}

.likes-vertical ul li{
  list-style: none;
  height: 30px;
}

.page-node-101 .region-content .likes ul li{
background: none;
}

.page-node-101 .region-content .sights_block li {
background: none;
padding-left: 0;
width: 250px;
display: block;
float: left;
}

.page-node-101 .region-content .sights_block li h3{
margin-top: 0;
}

#musei_table p {
text-align: left;
line-height: 1.3em;
font-size: 75%;
margin: 0;
}

.banner img {
margin: 0 0 40px 0;
padding: 0;
border: none;}


.reclama-button {
    width: 196px; height:26px;  line-height:24px; font-size:14px; color:#FFFFFF !important; font-weight:bold; text-align:center; cursor:pointer; 
    margin-top: 18px; border:1px solid #c04844; background: #dd6f69;  background: -moz-linear-gradient(top, #dd6f69 0%, #bf4642 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd6f69), color-stop(100%,#bf4642));  background: -webkit-linear-gradient(top, #dd6f69 0%,#bf4642 100%);  background: -o-linear-gradient(top, #dd6f69 0%,#bf4642 100%);  background: -ms-linear-gradient(top, #dd6f69 0%,#bf4642 100%);  background: linear-gradient(to bottom, #dd6f69 0%,#bf4642 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6f69', endColorstr='#bf4642',GradientType=0 ); -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px;-moz-box-shadow:1px 1px 2px #b3b3b3; -webkit-box-shadow:1px 1px 2px #b3b3b3; box-shadow:1px 1px 2px #b3b3b3;
}
.reclama-button a {
    color: #fff;
}
.reclama-button:hover {
    background: #dd6f69;  background: -moz-linear-gradient(top, #bf4642 0%, #dd6f69 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf4642), color-stop(100%,#dd6f69));  background: -webkit-linear-gradient(top, #bf4642 0%,#dd6f69 100%);  background: -o-linear-gradient(top, #bf4642 0%,#dd6f69 100%);  background: -ms-linear-gradient(top, #bf4642 0%,#dd6f69 100%);  background: linear-gradient(to bottom, #bf4642 0%,#dd6f69 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4642', endColorstr='#dd6f69',GradientType=0 );
}
.reclama-button:active {background: #dd6f69; 
background: -moz-linear-gradient(top, #dd6f69 0%, #bf4642 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd6f69), color-stop(100%,#bf4642)); 
background: -webkit-linear-gradient(top, #dd6f69 0%,#bf4642 100%); 
background: -o-linear-gradient(top, #dd6f69 0%,#bf4642 100%); 
background: -ms-linear-gradient(top, #dd6f69 0%,#bf4642 100%); 
background: linear-gradient(to bottom, #dd6f69 0%,#bf4642 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6f69', endColorstr='#bf4642',GradientType=0 );-moz-box-shadow:inset 1px 1px 5px #6e0e0b; -webkit-box-shadow:inset 1px 1px 5px #6e0e0b; box-shadow:inset 1px 1px 5px #6e0e0b }

.button-add {
position: absolute;
right: 270px;
top: 45px;
line-height: 24px;
font-size: 14px;
font-weight: bold;
text-align: center;
margin-top: 30px;
background: #B3B3B3;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}


.button-add a {
    color: #fff;
	text-decoration:none;
}

.add-restoran {
width: 170px;
height: 26px;
}

.add-hotel {
width: 150px;
height: 26px;
}

.add-events {
width: 190px;
height: 26px;
}

.add-partner.button-add{
width: 170px;
height: 26px;
margin-top: -55px;
}


.button-add:hover {
background: #a2a1a1;
}
    
.button-add:active {
-moz-box-shadow:inset 1px 1px 5px #000; 
-webkit-box-shadow:inset 1px 1px 5px #000; 
box-shadow:inset 1px 1px 5px #000 
}
