body {
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 16px;
background: url(/sm.aspx?guid=24043) fixed #EDEDED;
}

.main-nav {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#339be5+0,2f96df+48,0d6baf+99 */
background: #339be5; /* Old browsers */
background: -moz-linear-gradient(top,  #339be5 0%, #2f96df 48%, #0d6baf 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #339be5 0%,#2f96df 48%,#0d6baf 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #339be5 0%,#2f96df 48%,#0d6baf 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339be5', endColorstr='#0d6baf',GradientType=0 ); /* IE6-9 */

margin: 0 -15px 0 -15px;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}


.level_0 {
  clear: both;
}

/* Mobile menu top separator */

.level_0:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #46371d;
}

@media (min-width: 768px) {
  .level_0:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ .level_0{
  display: none;
}

#main-menu-state:checked ~ .level_0{
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ .level_0 {
    display: inline-block;
  }
.main-nav {
line-height: 0;
text-align: center;
}
}


/*::selection {background: #E09D7D}
::-moz-selection {background: #E09D7D}
::-webkit-selection {background: #E09D7D}
*/
.panel-default > .panel-heading,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.nav-tabs > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.panel-footer a:hover,
.panel-footer a:focus,
.item-menu a.list-group-item:hover, 
.item-menu a.list-group-item:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#339be5+0,2f96df+48,0d6baf+99 */
background: #339be5; /* Old browsers */
background: -moz-linear-gradient(top,  #339be5 0%, #2f96df 48%, #0d6baf 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #339be5 0%,#2f96df 48%,#0d6baf 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #339be5 0%,#2f96df 48%,#0d6baf 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339be5', endColorstr='#0d6baf',GradientType=0 ); /* IE6-9 */

}

.panel-title {
    color: #fff;
}


.item-split a.list-group-item {
    border-bottom: 2px solid #CBCBCC;
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

.item-split a.list-group-item,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,.collapse-panel .panel-heading a.collapsed {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbfab9+0,caf182+100 */
background: #dbfab9; /* Old browsers */
background: -moz-linear-gradient(top,  #dbfab9 0%, #caf182 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dbfab9 0%,#caf182 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dbfab9 0%,#caf182 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbfab9', endColorstr='#caf182',GradientType=0 ); /* IE6-9 */


}



@media screen and (max-width:768px){ 
body {
	font-size: 21px
}
 }

a {
	color: #2589d1;
}

a:hover,
a:focus {
	color: #608e0d;
}


/* container */
.main {
background: rgba(255, 255, 255, 0.41);
	padding-top:15px
}

@media (min-width: 1300px) {
.container {
    width: 1240px;
}
}
@media (min-width: 1400px) {
.container {
    width: 1340px;
}
}
@media (min-width: 1500px) {
.container {
    width: 1440px;
}
}
@media (min-width: 1720px) {
.container {
    width: 1600px;
}
}



/* HEADER */
.navbar-form input, .form-inline input {
	width:auto;
}


#nav-main.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.container + #nav-main {
	padding:0;
	border: 0 none
}


.header {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */


	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-color:#ccc;
	border-width:0 1px;
	padding-top:15px
}

.header a {
color: #1272b6	
}
.header a:hover,.header a:focus {
color: #608e0d	
}
.header p {
font-size: 14px
}
/* NAV */

/*text-align: center MENU*/
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}


/**/
.navbar {
    border:0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default,
.collapse-panel .panel-heading a,
.nav-tabs > li.active > a, 
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus,
.item-split a.list-group-item:hover,
.item-split a.list-group-item:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#339be5+0,2f96df+48,0d6baf+99 */
background: #339be5; /* Old browsers */
background: -moz-linear-gradient(top,  #339be5 0%, #2f96df 48%, #0d6baf 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #339be5 0%,#2f96df 48%,#0d6baf 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #339be5 0%,#2f96df 48%,#0d6baf 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339be5', endColorstr='#0d6baf',GradientType=0 ); /* IE6-9 */


}

.navbar-default .navbar-nav > li > a {
    color: #fff;	
	font-size: 18px
}
.navbar-default .navbar-toggle {
    border:0;
	background-color: #FCF2DE
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;text-shadow: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #EA5608;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #F16F2A;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #1272b6;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #EC5C10;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
}
.navbar-nav > li > .dropdown-menu {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;	
}

}

