@import"font-awesome.css";
@import "style_checkbox.css";
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
/* headings, text */



h1,
h2, .h2, 
h3, .h3,
h4, .h4,
h5, h5,
h6 {
 color:#222;
}
h1 {
	font-weight: normal;
}
h2, .h2 {
	font-size: 23px;
	text-transform: uppercase;
	color: #9B004E;
}
h3, .h3 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h4, .h4 {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 46px 0 18px 0;
	color: #5B7C8C;

}
h5, .h5 {
	font-size: 17px;
	font-weight: 600;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:300;
	color: #3E7D7D;
}


p {
	margin-bottom: 20px;
}
.lead {
	font-size: 14px;
	line-height: 20px;
	color: #3E424F;
	margin: 0;
	text-decoration: none;
}
a.lead {
  text-decoration: none;
}
a.lead:hover {
  text-decoration: underline;
}
figure {
  width: 100%;
}
img.img-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.text-info {
  color: #676667;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

ol.text-info li  {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align:justify;
}

.link {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
	margin-top: 20px;
	text-decoration: none;
}
.link-2 {
  text-decoration: none;
}
.link-2:hover {
  text-decoration: underline;
}
.clr {
  color: #ffffff;
}
.underline {
  text-decoration: underline;
}
a.underline {
  color: #656566;
}
a.underline:hover {
  color: #ffffff;
  text-decoration: underline;
}
.upper {
  text-transform: uppercase;
}
.top-0 {
  margin-top: 0 !important;
}
.top-1 {
  margin-top: 10px;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.left-1 {
  margin-left: 25px !important;
}
.left-2 {
  margin-left: 50px !important;
}
.last {
  margin-right: 0 !important;
}
.indent-0 {
  margin-top: 0px;
}
.indent-1 {
  margin-top: 58px;
}
.indent-2 {
  margin-top: 50px;
}
.indent-3 {
  padding-top: 23px;
}
.indent-4 {
  padding-top: 10px;
}
.p0 {
  padding-bottom: 0px !important;
}
.p1 {
  margin-bottom: 7px !important;
}
.p2 {
  margin-bottom: 9px !important;
}
.p3 {
  margin-bottom: 40px !important;
}

.img-indent {
  margin: 29px 0 28px 0;
}

.extra-wrap {
  overflow: hidden;
}
.img-indent-right {
  margin-right: 20px;
}
.img-indent-bottom {
  margin-bottom: 20px;
}

.img-indent2 {
	margin: 0 20px 20px 0;
}


ul.list {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
}

ul.list li {
	padding: 2px 0 2px 13px;
	font-size: 0.9em;
	background-image: url(../img/marker_gray.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #777;
	/* [disabled]font-weight:600; */
}

ul.list li:hover {
	background-image: url(../img/marker_gray2.gif);
	background-color:#EDF1F1;
}

ul.list li.active {
	background-image: url(../img/marker.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #9B004E;
}

ul.list  li.active a, ul.list  li.active a:hover {
	color: #9B004E; 
}

ul.list li a {
	color: #222;
}

ul.list li:hover a {
	color: #099;
	text-decoration: none;
}

ul.list li a:hover  {
	color: #099;
	padding-left: 2px;
	text-decoration: underline;
}

 
 /* list2*/
 
 ul.list2 {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

ul.list2 li {
	padding: 2px 0 2px 13px;
	background-image: url(../img/marker_gray2.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	color: #222;
	/* [disabled]font-weight:600; */
}


 

/**  end list2  */
 

/**/
/* buttons*/
.btn_ {
  background: #099;
  border: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 13px 6px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.btn-small_ {
  padding: 8px 18px 8px 18px;
  color: #ffffff;
}
.btn_:hover {
	color: #fff;
	background: #333;
}
/**/
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -610px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background-position: right 0;
}
#toTop:active,
#toTop:focus {
  outline: none;
}


img { max-width: 100%; height: auto; width: auto; }
a img {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease; }
a img:hover {
	*zoom: 1;
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
	filter: alpha(opacity = 70);}
    






/* form */

.login {
	float: right;
	color: #595F71;
	text-align: right;
	padding: 5px;
	margin:5px;
}

.login form {
	background: rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	padding-right: 20px;
}


.login b {
	color: #464B59;
	font-weight: bold;
	text-transform: uppercase;
	
}



.navbar-form {
	padding: 5px;
	margin: 0;
}
 navbar-form .navbar-form input {
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 1px;
}
 .navbar-form input:focus {
  box-shadow: none;
}
 .navbar-form a {
	margin: 0;
	width: 40px;
	height: 30px;
	font-size: 11px;
	color: #595F71;
}
 .navbar-form a:hover {
	color: #066;
	text-decoration: underline;
}
/**/
/* navbar */


.navbar-inner {
	padding: 0px;
}


.navbar_ {
  margin: 0;
}
.navbar_ .navbar-inner_ {
  padding: 19px 0px 19px 19px;
  margin: 0;
  background: url(../img/navbar.png) 0 0 repeat; 
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/*nav*/
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
	float: left;
	padding-top: 8px;
}
.nav-collapse_ .nav li {
	position: relative;
	zoom: 1;
	font-size: 1.15em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.nav-collapse_ .nav li span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.75em;
	color: #9B004E;
	text-shadow: 0 1px 1px #fff;
	font-family: 'Cuprum', sans-serif;
}

.nav-collapse_ .nav > li {
	background: url(../img/line-1.png) 0 0 repeat-y;
	line-height: 20px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 12px;
}
.nav-collapse_ .nav > li > a > em {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../img/home.png) 0 0 no-repeat;
}
.nav-collapse_ .nav > li.li-first {
  background: none;
  padding-left: 0;
}
.nav-collapse_ .nav li a {
	line-height: 21px;
	color: #3A4941;
	text-shadow: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.nav-collapse_ .nav > li > a {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.nav-collapse_ .nav > li.li-first.sfHover a > em,
.nav-collapse_ .nav > li.li-first:hover a > em,
.nav-collapse_ .nav > li.li-first.active a > em,
.nav-collapse_ .nav > li.li-first.active a > em {
  background-position: right 0;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	background: none;
	margin-left: 1px;
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 5px;
  right: 50%;
  top: 50%;
  margin: 10px -3px 0 0;
}
.nav-collapse_ .nav ul {
	position: absolute;
	display: none;
	width: 158px;
	left: 0px;
	top: 42px;
	list-style: none;
	zoom: 1;
	z-index: 9;
	padding: 20px 0 24px 0;
	margin: 0;
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 5px;
  right: 10px;
  top: 10px;
}
.nav-collapse_ .nav ul li a {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 7px 10px 8px 24px;
  background: none;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.nav-collapse_ .nav ul ul {
	position: absolute;
	display: none;
	width: 158px;
	left: 158px;
	top: -20px;
	height: auto;
	list-style: none;
	z-index: 111;
	padding: 20px 0 24px 0;
	margin: 0;
}
/**/
/*social-icons*/
.social-icons {
  float: right;
  display: inline-block;
  margin: 0px 34px 0 0px;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 3px;
}
.social-icons li a {
  display: block;
}

.social-icons li a img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.social-icons li a:hover img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
/**/
/* slider */
.slider {
	position: relative;
	z-index: 1;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 270px;
}

.slider2 {

	margin-top: 50px;
	margin-bottom: 30px;
}

.camera_wrap {
	margin-bottom: 0px !important;
}
.camera_thumb {
  width: 150px;
  height: auto;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -465px;
  z-index: 999;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {

}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	cursor: default;
}
.camera_caption {
  display: none;
}


/*------ header ------- */
header {
	position: relative;
	z-index: 999;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.header-block {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
*/

-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
.

	position: relative;
	z-index: 999;
	background-color: #E2E1D8;
	background-image: url(../img/bk_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
}

 


.header-block-pad {
    padding: 2px;
	
}

.pagezag {
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 1.6em;
	text-shadow: 0 1px 1px #fff;
	color: #989574;
	line-height: 90%;
}

.pagezag small {
	font-weight:100;
	font-size: 100%;
	color: #595F71;
}

div.brand  {
	/* [disabled]float: right; */
	/* [disabled]display: inline-block; */
	color: #fff;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	text-shadow: 0 2px 2px #101010;
	line-height: 105%;
	padding: 10px 5px;
}
 

@media (max-width: 400px) {
div.brand  {  font-size: 1.1em; line-height: 110%;}
.brand h1{  font-size: 1.em;   }
}
 
 

 
.brand h1{
	font-family: 'Cuprum', sans-serif;
	text-transform: none;
	z-index: 9999;
	font-size: 2.05em;
	text-shadow: 0px 1px 3px #101010;
	color: #fff;
	line-height: 99%;
	font-style: normal;
	font-weight: 100;
	letter-spacing: -1px;
	padding-top:22px;
	text-transform:uppercase
}


/*--- header end ------*/
/*------ content ------- */
#content {

}
.main-content {
  padding-bottom: 46px;
}
.sub-content {
	padding-bottom: 46px;
}
/* thumbnails */
.thumbnails {
  margin-bottom: 0;
}
.thumbnails li {
  margin-bottom: 0px;
}
.thumbnails .thumbnail {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	margin: 28px 0 0 0;
	padding: 0;
	background-color: #E2E1D8;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
/*	
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);*/
}
.thumbnails .thumbnail .caption {
	padding: 27px 0px 23px 21px;
	background: url(../img/thumbnail-caption.png) 0 0 repeat-x; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	overflow: hidden;
}



.thumbnails .thumbnail .h3 {
	color: #222;
	font-size: 20px;
	margin: -3px 0 0 0;
	text-shadow: 0 1px 1px #fff;
}

.thumbnails .thumbnail:hover .caption {
	background: url(../img/thumbnail-caption.png) 0 -204px repeat-x;
}
.thumbnails .thumbnail img {
  float: left;
  margin-top: -9px;
}
.thumbnails .thumbnail h5, .thumbnails .thumbnail h5 a, .thumbnails .thumbnail .h5, .thumbnails .thumbnail .h5 a {
	margin: 0;
	color: #2F323C;
	text-decoration: none;
}

.thumbnails .thumbnail .h3.col1,.thumbnails .thumbnail .h3.col2,.thumbnails .thumbnail .h3.col3,.thumbnails .thumbnail .h3.col4 {color: #000;}

.thumbnails .thumbnail:hover .h5.col1, .thumbnails .thumbnail:hover .h3.col1{ color: #09c;}
.thumbnails .thumbnail:hover .h5.col2, .thumbnails .thumbnail:hover .h3.col2{ color: #099;}
.thumbnails .thumbnail:hover .h5.col3, .thumbnails .thumbnail:hover .h3.col3{ color: #9B004E;}
.thumbnails .thumbnail:hover .h5.col4, .thumbnails .thumbnail:hover .h3.col4{ color: #069;}



.thumbnails .thumbnail a:hover {	text-decoration: none;}


.thumbnails .thumbnail .thumbnail-pad {
  padding: 25px 20px 30px 21px;
}
.thumbnails .thumbnail a.btn_ {
  margin-top: 3px;
  background: #8F96A7;
}
.thumbnails .thumbnail a.btn_:hover {
	color: #ffffff;
	background-color: #595F71;
}
.thumbnails .thumbnail_1 a.btn_ {
	margin-top: 3px;
	color: #ffffff;
	background-color: #099;
}
.thumbnails .thumbnail_1 a.btn_:hover {
  background: #8F96A7;
}
/**/
/* thumbnails_2 */
.thumbnails_2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -25px;
	padding-top: 50px;
}
 

.thumbnails_2 li.thumbnail_2 {
	margin: 0px 0px 24px 25px;
	padding: 0;
	display: block;
	float: left;
	/* [disabled]width: 137px; */
}
.thumbnails_2 span:before  {
	content: "";
	display: block;
	height: 1px;
	margin: 1em 0;
	background-color: #CCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #099;
}

.thumbnails_2 .thumbnail_2 figure {
	margin: 0px 0 16px 0;
	line-height: 99%;
}

 

.thumbnails_2 li.thumbnail_2 h4 {
	margin:0;
	font-size: 20px;
}

.thumbnails_2 li.thumbnail_2 .text-info {
	line-height: 105%;
	color: #222;
}
/**/
/*lists*/
.lists {
  overflow: hidden;
}
.lists ul {
  margin-top: 15px;
}
.lists-width2 {
  overflow: hidden;
  margin-left: -15px;
}
.lists-width2 ul {
  margin-left: 15px;
  margin-top: 33px;
  width: 140px;
  float: left;
}
/**/
/*banners*/
.banners {
  margin: 0 0 0px -30px;
  overflow: hidden;
}
.banners li {
  margin-left: 30px;
  float: left;
  display: inline-block;
  margin-top: 18px;
}
/**/
/* thumbnail_3 */
.thumbnails_3 {
  margin: 0px 0 0 0px;
}
.thumbnails_3 .thumbnail_3 {
  margin: 27px 0 0px 0px;
}
.thumbnails_3 .thumbnail_3 {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails_3 .thumbnail_3 figure {
  margin: 0px 0 15px 0;
}
.thumbnails_3 .thumbnail_3 figure img {
  width: 100%;
}
/**/
/* thumbnail_4 */
.thumbnails_4 {
  margin: 0px 0 0 0px;
}
.thumbnails_4 .thumbnail_4 {
  margin: 27px 0 10px 0px;
}
.thumbnails_4 .thumbnail_4 {
  background: none;
  border: none;
  padding: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails_4 .thumbnail_4 figure {
  margin: 0px 0 15px 0;
}
.thumbnails_4 .thumbnail_4 figure img {
  width: 100%;
}
/**/
/*list-news*/
.list-news {
  margin: 0 0 0 0;
  padding-top: 6px;
}
.list-news li {
  display: block;
  margin-top: 30px;
}
.list-news li:first-child {
  margin-top: 0 !important;
}
.list-news li .text-info {
  margin-top: 15px;
}
.list-news li a.btn_ {
  margin-top: 0;
}
/**/
/*list-services*/
.list-services {
  margin: 0 0 0 -40px;
}
.list-services li {
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  width: 330px;
  margin-left: 40px;
  min-height: 180px;
}
.list-services li > div {
  overflow: hidden;
}
.list-services li img {
  float: left;
  margin-top: 0px;
}
/**/
.text-block-1 {
  padding-top: 7px;
}
.text-block-1 div {
  overflow: hidden;
  padding-bottom: 5px;
}
.text-block-1 img {
  float: left;
  margin-right: 20px;
  width: auto;
}
/*-- contacts page --*/
.map {
  padding: 7px 0 9px 0;
}
.map iframe {
  width: 100%;
  height: 353px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
address strong {
  font-weight: normal;
}
address span {
  display: inline-block;
  width: 70px;
}
.contact-form {
  padding-top: 11px;
}
.contact-form input {
	color: #c4c3c4;
	height: 12px;
	width: 30px;
	padding: 2px;
	line-height: 17px !important;
	margin: 0;
	border: 1px solid #595F71 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	float: left;
	background: url(../img/form-bg.png) 0 0 repeat;
}
.contact-form label {
  min-height: 56px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #c4c3c4;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 246px;
  padding: 9px 0 0 18px;
  margin: 0;
  resize: none;
  color: #939393;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  background: url(../img/form-bg.png) 0 0 repeat;
}
.contact-form input:focus,
.contact-form textarea:focus {
	box-shadow: none;
	background-color: #595F71;
}
.contact-form .btn_ {
  margin: 31px 0 0 16px;
}
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/**/
/*404 page*/
.block-404 .span8 {
  padding-top: 64px;
  text-align: center;
}
.block-404 .span4 {
  padding-top: 37px;
}
.block-404 h1 {
  margin: 0px;
  font-size: 60px;
}
.block-404 h4 {
  margin: 28px 0 39px 0;
}
.form-404 {
  width: 100%;
  margin-top: 35px;
}
.form-404 input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  background: #fff;
  margin: 0;
  box-shadow: none;
  height: 30px;
  width: 175px;
  line-height: 17px;
  padding: 7px 10px 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #656566;
  float: left;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 a.btn_ {
  margin: 0;
  width: 91px;
  text-align: center;
  padding: 7px 0 8px 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.form-404 a.btn_:hover {
  color: #ffffff;
  background: #171619;
}
/**/

/*------ footer ------- */
footer {
  padding: 26px 0 38px 0;
  background: url(../img/footer.jpg) left bottom repeat-x;
  background-color: #242426;
  color: #8e8e8e;
}
footer .span8 > a  {
	text-decoration: none;
	color: #999;
}
footer .span8 > a:hover  {
  text-decoration: underline;
  color: #ffffff;
}

footer  a {
	text-decoration: none;
	color: #999;
}
footer  a:hover {
  text-decoration: underline;
  color: #ffffff;
}


.footer-menu {
  display: block;
  padding: 12px 0 47px 0;
  margin: 0 0 27px 0;
}
.footer-menu li {
  display: inline-block;
  float: left;
  color: #373739;
  font-size: 12px;
}
.footer-menu li a {
  color: #8e8e8e;
  text-decoration: none;
}
.footer-menu li:first-child a {
  margin-left: 0;
}
.footer-menu li a:hover,
.footer-menu li a.current {
	text-decoration: underline;
	color: #099;
}
/* form newsletter */
form#newsletter {
  margin: 0;
  background: url(../img/newsletter-bg.png) 0 0 repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 27px 28px 28px;
}
form#newsletter input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  background: #fff;
  color: #1e1d20;
  margin: 0;
  box-shadow: none;
  height: 30px;
  line-height: 15px;
  padding: 7px 10px 8px 10px;
  width: 154px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
form#newsletter input:focus {
  box-shadow: none;
}
form#newsletter a.btn_ {
  margin-top: 0;
  width: 91px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
form#newsletter a.btn_:hover {
  color: #ffffff;
  background: #171619;
}
form#newsletter label {
  color: #ffffff;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
  text-transform: none;
}
/**/
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .camera_wrap .camera_pag {
    bottom: 48px;
  }
  .camera_wrap .camera_pag .camera_pag_ul li {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .camera_wrap .camera_pag {
    margin-left: -580px;
  }
  .thumbnails .thumbnail h3 {
    font-size: 26px;
  }
  form#newsletter input {
    width: 224px;
  }
  .lists-width2 {
    margin-left: -30px;
  }
  .lists-width2 ul {
    margin-left: 30px;
    width: 170px;
  }
  .thumbnails_2 {
    margin: 0px 0 0 -30px;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    width: 170px;
  }
  .list-services {
    margin: 0 0 0 -130px;
  }
  .list-services li {
    width: 370px;
    margin-left: 130px;
    min-height: inherit;
  }
  .form-404 input {
    width: 223px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (min-width: 979px) {
  .camera_wrap {
  margin-bottom: -80px !important;
}
}
@media (max-width: 979px) {
  .slider {
    height: auto;
  }
  .thumbnails .thumbnail .caption {
    padding: 17px 0px 13px 21px;
  }
  .thumbnails .thumbnail .thumbnail-pad {
    padding: 15px 20px 15px 21px;
  }
  .thumbnails .thumbnail h3 {
    font-size: 28px;
  }
  form#newsletter {
    margin-bottom: 20px;
    padding: 15px 27px 15px 28px;
  }
  form#newsletter input {
    width: 100%;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  form#newsletter a.btn_ {
    margin-top: 15px;
    float: right;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  /**/
  .thumbnails_2 {
    margin: 0px 0 0 -30px;
  }
  .list-services li {
    min-height: inherit;
    width: inherit;
  }
  .cols-1 .span4 img {
    width: inherit !important;
  }
  .thumbnails_2 li.thumbnail_2 img {
    width: 100%;
  }
  .text-block-1 img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .form-404 input {
    width: 100%;
    float: none;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  .form-404 a.btn_ {
    float: right;
    margin-top: 20px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  .footer-menu li a {
    margin: 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-form input {
    width: 120px;
  }
  .contacts {
    margin-right: 20px;
    padding-right: 20px;
  }
  /* navbar */
  .navbar-inner_ .btn-navbar {
    display: none;
  }
  .navbar-inner_ .nav-collapse {
    overflow: visible;
    height: auto;
  }
  .navbar-inner_ .nav-collapse_ .nav > li {
    padding: 0 10px 0 10px;
    float: left;
  }
  .nav-collapse_ .nav > li.li-first {
    background: none;
    padding: 0 18px 0 0px;
  }
  .nav-collapse_ .nav > li > a {
    margin-bottom: 0;
  }
  /**/
  .cols-1 div + div {
    margin-left: 0 !important;
  }
  .cols-1 .span4 {
    width: 100% !important;
  }
  /* */
  .thumbnails .span3 {
    width: 352px;
  }
  .thumbnails .thumbnail p {
    min-height: 60px;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: none;
    width: 228px;
  }
  /**/
  .lists .lists-width2 {
    width: 200px;
  }
  .lists-width2 {
    margin-left: -30px;
  }
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
  }
  .thumbnails_4 .span3 {
    width: 352px;
  }
  .camera_wrap .camera_pag {
    margin-left: -350px;
  }
    .camera_wrap {
  margin-bottom: -60px !important;
}
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .header-block-pad {
    padding: 18px 23px 14px 22px;
  }
  .contacts {
    padding-right: 0;
    margin-right: 0;
    margin-left: 40px;
    background: none;
  }
  .navbar-form input {
    width: 200px;
  }
  .navbar-form {
    margin-left: 20px;
  }
  .social-icons {
    margin: 5px 24px 0 0;
  }


  /* navbar */
 
  .navbar_ .navbar-inner_ {
    padding: 13px 0 10px 22px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    position: absolute;
    left: 0;
    top: 46px;
  }
  .navbar_ .btn {
    display: inline-block;
    float: left;
    background: #ffffff;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    margin: 0;
    text-shadow: none;
    color: #000;
    box-shadow: none;
    border: none;
  }
  .navbar_ .btn:hover {
	background-color: #767062;
	color: #ffffff;
  }
  .nav-collapse_ .nav {
	position: relative;
	zoom: 1;
	z-index: 999;
	width: 90%;
	background-color: #B8B59F;
	padding: 20px 0 24px 0;
	margin: 0;
  }
  .nav-collapse_ .nav li {
    line-height: 15px;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav-collapse_ .nav li a {
    font-size: 13px;
    line-height: 15px;
    color: #212121;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  .nav-collapse_ .nav > li > a,
  .nav-collapse_ .nav > li.li-first a {
    padding: 7px 10px 8px 28px;
  }
  .nav-collapse_ .nav > li.sfHover,
  .nav-collapse_ .nav > li:hover,
  .nav-collapse_ .nav > li.active,
  .nav-collapse_ .nav > li.active {
    background: none;
  }
  .nav-collapse_ .nav > li.sfHover > a,
  .nav-collapse_ .nav > li.sfHover > a:hover,
  .nav-collapse_ .nav > li > a:hover,
  .nav-collapse_ .nav > li.active > a,
  .nav-collapse_ .nav > li.active > a:hover {
    background: #fff;
    color: #000;
  }
  
.nav-collapse_ .nav li span {
display:none;
visibility:hidden;  
}
  
  .sub-menu > a {
    position: relative;
    display: block;
  }
  .nav-collapse_ .nav > li.sub-menu > a:before,
  .nav-collapse_ .nav > li li.sub-menu > a:before {
    content: "";
    position: absolute;
    background: url(../img/li-marker.png) left top no-repeat;
    width: 7px;
    height: 5px;
    right: 10px ;
    top: 50%;
    margin-top: -3px;
  }
  .nav-collapse_ .nav ul,
  .nav-collapse_ .nav ul ul {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    list-style: none;
    zoom: 1;
    z-index: 9;
    padding: 0px;
    margin: 0;
    background: transparent;
  }
  .nav-collapse_ .nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    padding: 7px 10px 8px 35px;
    display: block;
  }
  .nav-collapse_ .nav ul li > a:hover,
  .nav-collapse_ .nav ul li.sfHover > a {
    background: #a9a9a9;
  }
  .nav-collapse_ .nav ul ul li a {
    padding: 7px 10px 8px 40px;
    text-transform: none;
  }
  /**/
  /*slider*/
  .camera_wrap .camera_pag {
    margin-left: 0;
    left: 8%;
  }
  .slider {
    padding-top: 68px !important;
    background:  #DDD0D4;
  }
  /**/
  .lists-width2 {
    margin-left: -30px;
  }
  /**/
  .footer-menu {
    display: none;
  }
  .float {
    float: right !important;
  }
  .float2 {
    float: left !important;
  }
  
  
  
  /**/
}
@media (min-width: 626px) and (max-width: 767px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 45%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: left;
    width: 45%;
  }
  .thumbnails_4 {
    margin-left: -25px;
  }
  .thumbnails_4 .span3 {
    float: left;
    margin-left: 25px;
    width: 45%;
  }
  
  .camera_wrap {
  margin-bottom: 10px !important;
}

}
@media (max-width: 625px) {
  .navbar-form {
    margin-left: 0;
    float: none;
  }
  .contacts {
    display: none;
  }
  /* contact-form */
  .contact-form input {
    width: 100%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: none;
    width: auto;
  }

}
/**/
@media (min-width: 482px) and (max-width: 625px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: left;
    width: 42%;
  }
  .thumbnails_4 {
    margin-left: -25px;
  }
  .thumbnails_4 .span3 {
    float: left;
    margin-left: 25px;
    width: 43%;
  }
}
@media (max-width: 481px) {
  .banners li {
    display: block;
    float: none;
  }
  .banners li a {
    display: block;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
	
	.header-block {
	background-image: none; 
}
	
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
    float: left;
  }
 
 .brand h1, div.brand { color:#010101; text-shadow:none;}
 .brand a img { width:100px; height:100px; }
 
}
@media (max-width: 320px) {
		
	.header-block {
	background-image: none; 
}
  .navbar-form input {
    width: 161px !important;
  }
  .lists-width2 ul {
    margin-left: 30px;
    float: none;
    width: 100%;
  }
  .list-services li img {
    float: none  !important;
    margin-bottom: 10px;
  }
  .slider {
    margin-left: -20px !important;
  }
  .camera_pag {
    left: 40px !important;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.anons_event {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #595F71;
	padding-bottom: 10px;
	padding-top: 0px;
	border-right-width: 50px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 14px;
	line-height: 20px;
}

.date_anons_event {
	color: #9B004E;
	font-weight:400;
}

/**/
/*lang*/
.lang-icons {
  float: right;
  display: inline-block;
  margin: 0px 34px 0 0px;
}
.lang-icons li {
  float: left;
  display: inline-block;
  margin-left: 5px;
}
.lang-icons li a {
  display: block;
}

.lang-icons li a img {
  opacity: 0.44;
  filter: alpha(opacity=44);
}

.lang-icons li a:hover img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
/**/


.alarm {
	font-size: 15px;
	letter-spacing: 0px;
	color:#9B004E;
	padding-left: 30px;
	text-transform: uppercase;
	text-rendering: optimizelegibility;
	font-family: 'Cuprum', sans-serif;
	float: right;
}


.alarm b {
	color:#777;
}

 
.addzag {
	text-rendering: optimizelegibility;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	letter-spacing: 0px;
	color:#222;
	padding-right: 30px;
	display: inline-block;
	margin: 0px;
	z-index: 9999;
	line-height: 90%;
}

 

.mdays {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #5B7C8C;
	background-color:#D9E1E1;
	color:#9B004E;
	border-left:3px solid #9B004E;
	text-align: left;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}


img.raster {
	float:left;
	margin-right:10px;
	margin-top:2px;
}

.serv_index {
	font-size:0.9em;
	padding-right: 25px;
}

.serv_index h2 {
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #099;
	line-height: 1;
	margin: 15px 0 8px 0;
}

.serv_index p {
	margin: 0px;
	padding: 0px;
}
.serv_index b {
	text-transform: uppercase;
}


.news_zag {
	margin: 10px 0;
	line-height: 1.2;
	text-rendering: optimizelegibility;
	font-family: 'Cuprum', sans-serif;
	font-size: 17px;
	color: #222;
	font-weight: 200;
	padding: 15px;
}

.h4 { font-weight:800}


p.news_link  {
	background-color: #EDF1F1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	background-image: url(../img/corner.png);
	background-repeat: no-repeat;
	background-position: left top;
 
}

p.news_link:hover  {	
	background-color: #D9E1E1;	 
	background-image: url(../img/corner_green.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


p.active  {
	color:#9B004E;
	background-image: url(../img/corner_red.png);
	background-repeat: no-repeat;
	background-position: left top;
}


a.news_link {color: #777;}

a.news_link:hover {
	color: #066;
	text-decoration: none;
}
 

.anons {
	font-size: 0.9em;
	color: #222;
}

.filter {	font-size: 0.7em;	}
.filter a {
	line-height: normal;
	font-weight: 300;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #4A6A61;
	border: 1px solid  #ccc;
	padding: 3px 6px;
	}
.filter2 {	font-size: 0.9em;	}	
.filter2 {
	line-height: normal;
	font-weight: 700;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	border: 1px solid  #099;
	padding:3px 6px;
	background-color: #099;
	}
	
.filter a:hover {
	color: #595F71;
	background-color:#D9E1E1;
	text-decoration: none;
	border: 1px solid #fff;
	}
	
	.filter a:focus {
	color: #fff;
	background-color:#9B004E;
	text-decoration: none;
	border: 1px solid #fff;
	}
	
.separator {
	line-height: normal;
	font-weight: 300;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #111;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #595F71;
}

.breadcrumb {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	background-color: transparent;
}

.txt085 {
	font-size: 0.85em;
	color:#222;
}

.txt099 {
	font-size: 0.99em;
}


.txt102 {
	font-size: 1.2em;
}


#block {
	border-left:1px dotted #5B7C8C;
	padding-left:25px;
	font-size:0.88em;
	text-align: justify;
}



#block_left {
	text-align: left;
	border-left:1px dotted #5B7C8C;
	padding-left:25px;
	font-size:0.88em;
}

#block_filter {
	text-align: left;
	border-left:none;
	paddingt:2px;
	font-size:0.9em;
}

#block_filter ul {
	list-style-position: outside;
	list-style-image: url(../img/marker_gray2.gif);
}


#block_alarm {
	padding:10px 25px;
	font-size:0.88em;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../img/corner_red.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEEE9;
}



#block ul li { margin-top:0px; padding-top:0px;}

#addcol { padding:15px; background: rgba(0,0,0,0.02); font-size:0.8em; font-weight:400; margin:0 0 20px  0 ; }
#addcol .colorlink {
	color:#222;
	font-size:1.1em;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#block_donate {
	background: rgba(0,0,0,0.02);
	font-size:0.95em;
	font-weight:400;
	line-height: 1.3em;
	margin: 8px 15px 8px 0px;
	padding: 20px;
}


 
#block_bookex {
	text-align:left;
	border-left:1px dotted #5B7C8C;
	padding-left:20px;
	font-size:0.78em;
	line-height: normal;
	margin-bottom: 20px;
}

.block_bookex_zag {
	font-weight: normal;
	margin-top:0px;
}


 .zag_month {
	margin: 10px 0;
	line-height: 1.2;
	font-size: 18px;
	color:#006A6A;
	font-weight: 200;
	text-transform: uppercase;
}
.color222 {color:#222; margin: 30px 0 -10px 0}
.color099 {color:#099;}
.style100 {font-weight:100;}

.color_darkgreen {   color:#006A6A;}


label.timewrk {
	float:left;
	width: 100px;
}


 
#elfond { color:#8F96A7;  font-size:1.1em;}
#elfond a {	color:#066;}
#elfond  .btn-info, #elfond .btn-success {	 color:#fff;	}

/*icon*/

 
.icon-skype:before {  color:#09C; font-size:1.6em; padding-right:10px;}
 
.big {font-size: 2em; ;}
.very-big {font-size: 3em; padding: 10px 0px 30px 0px;}
.middle {font-size: 1.5em; }
.mini {font-size: 1.15em; }
 
/*   btn new color */

 .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9B004E;
  background-image: -moz-linear-gradient(top, #9B004E, #906);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9B004E), to(#906));
  background-image: -webkit-linear-gradient(top, #9B004E, #906);
  background-image: -o-linear-gradient(top, #9B004E, #906);
  background-image: linear-gradient(to bottom, #9B004E, #906);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #906;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #906;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #ffffff;
	background-color: #906;
  *background-color: #906;
}
 .btn-danger:active,
.btn-danger.active {
  background-color: #9B004E \9;
}
 
 
 .btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #4D9B9B;
	background-image: -moz-linear-gradient(top, #4D9B9B, #7CBEBE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4D9B9B), to(#7CBEBE));
	background-image: -webkit-linear-gradient(top, #4D9B9B, #7CBEBE);
	background-image: -o-linear-gradient(top, #4D9B9B, #7CBEBE);
	background-image: linear-gradient(to bottom, #4D9B9B, #7CBEBE);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#4D9B9B;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #099;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #7CBEBE;
  *background-color: #7CBEBE;
}
.btn-success:active,
.btn-success.active {
  background-color: #7CBEBE \9;
}

.alert-info {
	background-color: #EAEEEE;
	border-color: #8F96A7;
	color: #343843;
}

.accordion-toggle {
	color:#D9E1E1;
	font-size:1.1em;
}

.label,
.badge {
  font-size: 1.05em;
  font-weight: 100;

}

tt {font-size:1.2em; }
tt label.padleft {font-size:1.15em;  padding-left:20px;}


.margin-top0 {  margin-top: 0px; }