/*


*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");

fonts {
  /*

*/
}
.fancybox-active .fancybox-caption, button.fancybox-button.fancybox-button--share {
    display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

a:focus {
}
a:hover,
a:active {
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
  max-width: none;
}

fieldset {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.popover {
  display: none !important;
  position: absolute;
  top: -111144440px;
  /*
	*/
}
.clr {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  height: 0px !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #404146;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
a {
  color: #333333;

  -webkit-transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
}

table {
  width: 100%;
}
td {
  vertical-align: top;
}

.img-rounded {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  max-width: 1440px;
  /*
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	position:relative;
    */
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

p {
  margin: 10px 0;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
  color: #000000;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px 0;
  /*
	font-family: 'Neo Sans Pro', inherit;
	font-family:'Neo Sans Pro', 'Montserrat', sans-serif;
	
	
    font-family:'Cuprum',  serif;
	
    font-family: 'Open Sans', sans-serif;	
	
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
	
	font-family: 'Circe', sans-serif;
    font-family: 'caviar_dreams';
    font-family: 'Pattaya', sans-serif;
    font-family: 'Lobster', cursive;
	
    font-family: 'Comfortaa', cursive;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-family: 'Amatic SC', cursive;
    font-family: 'Jura', sans-serif;
    font-family: 'Neucha', cursive;
    font-family: 'Play', sans-serif;


	font-family: 'AvantGardeGothicC-Regular';
	
    font-family: 'Lora', serif;
*/

  font-weight: bold;
  line-height: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h3 {
  text-transform: none;
}
h1,
h2,
h3 {
  line-height: inherit;
}
h1 {
  display: block;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
  font-weight: normal;
}
h4 {
  font-size: 17px;
  margin: 20px 0 10px 0;
  font-weight: 600;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
h1 small {
  font-size: 19px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
.page-header {
}

ul,
ol {
  padding: 0;
  margin: 0 0 20px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
  padding: 5px 0;
}

h1,
h3.modtitle {
  font-size: 22px;
  font-weight: normal;

  text-transform: uppercase;
  margin: 20px 0;
  padding: 5px 0 5px 36px;
  border-bottom: 2px solid #e8e8e8;
  background-image: url("../images/title_icon_news.png");
  background-position: left;
  background-repeat: no-repeat;
}
/*	
span.firstLetter,
h1:first-letter,
h3.modtitle:first-letter{
}	

h1:before, .modtitle:before {
	display:block; background-position:center; background-repeat:no-repeat;
    content: " ";
}	
h1:before, .modtitle:before,
h1:after, .modtitle:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #ccc;
}
h1:before, .modtitle:before {
    margin-left: -100%;
    left: -30px;
}
h1:after, .modtitle:after {
    margin-right: -100%;
    right: -30px;
}

h3.modtitle span{background-color:#EFEFEF; width:auto !important;  float:left; clear:both;
	padding:10px 20px; margin:0px auto 0px 0 !important;}
	
h3.modtitle:before{border-top:2px solid #EFEFEF; display:block; content:' '; width:100%;}


*/

h1.noformat {
  text-transform: uppercase;
  text-align: left;
  margin: 30px 0 11px 0;
}
h1.noformat:before {
  display: none;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

.btn {
  display: inline-block;
  width: 180px;
  text-align: center;
  margin: 0 auto !important;
  padding: 11px 0px 9px 0px !important;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0052ab;
  cursor: pointer;
  background-color: #ffffff;

  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;

  border: 0 none;
  border: 1px solid #d6dbdd;
  /*
    border-top:2px solid #2b2b2b;
    border-bottom:2px solid #2b2b2b;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
    background-image:url(../images/arr_sm.png); background-repeat:no-repeat; background-position:right; 
    border-top:1px solid #000000; border-bottom:1px solid #000000;
     letter-spacing:3px;	 
    */
  /*

    */
}

.btn.blue {
  background-color: #4ebeb5;
  border: 1px solid #4ebeb5;
  color: #ffffff;
}
.btn.green {
}
.btn.light {
  color: #ffffff;
  border: 0 none;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.btn.line {
  background: none;
  background-image: url(../images/more_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #2b2b2b;
  border: 0 none;
  text-align: left;
  padding: 10px 5px 10px 40px !important;
  width: inherit;
  text-decoration: underline !important;
  display: inline-block;
  text-transform: none;
  font-size: inherit;
}
.btn.grey {
  background-color: rgba(188, 188, 188, 0.7);
  border: 1px solid #aaaaaa;
  color: #ffffff;
}
.btn.orange {
  background-color: rgba(254, 168, 23, 0.99);
  border: 1px solid #fea817;
  color: #ffffff;
}

.btn:hover {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #0086ab !important;
  /* 
	border:2px solid #5CA327;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
*/
}
.btn.light:hover {
  color: #0a5f96;
  text-decoration: none;
}

a.btn {
  text-decoration: none !important;
}

/********************************************************/

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-options {
  float: right;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.alert {
  display: block;
  padding: 15px 25px 15px 25px;
  margin: 20px auto;
  max-width: 480px;
  position: relative;

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ffffff;
  border: 3px solid #ff0000;
  color: #000000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.alert h4 {
  text-align: center;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.alert .close {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 18px;
  cursor: pointer;
}

div.alert-message {
  text-align: center;
}
.alert-success {
}
.alert-success h4 {
}
.alert-danger,
.alert-error {
}
.alert-danger h4,
.alert-error h4 {
}
.alert-info {
}
.alert-info h4 {
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

[class*="span"] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;

  margin: 0 0 0px 0;
  *margin: 0 0 0px 0;
  /*
	width: 100%;
	min-height: 28px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
	*/
}

.span9 {
  width: 75%;
  *width: 75%;
}
.span6 {
  width: 50%;
  *width: 50%;
}
.span4 {
  width: 33.3%;
  *width: 33.3%;
}
.span3 {
  width: 25%;
  *width: 25%;
}

.span2 {
  width: 20%;
  *width: 20%;
}
.span12 {
  width: 100%;
  *width: 100%;
}

.block_50,
.block_70,
.block_30,
.block_60,
.block_40 {
  float: left;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.block_50 {
  width: 50%;
}
.block_70 {
  width: 75%;
}
.block_30 {
  width: 25%;
}
.block_60 {
  width: 60%;
}
.block_40 {
  width: 40%;
}
.block_66 {
  width: 66.6%;
}
.block_33 {
  width: 33.3%;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.small {
  font-size: 70%;
  line-height: 90%;
  font-weight: normal;
}

body.site {
  background-color: #ffffff;
}

header.header {
  display: block;
  background-color: #f4fffe;
  background-image: url("../images/header.png");
  background-position: right top;
  background-repeat: no-repeat;
  /* 
        position:inherit;
		*/
}
div.header_in {
  height: 210px;
  /*
        background-image: url("../images/sh_bottom3.png");
        background-repeat: repeat-x; background-position: bottom;
        */
}

.header div,
.header img,
.header a {
  -webkit-transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}

div.header-info {
  margin: 0 30px;
  padding: 20px 0;
}

div.moduletable_visually {
  position: absolute;
  width: auto;
  right: 15px;
  top: 0px;
}
.moduletable_visually div.module_content {
}
.moduletable_visually div.custom_mainblock {
}
.moduletable_visually div.custom_mainblock_in {
}
.moduletable_visually p {
}
.moduletable_visually a {
}
.moduletable_visually img {
}
div.header-logo {
}
a.brand {
  text-decoration: none;
  margin: 0px 0px 0 0 !important;
  padding: 0px;
}
.brand img {
  width: auto;
  height: 122px;
  margin: 0 17px 0 0;
  padding: 0;
  display: inline-block;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
span.site-title {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 32px;
  padding: 47px 0 0 0;
  /* or 78% */
  align-items: center;
  text-transform: uppercase;

  color: #071f32;
}

div.header_bottom {
  margin: -20px 0 0 100px;
}
div.moduletable_search {
  float: left;
  width: 50%;
}
.moduletable_search div.module_content {
  padding: 7px 0 0 0;
}
div.search_search {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 300px;
}
.moduletable_search form.form-inline {
  display: block;
  margin: 0 0 0 20px;
}
.moduletable_search button.button.btn.btn-primary {
  border: 0 none;
  background-image: url("../images/icon_search.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 40px;
  background-color: #ffffff !important;
}
input#mod-search-searchword94 {
}
.inputbox.search-query.input-medium {
  border: 0 none;
  line-height: 40px;
  padding: 0 5px;
  width: 210px;
  font-size: 14px;
}

div.moduletable_socicons {
  float: left;
  width: 50%;
}
.moduletable_socicons div.module_content {
}
.moduletable_socicons div.custom_text {
}
.moduletable_socicons p {
}
.moduletable_socicons img {
  padding: 5px;
}

div.header-menu {
  height: 75px;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  position: relative;
}

div.header-menu_in {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
nav.navigation {
}
div.moduletable_hmenu {
  margin: 0 10px;
}
.navigation div.module_content {
  padding: 5px 0;
}
ul.dj-main.normal {
}
li.dj-up {
}
li.dj-up.itemid101.first.active {
}
a.dj-up_a {
  /*
                                                text-transform:uppercase; font-weight:bold; letter-spacing:3px;
                                            */
  display: block;
  line-height: 20px;
  font-size: 16px;
  padding: 18px 0 18px 0;
  text-align: center;
  color: #000000;
}
a.dj-up_a:hover {
  color: #071f32;
  text-decoration: underline;
}
a.dj-up_a.active {
  color: #071f32;
  text-decoration: underline;
  font-weight: bold;
}
a.dj-up_a span {
  display: block;
  padding: 0 20px;
}

.page-header {
}

/* 		
										-webkit-border-radius: 3px;
										-moz-border-radius: 3px;
										border-radius: 3px;
										
										-webkit-transition: all .1s linear !important;
										-moz-transition: all .1s linear !important;
										-o-transition: all .1s linear !important;
										transition: all .1s linear !important;
										
			
									
			*/

div#main_content_block {
  padding: 0px 0 0px 0;
  margin: 0 130px;
}

main#content {
  display: block;
  padding: 30px 0 100px 0;
}

div#system-message-container {
}

.rblock_in {
  margin: 0 0 0 30px;
}

div#banner_block {
  padding: 0px 0 0px 0;
}

div#banner_block.smh {
  padding: 0px 0 0px 0;
}

#bannerbottom_block {
}

.tableblock {
  display: table;
  width: 100%;
}
.collblock {
  display: table-cell;
  vertical-align: top;
}

#first_block {
  padding: 20px 0;
}

div.moduletable_news {
  padding: 20px 0;
  width: auto;
}
.moduletable_news div.module_content {
}
.moduletable_news div.moduleheader {
}
.moduletable_news h3 {
}
.moduletable_news.annonce h3 {
  background-image: url("../images/title_icon_anons.png");
}

.moduletable_news div.junewsultra_news {
  padding: 20px 0;
}
.moduletable_news div.jn {
  padding: 10px 0;
}

.moduletable_news div.jn-image {
  float: left;
  width: 175px;
}
.moduletable_news div.jn-image_in {
}
.moduletable_news .jn-image a {
}
.moduletable_news .jn-image img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.moduletable_news .jn:hover .jn-image img {
  opacity: 1;
}

.moduletable_news div.jn-content {
  margin: 0 0 0 200px;
}
.moduletable_news div.jn-content_in {
}

.moduletable_news div.jn-date {
  color: #aaaaaa;
  font-size: 15px;
  background-image: url("../images/icon_date.png");
  background-position: left;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}

.moduletable_news div.jn-title {
}
.moduletable_news a.jn_item_link {
}
.moduletable_news h4.sub-header {
  padding: 0;
  margin: 5px 0;
}

.moduletable_news div.jn-intro {
}

.moduletable_news div.readall {
}
.moduletable_news a.btn {
}

#second_block {
  width: 300px;
  text-align: right;
}
.second_block_in {
  padding: 50px 0 50px 0;
}

#third_block {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px 0;
}

#third_block .block50 {
  float: left;
  width: 50%;
}

div.moduletable_fotogall {
}
.moduletable_fotogall div.module_content {
  margin: 0 20px 0 0;
}
.moduletable_fotogall div.moduleheader {
}
.moduletable_fotogall h3.modtitle {
  background-image: url("../images/title_icon_gallery.png");
}
.moduletable_fotogall div.junewsultra {
}
.moduletable_fotogall div.jn {
  float: left;
  width: 50%;
}
.moduletable_fotogall div.jn:nth-child(odd) div.jn_in {
  margin: 0 10px 0 0;
}
.moduletable_fotogall div.jn:nth-child(even) div.jn_in {
  margin: 0 0 0 10px;
}
.moduletable_fotogall div.jn-image {
}
.moduletable_fotogall div.jn-image_in {
  overflow: hidden;
  height: 180px;
}
.moduletable_fotogall .jn-image_in a {
  display: block;
}
.moduletable_fotogall img {
}

.moduletable_fotogall div.jn-content {
}
.moduletable_fotogall div.jn-content_in {
}
.moduletable_fotogall div.jn-title {
  padding: 10px 0;
}
.moduletable_fotogall .jn-title a {
  display: block;
  padding: 0px 0;
  height: 40px;
  overflow: hidden;
}
.moduletable_fotogall h4.sub-header {
  display: block;
  padding: 0px 0;
  margin: 0;
}

.moduletable_fotogall div.readall {
}
.moduletable_fotogall a.btn {
}

div.moduletable_videogall {
}
.moduletable_videogall div.module_content {
}
.moduletable_videogall div.moduleheader {
}
.moduletable_videogall h3.modtitle {
  background-image: url("../images/title_icon_video.png");
}
.moduletable_videogall div.junewsultra {
}
.moduletable_videogall div.jn {
}
.moduletable_videogall div.jn-image {
}
.moduletable_videogall div.jn-image_in {
}
.moduletable_videogall iframe {
}

.moduletable_videogall div.jn-content {
}
.moduletable_videogall div.jn-content_in {
}
.moduletable_videogall div.jn-title {
  padding: 10px 0;
}
.moduletable_videogall .jn-title a {
  display: block;
  padding: 0px 0;
  height: 40px;
  overflow: hidden;
}
.moduletable_videogall h4.sub-header {
  display: block;
  padding: 0px 0;
  margin: 0;
}

.moduletable_videogall div.readall {
}
.moduletable_videogall a.btn {
}

footer#footer {
  display: block;
}

div.footer_top {
  background-color: #0086ab;
  position: relative;
}
div.footer_in {
  margin: 0 30px;
}
div.footer_logo {
  width: 250px;
  margin: 0;
  float: left;
}
div.moduletable_flogo {
  padding: 0px 0 0px 0;
  text-align: left;
}
.moduletable_flogo div.module_content {
}
.moduletable_flogo div.custom_mainblock {
}
.moduletable_flogo div.custom_mainblock_in {
}
.moduletable_flogo p {
  padding: 0;
  margin: 0;
}
.moduletable_flogo a.fbrand {
  display: block;
}
.moduletable_flogo img {
}

div.footer_menu {
  margin: 0 0 0 280px;
}
.footer_menu ul.dj-main {
  margin: 0;
  padding: 15px 0 0 0;
  display: block;
  float: right;
}
.footer_menu li.dj-up {
}
.footer_menu li.dj-up.itemid101.first.active {
}
.footer_menu a.dj-up_a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  padding: 15px 0 17px 0;
  text-align: center;
  color: #ffffff;
}
.footer_menu a.dj-up_a:hover {
  color: #ffffff;
}
.footer_menu a.dj-up_a.active {
  color: #ffffff;
  font-weight: normal;
}
.footer_menu a.dj-up_a span {
  display: block;
  padding: 0 10px;
}

div.footer_cont {
}
.footer_cont div.footer_in {
}

div.moduletable_fbtn {
  float: left;
}
.moduletable_fbtn div.module_content {
  padding: 40px 0 20px 0;
}
.moduletable_fbtn div.custom_text {
}
.moduletable_fbtn p {
  margin: 0;
  padding: 0;
}
.moduletable_fbtn a {
}
.moduletable_fbtn img {
}

div.moduletable_fcont {
  float: right;
}
.moduletable_fcont div.module_content {
  padding: 50px 0 30px 0;
}
.moduletable_fcont div.custom_text {
}
.moduletable_fcont table {
}
.moduletable_fcont tbody {
}
.moduletable_fcont tr {
}
.moduletable_fcont td {
  padding: 0 10px 0 30px;
}
.moduletable_fcont img {
  padding: 5px;
}
.moduletable_fcont a {
}

div.moduletable_fsoc {
  float: right;
}
.moduletable_fsoc div.module_content {
}
.moduletable_fsoc div.custom_text {
  color: #7a93a4;
  font-size: 12px;
  line-height: 42px;
}
.moduletable_fsoc p {
}
.moduletable_fsoc img {
  padding: 5px;
  margin: 0;
}

div.moduletable_warning {
  float: left;
}
.moduletable_warning div.module_content {
}
.moduletable_warning div.custom_text {
  color: #7a93a4;
  font-size: 12px;
  padding: 10px 0 0 0;
}
.moduletable_warning p {
}

div.footer_bottom {
  padding: 5px 0;
  background-color: #016a87;
  font-size: 13px;
  line-height: 15px !important;
  color: #ffffff;
}
.footer_bottom div.container {
}

div.copyright {
  padding: 5px 0;
  margin: 0;
  text-align: left;
  float: left;
  width: inherit; /* */
}
div.copyright p {
  padding: 0;
  margin: 0;
}

div.developer {
  text-align: right;
  padding: 5px 0;
  margin: 0 5px 0 0;
  float: right;
  width: inherit;
}
.developer a {
  color: #ffffff;
}
.developer strong {
  color: #ffffff;
}

/*

*/

div.blog {
}
.category_id-8 {
}

h1.modtitle {
}
span.subheading-category {
}

.itemid-109 h1 {
  background-image: url("../images/title_icon_anons.png");
}
.itemid-107 h1 {
  background-image: url("../images/title_icon_about.png");
}
.itemid-115 h1,
.itemid-122 h1,
.itemid-123 h1 {
  background-image: url("../images/title_icon_network.png");
}
.itemid-116 h1,
.itemid-117 h1 {
  background-image: url("../images/title_icon_service.png");
}
.itemid-118 h1 {
  background-image: url("../images/title_icon_citizens.png");
}
.itemid-119 h1 {
  background-image: url("../images/title_icon_regulatory.png");
}
.itemid-120 h1 {
  background-image: url("../images/title_icon_gallery.png");
}
.itemid-121 h1 {
  background-image: url("../images/title_icon_contacts.png");
}

div.span12 {
}
.column-1 {
}

div.blog_item_block {
  padding: 10px 0;
}

div.blog_intro_image.jn-image {
  float: left;
  width: 175px;
}
div.blog_intro_image_in {
}

.blog_intro_image.jn-image.block_50 div.blog_intro_image_in {
  margin: 0 20px 0 0;
}

a.blog_img_link {
}
.blog_intro_image_in img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.blog_item_block:hover img {
  opacity: 1;
}

div.blog_intro_content {
  margin: 0 0 0 200px;
}
div.jn-text_top.blog_item_title_block {
}
.blog_item_title_block h4 {
  padding: 0;
  margin: 5px 0;
}
.itemid-109 .blog_item_title_block h4 {
  padding: 0;
  margin: 20px 0;
}
a.blog_title_link {
}

div.blog_item_info {
}
div.publish_date {
  color: #aaaaaa;
  font-size: 15px;
  background-image: url("../images/icon_date.png");
  background-position: left;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}

div.introtext_block {
}

.itemid-120 div.span3 {
}
.itemid-120 div.blog_item_block {
  padding: 10px;
}
.itemid-120 div.blog_intro_image.jn-image {
  float: none;
  width: inherit;
}
.itemid-120 div.blog_intro_image_in {
}
.itemid-120 a.blog_img_link {
}
.itemid-120 .blog_intro_image_in img {
}

.itemid-120 div.blog_intro_content {
  float: none;
  width: inherit;
  margin: 0 0 0 0px;
}
.itemid-120 div.jn-text_top.blog_item_title_block {
}
.itemid-120 a.blog_title_link {
}
.itemid-120 .blog_item_title_block h4 {
  padding: 0;
  margin: 0;
  height: 40px;
  overflow: hidden;
}
/*

div.galleryblock{
      column-width: 320px;
      column-gap: 15px;
      width: 100%;
      max-width: 1100px;
      margin: 30px auto;}
    .galleryblock figure{
          background: #fefefe;
          border: 1px solid #f0f0f0;
          margin:5px 0;
          padding: 5px;
          transition: opacity .4s ease-in-out;
          display: inline-block;
          column-break-inside: avoid;}
        .galleryblock figure a.smallimg{display: block}
                .galleryblock figure img{ 
                      width: 100%; height: auto;
                      padding: 0px;
                      margin: 0px;}

@media screen and (max-width: 750px) { 
  .galleryblock { column-gap: 0px; }
  .galleryblock figure { width: 100%; }
}
*/

div.galleryblock {
  padding: 30px 0;
  column-count: 4;
  column-gap: 0;
}
.galleryblock .galleryblock_item {
  break-inside: avoid;
  padding: 7px;
}
.galleryblock .galleryblock_item a.smallimg {
  display: block;
  padding: 1px;
}
.galleryblock .galleryblock_item img {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 1px solid #cccccc;
}

.galleryblock_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.galleryblock_video iframe,
.galleryblock_video object,
.galleryblock_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.items-leading {
}
div.leading_item {
}
.leading_item div.blog_intro_content {
  margin: 0 0 0 0px;
}
.leading_item div.jn-text_top.blog_item_title_block {
  padding: 5px 0;
}
.leading_item a.blog_title_link {
  display: block;
  margin: 0 15px;
  color: #0086ab;
  border: 1px solid #eeeeee;
}
.leading_item a:hover {
  color: #ffffff;
  background-color: #0086ab;
}
.leading_item .blog_item_title_block a.blog_title_link h4 {
  text-transform: none;
  line-height: 20px;
  font-size: 22px;
  font-weight: normal;
  display: block;
  padding: 20px 0;
  margin: 0 25px;
}

div.cat-children {
}
div.child_item {
  display: block;
  float: left;
  width: 50%;
  margin: 0 !important;
  padding: 5px 0 !important;
}
.cat-children div.first {
}
.cat-children div.last {
}
.cat-children a {
  display: block;
  margin: 0 15px;
  color: #0086ab;
  border: 1px solid #eeeeee;
}
.cat-children a:hover {
  color: #ffffff;
  background-color: #0086ab;
}
.cat-children h3.page-header.item-title {
  text-transform: none;
  line-height: 20px;
  display: block;
  padding: 20px 0;
  margin: 0 25px;
}

div.catalog_list {
}
div.cataloglist_item.span12 {
  margin: 0;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 7px 0;
}

div.cataloglist_item.span12:hover {
  border: 1px solid #dddddd;
}

div.cataloglist_item_in {
  padding: 20px 0;
}

.cataloglist_item div.jn-in {
  margin: 0 35px;
}
.cataloglist_item div.jn-content {
}
.cataloglist_item a.jn_item_link {
}
.cataloglist_item .jn_item_link h3 {
  color: #000000;
}
.cataloglist_item .jn_item_link h3:after {
  content: " ";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  margin: 20px 0;
}

.cataloglist_item div.jn-image {
  float: left;
  width: 50px;
  text-align: center;
}
.cataloglist_item .jn-image img {
  width: auto;
  height: auto;
  padding: 3px 0 0 0;
}
.cataloglist_item div.jn-info {
  margin: 0 0 0 75px;
  font-weight: 600;
}
.jn-info > div {
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 3px 20px;
}
.cataloglist_item div.catitem_adress {
  background-image: url("../images/icon_small_bl_map.png");
}
.cataloglist_item div.catitem_phone {
  background-image: url("../images/icon_small_bl_phone.png");
}

div.moduletable_pagemenu {
}
.moduletable_pagemenu ul.nav.menu {
}
.moduletable_pagemenu li {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 20px 0;
}
.moduletable_pagemenu a {
  display: block;
  margin: 0 15px;
  color: #0086ab;
  border: 1px solid #eeeeee;
}
.moduletable_pagemenu a:hover {
  color: #ffffff;
  background-color: #0086ab;
}
.moduletable_pagemenu span {
  text-transform: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 20px 0;
  margin: 0 25px;
}

div.catalog_subinfo_block {
  display: table;
  width: 100%;
}
div.catalog_subinfo_block_in {
  display: table-cell;
  vertical-align: middle;
}
.catalog_subinfo_contact {
  padding: 15px 0;
}
.catalog_subinfo_grafik {
}

div.subinfo_director {
}

div.subinfo_personal {
  display: table;
  width: auto;
  margin: 0 auto 0 0;
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.07);
}
div.subinfo_foto {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 110px;
  padding: 20px 0;
}
.subinfo_foto img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.subinfo_personal_text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
}
div.subinfo_pib {
  font-size: 18px;
  color: #000000;
}
div.subinfo_pos {
  font-size: 14px;
  color: #666666;
  padding: 0 0 7px 0;
}

div.subinfo_contact {
  font-size: 16px;
  color: #0086ab;
  line-height: 20px;
}
.subinfo_contact span {
  background-position: left;
  background-repeat: no-repeat;
  padding: 5px 10px 5px 20px;
  display: inline-block;
}

div.subinfo_phone {
}
span.subinfo_phone_in {
  background-image: url("../images/icon_small_phone.png");
}
div.catalog_subinfo_adress {
  padding: 15px 0 0 0;
}
.catalog_subinfo_block h5 {
}

div.subinfo_adress span {
  background-image: url("../images/icon_small_map.png");
}
div.subinfo_email span {
  background-image: url("../images/icon_small_mail.png");
}

div.catalog_subinfo_block_in {
}
div.subinfo_grafik {
}
.subinfo_grafik table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
.subinfo_grafik tbody {
}
.subinfo_grafik tr {
}
.subinfo_grafik tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.subinfo_grafik tr:nth-child(even) {
}
.subinfo_grafik td {
  padding: 7px 15px;
}
.subinfo_grafik td:nth-child(odd) {
}
.subinfo_grafik td:nth-child(even) {
  text-align: right;
}
.subinfo_grafik strong {
}

div.subinfo_onmap {
  padding: 20px 0 0 0;
}

.catalogitmBody div.item_content {
  padding: 20px 0;
}
.catalogitmBody div.item_introtext {
}
.catalogitmBody div.item_fulltext {
}

div.subinfo_personal_block {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
div.subinfo_personal_block_item {
  padding: 20px 0;
  float: left;
  width: 50%;
}

/* 
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    opacity:0.9;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 

    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);

    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);

    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;

    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);

    .moduletable_about div.about_item_block:nth-child(odd){ padding:35px 0;}
    .moduletable_about div.about_item_block:nth-child(even){}
    */

.itemid-121 .item_introtext {
  padding: 35px 0 0 0;
}
table.cont_table {
}
.cont_table td {
  vertical-align: bottom;
  padding: 30px 0;
}
.cont_table .underline:after {
  content: " ";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  margin: 10px 0;
}

.moduletable_archive {
}
.moduletable_archive .module_content {
}
#ma-container h1,
.moduletable_archive .moduleheader h3.modtitle {
  background-image: url("../images/title_icon_archive.png");
}
.moduletable_archive .ma-mod-container {
}
.moduletable_archive
  h3.w357ui-h4.w357ui-text-bold.w357ui-display-inline-block.ma-year-heading.w357ui-margin-remove {
}
.moduletable_archive a.w357ui-text-bold {
}
.moduletable_archive a.w357ui-text-success {
}

.ma-image.w357ui-text-center.w357ui-first-column a {
  margin: 0 10px;
  display: block;
}
.ma-image.w357ui-text-center.w357ui-first-column img {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.ma-article:hover .ma-image.w357ui-text-center.w357ui-first-column img {
  opacity: 1;
}

.w357ui-h4.w357ui-text-bold.w357ui-display-inline-block.ma-year-heading
  .w357ui-text-bold.w357ui-text-success {
  color: #016a87 !important;
}
.ma-list a.w357ui-text-bold.w357ui-text-success.ma-month-title {
  color: #0086ab !important;
}

div.breadcumb_block {
  background-image: url("../images/breadcumb_bgr3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #51A9C1;
}

div.moduletable_breadcrumbs {
  padding: 60px 0;
  margin: 0 125px;
}
.moduletable_breadcrumbs div.module_content {
}
ul.breadcrumb_breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: block;
}
ul.breadcrumb_breadcrumbs li {
  display: inline;
  color: #ffffff;
}
ul.breadcrumb_breadcrumbs span.divider.icon-location {
  display: inline-block;
  width: 16px !important;
  padding: 0;
  background-image: url("../images/icon_breadcumb.png");
  background-position: center 5px;
  background-repeat: no-repeat;
}
ul.breadcrumb_breadcrumbs li a.pathway {
  color: #ffffff;
  font-weight: bold;
}
ul.breadcrumb_breadcrumbs span {
}
ul.breadcrumb_breadcrumbs span.divider {
  padding: 0 3px;
}
ul.breadcrumb_breadcrumbs span.divider img {
}

.pagination {
  margin: 18px 0;
  padding: 0;
  text-align: center !important;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
  overflow: hidden;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  text-decoration: none;
  /*
	background-color: #fff;
	border: 1px solid #ddd;*/
  border-left-width: 0;
}
.pagination ul > li > a {
  padding: 0px 0px;
  margin: 0 2px;
  line-height: 36px;
  color: #0086ab;
  width: 36px;
  text-align: center;
}
.pagination ul > li > span {
}

li.hidden-phone a {
  font-size: 17px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  /* color:#AAAAAA; */
  font-weight: bold;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
  cursor: default;
}

.icon-previous:before,
.icon-next:before {
  content: none !important;
  padding: 0;
  margin: 0;
}

span.icon-previous,
span.icon-next {
  display: block;
  background-image: url("../images/icon_nav_prev_next.png");
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px; /*border: 1px solid #dddddd;*/
}

a.pagenav:hover span.icon-previous,
span.icon-previous {
  background-position: top left;
}
a.pagenav:hover span.icon-next,
span.icon-next {
  background-position: bottom right;
}

a.pagenav span.icon-previous {
  background-position: top right;
}
a.pagenav span.icon-next {
  background-position: bottom left;
}

a.pagenav:hover span.icon-previous,
a.pagenav:hover span.icon-next {
  background-color: #0086ab;
}

.icon-first:before,
.icon-last:before {
  content: none !important;
  padding: 0;
  margin: 0;
}

span.icon-first,
span.icon-last {
  display: block;
  background-image: url("../images/icon_nav_start_end.png");
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px; /*border: 1px solid #dddddd;*/
}

a.pagenav:hover span.icon-first,
span.icon-first {
  background-position: top left;
}
a.pagenav:hover span.icon-last,
span.icon-last {
  background-position: bottom right;
}

a.pagenav span.icon-first {
  background-position: top right;
}
a.pagenav span.icon-last {
  background-position: bottom left;
}

a.pagenav:hover span.icon-first,
a.pagenav:hover span.icon-last {
  background-color: #0086ab;
}

@font-face {
  font-family: "IcoMoon";
  src: url("../../../media/jui/fonts/IcoMoon.eot");
  src: url("../../../media/jui/fonts/IcoMoon.eot?#iefix")
      format("embedded-opentype"),
    url("../../../media/jui/fonts/IcoMoon.woff") format("woff"),
    url("../../../media/jui/fonts/IcoMoon.ttf") format("truetype"),
    url("../../../media/jui/fonts/IcoMoon.svg#IcoMoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "IcoMoon";
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "IcoMoon";
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}

/*************************************************************/
/*************************************************************/
/*************************************************************/

ul.pager {
}
ul.pagenav {
  list-style: none;
}

.pagenav li {
  display: inline-block;
  padding: 7px 20px;
  margin: 0 35px 0 0;
  border: 1px solid #e3e3e3;
}
li.previous {
}
li.next {
}
.pagenav li a.hasTooltip {
}
.pagenav li span {
}
.pagenav li span.icon-chevron-left {
}

div.tooltip {
  display: none;
  opacity: 0;
  /*
	background-color:#FFFFFF; border:1px solid #F0F0F0;
	padding:5px 10px; width:240px; float:left;
	*/
}
.tooltip div {
}
.tooltip-arrow {
}
.tooltip-inner {
}

/*
    padding: 0 0 0 8px;
    border: 1px solid #aaa;
border-radius: 5px;

background-color: #fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-clip: border-box;
background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-clip: padding-box;
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
    text-decoration: none;
    white-space: nowrap;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f0f0f0), color-stop(90%, #f5f5f5));
  background-image: -webkit-linear-gradient(#f0f0f0 20%, #f5f5f5 90%);
  background-image: -moz-linear-gradient(#f0f0f0 20%, #f5f5f5 90%);
  background-image: -o-linear-gradient(#f0f0f0 20%, #f5f5f5 90%);
  background-image: linear-gradient(#f0f0f0 20%, #f5f5f5 90%);
  color: #000;
*/

/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*************************************************************/

/*************************************************************/

/*************************************************************/

#searchForm {
  padding: 30px 0;
}

.element-invisible {
  display: none;
}
#search-searchword {
  padding: 8px 20px 8px 20px !important;
  font-size: 15px;
  line-height: 14px;
}

@media (max-width: 1440px) {
  .container {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: inherit;
    position: relative;
  }

  .navigation li.dj-up.itemid101 {
    display: none !important;
  }

  #dj-main90select {
    display: none;
  }

  div.moduletable_breadcrumbs {
    padding: 60px 0;
    margin: 0 55px;
  }
}

@media (max-width: 1300px) {
  span.site-title {
    font-size: 27px;
    line-height: 32px;
    padding: 47px 0 0 0;
  }
  .navigation li.dj-up.itemid120 {
    display: none !important;
  }

  div#main_content_block {
    padding: 0px 0 0px 0;
    margin: 0 30px;
  }

  .moduletable_fcont td {
    padding: 0 0px 0 0px;
    display: block;
  }
  .moduletable_fcont div.module_content {
    padding: 20px 0 0px 0;
  }

  .footer_menu ul.dj-main {
    margin: 0;
    padding: 10px 0 0 0;
    display: block;
    float: right;
  }
  .footer_menu a.dj-up_a {
    padding: 2px 0;
    line-height: 20px;
  }
}

@media (max-width: 1200px) {
  .navigation li.dj-up.itemid107 {
    display: none !important;
  }
  a.dj-up_a span {
    display: block;
    padding: 0 15px;
  }

  #third_block .block50 {
    float: none;
    width: inherit;
  }
  .moduletable_fotogall div.module_content {
    margin: 0 0px 0 0;
  }
  .moduletable_fotogall div.jn {
    width: 25%;
  }
  .moduletable_fotogall div.jn div.jn_in {
    margin: 0 20px 0 0 !important;
  }

  #third_block {
    padding: 20px 0 50px 0;
  }

  div.moduletable_videogall {
    padding: 35px 0 0 0;
  }

  .moduletable_videogall .jn-image_in {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .moduletable_videogall .jn-image_in iframe,
  .moduletable_videogall .jn-image_in object,
  .moduletable_videogall .jn-image_in embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  span.site-title {
    font-size: 20px;
    line-height: 25px;
    padding: 47px 0 0 0;
  }

  .cont_table,
  .cont_table tbody,
  .cont_table tr,
  .cont_table td {
    display: block;
  }

  .cont_table {
    /*max-width: 480px; margin: 0 auto;*/
  }
  .cont_table tbody {
  }
  .cont_table tr {
  }
  .cont_table td {
    float: left;
    width: 50%;
    height: 150px;
  }
}
@media (max-width: 1010px) {
  .navigation li.dj-up.itemid121 {
    display: none !important;
  }
  #dj-main90select {
    margin: 0;
    width: 100%;
    border: 0 none;
    padding-left: 36px;
    background-image: url("../images/menu_icon_sm.png");
    background-position: left;
    background-repeat: no-repeat;
  }
  div.moduletable_breadcrumbs {
    padding: 60px 0;
    margin: 0 20px;
  }

  div#main_content_block {
    margin: 0 20px;
  }
  div.footer_in {
    margin: 0 20px;
  }
  .moduletable_pagemenu ul.nav.menu {
    margin: 0;
    padding: 0;
  }
  .moduletable_pagemenu a {
    margin: 0 10px;
  }
  .moduletable_pagemenu span {
    line-height: 18px;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 15px;
  }

  div.subinfo_foto {
    text-align: left;
    width: 90px;
    padding: 20px 0;
  }
  div.subinfo_personal_text {
    padding: 20px 0px 20px 0;
  }

  .span3 {
    width: 50%;
    *width: 50%;
  }

  div.galleryblock {
    padding: 30px 0;
    column-count: 3;
    column-gap: 0;
  }
}

