/* @charset "utf-8"; */
/*************************************  
/* normalize.css v3.0.2 
***************************************/
html {
    font-family: normal 100%/1.2em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #888897;
}

a.modal {
    display: inline-block;
}

img.myzoom {
    opacity: .8;
    padding: 2px;
    border: 2px solid #333;
}

img.myzoom:hover {
    opacity: .25;
}

#main2 a:hover {
    background-color: black;
    color: white /*!important;*/
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    pointer-events: none;
}


.article-blog img {
    max-width: 100%;
    height: auto !important;
}

@media screen and (max-width: 736px) {

    #wrapper > img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 736px) {
    p img {
        max-width: 100%;
        display: inline-block;
        height: auto;
        width: auto \9; /* ie8 */

    }
}
svg.rapi_ajax_search_open_modal {
    fill: #ffffff !important;
}
svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    /*margin: 0;*/
    font: inherit;
    color: inherit;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;

}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    /*border-collapse: collapse;*/
    /*width:100%;*/
    height: auto;
}

td,
th {
    padding: 0;
}

/*************************************  
/* ELEMENT GENERAL
***************************************/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    background-image: url(../images/background.png);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    /*margin:5px 0;*/
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 24px;

}

h3 {
    font-size: 20px;
    font-weight: 100;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 110%;
}

h6 {
    font-size: 100%;
}

p {
    line-height: 1.5em;
    font-size: 14px;
    font-weight: normal;
    /*margin:20px 25px;*/
    transition: all ease 5s;

    /*ЗАПРЕТ НА КОПИРОВАНИЕ ТЕКСТА*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

small {
    font-size: 0.9em;
}

/****************************  
/* STYLE DES LISTES GENERAL
****************************/
ol {
    list-style-type: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

ol, ul, dl {
    margin: 0.9em 0;
    padding: 0;
}

ol li {
    line-height: 1.3em;
    list-style: decimal;
    margin-left: 20px;
}

ul li {
    list-style: none;
    margin-left: 0px;
    font-weight: bold;
}

ul li ul {
    margin-top: 0;
}

a {
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*************************************  
/* ELEMENT FORM
***************************************/
form {
    margin: 0 0 10px;
}

fieldset {
    border: none;
    margin: 10px 0;
    padding: 0px 0px 15px 30px;
    border-radius: 0px;
    background: #fff;
    background: #f3f5f8;
}

legend {
    font-weight: bold;
    background: #fff;
    padding: 5px 10px;
}

label {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    padding: 0px;
    width: 100%;
}

/*input,textarea,select,*/
#advanced-search-toggle, input.search-query {
    border: 1px solid #eee;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 9px;
    padding: 4px;
    color: #fff !important;
    width: 100%;
}

.jux-mashup .jux-controls .jux-icon {
    margin-right: 5px;
}

/*button {
 background:#282828; 
color:#fff;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin:10px 0;
padding:2px;
border:none;
border-radius:0;

}*/

.filter-search-lbl {
    display: inline
}

.filter-search, .display-limit {
    float: left;
    margin-right: 10px
}

.button, .profile-edit a {
    padding: 3px;
    line-height: 1.2em;
    text-decoration: none;
}

label input, label textarea, label select {
    display: block;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    border-radius: 0;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    height: auto;
    width: auto;
}

select {
    height: 28px;
    line-height: 28px;
    max-width: 99%
}

select {
    width: 220px;
}

select[multiple], select[size] {
    height: auto;
}

textarea {
    height: auto;
}

.radio, .checkbox {
    padding-left: 18px;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
    margin-right: 10px;
    border: none
}

input, textarea {
}

input:focus, textarea:focus {
    outline: 0 none;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
    box-shadow: none;
    outline-offset: -2px;
}

.clr {
    clear: both;
}


/**************************************************************************
* Header
****************************************************************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
    float: left;
    width: 100%;
    background: #000000;
	opacity: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
	z-index: 1001;
}

.list_contents .view .date {
  padding: 5px 0;
  color: #000000;
}

.container-flex {
	display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
	  height: 70px;
    align-items: center;
	-webkit-transition: 1s all ease;
    transition: 1s all ease;
}

.is--bg {
    background: #000000 !important;
    opacity: .9 !important;
}

.is--bg .container-flex{
	height: 45px;
}

.container-flex .logo{
	min-width: 241px;
	padding-bottom: 5px;
}

.container-flex .logo img{
	max-width: 100%;
	height:100%;
}

.is--bg .container-flex .logo{
	min-width: 241px;
	height: 85%;
}

.container-flex .fixedPoisk {
    padding-bottom: 5px;
}

span.highlight {
    background: yellow;
}
.soc_icons li span{
	display:none;
}

#sidebar { /*КАК МЕНЮ ВЕДЕТ СЕБЯ КОГДА ЕДЕТ*/
    float: left;
    top: 25px;
    bottom: 25px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;

@media screen and (max-width: 736px) {

    #sidebar {
        display: none;

    }
}

}

/**************************************************************************
* Menu
****************************************************************************/
.menuButon {
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: 55px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}

.menuButon a {
    display: inline-block;
    width: 13px;
    height: 23px;
    background: url(../images/menu.jpg) no-repeat center top;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.menuButon a:hover {
    background: url(../images/menu-h.jpg) no-repeat center top;
}

#menuModal {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 0px solid #fff;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
}

#menuModal .modal-content {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.modCloseButton {
    width: 65px;
    height: 80px;
    background: #bfd3d2;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.modCloseButton span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 31px;
    height: 31px;
    display: inline-block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.modCloseButton span:after {
    width: 100%;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}

.modCloseButton span:before {
    width: 1px;
    height: 100%;
    background: #FFF;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}

.modCloseButton:hover span:after, .modCloseButton:hover span:before {
    background: #272727;
}

html.js.csstransitions.overFlowHidden > body.overFlowHidden > div#menuModal.animated.menuModal-on.bounceInDown > div.modal-content > div#navigation > div.container_12 > div.grid_12 > ul#menu.menu > li.item-103.deeper.parent > ul.navig > li.item-104 > a {
    font-size: 10px;
}

