@font-face {
    font-family: 'FontAwesome';
    src: url('../../../administrator/templates/default/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../../../administrator/templates/default/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
         url('../../../administrator/templates/default/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
         url('../../../administrator/templates/default/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
         url('../../../administrator/templates/default/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*  */
html {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    background: #fff;
    min-width: 1020px;
}
strong {
    font-weight: 600;
}
a {
    color: #004D99;
    text-decoration: none;
}
.clear:after, .clear:before {
	content:' ';
	clear:both;
	display:block;
	}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.slow {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
img {
	max-width: 100%;
    border: 0;
    vertical-align: bottom;
}
ul.nonelist, ol.nonelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
ul.nonelist>li, ol.nonelist>li {
    display: block;
}

.floor {
    width: 1020px;
    margin: 0 auto;
}
address {
    font-style: normal;
}
/* end */

.two-colls {
}
    .two-colls>div {
        float: left;
        width: 50%;
    }

/*header*/
#header {
    padding: 28px 0 25px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
#header > * {
    float: left;
    font-size: 12px;
}
    #network {
        float: none;
        position: absolute;
        top: 28px;
        right: 0;
    }
    #ng2017 {
        position: absolute;
        top: 20px;
        left: 305px;
    }
#logo {
    margin-right: 44px;
    margin-top: -2px;
}
#parse {
    position: absolute;
    top: 29px;
    left: 350px;
}
#parse li {
    float: left;
    color: #666;
    margin-right: 45px;
}
#parse li .title-1 {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

#parse li .title-1.p2{
	position: relative;
}

#parse li .title-1.p2 img{
	width: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#parse li .title-1:before {
    margin-right: 6px;
    top: 1px;
    position: relative;
}
#parse li .p1:before {
    content: url('../images/calendar.png');
}
#parse li .p2:before {
    content: url('../images/sun.png');
}

#parse li .p3:before {
    content: url('../images/traffic-light.png');
}
#parse li .p4:before {
    content: url('../images/graph.png');
}
#parse .title-1 .green {
    color: #5d9200;
}
#parse .title-1 .red {
    color: red;
}
#parse .title-1 .yellow {
    color: #EE7B00;
}
#parse span.down:after {
    color: red;
    content: '▼';
    font-size: .6em;
    bottom: 2px;
    position: relative;
    padding-left: 1px;
}
#parse span.up:after {
    color: #5d9200;
    content: '▲';
    font-size: .6em;
    bottom: 2px;
    position: relative;
    padding-left: 1px;
}
#network > ul {
    margin-top: 2px;
}
#network ul > li {
    float: left;
    margin-left: 6px;
}
#network ul > li:first-child {
    margin-left: 0px;
}
/* end header*/

#television {
    margin: 20px -1% 40px;
}
    #television .fulls {
        float: left;
        min-height: 1px;
        margin: 0 1%;
        width: 66%;
    }
        #television .fulls .tv-img {
            display: none;
        }
            #television .fulls .tv-img.active {
                display: block;
            }
            #television .fulls .tv-img>a {
                display: block;
                position: relative;
                overflow: hidden;
            }
                #television .fulls .tv-img>a>img.img {
                    display: block;
                    -webkit-transition: all 0.6s;
                    -moz-transition: all 0.6s;
                    -o-transition: all 0.6s;
                    -ms-transition: all 0.6s;
                    transition: all 0.6s;
                }
                    #television .fulls .tv-img>a:hover>img.img {
                        -moz-transform: scale(1.05);
                        -webkit-transform: scale(1.05);
                        -o-transform: scale(1.05);
                        transform: scale(1.05);
                    }
                #television .fulls .tv-img>a>.annon {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    padding: 20px 35px;
                    color: #fff;

                    background: -webkit-linear-gradient(to top,rgba(0,0,0,0.9),transparent);
                    background: -moz-linear-gradient(to top,rgba(0,0,0,0.9),transparent);
                    background: -ms-linear-gradient(to top,rgba(0,0,0,0.9),transparent);
                    background: -o-linear-gradient(to top,rgba(0,0,0,0.9),transparent);
                    background: linear-gradient(to top,rgba(0,0,0,0.9),transparent);
                }
                    #television .fulls .tv-img>a>.annon>.title {
                        font-size: 32px;
                        line-height: 36px;
                        font-weight: bold;
                        margin-bottom: 20px;
                    }
                    #television .fulls .tv-img>a>.annon>.lid {
                        font-style: italic;
                        font-size: 16px;
                    }
    #television .titles {
        float: left;
        min-height: 1px;
        margin: 0 1%;
        width: 30%;
        background: #F3F2F1;
    }
        #television .titles .table {
            display: table;
            width: 100%;
            height: 515px;
            border-collapse: collapse;
        }
            #television .titles .table .row {
                display: table-row;
            }
                #television .titles .table .row>.cell {
                    display: table-cell;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    color: #000;
                    padding: 15px;
                    position: relative;
                    vertical-align: middle;
                }
                    #television .titles .table .row>.cell:before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        margin-top: -12px;
                        left: -12px;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 12px 12px 12px 0;
                        border-color: transparent #005180 transparent transparent;
                        line-height: 0px;
                        display: none;
                    }
                        #television .titles .table .row.active>.cell:before {
                            display: block;
                        }
                    #television .titles .table .row>.cell>.title {
                        font-size: 18px;
                        font-weight: bold;
                    }

                #television .titles .table .row.active {
                }
                    #television .titles .table .row.active>.cell {
                        background: #005180;
                        color: #FFF;
                    }

/* banners */
.banners {
    margin: 25px 0;
    position: relative;
}
.banners .banner:first-child {
    margin-left: 0;
}
.banners .banner{
    float: left;
    margin-left: 20px;
}
/* end banners */

