.content-wrap {
   background:url('patterns/p5.png') #fff; color:#333; 
    text-shadow: none;
    padding-bottom: 100px;
    margin:0 0 -300px 0;
    box-shadow:0px -10px 20px #000;
    padding:0 0 10px 0;
    position: relative; z-index: 10;
}


#mainmenu {
    background:url('patterns/p6.png') #a70; 
    color:#fff;
    vertical-align: top;
    height:90px; 
    position:relative; 
    z-index:101; /* выше таймлайна он 100 */ 
    top:0; left:0; width:100%;
}
.mainmenu-fixed {
    position:fixed !important; 
    box-shadow:0px 0px 10px #000;
}
#mainmenu .sidebar-toggle { vertical-align: top;
    display:inline-block;
    font-size:54px; line-height:95px;
    width:90px; height:90px;
    text-align: center;
    cursor:pointer;
}
#mainmenu .sidebar-toggle:hover {
    background:#aa0;background:rgba(150,150,0, 0.5);
}

#mainmenu .title-block {
    padding:5px 10px 0px 20px;
    display:inline-block; 
    max-width:600px;
}
#mainmenu .title-block .title {
    font-family:Roboto Slab;
    margin:0 0 0 0;
     text-shadow:-1px 0px #777;
     white-space: nowrap;
}
#mainmenu .title-block .title .title-desc {
    text-shadow:none;
	display: block; font-size: 18px;
	margin:4px 0 0 3px;
}
#mainmenu .nav-block {
    display:inline-block; 
    float:right;
}
#mainmenu .count {font-size:32px;
font-family:Open Sans; font-size:52px;
    font-weight:200;
     display:inline-block;
    width:90px; height:90px; overflow:hidden;
    margin:0;
    text-align: center;
    line-height: 90px;
     text-shadow:-1px 0px #777;
    
}
#mainmenu .arrow {font-size:58px; color:#fff;
   display:inline-block;
    width:90px; height:90px;  overflow:hidden;
    line-height:100px;
    text-align: center;
}
#mainmenu .arrow:hover {
    background:#aa0;background:rgba(150,120,0, 0.5);
}
#mainmenu .arrow:active, #mainmenu .arrow:focus {text-decoration: none;}

#mainmenu .arrow-prev {}
#mainmenu .arrow-next {}

#sidebar { display:none;
    box-shadow:0px 0px 20px #000;
    background:url('patterns/p4.png') #fff;
    position:fixed; top:0; left:0; z-index:105;
    width:320px; height:100%; overflow:hidden;
   
}
#sidebar .sidebar-toggle {
    display:inline-block;
    font-size:54px; line-height:95px;
    width:90px; height:90px;
    text-align: center;
    cursor:pointer;
}
#sidebar .sidebar-wrap { display:block;
height:100%; overflow:auto;
    width:350px;
}
#sidebar .logo { display:inline-block;
font-size:32px; color:#444;
   line-height: 0px;
    margin:0px 0 0 0; padding:0;
    position:relative; top:-11px; left:-10px; 
    font-family:Open Sans; font-weight:200;
}
#sidebar .logo img {width:100px;}

#sidebar ul {display:block; list-style: none;
margin:0; padding:0;
}
#sidebar ul li {
    display:block; width:100%;
}
#sidebar ul li a {
    display:block;
     font-family:Open Sans; font-weight:200; color:#333;
    width:100%;
    padding:15px 10px 15px 30px;
}
#sidebar ul li a:hover {
     background:url('patterns/p7.png') #fff; 
}
#sidebar ul li a.active {
    background:url('patterns/p6.png') #a70;
    color:#fff;
}

.sidebar-overflow { display:none;
    background:#000; opacity: 0.5;
    position:fixed; top:0; left:0; z-index:102;
    width:100%; height:100%; 
}

	

.page {font-family:Open Sans;
margin:0 0 20px 0;
    padding:0 0 50px 0;
}
.page .title {
    text-shadow: none; 
     font-family:Roboto Slab;
    margin:50px 0 0 0;
}
.page h3, .page h4, .page h5, .page h6 {
    text-shadow: none; 
     font-family:Roboto Slab;
}
.page div.q {
    display:block;
    font-weight:600;
background: #fff;
box-shadow: 2px 2px 2px #777;
padding:20px 20px 10px 20px;
    margin:10px 0 0 0;
}
.page div.a {display:block; margin-top:0; padding:10px 20px 20px 20px;
    background: #fff;
box-shadow: 2px 2px 2px #777;
}
.page a {font-family:Open Sans; text-decoration: underline; color:#000; font-weight: 200}



#page2 {
background:url('patterns/p6.png') #f0f0f0; color:#333; 
}

#page5 {
background:url('patterns/p6.png') #fafa99; color:#333; 
     box-shadow: -30px 40px 90px #fefef0 inset;
}

#page5 .more-text img {
    background:#fafafa; padding:5px;
    box-shadow: 0 0 5px #333;
}




.paper-1 {
    background: url("patterns/p3.png") repeat scroll 0% 0% #fff;
box-shadow: 2px 2px 2px #777;
font-family: Roboto Slab; color:#775;
    text-shadow: -1px 0px 0 #fff;
}



#page7 {
     background: url("patterns/p3.png") repeat scroll 0% 0% #fea;
    box-shadow: 0px 0px 20px #aaa;
}
#page7 .desc {margin:10px 10px 20px 0px;}

.block-1 { transition: all 0.6s ease;
    display: inline-block;
    width:45%; height:400px;
    overflow:hidden;
    margin:0 20px 20px 0; padding:20px 10px 10px 20px;
 background:#fff; box-shadow: 2px 2px 2px #777;
}

.block-1 h4 { font-size:22px;font-weight:bold; color:#555;
    margin:-8px 0 0 -10px; padding:0 0 10px 10px;
    border-bottom: 4px solid #eee;
}
.block-1 p {font-size:14px;}
.block-1 img {float:left; margin:20px 0 0 0;}
.block-1 .wrap {height:285px; overflow:hidden;}
.block-full .more {display:none;}
.block-full { margin-right:0;
    width:92%; height:auto;  overflow:inherit;
    padding:20px 50px 10px 20px;
}
.block-full .wrap { height:auto; }


#page4 { margin: 0;
    background:url('patterns/p5.png') #333;
    box-shadow: 0 0 50px #000 inset;
}
#page4 .title {color:#fff; text-align: center;}

.fotorama__caption {width:100% !important; max-width:900px;   margin:0 auto !important;}

.fotorama__caption__wrap {width:100% !important; max-width:900px;  font-size:21px;  background:#000 !important; color:#fff; font-family:Open Sans;}


#page6 {
    background: none repeat scroll 0% 0% #FFF;
    margin: -20px 0 0 0;
}
#page6 .title { text-align: center;}

.btn-success {background-color: #559 !important}



#page8 h4 .av {
    overflow:hidden; 
    width:100px; height:100px;
    border-radius:100px;
float:left; margin:-20px 10px 0px 0;
}
#page8 h4 .av img {height:100%;}




#page3 .well { vertical-align: top;
    display: inline-block;
    margin:10px 10px 10px 0;
}
.info-wrap {width:940px; margin:0 auto;}

#page3 .b-1 {font-size:28px;  font-weight:400; line-height: 20px;}
#page3 .b-2 {font-size:22px; font-weight:400; line-height: 20px;}

