/*
ShoppingCenter.ru
BASE (MOBILE) version
*/

@import url('https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic');

/* typography */
body{
	background:#fff;
	color:#666;
	font-family:'Droid Serif', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}
h1, h3, h4, h5, h6{
	font-weight:400;
	font-family:'Oswald', Arial, Helvetica, sans-serif; 
	line-height:1.3em;
	margin:.45em 0;
	padding:0;
} 


/* links */
a,
a:visited,
a:active{ color:#003399}
a:hover{color:#F11E42}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}
  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
header{ 
	padding:8px 0;
}

#content {  
	padding: 0 0 18px 0;
}

#content h2{
	color:#FC3749;
}	

p{ margin:0 0 1.5em;}


h2, .h2{
	display:block;
	color:#FC3749;
	font-weight:400;
	font: 1.5em/1em 'Oswald', Arial, Helvetica, sans-serif; 
	margin: 18px 0 8px 0;
	padding:0;
}

#content img {
	margin-top: 9px;
}

#content h1 {
	font: 44px/44px 'Lobster', cursive;
	color:#F11E42;
}

#content ul{
	margin-right:18px;
}

#content ul li,
#content ol li{
	margin:18px 0;
}

/* RESPONSIVE IMAGES  */
img{ max-width:100%; height:auto;}

/*MAIN MENU*/
.menu-toggle{
	display:block;
	padding:10px;
	margin:8px 0 0;
	background:#666;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
	text-align:center;
}
.menu-toggle.toggled-on{
	background:#5ec79e;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	color:#666;
	background:#dadada;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	font-size:.9em;
}
.srt-menu li a:hover{
	background:#5ec79e;
	color:#fff;
}
.srt-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#efefef;
	padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:60px;
	text-align:center;
	clear: both;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	color:#666;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#5ec79e;
	color:#fff;
}


/*FOOTER*/
footer{  
	background:#333;
	color:#ccc;
	font-size:70%;
	padding:20px 0;
	line-height:1.1em;
}
footer a, 
footer a:visited, 
footer a:active{
	color:#999;
}

footer ul{
	margin:0 0 0 8%;
	padding:0;
}


/*Some more colored elements*/

.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}

.h2grey {
color:#666;
font-size:16pt;
font-weight:400;
line-height:15pt;
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

blockquote {
  font: italic 22px/29px Georgia;
  background: #f9f9f9;
  width: 93%;
margin: 0.25em .25em 0.25em 1.75em;
padding: 0.85em 0.95em 1.15em 1.15em;
line-height: 1.45;
position: relative;
color: #888;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 108px;
position: absolute;
left: -30px;
top: -30px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 18px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.citata {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size:12pt;
line-height:18px;
color: #3E5AC0;
font-style:italic;
	}



/*
Articles
*/

.imgl { 
	float:left;
	margin: 5px 28px 8px 0;
}

body#deti a#detilink,body#moda a#modalink,body#style a#stylelink,body#gift a#giftlink,body#ishops a#ishopslink,body#shopping a#shoppinglink,body#expert a#expertlink,body#otdyh a#otdyhlink,body#prich a#prichlink,body#mj a#mjlink,body#interior a#interiorlink,body#men a#menlink, body#krasota a#krasotalink{
color:#F11E42;
}

.blackline { 
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18px;
}

.rubr { 
	color:#F11E42;
	font-weight:700;
	text-decoration:none;
}

.podzag {
font-size:14pt;
font-weight:400;
color:#3E5AC0;
}

.vajno{
	padding: 2px 9px;
	background: #3E5AC0;
	color:#fff;
}

.red { 
	color:#F11E42;
}

.small { 
	font-size:80%;
}

.podp{ 
	font-size:90%;
}

.recept{ 
	margin: 8px 0 18px 0;
	padding:0 18px 18px 0;
	display:block;
	clear:both;
	border-bottom: 1px dashed #999;
	min-height: 360px;
}

.recept h2{ 
	font: 28px/28px 'Lobster', cursive;
}

.recept img{ 
	float:left;
	margin: 0 19px 8px 0;
	padding: 7px; 
	border: solid 1px #EFEFEF;
}

.recept img:hover { 
border: solid 1px #CCC; 
-moz-box-shadow: 1px 1px 5px #999; 
-webkit-box-shadow: 1px 1px 5px #999; 
box-shadow: 1px 1px 5px #999; 
}

.fotopage{
}

.fotopage img{
margin:0 18px 18px 0;
}

.fotopage800{
width:800px;
}

.fotol {
float:left;
vertical-align:top;
margin:0 18px 18px 0;
}

.fotoadvl {
width:336px;
height:280px;
float:left;
margin:9px 18px 18px 0;
}

.fotoadvb {
width:580px;
height:400px;
float:left;
margin:0 18px 18px 0;
}

.fotoblock {
	margin: 15px 0 28px 0;
	min-width: 120px; 
	min-height: 480px; 
	position: relative; 
	display: block;
	}

	
.fotoblock h2{
	margin:0 0 8px 0;
	padding:0;
	color:#3E5AC0;
	display:inline-block;
	}
	
.fotoblock .small{
	font-size:80%;
	line-height:118%;
	color:#999;
	}
	
.fotoblock img{
	float:left;
	}
	
.fotoblock a img{
	margin:0;
	padding: 0 3px 3px 0;
	width:12%;
	}
	
.fotoblock p{
	margin-bottom:8px;
	}
	
.fotogor{
	margin: 9px 0;
	width: 48%;
	display:inline-block;
	}

.modalist{ 
 margin: 8px 28px;
 font-size:80%;
 text-align:left;
}

.people{ 
 padding:18px; 
 float:left; 
 text-align:center;
}

.people:hover{ 
 background-color:#FBDBE5;
}

/* Subscribe style */
.subscr { 
 color:#fff;
 background:#3B4D6B;
 margin: 8px 0;
 padding: 9px 18px;
 border-radius:5px;
}

.subscr input{ 
 margin: 0 8px;
}


/*
Breadcrumbs
*/

#krohi { 
	margin: 0 0 .75em 0;
	padding: 2px 0 5px 18px;
	background-color:#eee;
	border-radius: 0 0 8px 8px;	
}