/* navigation */
#nav {
/*    background: linear-gradient(#386b94, #005180);*/
/*    height: 47px;*/
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
/*    display: table;*/
/*    width: 100%;*/
    
    background: #325780;
    padding-top: 3px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: block;
}
#search {
      padding: 10px 15px 10px 1px;
    text-align: center;
    vertical-align: bottom;
	position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  z-index: 99;
}
/*tabs*/
.tabs { 
/*    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));*/
    
}
.tabs li { 
    /* Makes a horizontal row */
    float: left;

    /* So the psueudo elements can be
       abs. positioned inside */
    position: relative; 
}
.tabs li:first-child {
/*    margin-left: 8px;*/
}
.tabs a { 
    /* Make them block level
     and only as wide as they need */
    float: left;
	padding: 13px 20px;
    text-decoration: none;

    /* Default colors */ 
    color: #fff;
    background: #325780; 

    /* Only round the top corners */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
}
.lentabanner{
	width: 530px;
}
.lentabanner>div{
	float: left;
}

	.lentabanner>div>a{
		display: inline-block;
		margin-right: 25px;
	}

.tabs .active {
    /* Highest, active tab is on top */
}
.tabs .active a { 
    /* Colors when tab is active */
    background: #6E8FAC; 
    color: #fff; 
}
.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
    /* All pseudo elements are 
     abs. positioned and on bottom */
    position: absolute;
    bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
    content: "";
}

/*my*/
.tabs li:first-child:before, .tabs li:last-child:after {
    width: 0px;
    height: 0px;
}
/*end my*/

.tabs .active:before, .tabs .active:after {
  background: #6E8FAC; 

  /* Squares below circles */
  z-index: 1;
}
/* Squares */
.tabs li:before, .tabs li:after {
  background: #325780;
  width: 10px;
  height: 10px;
}
.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
    width: 20px; 
    height: 20px;
    /* Circles are circular */
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    background: #325780;

    /* Circles over squares */
    z-index: 2;
}
/*my2*/
.tabs li:first-child a:before, .tabs li:last-child a:after {
    width: 0;
    height: 0;
}
/*end my2*/
.tabs .active a:after, .tabs .active a:before {
    background: #325780;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
    background: #325780;
}
.tabs li a:before {
    left: -20px;
}
.tabs li a:after {
    right: -20px;
}
/*end tabs*/

#nav ul li a .select {
    padding: 4px 0;
    border-width: 1px 0;
	border-style: solid;
	border-color: #5A81A2;
    text-transform: uppercase;
	font-family: 'Georgia';
}
#nav ul li.active a .select {
	border-color: #fff;
}

#sub-nav {
    display: table;
    background: linear-gradient(#fff, #f3f2f1);
    height: 48px;
    border-radius: 3px;
    z-index: 100000000;
    width: 100%;
}
#sub-nav > ul {
    display: table-row;
}
#sub-nav > ul > li {
    display: table-cell;
}
#sub-nav > ul > li:hover > a, #sub-nav > ul > li:hover > span {
    background: white;
}
#sub-nav > ul > li a:hover {
    text-decoration: underline;
}
#sub-nav ul li ul {
    background: white;
    box-shadow: -1px 2px 10px rgba(69, 69, 69, 0.2);
    border-radius: 0 3px 3px 3px;
    padding: 6px 0;
}
#sub-nav ul li ul li a {
    padding: 6px 13px;
}
#sub-nav > ul > li:first-child a {
    border-radius: 3px 0 0 3px;
}
#sub-nav > ul > li:last-child a {
    border-radius: 3px 0 0 3px;
}
#sub-nav ul.menu > li > a , #sub-nav ul.menu > li > span{
    padding: 17px 7px;
    font-size: 12px;
    font-family: 'Georgia';
    font-weight: normal;
	text-align: center;
	color: #004D99;
}
/* end navigation */

/*supernews*/
#supernews {
    font-size: 15px;
}
#supernews > div {
    float: left;
}
#supernews p {
    margin: 0;
/*    margin: 0;*/
}
.no-img-post {
    width: 320px;
}
.no-img-post .it {
    padding: 10px 0;
    border-bottom: 1px solid #E8E7E4;
}
.no-img-post .it:first-child {
    padding-top: 0;
}
.no-img-post .it .time span {
    font-size: 13px;
    color: #AEAAA5;
}
.no-img-post .it .time span:first-child {
    color: red;
}
#supernews .no-img-post .it .title {
	margin-top: 3px;
}
.no-img-post .it .title a {
    color: #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
    .no-img-post .it.active .title a {
        font-weight: bold;
    }
.no-img-post  .it .title a:hover {
    text-decoration: underline;
    color: red;
}
#supernews h2 {
    margin: 0;
    font-size: 20px;
    padding: 10px 0 4px;
}

#supernews h2 a{
	color: #000;
}

#supernews h2 a:hover{
	color: red;
}
#supernews > div:first-child {
    width: 306px;
    margin-right: 25px;
}
#supernews > div:first-child span {
    color: red;
}
#supernews > div:last-child {
    width: 344px;
    margin-left: 24px;
}
#supernews > div:last-child p {
    margin: 8px 0 0px;
    color: #666460;
}
#supernews > div:last-child p span {
    color: #000;
}
#supernews > div:last-child a:hover {
    text-decoration: underline;
}

.big-news>div {
    font-size: 14px;
}