@media (max-width: 920px) {
  div.header-info {
    margin: 0 20px;
    padding: 30px 0 0 0;
  }
  div.header-logo {
    width: 270px;
    height: 60px;
  }
  a.brand {
    text-decoration: none;
    margin: 0px 0px 0 0 !important;
    padding: 0px;
    display: block;
    float: left;
  }
  .brand img {
    width: auto;
    height: 50px;
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
  }
  span.site-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 7px 0 0 0;
    align-items: left;
    width: 205px;
    /*
            display: inline-block;
            font-style: normal;
            text-transform: uppercase;
            color: #071F32;
            */
  }

  div.header_bottom {
    margin: 0px 0 0 0px;
  }

  div.moduletable_search,
  div.moduletable_socicons {
    float: none;
    width: inherit;
  }

  #dj-main90select {
    display: block;
  }
  div.header-menu {
    height: 40px;
  }

  #second_block {
    display: none;
  }
  .tableblock {
    display: block;
    width: inherit;
  }
  .collblock {
    display: block;
  }

  .moduletable_fotogall div.jn {
    width: 50%;
  }
  .moduletable_fotogall img {
    width: 100%;
    height: auto;
  }

  div.moduletable_fbtn,
  div.moduletable_fcont {
    float: none;
  }

  div.moduletable_fsoc,
  div.moduletable_warning {
    float: none;
  }

  div.copyright,
  div.developer {
    text-align: center;
    padding: 5px 0;
    margin: 0 5px;
    float: none;
    width: inherit;
  }

  div.catalog_subinfo_block {
    display: block;
    width: 100%;
  }

  div.catalog_subinfo_block_in {
    display: block;
    vertical-align: middle;
  }

  div.subinfo_personal_block {
    max-width: inherit;
    margin: 0 auto 0 0;
    padding: 20px 0;
  }
  div.subinfo_personal_block_item {
    float: none;
    width: inherit;
  }
  div.subinfo_personal {
    display: table;
    width: 100%;
    margin: 0;
  }

  .moduletable_pagemenu li {
    display: block;
    width: inherit;
    text-align: center;
    padding: 5px 0;
  }
  .moduletable_pagemenu span {
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 0px;
  }

  .span6 {
    float: none;
    width: 100%;
    clear: both;
    padding: 10px 0;
  }
  div.child_item {
    float: none;
    width: 100%;
    clear: both;
  }

  div.galleryblock {
    padding: 30px 0;
    column-count: 2;
    column-gap: 0;
  }
}

