/*
* RESET CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
* MY STYLES
*/
html
{
    overflow-y: scroll;
}

body
{
    background-color: #271106;
    font: 13px "Myriad Pro", "Lucida Sans", "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
    color: #d9ceb2;
    background-image: url("/assets/images/design/bgr.png");
    background-repeat: repeat-y;
    background-position: center center;

}
/*
.container-wrapper
{
    width: 100%;
    background-image: url("/assets/images/design/bgr.png");
    background-repeat: repeat-y;
    background-position: center center;
}
*/

.container
{
    width: 980px;
    margin: 0 auto;
    min-height: 800px;
    /*
    -webkit-box-shadow: #200e05 0px 0px 70px;
    -moz-box-shadow: #200e05 0px 0px 70px;
    box-shadow: #200e05 0px 0px 70px;
    */
    /*
    -webkit-box-shadow: 0px 0px 100px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0px 0px 100px rgba(0,0,0, 0.3);
    box-shadow: 0px 0px 100px rgba(0,0,0, 0.3);
    */
    position: relative;
}

header
{
    background-color: #1d0d05;
    border-bottom: 1px solid #140903;
}

header:after
{
    content: '';
    display: block;
    height: 15px;
    border-top: 1px solid #40261d;
    border-bottom: 1px solid #40261d;
}

header .flag
{
    margin-top: 10px;
    display: block;
    float: left;
}

header .flag img:hover
{
    box-shadow: 0 0 30px rgba(83, 69, 32, 1);
}

header .flag-rus
{
    margin-left: 17px;
}
header .flag-ita
{
    margin-left: 10px;
}

header .twitter,
header .facebook
{
    display: block;
    float: right;
    margin-top: 6px;
}

header .facebook
{
    margin-right: 15px;
}
header .twitter
{
    margin-right: 8px;
}

header .top-bar
{
    height: 40px;
    border-bottom: 1px solid #40261d;
}

header .header-content
{
    border-top: 1px solid #1d0d05;
    border-bottom: 1px solid #140903;
    background-color: #271106;
    height: 169px;
}

header .header-content .logo
{
    display: block;
    margin-top: 6px;
    margin-left: 12px;
    width: 550px;
    height: 157px;
    float: left;
}

header .header-content .main-menu
{
    margin-top: 17px;
    margin-left: 80px;
    display: block;
    float: left;
}

header .header-content .main-menu a,
header .header-content .main-menu a.visited
{
    color: #d9ceb2;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
	text-transform: uppercase;
}

header .header-content .main-menu a:hover
{
    color: #c0ae7f;
    text-decoration: none;
}


header .header-content .last-issue
{
    float: right;
    border: 1px solid #d9ceb2;
    margin-top: 12px;
    margin-right: 16px;
}

.main .special-teasers:before,
.main .special-teasers:after {
    content:"";
    display:table;
}
.main .special-teasers:after {
    clear:both;
}
.main .special-teasers {
    zoom:1;
}

.main .special-teasers .special-teasers-header
{
    height: 34px;
    background-color: #1d0d05;
    border-top: 1px solid #40261d;
    border-bottom: 1px solid #40261d;
}
.main .special-teasers .special-teasers-header:before,
.main .special-teasers .special-teasers-header:after
{
    content: '';
    display: block;
    height: 1px;
    background-color: #1d0d05;
}

.main .special-teasers .special-teasers-header h3
{
    color: #c0ae7f;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px #000000;
}