.big-news .parent {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
            .big-news .parent .tv-item>div>p {
                line-height: 18px;
            }
/*end supernews*/

.views:before {
    content: url(data:image/gif;base64,R0lGODlhDAAJAMQAANrg6Ofr8PHz9r3I1sXN2r7H1efq8M/W4O3v9O7w9dje5vz8/efs8Ojt8eLo7eDm7MTN2t7i6eLm7Nnf58TM2vr7/Pv7/OXp7tPa49bc5bS/0O7w87S/z7O+z7G8zf///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzkzN0M3MUZEQzFDMTFFNEI3QThBQTA1ODBDMEI5MkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzkzN0M3MjBEQzFDMTFFNEI3QThBQTA1ODBDMEI5MkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOTM3QzcxRERDMUMxMUU0QjdBOEFBMDU4MEMwQjkyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOTM3QzcxRURDMUMxMUU0QjdBOEFBMDU4MEMwQjkyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAMAAkAAAVH4PdtkGd6RCJ+Budl1qd4WvAhnTeJzAd4nU2BtqhgPI6PazDUfBqmi9IzwHkin4fEB9ywXBlRhmYTbSgnlGr1ERw6nINgFQIAOw==);
    margin-right: 5px;
    vertical-align: middle;
}
.comments:before {
    content: url(data:image/gif;base64,R0lGODlhCgAKALMAAL3G1cvS3bXA0PX3+bO+z8DI17G9zvb3+f3+/rS/z+fr8LrD07XA0fv7/P///7G8zSH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Njc3NjQwMzFEQzFDMTFFNEFGQTJENDYxM0Q2OTY0QzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Njc3NjQwMzJEQzFDMTFFNEFGQTJENDYxM0Q2OTY0QzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Nzc2NDAyRkRDMUMxMUU0QUZBMkQ0NjEzRDY5NjRDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2Nzc2NDAzMERDMUMxMUU0QUZBMkQ0NjEzRDY5NjRDOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAKAAoAAAQcELxJp6w46817D4JBMWTgHMmzKE3rOAhRDG8dAQA7);
    margin-right: 5px;
    vertical-align: middle;
}

/*tape*/
#tape {
    width: 500px;
    margin-right: 10px;
    float:left;
}
#tape .banner{
	margin: 15px 0px;
}
#tape.news-coll{
	width: 760px;
}
#advs.min-coll{
	width: 240px;
}

#tape.news-coll h1.h1{
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 20px;
}

#tape.news-coll h1.h1.photo{
	margin-bottom: 20px;
}

#tape h2, #tape h1.h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
#tape .item {
    border-bottom: 1px solid #E8E7E4;
    padding: 18px 0;
}
#tape .item:first-child {
    padding: 0;
    margin: 0;
}
#tape .item img {
    float: left;
}

#tape .item .itemdesc{
	float: left;
	width: 352px;
}

#tape .item .datetime {
    font-size: 13px;
    color: #AEAAA5;
    margin-bottom: 5px;
}
#tape .item p {
    margin: 0;
    padding: 0;
}
#tape .item .item-h3 {
    font-size: 16px;
    font-weight: bold;
}

	#tape .item.interview .itemdesc .item-h3 a{
		  color: #000;
	}
	
		#tape .item.interview .itemdesc .item-h3 a:hover{
			color: red;
			text-decoration: none;
		}
#tape .item .itemdesc > p.hitscomm {
    margin-top: 5px;
    font-size: 11px;
    color: #C8C4BE;
}
#tape .item .itemdesc > p.hitscomm span:first-child {
    margin-right: 10px;
}
#tape .item .red {
    color: red;
}
#tape .item a {
    color: #000;
}

#tape .item .img-link{
	width: 130px;
	float: left;
	margin-right: 18px;
    display: block;
}
    #tape .item .img-link>a {
        position: relative;
        display: block;
        margin: 3px 0 10px;
    }
        #tape .item .img-link>a>.icons {
            font-family: 'FontAwesome';
            position: absolute;
            left: 0;
            bottom: 0;
        }
            #tape .item .img-link>a>.icons>span {
                display: block;
                float: left;
                width: 30px;
                margin-right: 1px;
                color: #FFF;
                text-align: center;
                background: #000;
                background: rgba(0,0,0,0.7);
                padding: 8px 0;
            }
                #tape .item .img-link>a:hover>.icons>span {
                    color: #FFF;
                }
    #tape .item .img-link img {
        
    }
#tape .item a:hover {
    color: red;
}
#pagination {
    text-align: right;
    padding: 10px 0;
    font-size: 0;
}
#pagination .active {
    color: black;
}
#pagination .pag-button {
    padding: 5px;
/*    float: left;*/
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
}
#pagination .pag-button:hover {
    background: #cccccc;
    background: rgba(204, 204, 204, 0.77);
    font-weight: bold;
}
#tape .life {
    margin-bottom: 25px;
}
#tape .go-news {
    padding: 10px;
    margin: 0;
    margin-bottom: 17px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(#4F799F, #2D638C);
    color: #fff;
}
    #tape .life-2 .go-news>a, #tape .life-1 .go-news>a {
        color: #FFF;
    }
        #tape .life-2 .go-news>a:hover, #tape .life-1 .go-news>a:hover {
            color: #FFF;
            text-decoration: underline;
        }
#tape .go-news span>a:before {
    width: 0;
    height: 0;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    border-bottom: 43px solid #216089;
    border-left: 10px solid transparent;
/*    background: linear-gradient(#3D6C95, #025381);*/
}
#tape .go-news span {
    float: right;
    position: relative;
    display: block;
    margin: -10px;
}
#tape .go-news span a {
    color: #fff;
    display: block;
    width: 20px;
    text-align: center;
    padding: 10px 10px 10px 6px;
    background: #216089;
    border-radius: 0 3px 3px 0;
}
#tape .life-1 > div {
    float: left;
    margin-right: 13px;
    width: 158px;
}
    #tape #under-news .life-1 > div {
        width: 180px;
    }
#tape .life-1 > div:last-child {
    margin-right: 0;
}
#tape .life-1 > div a.img {
    display: block;
}
#tape .life-1 > div .title {
	margin: 0;
	margin-top: 4px;
	margin-bottom: 7px;
	line-height: 1em;
}
#tape .life-1 > div .title  a{
	font-size: 13.35px;
    color: #000;
    font-weight: bold;
	line-height: 16px;
}
#tape .life-1 > div .title a:hover {
    color: red;
}
#tape .life-1 > div > span {
    font-size: 11px;
    color: #C8C4BE;
    float: left;
    margin-right: 15px;
}
#tape .life-2 p {
    font-weight: bold;
}

#tape .life-2 p>a{
	color: #000;
}

	#tape .life-2 p>a:hover{
		color: red;
	}
.carousel {
    position: relative;
}
.carousel ul li {
    float: left;
}