/**/
.navbar-nav > li > .dropdown-menu {
background: #e5f2fe; /* Old browsers */
background: -moz-linear-gradient(top,  #e5f2fe 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5f2fe 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5f2fe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f2fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #1272b6;
    color: #fff;
}

/* CONTROLS*/
[class^="ctrl-"],
[class*=" ctrl-"] {
	float: right;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=20);
	text-shadow: 0 1px 0 #1272b6;
	

}
.panel-collapsed,
.search-in,
[class^="ctrl-"]:hover,
[class*=" ctrl-"]:focus,
[class^="ctrl-"]:hover,
[class*=" ctrl-"]:focus {
	text-decoration: none;
	opacity: 1;
	text-shadow: none;

}



button[class^="ctrl-"],
button[class*=" ctrl-"] {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  margin:0 5px
}


[class^="ctrl-"]:first-child, 
[class*=" ctrl-"]:first-child {
	margin-right:0	
} 

/* /CONTROLS*/

.panel img,
.tab-content img {
	/*border-radius: 6px;*/
	display: block;
	height: auto;
	max-width: 100%;
}

.owl-item > .item {
	padding: 7px
}

.search-body {
	display: none;

}


/* PANELS */
.panel-default {
    border-color: #D9D9D9;
}



.panel-default > .panel-heading {
border-color: #D9D9D9;
color: #1272b6;
/*text-shadow: 0 1px 1px #1272b6;*/
}

.panel-heading,
.nav-tabs,
.carousel-caption,
.item-split .list-group-item-heading {
    font-weight: 500
}

.panel-body {
background:#fff;
}
.list-group-item {
	background: transparent;
}
.list-group {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3ffe5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3ffe5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3ffe5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3ffe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3ffe5',GradientType=0 ); /* IE6-9 */

}

.panel-title {
font-size: 18px;
}

.panel-footer {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

/* FOOTER */
.footer-one,
.footer-two {
font-size: 14px
}
.footer-one {
	background-color: #9bc9f1;
	padding:10px
}

.footer-two {
	background-color: #7baedb;
	color: #113d65;
	padding:7px
}

.footer-two a {
	color: #303747
}


/* TOP */
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	font-size:42px;
	color: #1272b6;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#toTop:hover,
#toTop:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn-top {
  background-color: #DDDDDD;
  border-color: #D3D2D2;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
  background-color: #D8D6D6
  border-color: #ccc;
}
.btn-top.disabled:hover,
.btn-top.disabled:focus,
.btn-top.disabled:active,
.btn-top.disabled.active,
.btn-top[disabled]:hover,
.btn-top[disabled]:focus,
.btn-top[disabled]:active,
.btn-top[disabled].active,
fieldset[disabled] .btn-top:hover,
fieldset[disabled] .btn-top:focus,
fieldset[disabled] .btn-top:active,
fieldset[disabled] .btn-top.active {
  background-color: #FFE6C9;
  border-color: #FFE6C9;
}


.panel-footer {padding:0;}
.panel-footer a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #1272b6;
text-shadow: 0 1px 0 #fff;	
}

.panel-footer a:hover,
.panel-footer a:focus {
border-color: #D9D9D9;
color: #fff;
text-shadow: 0 1px 0 #1272b6;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;	
}


/*  collapse-panel */

.collapse-panel .panel-heading a.collapsed {
color: #1272b6;
}

.collapse-panel .panel-heading a {
	color: #fff;
	text-shadow: none;
}

.collapse-panel .panel-heading a:hover,
.collapse-panel .panel-heading a:focus,
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus {
color: #D2E8FC
}


.collapse-panel .panel-heading a:after,
.panel-footer a:after {
	font-family: "FontAwesome";/*Font Awesome 4.5.0*/
	float: right;
}

.collapse-panel .panel-heading a:after {
	content: "\f078"; /* fa-chevron-down */
}

.collapse-panel .panel-heading a.collapsed:after {
	 content: "\f054"; /* fa-chevron-right */
}

.panel-footer a:after {
	content: "\f08e"; /*fa-external-link*/
}

.collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.collapse-panel .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/*  /collapse-panel */
a.list-group-item .list-group-item-heading {
    color: #1272b6;
}

.collapse-panel a.list-group-item .text-right,
.list-group > a > .list-group-item-heading {
	color: #1272b6;
}

.list-group > a > .list-group-item-heading {
font-weight:600
}