.main .special-teasers .special-teaser
{
    width: 304px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    margin-left: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.main .special-teasers .special-teaser:hover
{
    box-shadow: 0 0 20px rgba(83, 69, 32, 0.5);
}



.main .special-teasers .special-teaser + .special-teaser
{
    margin-left: 18px;
}

.main .special-teasers .special-teaser .special-teaser-top
{
    background-image: url("/assets/images/design/teaser-top.png");
    background-repeat: no-repeat;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.main .special-teasers .special-teaser .special-teaser-top span
{
    color: #c0ae7f;
    line-height: 39px;
    font-size: 18px;
    text-shadow: 1px 1px #000000;
}

.main .special-teasers .special-teaser .special-teaser-body
{
    min-height: 306px;
    width: 302px;
    border-left: 1px solid #40261d;
    border-right: 1px solid #40261d;
}

.main .special-teasers .special-teaser .special-teaser-body .logo
{
    margin: 0 auto 0 auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 22px;
}

.main .special-teasers .special-teaser .special-teaser-body p
{
    line-height: 22px;
    padding: 0 15px 10px 15px;
    font-family: Arial, sans-serif;
}

.main .special-teasers .special-teaser .special-teaser-bottom
{
    background-image: url("/assets/images/design/teaser-bottom.png");
    background-repeat: no-repeat;
    height: 40px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

.main .special-teasers .special-teaser .special-teaser-bottom a,
.main .special-teasers .special-teaser .special-teaser-bottom a:visited
{
    color: #d9ceb2;
    text-decoration: none;
    font-size: 13px;
    line-height: 40px;
    padding-right: 16px;
    font-family: Arial, sans-serif;
    display: block;
    text-align: right;
}

.main .special-teasers .special-teaser .special-teaser-bottom a:hover
{
    color: #c0ae7f;
    text-decoration: none;
}

footer
{
    background-color: #1d0d05;
    border-top: 1px solid #40261d;
    border-bottom: 1px solid #40261d;
    height: 102px;
    position: relative;
}

footer:before
{
    content: '';
    display: block;
    height: 1px;
    background-color: #140903;
}
/*
footer:after
{
    content: '';
    display: block;
    height: 1px;
    background-color: #140903;
    position: relative;
    bottom: -8px;
}
*/

.copyright
{
    height: 32px;
}

.copyright a,
.copyright a:visited
{
    line-height: 32px;
    color: #40271e;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin-left: 16px;
}

.copyright a:hover
{
    color: #c0ae7f;
    text-decoration: underline;
}

footer .contacts
{
    margin-left: 16px;
}

footer .contacts a,
footer .contacts a:visited
{
    color: #c0ae7f;
    text-decoration: none;
}

footer .contacts .company-name
{
    font-size: 18px;
    margin-top: 3px;
}

footer .contacts .company-contacts
{
    font-size: 13px;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 3px;
}

footer .contacts .rights
{
    font-size: 13px;
    line-height: 22px;
    margin-right: 16px;
    /*padding-top: 25px;*/
	padding-top: 3px;
    float: right;
    /*width: 210px;*/
	width: 350px;
    text-align: center;
}

.search
{
    height: 26px;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}

.search .input-append
{
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.search .input-search
{
    background-color: #1d0d05;
    border-top: 1px solid #d9ceb2;
    border-right: none;
    border-left: 1px solid #d9ceb2;
    border-bottom: 1px solid #d9ceb2;
    height: 22px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #d9ceb2;
    padding-left: 7px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.search .btn-search
{
    width: 24px;
    height: 26px;
    border-top: 1px solid #d9ceb2;
    border-right: 1px solid #d9ceb2;
    border-bottom: 1px solid #d9ceb2;
    border-left: 1px solid #d9ceb2;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 0;
    padding: 0;
    background-color: #1d0d05;
    background-image: url("/assets/images/design/search-icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.main > .cycle-slideshow
{
    width: 980px;
    height: 473px;
    overflow: hidden;
    margin: 13px 0 15px 0;
    position: relative;
    border-top: 1px solid #40261d;
    border-bottom: 1px solid #40261d;
}

.main > .cycle-slideshow .slide
{
    width: 980px;
    height: 473px;
    overflow: hidden;
}

#prev, #next
{
    display: block;
    width: 50px;
    height: 473px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 600;
    cursor: pointer;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.9s;
    -webkit-transition-timing-function: ease;
}

#prev:hover,
#next:hover
{
    opacity: 0.9;
}

#prev
{
    background-image: url("/assets/images/design/arrow-prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    top: 0;
    left: 16px;
}

#next
{
    background-image: url("/assets/images/design/arrow-next.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    top: 0;
    right: 16px;
}

.main > .cycle-slideshow .slide .article-intro
{
    position: absolute;
    z-index: 600;
    background-color: #1d0d05;
    width: 454px;
    height: 236px;
    top: 120px;
    left: 440px;
    background: rgba(29,13,5,.9);
    border: 1px solid #c0ae7f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.main > .cycle-slideshow .slide .article-intro .article-intro-heading
{
    height: 41px;
    line-height: 40px;
    font-size: 18px;
    color: #d9ceb2;
    display: block;
    text-align: center;
    background-image: url("/assets/images/design/underline.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-shadow: 1px 1px #000000;
    padding: 0 20px;
}

.main > .cycle-slideshow .slide .article-intro .article-intro-body
{
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #d9ceb2;
    line-height: 22px;
    text-shadow: 1px 1px #000000;
    padding: 16px 20px 0 20px;
}

.main > .cycle-slideshow .slide .article-intro .btn-read-more
{
    display: block;
    width: 144px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    color: #d9ceb2;
    line-height: 28px;
    font-family: Arial, sans-serif;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 1);
    background-image: url("/assets/images/design/read-more-btn.png");
    background-repeat: no-repeat;
    text-shadow: 1px 1px #000000;
}

.main > .cycle-slideshow .slide .article-intro .btn-read-more:hover
{
    color: #c0ae7f;
}





.main .breadcrumbs
{
    margin-top: 10px;
    height: 34px;
    border-top: 1px solid #40261d;
    border-bottom: 1px solid #40261d;
    line-height: 34px;
    padding-left: 10px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    background-color: #1d0d05;
}
.main .breadcrumbs:before,
.main .breadcrumbs:after
{
    content: '';
    display: block;
    height: 1px;
    background-color: #1d0d05;
}

.main .breadcrumbs a
{
    color: #c0ae7f;
    text-decoration: none;
}

.main .breadcrumbs a:hover
{
    text-decoration: underline;
}

.main .columns
{
    margin-top: 1px;
    min-height: 300px;
    background-image: url("/assets/images/design/aside-bgr.png");
    background-repeat: repeat-y;
}

.main .columns .left-sidebar
{
    width: 250px;
    float: left;
}
/*
.main .columns .left-sidebar:before,
.main .columns .left-sidebar:after {
    content:"";
    display:table;
}
.main .columns .left-sidebar:after {
    clear:both;
}
.main .columns .left-sidebar {
    zoom:1;
}
*/

.main .columns .left-sidebar .sidebar-menu
{
    padding-top: 6px;
}

.main .columns .left-sidebar .sidebar-menu li
{
    margin-top: 4px;
}

.main .columns .left-sidebar .sidebar-menu li a,
.main .columns .left-sidebar .sidebar-menu li a:visited
{
    min-height: 30px;
    display: block;
    padding-left: 16px;
	padding-right: 14px;
    line-height: 29px;
    background-image: url("/assets/images/design/sidebar-menu-delimiter.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 16px;
    color: #c0ae7f;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
	/*overflow: hidden;*/
}

.main .columns .left-sidebar .sidebar-menu li.active a
{
	color: #d9ceb2;
}

.main .columns .left-sidebar .sidebar-menu li a:hover
{
    text-decoration: underline;
}


.main .columns .right-column
{
    width: 696px;
    margin-left: 268px;
}

.main .columns .right-column h1
{
    font-size: 25px;
    line-height: 30px;
    color: #c0ae7f;
    padding-top: 16px;
    text-shadow: 1px 1px #000000;
}

.main .columns .right-column h2
{
    font-size: 22px;
    line-height: 30px;
    color: #c0ae7f;
    text-shadow: 1px 1px #000000;
}

.main .columns .right-column h3
{
    font-size: 17px;
    line-height: 18px;
    color: #c0ae7f;
    text-shadow: 1px 1px #000000;
	text-align: center;
	margin-bottom: 4px;
}

.main .columns .right-column h4
{
    font-size: 17px;
    line-height: 18px;
    color: #c0ae7f;
    text-shadow: 1px 1px #000000;
	margin-bottom: 0;
}

.main .columns .right-column .content em
{
	font-style: italic;
	color: #c0ae7f;
}

.main .columns .right-column .introtext
{
    margin-top: 14px;
    font-size: 15px;
    color: #c0ae7f;
    line-height: 21px;
    font-style: italic;
    text-shadow: 1px 1px #000000;
    border-left: 6px solid #c0ae7f;
    padding-left: 18px;
}

.main .columns .right-column .cycle-slideshow
{
    width: 693px;
    height: 334px;
    border: 1px solid #c0ae7f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-top: 18px;
}
/*693-334*/

.main .columns .right-column .cycle-slideshow img
{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 693px;
    height: 334px;
    overflow: hidden;
}

.main .columns .right-column .cycle-slideshow #prev,
.main .columns .right-column .cycle-slideshow #next
{
    height: 334px;
}

.main .columns .right-column .cycle-slideshow #custom-pager
{
    z-index: 700;
    height: 24px;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: 16px;
    bottom: 10px;
    background-color: #271106;
    padding-right: 12px;
    background-color: rgba(39, 17, 6, .5);
}

.main .columns .right-column .cycle-slideshow #custom-pager span
{
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    margin-left: 12px;
    margin-top: 6px;
}

.main .columns .right-column .cycle-slideshow #custom-pager span a
{
    background-image: url("/assets/images/design/pager-off.png");
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 12px;
    opacity: .6;
}

.main .columns .right-column .cycle-slideshow #custom-pager span.cycle-pager-active a
{
    background-image: url("/assets/images/design/pager-on.png");
    background-repeat: no-repeat;
    opacity: 1;
}






.main .columns .right-column .content
{
    margin-top: 36px;
    padding-bottom: 36px;
}

.main .columns .right-column .content p
{
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #d9ceb2;
    line-height: 21px;
    text-shadow: 1px 1px #000000;
    padding-bottom: 21px;
}

.main .columns .right-column .content p a
{
	color: #c0ae7f;
	text-decoration: none;
}

.main .columns .right-column .content p a:hover
{
	text-decoration: underline;
}

.main .columns .right-column .content p:last-child
{
    padding-bottom: 0;
}

.one-column
{
	padding: 0 16px;
}

.one-column h1
{
    font-size: 25px;
    line-height: 30px;
    color: #c0ae7f;
    padding-top: 16px;
    text-shadow: 1px 1px #000000;
}

.one-column h2
{
    font-size: 22px;
    line-height: 30px;
    color: #c0ae7f;
    padding-top: 16px;
    text-shadow: 1px 1px #000000;
	text-align: center;
}

.one-column .archive-year
{
	padding-bottom: 30px;
}
.one-column .archive-year:before,
.one-column .archive-year:after {
    content:"";
    display:table;
}
.one-column .archive-year:after {
    clear:both;
}
.one-column .archive-year {
    zoom:1;
}

.one-column .archive-year .archive-issue
{
	width: 252px;
	margin-top: 30px;
	float: left;
}

.one-column .archive-year .archive-issue
{
	margin-left: 48px;
}

.one-column .archive-year .archive-issue img
{
	width: 250px;
	height: 337px;
	border: 1px solid #c0ae7f;
}

.one-column .archive-year .archive-issue span
{
	display: block;
	text-align: center;
}


.issue-column
{
	padding-bottom: 36px;
}

.issue-column h1
{
    font-size: 25px;
    line-height: 30px;
    color: #c0ae7f;
    padding-top: 16px;
    text-shadow: 1px 1px #000000;
	text-align: center;
	padding-bottom: 18px;
}

.issue-column #prev,
.issue-column #next
{
	height: 100%;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	width: 58px;
}

.issue-column .cycle-slideshow
{
	width: 980px;
}
.issue-column .cycle-slideshow img
{
	width: 980px;
}

.issue-column #prev:hover,
.issue-column #next:hover
{
	/*background-color: #271106;*/
	background-color: rgba(39,17,6,.3)
}

.issue-column #prev
{
	left: 0;
}
.issue-column #next
{
	right: 0;
}


.round-image
{
	border: 1px solid #c0ae7f;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 12px;
}



.sisea-results
{
	margin-top: -28px;
	padding-bottom: 18px !important;
}

.sisea-results .sisea-highlight
{
	font-weight: bold;
}

.sisea-result a
{
	font-size: 17px;
	line-height: 18px;
	color: #c0ae7f;
	text-shadow: 1px 1px #000000;
	margin-bottom: 0;
}

.sisea-result p
{
	margin-bottom: 18px;
}

.most-menu
{
	margin-bottom: 26px;
}

.most-menu li
{
	display: inline;
}

.most-menu li + li
{
	margin-left: 20px;
}

.most-menu li a
{
	color: #c0ae7f;
	text-decoration: none;
	font-size: 15px;
}

.most-menu li.active a
{
	color: #d9ceb2;
}

.video-1 embed
{
margin-left: 40px;
}

.video-2 embed
{
margin-left: 14px;
}
/*
.about-covers img
{
	margin-left: 60px;
	margin-bottom: 10px;
}
*/

.about-covers img
{
float: left;
width: 124px;
}

/*
.laureat
{
	width: 340px;
	float: left;
	margin-bottom: 27px;
}

.laureat:nth-child(even)
{
	float: left;
	margin-right: 16px;
	clear: left;
}
*/
.laureats .laureat
{
	display: inline-block;
	width: 340px;
	float: left;
	margin-bottom: 27px;
	height: 606px;
}

.laureats .laureat:nth-child(even)
{
	margin-left: 16px;
}

.laureats .laureat a
{
	display: block; 
	font-size: 17px;
	line-height: 26px;
	color: #c0ae7f;
	text-shadow: 1px 1px #000000;
	margin-bottom: 0;
}

.laureats .laureat span
{
	display: block; 
	font-size: 15px;
	color: #d9ceb2;
	line-height: 21px;
	text-shadow: 1px 1px #000000;
	font-style: italic;
}

.most-menu
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 26px;
	padding: 10px 10px;
	
	background-color: #1d0d05;
border: 1px solid #40261d;
}

.most-menu a
{
	font-size: 16px;
}

.content p strong
{
	color: #c0ae7f;
}

.content p em
{
	font-style: italic;
}
header .header-content .last-issue img{
    display:block;
}
/*
     */
/*
*/