html {
  position: relative;
  min-height: 100%;
}
body {
	background-image: url('../images/back_1.jpg');
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 130px;
}
.head {
	
	width: 100%;
	height: 100px;
	border-bottom: 5px solid #faab1a;
	color: #faab1a;
	text-align: center;
}
.head_name{
	font-size: 30px;
	font-family: 'Times new Roman';
	color: #ffd51e;
	padding-top: 30px;
	text-align: center;
}
.head_name img {
	max-width: 100%;
}
/*@media (max-width: 992px) {
	.head_name img {
	max-width: 300px;
}
}
@media (max-width: 768px) {
	.head_name img {
	max-width: 100%;
}
}*/
.head_contact, .bottom_contact, .news_contact {
	font-size: 20px;
	font-family: 'Times new Roman';
	color: #ffd51e;
	padding: 20px 0;
	text-shadow: #000 1px 1px 2px;
	text-align: center;
}
.head_contact a, .bottom_contact a, .news_contact a {
	color: #ffd51e;
	text-decoration: none;-
}
.head_contact a:hover, .bottom_contact a:hover, .news_contact a:hover {
	color: #ffd51e;
	text-decoration: none;-
}
.head_contact img, .bottom_contact img, .news_contact img{
	height: 20px;
	margin-top: -5px;
}
.head_contact .one_phone, .head_contact .two_phone {
	padding: 0;
	margin: 0;
	text-align: center;
}
@media (min-width: 768px) {
.head_contact .one_phone {
	text-align: right;
	padding-right: 10px; 
}
.head_contact .two_phone {
	text-align: left;
	padding-left: 10px; 
}
}
.middle {
	background-color: rgba(39, 33, 39, 0.8);
}
.menu {
	background-color: #272127;
	color: #fff;
	border-bottom: 1px solid #191619; 
}
.navbar {
	margin-bottom: 0;
	text-align: center;
}
@media (min-width: 768px) {
.navbar {
	margin-left: -50px;
}
.navbar-nav li a {
	margin: 0;
	font-size: 16px;
}
.navbar-style .navbar-nav li .border_right {
	border-right: 1px solid #363636; 
}
.navbar-style .navbar-nav li .border_left {
	border-left: 1px solid #303; 
}
}
.navbar-style {
  background-color: transparent;
  border-color: transparent;
}

.navbar-style .navbar-brand {
  color: #fff;
}
.navbar-style .navbar-brand:hover,
.navbar-style .navbar-brand:focus {
  color: #ffd51e;
  background-color: transparent;
}
.navbar-style .navbar-text {
  color: #fff;
}
.navbar-style .navbar-nav > li > a {
	font-weight: bold;
  color: #fff;
}
.navbar-style .navbar-nav > li > a:hover,
.navbar-style .navbar-nav > li > a:focus {
  color: #ffd51e;
  background-color: transparent;
}
.navbar-style .navbar-nav > .active > a,
.navbar-style .navbar-nav > .active > a:hover,
.navbar-style .navbar-nav > .active > a:focus {
  color: #ffd51e;
  background-color: transparent;
}
.navbar-style .navbar-toggle {
  border-color: transparent;
}
.navbar-style .navbar-toggle:hover,
.navbar-style .navbar-toggle:focus {
  background-color: #272127;
}
.navbar-style .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-style .navbar-collapse,
.navbar-style .navbar-form {
  border-color: transparent;
}
.navbar-style .navbar-nav > .open > a,
.navbar-style .navbar-nav > .open > a:hover,
.navbar-style .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #272127;
}
.after_head {
	background-color: rgba(39, 39, 39, 0.5);
	border-bottom: 1px solid #191619; 
	outline-bottom: 10px solid #272127;
}
.slider {
	margin: 0;
	padding: 0;
}
.slider .item {
	overflow: hidden;
	float:left;
	padding-bottom: 0;
}
.slider .item img {
}