/* collapse-panel */
.collapse-panel a.list-group-item:hover,
.collapse-panel a.list-group-item:focus {
background: #D2E8FC;
color: #112B4D
}

.collapse-panel a.list-group-item:hover .list-group-item-heading,
.collapse-panel a.list-group-item:focus .list-group-item-heading {
    color: #1272b6;
}



.panel-tab-collapse {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #D9D9D9;
}

.tab-pane {
	background-color: #fff;
	border-style: solid;
	border-color:#D9D9D9;
	border-width:0 1px 1px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

/* OWL */
#tab-news > .panel-body,
#lightgallery > .panel-body,
#tab-news-collapse .panel-body {
    padding: 10px
}


.tab-pane > .list-group, .panel > .panel-collapse > .list-group,
.boody-collapse .list-group {
    margin-bottom: 0;
}
.tab-pane > .list-group .list-group-item, 
.tab-panel > .panel-collapse > .list-group .list-group-item,
.boody-collapse .list-group .list-group-item, 
.boody-collapse .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}
.tab-pane > .list-group:first-child .list-group-item:first-child, 
.tab-pane > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0 none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tab-pane > .list-group:last-child .list-group-item:last-child, 
.tab-pane > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* TAB */
.nav-tabs {
    border-bottom: 1px solid #D9D9D9;
}


.nav-tabs > li > a {
	font-size: 18px;
	border: 1px solid #D9D9D9
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
color: #fff;
text-shadow: none;
}

.nav-tabs > li > a {
color: #1272b6;	
}


.main-title {
	text-align: center;
	font-size:24px
}

/* scroll-list-group */
.scroll-list,
.scroll-list-new {
    overflow-y: scroll;
}
.scroll-list,
.scroll-list-new {
    height: 400px;
}


@media (min-width: 768px) and (max-width: 1200px) {
.scroll-list-new {
    height: 491px;
}
}

.item h4 {
	color: #1272b6
}

marquee h2 {
	font-size: 24px
}


.hdr-txt {
    margin: 10px 0 0 30px;
}
.hdr-txt h1 {
	padding: 5px;
	font-size: 24px
}
.hdr-txt h1 span {
    font-size: 18px;
}
.hdr-txt h1 a {
    color: #1272b6;
    text-decoration: none;
	font-weight: 600;
    text-shadow: 1px 0 #fff, 1px 1px #fff, 0 1px #fff, -1px 1px #fff, -1px 0 #fff, -1px -1px #fff, 0 -1px #fff, 1px -1px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	    font-size: 32px;
}
.hdr-txt h1 a:hover, .hdr-txt h1 a:focus {
    color: #1272b6;
}

.header h1, .header h2, .header h3 {
    margin: 0;
}
.hdr-txt h3 {
    font-size: 16px;
	color: #1272b6
}



.header h2 {
    font-size: 18px;
}
h3.contacty {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
}


/**/
.list-group-image {
    float: left;
    margin: 0 10px 0 0;
}

.clear {
    clear: both;
}
.img-size {
	height: 100px;
	width: 100px;	
}

/**/
.carousel-caption .read-more:after,
.list-group-item .read-more:after,
.list-group-item .data:before {
	font-family: "FontAwesome";/*Font Awesome 4.5.0*/
}

.list-group-item .read-more:after {
	float: right;
}


.carousel-caption .read-more:after,
.list-group-item .read-more:after {
content: "\f054"; /* fa-chevron-right */
padding-left: 7px

}

.list-group-item .data:before {
content: "\f274"; /* fa-chevron-right */
 padding-right: 7px
}

.carousel-caption .read-more,
.list-group-item .read-more {
text-transform: uppercase;
font-size: 12px;
padding-top: 5px
}

.carousel-caption .read-more {
	text-align: right;
}


@media screen and (max-width:768px){ 
	.carousel-caption .read-more {
		font-size: 18px;
		text-align: center;
	}
}


.list-group-item .data {
font-size: 14px;
color: #1272b6;
margin-bottom: 5px
}

/**/
.label-default {
    background-color: #f0f0f0;
    color: #888
}

.label {
    margin: 2px
}

/**/
.btn-vote { 
  color: #1272b6; 
  background-color: #F2C579; 
  border-color: #D9D9D9; 
} 
 
.btn-vote:hover, 
.btn-vote:focus, 
.btn-vote:active, 
.btn-vote.active, 
.open .dropdown-toggle.btn-vote { 
  color: #1272b6; 
  background-color: #FA935B; 
  border-color: #D9D9D9; 
} 
 
