﻿/* @import url(http://fonts.googleapis.com/css?family=Roboto:500,900,400italic,700italic,700,500italic,300italic,400); */
/* @font-face {
  font-family: 'GeosansLight';
  src: url('../fonts/GeosansLight.ttf') format('truetype');
} */
body {
  padding-top: 20px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.row {
  margin: 0;
  padding: 5px 0 0 0;
}

a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4{
	font-family: 'Roboto', sans-serif;
  color:#fff;
}
  a:hover, a:focus {
    text-decoration: none;
  }

.margin5 {
  margin: 5px 0 5px 5px !important;
}
.margin-bottom {
  margin: 0 0 5px;
}
.margin-bottom10 {
  margin: 5px 0 10px 0;
}
.nopadding {
  padding: 0 10px 0 0 !important;
}

ul {
  list-style: none;
}
/*color*/
.gray {
  background: gray;
}

.title, .title1 {
  padding: 15px;
  margin: 0;
}
.title-h2:hover {
  background: #801414!important;
  transition: .5s all ease-in-out;
  border-radius: 10px;
  border: 2px #00ff14 dashed;
  box-shadow: 0 0 0 4px #801414, 2px 1px 6px 4px #0a0a00;
  box-shadow: 0 0 0 4px #801414, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}

.title a {
    color: #fff;
  }

  .title1 a {
    color: #fff;
  }

.text-rot {
  padding-top: 50px;
}

.text-rot1 {
  padding-top: 20px;
}

.box {
  margin-top: 5px;
  overflow: hidden;
  height: 210px;
  background: #3e567c;
}

.box1 {
  margin-top: 5px;
  overflow: hidden;
  height: 270px;
}

.box2 {
  margin-top: 5px;
  overflow: hidden;
  height: 145px;
}

.box3 {
  overflow: hidden;
  height: 1075px;
}

.text-rot2 {
  transform: rotate(90deg);
  position: absolute;
}

.caption {
  font-size: 19px;
  color: #fff;
}
.black{
  color:black;
}
.right {
  height: 100px;
  transform: rotate(90deg);
  -webkit-transform:rotate(90deg);
  position: absolute;
  left: -240px;
  top: 350px;
  z-index: 9999999;
  color: rgb(255, 255, 255);
  width: 500px;
  text-align: center;
}
.orange {
  background: #b36656;
}
.top {
    background: url('../image/top.png') no-repeat 30px 30px;
    width:100px; 
	height:100px;
	position:fixed;
    bottom: 20px;
	right:20px;
	display:none;
}
.background01{
	background: #6b5b78;
}
.background02{
	background: #3e567c;
}
.background03{
	background: #277090;
}
.background04{
	background: #9c783a;
}
.background05{
	background: #925c80;
}
.background06{
	background: #3e825b;
}
.background07{
	background: #749c5e;
}
.background08{
	background: #1c878d;
}
.background09{
	background: #58889f;
}
.background10{
	background: #8a7e88;
}
.background11{
	background: #bc8567;
}
.background-title{
  background:#337ab7;
  padding:0px;
  margin-top:5px;
}
.no-padding{
	padding: 0!important;
}
.panel,.product-all{
	border-radius: 0;
	margin: 10px 0;
}
.panel .panel-heading{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
ul.category-list li{
	padding: 7px 0;
}
.ui-autocomplete {
z-index: 100;
}
ul.ui-autocomplete.ui-menu {
  z-index: 1000;
}
.ui-autocomplete-loading {
    background: white url("/static/images/ui-anim_basic_16x16.gif") right center no-repeat;
  }
.border-row{
  border-left: 1px solid;
  border-right: 1px solid;
}
.category-item:hover,
.category-item:focus,
.menu-active
{
  background:rgb(50, 119, 178);
  color:#fff!important;
}
.row-list-item{
  border-top:1px solid;
  display:flex;
  display:-webkit-box;
  padding:0px;
}
.title-uper{
  text-transform:uppercase;
  font-weight:bold;
}

.row-list-item:last-child{
  border-bottom: 1px solid
}
.list-cell-detail{
  border-right:1px solid;
}
.row-child-list-detail{
  display: flex;
  display: -webkit-box;
  -webkit-align-items:center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-box-pack: center;
}
.panel-title{
  font-weight:bold;
}
.panel-heading{
  text-transform:uppercase;
}
.panel-detail{
  margin:0px;  
}
.item-title,
.item-slug,
.item-number,
.item-size,
.title-black{
  color:black;
}
.title-detail{
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  margin:0px;
}
.no-margin{
  margin:0px !important;
}
.btn-back{
  margin-top:5px;
}
.img-detail{
  width:100%;
}
.footer-detail{
  background:#d7c9c9;
  border:none;
  margin-top:15px;
}
.menu-left li{
  padding: 0;
}
.category-item{
  padding: 10px;
 display: block;
}
#map_canvas{
  width: 100%;
  height: 600px;
}
.contact-div{
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 99999;
  width: 350px;
  padding: 10px;
  background: rgba(0,0,0,.5);
  border-radius: 5px;
}
.relative{
  position: relative;
}
.btn-psg {
    color: #fff;
    background: #337ab7;
}
.text-white{
  color: white;
}
.text-white:hover,
.text-white:focus{
  color: white!important;
}
.titletext-center{
  text-align:center;
}

@media (max-width: 992px) {
  .container {
    padding: 0;
  }

  .left {
    padding: 0;
  }

  .nopadding {
    padding: 0 !important;
  }

  .right {
    transform: none;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    z-index: 9999999;
    color: rgb(255, 255, 255);
    width: auto;
    text-align: center;
  }

  .box {
    height: auto;
  }

  .text-rot {
    padding-top: 10px;
  }

  .box1 {
    height: auto;
  }

  .text-rot1 {
    padding: 5px;
  }

  .box3 {
    height: auto;
  }
  .box3 h3 {
    text-align: center;
  }
}

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; font-size:150%; }
.ui-datepicker-month,
.ui-datepicker-year{
  padding: 5px 10px;
  width: 50%;
  border-radius: 5px;
  border: none;  
}
table.left-menu-admin tr:nth-child(odd){
  background: #EDF3FE!important;
}
