body {
font-family: "RalewayRegular",Arial,sans-serif;
font-size: 16px;
background-color: #ECEBF4
}



.panel-default > .panel-heading,
.item-split a.list-group-item,
.collapse-panel .panel-heading a.collapsed,
.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,
.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: http://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+34,b7df2d+100;Green+3D+%234 */
background: rgb(248,255,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,255,232,1) 0%, rgba(227,245,171,1) 34%, rgba(183,223,45,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(227,245,171,1) 34%,rgba(183,223,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(248,255,232,1) 0%,rgba(227,245,171,1) 34%,rgba(183,223,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */

}


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

a {
	color: #383D90;
}

a:hover,
a:focus {
	color: #394093;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}

/* container */
.main {
	background-color: #EDF4FC;
	border-style: solid;
	border-color:#AABCCF;
	border-width:0 1px;
	padding-top:15px
}

.container {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

@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 {
	height: 200px;
	background: rgba(0, 0, 0, 0) url(/sm.aspx?guid=66243) no-repeat scroll right center;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-color:#AABCCF;
	border-width:0 1px;
	padding-top:15px
}


@media (max-width: 1200px) {
.header {
    background: rgba(0, 0, 0, 0) url(/sm.aspx?guid=66253) no-repeat scroll right center;
}
}



/* 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,
.panel-footer a:hover,
.panel-footer a:focus {
background: #4363b7; /* Old browsers */
background: -moz-linear-gradient(top,  #4363b7 0%, #2f1f71 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4363b7 0%,#2f1f71 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4363b7 0%,#2f1f71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4363b7', endColorstr='#2f1f71',GradientType=0 ); /* IE6-9 */
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight: bold
}
.navbar-default .navbar-toggle {
    border:0;
	background-color: #F7FFE6
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #383D90;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #D5EE82;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #B8E030;
}
.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: #555;
}
.navbar-nav > li > .dropdown-menu {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;	
}

}

/**/
.navbar-nav > li > .dropdown-menu {
background-color: rgba(255, 255, 255, 0.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: #3B479A;
    color: #fff;
}

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

}
.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: #AABCCF;
}



.panel-default > .panel-heading {
border-color: #AABCCF;
color: #394093;
}

.panel-heading,
.nav-tabs,
.panel-footer,
.carousel-caption {
    font-family: "RalewayMedium",Arial,serif;
	text-shadow: 0 1px 0 #fff;
	

}

.panel-title {
	font-size: 16px;

}

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

}

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

.footer-two {
	background-color: #666F93;
	padding:7px
}

.footer-one a,
.footer-two a {
	color: #F7FEE5;
	text-decoration: underline
}
.footer-one a:hover,
.footer-one a:focus,
.footer-two a:hover,
.footer-two a:focus {
	color: #fff;
	text-decoration: none
}


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

.btn-top {
  background-color: #fff;
  border-color: #E6E6EC;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
  background-color: #DFDDED;
  border-color: #D8D6E7;
}
.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;	
}

.panel-footer a:hover,
.panel-footer a:focus {
border-color: #AABCCF;
color: #fff;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
text-shadow: none;	
}


/*  collapse-panel */

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

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


.collapse-panel .panel-heading a.collapsed {
text-shadow: 0 1px 0 #fff;	
}

.collapse-panel .panel-heading a, 
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus {
text-shadow: 0 1px 0 #383D90;	
}



.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,
.collapse-panel a.list-group-item .text-right {
    color: #383D90;
}


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

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



.search-body .btn,
.search-body .form-control {
	font-size: 18px;
	border-radius:0;
	
}



.search-body .form-control {
	border-bottom: 1px solid #AABCCF;
	height: inherit;
	color: #383D90
}


.search-body .form-control:focus {
    border-color: #FF700E;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255,127,39, 0.6);
}

.btn-search { 
  color: #ffffff; 
  background-color: #FF7F27; 
  border-color: #FF7F27; 
} 
 
.btn-search:hover, 
.btn-search:focus, 
.btn-search:active, 
.btn-search.active, 
.open .dropdown-toggle.btn-search { 
  color: #ffffff; 
  background-color: #FF700E; 
  border-color: #FF7F27; 
} 
 
.btn-search:active, 
.btn-search.active, 
.open .dropdown-toggle.btn-search { 
  background-image: none; 
} 
 
.btn-search.disabled, 
.btn-search[disabled], 
fieldset[disabled] .btn-search, 
.btn-search.disabled:hover, 
.btn-search[disabled]:hover, 
fieldset[disabled] .btn-search:hover, 
.btn-search.disabled:focus, 
.btn-search[disabled]:focus, 
fieldset[disabled] .btn-search:focus, 
.btn-search.disabled:active, 
.btn-search[disabled]:active, 
fieldset[disabled] .btn-search:active, 
.btn-search.disabled.active, 
.btn-search[disabled].active, 
fieldset[disabled] .btn-search.active { 
  background-color: #FF7F27; 
  border-color: #FF7F27; 
} 
 
.btn-search .badge { 
  color: #FF7F27; 
  background-color: #ffffff; 
}


.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: #AABCCF;
}

.tab-pane {
	background-color: #fff;
	border-style: solid;
	border-color:#AABCCF;
	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 #AABCCF;
}


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

.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: #394093;	
}


.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: #394093
}

marquee h2 {
	font-size: 24px
}