.carousel ul li:first-child a{
    margin-left: 0;
}
.carousel .bx-next, .carousel .bx-prev{
  position: absolute;
  padding: 16px 8px;
  top: 0;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.carousel .bx-prev{
	left: 0;
}

.carousel .bx-next{
	right: 0;
}
.carousel > a {
    position: absolute;
    padding: 16px 8px;
    top: 0;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.78);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.carousel > a:hover {
    background: #fff;
}
.carousel .prev {
    left: 0;
}
.carousel .next {
    right: 0;
}
.carousel .bx-prev:after, .carousel .bx-next:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 5px;
    height: 7px;
    top: 13px;
}
.carousel .bx-prev:after {
    left: 5px;
    background: url(../images/prev.png) no-repeat center center;
}
.carousel .bx-next:after {
    right: 4px;
    background: url(../images/next.png) no-repeat center center;
}
#tape .life-3 > div {
    float: left;
    padding-left: 15px;
}
#tape .life-3 .min-post {
    width: 110px;
    font-size: 12px;
}
#tape .life-3 .min-post.firster {
    padding-right: 15px;
    padding-left: 0;
    border-right: 1px solid #E8E7E4;
}
#tape .life-3 .min-post a.img {
    display: block;
}
#tape .life-3 .min-post .title {
	margin: 4px 0 6px;
}
#tape .life-3 .min-post .title a:hover {
    text-decoration: underline;
}
#tape .life-3 .min-post > span {
    font-size: 11px;
    color: #C8C4BE;
    float: left;
    margin-right: 15px;
}
#tape .life-3 .no-img-post {
    width: auto;
    width: 230px;
}
#tape .life-3 .no-img-post p {
    margin: 0;
}
#tape .life-3 .no-img-post .title {
    margin-top: 4px;
}
#tape .life-3 .no-img-post .title a {
	padding: 0;
}
/*end tape*/

/*advs*/
#advs {
    margin-left: 10px;
    width: 500px;
    float: left;
}
#advs .col-1, #advs .col-2 {
    width: 240px;
    float: left;
}
#advs .col-1 {
    margin-right: 20px;
}
#advs .elem:last-child {
    margin-bottom: 0px;
}
.elem {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 8px 15px -8px rgba(159, 159, 159, 0.8);
    transition: all 1s ease;
    margin: 0 0 20px 0;
}
.elem .views, .elem .comments {
    font-size: 11px;
    display: inline-block;
    margin-right: 6px;
    color: #9C8F8B;
}
.elem .comments:last-child {
    margin-right: 0;
}
span.sliding {
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 6px;
}
span.sliding:hover {
    cursor: pointer;
}
span.advs-prev {
    background: url(../images/advs-prev.png) no-repeat center center;
}
span.advs-next {
    background: url(../images/advs-next.png) no-repeat center center;
}
.elem .elem-h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
#supernews > div p.h3{
	padding-bottom: 13px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}

	#supernews > div p.h3 a{
		color: #000;
	}
	
		#supernews > div p.h3 a:hover{
			text-decoration: none;
		    color: red;
		}
.elem-1 .elem-h3 {
    margin-bottom: 13px;
}

	.elem-1 .elem-h3 a, .elem-6 .elem-h3 a, .elem-5 .elem-h3 a{
		color: #000;
	}

	.elem-1 .elem-h3 a:hover, .elem-6 .elem-h3 a:hover, .elem-5 .elem-h3 a:hover{
		color: red;
	}

.elem-1 {
    border: 1px solid #E0DED9;
    padding: 15px;
    background: #FFFFFF;
}
.elem-1 > div {
    box-sizing: border-box;
    border-top: 1px solid #E0CFCD;
    padding: 12px 0 10px;
    line-height: 1.1em;
}

.elem-1 div.num{
	float: left;
	width: 67px;
	margin: 5px 0px 0px;
	white-space: nowrap;
}

.elem-1 > div .intro-item-mod {
	float: right;
	width: 130px;
	min-height: 73px;
}
.elem-1 > div .title {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.elem-1 > div .title a:hover {
	color: red;
}
.elem-1 > div:last-child {
	padding-bottom: 0px;
}
.elem-1 > div img {
    float: left;
    margin: 3px 10px 0px 0px;
}
.elem-1 > div a.img {
    display: block;
}

.elem-2 {
    border: 1px solid #E0DED9;
    padding: 15px;
}
.elem-2 .elem-h3 {
    padding-bottom: 13px;
    margin-bottom: 2px;
    border-bottom: 1px solid #DDDAD6;
}
.elem-2 > div {
    padding-top: 10px;
}
.elem-2 > div > p {
    font-size: 12px;
    margin: 0;
}
.elem-2 p > a:hover {
    text-decoration: underline;
}
.elem-2 .c-style {
    border: 1px solid #BCCBDF;
    font-style: italic;
    padding: 8px;
    margin: 4px 0;
    position: relative;
    overflow: hidden;
}
.elem-2 .c-style::before, .elem-2 .c-style::after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -16px;
    border: 8px solid transparent;
    border-top: 8px solid #BCCBDF;
    width: 0px;
}
.elem-2 .c-style::after {
    border-top: 8px solid white;
    bottom: -15px;
}
.elem-2 > div p:last-child {
    margin-top: 10px;
}
.elem-3 {
    /*баннер*/
}
.elem-4 {
    background: #FFF3F5;
}
.elem-5 {
    padding: 15px;
    border: 1px solid #E0DED9;
}
.elem-5 .elem-h3 {
    padding-bottom: 11px;
    border-bottom: 1px solid #E7E6E3;
}
.elem-5 > div img {
    float: left;
    margin: 0px 8px 10px 0px;
}

.elem-5>div>a:hover{
	text-decoration: underline;
}

.blogerinfo{
	margin-bottom: 10px;
}
.elem-5 > div span {
    display: block;
}
.elem-5 > div .new-c {
    color: #9A9691;
    font-size: 12px;
}
.elem-5 > div .blog {
    border: 1px solid #BCCBDF;
    font-size: 12px;
    padding: 10px;
    position: relative;
    border-radius: 2px;
}
.elem-5 > div .blog p{
	margin: 0px;
}
.blogerinfo{
	
}
.elem-5 > div .blog::before, .elem-5 > div .blog::after {
    content: ' ';
    position: absolute;
    left: 33px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #BCCBDF;
    border-left: 5px solid #BCCBDF;
}
.elem-5 > div .blog::after {
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    top: -8px;
    left: 34px;
}
.elem-6 {
    padding: 15px;
    border: 1px solid #E0DED9;
}
.elem-6 .elem-h3 {
    padding-bottom: 13px;
}
.elem-6 a.img-link {
    display: block;
	margin-bottom: 5px;
}

