body {
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 16px;
}

body {
background: url(/sm.aspx?guid=330253) fixed;
/*background-color: #c7c7c6;*/background-color: #ffffff;
/*background-image: url("https://www.transparenttextures.com/patterns/transparent-square-tiles.png");*/
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.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,
.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: http://colorzilla.com/gradient-editor/#f59767+0,f57b3d+100 */
background: #711A2E; /* Old browsers */
background: -moz-linear-gradient(top, #711A2E 0%,#711A2E 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #711A2E 0%,#711A2E 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #711A2E 0%,#711A2E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59767', endColorstr='#f57b3d',GradientType=0 ); /* IE6-9 */
}


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

a {
	color: #711a2e;
}

a:hover,
a:focus {
	color: #711A2E;
}


/* container */
.main {
	background-color: #f5f5f5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-color:#9bc9eb;
	border-width:0 1px;
	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 {

background: rgba(0, 0, 0, 0) url(/sm.aspx?guid=330223) no-repeat scroll right center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
    padding-top: 15px

}


/* 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;
border-bottom: 3px solid #b7c6c7;
}

.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: http://colorzilla.com/gradient-editor/#f59767+0,f57b3d+100 */
background: #abd7ff; /* Old browsers */
background: -moz-linear-gradient(top, #711A2E 50%,#711A2E 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #711A2E 50%,#711A2E 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #711A2E 50%,#711A2E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59767', endColorstr='#f57b3d',GradientType=0 ); /* IE6-9 */
}


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

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 */



}







.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Fira Sans Condensed', sans-serif;
   /* text-shadow: 0 1px 0 #ad3603;*/

}
.navbar-default .navbar-toggle {
    border:0;
	background-color: #deeefc
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #711a2e;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #c17889;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fff;
}
@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: #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: #deeefc; /* Old browsers */
background: -moz-linear-gradient(top,  #deeefc 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #deeefc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #deeefc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf2de', 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: #2e97f2;
    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 #711A2E;
	

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



.panel-default > .panel-heading {
border-color: #aebdbe;
color: #fff;
border-bottom:5px solid #aebdbe;
}

.panel-heading,
.nav-tabs,
.carousel-caption,
.item-split .list-group-item-heading {
    font-family: 'Fira Sans Condensed', sans-serif;
	text-shadow: 0 1px 0 #711A2E;
}

.panel-body,.list-group,
.list-group-item {
	background:#fff
}

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

}

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

}

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

.footer-two {
    background-color: #711A2E;
    padding: 7px;
    color: #fff;
}

.footer-two a {
	color: #fff
}


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

.btn-top {
  background-color: #c9e6ff;
  border-color: #c9ceff;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
background-color: #f2f2f2;
    border-color: #aebdbe;
}
.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: #c9eeff;
  border-color: #FFE6C9;
}


.panel-footer {
	padding:0;
}

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

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


/*  collapse-panel */

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

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


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

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



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

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

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


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

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



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



.search-body .form-control {
	border-bottom: 1px solid #aebdbe;
	height: inherit;
	color: #EA5608
}


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

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


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

.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: #fffa54;
text-shadow: none;
}

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


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

marquee h2 {
	font-size: 24px
}


.hdr-txt {
    margin: 10px 0 0 30px;
}
.hdr-txt h1 {
	padding: 5px;
	font-size: 34px
}
.hdr-txt h1 span {
    font-size: 18px;
}
.hdr-txt h1 a {
    color: #711A2E;
    font-family: 'Fira Sans Condensed', sans-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: #711A2E;
}

.hdr-txt h2 {
	padding: 5px;
	font-size: 24px
}
.hdr-txt h2 span {
    font-size: 18px;
}
.hdr-txt h2 a {
    color: #711A2E;
    font-family: 'Fira Sans Condensed', sans-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 h2 a:hover, .hdr-txt h1 a:focus {
    color: #711A2E;
}



.header h1, .header h2, .header h3 {
    margin: 0;
}


.hdr-txt h3 {
    font-size: 16px;
	color: #711A2E;
}



.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: #711A2E;
margin-bottom: 5px
}

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

.label {
    margin: 2px
}