#krohi a{ 
	font-size:11px;
	text-transform: uppercase;
	text-decoration:none;
	color:#333;
	border-bottom:none;
}

#krohi a:before {
	content: ">"; 
	padding:0 8px;
}


/*
Sidebars
*/

.kolonkaleft{
	padding: 8px;
	text-align:center;
}

.teaserbar{
	width:228px;
	padding: 8px;
	margin:8px auto;
}

.teaserbar a{ 
 font:23px/23px 'Lobster', cursive;
 text-decoration:none;
}





/****************************************
*****************************************
MEDIAQUERIES
*****************************************
****************************************/



/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px; 
	margin: .15em auto;
}
header{
	padding:0;
}
#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
	margin-top:5px;
}

#content {  
	float:right;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}

#content a{
	text-decoration: none;
	border-bottom: 3px solid #FBDBE5;
	box-shadow: inset 0 -5px 0 #FBDBE5;
	color: inherit;
	-webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
	transition: background .15s cubic-bezier(.33,.66,.66,1);
}


#content a:hover{
  color: #FC3749;
  background-color:#FBDBE5;
}

#content img a{
text-decoration: none;
}

#logosc {  
	text-align:center;
	padding: .75em 0;
	border-bottom: 4px double #777 ;
}


aside { 
	float:left;
	width:30%;
	border-right:dashed #999 1px;
	padding: 1.75em 0;
	}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block; text-align:center; }

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.srt-menu ul {
	position:	absolute;
	display:	none;
	width:		12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
	height:25px;
}
.srt-menu li li {
	margin-left:0px;
	height:auto;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			42px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO2 SKIN ***/
.srt-menu {
	margin: 0;
	display:block;
}
#topnav {
	margin: 0.25em 0;
	display:block;
	text-align:center;
	height:36px;
	border-bottom:solid #999999 1px;
}

.srt-menu {
	width:780px;
	margin:0 auto;
}

.srt-menu a {
	text-decoration:none;
}
.srt-menu li a{
	text-align: left;
	font-size:12px;
	background:#fff;
	margin:-8px 0 0 0; 
	padding:10px 18px;
	letter-spacing: 2px;
	color:#999;
}


.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666;	
}
	
.srt-menu li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333; /*fallback for old IE*/
		background:rgba(0,0,0,.7);
		color:	#fff;
		padding: 18px 8px 18px 18px;
		line-height:14px;
		letter-spacing: normal;
}
.srt-menu li li a:visited{color:#fff;}

.srt-menu li.current * li a{
	padding-left:18px;
	background:rgba(0,0,0,.7);
}

.srt-menu li li li a{
	padding-left:18px;
	background:rgba(0,0,0,.6);
}

.srt-menu li:hover > a,
.srt-menu li.current a{ 
	color:#F11E42;
	background:#fff;
}

.srt-menu li li:hover > a{
	color:#F11E42;
	background:#fff;
}

.razdelit{
	border-left:solid #999 1px;
}

}




/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}


/*
SC css
*/
@media only screen and (max-width: 710px) {

.fotogor{
	width: 100%;
	}
	
.fotoblock a img{
	width:auto;
	max-width:23%;
	}
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
для кнопок яндекса
*/

.ya-share2__item {

margin: 0 6px 0 0 !important;
}