.elem-6 p {
	margin: 0;
    margin-top: 5px;
}
.elem-6 .date {
    font-size: 11px;
    color: #9C8F8B;
}
.elem-6 > .message {
    position: relative;
}
.elem-6 .content {
    margin: 10px 0;
}
.elem-6 .content:hover {
    text-decoration: underline;
}
.elem-6 > .message::before, .elem-6 > .message::after {
    content: ' ';
    position: absolute;
    left: 16px;
    top: -1px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid #fff;
}
.elem .content {
    margin-top: 5px;
}
.elem .interview {
    margin-top: 10px;
	margin-bottom: 4px;
}
.elem .interview > span {
    color: #ACA8A3;
}
/*end advs*/

/*elements*/
#elements {
    margin-top: 20px;
    padding: 20px 0 10px;
    /*border-top: 1px solid #E7E6E3;*/
}
#elements .elem{
    width: 240px;
    float: left;
    margin-left: 20px;
}
#elements .elem:first-child {
    margin-left: 0;
}
/*end elements*/

/*footer*/ 
#footer {
    background: #F3F2F1;
    min-height: 150px;
    border-top: 1px solid #DDDAD6;
	min-height: 150px;
    padding-bottom: 20px;
}
#footer .floor {
    position: relative;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
}
#footer .left, #footer .center {
    float: left;
    margin-top: 20px;
}
#footer .left {
    width: 700px;
}
#footer .left p:first-child {
    font-size: 14px;
    line-height: 1.8;
}
#footer #socs {
    margin: 0px;
    position: absolute;
    top: 190px;
    right: 90px;
}
    #footer #socs li {
        float: left;
        margin-right: 10px;
    }
#footer .right {
    position: absolute;
    right: 0;
    top: 61px;
    text-align: right;
}
#footer .right p:first-child a::before {
    content: url(../images/mobile.gif);
    margin-right: 8px;
}
#footer .right p:first-child, #footer .center {
    font-size: 14px;
}
#footer .right p {
    padding: 2px;
}
#footer .center {
    min-width: 320px;
}
#footer .center ul {
    float: left;
    margin-left: 25px
}
#footer a {
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}
#footer .center ul li a {
    padding: 4px 7px;
    display: block;
}
#unique {
    margin: 15px 0;
    font-size: 0;
}
#unique > * {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}
#unique > *:first-child {
    margin-left: 0;
}
#counters {
    position: absolute;
    bottom: 0px;
    left: 730px;
}
    #counters>div {
        float: left;
        margin: 0 10px 0 0;
    }
    #counters div.ogr {
        display: block;
        background: #CCC;
        text-align: center;
        width: 31px;
        padding: 8px 0;
        font-size: 12px;
    }
/*end footer*/

/* core */
.menu,.menu ul {
	margin:0;
	padding:0;
	list-style:none
}
.menu li,.menu ul a {
	position:relative
}
.menu>li.floatr {
	float:right
}
.menu li>a, .menu li>span {
	display:block
}
.menu ul {
	position:absolute;
	display:none;
	min-width:144px;
	width:auto;
	z-index: 999;
}
.menu ul ul {
	top:0;
	left:144px;
}
.menu ul ul.right {
	right: 0;
}
.menu>li.floatr>ul {
	right:0
}
.menu>li.floatr>ul ul {
	left:-144px
}
.menu li:hover>ul {
	display:block
}
.menu .cols1,.menu .cols2,.menu .cols3,.menu .cols4,.menu .cols5 {
	position:absolute;
	display:none;
	overflow:auto;
}
.menu .cols1,.menu .col1{
	width:160px
}
.menu .cols2,.menu .col2 {
	width:320px
}
.menu .cols3,.menu .col3 {
	width:480px
}
.menu .cols4,.menu .col4 {
	width:640px
}
.menu .cols5,.menu .col5 {
	width:800px
}
.menu>li.floatr>div {
	right:0
}
.menu>li:hover>div {
	display:block
}
.menu .col1,.menu .col2,.menu .col3,.menu .col4,.menu .col5 {
	float:left
}
/* core */

/* slider */
.slide ul, .slide li>div {
	display:block;
	visibility:hidden;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transform:translate3d(0,50px,0);
	-moz-transform:translateY(50px);
	-o-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition:visibility 0s linear .2s,-webkit-transform .2s linear,opacity .2s linear;
	-moz-transition:visibility 0s linear .2s,-moz-transform .2s linear,opacity .2s linear;
	-o-transition:visibility 0s linear .2s,-o-transform .2s linear,opacity .2s linear;
	-ms-transition:visibility 0s linear .2s,-ms-transform .2s linear,opacity .2s linear;
	transition:visibility 0s linear .2s,transform .2s linear,opacity .2s linear
}
.slide li:hover>ul,.slide li:hover>div {
	visibility:visible;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);opacity:1;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s
}
.slide>li>a .bubble-top {
	-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;
	-o-transition:-o-transform .3s;-ms-transition:-ms-transform .3s;
	transition:transform .3s
}
.slide>li>a:hover .bubble-top {
	-webkit-transform:translate3d(0,-3px,0);
	-moz-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	transform:translateY(-3px)
}
/* slider */

#navigation.fixed{
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -510px;
	background: #ffffff;
	z-index: 999;
	width: 1020px;
}

	#navigation.fixed #nav{
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	
	#nav-wrapper{
		height: 99px;
	}
	
#up-button {
	background: url(../images/scrollup3.png);
	position: fixed;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 999;
	top: 50%;
	margin-top: -190px;
	margin-left: -120px;
	left: 0px;
	display: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	opacity: 0.15;
	/* -webkit-transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-ms-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	transition: opacity .6s ease; */
}

#up-button:hover{
	opacity: 1;
	-webkit-transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-ms-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