.fixedHeader {
    background: rgba(77, 74, 74, 0.8) none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(77, 74, 74, 0.8);
    height: 38px;
    left: 0;
    min-height: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

span.subheading-category {
    font-weight: 700;
}

/*@media screen and (max-width: 736px) {

.fixedHeader {
 display: none;

}}*/

.fixedHeader .menuButon {
    margin-top: 28px;
}

.fixedHeader #sitename {
    margin-top: 25px;
}

.overFlowHidden {
    overflow: hidden;
}

.mySidebar {
    /*  background: #fff;
      box-shadow: 0 0 3px rgba(77,74,74, 8);*/
    /* min-height: 38px;*/
    /*  left: 15px;*/
    top: 15px;
    min-height: 38px;
    position: fixed;
    top: 15px;
    width: 100%;
    z-index: 9998;
    height: 100%;
    /*  padding: 20px; ИЗ-ЗА ЭТОГО СОДЕРЖИМОЕ СЖИМАЛОСЬ*/


}

@media screen and (max-width: 736px) {

    .mySidebar {
        display: none;

    }
}


/**************************************************************************
* Logo
****************************************************************************/

#sitename {
    width: 100%;
    text-align: left;
    margin-top: 47px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}

#sitename a {
    color: #272727;
    font-size: 26px;
    text-transform: uppercase;
    height: 50px;
    font-weight: bold;
    letter-spacing: 5px;

}

#sitename a img {
    margin-top: -8px;
}

#sitename a span {
    display: inline-block;
    line-height: 17px;
    padding-top: 3px;
}

#sitename a:hover {
    color: #fe8869;
}

#sitename a:after {
    color: #9c9c9c;
    text-shadow: 0 0 transparent;
    font-size: 0.3em;
    letter-spacing: 1px;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 7px;
    font-weight: normal;

}

/*********************
 * LOADING PAGE
 *********************/
.ct-preloader {
    position: fixed;
    z-index: 99998;
    width: 100vw;
    height: 100vh;
    background: #151515;
    overflow: hidden;
}

.ct-preloader .ct-preloader-content {
    position: absolute;
    z-index: 99999;
    top: 40%;
    margin-top: -200px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    height: 500px;
    background: url(../images/loading.gif);
}

/**************
 * BACK TO TOP
 **************/
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0px solid #000;
    background-position: 50% 50%;
    z-index: 999999;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.back-to-top:hover, .back-to-top:focus {
    background-color: #ccc;
}


/**********************************
 * BLOCK FRAMEWORK STYLE INHERITED
 **********************************/
#timeline,
#block-top,
#block-feature,
#block-beforecontent,
#block-aftercontent,
#block-bottomcontent,
#block-footertop,
#block-footerbottom {
    float: left;
    width: 100%;
    padding: 20px 0;
    /*background:#fff;*/
    margin-top: 0px;
    border-top: 1px solid #ebebeb;
}

#block-top ul li a,
#block-feature ul li a,
#block-beforecontent ul li a,
#block-aftercontent ul li a,
#block-bottomcontent ul li a,
#block-footertop ul li a,
#block-footerbottom ul li a {
    font-weight: bold;
    line-height: 1em;
    font-size: 13px;
}

#block-top ul li:before,
#block-feature ul li:before,
#block-beforecontent ul li:before,
#block-aftercontent ul li:before,
#block-bottomcontent ul li:before,
#block-footertop ul li:before,
#block-footerbottom ul li:before {
    content: "\f054";
    font-family: fontawesome;
    font-weight: bold;
    color: #000;
    margin-right: 7px;
    font-size: 0.7em;
}

#timeline h3,
#block-top h3,
#block-feature h3,
#block-beforecontent h3,
#block-aftercontent h3,
#block-bottomcontent h3,
#block-footertop h3,
#block-footerbottom h3 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 25px 0;
    background: url(../images/bg-h3.jpg) 50% 100% no-repeat;
    letter-spacing: 5px;
}

#block-top p,
#block-feature p,
#block-beforecontent p,
#block-aftercontent p,
#block-bottomcontent p,
#block-footertop p,
#block-footerbottom p {
    text-align: left;
    font-weight: 400;
}

#timeline .moduletable,
#block-top .moduletable,
#block-feature .moduletable,
#block-beforecontent .moduletable,
#block-aftercontent .moduletable,
#block-bottomcontent .moduletable,
#block-footertop .moduletable,
#block-footerbottom .moduletable {
    /*padding:40px 20px 40px 20px;*/
}

/****specific background block bottom***/

#block-footertop,
#block-footerbottom {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #000 !IMPORTANT;
    color: #fff;
    /* border:0px; */
    border-top: 0px solid #ebebeb !important;
}

#block-footertop h3,
#block-footerbottom h3 {
    color: #fff;
    background: none;
}


#block-footerbottom {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #000;
    border-top: 0px solid #ebebeb;
    color: #fff;
    border-top: 0px solid #000 !important;
    margin-top: -20px;
}

#block-footerbottom li a {
    color: #fff;
}

#block-footerbottom h3 {
    color: #fff;
    background: none;
}

/**********************************
 * BLOCK FRAMEWORK STYLE ICON LEFT
 **********************************/
#block-top .moduletable-icon-left,
#block-feature .moduletable-icon-left,
#block-beforecontent .moduletable-icon-left,
#block-aftercontent .moduletable-icon-left,
#block-bottomcontent .moduletable-icon-left,
#block-footertop .moduletable-icon-left,
#block-footerbottom .moduletable-icon-left {
    /*padding:40px 20px 40px 20px;*/
}