/**/
.btn-vote { 
  color: #711A2E; 
  background-color: #F2C579; 
  border-color: #aebdbe;
} 
 
.btn-vote:hover, 
.btn-vote:focus, 
.btn-vote:active, 
.btn-vote.active, 
.open .dropdown-toggle.btn-vote { 
  color: #711A2E; 
  background-color: #FA935B; 
  border-color: #aebdbe;
} 
 
.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: #aebdbe; 
} 
 
.btn-vote .badge { 
  color: #F2C579; 
  background-color: #711A2E; 
}

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

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

.item-split a.list-group-item:hover,
.item-split a.list-group-item:focus {
border-color: #ffffff;
    border-width: 2px;
}
.item-split .list-group-item-heading {
	font-size: 18px
}
.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 {
	color: #fff;
	/*text-shadow: 0 1px 0 #fff;*/
}

.item-menu .list-group-item-heading {
	font-size: 18px;
	font-family: 'Fira Sans Condensed', sans-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=330263);
    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: #711A2E;
	font-family: 'Fira Sans Condensed', sans-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: #F2C477;
}
#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: #DF5005
}


.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 #711A2E;
}

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

strong, b {font-weight: 500;}

#social-icons {
  font-size: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#social-icons a {
  color: #2e94dd;
  text-decoration: none;
}
#social-icons a:hover {
  font-size: 22px;
  color: #2eaddd;
  text-decoration: none;
}
/*popover*/
.popover-x{display:none;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover-x .popover-title{border-radius:5px 5px 0 0}.popover-x.top{margin-top:-10px}.popover-x.right{margin-left:10px}.popover-x.bottom{margin-top:10px}.popover-x.left{margin-left:-10px}.popover-x>.arrow,.popover-x>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover-x>.arrow{border-width:11px}.popover-x>.arrow:after{content:"";border-width:10px}.popover-x.bottom>.arrow:after,.popover-x.left>.arrow:after,.popover-x.right>.arrow:after,.popover-x.top>.arrow:after{content:" "}.popover-x.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover-x.top>.arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover-x.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover-x.right>.arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover-x.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover-x.bottom>.arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover-x.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover-x.left>.arrow:after{right:1px;bottom:-10px;border-right-width:0;border-left-color:#fff}.popover-lg{min-width:480px}.popover-md{min-width:350px}.popover-x .close{line-height:20px;outline:0}.popover-x.bottom-right>.arrow,.popover-x.top-right>.arrow{left:90%}.popover-x.bottom-left>.arrow,.popover-x.top-left>.arrow{left:10%}.popover-x.left-top>.arrow,.popover-x.right-top>.arrow{top:10%}.popover-x.left-bottom>.arrow,.popover-x.right-bottom>.arrow{top:90%}.popover-default.bottom>.arrow:after{border-bottom-color:#f7f7f7}.popover-primary.bottom>.arrow:after{border-bottom-color:#cce5ff}.popover-success.bottom>.arrow:after{border-bottom-color:#dff0d8}.popover-danger.bottom>.arrow:after{border-bottom-color:#f2dede}.popover-warning.bottom>.arrow:after{border-bottom-color:#fcf8e3}.popover-info.bottom>.arrow:after{border-bottom-color:#d9edf7}.popover-default.left-top>.arrow:after{border-left-color:#f7f7f7}.popover-default.right-top>.arrow:after{border-right-color:#f7f7f7}.popover-primary.left-top>.arrow:after{border-left-color:#cce5ff}.popover-primary.right-top>.arrow:after{border-right-color:#cce5ff}.popover-success.left-top>.arrow:after{border-left-color:#dff0d8}.popover-success.right-top>.arrow:after{border-right-color:#dff0d8}.popover-danger.left-top>.arrow:after{border-left-color:#f2dede}.popover-danger.right-top>.arrow:after{border-right-color:#f2dede}.popover-warning.left-top>.arrow:after{border-left-color:#fcf8e3}.popover-warning.right-top>.arrow:after{border-right-color:#fcf8e3}.popover-info.left-top>.arrow:after{border-left-color:#d1ecf1}.popover-info.right-top>.arrow:after{border-right-color:#d1ecf1}.popover-default>.popover-title{color:#333;background-color:#f7f7f7}.popover-primary>.popover-title{color:#004085;background-color:#cce5ff;border-bottom:1px solid #b8daff}.popover-success>.popover-title{color:#3c763d;background-color:#dff0d8;border-bottom:1px solid #d6e9c6}.popover-info>.popover-title{color:#0c5460;background-color:#d1ecf1;border-bottom:1px solid #bee5eb}.popover-warning>.popover-title{color:#8a6d3b;background-color:#fcf8e3;border-bottom:1px solid #faebcc}.popover-danger>.popover-title{color:#711A2E;background-color:#f2dede;border-bottom:1px solid #ebccd1}.popover-footer{padding:4px;background-color:#fbfbfb;text-align:right;border-top:1px solid #ebebeb;border-radius:0 0 5px 5px}.popover-footer .btn+.btn{margin-bottom:0;margin-left:4px}.popover-footer .btn-group .btn+.btn{margin-left:-1px}.popover-footer .btn-block+.btn-block{margin-left:0}.has-footer.popover-x.top>.arrow:after,.popover-x.has-footer.top>.arrow:after{border-top-color:#fbfbfb}.popover-x.has-footer.left-bottom>.arrow:after{border-top-color:transparent;border-left-color:#fbfbfb}.popover-x.has-footer.right-bottom>.arrow:after{border-top-color:transparent;border-right-color:#fbfbfb}.popover-loading{padding:30px;background:url(../img/loading.gif) center center}.popover-x-body.modal-open{overflow-y:auto}.popover-x-body .navbar{z-index:1051}.popover-x-body .modal-backdrop{opacity:1;z-index:1;display:none}

#owl-carousel-sli {				
      width: 100%;	
      }
        
        .slide-caption{
          color: $white-color;
          font-family: Myriad Pro;
          font-size: 44px;
          display: block;
    left: 0;
    top: 0;
    position: absolute;
background: #ffffff80;
    padding: 0 15px;
    border-radius: 15px;
    margin: 10px;
        }
        .slide-text{
          line-height: 55px;				
          width: 42%;
          color: $white-color;
          font-family: Segoe UI;
          font-size: 57px;
          font-weight: bold;
          text-transform: uppercase;
          position: absolute;
          top: 124px;
          right: 317px;
        }
      }
    }