.introtext{
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.introtext a:hover{
	text-decoration: underline;
}

	.introtext p {
		margin: 15px 0px;
	}
	
	.introtext p>span{
		font-size: 13px;
		margin-right: 15px;
	}
	
	.introtext p>span>span{
		color: #004D99;
	}
	
		.introtext p span.red{
			color: red;
		}
		
		.fulltext p{
			font-size: 16px;
		}
        .fulltext blockquote {
            line-height: 22px;
            margin: 30px 40px;
        }

        .fulltext table p {
            font-size: 12px;
        }

        .fulltext table.big-table {
            border-collapse: collapse;
            font-size: 12px;
            border: 1px solid #999;
            width: 100%;
        }
            .fulltext table.big-table td {
                padding: 5px;
                width: auto;
            }
                .fulltext table.big-table p {
                    margin: 0;
                    padding: 0;
                }
		
	.fulltext .mess {
	border-left:2px solid #587bb3;
	padding-left: 15px;
	color: #c2c2c2;
	}
	
	.socline{
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding: 15px 0px;
        height: 21px;
        position: relative;
	}
	
		.socline .socitem{
			display: block;
			float: left;
			margin-right: 20px;
		}
        .socline .to-print {
            position: absolute;
            top: 15px;
            right: 0;
            background: #F3F2F1;
            color: #000;
            padding: 3px 10px;
            font-size: 12px;
        }
            .socline .to-print:hover {
                background: #CCC;
            }
            .socline .to-print:before {
                content: "\f02f";
                font-family: 'FontAwesome';
                margin-right: 5px;
            }
		#nav ul.nonelist li{
		
		}
		#nav ul.nonelist li ul{
			display: none;
			position: absolute;
			bottom: 0px;
		}
		
			#nav ul.nonelist li.active ul{
				display: block;
			}
			
			#newsgal{
				margin-bottom: 20px;
			}
			
			#tape .item.interview .itemdesc{
				width: 100%;
				float: none;
			}
			
			#tape .item.interview .itemdesc a{
				color: #004D99;
			}
			
				#tape .item.interview .itemdesc a:hover{
					text-decoration: underline;
				}
			
			#tape .item.interview a.img-link{
				width: 100%;
				float: none;
				margin: 15px 0px;
				display: block;
			}
			
			#tape .item.interview img{
				float: none;
			}
#tape .margin {
    margin-top: 25px;
}
#tape .freshmat {
    width: 105%;
    margin-top: 20px;
}
#tape .freshmat .item2 {
    width: 144px;
    padding: 15px;
    margin-right: 2.34%;
    margin-bottom: 2.34%;
    float: left;
    border: 1px solid #FFD4CF;
    box-shadow: 0 8px 15px -8px rgba(159, 159, 159, 0.8);
}

#tape .freshmat .item2 p{
	margin: 0px;
}
#tape .freshmat .item2 .head {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 10px;
    margin-top: -4px;
}
#tape .repub .item2 .head a {
    color: #000;
}
#tape .repub .item2 .head a:hover {
    color: red;
}
#tape .freshmat .item2 .title {
    line-height: 15px;
    margin: 8px 0 6px;
}
#tape .freshmat .item2 .title a {
    font-size: 16px;
    font-weight: bold;
}
#tape .freshmat .item2 .title a:hover {
    color: red;
}
#tape .freshmat .item2 .text {
    line-height: 16px;
}

#tape .freshmat .item2 .head a{
	color: #000;
}

#tape .freshmat .item2 .head a:hover{
	color: red;
}

#tape .repub {
    margin-top: 20px;
    width: 780px;
}
#tape .repub .item3 {
    border: 1px solid #DFDCD8;
    box-shadow: 0 8px 15px -8px rgba(159, 159, 159, 0.8);
    width: 208px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    padding: 15px;
}
#tape .repub .item3 .head {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 10px;
    margin-top: -4px;
}
#tape .repub .item3 .head a {
    color: #000;
}
#tape .repub .item3 .head a:hover {
    color: red;
}
#tape .repub .item3 .img {
    margin: 0px 10px 5px 0px;
    float: left;
}
#tape .repub .item3 .mat {
    border-top: 1px solid #DDDAD5;
    line-height: 16px;
    padding-top: 10px;
    margin-top: 10px
}
#tape .repub .item3 .first {
    border: none;
    padding-top: 0px;
    margin-top: 0px
}
#tape .repub .item3 .title {
    margin-bottom: 6px;
}
#tape .repub .item3 .title a {
    font-size: 16px;
    font-weight: bold;
}
#tape .repub .item3 .title a:hover {
    color: red;
}
#tape {
    margin-bottom: -20px;
}
.elem-5 > div .blog {
    background: #507CA7;
    color: white;
    border: none;
}
.elem-5 > div .blog::before, .elem-5 > div .blog::after {
    border-bottom-color: #507CA7;
    border-left-color: #507CA7;
}
.elem-5 > div .blog::after {
    border-bottom: none;
    border-left: none;
}

#flashtwo {
    padding: 20px 0 40px;
    width: 1040px;
}
#flashtwo > * {
    float: left;
    width: 498px;
    box-shadow: 0 8px 15px -8px rgba(159, 159, 159, 0.8);
    border: 1px solid #E8DFD0;
    margin-right: 20px;
}

#tape .h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E6E3;
  font-size: 24px;
  font-weight: bold;
}

#searchstr {
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 2;
  top: 0px;
  right: 0px;
}

#searchstr form{
	position: relative;
	top: 12px;
	right: 10px;
	z-index: 4;
}

#searchstr form input{
	height: 26px;
	padding: 4px 4;
	border-color: #5A81A2;
	display: block;
	font-family: 'Georgia';
}

#advs .banner{
	margin-bottom: 20px;
}