#block-top .moduletable-icon-left h3,
#block-feature .moduletable-icon-left h3,
#block-beforecontent .moduletable-icon-left h3,
#block-aftercontent .moduletable-icon-left h3,
#block-bottomcontent .moduletable-icon-left h3,
#block-footertop .moduletable-icon-left h3,
#block-footerbottom .moduletable-icon-left h3 {
    background: none !important;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#block-top .moduletable-icon-left h3:before,
#block-feature .moduletable-icon-left h3:before,
#block-beforecontent .moduletable-icon-left h3:before,
#block-aftercontent .moduletable-icon-left h3:before,
#block-bottomcontent .moduletable-icon-left h3:before,
#block-footertop .moduletable-icon-left h3:before,
#block-footerbottom .moduletable-icon-left h3:before {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    letter-spacing: 5px;
    padding-bottom: 15px;
    font-family: fontawesome;
    font-weight: bold;
    color: #000;
    font-size: 0.7em;
    background: none !important;
}

/************************************
 * BLOCK FRAMEWORK STYLE ICON CENTER
 ************************************/
#block-top .moduletable-icon-center,
#block-feature .moduletable-icon-center,
#block-beforecontent .moduletable-icon-center,
#block-aftercontent .moduletable-icon-center,
#block-bottomcontent .moduletable-icon-center,
#block-footertop .moduletable-icon-center,
#block-footerbottom .moduletable-icon-center {
    padding: 20px 20px;
    text-align: center;
}

#block-top .moduletable-icon-center h3,
#block-feature .moduletable-icon-center h3,
#block-beforecontent .moduletable-icon-center h3,
#block-aftercontent .moduletable-icon-center h3,
#block-bottomcontent .moduletable-icon-center h3,
#block-footertop .moduletable-icon-center h3,
#block-footerbottom .moduletable-icon-center h3 {
    background: none;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    padding-bottom: 15px;
    padding-top: 0;
}

#block-top .moduletable-icon-center p,
#block-feature .moduletable-icon-center p,
#block-beforecontent .moduletable-icon-center p,
#block-aftercontent .moduletable-icon-center p,
#block-bottomcontent .moduletable-icon-center p,
#block-footertop .moduletable-icon-center p,
#block-footerbottom .moduletable-icon-center p {
    text-align: justify;
}

#block-top .moduletable-icon-center i,
#block-feature .moduletable-icon-center i,
#block-beforecontent .moduletable-icon-center i,
#block-aftercontent .moduletable-icon-center i,
#block-bottomcontent .moduletable-icon-center i,
#block-footertop .moduletable-icon-center i,
#block-footerbottom .moduletable-icon-center i {
    font-size: 60px;
}

#block-top .moduletable-icon-center a i,
#block-feature .moduletable-icon-center a i,
#block-beforecontent .moduletable-icon-center a i,
#block-aftercontent .moduletable-icon-center a i,
#block-bottomcontent .moduletable-icon-center a i,
#block-footertop .moduletable-icon-center a i,
#block-footerbottom .moduletable-icon-center a i {
    color: #262626;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px;
    text-align: center;
}

#block-top .moduletable-icon-center a:hover i,
#block-feature .moduletable-icon-center a:hover i,
#block-beforecontent .moduletable-icon-center a:hover i,
#block-aftercontent .moduletable-icon-center a:hover i,
#block-bottomcontent .moduletable-icon-center a:hover i,
#block-footertop .moduletable-icon-center a:hover i,
#block-footerbottom .moduletable-icon-center a:hover i {
    color: #000;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/************************************
 * BLOCK FRAMEWORK STYLE NO ICON
 ************************************/
#block-top .moduletable-icon-noicon,
#block-feature .moduletable-icon-noicon,
#block-beforecontent .moduletable-icon-noicon,
#block-aftercontent .moduletable-icon-noicon,
#block-bottomcontent .moduletable-icon-noicon,
#block-footertop .moduletable-icon-noicon,
#block-footerbottom .moduletable-icon-noicon {
    text-align: center;
}

#block-top .moduletable-icon-noicon p,
#block-feature .moduletable-icon-noicon p,
#block-beforecontent .moduletable-icon-noicon p,
#block-aftercontent .moduletable-icon-noicon p,
#block-bottomcontent .moduletable-icon-noicon p,
#block-footertop .moduletable-icon-noicon p,
#block-footerbottom .moduletable-icon-noicon p {
    text-align: center;
}

#block-top .moduletable-icon-noicon h3,
#block-feature .moduletable-icon-noicon h3,
#block-beforecontent .moduletable-icon-noicon h3,
#block-aftercontent .moduletable-icon-noicon h3,
#block-bottomcontent .moduletable-icon-noicon h3,
#block-footertop .moduletable-icon-noicon h3,
#block-footerbottom .moduletable-icon-noicon h3 {
    margin: 0 0 0px 0;
    padding: 0 0 25px 0;
    background: url(../images/bg-h3.jpg) 50% 100% no-repeat;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 15px !important;
}

#slideshow, #portfolio, #parallax, #carrousel {
    float: left;
    width: 100%;
}
.hbg {
    height: 72px;
    background: #000000;
}

#parallax {
    margin-top: 20px;
}

#block-footer {
    float: left;
    width: 100%;
    color: #000;
    background: #000;
    padding-top: 40px;
}

#block-footer p {
    margin: 20px 25px;
}

#popup {
    float: right;
    width: 100%;
    background: #000;
    height: 150px;
    color: #000;
    background: #4D4A4A;
}

#block-top2 {
    width: 100%;
  padding: 10px 0;
    background: rgba(183, 181, 181) !important;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#block-top2 img{
	max-width: 100%;
}
.list_contents .view a.readmore {
  border: 2px solid #000000;
}
.view a.readmore:hover {
  border: 2px solid #000000;
}
.name-footer {
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    /*font-weight:bold;*/
    padding: 10px 0 0 0;
    /*text-shadow: 1px 1px #fff; */
}

