:root {
    --theme-color: #506a85;
    --text-color: #000;
    --blue: #2ba9df;
    --blue-light: #98d6f0;
    --lilac: #894a9d;
    --lilac-light: #c392d2;
    --yellow: #f4b800;
    --gray1: #b4bfca;
    --gray2: #f5f5f5;
    --color-dark: #373545;
    --color-secondary: #8a9db1;

    --twitter: #00aced;
    --facebook: #3b5998;
    --youtube: #bb0000;
}


/*icon fonts*/

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
}


/*NORMALIZE*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}


/* Links */


/*1 Remove the gray background color from active links in IE 10*/

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    /*1*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none !important;
}


/*HELPERS*/

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vert-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/* Colors */

.text-light {
    color: #fff;
}

.text-primary {
    color: #506a85;
}

.bg-primary {
    background-color: #506a85;
}

.bg-secondary {
    background-color: #2ba9df;
}

.bg-gray {
    background-color: #f5f5f5;
}


/* Spaces */

.mb-lg {
    margin: 0 0 5rem;
}

.mb-md {
    margin: 0 0 4rem;
}

.mb-sm {
    margin: 0 0 3rem;
}

.mb-xs {
    margin: 0 0 2rem;
}


/* Editor content */
.editor-cont{
	line-height: 1.5;
}
.editor-cont h1,
.editor-cont h2,
.editor-cont h3,
.editor-cont h4,
.editor-cont h5,
.editor-cont h6 {
    font-weight: bold;
}


/* headings */

.editor-cont h1 {
    font-size: 30px;
    margin-bottom: 2.2rem;
}

.editor-cont h2 {
    font-size: 26px;
    margin-bottom: 2rem;
}

.editor-cont h3 {
    font-size: 24px;
    margin-bottom: 1.8rem;
}

.editor-cont h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
}

.editor-cont h5 {
    font-size: 13px;
    margin-bottom: 1rem;
}

.editor-cont h6 {
    font-size: 13px;
    margin-bottom: 1rem;
    color: #506a85;
}

.editor-cont p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.editor-cont iframe {
    border: 0;
    width: 100%;
}

.editor-cont img {
    width: 100%;
}

.editor-cont blockquote {
    font-size: 3rem;
    font-weight: bold;
    color: #506a85;
    text-align: center;
    line-height: 1.5;
    max-width: 750px;
    margin: 0 auto;
}

.editor-cont blockquote:before,
.editor-cont blockquote:after {
    font-family: 'icomoon';
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin: -7px 3px;
}

.editor-cont blockquote:before {
    content: "\e903";
}

.editor-cont blockquote:after {
    content: "\e904";
}


/* end Editor content */


/* Pagination */
.pagination{
	clear: both;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination a {
    font-size: 2.2rem;
    color: #506a85;
}

.pagination a:hover,
.pagination .current a {
    color: #2ba9df;
}


/*COMPONENTS*/

.bg-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.entry-title {
    font-size: 27px;
    text-transform: uppercase;
    color: #506a85;
    margin-bottom: 2rem;
}

.entry-title.-sm {
    font-size: 15px;
}

.secondary-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #2ba9df;
    padding: 6px 10px;
}

.block-title {
    font-size: 20px;
    font-weight: bold;
    color: #506a85;
    margin-bottom: 0;
}

