.animal-pic {
	height: 500px;	
}

h1 {
	color: #fff;
	margin: 0;
	padding: 10px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}

h3.header {
	color: #fff;
	margin: 0;
	padding: 10px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}

.data-c {	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
	border: 1px solid #0b91a5;
	height: 100%;
}

.data-c > .d-header {
	background: #0b91a5;
	padding: 1px 10px;
	color: #fff;
}

.data-c > .d-content {
	background: #fff;
}

.data-c > .d-content table {
	width: 100%;	
}

.data-c > .d-content tbody tr {
	margin: 10px;
	border: 1px solid #0b91a5;
	
}

.data-c > .d-content tbody td {
	padding: 5px 10px;
	border: 1px solid #0b91a5;
}

.data-c > .d-content tbody td:nth-child(1) {
	width: 30%;
	font-weight: bold;
}

.d-text {
	padding: 10px;
}


.gallery {
	margin: 20px 0;
	background: url('/images/bg_9.jpg') center, #323232;
	background-size: cover;
}

.link-body:first-child {
	margin-top: 0;
}

.link-body {
	margin-top: 20px;
	background: #fff;
	padding: 10px;
}

.link-body h4 {
	color: #0b91a5;
}

.link-body span {
	font-style: italic;
	font-weight: lighter;
}

.link-body p {
	font-style: italic;
}

.link-body a {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #0b91a5;
}

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

tr.ru-RU {
	background: #fff4f4;
}
tr.kk-KK {
	background: #f0ffff;
}
tr.en-US {
	background: #fffee6;
}


td {
	position: relative;
}

td.processing:before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: -20px;
	content: url(/images/loading.gif);
}

.text-block {
	background: #fff;
	border: 1px solid #fff;
	color: #fff;
margin-top: 10px;
}

.text-block > .control-title {
	position: relative;
	padding: 10px 10px;
	display: block;
	cursor: pointer;
	background: #0b91a5;
}

.text-block > .control-title i {
	position: absolute;
	right: 20px;
	padding: 10px 0;
}

.text-block > .control-data {
	display: block;
	background: #fff;
	margin: 0 !important;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #000;
}

.text-block > .control-data  img {
	padding: 0 20px 20px 0;
}


.text-block > .control-title.selected i {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