/****************
/*BLOCK SOCIAL
*****************/
.soc_icons_box {
    text-align: right;

}

.soc_icons_box2 {
    text-align: left;
    margin-top: -5%;
    margin-left: 20px;

}


.soc_icons_box2 li {
    float: left;
    list-style: none;
    padding: 5;
    font-size: 16px;
    margin-top: -10px;
    margin-left: 10px;
}


.soc_icons_box ul {
    padding: 0;
}

.soc_icons_box li {
    float: right;
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin-top: -10px;
    margin-right: 10px;
}

.soc_icons li a {
    font-size: 18px;
    margin: 12px 0px;
    background: transparent;
    /*width:15px;*/
    height: 10px;
    /*padding:12px;*/
    color: #fff;
    line-height: 10px;

}


.soc_icons li a:hover {
    background: transparent;
    color: #e9e9e9;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.soc_icons a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.copyright {
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: white;
    position: relative;

}

.logo2 {
    text-align: left;
    max-height: 5px;
    margin-top: -2px;
    margin-left: -10px;
}

.logo2 img {
    height: 43px;
}


/**********************************************
/*PAGE BLOG D'UNE SEULE CATEGORIE,BLOG FEATURE
***********************************************/


.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
    /*background-color: #fff;*/
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
    /*background-color: #fff;*/

}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
    /*background-color: #fff;*/

}

.cols-3 .column-1 {
    float: left;
    width: 31%;
    padding: 0 5px;
    margin-right: 3.5%;
    margin-bottom: 4%;
    /*background-color: #fff;*/

}

.cols-3 .column-2 {
    float: left;
    width: 31%;
    margin-left: 0;
    padding: 0 5px;
    margin-bottom: 4%;
    /*background-color: #fff;*/

}

.cols-3 .column-3 {
    float: right;
    width: 31%;
    padding: 0 5px;
    margin-bottom: 4%;
    /*background-color: #fff;*/

}

.items-row {
    /* overflow: hidden;
    margin-bottom: 40px !important;
    background-color: #fff;
    */

}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
    /*background-color: #fff;*/

}

.column-2 {
    width: 55%;
    margin-left: 40%;
    margin-bottom: 2%;
    /*background-color: #fff;*/

}

.column-3 {
    width: 30%;
    margin-bottom: 2%;
    /*background-color: #fff;*/

}

aside {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}

.item-page time,
.itemAsideInfo time, aside {
    display: block;
    text-align: center;
}