/*Гордимся*/
.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: #2C3F88;
}

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);
}


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

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

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

#accordion a.collapsed{color:#fff;}



/*-------------------------------------------*/
/* Вкладки с содержанием (объекты "Вкладка") */
/*-------------------------------------------*/

#tabs .ui-tabs-nav {padding: 0; list-style-type: none; } 

.ui-tabs-nav li {display:inline-block; margin-right: 1px;}
      .ui-tabs-nav li a {display:block; padding: 0 1em; text-decoration: none; color: #fff; background: #711A2E; height: 1.4em; line-height: 1.4em; border-radius: 3px 3px 0 0; margin-top: 0.2em;}
.ui-tabs-nav li a:hover {background: #711A2E;}

.ui-tabs-panel {clear:both;font-size:1em;border-top:2px solid #711A2E;padding:0.5em;overflow-x: auto;}
.ui-tabs-panel h1 {font-size: 1.4em;}

li.ui-tabs-active {}

.ui-tabs-nav li.ui-tabs-active a {font-weight: bold;background: #711A2E;margin-top: 0; }



/*Таблица стили*/
/*
th {
padding: 10px 20px;
background: #26ADE4;;
color: #fff;
border-right: 2px solid; 
font-size: 0.9em;
}
th:first-child {
text-align: center;
}
th:last-child {
border-right: none;
}

tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
 tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
 tr{
	text-align: center;
	padding-left:20px;
        
}
 tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
tr td {
        vertical-align: middle;
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
 tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
tr:last-child td{
	border-bottom:0;
}
tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
 tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

*/

.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 */

}


.g-button a {
    color: #fff;
    background: #f5ab35;
    border-bottom: 4px solid #e19721;
    border-radius: 5px;
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}