.btn-vote:active, 
.btn-vote.active, 
.open .dropdown-toggle.btn-vote { 
  background-image: none; 
} 
 
.btn-vote.disabled, 
.btn-vote[disabled], 
fieldset[disabled] .btn-vote, 
.btn-vote.disabled:hover, 
.btn-vote[disabled]:hover, 
fieldset[disabled] .btn-vote:hover, 
.btn-vote.disabled:focus, 
.btn-vote[disabled]:focus, 
fieldset[disabled] .btn-vote:focus, 
.btn-vote.disabled:active, 
.btn-vote[disabled]:active, 
fieldset[disabled] .btn-vote:active, 
.btn-vote.disabled.active, 
.btn-vote[disabled].active, 
fieldset[disabled] .btn-vote.active { 
  background-color: #F2C579; 
  border-color: #D9D9D9; 
} 
 
.btn-vote .badge { 
  color: #F2C579; 
  background-color: #1272b6; 
}

/* .item-split */
.item-split .list-group-item,
.item-menu .list-group-item {
	margin-bottom: 15px;
}


.item-split a.list-group-item:hover,
.item-split a.list-group-item:focus {
border-color: #fff
}
.item-split .list-group-item-heading {
	font-size: 18px
}

.panel-title i {margin-right: 3px;}
.item-split .list-group-item-heading i {
	font-size: 24px;
	margin-right: 8px;
}
.item-split a.list-group-item:hover .list-group-item-heading,
.item-split a.list-group-item:focus .list-group-item-heading,
.item-split a.list-group-item:hover .list-group-item-heading i,
.item-split a.list-group-item:focus .list-group-item-heading i {
	color: #fff;
}

.item-menu .list-group-item-heading {
	font-size: 18px;
	font-family: "RalewayMedium",Arial,serif;
	text-shadow: 0 1px 0 #fff;
}


.list-group-image .fa {
    font-size: 32px;
}

/**/
.close {
    font-size: 16px;
}

/* breadcrumb */
.breadcrumb_new {
	background: #F2F2F2 none repeat scroll 0 0;
	border-bottom: 1px solid #C2C2C2;
	overflow: hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.breadcrumb_new a {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
color: #444;
float: left;
padding: 0.7em 1em 0.7em 2em;
position: relative;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
font-size: 14px
}

.breadcrumb_new a:first-child {
    padding-left: 1em;
}
.breadcrumb_new a:hover {
    background: #fff none repeat scroll 0 0;
}
.breadcrumb_new a::after, .breadcrumb_new a::before {
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    border-top: 1.5em solid transparent;
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
}
.breadcrumb_new a::after {
    border-left-color: #e5e5e5; /**/
    z-index: 2;
}
.breadcrumb_new a::before {
    border-left-color: #C2C2C2;
    right: -1.1em;
    z-index: 1;
}
.breadcrumb_new a:hover::after {
    border-left-color: #fff;
}
.breadcrumb_new .fa {
    margin-right: -10px;
}

/**/
ul.menu_new, ul.menu_dop_new {
    list-style-image: url(/sm.aspx?guid=23693);
    padding: 0 0 0 20px;
}


.panel-main .panel-body {
    height: 650px;
    overflow-y: scroll;
}


.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.items > .item {
margin-bottom: 15px
}

.panel-body .media-object {
    max-width: none;
}

.media-heading {
	color: #1272b6;
	font-family: "RalewayMedium",Arial,serif;
}

h4.media-heading {
	font-size: 1.250em
}

/* foto-slider */
#foto-slider .owl-wrapper-outer {
  margin-bottom: -10px
}
#foto-slider .owl-item > .item {
    padding: 0;
}
#foto-slider .item img {
display: block;
border-radius: 0;
height: auto;
width: 100%;
}
#bar {
    background: #F38D53 none repeat scroll 0 0;
    height: 4px;
    max-width: 100%;
    width: 0;
}
#progressBar {
    background: #fff none repeat scroll 0 0;
    width: 100%;
}
#foto-slider .owl-controls .owl-buttons div {
    background-color: #F38D53;
    font-size: 24px;
    line-height: 38px;
    min-width: 38px;
    padding: 0;
    position: absolute;
    top: 45%;
}
#foto-slider .owl-controls .owl-buttons div i {
    font-size: 24px;
}
#foto-slider .owl-controls .owl-buttons .owl-prev {
    left: 5px;
}
#foto-slider .owl-controls .owl-buttons .owl-next {
    right: 5px;
}