.day {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.month {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

div.page-header > h1,
div.content-category > h1,
div.categories-list > h1,
div.search > h1.page-title,
div.finder > h1,
div.contact > h1 {
    position: relative;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px 0;
    padding: 40px 0 25px 0;
    background: url(../images/bg-h3.jpg) 50% 100% no-repeat;
    letter-spacing: 5px;
}

div.blog-featured.item-page, .blog {
    padding: 0px 0;
    background-color: #fff; /* БЕЛЫЙ ФОН СТАТЬИ*/
    /*width: 1000px !important;*/
    width: 100%;
}

div.gk-article-blog a img {
    background-size: cover !important;
    float: none !important;
    background-color: #fff;
    /*width: 100%; мое*/
    /*height: 100%; мое*/
}

div.leading-0.clearfix > div.gk-article-blog > div.pull-item-image > a,
div.gk-article-blog > div.pull-item-image a {
    float: none !important;
}

div.gk-article-blog > div.pull-left.item-image > a.portfolio > span.overlay {
    float: none !important;
}

div.leading-0.clearfix > div.gk-article-blog > div.pull-item-image > a,
div.gk-article-blog > div.pull-item-image > a img {
    background-size: cover !important;
    width: 100%;
    float: none !important;
    background-color: #fff;
}

a.portfolio-blog-featured {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    background-size: cover !important;
}

a.portfolio-blog-featured:hover {
}

a.portfolio-blog-featured:hover .overlays .content {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    top: 50%;
    left: 0;
    margin-top: -7%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

a.portfolio-blog-featured .overlays {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 98.999%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.portfolio-blog-featured:hover .overlays {
    background: rgba(0, 0, 0, 0.6);
    height: 98.999%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.portfolio-blog-featured .overlays .content .fa {
    visibility: hidden;
    text-align: center;
    margin-top: 5%;
}

a.portfolio-blog-featured:hover .overlays .fa {
    font-size: 28px;
    color: #fff;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.portfolio-blog-featured .overlays .content .image-caption {
    visibility: hidden;
}

a.portfolio-blog-featured:hover .overlays .content .image-caption {
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    margin-top: 8px;
    font-weight: bold;
}

.overlays {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 !important;
}

div.gk-article-blog > div.pull-left.item-image > a img:hover,
div.gk-article-blog > div.pull-right.item-image > a img:hover,
div.gk-article-blog > div.pull-none.item-image > a img:hover {
    opacity: 0.7;
    background: #000 !important;
}

div.leading-0 div.gk-article-blog h2.article-header-blog,
div.leading-1 div.gk-article-blog h2.article-header-blog,
div.leading-2 div.gk-article-blog h2.article-header-blog,
div.leading-3 div.gk-article-blog h2.article-header-blog,
div.leading-4 div.gk-article-blog h2.article-header-blog,
div.item.column-1 div.gk-article-blog h2.article-header-blog,
div.item.column-2 div.gk-article-blog h2.article-header-blog,
div.item.column-3 div.gk-article-blog h2.article-header-blog,
div.item.column-4 div.gk-article-blog h2.article-header-blog,
div.item.column-5 div.gk-article-blog h2.article-header-blog {
    background: url(../images/background-h3.jpg) 50% 100% no-repeat;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}

div.leading-0 div.gk-article-blog span.article-info,
div.leading-1 div.gk-article-blog span.article-info,
div.leading-2 div.gk-article-blog span.article-info,
div.leading-3 div.gk-article-blog span.article-info,
div.leading-4 div.gk-article-blog span.article-info,
div.item.column-1 div.gk-article-blog span.article-info,
div.item.column-2 div.gk-article-blog span.article-info,
div.item.column-3 div.gk-article-blog span.article-info,
div.item.column-4 div.gk-article-blog span.article-info,
div.item.column-5 div.gk-article-blog span.article-info {
    text-align: left;
    font-size: 11px;
    margin: 11px 10px 0px 0px;
    padding: 0;
    font-weight: normal;
    width: 100% !important;
    display: inline;
    float: left;
    color: #000;
    background-color: #fff;

}

.article-info dd {
    display: inline;
    padding-left: 4px;
    padding-right: 8px;
    text-align: left;
    font-weight: bold;
    color: grey;
}

.article-info dt {
    display: inline;
    padding-left: 8px;
    text-align: right;
}

.article-info a {
    color: #000 !important;
}

.article-info a:hover {
    color: #757572;
}

dt.article-info-term {
    display: none;
}

div.item-page {
    position: relative;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    background-color: #000;
}

div.item-page ul li, .blog li {
    list-style: disc;
}

div.item-page.gk-item-page > div.gk-article > h1.article-header {
    background: url(../images/background-h3.jpg) 50% 100% no-repeat;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    height: 45px;
    padding: 30px 0 35px 0;
    margin-bottom: 30px;

}

div.gk-article > span.article-info {
    color: #000;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
    display: block;
}
/*
div.gk-article ul li, .blog li {
    margin-left: 20px;
}
*/
div.items-more > ol.nav.nav-tabs.nav-stacked > li {
    list-style: none;
}

div.items-more > ol.nav.nav-tabs.nav-stacked > li > a {
    list-style: none;
    font-weight: bold;
}

div.items-more > ol.nav.nav-tabs.nav-stacked > li :before {
    font-family: fontawesome;
    font-weight: bold;
    color: #000;
    margin-right: 7px;
    font-size: 0.8em;
    content: "\f00c";
}

/*Read More button*/
.readmore {
    padding: 40px 0 0 0;
    text-align: center;
}

.readmore a {
    background: #000;
    color: #fff;
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 11px;
    width: 100%;
}

p.readmore a:hover {
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/*Button for print, editor and email icons */
.actions {
    margin: 0;
    padding: 0 5px 0 0;
    list-style: none;
    text-align: center;
    list-style: none !important;
    margin-bottom: 15px;
    margin-top: 5px;
    float: right;
}

span.email-icon {
    background: url(../images/system/emailButton.png) 0 0 no-repeat;
    text-indent: -5000px;
    width: 15px;
    text-align: center;
    list-style: none;
    display: block;
    float: left;
}

span.print-icon > a {
    background: url(../images/system/printButton.png) 0 0 no-repeat;
    text-indent: -5000px !important;
    padding-left: 5px;
    width: 15px;
    text-align: center;
    list-style: none;
    display: block;
    float: left;
}

/**********************
/*PAGINATION GENERAL
**********************/
.pagenav {
    text-align: center;
    padding: 0 10px 0 10px;
    line-height: 2.1em;
    text-decoration: none;
    border: 2px solid #282828 !important;
    display: inline-block;
    margin-left: 5px;
}

.pagenav ul {
    display: inline-block;
    *display: inline;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.pagenav li {
    display: inline;
    padding: 0 10px;
}

.pagenav a, span.pagenav {
    padding: 0 10px;
}

.pagination {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pagination ul {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    padding: 0px 10px;
    text-decoration: none;
    border: 1px solid #ddd !important;
    display: inline-block;
}

.pagination .active {
    cursor: default;
    background: #252525;
}

.pagination span, .pagination span a:hover {
    cursor: default;
    padding: 0 14px;
    margin-left: 5px;
    background: #282828;
    color: #fff;
}

.pagination p.pull-right {
    float: none;
    text-align: center;
    margin-bottom: 15px;
}

ul.pager.pagenav {
    border: none !important;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

ul.pager.pagenav > li.next > a, ul.pager.pagenav > li.previous > a {
    border: none;
    background: #d8e3e7;
    color: #252525;
    margin: 10px 12px 20px 0;
    padding: 5px;
    border: 2px solid #252525;
    border-radius: 5px;
}

ul.pager.pagenav > li.next > a:hover, ul.pager.pagenav > li.previous > a:hover {
    border: none;
    background: #252525;
    color: #fff;
    border: 2px solid #252525;
}

div.gk-article > ul.pager.pagenav ul li a:before {
    content: "";
}

ul.pagination-list {
    padding-bottom: 40px;
}

/*************************************
/*PAGE DE PLUSIUEURS CATEGORIES 
***************************************/
.categories-list {
    /*margin-top:40px !important;
    margin-bottom: 150px !important;*/
    float: none !important;
    /*display:block;*/
    background-color: #fff;
}

div.content-category {
    /*float:left;
    margin-top:40px !important;*/
    background-color: #fff;
    padding: 40px 0px 40px 0px;
    /*margin-bottom: 150px !important;*/
    width: 100%;
    /*padding:50px;*/
    float: none !important;
}

.categories-list > ul.first li {
    padding: 10px 0 !important;
    text-transform: capitalize;
}

span.item-title > a {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .content-text table {
        margin: 0;
        height: auto !important;
    }
    .content-text table td {
        text-align: left !important;
        width: auto !important;
    }
}
.adaptive-scroll {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.adaptive-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.adaptive-scroll::-webkit-scrollbar-button {
    width: 24px;
    height: 24px
}

.adaptive-scroll::-webkit-scrollbar-thumb {
    background: #abadad;
    border: 0 none #ffffff;
    border-radius: 50px
}

.adaptive-scroll::-webkit-scrollbar-thumb:hover {
    background: #abadad
}

.adaptive-scroll::-webkit-scrollbar-thumb:active {
    background: #abadad
}

.adaptive-scroll::-webkit-scrollbar-track {
    background: #dedede;
    border: 0 none #ffffff;
    border-radius: 50px;
}

.adaptive-scroll::-webkit-scrollbar-track:hover {
    background: #dedede
}

.adaptive-scroll::-webkit-scrollbar-track:active {
    background: #dedede
}

.adaptive-scroll::-webkit-scrollbar-corner {
    background: transparent
}



/*Print and E-mail popup window*/
body.contentpane {
    background: none;
    background-color: #fff;
    padding: 22px;
}

body.contentpane div.pull-right a {
    display: block;
    padding: 0 0 10px 30px;

}

div.mailto-close {
    float: right;
}

/*************************************
/*PAGE EN LISTE D4UNE SEULE CATEGORIE
***************************************/
.category-list {
    margin-top: 30px;
    /*margin-bottom:50px;*/


    transition: all 1s ease-in-out;
    background-color: #fff;

}

.category-list h2 {
    /*font-size:30px;*/
    text-transform: capitalize;
    margin-bottom: 10px;
    background-color: #fff;
}

.category-list fieldset.filters.btn-toolbar.clearfix {
    /* float:left;*/
    width: 100%;
    background: none;
    border: none;
    background-color: #fff;
}

.category-list form#adminForm {
    /*float:left;*/
    width: 100%;
    /*margin:25px 0;*/
    background-color: #fff;
}

.btn-group.pull-right {
    /*float:left;*/
}

div.cat-children h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-header.item-title {
    font-size: 13px;
}

span.item-title > span.badge.badge-info.tip {
    background: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    color: #151515;
    margin-left: 8px;
    height: 15px;
    width: 15px;
    border: 3px solid #151515;
    font-weight: bold;
}

.mytablecontent {
  max-width: 100%;
}

.mytablecontent th, .mytablecontent td {
  padding: 5px;
}

/*   login   */
div.login-description {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 15px;
}

.login {
    margin-top: 40px !important;
}

.login fieldset, form#user-registration.form-validate.form-horizontal.well > fieldset {
    border: 1px solid #EEE;
    background: #f3f5f8;
}

.login label {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
    width: 100%;


}

input {
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    border: none;
    padding: 10px 10px;
    margin: 5px 0;
    border: 1px solid #eee;
    width: 95%;
    border-radius: 0;
}


.login button, button {
    background: #252525;
    color: #fff;
    border: none;
    padding: 5px;
    margin: 5px 0;
    border-radius: 0;
}

ul.nav.nav-tabs.nav-stacked {
    float: left;
    padding-bottom: 150px;
}

ul.nav.nav-tabs.nav-stacked > li {
    display: inline;
    background: transparent !important;

}

ul.nav.nav-tabs.nav-stacked > li > a {
    padding: 15px 15px;
}

#remember.inputbox {
    width: 5%;
}

form#user-registration.form-validate.form-horizontal.well > fieldset {
    margin: 30px 0 20px 0;

}

form#user-registration.form-validate.form-horizontal.well > fieldset > p {
    margin: 10px 0;
    padding: 10px 0px;
}

label#jform_email-lbl {
    font-weight: bold;
}


input#jform_email {
    margin: 15px 0;
}

button.btn.btn-primary.validate {
    margin-bottom: 50px;
    margin-top: 0;
    border-radius: 0;
}

label#jform_spacer-lbl {
    display: none !important;
}

.control-label {
    margin: 20px 0 0px 0;
}

.controls > a.btn {
    background: #ef4c1d;
    margin-left: 16px;
    padding: 14px;
    color: #fff;
    text-transform: uppercase;
}

fieldset > legend {
    font-size: 14px;
}

div.controls > button.btn.btn-primary.validate {
    margin-left: 10px;
    margin-bottom: 150px;
}


/**********************************************
/*breadcrumbs
***********************************************/
#title-breadcrumb {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #d8e3e7;
    margin-bottom: 40px;
}

#title-breadcrumb h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 20px;
    float: left;
}