.btn {
    border: 0;
    display: inline-block;
    color: #fff;
    padding: 8px 13px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn.-primary {
    background: #506a85;
}

.btn:hover {
    opacity: 0.9;
}

.btn.-lg {
    padding: 13px 25px;
    font-size: 2rem;
}
.btn.-md {
    padding: 6px 12px;
    font-size: 1.8rem;
}

.circle-obj,
.circle-obj img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* form */

.form-group {
    margin-bottom: 10px;
}

.form-label {
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem 1.25rem;
    line-height: 1.25;
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    background-image: none;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea.form-control {
    min-height: 12rem;
}


/* Video */

.lf-post-play,
.lf-post-voice {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    margin-top: -20px;
    margin-left: -20px;
}


/*Media Type*/

.videos-section .pagination {
    margin-top: 15px;
}

.video-obj {
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

.video-obj iframe,
.video-obj video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Media animate */

.media-animate {
    overflow: hidden;
}

.media-animate img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a.media-animate:hover img,
.media-animate-wrap:hover .media-animate img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}


/* Checkbox/Radiobutton */

.ctrl-label {
    display: inline-block;
    vertical-align: middle;
    font: inherit;
}

.ctrl-inp {
    display: none;
}

.ctrl-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: #fff;
    color: #506a85;
}

.ctrl-field.-rbtn .ctrl-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ctrl-inp:checked + .ctrl-btn:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*radiobutton*/

.ctrl-field.-rbtn .ctrl-inp:checked + .ctrl-btn:before {
    width: 7px;
    height: 7px;
    background: #506a85;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*checkbox*/

.ctrl-field.-chbox .ctrl-inp:checked + .ctrl-btn:before {
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    font-size: 12px;
    color: #506a85;
}


/* light mode */

.ctrl-field.-dark .ctrl-btn {
    background: #506a85;
}

.ctrl-field.-dark .ctrl-label {
    color: #506a85;
}

.ctrl-field.-chbox.-dark .ctrl-inp:checked + .ctrl-btn:before {
    color: #fff;
}

.ctrl-field.-rbtn.-dark .ctrl-inp:checked + .ctrl-btn:before {
    background: #fff;
}


/*table*/

.table-wrap {
    overflow-x: auto;
}

.table {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
}

.thead {
    display: table-header-group;
}

.tfoot {
    display: table-footer-group;
}

.tbody {
    display: table-row-group;
}

.tr {
    display: table-row;
}

.th,
.td {
    display: table-cell;
}

.footable th,
.footable tbody tr:nth-child(even) td,

.main-table .th,
.main-table .tbody .tr:nth-child(even) .td {
    background: #f5f5f5;
}

.footable th,
.footable td,

.th,
.main-table .td {
    padding: 25px 10px;
    vertical-align: middle;
}

.footable th,

.main-table .th {
    text-transform: uppercase;
    border-left: solid 1px #506a85;
	font-weight: normal;
}

.footable th:first-child,

.main-table .th:first-child {
    border: 0;
}

.footable th:before,

.main-table .th:before {
    content: "";
    display: block;
    height: 80%;
    border-left: solid 1px #506a85;
}

.footable td,
.main-table .td {
    font-size: 14px;
}

.footable tbody a,
.main-table .tbody a {
    font-weight: bold;
    color: #506a85;
}

.deputies-table .footable {
    min-width: 800px;
}

.footable-first-visible{
	min-width: 70px;
}
.footable-first-visible a,
.footable-first-visible img{
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.sort-act {
    white-space: nowrap;
}

.sort-act:after {
    display: inline-block;
    vertical-align: middle;
    font-family: icomoon;
    font-size: 14px;
    color: #506a85;
    cursor: pointer;
    margin: -3px 0 0 5px;
}

.sort-act.sort-asc:after {
    content: "\e90d";
}

.sort-act.sort-desc:after {
    content: "\e901";
}


/*custom select*/

.select-wrap {
    position: relative;
}

.custom-select.customSelect {
    width: 400px;/*todo*/
    padding: 10px 45px 11px 10px;
    height: 36px;
    background: url(../images/select_control.png) no-repeat right center;
    background-color: #f5f5f5;
    font-family: inherit;
    font-size: 13px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}

.footer .custom-select.customSelect {
    width: 205px;
    padding: 20px 40px 20px 10px;
    height: 55px;
    background: #fff url(../images/arrow_down.png) no-repeat right 12px center;
    font-family: inherit;
    color: #506a85;
    white-space: nowrap
}


/*magnific popup*/

.mfp-hide {
    display: none;
}

.popup-block {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.popup-block .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #506a85;
    line-height: inherit;
    text-align: center;
    opacity: 1;
}


/* Slick slider */

.slick-slider {
    padding: 0 3.5rem;
}

.slick-slide img {
    display: inline;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    transform: translate(0, -50%);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.slick-prev:before,
.slick-next:before {
    color: #b4bfca;
    font-family: 'icomoon';
    font-size: 5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
    color: transparent;
    background: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.7;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}


/*BASE*/

.container {
    max-width: 1600px;
}

html {
    font-size: 10px;
}

body {
    font: normal 15px 'Roboto', sans-serif;
    color: #000;
}


/* Social*/

.soc-list li {
    display: inline-block;
    margin-left: 5px;
}

.soc-list li:first-child {
    margin-left: 0;
}

.soc-list a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.soc-list a.icon-facebook:hover{
    background: #3b5998;
}
.soc-list a.icon-twitter:hover{
    background: #00aced;
}
.soc-list a.icon-play:hover{
    background: #bb0000;
}
.soc-list.-light a:hover{
    color: #fff;
}
.soc-list.-dark a {
    background: #506a85;
    color: #fff;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.soc-list.-light a {
    background: #fff;
    color: #506a85;
}


/* Share */

.share-title {
    font-weight: bold;
    color: #506a85;
    text-transform: uppercase;
    margin: 5px 20px 5px 0;
}

.share-title,
.share-wrap {
    display: inline-block;
    vertical-align: middle;
}

.at-share-btn.at-svc-compact{
	background: #61acc6 !important;
}

.at-share-btn.at-svc-google_plusone_share{
	background: #000 !important;
}

/*HEADER*/

.header {
    border-top: solid 25px #506a85;
    padding: 4rem 0 3rem;
}
.header .soc-list{
    margin-top: 20px;
}

.main-menu a {
    font-size: 16px;
}

.sub-toggler:before {
    content: "\e900";
    font-family: 'icomoon';
}

.sub-menu a {
    font-size: 14px;
}

@media screen and ( min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .main-menu > li {
        display: inline-block;
        position: relative;
        padding: 10px 15px;
    }
	
    /* submenu */
    .main-menu .has-sub,
    .sub-menu {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .main-menu .has-sub:hover {
        background: #f5f5f5;
    }
	.main-menu .act,
	.main-menu .act + span,
    .main-menu >li:hover > a,
    .sub-menu a:hover {
        color: #506a85;
    }
    .main-menu .has-sub:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .sub-menu {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 15px;
        background: #f5f5f5;
        opacity: 0;
        visibility: hidden;
    }
    .sub-menu li {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1280px){
	.main-menu > li{
		padding-left: 35px;
		padding-right: 35px;
	}
}
/*MAIN*/

.sr-block {
    position: relative;
    height: 250px;
}

.sr-cont {
    position: relative;
    width: 100%;
}


/*search form*/

.sr-form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sr-inp {
    padding-right: 5.5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sr-btn {
    position: absolute;
}


/*search main section form*/

.sr-section .sr-form {
    max-width: 43rem;
}

.sr-section .sr-inp {
    width: 98%;
    height: 5.4rem;
    line-height: 5.4rem;
}

.sr-section .sr-btn {
    right: 0;
    top: 0;
    width: 5rem;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 2.3rem;
    text-align: center;
    background: #506a85;
    color: #fff;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}


/* search inner form*/

.sr-inner .sr-form {
    max-width: 30rem;
    margin-right: 4rem;
}

.sr-inner .sr-inp {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.sr-inner .sr-btn {
    right: 1.8rem;
    top: 50%;
    margin-top: -1rem;
    font-size: 2rem;
    color: #b4bfca;
}


/* search focused*/

.sr-section-inner,
.sr-close-btn,
.sr-overlay,
.sr-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.sr-section-inner.opened,
.sr-block.opened .sr-close-btn,
.sr-block.opened .sr-overlay,
.sr-block.opened .sr-nav {
    opacity: 1;
    visibility: visible;
}

.sr-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(136, 159, 183, 0.9);
}

.sr-close-btn {
    position: absolute;
    right: -36px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sr-close-btn:hover {
    color: #373545;
    border-color: #373545;
}

.sr-nav {
    margin-top: 20px;
}

.sr-nav li {
    display: inline-block;
    margin: 0 10px;
}

.sr-nav a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: solid 3px rgba(255, 255, 255, 0.8);
    -webkit-font-smoothing: subpixel-antialiased;
}

.sr-nav a:hover {
    border-color: #373545;
}

.sr-nav .selected a {
    border-color: #373545;
}

.header .container,
.sr-wrap{
    position: relative;
}

.head-nav{
    padding-right: 30px;
}
.sr-toggle{
    font-size: 20px;
    color: #506a85;
    position: absolute;
    right: 15px;
    bottom: 9px;
}
.sr-section-inner{
    position: absolute;
    left:0;
    top: 100%;
    z-index: -1;
    width: 100%;
}
.sr-section-inner.opened{
	z-index: 5;
}

/* Monitoring section*/

.monitoring-item {
    display: inline-block;
    position: relative;
}

.monitoring-categ {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: rgba(54, 152, 190, 0.9);
    padding: 5px 10px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
}

.monitoring-title {
    font-size: 14px;
    text-transform: uppercase;
    background: #506a85;
    padding: 10px 10px;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}
@media (min-width: 768px){
	.monitoring-title{
		min-height: 65px;
	}
}

/* Members section */

.members-carousel .slick-list {
    margin: 0 -15px;
}

.members-carousel .slick-slide {
    margin: 0 15px;
}

.members-item {
    max-width: 500px;
    margin: 0 auto;
}

.members-carousel .members-item {
    padding: 15px 2rem;
}

.members-title {
    font-size: 15px;
    font-weight: bold;
    color: #2ba9df;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.members-list li {
    margin-bottom: 15px;
    overflow: hidden;
}

.member-obj {
    position: relative;
    z-index: 10;
    float: left;
    width: 50px;
    margin-right: 15px;
}

.compare-item,
.compare-item img,
.member-obj,
.member-obj img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.member-body .title {
    font-size: 15px;
    font-weight: bold;
}

.member-body a:hover {
    text-decoration: underline;
}

.member-body{
    position: relative;
    padding-right: 40px;
    padding-left: 65px;
}

.member-body .title span {
    position: absolute;
    right: 0;
    top: 3px;
}


/* Compare section*/

.compare-block {
    padding: 6rem 0;
}

.compare-item {
    display: inline-block;
    max-width: 22.5rem;
}

.compare-links {
    padding: 5rem 0;
}

.compare-links .btn {
    margin-bottom: 10px;
}

.compare-links .link {
    font-size: 2rem;
    padding-bottom: 5px;
    border-bottom: solid 1px #000;
}

.compare-links .link:hover {
    border-color: transparent;
}
.intersection-diagram{
	overflow-x: auto;
	padding: 20px 10px; 
}
.comparison-ovals {
	position: relative;
    width: 100%; 
	min-width: 500px;
	height: 300px;
}
.first-deputy,
.second-deputy {
	display: block;
    width: 264px;
    height: 264px;
	background:rgba(201, 212, 223, 0.6);
    position: absolute;
	top:0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.second-deputy{
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
}

.comparison-ovals img {
    width: 50px;
    top: 100px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}
.comparison-ovals .first-deputy img {
    left: 15px;
}
.comparison-ovals .second-deputy img {
    right:-205px;
}

.intersection-title{
	font-weight: bold;
	color: #506a85;
	margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
    .compare-block .row {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0;
    }
    .compare-col {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}


/* Multimedia section */
.media-obj img{
	width: 100%;
}

.multimedia-item {
    max-width: 800px;
    margin: 0 auto;
}


.multimedia-main .multimedia-item {
    max-width: 800px;
}

.multimedia-obj {
    display: block;
    line-height: 0;
    position: relative;
}

.multimedia-obj img {
    width: 100%;
}

.multimedia-obj:before {
    content: "\e905";
    font-family: icomoon;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.multimedia-caption {
    margin-top: 20px;
}

.multimedia-date,
.multimedia-live-link {
    font-size: 13px;
    background: #506a85;
    color: #fff;
}

.multimedia-live-link {
    display: block;
    padding: 6px 10px;
}

.multimedia-txt {
    background: #f5f5f5;
    padding: 10px 15px;
    margin-top: 20px;
}

.multimedia-date {
    float: left;
    width: 48px;
    padding: 6px 5px;
    margin-right: 15px;
    text-align: center;
}

.multimedia-title {
    font-size: 15px;
    font-weight: bold;
}

.home .multimedia-live-link {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.home .multimedia-date {
    width: 56px;
    padding: 10px 5px;
}

.home .multimedia-title {
    font-size: 2.2rem;
}


/* Infographs */

.infographs-list img {
    width: 100%;
}


/* MONITORING */

.monitoring-item,
.monitoring-item img {
    width: 100%;
}

.primary-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #506a85;
    text-transform: uppercase;
    margin: -10px 0 2.5rem;
}

.artcl {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: solid 1px #f5f5f5;
}

.artcl-title {
    font-size: 17px;
    font-weight: bold;
    color: #506a85;
    margin-bottom: 15px;
}

.artcl-txt {
	line-height: 1.5;
    margin-bottom: 3rem;
}

.more-link {
    color: #2ba9df;
}

.more-link:hover {
    text-decoration: underline;
}

.tag-list li {
    float: left;
    margin-left: 15px;
}

.tag-list li:first-child {
    margin-left: 0;
}

.tag-list a {
    display: block;
    padding: 2px 15px 3px;
    font-size: 10px;
    background: #506a85;
    color: #fff;
}

.tag-list a:hover {
    opacity: 0.8;
}


/* sidebar */

.sidebox {
    margin-bottom: 3rem;
}

.sidebox-cont {
    padding: 20px 10px;
}

.sidebox .compare-links .link {
    font-size: 12px;
}

.side-list li {
    margin-bottom: 10px;
}

.side-list a:hover {
    color: #2ba9df;
}

.members-slider {
    padding: 0;
}

.members-slider .slick-prev,
.members-slider .slick-next {
    top: -13px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.members-slider .slick-prev:before,
.members-slider .slick-next:before {
    font-size: 4rem;
}

.vote-history-title{
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 5px;
	background: #f5f5f5;
	color: #506a85;
}
.vote-history .vote-info-list li{
	margin: 0;
	padding: 7px 10px 8px;
}
.vote-history .vote-info-list li:nth-child(even){
	background: #f5f5f5;
}
/* Monitoring single */

.single-title {
    font-size: 21px;
    font-weight: bold;
    color: #506a85;
    margin-bottom: 0.5rem;
}

.single-featured {
    margin-bottom: 4rem;
}

.single-cont {
    margin-bottom: 4rem;
}

.single-gallery {
    margin-bottom: 4rem;
    overflow: hidden;
}

.gallery-slider .slick-slider {
    padding: 0;
}

.gallery-slider-main {
    margin-bottom: 1.8rem;
}

.gallery-slider .slick-prev {
    left: 1rem;
}

.gallery-slider .slick-next {
    right: 1rem;
}

.gallery-slider-thumb .slick-list {
    margin: 0 -3px;
}

.gallery-slider-thumb .slick-slide {
    margin: 0 3px;
}


/*vote*/

.featured-cont {
	min-height: 250px;
    padding: 3rem 20px;
    background: rgba(255, 255, 255, 0.8);
}

.featured-title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.featured-simple .featured-block {
    padding: 3rem 20px;
    font-size: 15px;
    line-height: 1.5;
}

.data-section .session-filter,
.data-section .share-box{
    margin-bottom: 15px;
}

.session-title {
    font-size: 16px;
    margin: 0 2.5rem 7px 0;
}

.session-title,
.session-filter .select-wrap {
    display: inline-block;
    vertical-align: middle;
}

.area-title {
    font-size: 16px;
    font-weight: bold;
    color: #2ba9df;
    margin-bottom: 4rem;
}

.sr-inner {
    padding: 15px;
}

.sr-options .ctrl-field {
    margin-right: 3rem;
}

@media screen and (min-width: 992px) {
    .sr-inner .sr-form,
    .sr-options {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 991px) {
    .sr-options .ctrl-field {
        display: inline-block;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .sr-options .ctrl-field {
        display: block;
    }
}

.vote-item {
    padding: 20px;
	min-height: 190px;
}

.vote-title {
    font-size: 16px;
    font-weight: bold;
    color: #506a85;
    margin-bottom: 2rem;
}

.vote-cont {
    line-height: 1.5;
}

.vote-stat {
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.vote-stat-head,
.vote-stat-body {
    padding: 5px 0;
    clear: both;
    overflow: hidden;
}

.vote-stat-head {
    background: #506a85;
}
.vote-stat-head >*{
	padding-left: 1px;
	padding-right: 1px;
	word-break: break-all;
}

.vote-stat-body {
    font-size: 16px;
    font-weight: bold;
    background: #8a9db1;
}


/* Deputy */

.vote-total-block {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}

.vote-total-block span {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.type-list {
    padding: 10px 15px;
    font-size: 16px;
}

.type-list strong {
    display: block;
    font-size: 2.5rem;
    color: #506a85;
}


/*Deputy single*/

.deputy-sidebar {
    margin-bottom: 3rem;d
}

.deputy-birthdate {
    margin-top: 15px;
}

.deputy-sidebox {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: solid 1px #506a85;
    font-size: 14px;
    line-height: 1.3;
}

.deputy-sidetitle {
    font-size: 17px;
    font-weight: bold;
    color: #506a85;
}

.deputy-sidetxt {
    margin-top: 5px;
}

.deputy-contact {
    font-style: normal;
}

.deputy-contact a {
    font-weight: bold;
}

.deputy-contact a:hover {
    color: #506a85;
}

.deputy-link {
    display: block;
    position: relative;
    padding-left: 5.5rem;
}

.deputy-sidebox .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    margin-right: 10px;
    font-size: 3.2rem;
    color: #506a85;
}


/* deputy primary */

.deputy-title {
    font-size: 3.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #506a85;
    margin-bottom: 3rem;
}

.vote-info-list li {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 40px;
}

.vote-info-list span {
    position: absolute;
    right: 0;
    min-width: 30px;
    float: right;
    font-weight: normal;
}

.deputy-info {
	font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.deputy-info .icon {
    width: 54px;
    height: 54px;
    line-height: 48px;
    font-size: 24px;
    color: #506a85;
    border: solid 3px #506a85;
    margin-right: 2.5rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.vote-header{
    margin-top: 4rem;
    margin-bottom: 15px;
}

.vote-filter {
    margin-top: 10px;
}

.vote-filter a {
    margin-left: 20px;
    font-size: 15px;
}

.vote-filter a:first-child {
    margin-left: 0;
}

.vote-filter a.active,
.vote-filter a:hover {
    color: #506a85;
}

.vote-type {
    display: inline-block;
    font-size: 16px;
    min-width: 80px;
    padding: 1.2rem 10px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

.vote-type.-type1 {
    background-color: #c392d2;
}

.vote-type.-type2 {
    background-color: #506a85;
}

.vote-type.-type3 {
    background-color: #1eb794;
}

.vote-type.-type4 {
    background-color: #008585;
}

.vote-type.-type5 {
    background-color: #894a9d;
}


/*Compare page*/

.compare-main .compare-links {
    padding-top: 0;
}
.compare-name,
.compare-info{
	text-align: left;
}
.compare-name {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #506a85;
}

.compare-info {
    font-size: 2rem;
    line-height: 1.6;
}

.intersection-cont {
    font-size: 1.6rem;
    line-height: 1.4;
}


/*law   making single*/
.steps-nav li,
.step-sep{
    padding-left: 7rem;
}
.steps-nav li {
    display: inline-block;
    vertical-align: middle;
}

.steps-nav li:first-child {
    padding-left: 0;
}

.step-item {
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    height: 84px;
    padding: 15px 5px;
    border: solid 7px #f5f5f5;
    background: #cad1d7;
    color: #506a85;
    font-size: 11px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.step-item:hover,
.step-item.current {
    background: #506a85;
    color: #fff;
}

.step-sep {
    font-size: 12rem;
    color: #f5f5f5;
}

.steps-wrap .share-box{
    margin-top: 4.5rem;
}

.vote-table .tr .td:first-child {
    text-align: left;
}

.vote-table {
    font-size: 16px;
}

.vote-table .th,
.vote-table .td {
    padding: 11px 5px;
}

.vote-table a {
    font-weight: bold;
    color: #506a85;
}

.main-table a:hover,
.vote-table a:hover {
    text-decoration: underline;
}

.vote-result-item {
    margin-bottom: 15px;
}

.vote-result-caption {
    padding: 5px 10px;
    background: #506a85;
    color: #fff;
    font-size: 16px;
}

.vote-result-list li {
    padding: 8px 10px;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}

.vote-result-list li:nth-child(odd) {
    background: #f5f5f5;
}

.vote-deputy {
    float: left;
    color: #506a85;
}

.vote-faction {
    float: right;
}

.vote-result-list a:hover {
    text-decoration: underline;
}


/* Refports */

.report-list li {
    display: block;
    position: relative;
    overflow: hidden;
}

.report-list img {
    width: 100%;
}

.report-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: -100%;
}

.report-list li:hover .report-overlay {
    left: 0;
}

.report-cont {
    padding: 10px 15px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.report-cont span {
    display: block;
    margin-top: 20px;
}

.date {
    margin: 9px 0;
}

#container-votings-by-fractions{
	margin: 0 auto;	
}


/*FOOTER*/

.footer {
    font-size: 13px;
    background: #506a85;
    color: #fff;
    padding: 7rem 0 6rem;
    margin-top: 15px;
}
.home .footer{
    margin-top: 3rem;
}

.foot-logo {
    margin-bottom: 20px;
}

.copyright {
    margin: 0 0 15px;
}

.foot-address {
    font-style: normal;
}

.foot-nav li+li {
    margin-top: 15px;
}

.foot-nav a:hover {
    text-decoration: underline;
}

.newsletter-title {
    margin-bottom: 10px;
}

.newsletter-box {
    margin-bottom: 20px;
}

.newsletter-box .select-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.newsletter-btn {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 55px;
    line-height: 55px;
    font-size: 2.8rem;
    background: #373545;
    color: #fff;
    text-align: center;
}

.foot-info-btn {
    display: inline-block;
    background: #373545;
    color: #fff;
    padding: 20px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer .soc-list {
    margin: 10px 0;
}

.foot-secondary {
    padding-top: 10px;
    margin-top: 3.5rem;
    border-top: solid 1px #fff;
}

.foot-updated {
    padding-top: 10px;
}


/* Newsletter popup*/

.popup-cont {
    padding: 20px;
}

.cnt-form {
    padding: 15px 20px;
}


/* media up */

@media screen and ( min-width: 768px) {
    .foot-main {
        margin: 0;
        display: table;
        width: 100%;
    }
    .foot-col {
        display: table-cell;
        vertical-align: middle;
        float: none;
        border-left: solid 1px #fff;
    }
    .foot-col:first-child {
        border: 0;
        padding-left: 0;
    }
    .foot-col:last-child {
        padding-right: 0;
    }
}

/* media down */

@media screen and ( max-width: 767px) {
    .foot-main {
        text-align: center;
    }
    .foot-col + .foot-col{
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px #fff;
    }
}

a.declaration-details-detailed {
    color: #e2e2e2;
}

.declaration-details-detailed
.declaration-button.active {font-weight: bold; color: #506a85; }
#footable-declarations tr.footable-filtering {display: none !important;}
.footable-detail-row > td {border: 1px solid #506a85; background-color: #fff !important;}
.footable-details th {display: none;}
.footable-details > tbody > tr > td {background-color: #fff !important;}
.declaration-details-table td {padding: 20px 10px;}
.declaration-details-container {width: 100%; padding: 10px; background-color: #efefef; font-size: 16px;}
.declaration-details-container > div {width:30%; float: left; margin-top: 30px; margin-bottom: 5px}
.declaration-details-container > div.declaration-details-fourth {width:70%; float: right; }
.declaration-details-container > div.declaration-details-third {width: 100%; float: none; margin-top: 0; }
.declaration-details-container > div > h5 {text-align: center; font-size: 14px; font-weight: bold; margin-bottom: 5px; }
.declaration-details-container > div > table {width:100%;}
.declaration-details-container > div > table tr th{background-color: #dadada}
.declaration-details-container > div > table tr:nth-child(odd) td{background-color: #efefef}
.declaration-details-container > div > table tr:nth-child(even) td{background-color: #fff}

.report-overlay .fa {display: inline-block; float: left; margin-right: 10px;}
.report-overlay div:not(:last-child) {margin-bottom: 10px;}
.report-overlay a {display: flex; }
.report-overlay a:hover {text-decoration: underline;}

.laws-filter {
    display: block;
    font-size: 12px;
    line-height: 1.15;
    padding: .6em 2.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.laws-filter::-ms-expand {
    display: none;
}
.laws-filter:hover {
    border-color: #888;
}
.laws-filter:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.laws-filter option {
    font-weight:normal;
}