.relatedlinks{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0px;
}

	.relatedlinks>h3{
		margin: 0px 0px 10px;
	}
		.relatedlinks>ul>li{
			display: block;
			margin: 0px 0px 10px;
		}
			
			.relatedlinks>ul>li>a:hover{
				text-decoration: underline;
			}
		
			.relatedlinks>ul>li span{
				font-size: 13px;
				color: #AEAAA5;
			}
	
			.relatedlinks>ul>li>span{
				display: block;
			}
			
				.relatedlinks>ul>li>span>span{
					color: red;
				}
				
	.intro{
		font-style: italic;
		font-size: 16px;
	}
	
	.searchlight{
		background: yellow;
	}
	ul.areas{
		width: 103%;
		padding: 15px 0px;
	}
	ul.areas li{
		display: block;
		float: left;
		width: 30%;
		color: #ccc;
		margin-right: 3.3%;
		white-space: nowrap;
	}
	
	.area-wrapp{
		border-bottom: 1px solid #E8E7E4;
		margin: 15px 0px; 
		border-top: 1px solid #E8E7E4;
	}
	
		ul.areas li a:hover{
			text-decoration: none;
		}

.misc-block, .contacts-text {
    font-size: 16px;
    line-height: 24px;
}

table.content-paste {
    margin-top: 40px;
    margin-bottom: 20px;
    border-collapse: collapse;
}
    table.content-paste td.img-paste {
        width: 200px;
        text-align: center;
        vertical-align: top;
    }
        table.content-paste td.img-paste img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-bottom: 10px;
            margin-top: 15px;
        }
        table.content-paste td.img-paste .title {
            font-weight: bold;
        }
    table.content-paste td.text-paste {
        line-height: 24px;
        padding-left: 40px;
    }
        table.content-paste td.text-paste blockquote {
            font-style: italic;
            margin: 10px 0;
        }
            table.content-paste td.text-paste blockquote p {
                font-size: 16px;
            }

.poll-block {
    margin: 30px 0;
    padding: 20px;
    /*border: 1px solid #E0DED9;*/
    font-size: 16px;
    background: #fafafa;
}
    .poll-block>.pre-text {
        font-style: italic;
        line-height: 22px;
    }
        .poll-block>.pre-text p {
            margin: 0;
            padding: 0;
        }
    .poll-block .poll-title {
        font-weight: bold;
        font-size: 18px;
        margin: 20px 0;
    }
    .poll-block ul.votes {
        display: block;
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }
        .poll-block ul.votes>li {
            display: block;
            margin: 10px 0;
        }
            .poll-block ul.votes>li>input {
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }
            .poll-block ul.votes>li>label {
                display: inline-block;
                cursor: pointer;
                vertical-align: middle;
            }
            .poll-block .submit {
                margin-top: 25px;
            }

    .poll-block ul.results {
        display: block;
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }
        .poll-block ul.results>li {
            display: block;
            margin: 10px 0;
        }
            .poll-block ul.results>li .pct {
                float: left;
                width: 40px;
                margin-right: 15px;
                text-align: right;
                line-height: 20px;
                color: #9C8F8B;
            }
            .poll-block ul.results>li .res-title {
                float: left;
                width: 580px;
                position: relative;
                margin-right: 10px;
                line-height: 20px;
            }
                .poll-block ul.results>li .res-title>.res-line {
                    position: absolute;
                    top: -2px;
                    left: 0;
                    bottom: -2px;
                    background: #C7C7C7;
                }
                .poll-block ul.results>li .res-title>.res-text {
                    position: relative;
                    padding-left: 5px;
                    white-space: nowrap;
                    overflow: hidden;
                }
            .poll-block ul.results>li .total {
                float: left;
                width: 70px;
                font-size: 12px;
                line-height: 20px;
            }