.breadcrumb {
    float: right;
    background: transparent;
    color: #000;
}


.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a.visited {
    text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a.hover {
    text-decoration: none;
}

.breadcrumb ul {
    list-style-type: none;
    text-align: left;
}

.breadcrumb li {
    list-style-type: none;
    display: inline;
    text-align: left;
    padding-right: 5px !important;
}

.breadcrumb li a {
    padding-right: 5px !important;
}

/**********************************
 * BLOCK LEFT STYLE INHERITED
 **********************************/
#left, #right {
    float: left !important;
    /*padding:70px 0;*/
    margin-top: 0px;
    background-color: #fff;

}

#left ul li a,
#right ul li a {
    font-weight: bold;
    line-height: 1.8em;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 0;
}

#left .moduletable div.custom > ul > li,
#right .moduletable div.custom > ul > li {
    font-weight: bold;
    line-height: 1.6em;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 0;
}

#left ul li:before,
#right ul li:before {
    content: "\f141";
    font-family: fontawesome;
    font-weight: bold;
    color: #000;
    margin-right: 7px;
    font-size: 0.7em;
    margin-left: 0px;
}

#left h2,
#right h2,
#left h3,
#right h3 {
    background: url(../images/background-h3.jpg) 50% 100% no-repeat;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0px 0 15px 0;
    display: block;
}

#left p,
#right p {
    text-align: left;
    font-weight: bold;
    color: #262626 !important;
}

#left .moduletable,
#right .moduletable {
    padding: 40px 20px;
}

#left a.readmore,
#right a.readmore {
    background: #fafafa !important;
    border: 2px solid #414141;
    padding: 3px;
    font-weight: bold;
    text-align: center !important;
    font-size: 11px;
}

#left a.readmore:hover,
#right a.readmore:hover {
    background: #000 !important;
    text-shadow: none !important;
    webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff !important;
}

