/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2014, 7:29:57 PM
    Author     : Narmandakh. V, Infinite Solutions LLC
*/

.branch-main-title {
  padding-top: 35px;
  padding-bottom: 35px;
}

.branch-container {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.branch-categories-nav {
  text-align: center;
  border-top: 1px solid #eaeaea;
}

.branch-category {
  text-transform: uppercase;
  color: #7f7f7f;
  border-right: 1px solid #eaeaea;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;

  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.branch-category.selected-category {
  background-image: url("img/icon/up_arrow_blue.png");
  background-position: center bottom -7px;
  background-repeat: no-repeat;
  color: #0094da;
}

.branch-category:last-child {
  border-right: none;
}

.branch-category:hover {
  color: #0094da;
  background-color: #f6f6f6;
}

.branch-districts-nav {
  text-align: center;
}

.branch-district {
  color: #9ec9ff;
  border-right: 1px solid #07a7f1;
  text-transform: uppercase;
  background-color: #0094da;
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 15px;

  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.branch-district.selected-district {
  background-image: url("img/icon/up_arrow_white1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: white;
}

.branch-district:last-child {
  border-right: none;
}

.branch-district:hover {
  color: white;
}

.branch-content {
}

.branch-thumbnails {
}

.branch-thumbnail {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.branch-thumbnail.right-col {
  border-right: none;
}

.branch-thumbnail.bottom-col {
  border-bottom: none;
}

.branch-thumb-left {
  width: 40%;
  border-right: 1px solid #eaeaea;
  float: left;
}

.branch-thumb-left-name {
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  height: 60px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .branch-thumb-left-name {
    padding-top: 10px;
    height: 60px;
    font-size: 14px;
  }
}

.branch-thumb-left-img img {
  width: 100%;
  height: 253px;
}

.branch-address-top {
  margin-top: 60px;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  .branch-address-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.branch-thumb-right {
  float: right;
  padding-left: 28px;
  padding-right: 30px;
  width: 60%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .branch-thumb-right {
    height: 310px;
    overflow: auto;
  }
}

@media (max-width: 640px) {
  .branch-thumb-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.branch-thumbnail table th {
  color: #3f3f3f;
}

.branch-thumbnail table td,
.branch-thumbnail table th {
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: top;
}

.branch-info-table th {
  color: #0094da !important;
  font-weight: normal;
}

.imagePhone {
  display: inline;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.phoneList {
  display: inline;
  vertical-align: top;
}

@media (max-width: 640px) {
  .branch-info-table {
    margin-bottom: 5px;
  }
}

@media (max-width: 640px) {
  .branch-info-table {
    margin-bottom: 5px;
  }
}

/* салбар тооцооны төвүүдийг түр хугацаанд хаах талаар мэдэгдэх  begin */
.infort_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(40, 46, 58, 0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

/* Caption of Modal Image */
#infort_caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#infort_caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* салбар тооцооны төвүүдийг түр хугацаанд хаах талаар мэдэгдэх  end */