/* */
.front-poll-block {
    margin: 0;
    padding: 20px 0 0;
}
    .front-poll-block>.pre-text {
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
    }
       .front-poll-block>.pre-text p {
            margin: 0;
            padding: 0;
        }
    .front-poll-block .poll-title {
        font-weight: bold;
        font-size: 16px;
        margin: 15px 0;
    }
    .front-poll-block ul.votes {
        display: block;
        margin: 10px 0;
        padding: 0;
        list-style: none;
    }
        .front-poll-block ul.votes>li {
            display: block;
            margin: 2px 0;
            position: relative;
        }
            .front-poll-block ul.votes>li>input {
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
            }
            .front-poll-block ul.votes>li>label {
                display: block;
                cursor: pointer;
                text-indent: 22px;
                margin: 0 -15px;
                padding: 5px 15px;
            }
                .front-poll-block ul.votes>li>label:hover, .front-poll-block ul.votes>li>input:checked+label {
                    color: #004D99;
                    background: #F0F0F0;
                }
            .front-poll-block .submit {
                margin-top: 25px;
            }

    .front-poll-block ul.results {
        display: block;
        margin: 10px 0;
        padding: 0;
        list-style: none;
    }
        .front-poll-block ul.results>li {
            display: block;
            margin: 5px 0;
        }
            .front-poll-block ul.results>li .pct {
                float: left;
                width: 40px;
                margin-right: 15px;
                text-align: right;
                line-height: 20px;
                color: #9C8F8B;
            }
           .front-poll-block ul.results>li .res-title {
                position: relative;
                line-height: 18px;
                padding: 5px 0;
            }

                .front-poll-block ul.results>li .res-title>.res-text {
                    position: relative;
                    overflow: hidden;
                    padding: 0 0 4px 0;
                }
                .front-poll-block ul.results>li .res-title>.res-full {
                    position: relative;
                    text-align: center;
                    font-size: 11px;
                    background: #F0F0F0;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }
                    .front-poll-block ul.results>li .res-title>.res-full>.res-line {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        background: #C7C7C7;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 2px;
                    }
                    .front-poll-block ul.results>li .res-title>.res-full>.res-text {
                        position: relative;
                    }
            .front-poll-block ul.results>li .total {
                float: left;
                width: 70px;
                font-size: 12px;
                line-height: 20px;
            }
    .front-poll-block .total-title {
        font-size: 11px;
        color: #9C8F8B;
    }
/* */

div.teaser {
    padding: 15px;
    background: #fafafa;
}
    div.teaser .teaser-first>.title>a:hover, div.teaser .teaser-more>.title>a:hover {
        color: red;
    }
    div.teaser>.teaser-title {
        font-size: 16px;
        border-bottom: 1px solid #E0CFCD;
        padding: 0 0 10px;
        margin: 0 0 15px;
        color: #9C8F8B;
        text-align: center;
        text-transform: uppercase;
    }
    div.teaser .teaser-first {
    }
        div.teaser .teaser-first>.img {
            display: block;
            margin-bottom: 5px;
        }
        div.teaser .teaser-first>.title {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            line-height: 18px;
            margin: 0;
            padding: 5px 0;
        }
            div.teaser .teaser-first>.title>a {
                color: #000;
            }
        div.teaser .teaser-more>.title {
            font-size: 14px;
            color: #000;
            line-height: 16px;
            margin: 0;
            padding: 5px 0;
        }
            div.teaser .teaser-more>.title>a {
                color: #004D99;
            }

    div.teaser.left {
        float: left;
        width: 208px;
        margin: 5px 30px 10px;
        margin-left: 0;
    }

    div.teaser.justify {
    }
        div.teaser.justify .teaser-first {
            margin: 20px 0 15px;
        }
            div.teaser.justify .teaser-first>a.img {
                float: left;
                width: 200px;
                margin-right: 20px;
            }
            div.teaser.justify .teaser-first>.title {
                font-size: 18px;
                padding-top: 0;
                padding-bottom: 5px;
                line-height: 24px;
            }
                div.teaser.justify .teaser-first>div {

                }
                    div.teaser.justify .teaser-first>div>p {
                        margin: 0;
                        padding: 0;
                    }
        div.teaser.justify .teaser-more>.title {
            font-size: 16px;
            line-height: 18px;
        }

div.lineblock {
    margin: 20px 0;
    padding: 5px 0 5px 35px;
    font-size: 20px;
}
    div.lineblock.default-lineblock {
        border-left: 5px solid #507CA7;
    }

#left-slide {
    position: fixed;
    bottom: 30px;
    right: -270px;
    overflow: hidden;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
    #lb-content {
        width: 250px;
        background: #FFF;
        padding: 0;
        border-right: 0;
    }
        #lb-content>.block-title {
            position: relative;
            padding: 10px;
            margin: 0;
            margin-bottom: 17px;
            font-size: 16px;
            font-weight: bold;
            /*background: linear-gradient(#4F799F, #2D638C);*/
            background: #2D638C;
            color: #fff;
        }
            #lb-content>.block-title>.close {
                position: absolute;
                top: 10px;
                right: 10px;
                cursor: pointer;
            }
                #lb-content>.block-title>.close:before {
                    content: "\f00d";
                    font-weight: normal;
                    font-family: 'FontAwesome';
                    margin-right: 5px;
                }
            #lb-content>.block-title>p {
                margin: 0;
                padding: 0;
            }
        #lb-padding {
            margin: 0 10px;
        }
            #slides-list {
                list-style: none;
                margin: 0;
                padding: 0;
            }
                #slides-list>li {
                    display: block;
                }
                    #slides-list>li>a.a {
                        display: block;
                        border-top: 1px solid #EEE;
                        padding: 10px 0;
                    }
                        #slides-list>li.first>a.a {
                            border: 0;
                            padding-top: 0;
                        }
                        #slides-list>li>a.a>img.img {
                            display: block;
                            float: left;
                        }
                        #slides-list>li>a.a>p.title {
                            margin: 0;
                            padding: 0;
                            line-height: 16px;
                            font-size: 13px;
                        }
                            #slides-list>li.first>a.a>p.title {
                                font-weight: bold;
                                margin-left: 75px;
                            }
                            #slides-list>li>a.a:hover>p.title {
                                text-decoration: underline;
                            }

table.op-mini-desc {
    border-bottom: 1px solid #DDDAD6;
    margin-top: 10px;
}
    table.op-mini-desc tr {
    }
        table.op-mini-desc tr td {
            margin: 0;
            padding: 1px 0;
        }
            table.op-mini-desc tr:last-child td {
                padding-bottom: 10px;
            }
            table.op-mini-desc tr td p {
                margin: 0;
                padding: 0;
            }

table.table-price {
}
    table.table-price tr {
    }
        table.table-price tr td {
            margin: 0;
            padding: 8px 0;
            border-bottom: 1px solid #ebebeb;
        }
            table.table-price tr:last-child td {
                border-bottom: 0;
            }
            table.table-price tr td p {
                margin: 0;
                padding: 0;
            }

.ya-rtb-block {
    text-align: center;
    margin: 20px 0;
}

.calend-mod {
}
    .calend-mod>.calen__item {
        display: block;
        border-bottom: 1px solid #E8E7E4;
        padding: 12px 0;
        overflow: hidden;
    }
        .calend-mod>.calen__item:first-child {
            padding-top: 0;
        }
        .calend-mod>.calen__item>.box {
            width: 65px;
            float: left;
            margin-right: 10px;
            text-align: center;
        }
            .calend-mod>.calen__item>.box>.day {
                font-size: 18px;
                font-weight: bold;
                padding: 10px 0 0;
                color: #507CA7;
            }
            .calend-mod>.calen__item>.box>.month {
                font-size: 14px;
                font-weight: bold;
                padding: 0 0 10px;
                color: #507CA7;
            }
            .calend-mod>.calen__item>.box>.time {
                color: #9A9691;
                font-size: 12px;
            }
        .calend-mod>.calen__item>.info {
            float: left;
            width: 130px;
        }
            .calend-mod>.calen__item>.info>.title {
                margin: 0;
                padding: 0;
                font-size: 14px;
            }
            .calend-mod>.calen__item>.info>.params {
                display: block;
                list-style: none;
                margin: 0;
                padding: 5px 0 0;
                color: #000;
            }
                .calend-mod>.calen__item>.info>.params>li {
                    display: block;
                    padding: 3px 0px;
                }
                    .calend-mod>.calen__item>.info>.params>li .param {
                        display: inline-block;
                        color: #9A9691;
                        width: 130px;
                    }
                    .calend-mod>.calen__item>.info>.params>li .value {
                    }
            .calend-mod>.calen__item:hover .title, .calend-mod>.calen__item.active .title {
                color: red;
            }





