/************* 
/*COM SEARCH
*************/

dl.search-results dt.result-title {
    margin: 15px 0 5px 0;
    padding: 15px 0;
    border-top: 1px #ddd solid;
}

dl.search-results dd.result-created {
    font-size: 11px;
}

div.search > form.form-inline > label.element-invisible {
    display: none;
}

/*************************************
/*PAGE ARCHIVE
***************************************/
div.archive {
    margin: 90px 0 !important;
}

.archive .page-header h2 {
    background: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    padding-top: 20px;
}

.archive h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
}

.archive h2 {
    background: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    padding-top: 20px;
}

.archive fieldset.filters {
    margin-bottom: 0px;
    margin-top: 0;
    padding: 0 10px;
    border: none;
    width: 100%;
}

.archive fieldset.filters.inputbox {
    margin: 0 10px;
    background: red;
}

.archive fieldset.filters div.filter-search {
}

div.archive select {
    margin: 0 12px 0 0;
}

.archive fieldset.filters button {
    padding: 3px 5px;
    margin-left: 12px;
    background: #414141;
    border-radius: 3px;
    border: none;
    color: #fff !important;
}

div.archive > form#adminForm.form-inline > fieldset.filters > div.filter-search > button.btn.btn-primary {
    color: #fff;
}

/*************************************  
/*COM NEWSFEED
***************************************/
.newsfeed .feed-description {
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    font-size: 14.25px;
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
}

.newsfeed > ol {
    list-style-type: none;
    margin: 0;
}

.newsfeed > ol > li {
    border-top: 1px solid #e5e5e5;
    font-size: 18.2px;
    padding: 20px 0;
}

.newsfeed > ol > li:first-child {
    border-top: none;
}

.newsfeed > ol > li > a {
    display: block;
    padding: 0 0 15px 0;
}

.newsfeed > ol > li .feed-item-description {
    font-size: 11.96px;
}

/*************************************  
/*COM CONTACT
***************************************/
.contact fieldset legend {
    font-size: 11.05px;
}

.contact .jicons-icons {
    display: none;
}

.contact .contact-position dd,
.contact .contact-address dd {
    margin: 8px 0;
}

.contact h3 {
    font-weight: bold;
    text-transform: capitalize;
}

/*************************************  
/*COM WEBLINKS
***************************************/
.weblink-category .cat-children ul li {
    font-size: 18.2px;
    line-height: 1.4;
    padding-bottom: 20px;
}

.weblink-category ul li p {
    padding-bottom: 20px;
}

.weblink-category .cat-children ul li li {
    font-size: 11.96px;

}

.weblink-category .cat-children ul ul {
    clear: both;
    margin-left: 20px;
}

.weblink-category .cat-children dl {
    color: #777;
    font-size: 11.05px;
}

.weblink-category .cat-children dt,
.weblink-category .cat-children dd {
    float: left;
}

/*************************************  
/*COM TAGS
***************************************/
div.tags {
    background-color: #fff !important;
    float: left;
    position: flex;
    width: 100%;
    height: auto;
}

.tag-category h3 a {
    position: flex;
    width: 100%;
    height: auto
}

div.tags a.label,
.tag-category h3 a {
    font-size: 12px;
    display: block !important;
    position: flex;
    color: #000;
    /*float: left;*/
    padding: 3px 6px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    background: #fff;
    text-shadow: none !important;
    width: 100%;
    height: auto
}

div.tags a.label:hover,
.tag-category h3 a:hover {
    background: #444;
    -webkit-transition: all .3ms linear;
    -moz-transition: all .3ms linear;
    -o-transition: all .3ms linear;
    transition: all .3ms linear;
}

.tag-category h3 a {
    margin-bottom: 0;
    position: flex;
}


.tag-category .thumbnails > li {
    /*margin-left: 0 !important;*/
    position: flex;
    background-color: #fff;
}

.tag-category .caption,
.tag-category .tag-body {
    clear: both;
    position: flex;
    /*width: 100%;*/
    display: block;
    padding-top: 8px;

}

.tag-category ul li {
    list-style: none;
    position: flex;
}


#language {
    display: flex;
}


#content2 {
    background-color: #fff;
    padding: 25px 25px 25px 25px;


}

#content3 {
    background-color: #fff;
    padding: 25px 25px 25px 25px;
    position: relative;
    width: 80%;
    /*height: 100vh;*/

}

#content3 p {
    line-height: 3em;
}

#content3 a {
    text-decoration: none;
}
.flr {
    float: right;
}
.fll {
    float: left;
}

#sbox-window {
    height: auto !important;
}

.sbox-content-image img {
    display: block;
    width: 100%;
    height: auto !important;
}
@media screen and (max-width: 736px) {
    div#content3 img {
        max-width: 100% !important;
        height: auto !important;
    }
}

#table2 {
    text-align: center !important;
    transition: all ease 3s;


}

#wrapper {
    margin-top: 49px;
    margin-left: 60px;
    margin-right: 30px;
    transition: all 1s ease-in-out;

}

/*ВРАППЕР, ЧТОБЫ #content  И БОКОВОЙ САЙДБАР НЕ ПРИЛИПАЛИ К ГОРИЗОНТАЛЬНОМУ ВЕРХНЕМУ МЕНЮ*/

@media screen and (max-width: 736px) {

    #wrapper {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        /*width:350px;	 */
        width: 100%;
        height: auto;
    }
}

/*СДЕЛАТЬ ГАМБУРГЕР МЕНЮ-САЙДБАРА ФИКСИРОВАННЫМ

.w3-button {
		float:left;
    	top: 25px;
        position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;}*/

#w3-button1 {
    float: left;
}


.fixedW3-Button {
    top: 0;
    /*    min-height: 38px;*/
    position: fixed;


    z-index: 9998;

}
#name2 {
    padding: 5px 5px 5px 5px;
    font-family: Cuprum, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#gradient {
    background: linear-gradient(to top left, purple, crimson, orangered, gold);
    width: 100%;
    height: 44px;
    display: block;
}