@media (max-width: 700px) {
  div.galleryblock {
    padding: 30px 0;
    column-count: 1;
    column-gap: 0;
  }

  header.header {
    background-position: center top;
  }
  div.search_search {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 280px;
  }
  .inputbox.search-query.input-medium {
    width: 190px;
  }

  .moduletable_news div.jn-image {
    float: none;
    width: inherit;
    padding: 0 0 10px 0;
  }
  .moduletable_news div.jn-content {
    margin: 0 0 0 0px;
  }
  .moduletable_news div.jn {
    padding: 20px 0;
  }
  .moduletable_fotogall div.jn {
    width: inherit;
    float: none;
  }
  .moduletable_fotogall div.jn div.jn_in {
    margin: 0 0px 0 0 !important;
  }
  .moduletable_fotogall div.jn-image_in {
    overflow: hidden;
    height: inherit;
  }

  .moduletable_fbtn a {
    padding: 10px 0;
  }
  .moduletable_fbtn a,
  .moduletable_fbtn img {
    display: block;
  }

  div.footer_top {
    padding: 0 0 30px 0;
  }
  div.footer_in {
    margin: 0 20px;
  }

  div.footer_logo {
    width: 250px;
    margin: 0;
    float: none;
  }

  div.footer_menu {
    margin: 0 0 0 0px;
  }

  div.blog_intro_image.jn-image {
    float: none;
    width: inherit;
    padding: 0 0 10px 0;
  }
  div.blog_intro_content {
    margin: 0 0 0 0px;
  }

  .span3 {
    float: none;
    width: 100%;
    clear: both;
    padding: 0px 0;
  }

  #content > .block_30 {
    display: none;
  }
  #content > .block_70 {
    width: inherit;
    float: none;
  }

  .cont_table td {
    float: none;
    width: inherit;
    height: inherit;
    padding: 25px 0;
  }
}

.ma-mod-container {
  text-align: center;
}

.ma-list-months-years {
  display: none;
}

.ma-mod-container .ma-list-months-years {
  margin: 0 !important;
}

.ma-mod-container .ma-year-heading {
  margin: 10px 0 !important;
}

.ma-list a.w357ui-text-bold.w357ui-text-success.ma-month-title {
  text-decoration: underline;
}