.menu-thumbnail .thumbnail { position: relative; overflow: hidden; display: block;}
.menu-thumbnail .thumbnail-item { position: relative; padding: 0 !important; overflow: hidden; height: auto; }
.menu-thumbnail .thumbnail-item a { overflow: hidden; }
.menu-thumbnail .thumbnail-item a img { border-radius:0;display: block; margin: 0; width: 100%; height: auto; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
.menu-thumbnail .thumbnail-item a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }
.menu-thumbnail .thumbnail-item a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; 
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}     
.menu-thumbnail .thumbnail-item a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }  
.menu-thumbnail .thumbnail-item a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 3em; color: #fff !important; text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.menu-thumbnail .caption a {
  display: block;
 text-align:  center;
 text-decoration: none
}

.item-menu .list-group-item-heading img {
float: left;
margin-right: 7px
}

.item-menu a.list-group-item {
background: #fbf1e1; /* Old browsers */
background: -moz-linear-gradient(top,  #fbf1e1 0%, #fae8c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fbf1e1 0%,#fae8c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fbf1e1 0%,#fae8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf1e1', endColorstr='#fae8c8',GradientType=0 ); /* IE6-9 */
}


.panel-title span {
font-size: 16px
}

.box {
margin-left: 10px;
 overflow:hidden;
 width: 150px;
 height:100px;
 }

.box img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
 }
 
.box img:hover{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
 }
#sld {margin: 15px}

.panel-body img {display: inline}

blockquote {
    border-left: 5px solid #EB580B;
}

.form-control {
font-size: 16px
}

/**/
.grid .owl-item > .item {
    padding: 0;
}
.grid figure {
overflow: hidden;
    position: relative;
}

.grid figure img {
	opacity: 0.8;
border-radius: 0;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



figure.effect-goliath {
	background: #1272b6;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 80%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.list-group > a > .list-group-item-heading {
    font-weight: 500;
}


list-group-item:hover,list-group-item:focus {
  background-color: red;
}


.section_menu ul {
    list-style-image: url(/sm.aspx?guid=23693);
}
.section_menu ul {padding-left: 20px}
.section_menu > ul {padding-left: 0px}
.section_menu a {text-decoration:none}
.section_menu a:hover,.section_menu a:focus,
.section_menu .active > span {color: #608e0d}
.section_menu .level_0 > li > a, .section_menu .level_0 > li > span {display: none;}
.section_menu .level_0 {list-style: none}


.section_menu .level_0 > li[class="parent"] {display: none}

.section_menu li[class="parent"] > a:after,
.section_menu li[class="active parent"] > span:after,
.section_menu li[class="parent_active parent"] > a:after {
   font-family: FontAwesome;font-weight: normal;font-style: normal;margin:0px 0px 0px 10px;
}

.section_menu li[class="parent"] > a:after { 
   content: '\f105';
} 
b,strong,label,
.section_menu .active > span {font-weight: 500}

.section_menu li[class="parent_active parent"] > a:after,
.section_menu li[class="active parent"] > span:after {
   content: '\f107';
}



.section_menu li[class="parent"] ul {display:none}


.link_name:before {
	display: block;
	content: "";
	height: 55px;
	margin: -55px 0 0;
}


.btn-color {padding: 10px}
.btn-color a,.btn-color .item-text {
text-shadow:0px 1px 0px #ffffff;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
text-decoration:none;
text-shadow: 0 1px 0 #fff;
background-color: #fff;
display: block;
vertical-align: middle;
padding: 3px 10px 10px 10px;
}

.btn-color a:hover {
color:#0B2A6D;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6f0fd+0,f2f9fe+100 */
background: #d6f0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #d6f0fd 0%, #f2f9fe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d6f0fd 0%,#f2f9fe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d6f0fd 0%,#f2f9fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0fd', endColorstr='#f2f9fe',GradientType=0 ); /* IE6-9 */

}


#slider figure,#slider2 figure,#slider3 figure {
  display: block;
  position: relative;
  overflow: hidden;
}
#slider figcaption,#slider2 figcaption,#slider3 figcaption {
  position: absolute;
  background: black;
  font-size: 28px;
  background: rgba(222, 222, 222, 0.7);
  color: #0F3896;
  padding: 20px;
    width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
#slider figure:hover figcaption,#slider2 figure:hover figcaption,#slider3 figure:hover figcaption {
  opacity: 1;
}

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }



.no-r a.ya {
display: inline-block
}

.row #ya-site-form0 .ya-site-form__submit {
-moz-user-select: none;
background-image: none;
border: 1px solid transparent!important;
border-radius: 4px;
display: inline-block;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 4px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
background-color: #503b15!important;
border-color: #183E83!important;
color: #fff!important
}


.row #ya-site-form0 .ya-site-form__submit:hover,
.row #ya-site-form0 .ya-site-form__submit:focus
 {
    background-color: #194086!important;
    border-color: #204d74!important;
}



.row #ya-site-form0 .ya-site-form__input-text {
 background-color: #E4EFF7;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #394093;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}


.collapse-panel .panel-default > .panel-heading {
    border-bottom: none;
}

.ctr .collapse-panel .panel-default > .panel-heading a:hover,
.ctr .collapse-panel .panel-default > .panel-heading a:focus,
.ctr .collapse-panel .panel-default > .panel-heading a.collapsed:hover, 
.ctr .collapse-panel .panel-default > .panel-heading a.collapsed:focus {
background: #d6f0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #d6f0fd 0%, #f2f9fe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d6f0fd 0%,#f2f9fe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d6f0fd 0%,#f2f9fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0fd', endColorstr='#f2f9fe',GradientType=0 ); /* IE6-9 */
color: #1f51a8
}



.pagination > span > a,
.pagination > .page_hidden,
.pagination > .page_current {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > span > a:focus,
.pagination > span > a:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2;
}
.pagination > .page_current {
    background-color: #0857A6;
    border-color: #0857A6;
    color: #fff;
    cursor: default;
    z-index: 3;
}


.post-date {
background-color: hsl(0, 0%, 92%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#eaeaea");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: linear-gradient(#f9f9f9, #eaeaea);
  border-color: #eaeaea #eaeaea hsl(0, 0%, 90.5%);border: 1px solid #BEBEBE;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
float: left;
margin: 0 12px 5px 0;
text-align: center;
width: 52px;
}

.post-date .month {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
  
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    left: -1px;
    letter-spacing: 1px;
    padding: 2px 0;
    position: relative;
    text-transform: uppercase;
    top: -1px;
    width: 100%;

}


.post-date .str {
border: 1px solid #006296;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#295bb2+0,1e50a7+48,1a4899+99 */
background: #295bb2; /* Old browsers */
background: -moz-linear-gradient(top, #295bb2 0%, #1e50a7 48%, #1a4899 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #295bb2 0%,#1e50a7 48%,#1a4899 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #295bb2 0%,#1e50a7 48%,#1a4899 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295bb2', endColorstr='#1a4899',GradientType=0 ); /* IE6-9 */

}

.post-date .rep {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff670f+0,ff670f+100;Orange+Flat+%231 */
background: #ff670f; /* Old browsers */
background: -moz-linear-gradient(top, #ff670f 0%, #ff670f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff670f 0%,#ff670f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff670f 0%,#ff670f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */
border: 1px solid #ce800d;
}

.post-date .day {
    color: #666666;
    display: block;
    font: bold 18px/100% Arial,Helvetica,sans-serif;
    padding: 2px 0 1px;
}
.post-date .year {
    color: #999999;
    display: block;
    font: 10px/100% Arial,Helvetica,sans-serif;
    padding: 0 0 4px;
}

.list-group-image {
    margin: 0 10px 0 0;
}


.MapYear,.MapMonth {
margin-bottom: 20px
}
.MapYear > span,
.MapMonth > span > a {padding: 10px;font-size: 16px}
.MapMonth > span > b {font-size: 18px}

.MapYear > span {cursor: pointer}
.MapYear > span.sel {
font-weight: bold;
font-size: 20px;
cursor: default
}

 #goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}



.lng {
    background-image: url(/sm.aspx?guid=24323);
    background-repeat: no-repeat;
    display: block;
}

.lng-Belarus {
    width: 32px;
    height: 32px;
    background-position: -2px -2px;
}

.lng-Russian-Federation {
    width: 32px;
    height: 32px;
    background-position: -38px -2px;
}

.lng-United-Kingdom_Great-Britain_ {
    width: 32px;
    height: 32px;
    background-position: -74px -2px;
}