hr {
    height: 8px;
    /*background-color: red;*/
    background-image: linear-gradient(90deg, red, transparent);

    border: 0;
    height: 1px;
}

/*.content-text {
    height: 100%;
    float: left;
    width: 800px;
}
*/
article-blog {
    transition: none;
}

dt {

    display: none;
}

td .hits {
    display: none;
}

dt .hits {
    display: none;
}

/*ФИКСИРОВАННЫЙ ПОИСК СПРАВА*/
/*
#poisk {
    float: right;
}
*/
.fixedPoisk {
    /*top: 15px;*/
    min-height: 38px;
    /*position: fixed;
    top: 15px;*/
    z-index: 9999;
}

#donation-form input, textarea, select {
    color: #000;
}

#donate {
    border: 2px solid #fff; /* Параметры рамки */
    background: #000; /* Цвет фона */
    font-size: 15px; /* Размер текста */
    font-weight: bold;
    padding: 5px 10px; /* Поля вокруг текста */
}

.donate a {
     border: 2px solid #fff !important; /* Параметры рамки */
background: #000!important; /* Цвет фона */
font-size: 15px; /* Размер текста */
font-weight:bold;
padding:5px 20px!important; /* Поля вокруг текста */
}
.donate a:hover {
    color: #fff;
}

/*404*/

.whitesheet {
    width: 95%;
    background: white;
}

.whitesheet img {
    width: 100%;
    height: auto;
}


.borders table {
    border-color: #000;
}


.borders table td {
    border-color: #000;
}

.borders table tr {
    border-color: #000;
}

.borders {
    width: 100%;
    height: auto;
}

.blog-grid-list {
	padding: 20px 0;
}

#grid-list {
  border-color: #fff;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  padding: 7px 10px;
  margin-bottom: 20px;
  background: #000;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.blog-grid-icon {
	margin-right: 5px;
}

.blog-grid-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.blog-grid-fa-th:before {
    content: "\f00a";
}

.blog-grid-fa-list:before {
    content: "\f03a";
}
		
		.items-header {
			display: none;
		}
		.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}

.item {
  width: 300px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.rapi_ajax_search_result ul li {
    width: 100%;
}

.pull-item-image {
	position: relative;
	margin-bottom: 15px;
}
.grid-image-overlay {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.pull-item-image:hover .grid-image-overlay {
	background-color: #000;
    opacity: 0.7;
}

.item .article-blog .article-header-blog {
	font-size: 16px;
    margin-bottom: 15px;
}

.item .item-title h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.item .item-title .hits {
  display: none;
}

.item .item-text {
  display: inline-block;
  font-size: 13px;
}
.is--list .items-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  margin-bottom: 20px;
}


.is--list .items-header .item-name, .is--list .items-header .item-hits {
	color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.is--list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.is--list .item .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is--list .item .article-blog .article-header-blog {
    margin-bottom: 0;
}

.is--list .item .article-blog .article-header-blog a {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.is--list .item .item-title .hits {
  display: inline-block;
  font-size: 13px;
}

.is--list .item .pull-item-image {
  display: none;
}
.is--list .item .content-text {
  display: none;
}
div.ias_trigger {
	width: 100%;
}
div.ias_trigger a {
	background: #282828 !important;
  color: #ffffff;
}

i.Jext_more {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1025px) {

    .header {
        float: none;
    }
  .container-flex{
		justify-content: space-around;
	}
}

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
    }

}

.article table td {
    min-width: 100%;
    border-collapse: separate;
    transition: all ease 3s;
    display: inline;
}

.clear {
    clear: both;
}


@media screen and (max-width: 736px) {

    #header {
        display: none;
    }
	.hbg {
    display: none;
}

    .categorylist_header_hits{
        text-align: right !important;
    }
}

@media screen and (max-width: 736px) {

    .cloud {
        width: 100%;
        height: auto;
        max-width: 400px;

    }
}

@media screen and (max-width: 735px) {

    .cloud {
        width: 100%;
        height: auto;
        max-width: 400px;

    }

}
@media screen and (max-width: 991px) {

    .header {
        float: none;
    }
    .table-striped tr td{
        padding: 3px 0;
        border-top: 1px solid #ccc;
    }
    .table-striped tr td:nth-child(2){
        text-align: right !important;
    }
}

.cloud {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    transition: 5s all ease;
}

#qitagcloud {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 100px;
    transition: 5s all ease;
}

.tagss {
    background: #fff;
    width: 100%;
    height: auto;
    margin-top: 100px;
    transition: 5s all ease;
}

.qitagcloud_125 {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 100px;
    transition: 5s all ease;
}

.category-name a:hover {
    color: white !important;
}
.off-menu_124 .sm-btn-124, .off-menu_209 .sm-btn-209 {
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: -1;
}
.list_contents .page_content.active {
    justify-content: space-between !important;
}
.jux-mashup .jux-container.list .mix .jux-item .jux-info{
	width: 90%;
}
.head-title-hits {
display: none;
justify-content: space-between;
}
.head-title-hits p{
color: #000000;
font-size: 18px;
font-weight: bold;
}
.mihits {
display: none;
width: 10%;
color: #000000;
font-size: 13px;
float: right;
text-align: right;
}
.jux-mashup .jux-container.list .mix .jux-item .jux-info h4.jux-title a {
    font-size: 13px;
color: #5c5656;
}
.jux-mashup .jux-container .mix .jux-item .jux-au-ca{
margin-top: 0;
}
@media screen and (max-width: 680px){
.jux-mashup .jux-container.list .mix .jux-item .jux-info {
    padding: 0 !important;
}
.jux-mashup .jux-container.list .mix .jux-item .jux-info {
    width: 70%!important;
}
}