.slider .item .carousel-caption {
	padding: 0;
	margin: 0;
}
.carousel-caption h2 {
	font-size: 18px;
	line-height: 25px;
	text-shadow: #000 1px 1px 2px, 
                 #000 -1px 1px 2px, #000 1px -1px 2px;
	color: #fff;
}
@media (min-width: 768px) {
.carousel-caption h2 {
	font-size: 25px;
	line-height: 33px;
}
}
.brands {
	padding: 20px 0;
	text-align: center;
}
.brands img {
	max-width: 100%;
}
.content {
	border-top: 1px solid #191619;
	border-bottom: 1px solid #191619;
	margin: 0 -15px; 
	padding: 1px 0px;
	background-color: #fff;
	background-image: url('../images/shadow2.png');
	background-repeat: repeat-x;
}
.content p {
	text-indent: 25px;
	text-align: left;
}
@media (min-width: 768px) {
.content {
 	padding: 1px 10px;
}
.content p {
	text-indent: 30px;
	text-align: justify;
}
}
.adm_menu_ul {
	font-size: 15px;
	font-weight: bold;
	color: #272127;
	list-style-type: none;
}
.adm_menu_ul a {
	color: #272127;
}
.adm_content {
	margin: 20px 0;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 10px;
}
#add_textarea textarea{
	margin: 2px 0;
}
.table {
	margin-top: 10px;
}
.news {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 1px;
	margin: 20px 0;
	color: #fff;
	padding: 0 10px 10px 10px;
	color: #272127;
}
.news_name {
	background-color: #272127;
	display: inline-block;
	margin: 10px 0 10px -10px;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
}
.news h3 {
	display: inline-block;
	padding: 5px 0 0 10px;
}
.news_img {
	width: 100%;
	text-align: center;
}
.news img {
	max-width: 100%; 
	max-height: 400px;
}
.news_box {
	background-color: #272127;
	border-radius: 1px;
	margin: 20px 0;
	color: #fff;
	padding: 0 10px 10px 10px;
}
.news_box_name {
	background-color: #dfbb1d;
	display: inline-block;
	margin: 10px 0 10px -10px;
	padding: 5px 10px;
	font-size: 18px;
}
.news_box_name a {
	color: #fff;
}
.news_box em {
	text-decoration: underline;
	font-size: 80%;
}
.news_box img {
	display: block;
	max-width: 100%;
	margin-bottom: 7px; 
}
.news_contact {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
}
.news_contact img {
	display: inline;
	margin: 0;
}
.news_box p {
	text-indent: 15px;
}
.schedule_box {
	background-color: #fff;
	margin: 20px 1px 10px 1px;
	color: #272127;
	border: 1px solid #aaa;
	border-radius: 1px;
}
.schedule_box_name {
	background-color: #272127;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
}
.schedule_box_name a {
	color: #fff;
}
.schedule {
	border-collapse: separate;
	border-spacing: 5px 7px;
	margin: auto;
	text-align: center;
	font-size: 18px; 
	font-weight: bold;
	padding: 0;
}
.schedule .day {
	padding-bottom:5px; 
	border-bottom: 1px solid #272127;
}
.transport_maps {
	text-align: center;
	padding: 10px 0;
}
.transport_maps img{
	max-width: 100%;
}
.maps {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
}
#footer .container {
  background-color: rgba(39, 33, 39, 0.8);
}
.copy {
	text-align: center;
	padding: 0 5px 3px 0;
	color: #ffd51e;
}
.copy a {
	color: #ffd51e;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}

.mosaicflow__item { 
  padding:3px; 
} 
.mosaicflow__column { 
  float:left; 
} 
.mosaicflow__item img { 
  display:block; 
  width:100%; 
  height:auto; 
  padding: 4px; 
  background-color: #fff; 
  border: 1px solid #ddd; 
  border-radius: 4px; 
} 
.mosaicflow__item img:hover { 
  opacity: 0.6; 
  filter: alpha(opacity=60); 
} 

.error {
	text-align: center;
}
.error span {
	font-size: 130px;
}
#tags {
	transform: scale(0);
	height: 0;
	width: 0;
}
.thumb img { 
      filter: none; /* IE6-9 */ 
      -webkit-filter: grayscale(0); 
      border-radius:5px; 
      background-color: #fff; 
      border: 1px solid #ddd; 
      padding:5px; 
      width: 100%;
    } 
    .thumb img:hover { 
      filter: gray; /* IE6-9 */ 
      -webkit-filter: grayscale(1); 
    } 
    .thumb { 
      padding:5px; 
    } 