.hdr-txt {
    margin: 0 0 0 30px;
}

@media (min-width: 768px) {
	.hdr-txt {
		margin: 0 0 0 60px;
	}
}

.hdr-txt h1 {
	padding: 5px;
	font-size: 24px;
}
.hdr-txt h1 span {
    font-size: 18px;
}
.hdr-txt h1 a {
    color: #394093;
    font-family: "RalewayExtraBold",serif;
    text-decoration: none;
    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;
}
.hdr-txt h1 a:hover, .hdr-txt h1 a:focus {
    color: #394093;
}

.header h1, .header h2, .header h3 {
    margin: 0;
}
.hdr-txt h3 {
    font-size: 14px;
}
.hdr-txt h3 > span {
    font-size: 16px;
}


.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;
}
h3.contacty a {
text-decoration: none
}


/**/
.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: #394093;
margin-bottom: 5px
}

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

.label {
    margin: 2px
}

/**/
.btn-vote { 
  color: #ffffff; 
  background-color: #3E50A4; 
  border-color: #3E50A4; 
} 
 
.btn-vote:hover, 
.btn-vote:focus, 
.btn-vote:active, 
.btn-vote.active, 
.open .dropdown-toggle.btn-vote { 
  color: #ffffff; 
  background-color: #312577; 
  border-color: #3E50A4; 
} 
 
.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: #3E50A4; 
  border-color: #3E50A4; 
} 
 
.btn-vote .badge { 
  color: #3E50A4; 
  background-color: #ffffff; 
}

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

.item-split a.list-group-item {
border-color: #AABCCF;
}

.item-split a.list-group-item:hover,
.item-split a.list-group-item:focus {
border-color: #AABCCF;
color: #E9F5CF
}

.item-split a.list-group-item:hover .list-group-item-heading,
.item-split a.list-group-item:focus .list-group-item-heading {
	color: #E9F5CF;
	text-shadow: 0 1px 0 #383D90;
}

.item-split .list-group-item-heading,
.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=66263);
    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: #394093;
	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;
}

/**/
#sync1 .owl-wrapper-outer {
  margin-bottom: -10px
}
#sync1 .owl-item > .item {
padding:0
}

#sync2 {
margin-bottom: 20px;
}
#sync2 .item {  
    padding: 10px 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
     font-size: 14px;
}

#sync2 .synced .item {
   cursor: default; 
}

#sync1 .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #B8DF2F;
}
#progressBar{
  width: 100%;
  background: #FFF;
}


#sync1 .owl-controls .owl-buttons div {
font-size: 32px;
    padding: 15px;
     background-color: transparent
}
 

 
#sync1 .owl-controls .owl-buttons div {
  position: absolute;
  
}
 
#sync1 .owl-controls .owl-buttons .owl-prev{
  left: 5px;
  top: 50%; 
}
 
#sync1 .owl-controls .owl-buttons .owl-next{
  right: 5px;
  top: 50%;
}

#sync2 > .owl-wrapper-outer > .owl-wrapper > div:nth-child(5n+1) {
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 0%, #0a8aa8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#0a8aa8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b7ea 0%,#0a8aa8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#0a8aa8',GradientType=0 ); /* IE6-9 */

}
#sync2 > .owl-wrapper-outer > .owl-wrapper > div:nth-child(5n+2) {
background: #fc7a4e; /* Old browsers */
background: -moz-linear-gradient(top,  #fc7a4e 0%, #fb4b10 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fc7a4e 0%,#fb4b10 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fc7a4e 0%,#fb4b10 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7a4e', endColorstr='#fb4b10',GradientType=0 ); /* IE6-9 */

}
#sync2 > .owl-wrapper-outer > .owl-wrapper > div:nth-child(5n+3) {
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb76b 0%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */

}
#sync2 > .owl-wrapper-outer > .owl-wrapper > div:nth-child(5n+4) {
background: #00c097; /* Old browsers */
background: -moz-linear-gradient(top,  #00c097 0%, #059072 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00c097 0%,#059072 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00c097 0%,#059072 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c097', endColorstr='#059072',GradientType=0 ); /* IE6-9 */
}
#sync2 > .owl-wrapper-outer > .owl-wrapper > div:nth-child(5n+5) {
background: #e570e7; /* Old browsers */
background: -moz-linear-gradient(top,  #e570e7 0%, #a849a3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e570e7 0%,#a849a3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e570e7 0%,#a849a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); /* IE6-9 */

}

#sync2 > .owl-wrapper-outer > .owl-wrapper > div.synced,
#sync2 > .owl-wrapper-outer > .owl-wrapper > div:hover {
box-shadow: inset 0px 5px 0px rgba(0,0,0,0.5);
}



.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}
.carousel-caption {
	bottom: 20px;
	font-size: 17px;
	left: 20%;
	padding: 5px;
	position: absolute;
	right: 5%;
	text-align: center;
	z-index: 10;
	 background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.carousel-caption a {
	color: #4D3030;
	text-decoration:none
}

.carousel-caption a:hover,
.carousel-caption a:focus {
	color: #302375
}


.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
}

.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: #3d50a3!important;
border-color: #37478c!important;
color: #fff!important
}


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



.row #ya-site-form0 .ya-site-form__input-text {
 background-color: #e4e7fe;
    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%;
}


.panel-body table {
width: 100% !important;
}